0byt3m1n1
Path:
/
data
/
21
/
3
/
152
/
37
/
3967689
/
meta
/
4406325
/
mysql.backup
/
[
Home
]
File: 1_03c1a29_0.mysqlv114.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: 1_03c1a29_0 -- ------------------------------------------------------ -- Server version 5.0.91 /*!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_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; 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`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(191) default NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=503573 DEFAULT CHARSET=utf8; 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://03c1a29.netsolhost.com/wordpress1','yes'),(2,'blogname','wordpress1','yes'),(3,'blogdescription','A collective voice for aviation and airport related organizations','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','runamuk0@msn.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@wsaa.aero','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:17:{i:0;s:31:\"child-themify/child-themify.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:29:\"dirtysuds-embed-pdf/embed.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:37:\"magic-action-box/magic-action-box.php\";i:5;s:29:\"pdf-embedder/pdf_embedder.php\";i:6;s:33:\"ptypeconverter/pTypeConverter.php\";i:7;s:43:\"simple-social-icons/simple-social-icons.php\";i:8;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:9;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:10;s:25:\"tablepress/tablepress.php\";i:11;s:27:\"updraftplus/updraftplus.php\";i:12;s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";i:13;s:41:\"wordpress-importer/wordpress-importer.php\";i:14;s:24:\"wordpress-seo/wp-seo.php\";i:15;s:43:\"wp-construction-mode/under-construction.php\";i:16;s:47:\"wp-security-audit-log/wp-security-audit-log.php\";}','yes'),(33,'home','http://03c1a29.netsolhost.com/wordpress1','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:112:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/themes/devdmbootstrap3/style.css\";i:2;s:136:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/plugins/traffic-stats-widget/wp-traffic-stats-widget.php\";i:3;s:111:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/plugins/free-counter/plugin.php\";i:4;s:113:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/themes/devdmbootstrap3/header.php\";i:5;s:125:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/themes/devdmbootstrap3/template-part-head.php\";}','no'),(41,'template','twentyfourteen','yes'),(42,'stylesheet','devdmbootstrap3','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','35700','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','posts','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','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','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:3:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:11:\"StatCounter\";s:4:\"text\";s:744:\"<!-- Start of StatCounter Code for WordPress (either .com or .org) --> <script type=\"text/javascript\"> var sc_project=10556000; var sc_invisible=1; var sc_security=\"7b7afc02\"; var scJsHost = ((\"https:\" == document.location.protocol) ?\r\n\"https://secure.\" : \"http://www.\");\r\ndocument.write(\"<sc\"+\"ript type=\'text/javascript\' src=\'\" + scJsHost+ \"statcounter.com/counter/counter.js\'></\"+\"script>\");\r\n</script>\r\n<noscript><div class=\"statcounter\"><a title=\"shopify analytics ecommerce\"\r\nhref=\"http://statcounter.com/shopify/\" target=\"_blank\"><img class=\"statcounter\" src=\"http://c.statcounter.com/10556000/0/7b7afc02/1/\"\r\nalt=\"shopify analytics ecommerce\"></a></div></noscript>\r\n<!-- End of StatCounter Code for WordPress (either .com or .org) -->\r\n\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:39:\"underconstruction/underConstruction.php\";s:30:\"underConstructionPlugin_delete\";}','no'),(83,'timezone_string','America/Los_Angeles','yes'),(84,'page_for_posts','295','yes'),(85,'page_on_front','117','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:74:{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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:14:\"pTypeConverter\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:29:\"tablepress_import_tables_wptr\";b:1;s:23:\"tablepress_edit_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:45:{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:15:\"wpseo_bulk_edit\";b:1;s:14:\"pTypeConverter\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";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:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}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:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"right-sidebar\";a:2:{i:0;s:8:\"search-2\";i:1;s:6:\"text-2\";}s:12:\"left-sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:12:{i:1489695453;a:1:{s:27:\"monitor_dropbox_backup_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"every_min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1489695477;a:1:{s:27:\"monitor_dropbox_backup_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"every_min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1489695749;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"87471ce06c093a3069f143bb0a74cf3f\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:3;i:1;s:12:\"21b29abb1d78\";}}}}i:1489696576;a:3:{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;}}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;}}}i:1489696635;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:1489704381;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:1489709491;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1489720101;a:1:{s:17:\"log_files_pruning\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1489744800;a:1:{s:30:\"execute_periodic_drobox_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1489777889;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1489930567;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(503555,'updraft_jobdata_21b29abb1d78','a:24:{s:15:\"resume_interval\";i:300;s:8:\"job_type\";s:6:\"backup\";s:9:\"jobstatus\";s:13:\"filescreating\";s:11:\"backup_time\";i:1489680753;s:11:\"job_time_ms\";d:1489680753.47892;s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:11:\"split_every\";i:500;s:11:\"maxzipbatch\";i:20971520;s:17:\"job_file_entities\";a:4:{s:7:\"plugins\";a:1:{s:5:\"index\";i:0;}s:6:\"themes\";a:1:{s:5:\"index\";i:0;}s:7:\"uploads\";a:1:{s:5:\"index\";i:0;}s:6:\"others\";a:1:{s:5:\"index\";i:0;}}s:12:\"option_cache\";a:1:{s:15:\"updraft_dropbox\";a:7:{s:6:\"appkey\";N;s:6:\"secret\";N;s:6:\"folder\";s:0:\"\";s:16:\"tk_request_token\";N;s:15:\"tk_access_token\";s:344:\"p7Bxeo9epagCVICKpFVVnG6UlHlx7t80MoDeuGTRf1UW1uNMkmNNUZrEQDKQ3DdNsHq/alFx15VcUWAbuRuwNufVqkYwMtrtU0VWNM84Gsu1QWtGeupf44aFBnO71XInpnJeXtkiS4BfRJq6emOOS5gT5DgXgfE4rbh4IPlshSdqwCWIODOTAFVt6DNKNPo1Gd4KnLmTDcmGgi/P6OKH9gdkl2FKBM+8K1hb4jDvkP0gGPui7WYtsR5RjuUEZwxtXrHngG1Q371LdkR1WH9JU+Hb8nvgIwJGVnpO6MQMDHuwBUezJWUj3Im5d4oOtWW9r010YnSfhcQ1WbpOXTxrVw==\";s:9:\"ownername\";s:10:\"Tony Green\";s:8:\"upgraded\";s:4:\"true\";}}s:18:\"uploaded_lastreset\";i:9;s:8:\"one_shot\";b:0;s:18:\"followsups_allowed\";b:1;s:15:\"backup_database\";a:1:{s:2:\"wp\";s:5:\"begun\";}s:12:\"backup_files\";s:5:\"begun\";s:12:\"runs_started\";a:3:{i:0;d:1489680756.5519819;i:1;d:1489691474.8432009;i:2;d:1489695447.657326;}s:18:\"current_resumption\";i:2;s:6:\"binzip\";b:0;s:22:\"filecreating_substatus\";a:3:{s:1:\"e\";s:7:\"plugins\";s:1:\"i\";i:1;s:1:\"t\";i:4;}s:19:\"files_enumerated_at\";a:1:{s:7:\"plugins\";i:1489695451;}s:9:\"run_times\";a:2:{i:0;d:118.69507384300232;i:2;d:137.61702489852905;}s:14:\"useful_checkin\";i:2;s:8:\"warnings\";a:1:{s:16:\"infrequentvisits\";s:215:\"Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page: https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/\";}s:19:\"maxzipbatch_ceiling\";i:20971520;}','yes'),(137,'db_upgraded','','yes'),(141,'recently_activated','a:0:{}','yes'),(165,'theme_mods_aviator','a:5:{s:17:\"version_activated\";s:5:\"0.9.4\";s:16:\"background_image\";s:80:\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation.jpg\";s:21:\"background_position_x\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1426368835;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'),(112,'nonce_key','fHq^YiVZBh-P3y~2zW9Z=7~Qcrj/BcF3=CnGyL4O.BMstY |JBv1+y7D.:IvLhb>','yes'),(106,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:16:\"runamuk0@msn.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484847971;}','yes'),(107,'_transient_random_seed','798096b539fcf19723bae0c6e57ebeae','yes'),(108,'auth_key','iB$g?I5R;WUx|Lf |1MmfDe6aM==%Wr*7cKM0.?vx~!u#A~@DLEB~FJH#Ujj]]yR','yes'),(109,'auth_salt','JnLc]eEW%z+QcKo4WE;hy|GR6>A+Aat=5ni&1)5YTcghTW 0N3!LBp[W=m[{;^5?','yes'),(110,'logged_in_key','],YXiD;|TbsFoo^UNJZJ1o09xgx]u4_h.m^-]NXp|oyUy:ytPOhx2}EmBCn?TmbI','yes'),(111,'logged_in_salt','Zy@9xE9{ahOH[-?XJ*2Kly(Y/+VkDQT 1y*/8Vz~gR-VJ*d-SGKyLzqzm]!W5GX&','yes'),(113,'nonce_salt','^I]0$_qtG*a}{wFRZx}S;S .k:wU, `VtK#kL:bpE1&90YE+l7Yh)wHUWQ!mH8zY','yes'),(166,'current_theme','DevDmBootstrap3','yes'),(167,'theme_switched','','yes'),(168,'theme_switched_via_customizer','','yes'),(502842,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1485602943','no'),(268378,'tablepress_plugin_options','{\"plugin_options_db_version\":32,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"0\",\"tablepress_version\":\"1.7\",\"first_activation\":1457264833,\"message_plugin_update\":false,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\",\"custom_css_minified\":\"\",\"custom_css_version\":0}','yes'),(365194,'_transient_timeout_tablepress_4b80ddad469e8835c89b26b5799273b4','1467773722','no'),(365195,'_transient_tablepress_4b80ddad469e8835c89b26b5799273b4','\n<table id=\"tablepress-1\" class=\"tablepress tablepress-id-1\">\n<thead>\n<tr class=\"row-1 odd\">\n <th class=\"column-1\" style=\"width:10%;\">Airport Name</th><th class=\"column-2\" style=\"width:10%;\">Airport ID</th><th class=\"column-3\" style=\"width:10%;\">City</th><th class=\"column-4\" style=\"width:10%;\">Restaurant Name</th><th class=\"column-5\" style=\"width:10%;\">On Airport<br />\n(Yes/No)</th><th class=\"column-6\" style=\"width:10%;\">Specific Location<br />\nOn/Off Airport</th><th class=\"column-7\" style=\"width:10%;\">Website URL</th><th class=\"column-8\" style=\"width:10%;\">Phone</th><th class=\"column-9\" style=\"width:10%;\">Address</th><th class=\"column-10\" style=\"width:10%;\">Claim to Fame/<br />\nComments</th>\n</tr>\n</thead>\n<tbody class=\"row-hover\">\n<tr class=\"row-2 even\">\n <td class=\"column-1\">Arlington Airport</td><td class=\"column-2\">AWO</td><td class=\"column-3\">Arlington</td><td class=\"column-4\">Ellie\'s at the Airport</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Midfield<br />\nRunway 16/34<br />\nEast Side</td><td class=\"column-7\"></td><td class=\"column-8\">360-435-4777</td><td class=\"column-9\">18218 59th Ave NE<br />\nArlington, WA 98223</td><td class=\"column-10\">2nd Location of<br />\nwell-liked Local Diner<br />\n7 AM - 3 PM</td>\n</tr>\n<tr class=\"row-3 odd\">\n <td class=\"column-1\">Auburn Municipal<br />\nAirport</td><td class=\"column-2\">S50</td><td class=\"column-3\">Auburn</td><td class=\"column-4\">Multiple Casual<br />\nand Fast Food Options</td><td class=\"column-5\">No</td><td class=\"column-6\">All Are Within Blocks<br />\nVia South<br />\nParking Apron Gate</td><td class=\"column-7\">Applebee\'s<br />\nHibachi Buffet<br />\nLas Margaritas<br />\nIron Horse Casino<br />\nSeveral Coffee & Fast Food Options</td><td class=\"column-8\"></td><td class=\"column-9\"></td><td class=\"column-10\">Hours Vary</td>\n</tr>\n<tr class=\"row-4 even\">\n <td class=\"column-1\">Boeing Field (#1)</td><td class=\"column-2\">BFI</td><td class=\"column-3\">Seattle</td><td class=\"column-4\">Cavu Café</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Inside<br />\nKing County<br />\nTerminal Bldg</td><td class=\"column-7\"><a href=\"http://www.cavucafe.com\" target=\"_blank\">Cavu Cafe</a></td><td class=\"column-8\">206-762-1243</td><td class=\"column-9\">7277 Perimeter Rd S<br />\nSuite #200<br />\nSeattle, WA 98108</td><td class=\"column-10\">7 AM - 6 PM Mo-Fr<br />\n11 AM - 3 PM Sa<br />\n(Sa Apr-Sep Only)</td>\n</tr>\n<tr class=\"row-5 odd\">\n <td class=\"column-1\">Boeing Field (#2)</td><td class=\"column-2\">BFI</td><td class=\"column-3\">Seattle</td><td class=\"column-4\">Hangar Café</td><td class=\"column-5\">No</td><td class=\"column-6\">1 Mile North of<br />\nKing County<br />\nTerminal Bldg</td><td class=\"column-7\"><a href=\"http://thehangarcafe.com/\" target=\"_blank\">The Hangar Cafe</a></td><td class=\"column-8\">206-762-0204</td><td class=\"column-9\">6261 13th Ave S<br />\nSeattle, WA 98108</td><td class=\"column-10\">Crepes<br />\n7 AM - 3 PM Mon-Fri<br />\n8 AM - 3 PM Sa<br />\n8 AM - 2 PM Su</td>\n</tr>\n<tr class=\"row-6 even\">\n <td class=\"column-1\">Boeing Field (#3)</td><td class=\"column-2\">BFI</td><td class=\"column-3\">Seattle</td><td class=\"column-4\">Runway Café</td><td class=\"column-5\">No</td><td class=\"column-6\">1 Mile North of<br />\nKing County<br />\nTerminal Bldg</td><td class=\"column-7\"></td><td class=\"column-8\">206-452-7659</td><td class=\"column-9\">1128 S. Albro Place<br />\nSeattle, WA 98108</td><td class=\"column-10\">Build Your Own Burger<br />\n10:30 AM - 2 AM</td>\n</tr>\n<tr class=\"row-7 odd\">\n <td class=\"column-1\">Boeing Field (#4)</td><td class=\"column-2\">BFI</td><td class=\"column-3\">Seattle</td><td class=\"column-4\">Square Knot Diner</td><td class=\"column-5\">No</td><td class=\"column-6\">1 Mile North of<br />\nKing County<br />\nTerminal Bldg</td><td class=\"column-7\"></td><td class=\"column-8\">206-762-3242</td><td class=\"column-9\">6015 Airport Way S<br />\nSeattle, WA 98108</td><td class=\"column-10\">Great Hole in the Wall<br />\n6 AM - 11 PM</td>\n</tr>\n<tr class=\"row-8 even\">\n <td class=\"column-1\">Boeing Field (#5)</td><td class=\"column-2\">BFI</td><td class=\"column-3\">Seattle</td><td class=\"column-4\">Randy\'s Restaurant</td><td class=\"column-5\">No</td><td class=\"column-6\">.4 Mile SE of<br />\nMuseum of Flight</td><td class=\"column-7\"><a href=\"http://www.randys-restaurant.net\" target=\"_blank\">Randy\'s Restaurant</a></td><td class=\"column-8\">206-763-9333</td><td class=\"column-9\">10016 East Marginal<br />\nWay S<br />\nTukwila, WA 98168</td><td class=\"column-10\">Breakfast Anytime<br />\nWiFi, Airplane Models<br />\nOpen 24/7</td>\n</tr>\n<tr class=\"row-9 odd\">\n <td class=\"column-1\">Bremerton National<br />\nAirport</td><td class=\"column-2\">PWT</td><td class=\"column-3\">Bremerton</td><td class=\"column-4\">Airport Diner</td><td class=\"column-5\">Yes</td><td class=\"column-6\">North of Avian Flight<br />\nCenter & GA Terminal</td><td class=\"column-7\"><a href=\"http://bremertonairportdiner.com/\" target=\"_blank\">Bremerton Airport Diner</a></td><td class=\"column-8\">360-674-3720</td><td class=\"column-9\">8830 State Hwy 3 SW<br />\nBremerton, WA 98312</td><td class=\"column-10\">Fish & Chips, WiFi<br />\n7 AM - 9 PM<br />\n(Closes 8 PM Su-Th<br />\nduring Standard Time)</td>\n</tr>\n<tr class=\"row-10 even\">\n <td class=\"column-1\">Chehalis-Centralia<br />\nAirport</td><td class=\"column-2\">CLS</td><td class=\"column-3\">Chehalis</td><td class=\"column-4\">Riverside Bistro</td><td class=\"column-5\">Through<br />\nthe<br />\nFence</td><td class=\"column-6\">Due West of<br />\nSegmented Circle<br />\n& Fuel Pump</td><td class=\"column-7\"><a href=\"http://www.playriversidegolf.com/barandgrill/\" target=\"_blank\">Riverside Golf Club - Bar & Grill</a></td><td class=\"column-8\">360-748-8182</td><td class=\"column-9\">1451 NW Airport Rd<br />\nChehalis, WA 98532</td><td class=\"column-10\">10 AM - 10 PM Mon-Fri<br />\n8 AM - 10 PM Sa<br />\n8 AM - 8 PM Su<br />\nClsd Su/Mo in Winter</td>\n</tr>\n<tr class=\"row-11 odd\">\n <td class=\"column-1\">Darrington Municipal</td><td class=\"column-2\">1S2</td><td class=\"column-3\">Darrington</td><td class=\"column-4\">Bradley\'s Diner</td><td class=\"column-5\">No</td><td class=\"column-6\">.25 Mile South of<br />\nParking Apron;<br />\nSouth Side Hwy 530<br />\n(Opp. Hardware Store)</td><td class=\"column-7\"></td><td class=\"column-8\">360-436-9345</td><td class=\"column-9\">1215 SR 530<br />\nDarrington, WA 98241</td><td class=\"column-10\">Meat Loaf, Burgers<br />\n6 AM - 8 PM<br />\n(Until 9 PM Fr-Sa)</td>\n</tr>\n<tr class=\"row-12 even\">\n <td class=\"column-1\">Desert Aire<br />\nAirport</td><td class=\"column-2\">M94</td><td class=\"column-3\">Mattawa</td><td class=\"column-4\">Tumbleweeds <br />\nBar & Grill</td><td class=\"column-5\">No</td><td class=\"column-6\">.4 Mile SE of<br />\nEast Parking Apron</td><td class=\"column-7\"></td><td class=\"column-8\">509-932-3100</td><td class=\"column-9\">124 Frontier Way W<br />\nMattawa, WA 99349</td><td class=\"column-10\">10 AM - 8 PM</td>\n</tr>\n<tr class=\"row-13 odd\">\n <td class=\"column-1\">Felts Field</td><td class=\"column-2\">SFF</td><td class=\"column-3\">Spokane</td><td class=\"column-4\">Skyway Café</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Terminal Bldg</td><td class=\"column-7\"><a href=\"http://skywaycafe.com/\" target=\"_blank\">Skyway Cafe</a></td><td class=\"column-8\">509-534-5986</td><td class=\"column-9\">6105 E. Rutter Ave<br />\nSpokane, WA 99212</td><td class=\"column-10\">Breakfast,<br />\nAtmosphere<br />\n6 AM - 3 PM Mo-Sa<br />\n7 AM - 3 PM Su</td>\n</tr>\n<tr class=\"row-14 even\">\n <td class=\"column-1\">Friday Harbor<br />\nAirport</td><td class=\"column-2\">FHR</td><td class=\"column-3\">Friday Harbor</td><td class=\"column-4\">Ernie\'s Café</td><td class=\"column-5\">Yes</td><td class=\"column-6\">NW Corner,<br />\nOpposite Transient<br />\nParking</td><td class=\"column-7\"></td><td class=\"column-8\">360-378-6605</td><td class=\"column-9\">744 Airport Circle Dr<br />\nFriday Harbor, WA<br />\n98250</td><td class=\"column-10\">Popovers, Bulgogi<br />\n10 AM - 2 PM Mo-Fr</td>\n</tr>\n<tr class=\"row-15 odd\">\n <td class=\"column-1\">Grant County<br />\nInternational<br />\nAirport</td><td class=\"column-2\">MWH</td><td class=\"column-3\">Moses Lake</td><td class=\"column-4\">Jet-A-Way Café</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Terminal Bldg</td><td class=\"column-7\"><a href=\"http://www.millionair.com/FBO/mwh.aspx\" target=\"_blank\">Million Air FBO</a></td><td class=\"column-8\">509-762-2222</td><td class=\"column-9\">7810 Andrews St NE<br />\nSuite 134<br />\nMoses Lake, WA 98837</td><td class=\"column-10\">Pro Military<br />\n9 AM - 4 PM Mo-Fr<br />\nClosed Sa-Su</td>\n</tr>\n<tr class=\"row-16 even\">\n <td class=\"column-1\">Harvey Field</td><td class=\"column-2\">S43</td><td class=\"column-3\">Snohomish</td><td class=\"column-4\">Buzz Inn</td><td class=\"column-5\">Yes</td><td class=\"column-6\">NE Corner,<br />\nAdjacent to<br />\nAirport Office</td><td class=\"column-7\"><a href=\"http://www.buzzinnsteakhouse.com/\" target=\"_blank\">Buzz Inn Steak House</a></td><td class=\"column-8\">360-568-3970</td><td class=\"column-9\">9900 Airport Way<br />\nSnohomish, WA 98296</td><td class=\"column-10\">6 AM - 10 PM Su-Th<br />\n6 AM - 11 PM Fr-Sa<br />\nCloses 1 Hour<br />\nEarlier in Winter</td>\n</tr>\n<tr class=\"row-17 odd\">\n <td class=\"column-1\">Jefferson County<br />\nInternational<br />\nAirport</td><td class=\"column-2\">0S9</td><td class=\"column-3\">Port Townsend</td><td class=\"column-4\">Spruce Goose Café</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Adjacent to<br />\nParking Apron</td><td class=\"column-7\"><a href=\"http://sprucegoosecafe.com/\" target=\"_blank\">Spruce Goose Cafe</a></td><td class=\"column-8\">360-385-3185</td><td class=\"column-9\">302 Airport Rd<br />\nPort Townsend, WA<br />\n98368</td><td class=\"column-10\">Homemade Pies,<br />\nBreakfast<br />\n7 AM - 4 PM</td>\n</tr>\n<tr class=\"row-18 even\">\n <td class=\"column-1\">Loomis Field<br />\nDeer Park Airport (#1)</td><td class=\"column-2\">DEW</td><td class=\"column-3\">Deer Park</td><td class=\"column-4\">First Street<br />\nBar & Grill</td><td class=\"column-5\">No</td><td class=\"column-6\">2.7 Miles<br />\nWest of Airport<br />\n(Airport Courtesy Car)</td><td class=\"column-7\"><a href=\"http://firststreetbarandgrill.com/\" target=\"_blank\">First Street Bar And Grill</a></td><td class=\"column-8\">509-276-2320</td><td class=\"column-9\">122 W 1st St<br />\nDeer Park, WA 99006</td><td class=\"column-10\">Prime Rib, Soups<br />\n11 AM - 8 PM Mo<br />\n11 AM - 9 PM Tu-Fr<br />\n8 AM - 9 PM Sa/8 PM Su</td>\n</tr>\n<tr class=\"row-19 odd\">\n <td class=\"column-1\">Loomis Field<br />\nDeer Park Airport (#2)</td><td class=\"column-2\">DEW</td><td class=\"column-3\">Deer Park</td><td class=\"column-4\">Divot\'s Grill</td><td class=\"column-5\">No</td><td class=\"column-6\">.75 Mile Due<br />\nWest of Airport;<br />\n1.6 Miles via Cedar,<br />\nEnoch, & Country Club</td><td class=\"column-7\"><a href=\"http://www.deerparkgolf.com/bar-and-grill\" target=\"_blank\">Deer Park Golf Bar andGrill</a></td><td class=\"column-8\">509-276-1882</td><td class=\"column-9\">1201 N Country<br />\nClub Dr<br />\nDeer Park, WA 99006</td><td class=\"column-10\">7 AM - 7 PM<br />\nHours May Vary</td>\n</tr>\n<tr class=\"row-20 even\">\n <td class=\"column-1\">Lower Granite<br />\nState Airport</td><td class=\"column-2\">00W</td><td class=\"column-3\">Colfax</td><td class=\"column-4\">Snake River<br />\nBar & Grill<br />\n(at Boyer Park & Marina)</td><td class=\"column-5\">No</td><td class=\"column-6\">.5 Mile Northwest of<br />\nApproach End Rwy 14</td><td class=\"column-7\"><a href=\"http://boyerpark.com\" target=\"_blank\">Boyer Park & Marina</a></td><td class=\"column-8\">509-397-3208</td><td class=\"column-9\">1753 Lower Granite Rd<br />\nColfax, WA 99111</td><td class=\"column-10\">Lunch/Dinner We-Sa<br />\n11-3 Lunch Only Su</td>\n</tr>\n<tr class=\"row-21 odd\">\n <td class=\"column-1\">Lynden Airport</td><td class=\"column-2\">38W</td><td class=\"column-3\">Lynden</td><td class=\"column-4\">Steakhouse 9<br />\n(Homestead Golf & CC)</td><td class=\"column-5\">No</td><td class=\"column-6\">.5 Mile<br />\nNorth of Airport</td><td class=\"column-7\"><a href=\"http://steakhouse9.com/\" target=\"_blank\">Steakhouse9 Bistro & Lounge</a></td><td class=\"column-8\">360-778-2849</td><td class=\"column-9\">115 E Homestead Blvd<br />\nLynden, WA 98264</td><td class=\"column-10\">11 AM - 9 PM Su-Th<br />\n11 AM - Late Fr-Sa</td>\n</tr>\n<tr class=\"row-22 even\">\n <td class=\"column-1\">Mansfield Airport</td><td class=\"column-2\">8W3</td><td class=\"column-3\">Mansfield</td><td class=\"column-4\">Mansfield Town Bar<br />\nand Grill</td><td class=\"column-5\">No</td><td class=\"column-6\">2 Blocks<br />\nNorth of Airport</td><td class=\"column-7\"></td><td class=\"column-8\">509-683-1921</td><td class=\"column-9\">34 Main Street<br />\nMansfield, WA 98830</td><td class=\"column-10\">8 AM - 11 PM</td>\n</tr>\n<tr class=\"row-23 odd\">\n <td class=\"column-1\">Mears Field</td><td class=\"column-2\">3W5</td><td class=\"column-3\">Concrete</td><td class=\"column-4\">Cascade Burgers</td><td class=\"column-5\">No</td><td class=\"column-6\">.4 Mile North via<br />\nS. Superior Ave</td><td class=\"column-7\"></td><td class=\"column-8\">360-853-7580</td><td class=\"column-9\">45292 WA-20<br />\nConcrete, WA 98237</td><td class=\"column-10\">11 AM - 8 PM Mo-Sa<br />\n11 AM - 7 PM Su</td>\n</tr>\n<tr class=\"row-24 even\">\n <td class=\"column-1\">Orcas Island Airport</td><td class=\"column-2\">ORS</td><td class=\"column-3\">Eastsound</td><td class=\"column-4\">Brown Bear Baking<br />\nMijitas (Mexican)<br />\nPortofino (Pizza)<br />\nLower Tavern</td><td class=\"column-5\">No</td><td class=\"column-6\">.5 to 1 Mile<br />\nSouth of Airport<br />\n(Trail starts at<br />\nfirehouse driveway)</td><td class=\"column-7\"><a href=\"http://www.portoforcas.com/\" target=\"_blank\">Port of Orcas</a></td><td class=\"column-8\">Multiple</td><td class=\"column-9\">Multiple</td><td class=\"column-10\">Bikes & Courtesy<br />\nCar Available</td>\n</tr>\n<tr class=\"row-25 odd\">\n <td class=\"column-1\">Pangborn Memorial<br />\nAirport</td><td class=\"column-2\">EAT</td><td class=\"column-3\">East Wenatchee</td><td class=\"column-4\">Café Pangborn</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Terminal<br />\n(Hours vary with<br />\nflight schedules)</td><td class=\"column-7\"><a href=\"http://www.pangbornairport.com/\" target=\"_blank\">Pangborn Airport</a><br />\n(See Terminal Info)</td><td class=\"column-8\">509-884-2494</td><td class=\"column-9\">1 Pangborn Drive<br />\nEast Wenatchee, WA<br />\n98802</td><td class=\"column-10\">Thursday Pie Day<br />\n4:30 - 6 AM<br />\n8:30 AM - 1 PM<br />\n3:30 - 5 PM</td>\n</tr>\n<tr class=\"row-26 even\">\n <td class=\"column-1\">Pearson Field<br />\nAirport (#1)</td><td class=\"column-2\">VUO</td><td class=\"column-3\">Vancouver</td><td class=\"column-4\">Grant House</td><td class=\"column-5\">No </td><td class=\"column-6\">.5 Mile<br />\nNorth of Airport</td><td class=\"column-7\"><a href=\"http://thegranthouse.us/\" target=\"_blank\">The Grant House</a></td><td class=\"column-8\">360-906-1101</td><td class=\"column-9\">1101 Officers Row<br />\nVancouver, WA 98661</td><td class=\"column-10\">Historic Atmosphere<br />\n11 AM - 3 PM Mo<br />\n11 AM - 9:30 PM Tu-Sa<br />\nClosed Su</td>\n</tr>\n<tr class=\"row-27 odd\">\n <td class=\"column-1\">Pearson Field<br />\nAirport (#2)</td><td class=\"column-2\">VUO</td><td class=\"column-3\">Vancouver</td><td class=\"column-4\">Multiple Casual Options<br />\n <br />\n(See Website URL column<br />\nfor complete list in<br />\nalphabetical order)</td><td class=\"column-5\">No</td><td class=\"column-6\">.5 Mile<br />\nEast of Airport<br />\n<br />\n(North of Hwy 14,<br />\nin vicinity of<br />\nFred Meyer Plaza)</td><td class=\"column-7\"><a href=\"https://www.fredmeyer.com/storeHours?store=70100683\" target=\"_blank\">Fred Meyer & Deli / Peet\'s Coffee</a><br />\n<a href=\"https://www.freshii.com/us\" target=\"_blank\">Freshii</a><br />\n<a href=\"http://www.gingerpopthai.com/\" target=\"_blank\">Ginger Pop</a><br />\n<a href=\"http://www.lapellah.com/\" target=\"_blank\">Lapellah</a><br />\n<a href=\"https://www.pandaexpress.com/locations/\" target=\"_blank\">Panda Express</a> - Type 98661 and look for 2510 Columbia House Blvd<br />\n<a href=\"http://www.redrobin.com/locations\" target=\"_blank\">Red Robin</a> - Type 98661 and look for 2410 Columbia House Blvd<br />\n<a href=\"http://www.subway.com/storelocator/default.aspx\" target=\"_blank\">Subway</a> Type in Pearson Field<br />\n<a href=\"http://thatcherscoffee.net/\" target=\"_blank\">Thatcher\'s Coffee</a><br />\n<a href=\"http://www.therockwfk.com/2014/08/washington-rocks/\" target=\"_blank\">The Rock</a></td><td class=\"column-8\"></td><td class=\"column-9\"></td><td class=\"column-10\">Convenient<br />\n<br />\nCasual Dining</td>\n</tr>\n<tr class=\"row-28 even\">\n <td class=\"column-1\">Pearson Field<br />\nAirport (#3)</td><td class=\"column-2\">VUO</td><td class=\"column-3\">Vancouver</td><td class=\"column-4\">Casual and Fine Dining<br />\n (See Website URL column<br />\nfor complete list in<br />\nalphabetical order)</td><td class=\"column-5\">No</td><td class=\"column-6\">.75 Mile<br />\nSouth of Airport<br />\n (South of Hwy 14,<br />\nin vicinity of<br />\nColumbia River)</td><td class=\"column-7\"><a href=\"http://beachesrestaurantandbar.com/\" target=\"_blank\">Beaches</a><br />\n<a href=\"http://www.joescrabshack.com/\" target=\"_blank\">Joe\'s Crab Shack</a><br />\n<a href=\"http://www.mcmenamins.com/299-mcmenamins-on-the-columbia-home\" target=\"_blank\">McMenamin\'s</a><br />\n<a href=\"https://www.facebook.com/pages/Savona-Coffee-House/190448027926\" target=\"_blank\">Savona Coffee House</a><br />\n<a href=\"https://www.facebook.com/pages/Who-Song-and-Larrys/427041610657884\" target=\"_blank\">Who Song and Larry\'s</a></td><td class=\"column-8\"></td><td class=\"column-9\"></td><td class=\"column-10\">Waterfront<br />\n<br />\nCasual and<br />\nFiner Dining</td>\n</tr>\n<tr class=\"row-29 odd\">\n <td class=\"column-1\">Pierce County Airport/<br />\nThun Field (#1)</td><td class=\"column-2\">PLU</td><td class=\"column-3\">Puyallup</td><td class=\"column-4\">Hangar Inn</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Midfield West Side<br />\nAdjacent to<br />\nParking Apron</td><td class=\"column-7\"><a href=\"http://thehangarinn.com/\" target=\"_blank\">The Hangar Inn</a></td><td class=\"column-8\">253-848-7516</td><td class=\"column-9\">16807 103rd Ave E<br />\nPuyallup, WA 98374</td><td class=\"column-10\">All Day Breakfast, Patio <br />\n7 AM - 8 PM Mo-Th<br />\n6 AM - 10 PM Fr-Sa<br />\n6 AM - 8 PM Su</td>\n</tr>\n<tr class=\"row-30 even\">\n <td class=\"column-1\">Pierce County Airport/<br />\nThun Field (#2)</td><td class=\"column-2\">PLU</td><td class=\"column-3\">Puyallup</td><td class=\"column-4\">Multiple Casual<br />\nand Fast Food Options</td><td class=\"column-5\">No</td><td class=\"column-6\">Within 1 Mile<br />\nWest of Airport<br />\nalong Meridian Ave E<br />\n(Hwy 161)</td><td class=\"column-7\">Applebee\'s<br />\nOriginal Pancake House<br />\nRed Robin<br />\nRound Table Pizza<br />\nMultiple Fast Food Options</td><td class=\"column-8\"></td><td class=\"column-9\"></td><td class=\"column-10\">Hours Vary</td>\n</tr>\n<tr class=\"row-31 odd\">\n <td class=\"column-1\">Point Roberts<br />\nAirpark Airport</td><td class=\"column-2\">1RL</td><td class=\"column-3\">Point Roberts</td><td class=\"column-4\">Kiniski\'s Tavern</td><td class=\"column-5\">No</td><td class=\"column-6\">.5 Mile<br />\nNorth of Airport</td><td class=\"column-7\"></td><td class=\"column-8\">360-945-4042</td><td class=\"column-9\">1334 Gulf Rd<br />\nPoint Roberts, WA<br />\n98281</td><td class=\"column-10\">Western Views, Burgers<br />\nKitchen Fr/Sa/Su Only<br />\n11 AM - 11 PM</td>\n</tr>\n<tr class=\"row-32 even\">\n <td class=\"column-1\">Prosser Airport</td><td class=\"column-2\">S40</td><td class=\"column-3\">Prosser</td><td class=\"column-4\">Barn Restaurant</td><td class=\"column-5\">Through<br />\nthe<br />\nFence</td><td class=\"column-6\">1 Block North,<br />\nPark on Transient<br />\nRamp NE of Rwy 25</td><td class=\"column-7\"><a href=\"http://www.prosserbarn.com/restaurant/\" target=\"_blank\">Prosser Barn Restaurant</a></td><td class=\"column-8\">509-786-1131</td><td class=\"column-9\">490 Wine Country Rd<br />\nProsser, WA 99350</td><td class=\"column-10\">Ribs<br />\n11 AM - 8 PM Mo-Th<br />\n8 AM-12 AM Fr/2 AM Sa<br />\n8 AM - 8:30 PM Su</td>\n</tr>\n<tr class=\"row-33 odd\">\n <td class=\"column-1\">Richland Airport</td><td class=\"column-2\">RLD</td><td class=\"column-3\">Richland</td><td class=\"column-4\">Ann\'s Best Creole<br />\nand Soul Food Café</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Base of<br />\nControl Tower</td><td class=\"column-7\"><a href=\"https://www.facebook.com/AnnsBestcsf\" target=\"_blank\">Ann\'s Best Creole and Soul Food Cafe</a></td><td class=\"column-8\">509-947-3011</td><td class=\"column-9\">1901 Terminal Dr<br />\nRichland, WA 99354</td><td class=\"column-10\">Food, Atmosphere<br />\n6:30 AM - 3 PM Mo-Sa<br />\nClosed Su</td>\n</tr>\n<tr class=\"row-34 even\">\n <td class=\"column-1\">Roche Harbor<br />\nAirport</td><td class=\"column-2\">WA09</td><td class=\"column-3\">Roche Harbor</td><td class=\"column-4\">McMillin\'s,<br />\nMadrona Bar & Grill,<br />\nLime Kiln Café</td><td class=\"column-5\">Through<br />\nthe<br />\nFence</td><td class=\"column-6\">.5 Mile<br />\nWest of Airport<br />\n(Landing Fee)</td><td class=\"column-7\"><a href=\"http://www.rocheharbor.com/dining\" target=\"_blank\">Roche Harbor Dining</a></td><td class=\"column-8\">360-378-2155</td><td class=\"column-9\">248 Reuben<br />\nMemorial Dr<br />\nRoche Harbor, WA 98250</td><td class=\"column-10\">Madrona Deck at Sunset, Colors Ceremony<br />\nHours Vary By Season</td>\n</tr>\n<tr class=\"row-35 odd\">\n <td class=\"column-1\">Sand Canyon Airport</td><td class=\"column-2\">1S9</td><td class=\"column-3\">Chewelah</td><td class=\"column-4\">Rusty Putter<br />\nBar & Grille</td><td class=\"column-5\">No</td><td class=\"column-6\">.5 Mile NW<br />\nvia Richmond Ln<br />\nWest Side of Rwy</td><td class=\"column-7\"><a href=\"http://www.chewelahgolf.com/restaurant\" target=\"_blank\">Rusty Putter Bar and Grille</a></td><td class=\"column-8\">509-935-7251</td><td class=\"column-9\">2537 Sand Canyon Rd<br />\nChewelah, WA 99109</td><td class=\"column-10\">8 AM - 8 PM<br />\nWinter Hours Vary<br />\nGolf course offers pickup via golf cart</td>\n</tr>\n<tr class=\"row-36 even\">\n <td class=\"column-1\">Sanderson Field (#1)</td><td class=\"column-2\">SHN</td><td class=\"column-3\">Shelton</td><td class=\"column-4\">Miako Teriyaki and<br />\nOther Casual Options<br />\n(Olympic Hwy N)</td><td class=\"column-5\">No</td><td class=\"column-6\">1 Mile SE<br />\nof Airport</td><td class=\"column-7\"></td><td class=\"column-8\">Multiple</td><td class=\"column-9\">Multiple</td><td class=\"column-10\">Multiple</td>\n</tr>\n<tr class=\"row-37 odd\">\n <td class=\"column-1\">Sanderson Field (#2)</td><td class=\"column-2\">SHN</td><td class=\"column-3\">Shelton</td><td class=\"column-4\">Smokin\' Mo\'s BBQ and<br />\nOther Casual Options<br />\n(W Railroad Ave)</td><td class=\"column-5\">No</td><td class=\"column-6\">3 Miles SE<br />\nof Airport</td><td class=\"column-7\"></td><td class=\"column-8\">Multiple</td><td class=\"column-9\">Multiple</td><td class=\"column-10\">Multiple</td>\n</tr>\n<tr class=\"row-38 even\">\n <td class=\"column-1\">Skagit Regional<br />\nAirport</td><td class=\"column-2\">BVS</td><td class=\"column-3\">Burlington<br />\nMount Vernon</td><td class=\"column-4\">Flyers Restaurant<br />\nand Brewhouse</td><td class=\"column-5\">Yes</td><td class=\"column-6\">NE Corner of Parking Apron Adjacent<br />\nto Terminal</td><td class=\"column-7\"><a href=\"http://www.eatatflyers.com/\" target=\"_blank\">Flyers Restaurant and Brewery</a></td><td class=\"column-8\">360-899-1025</td><td class=\"column-9\">15426 Airport Dr<br />\nSuite B<br />\nBurlington, WA 98233</td><td class=\"column-10\">Black Angus Burgers<br />\nWiFi<br />\n8 AM - ~8 PM Daily</td>\n</tr>\n<tr class=\"row-39 odd\">\n <td class=\"column-1\">Tacoma Narrows<br />\nAirport</td><td class=\"column-2\">TIW</td><td class=\"column-3\">Gig Harbor</td><td class=\"column-4\">The Hub</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Adjacent to<br />\nControl Tower</td><td class=\"column-7\"><a href=\"http://www.harmonbrewingco.com/\" target=\"_blank\">Harmon Restaurant</a></td><td class=\"column-8\">253-853-1585</td><td class=\"column-9\">1208 26th Ave NW<br />\nGig Harbor, WA 98335</td><td class=\"column-10\">Pizza, Atmosphere<br />\n11 AM - 10 PM Mo-Th<br />\n11 AM - 11 PM Fr<br />\n9 AM - 11 PM Sa (10 Su)</td>\n</tr>\n<tr class=\"row-40 even\">\n <td class=\"column-1\">Tri-Cities Airport</td><td class=\"column-2\">PSC</td><td class=\"column-3\">Pasco</td><td class=\"column-4\">Florentyna\'s CLOSED<br />\nNew Terminal Restaurant<br />\nComing Soon</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Terminal Bldg</td><td class=\"column-7\"></td><td class=\"column-8\">Not yet in service</td><td class=\"column-9\">3601 N 20th Ave<br />\nSuite #10<br />\nPasco, WA 99301</td><td class=\"column-10\">TBD</td>\n</tr>\n<tr class=\"row-41 odd\">\n <td class=\"column-1\">Walla Walla<br />\nRegional Airport (#1)</td><td class=\"column-2\">ALW</td><td class=\"column-3\">Walla Walla</td><td class=\"column-4\">Terminal Restaurant<br />\nComing Soon</td><td class=\"column-5\">Yes</td><td class=\"column-6\">Terminal Bldg</td><td class=\"column-7\"></td><td class=\"column-8\">Not yet in service</td><td class=\"column-9\">45 Terminal Loop<br />\nWalla Walla, WA<br />\n99362</td><td class=\"column-10\">TBD</td>\n</tr>\n<tr class=\"row-42 even\">\n <td class=\"column-1\">Walla Walla<br />\nRegional Airport (#2)</td><td class=\"column-2\">ALW</td><td class=\"column-3\">Walla Walla</td><td class=\"column-4\">Hidden Valley Bakery</td><td class=\"column-5\">Yes</td><td class=\"column-6\">SW of Control Tower and NE of T-Hangars</td><td class=\"column-7\"><a href=\"http://hiddenvalleybakery.net/\" target=\"_blank\">Hidden Valley Bakery</a></td><td class=\"column-8\">509-386-3460</td><td class=\"column-9\">124 W Boeing Ave # 1<br />\nWalla Walla, WA<br />\n99362</td><td class=\"column-10\">Baked Goods, Bread,<br />\nSoups, Sandwiches<br />\n7 AM - 4 PM Mo-Fr<br />\n9 AM - 3 PM Sa</td>\n</tr>\n<tr class=\"row-43 odd\">\n <td class=\"column-1\">Westport Airport</td><td class=\"column-2\">14S</td><td class=\"column-3\">Westport</td><td class=\"column-4\">Original House of Pizza</td><td class=\"column-5\">Yes</td><td class=\"column-6\">South Side<br />\nof Parking Apron<br />\n(Faces Street)</td><td class=\"column-7\"></td><td class=\"column-8\">360-268-0901</td><td class=\"column-9\">1200 N. Montesano St<br />\nWestport, WA 98595</td><td class=\"column-10\">11 AM - 9 PM Mo-Sa<br />\n12 Noon - 9 PM Su<br />\nClsd Su/Mo Oct-Mar</td>\n</tr>\n<tr class=\"row-44 even\">\n <td class=\"column-1\">Whidbey Air Park</td><td class=\"column-2\">W10</td><td class=\"column-3\">Langley</td><td class=\"column-4\">Mukilteo Coffee Roasters</td><td class=\"column-5\">No</td><td class=\"column-6\">Midfield, West of Runway; Access via<br />\nPath thru Trees</td><td class=\"column-7\"><a href=\"http://www.mukilteocoffee.com\" target=\"_blank\">Mukilteo Coffee</a></td><td class=\"column-8\">360-321-5262</td><td class=\"column-9\">5331 Crawford Rd<br />\nLangley, WA 98260</td><td class=\"column-10\">Breakfast, Salads,<br />\nSandwiches<br />\n8 AM - 4 PM Mo-Sa<br />\nClosed Su</td>\n</tr>\n<tr class=\"row-45 odd\">\n <td class=\"column-1\">Yakima Air Terminal/<br />\nMcAllister Field (#1)</td><td class=\"column-2\">YKM</td><td class=\"column-3\">Yakima</td><td class=\"column-4\">Creekside West<br />\nBar & Grill</td><td class=\"column-5\">On airport<br />\nproperty but<br />\noutside fence.</td><td class=\"column-6\">Park at McCormick<br />\nAir Center FBO. Exit FBO to street and walk .5 mile west.</td><td class=\"column-7\"><a href=\"http://creeksidewest.com/\" target=\"_blank\">Creekside West Bar and Grille</a></td><td class=\"column-8\">509-853-1057</td><td class=\"column-9\">4000 Creekside Loop<br />\nYakima, WA 98902</td><td class=\"column-10\">Steaks, Quality Food<br />\n11 AM - 10 PM Mo-Th<br />\n11 AM - 11 PM Fr-Sa<br />\nClosed Su</td>\n</tr>\n<tr class=\"row-46 even\">\n <td class=\"column-1\">Yakima Air Terminal/<br />\nMcAllister Field (#2)</td><td class=\"column-2\">YKM</td><td class=\"column-3\">Yakima</td><td class=\"column-4\">Ding Ho</td><td class=\"column-5\">No</td><td class=\"column-6\">Park at McAllister<br />\nMuseum of Aviation;<br />\n.25 Mile North<br />\nof Museum</td><td class=\"column-7\"></td><td class=\"column-8\">509-452-3771</td><td class=\"column-9\">1502 W Washington Ave<br />\nYakima, WA 98902</td><td class=\"column-10\">Chinese<br />\n11:30 AM - 8:30 PM<br />\nClosed Mo</td>\n</tr>\n</tbody>\n</table>\n<span class=\"tablepress-table-description tablepress-table-description-id-1\"><p>Last revised: 02/09/2016<br>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p></span>\n','no'),(502437,'_transient_timeout_wsal-failedlogins-known','1484572724','no'),(502438,'_transient_wsal-failedlogins-known','a:1:{s:18:\"1:2:174.24.192.126\";i:2;}','no'),(5485,'pdfemb','a:5:{s:12:\"pdfemb_width\";s:3:\"max\";s:13:\"pdfemb_height\";s:3:\"max\";s:14:\"pdfemb_toolbar\";s:3:\"top\";s:19:\"pdfemb_toolbarfixed\";s:2:\"on\";s:14:\"pdfemb_version\";s:3:\"2.1\";}','yes'),(5608,'_mab_install_date','1433015185','yes'),(5628,'_mab_nag_notice','2.17.1','yes'),(230465,'siteorigin_widgets_old_widgets','\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/button/button.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/cta/cta.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/contact/contact.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/editor/editor.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/features/features.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/google-map/google-map.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/headline/headline.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/hero/hero.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/icon/icon.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/image/image.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/image-grid/image-grid.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/slider/slider.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/layout-slider/layout-slider.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/post-carousel/post-carousel.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/price-table/price-table.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/taxonomy/taxonomy.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/testimonial/testimonial.php,\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle/widgets/video/video.php','yes'),(230475,'wpseo_dismiss_recalculate','1','yes'),(230427,'_site_transient_timeout_browser_5846641e6270e0e41fd824c3c5f1bb2b','1454199802','yes'),(230428,'_site_transient_browser_5846641e6270e0e41fd824c3c5f1bb2b','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'),(13454,'category_children','a:0:{}','yes'),(378,'jetpack-portfolio-type_children','a:0:{}','yes'),(136,'WPLANG','','yes'),(325,'jetpack_dismissed_manage_banner','1','yes'),(281,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(152,'underConstructionRequiredRole','administrator','yes'),(154,'smartcat_construction_options','a:23:{s:4:\"mode\";s:1:\"0\";s:8:\"set_page\";s:3:\"all\";s:8:\"template\";s:4:\"none\";s:10:\"percentage\";s:2:\"10\";s:16:\"display_template\";s:9:\"template1\";s:4:\"logo\";s:0:\"\";s:16:\"background_image\";s:80:\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation.jpg\";s:5:\"title\";s:76:\"<strong>Future Home of the<br/>\r\nWashington State Aviation Alliance</strong>\";s:9:\"sub_title\";s:175:\"The Washington State Aviation Alliance serves as a collective voice for aviation and airport related\r\norganizations to protect and promote aviation in the state of Washington.\";s:10:\"font_color\";s:4:\"#fff\";s:12:\"accent_color\";s:7:\"#e5640d\";s:9:\"animation\";s:4:\"fade\";s:9:\"shortcode\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:5:\"email\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:4:\"digg\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"youtube\";s:0:\"\";}','yes'),(157,'_transient_twentyfifteen_categories','1','yes'),(82075,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:-1;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(38943,'widget_counter_free_widget','a:3:{i:2;N;i:3;N;s:12:\"_multiwidget\";i:1;}','yes'),(261,'jetpack_options','a:10:{s:7:\"version\";s:16:\"3.9.7:1464338420\";s:11:\"old_version\";s:16:\"3.9.2:1457293100\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:87086733;s:6:\"public\";i:0;s:11:\"master_user\";i:2;s:14:\"last_heartbeat\";i:1489680729;s:20:\"last_security_report\";i:1433010711;s:9:\"hide_jitm\";a:1:{s:10:\"vaultpress\";s:4:\"hide\";}}','yes'),(250,'siteorigin_widgets_active','a:6:{s:16:\"so-button-widget\";b:1;s:20:\"so-google-map-widget\";b:1;s:15:\"so-image-widget\";b:1;s:16:\"so-slider-widget\";b:1;s:23:\"so-post-carousel-widget\";b:1;s:18:\"so-features-widget\";b:1;}','yes'),(1062,'safecss_rev','1','yes'),(179,'siteorigin_panels_initial_version','2.0.7','no'),(263,'jetpack_file_data','a:1:{s:5:\"3.9.7\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:22:\"Recommended, Jumpstart\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:251:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, digg, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your site’s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(182,'siteorigin_panels_settings','a:9:{s:12:\"copy-content\";b:1;s:10:\"animations\";b:1;s:10:\"responsive\";b:1;s:12:\"mobile-width\";i:780;s:13:\"margin-bottom\";i:30;s:12:\"margin-sides\";i:30;s:10:\"inline-css\";b:1;s:15:\"bundled-widgets\";b:0;s:10:\"post-types\";a:2:{i:0;s:4:\"page\";i:1;s:4:\"post\";}}','yes'),(187,'siteorigin_panels_home_page_id','7','yes'),(229823,'_transient_timeout_jetpack_site_is_vcs','1453624643','no'),(229824,'_transient_jetpack_site_is_vcs','0','no'),(230499,'can_compress_scripts','1','yes'),(1753,'updraftplus_dismisseddashnotice','1493661137','yes'),(776,'jetpack_updates','a:7:{s:7:\"plugins\";i:1;s:6:\"themes\";i:0;s:9:\"wordpress\";i:0;s:12:\"translations\";i:0;s:5:\"total\";i:1;s:10:\"wp_version\";s:5:\"4.4.1\";s:26:\"site_is_version_controlled\";b:0;}','yes'),(226,'theme_mods_devdmbootstrap3','a:9:{i:0;b:0;s:16:\"header_textcolor\";s:6:\"1169ac\";s:16:\"background_image\";s:80:\"http://www.wsaa.aero/wp-content/uploads/2015/03/Aviation-1600x1053-20pct-Q20.jpg\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:21:\"background_position_x\";s:6:\"center\";s:21:\"background_attachment\";s:5:\"fixed\";s:12:\"header_image\";s:109:\"http://www.wsaa.aero/wp-content/uploads/2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:294;s:3:\"url\";s:109:\"http://www.wsaa.aero/wp-content/uploads/2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg\";s:13:\"thumbnail_url\";s:109:\"http://www.wsaa.aero/wp-content/uploads/2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg\";s:6:\"height\";i:100;s:5:\"width\";i:212;}s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:3;}}','yes'),(260,'jetpack_activated','1','yes'),(241,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(242,'dm_options','a:7:{s:13:\"right_sidebar\";i:1;s:19:\"right_sidebar_width\";s:1:\"2\";s:18:\"left_sidebar_width\";s:1:\"3\";s:11:\"show_header\";i:1;s:13:\"show_postmeta\";i:1;s:14:\"author_credits\";N;s:12:\"left_sidebar\";N;}','yes'),(247,'siteorigin_widget_bundle_version','1.7.2','yes'),(1223,'secure_auth_key',']=w3)`$_vO8,hd=Q(RJ~%<?>`*7)?./z7A:bCuD%j%+xl@hVG56Laz@CbYZUVYwg','yes'),(264,'jetpack_available_modules','a:1:{s:5:\"3.9.7\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(265,'jetpack_log','a:4:{i:0;a:4:{s:4:\"time\";i:1426378249;s:7:\"user_id\";i:2;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:4:{s:4:\"time\";i:1426378282;s:7:\"user_id\";i:2;s:7:\"blog_id\";i:87086733;s:4:\"code\";s:9:\"authorize\";}i:2;a:5:{s:4:\"time\";i:1426378848;s:7:\"user_id\";i:2;s:7:\"blog_id\";i:87086733;s:4:\"code\";s:32:\"jetpack_json_api_full_management\";s:4:\"data\";b:1;}i:3;a:5:{s:4:\"time\";i:1433015659;s:7:\"user_id\";i:2;s:7:\"blog_id\";i:87086733;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:7:\"monitor\";}}','no'),(269,'jetpack_active_modules','a:21:{i:0;s:18:\"after-the-deadline\";i:1;s:12:\"contact-form\";i:2;s:20:\"custom-content-types\";i:3;s:10:\"custom-css\";i:4;s:19:\"gravatar-hovercards\";i:5;s:5:\"latex\";i:6;s:5:\"notes\";i:7;s:10:\"omnisearch\";i:8;s:13:\"post-by-email\";i:9;s:9:\"publicize\";i:10;s:10:\"sharedaddy\";i:11;s:10:\"shortcodes\";i:12;s:10:\"shortlinks\";i:13;s:5:\"stats\";i:14;s:13:\"subscriptions\";i:16;s:18:\"verification-tools\";i:17;s:17:\"widget-visibility\";i:18;s:7:\"widgets\";i:19;s:8:\"json-api\";i:20;s:6:\"manage\";i:21;s:7:\"monitor\";}','yes'),(271,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:87086733;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(274,'stats_cache','a:2:{s:32:\"3e4bea9a47e0187b3b929a080e6e5b6d\";a:1:{i:1485559658;a:0:{}}s:32:\"238ea02785f9665ab2940bc423000cc5\";a:1:{i:1485559658;a:0:{}}}','yes'),(502855,'_transient_is_multi_author','1','yes'),(276,'underConstructionArchive','a:5:{s:21:\"underConstructionHTML\";b:0;s:33:\"underConstructionActivationStatus\";s:1:\"0\";s:27:\"underConstructionCustomText\";a:3:{s:9:\"pageTitle\";s:49:\"Future Home of Washington State Aviation Alliance\";s:10:\"headerText\";s:49:\"Future Home of Washington State Aviation Alliance\";s:8:\"bodyText\";s:44:\"Contact Kandace Harvey for more information.\";}s:30:\"underConstructionDisplayOption\";s:1:\"1\";s:27:\"underConstructionHTTPStatus\";s:3:\"200\";}','yes'),(758,'jetpack_security_report','a:0:{}','yes'),(5442,'updraftplus_dismissedautobackup','1440268409','yes'),(13341,'widget_siteorigin-panels-builder','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13342,'widget_mab-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13343,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13344,'widget_siteorigin-panels-post-content','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13345,'widget_siteorigin-panels-postloop','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13346,'widget_rss_links','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13347,'widget_simple-social-icons','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13348,'widget_sow-button','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13349,'widget_sow-features','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13350,'widget_sow-google-map','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13351,'widget_sow-image','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13352,'widget_sow-post-carousel','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13353,'widget_sow-slider','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13354,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13355,'widget_top-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13356,'widget_twitter_timeline','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13417,'pTC_log_db_version','0.1','yes'),(383,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.3.1\";}','yes'),(13419,'pTC_show_advanced_post_types','false','yes'),(13420,'pTC_show_logging','false','yes'),(390,'wpseo','a:21:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:5:\"4.0.2\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:34:\"Washington State Aviation Alliance\";s:17:\"company_or_person\";s:7:\"company\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:34:\"Washington State Aviation Alliance\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1483326408;}','yes'),(391,'wpseo_permalinks','a:13:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:14:\"hide-feedlinks\";b:0;s:12:\"hide-rsdlink\";b:0;s:14:\"hide-shortlink\";b:0;s:16:\"hide-wlwmanifest\";b:0;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(392,'wpseo_titles','a:54:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:6:\"noydir\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(393,'wpseo_social','a:15:{s:9:\"fb_admins\";a:0:{}s:6:\"fbapps\";a:0:{}s:12:\"fbconnectkey\";s:32:\"b7fcec2a2ee13c5b9f09b04d1baa7d07\";s:13:\"facebook_site\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:10:\"googleplus\";b:0;s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:0;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:10:\"fbadminapp\";i:0;}','yes'),(394,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(395,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(396,'wpseo_xml','a:17:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"xml_ping_yahoo\";b:0;s:12:\"xml_ping_ask\";b:0;s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(398,'_mab_settings','a:3:{s:6:\"others\";a:2:{s:23:\"reorder-content-filters\";i:0;s:13:\"minify-output\";i:0;}s:5:\"optin\";a:3:{s:20:\"aweber-authorization\";s:0:\"\";s:13:\"mailchimp-api\";s:0:\"\";s:7:\"allowed\";a:1:{s:6:\"manual\";i:1;}}s:10:\"global-mab\";a:4:{s:7:\"default\";a:2:{s:9:\"actionbox\";s:0:\"\";s:9:\"placement\";s:6:\"bottom\";}s:4:\"page\";a:2:{s:9:\"actionbox\";s:0:\"\";s:9:\"placement\";s:6:\"bottom\";}s:4:\"post\";a:2:{s:9:\"actionbox\";s:0:\"\";s:9:\"placement\";s:6:\"bottom\";}s:8:\"category\";a:0:{}}}','yes'),(399,'_mab_current_version','2.17.1','yes'),(757,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"E&^e5J%4lJgIMz4M#P(%ptUsuyvpAklO.%zJ4&e&1vdK@fNwRE!e6B8T68tkM5@QR\";s:11:\"user_tokens\";a:1:{i:2;s:67:\"m&OQr#msbTIgBpt!vTPt3elLuftn9e@(.sf57jeTX6XJAMaZDcso%^g0o9%V4I9KC.2\";}}','yes'),(409,'updraft_dropbox','a:7:{s:6:\"appkey\";N;s:6:\"secret\";N;s:6:\"folder\";s:0:\"\";s:16:\"tk_request_token\";N;s:15:\"tk_access_token\";s:344:\"p7Bxeo9epagCVICKpFVVnG6UlHlx7t80MoDeuGTRf1UW1uNMkmNNUZrEQDKQ3DdNsHq/alFx15VcUWAbuRuwNufVqkYwMtrtU0VWNM84Gsu1QWtGeupf44aFBnO71XInpnJeXtkiS4BfRJq6emOOS5gT5DgXgfE4rbh4IPlshSdqwCWIODOTAFVt6DNKNPo1Gd4KnLmTDcmGgi/P6OKH9gdkl2FKBM+8K1hb4jDvkP0gGPui7WYtsR5RjuUEZwxtXrHngG1Q371LdkR1WH9JU+Hb8nvgIwJGVnpO6MQMDHuwBUezJWUj3Im5d4oOtWW9r010YnSfhcQ1WbpOXTxrVw==\";s:9:\"ownername\";s:10:\"Tony Green\";s:8:\"upgraded\";s:4:\"true\";}','yes'),(410,'updraft_lastmessage','Adding batch to zip file (UpdraftPlus_ZipArchive): over 2.0 seconds have passed since the last write (7.7 MB, 298 (1445) files added so far); re-opening (prior size: 10509.1 KB) (Mar 16 13:19:50)','yes'),(443,'updraft_ssl_disableverify','0','yes'),(411,'updraftplus_locked_fd','1','yes'),(412,'updraftplus_last_lock_time_fd','2017-03-16 16:12:36','yes'),(413,'updraftplus_semaphore_fd','1','yes'),(442,'updraft_ssl_useservercerts','0','yes'),(436,'updraft_openstack','a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(437,'updraft_googledrive','a:3:{s:8:\"clientid\";s:72:\"804917275686-2kgrojjfhqn02c4nf147etosdk8m3tol.apps.googleusercontent.com\";s:6:\"secret\";s:24:\"XonuKrc83jtM4_qcAfJWEyeJ\";s:6:\"folder\";s:11:\"UpdraftPlus\";}','yes'),(438,'updraft_sftp_settings','','yes'),(439,'updraft_webdav_settings','','yes'),(440,'updraft_ssl_nossl','0','yes'),(441,'updraft_log_syslog','0','yes'),(434,'updraft_bitcasa','a:0:{}','yes'),(435,'updraft_copycom','a:0:{}','yes'),(432,'updraft_s3generic','a:4:{s:8:\"endpoint\";s:0:\"\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(433,'updraft_cloudfiles','a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(431,'updraft_dreamobjects','a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(415,'updraft_backup_history','a:30:{i:1488129789;a:15:{s:7:\"plugins\";a:1:{i:0;s:58:\"backup_2017-02-26-0923_wordpress1_899a82a63fc5-plugins.zip\";}s:12:\"plugins-size\";i:23877432;s:6:\"themes\";a:1:{i:0;s:57:\"backup_2017-02-26-0923_wordpress1_899a82a63fc5-themes.zip\";}s:11:\"themes-size\";i:4209769;s:7:\"uploads\";a:1:{i:0;s:58:\"backup_2017-02-26-0923_wordpress1_899a82a63fc5-uploads.zip\";}s:12:\"uploads-size\";i:29555939;s:6:\"others\";a:1:{i:0;s:57:\"backup_2017-02-26-0923_wordpress1_899a82a63fc5-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:52:\"backup_2017-02-26-0923_wordpress1_899a82a63fc5-db.gz\";s:7:\"db-size\";i:963784;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"a7d82fe46e44390732172041634712af537b6414\";s:7:\"themes0\";s:40:\"8622356e2a550561166a56e9d488226a4d6bdcbe\";s:8:\"uploads0\";s:40:\"180927a05c42535e2c8bd2c64f918791f4817c89\";s:7:\"others0\";s:40:\"ef4d82a3b4aa7ccd17877524eebf5a63fad62df4\";s:3:\"db0\";s:40:\"35f649890d8ad34e61304cb143311c943c735e68\";}}s:5:\"nonce\";s:12:\"899a82a63fc5\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.12.30\";s:12:\"is_multisite\";b:0;}i:1485715051;a:15:{s:7:\"plugins\";a:1:{i:0;s:58:\"backup_2017-01-29-1037_wordpress1_1e57e5ea1598-plugins.zip\";}s:12:\"plugins-size\";i:23877432;s:6:\"themes\";a:1:{i:0;s:57:\"backup_2017-01-29-1037_wordpress1_1e57e5ea1598-themes.zip\";}s:11:\"themes-size\";i:4209769;s:7:\"uploads\";a:1:{i:0;s:58:\"backup_2017-01-29-1037_wordpress1_1e57e5ea1598-uploads.zip\";}s:12:\"uploads-size\";i:29555831;s:6:\"others\";a:1:{i:0;s:57:\"backup_2017-01-29-1037_wordpress1_1e57e5ea1598-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:52:\"backup_2017-01-29-1037_wordpress1_1e57e5ea1598-db.gz\";s:7:\"db-size\";i:1004707;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"76965ae5a02b5f893f6ed1412c88df4314484a19\";s:7:\"themes0\";s:40:\"7fe28dd6a76157731cac186b5d7ccfc58ea6bf59\";s:8:\"uploads0\";s:40:\"790b93c4cacccdd1858bb6083250428a7b6a88e9\";s:7:\"others0\";s:40:\"5185133c9b70f797d78b85d8c3ceeee11f688c2d\";s:3:\"db0\";s:40:\"4e0ac9aa16008b99a783737c1e0f5c6e3419cdff\";}}s:5:\"nonce\";s:12:\"1e57e5ea1598\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.12.30\";s:12:\"is_multisite\";b:0;}i:1484498619;a:15:{s:7:\"plugins\";a:1:{i:0;s:58:\"backup_2017-01-15-0843_wordpress1_b8deaac6c86a-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:57:\"backup_2017-01-15-0843_wordpress1_b8deaac6c86a-themes.zip\";}s:11:\"themes-size\";i:3649947;s:7:\"uploads\";a:1:{i:0;s:58:\"backup_2017-01-15-0843_wordpress1_b8deaac6c86a-uploads.zip\";}s:12:\"uploads-size\";i:29555549;s:6:\"others\";a:1:{i:0;s:57:\"backup_2017-01-15-0843_wordpress1_b8deaac6c86a-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:52:\"backup_2017-01-15-0843_wordpress1_b8deaac6c86a-db.gz\";s:7:\"db-size\";i:961604;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"5e1ca252d9eae521bbf42bc08080ee1abdd70058\";s:7:\"themes0\";s:40:\"3dd0ced7ff0d57cf08c5fbb9fafcd71399f2e4ff\";s:8:\"uploads0\";s:40:\"801b1224f747de0e2680526ece8714447a237d58\";s:7:\"others0\";s:40:\"ae5cfafbc25ecdc12aa644255ddd1b9a3ab87334\";s:3:\"db0\";s:40:\"f7a535b0f0bb1ab0e65a673dbcc764f3a1aa3d58\";}}s:5:\"nonce\";s:12:\"b8deaac6c86a\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.12.30\";s:12:\"is_multisite\";b:0;}i:1480253781;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-11-27-0536_Washington_State_Aviation_Allian_0f759de50353-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-11-27-0536_Washington_State_Aviation_Allian_0f759de50353-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-11-27-0536_Washington_State_Aviation_Allian_0f759de50353-uploads.zip\";}s:12:\"uploads-size\";i:29555231;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-11-27-0536_Washington_State_Aviation_Allian_0f759de50353-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-11-27-0536_Washington_State_Aviation_Allian_0f759de50353-db.gz\";s:7:\"db-size\";i:1041692;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"942524d9a470547fab745749ea8f55b8a6ab45e1\";s:7:\"themes0\";s:40:\"941cdcf6428b42e7a2f4855b53234ac9d446a9b0\";s:8:\"uploads0\";s:40:\"744a08b381f8b064d67fa0f91be3477c7055cae1\";s:7:\"others0\";s:40:\"154eecb3bd18d38e96a4f03afb0acab27c60c168\";s:3:\"db0\";s:40:\"ddb4d0d68fa30473dcc4cda706feba56f2cc4170\";}}s:5:\"nonce\";s:12:\"0f759de50353\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1479649552;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-11-20-0545_Washington_State_Aviation_Allian_cdcb8b71bc91-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-11-20-0545_Washington_State_Aviation_Allian_cdcb8b71bc91-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-11-20-0545_Washington_State_Aviation_Allian_cdcb8b71bc91-uploads.zip\";}s:12:\"uploads-size\";i:29555231;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-11-20-0545_Washington_State_Aviation_Allian_cdcb8b71bc91-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-11-20-0545_Washington_State_Aviation_Allian_cdcb8b71bc91-db.gz\";s:7:\"db-size\";i:1038500;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"170fcc76f980c6f0c450432aeec09212caf98145\";s:7:\"themes0\";s:40:\"613daf1513b77c282ffc3150e5a134a3ae70a408\";s:8:\"uploads0\";s:40:\"254e0d5e38d6ea26a579e865bc2edd93d85f46d5\";s:7:\"others0\";s:40:\"68fab998e73821873de3cb0721e03d07331599d9\";s:3:\"db0\";s:40:\"a2cdeca42ec60ffcb0e92acb5b33166ddea0d18b\";}}s:5:\"nonce\";s:12:\"cdcb8b71bc91\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1479044746;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-11-13-0545_Washington_State_Aviation_Allian_d524f104e6c0-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-11-13-0545_Washington_State_Aviation_Allian_d524f104e6c0-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-11-13-0545_Washington_State_Aviation_Allian_d524f104e6c0-uploads.zip\";}s:12:\"uploads-size\";i:29555231;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-11-13-0545_Washington_State_Aviation_Allian_d524f104e6c0-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-11-13-0545_Washington_State_Aviation_Allian_d524f104e6c0-db.gz\";s:7:\"db-size\";i:1028641;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e7b6e780eba04903c4ac290799f64dc96e9aa39f\";s:7:\"themes0\";s:40:\"23fd242ced912755ff95c14afe2528986ee2119a\";s:8:\"uploads0\";s:40:\"6f0e49c07b95eaad40e417adca106fede7adfb57\";s:7:\"others0\";s:40:\"12d4ea1f8d0321ad63cb0f5bdd0ba5f0977a8db4\";s:3:\"db0\";s:40:\"56cfde416a75beb8ac4904f1962f651f2e9467c3\";}}s:5:\"nonce\";s:12:\"d524f104e6c0\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1478439665;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-11-06-0541_Washington_State_Aviation_Allian_30d8bd4563c4-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-11-06-0541_Washington_State_Aviation_Allian_30d8bd4563c4-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-11-06-0541_Washington_State_Aviation_Allian_30d8bd4563c4-uploads.zip\";}s:12:\"uploads-size\";i:29555231;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-11-06-0541_Washington_State_Aviation_Allian_30d8bd4563c4-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-11-06-0541_Washington_State_Aviation_Allian_30d8bd4563c4-db.gz\";s:7:\"db-size\";i:1027230;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"c22285a9c33136a57d967b21b08bb6986344ad1a\";s:7:\"themes0\";s:40:\"d92f5a0a3428387b2f0e6eced422f468b00156a4\";s:8:\"uploads0\";s:40:\"0aaf16bbea6e685be619229c682048ba294a8a94\";s:7:\"others0\";s:40:\"ea1c37c74cbb069eae6ae258a6faed3234e23e00\";s:3:\"db0\";s:40:\"6a0b16816671c32c70133aa41f2d3280b0c084d0\";}}s:5:\"nonce\";s:12:\"30d8bd4563c4\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1477834574;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-10-30-0636_Washington_State_Aviation_Allian_d806f28361e3-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-10-30-0636_Washington_State_Aviation_Allian_d806f28361e3-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-10-30-0636_Washington_State_Aviation_Allian_d806f28361e3-uploads.zip\";}s:12:\"uploads-size\";i:29555123;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-10-30-0636_Washington_State_Aviation_Allian_d806f28361e3-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-10-30-0636_Washington_State_Aviation_Allian_d806f28361e3-db.gz\";s:7:\"db-size\";i:1026444;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"8cdeaedb99b72a2f7c19956cb10e49faca5a938a\";s:7:\"themes0\";s:40:\"060691402ad9d5ec2351f9ed8682c1a05c7d7a62\";s:8:\"uploads0\";s:40:\"072365fcd4f8dccc6f2153c451a107e3306960e8\";s:7:\"others0\";s:40:\"0ca893eacd51437ba3acab4386fa939f886037f9\";s:3:\"db0\";s:40:\"ce8e490ac5451c94eb28689187222a118bb469b3\";}}s:5:\"nonce\";s:12:\"d806f28361e3\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1477230082;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-10-23-0641_Washington_State_Aviation_Allian_bcdfdc58f07a-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-10-23-0641_Washington_State_Aviation_Allian_bcdfdc58f07a-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-10-23-0641_Washington_State_Aviation_Allian_bcdfdc58f07a-uploads.zip\";}s:12:\"uploads-size\";i:29555123;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-10-23-0641_Washington_State_Aviation_Allian_bcdfdc58f07a-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-10-23-0641_Washington_State_Aviation_Allian_bcdfdc58f07a-db.gz\";s:7:\"db-size\";i:1024033;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"661f1509eedc66b94cdcd41d2fc2916725a5f866\";s:7:\"themes0\";s:40:\"df64298290d9e40c2d9b30a7afabaa47d52bba6f\";s:8:\"uploads0\";s:40:\"f51e9ccd3b1a31c32a7c1f433605734a86b59723\";s:7:\"others0\";s:40:\"c717c81390c82351d54ac01b0d903ad1033b6a54\";s:3:\"db0\";s:40:\"4afdef3325aa682253e82b5bb27c6bc29e80331d\";}}s:5:\"nonce\";s:12:\"bcdfdc58f07a\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1476629783;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-10-16-0756_Washington_State_Aviation_Allian_9f5d9252ca61-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-10-16-0756_Washington_State_Aviation_Allian_9f5d9252ca61-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-10-16-0756_Washington_State_Aviation_Allian_9f5d9252ca61-uploads.zip\";}s:12:\"uploads-size\";i:29555123;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-10-16-0756_Washington_State_Aviation_Allian_9f5d9252ca61-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-10-16-0756_Washington_State_Aviation_Allian_9f5d9252ca61-db.gz\";s:7:\"db-size\";i:1022614;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"f1aa8fb649a515f5c5fddb3737cb8876c9ca846f\";s:7:\"themes0\";s:40:\"47210b983e81e6adf04b84711adfcd358273eb2c\";s:8:\"uploads0\";s:40:\"44ef0841a1769be16a9d616ca4b9ca478d1385e3\";s:7:\"others0\";s:40:\"8ebe6b6d4ab2124c248c52056000b8c771e96c7a\";s:3:\"db0\";s:40:\"ff84556751aec93edd4277213f322347e6864772\";}}s:5:\"nonce\";s:12:\"9f5d9252ca61\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1476020231;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-10-09-0637_Washington_State_Aviation_Allian_7f8245b7fec7-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-10-09-0637_Washington_State_Aviation_Allian_7f8245b7fec7-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-10-09-0637_Washington_State_Aviation_Allian_7f8245b7fec7-uploads.zip\";}s:12:\"uploads-size\";i:29555123;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-10-09-0637_Washington_State_Aviation_Allian_7f8245b7fec7-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-10-09-0637_Washington_State_Aviation_Allian_7f8245b7fec7-db.gz\";s:7:\"db-size\";i:1022515;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"175e72b6b53007d087e936f08804f16fb1de46c2\";s:7:\"themes0\";s:40:\"f40c8cb173d0f00d9f37cbcb937600fe6ba59240\";s:8:\"uploads0\";s:40:\"7c48ec8111ff8cadc854b2729752055c7a94fc98\";s:7:\"others0\";s:40:\"488fe9707e0233f4ebc4f905282b6c6650d7510e\";s:3:\"db0\";s:40:\"583c4579c1ee69fd26210c9d5eeb8a6059259397\";}}s:5:\"nonce\";s:12:\"7f8245b7fec7\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1475415438;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-10-02-0637_Washington_State_Aviation_Allian_cfda78a2625f-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-10-02-0637_Washington_State_Aviation_Allian_cfda78a2625f-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-10-02-0637_Washington_State_Aviation_Allian_cfda78a2625f-uploads.zip\";}s:12:\"uploads-size\";i:29555123;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-10-02-0637_Washington_State_Aviation_Allian_cfda78a2625f-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-10-02-0637_Washington_State_Aviation_Allian_cfda78a2625f-db.gz\";s:7:\"db-size\";i:1021185;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"7dde340d5e09c3021a165b2fc60ddf53a8a41530\";s:7:\"themes0\";s:40:\"72bba0332732f3d40b8dd98e8ffcdbcf4fdd86da\";s:8:\"uploads0\";s:40:\"16ab161f6e983c2bcdd654a2c6d573c04f91ad11\";s:7:\"others0\";s:40:\"8a4f2534003d7dda8afb88599559ab36f8e369e3\";s:3:\"db0\";s:40:\"6ace72f19090fbd1cbd6e0231018d5f34683b10a\";}}s:5:\"nonce\";s:12:\"cfda78a2625f\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1474810950;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-09-25-0642_Washington_State_Aviation_Allian_44e20c3d597b-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-09-25-0642_Washington_State_Aviation_Allian_44e20c3d597b-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-09-25-0642_Washington_State_Aviation_Allian_44e20c3d597b-uploads.zip\";}s:12:\"uploads-size\";i:29555015;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-09-25-0642_Washington_State_Aviation_Allian_44e20c3d597b-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-09-25-0642_Washington_State_Aviation_Allian_44e20c3d597b-db.gz\";s:7:\"db-size\";i:1020739;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"4fe7f415b126c5c2c43d8ee6ef88840b377fb51c\";s:7:\"themes0\";s:40:\"d81536db1dca7133d9fd62c1d6154eaa4c1d5977\";s:8:\"uploads0\";s:40:\"90aaffa509f3f822d2f5090c50c544bc2dbbb994\";s:7:\"others0\";s:40:\"1cbc55066d0cbbc324e785bd946153034661af4e\";s:3:\"db0\";s:40:\"574051d73b4a7a91a431bdb4d2dfdaf3d36ae0cd\";}}s:5:\"nonce\";s:12:\"44e20c3d597b\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1474206438;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-09-18-0647_Washington_State_Aviation_Allian_5a1560d7d2ab-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-09-18-0647_Washington_State_Aviation_Allian_5a1560d7d2ab-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-09-18-0647_Washington_State_Aviation_Allian_5a1560d7d2ab-uploads.zip\";}s:12:\"uploads-size\";i:29555015;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-09-18-0647_Washington_State_Aviation_Allian_5a1560d7d2ab-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-09-18-0647_Washington_State_Aviation_Allian_5a1560d7d2ab-db.gz\";s:7:\"db-size\";i:1019085;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"b1bc1106a2408f9949835c62fa43d2c0aae10783\";s:7:\"themes0\";s:40:\"30d3149a455e6aa1632db9474dba3ddbd1e1934b\";s:8:\"uploads0\";s:40:\"f7819f529682e26d9bf0f8f4063e789029a866e4\";s:7:\"others0\";s:40:\"080e8f4326bbeb3ade1716eaddde16f790d06164\";s:3:\"db0\";s:40:\"c53a38bb54576a539ddff4ffc91270e5ebb063e7\";}}s:5:\"nonce\";s:12:\"5a1560d7d2ab\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1473601027;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-09-11-0637_Washington_State_Aviation_Allian_873ba57bba94-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-09-11-0637_Washington_State_Aviation_Allian_873ba57bba94-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-09-11-0637_Washington_State_Aviation_Allian_873ba57bba94-uploads.zip\";}s:12:\"uploads-size\";i:29555015;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-09-11-0637_Washington_State_Aviation_Allian_873ba57bba94-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-09-11-0637_Washington_State_Aviation_Allian_873ba57bba94-db.gz\";s:7:\"db-size\";i:1020414;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"aa7624ea9e53e228d2588c4bffb2af4fdc393a47\";s:7:\"themes0\";s:40:\"ba3fac0785546b2888726deee2b7d3181ed462c0\";s:8:\"uploads0\";s:40:\"40ed538bbd68cf325ed06057c356c0ea1da3d92a\";s:7:\"others0\";s:40:\"3e749b34c83fb328480e8d30aa57a4c01140c2cf\";s:3:\"db0\";s:40:\"714d175625f9e9d0dfc7d40fe164302f335e5a9c\";}}s:5:\"nonce\";s:12:\"873ba57bba94\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1472996819;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-09-04-0646_Washington_State_Aviation_Allian_9ecf2d7b7b8b-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-09-04-0646_Washington_State_Aviation_Allian_9ecf2d7b7b8b-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-09-04-0646_Washington_State_Aviation_Allian_9ecf2d7b7b8b-uploads.zip\";}s:12:\"uploads-size\";i:29555015;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-09-04-0646_Washington_State_Aviation_Allian_9ecf2d7b7b8b-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-09-04-0646_Washington_State_Aviation_Allian_9ecf2d7b7b8b-db.gz\";s:7:\"db-size\";i:1019411;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"9028667b2e81ea97101c321bbbd20c02186bcd63\";s:7:\"themes0\";s:40:\"7681bb427b47f042f7755d6cdf5aca126419fca1\";s:8:\"uploads0\";s:40:\"c7d14fc8838e18695356f60bce6792a7ff78fb9f\";s:7:\"others0\";s:40:\"444e44a7d07f0cc33804935b8e19cd8e7224cae7\";s:3:\"db0\";s:40:\"87944899bcbbc4a8482eff72ff1caa3bb6103330\";}}s:5:\"nonce\";s:12:\"9ecf2d7b7b8b\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1472391368;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-08-28-0636_Washington_State_Aviation_Allian_89583ded89e0-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-08-28-0636_Washington_State_Aviation_Allian_89583ded89e0-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-08-28-0636_Washington_State_Aviation_Allian_89583ded89e0-uploads.zip\";}s:12:\"uploads-size\";i:29554907;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-08-28-0636_Washington_State_Aviation_Allian_89583ded89e0-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-08-28-0636_Washington_State_Aviation_Allian_89583ded89e0-db.gz\";s:7:\"db-size\";i:1018832;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"79db241d69c5778daef7ad648db72c3785077bfe\";s:7:\"themes0\";s:40:\"e8fd47cf3a4e6596dfd020bbd2c4edc86373ece4\";s:8:\"uploads0\";s:40:\"429d46f6f66481db5c497c4297ec76a5b2429457\";s:7:\"others0\";s:40:\"dedbbf1eaca6da6b7302c91106a6ed58ee06bffc\";s:3:\"db0\";s:40:\"96375b9d68f59059f9747db9776c4942788e65c6\";}}s:5:\"nonce\";s:12:\"89583ded89e0\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1471786623;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-08-21-0637_Washington_State_Aviation_Allian_1fb271f9912f-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-08-21-0637_Washington_State_Aviation_Allian_1fb271f9912f-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-08-21-0637_Washington_State_Aviation_Allian_1fb271f9912f-uploads.zip\";}s:12:\"uploads-size\";i:29554907;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-08-21-0637_Washington_State_Aviation_Allian_1fb271f9912f-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-08-21-0637_Washington_State_Aviation_Allian_1fb271f9912f-db.gz\";s:7:\"db-size\";i:1016788;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"01ed3deec83561779b843a384823e621df9362ac\";s:7:\"themes0\";s:40:\"c7104a88e47cd1077453106a025cd14699680f5d\";s:8:\"uploads0\";s:40:\"2c1bf1695eb7ac1a67ab96ca3516ce369c94950e\";s:7:\"others0\";s:40:\"ec1a5b1bbfd9c8afd6f0a0b5860e1ac1dbd85caa\";s:3:\"db0\";s:40:\"ad171605dd64da8c118ac3feb09de46af39dd422\";}}s:5:\"nonce\";s:12:\"1fb271f9912f\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1471182093;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-08-14-0641_Washington_State_Aviation_Allian_6846e3d401a0-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-08-14-0641_Washington_State_Aviation_Allian_6846e3d401a0-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-08-14-0641_Washington_State_Aviation_Allian_6846e3d401a0-uploads.zip\";}s:12:\"uploads-size\";i:29554907;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-08-14-0641_Washington_State_Aviation_Allian_6846e3d401a0-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-08-14-0641_Washington_State_Aviation_Allian_6846e3d401a0-db.gz\";s:7:\"db-size\";i:1016734;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"cf48bf5c7f75ea48c516598fba4bdcd8ce1ff816\";s:7:\"themes0\";s:40:\"3e989ad63831fd28fec827e839b82e038d9d3eb6\";s:8:\"uploads0\";s:40:\"603f120797b57633448cc63afdf8c66868709393\";s:7:\"others0\";s:40:\"5c938d848c269edeb90e9b88e963904f96e64dff\";s:3:\"db0\";s:40:\"ca21331192077248d25c9edc4ec2abd08a3d47cb\";}}s:5:\"nonce\";s:12:\"6846e3d401a0\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1470577312;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-08-07-0641_Washington_State_Aviation_Allian_4406e9425914-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-08-07-0641_Washington_State_Aviation_Allian_4406e9425914-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-08-07-0641_Washington_State_Aviation_Allian_4406e9425914-uploads.zip\";}s:12:\"uploads-size\";i:29554907;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-08-07-0641_Washington_State_Aviation_Allian_4406e9425914-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-08-07-0641_Washington_State_Aviation_Allian_4406e9425914-db.gz\";s:7:\"db-size\";i:1016625;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"574a9705365ad0db7a95aaf6882a710ec948a4e3\";s:7:\"themes0\";s:40:\"23eda3b90708bd004203c121b9a8a58e57888926\";s:8:\"uploads0\";s:40:\"8a95c961ae46a2d16c0092fb7b91bfa2f42e6158\";s:7:\"others0\";s:40:\"dcbc45f55171ad5671857b43e4be0ab9d5c1dd28\";s:3:\"db0\";s:40:\"ed1d03ef11668bbf3a065d07b2d6a3e450c8caf4\";}}s:5:\"nonce\";s:12:\"4406e9425914\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1469972793;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-07-31-0646_Washington_State_Aviation_Allian_7d5a5b0653e0-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-07-31-0646_Washington_State_Aviation_Allian_7d5a5b0653e0-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-07-31-0646_Washington_State_Aviation_Allian_7d5a5b0653e0-uploads.zip\";}s:12:\"uploads-size\";i:29554799;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-07-31-0646_Washington_State_Aviation_Allian_7d5a5b0653e0-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-07-31-0646_Washington_State_Aviation_Allian_7d5a5b0653e0-db.gz\";s:7:\"db-size\";i:1016777;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"20afdae2fd9775a80f8c23f47850bf92611785f4\";s:7:\"themes0\";s:40:\"000b9db82aed967ccdc4bc158676a7cb63d4953d\";s:8:\"uploads0\";s:40:\"ffed4cd890df672160e08f23327a2a8a749a632e\";s:7:\"others0\";s:40:\"192e124e526c4d8c2a8fa64fe399251c33586351\";s:3:\"db0\";s:40:\"500fc7ac78273e9ed7da749aecf38d4ce4dcc61b\";}}s:5:\"nonce\";s:12:\"7d5a5b0653e0\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1469367982;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-07-24-0646_Washington_State_Aviation_Allian_3220dcd7c7b3-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-07-24-0646_Washington_State_Aviation_Allian_3220dcd7c7b3-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-07-24-0646_Washington_State_Aviation_Allian_3220dcd7c7b3-uploads.zip\";}s:12:\"uploads-size\";i:29554799;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-07-24-0646_Washington_State_Aviation_Allian_3220dcd7c7b3-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-07-24-0646_Washington_State_Aviation_Allian_3220dcd7c7b3-db.gz\";s:7:\"db-size\";i:1015123;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"50544ca1eaff2ac5ca90596989d3998dec338912\";s:7:\"themes0\";s:40:\"2148b1c5fcf9c757cc3885105a3e91afedc81510\";s:8:\"uploads0\";s:40:\"416d6d8851dd0ddde473c033d37a11448e61b402\";s:7:\"others0\";s:40:\"788ee5251cc9a7af02d672ab82b1034901992e36\";s:3:\"db0\";s:40:\"0e953afd3667a2bfa01845bddcb25f1ddc81a735\";}}s:5:\"nonce\";s:12:\"3220dcd7c7b3\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1468762581;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-07-17-0636_Washington_State_Aviation_Allian_93f7dde100c2-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-07-17-0636_Washington_State_Aviation_Allian_93f7dde100c2-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-07-17-0636_Washington_State_Aviation_Allian_93f7dde100c2-uploads.zip\";}s:12:\"uploads-size\";i:29554799;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-07-17-0636_Washington_State_Aviation_Allian_93f7dde100c2-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-07-17-0636_Washington_State_Aviation_Allian_93f7dde100c2-db.gz\";s:7:\"db-size\";i:1000178;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"0b8e7b3cef8984059a08db438dc9df8bf164943f\";s:7:\"themes0\";s:40:\"2e4604643a749e8c18939cfa3e8a93e352c8eca6\";s:8:\"uploads0\";s:40:\"d1e9a8cdcfa9eea15697d6066516c8a07f59247d\";s:7:\"others0\";s:40:\"c8d7e9a8bfcd05ca3186ccb3e406d934c1a561a5\";s:3:\"db0\";s:40:\"df2efd8a9d8d0e458542851fcd3f3137c7e0ba23\";}}s:5:\"nonce\";s:12:\"93f7dde100c2\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1468157783;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-07-10-0636_Washington_State_Aviation_Allian_8fbd3e11d87a-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-07-10-0636_Washington_State_Aviation_Allian_8fbd3e11d87a-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-07-10-0636_Washington_State_Aviation_Allian_8fbd3e11d87a-uploads.zip\";}s:12:\"uploads-size\";i:29554799;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-07-10-0636_Washington_State_Aviation_Allian_8fbd3e11d87a-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-07-10-0636_Washington_State_Aviation_Allian_8fbd3e11d87a-db.gz\";s:7:\"db-size\";i:998312;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"eb12ec676d1c3a04e68778c3b17d55df9dfad964\";s:7:\"themes0\";s:40:\"337730f14113f51ad5efc4627c4fb4d22d29a098\";s:8:\"uploads0\";s:40:\"db2677e10cc41ac4de48807a3f512325ab4aa5d5\";s:7:\"others0\";s:40:\"b6fd256db787a39a469c0bee35a1cc61525babaa\";s:3:\"db0\";s:40:\"72c43f9a0b64719b77fd77a06826c2c50f6d67f8\";}}s:5:\"nonce\";s:12:\"8fbd3e11d87a\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1467552975;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-07-03-0636_Washington_State_Aviation_Allian_72c852135820-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-07-03-0636_Washington_State_Aviation_Allian_72c852135820-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-07-03-0636_Washington_State_Aviation_Allian_72c852135820-uploads.zip\";}s:12:\"uploads-size\";i:29554799;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-07-03-0636_Washington_State_Aviation_Allian_72c852135820-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-07-03-0636_Washington_State_Aviation_Allian_72c852135820-db.gz\";s:7:\"db-size\";i:995731;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"15edbf1239213d6ef102176d2d7f5daebf7cc26f\";s:7:\"themes0\";s:40:\"48aea8f49b8696a5c2b878d3fd7de323610523b7\";s:8:\"uploads0\";s:40:\"3e5e77c60b595b55a2e93135fb9799805c9daa75\";s:7:\"others0\";s:40:\"f7d270ccc8eef34f1eb14c6f911d31a3d6a4780d\";s:3:\"db0\";s:40:\"9b59e8b3cfa61a8eba6e7ca046ffc6013a2d4a46\";}}s:5:\"nonce\";s:12:\"72c852135820\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1466948458;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-06-26-0640_Washington_State_Aviation_Allian_a64b9d01fead-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-06-26-0640_Washington_State_Aviation_Allian_a64b9d01fead-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-06-26-0640_Washington_State_Aviation_Allian_a64b9d01fead-uploads.zip\";}s:12:\"uploads-size\";i:29554691;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-06-26-0640_Washington_State_Aviation_Allian_a64b9d01fead-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-06-26-0640_Washington_State_Aviation_Allian_a64b9d01fead-db.gz\";s:7:\"db-size\";i:995166;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"96b393fd816dbaf6004abefacc48676d3af712f4\";s:7:\"themes0\";s:40:\"0e3d6afc00e4bd7853653f31f34e91f20708d2a9\";s:8:\"uploads0\";s:40:\"9ca5b0d24ded1ef7c71c01fdae53428d4e94d273\";s:7:\"others0\";s:40:\"2cfb70ef524b615e5953c9b78b6d84b8596abcf0\";s:3:\"db0\";s:40:\"058ff9c58c89c0466037126e8a0d5971f58a00fc\";}}s:5:\"nonce\";s:12:\"a64b9d01fead\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1466343452;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-06-19-0637_Washington_State_Aviation_Allian_df3ab3b46251-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-06-19-0637_Washington_State_Aviation_Allian_df3ab3b46251-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-06-19-0637_Washington_State_Aviation_Allian_df3ab3b46251-uploads.zip\";}s:12:\"uploads-size\";i:29554691;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-06-19-0637_Washington_State_Aviation_Allian_df3ab3b46251-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-06-19-0637_Washington_State_Aviation_Allian_df3ab3b46251-db.gz\";s:7:\"db-size\";i:960704;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"98f038167142fa760e2d528c3692af1093468d34\";s:7:\"themes0\";s:40:\"df79a7f94975ff2b1ca4f44957a1e8082572463a\";s:8:\"uploads0\";s:40:\"d994d931e41d26dc8863f095d02adf4f5c09a29d\";s:7:\"others0\";s:40:\"72d8c607c34c3e6d5ca227aa43b68cae11fecf3f\";s:3:\"db0\";s:40:\"aeef8bad5367d92f54fecc286448b33686fd1d25\";}}s:5:\"nonce\";s:12:\"df3ab3b46251\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1465738823;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-06-12-0640_Washington_State_Aviation_Allian_bc7483cf7cc8-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-06-12-0640_Washington_State_Aviation_Allian_bc7483cf7cc8-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-06-12-0640_Washington_State_Aviation_Allian_bc7483cf7cc8-uploads.zip\";}s:12:\"uploads-size\";i:29554691;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-06-12-0640_Washington_State_Aviation_Allian_bc7483cf7cc8-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-06-12-0640_Washington_State_Aviation_Allian_bc7483cf7cc8-db.gz\";s:7:\"db-size\";i:943024;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"3370e21bdc46d6aee19d39ad7ad2e509dce9e175\";s:7:\"themes0\";s:40:\"0e8bb7067e2e2ad53052ac017a784647d2adf704\";s:8:\"uploads0\";s:40:\"87153852fea4f9d0ddccb5b4af1d6f9520f03f54\";s:7:\"others0\";s:40:\"06c665423730fd287cc30726282ebd0a41140740\";s:3:\"db0\";s:40:\"1c879c2bf282b328e4fbe4f4d31460e046f525d8\";}}s:5:\"nonce\";s:12:\"bc7483cf7cc8\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1465134626;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-06-05-0650_Washington_State_Aviation_Allian_8292c42791dc-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-06-05-0650_Washington_State_Aviation_Allian_8292c42791dc-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-06-05-0650_Washington_State_Aviation_Allian_8292c42791dc-uploads.zip\";}s:12:\"uploads-size\";i:29554691;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-06-05-0650_Washington_State_Aviation_Allian_8292c42791dc-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-06-05-0650_Washington_State_Aviation_Allian_8292c42791dc-db.gz\";s:7:\"db-size\";i:942598;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"972151adc24c6d13839bcd3cd4c75e51641aacda\";s:7:\"themes0\";s:40:\"b903b93ccaffa0c670f0a8d094fa58fcf8028066\";s:8:\"uploads0\";s:40:\"81dff1f7e14aaae3c94ccc8f8472aeacf3d1f41b\";s:7:\"others0\";s:40:\"ac528f91e4caa923261802d8720ba926d8b8b685\";s:3:\"db0\";s:40:\"84b236266c9dffb69508f270744d46157a3c47c0\";}}s:5:\"nonce\";s:12:\"8292c42791dc\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}i:1464529210;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2016-05-29-0640_Washington_State_Aviation_Allian_07976a7849cf-plugins.zip\";}s:12:\"plugins-size\";i:21931971;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2016-05-29-0640_Washington_State_Aviation_Allian_07976a7849cf-themes.zip\";}s:11:\"themes-size\";i:3580974;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2016-05-29-0640_Washington_State_Aviation_Allian_07976a7849cf-uploads.zip\";}s:12:\"uploads-size\";i:29554583;s:6:\"others\";a:1:{i:0;s:79:\"backup_2016-05-29-0640_Washington_State_Aviation_Allian_07976a7849cf-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:74:\"backup_2016-05-29-0640_Washington_State_Aviation_Allian_07976a7849cf-db.gz\";s:7:\"db-size\";i:938324;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"ae8e3caec843f1c77fbb5046b1a30f6a43068b97\";s:7:\"themes0\";s:40:\"dc2e5ae5964c6be4e5b8c10cedabc08f5efac365\";s:8:\"uploads0\";s:40:\"52a8c38bd67a6f0c0108e2ac16dacaa6e43a4bcc\";s:7:\"others0\";s:40:\"5bc4513dbc14635f3b0d19af16f185fb98f08a7f\";s:3:\"db0\";s:40:\"b298d996a6d3fb5869e848c672929d60f7d28037\";}}s:5:\"nonce\";s:12:\"07976a7849cf\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.11.28\";s:12:\"is_multisite\";b:0;}}','yes'),(502457,'_site_transient_timeout_available_translations','1484540369','yes'),(502458,'_site_transient_available_translations','a:74:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-30 08:58:25\";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.4.1/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:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-12 10:15:45\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}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.4.1\";s:7:\"updated\";s:19:\"2015-12-07 20:53:51\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2015-12-08 08:50:29\";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.4.1/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:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.7\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.7/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.7\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";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.3.7/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.4.1\";s:7:\"updated\";s:19:\"2016-01-16 13:48:03\";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.4.1/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:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.3.6\";s:7:\"updated\";s:19:\"2016-02-16 15:35:45\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.6/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-26 16:01:40\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2015-12-08 22:48:20\";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.4.1/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-21 14:06:26\";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.4.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-26 10:48:10\";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.4.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 14:19:21\";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.4.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-02-01 20:22:48\";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.4.1/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_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 13:34:17\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_NZ.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.4.1\";s:7:\"updated\";s:19:\"2015-12-07 04:39:48\";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.4.1/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-15 11:52:35\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_ZA.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.4.1\";s:7:\"updated\";s:19:\"2016-01-14 21:14:29\";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.4.1/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:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-06 23:10:59\";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.4.1/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-25 13:07:29\";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.4.1/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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-24 19:37:59\";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.4.1/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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.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.4.1\";s:7:\"updated\";s:19:\"2016-01-24 15:17:36\";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.4.1/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_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-28 19:55:54\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/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:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 17:35:10\";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.4.1/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_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-23 00:46:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_AR.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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.3.7\";s:7:\"updated\";s:19:\"2016-11-14 13:43:46\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.7/es_VE.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:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-24 20:58:31\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 21:19:15\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2016-01-31 19:24:20\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2015-12-23 06:49:15\";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.4.1/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_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 02:16:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 13:47:35\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-28 16:37:34\";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.4.1/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:5:\"4.3.7\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.7/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.4.1\";s:7:\"updated\";s:19:\"2016-01-13 16:48:03\";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.4.1/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:6:\"4.1.14\";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:63:\"https://downloads.wordpress.org/translation/core/4.1.14/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.4.1\";s:7:\"updated\";s:19:\"2016-01-31 10:28:07\";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.4.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 05:11:43\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}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.4.1\";s:7:\"updated\";s:19:\"2016-01-26 11:21:04\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2016-01-23 09:15:56\";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.4.1/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:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.7\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.7/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-21 16:17:50\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2015-12-08 00:20:24\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2016-01-30 18:58: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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2016-01-15 13:41:43\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2015-12-09 07:35:25\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2015-12-08 20:07:24\";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.4.1/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:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-28 05:41:39\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.14\";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:65:\"https://downloads.wordpress.org/translation/core/4.1.14/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.4.1\";s:7:\"updated\";s:19:\"2015-12-07 10:01:09\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2016-01-20 13:36:47\";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.4.1/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:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 13:35:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.1/nl_NL_formal.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.4.1\";s:7:\"updated\";s:19:\"2015-12-14 12:19:44\";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.4.1/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:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.3.7\";s:7:\"updated\";s:19:\"2016-09-23 13:46:27\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.7/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-09 13:30:40\";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.4.1/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:6:\"4.1.14\";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:62:\"https://downloads.wordpress.org/translation/core/4.1.14/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:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 15:27:05\";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.4.1/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:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-10 18:05:56\";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.4.1/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:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-29 12:45:24\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2016-01-02 00:04:31\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2015-12-30 10:37:54\";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.4.1/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.3.7\";s:7:\"updated\";s:19:\"2016-07-29 21:17: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.3.7/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:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 09:13:24\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2015-12-09 09:09:51\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2015-12-08 23:28:56\";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.4.1/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.4.1\";s:7:\"updated\";s:19:\"2015-12-08 03:22:55\";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.4.1/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:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.7\";s:7:\"updated\";s:19:\"2016-08-30 11:44:05\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.7/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-17 23:12:27\";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.4.1/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:6:\"4.1.14\";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:65:\"https://downloads.wordpress.org/translation/core/4.1.14/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.4.1\";s:7:\"updated\";s:19:\"2016-01-03 22:04:41\";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.4.1/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:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.7\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.7/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-12 22:55: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.4.1/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:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-11 18:51:41\";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.4.1/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:\"繼續\";}}}','yes'),(332887,'_site_transient_timeout_browser_2c1eb1d7db60a6595e3c7b3982b5caa2','1465519531','yes'),(332888,'_site_transient_browser_2c1eb1d7db60a6595e3c7b3982b5caa2','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"46.0.2486.0\";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'),(268285,'_site_transient_timeout_browser_8c27b0d66a7ea6cec5dda9979cc92bd3','1457896507','yes'),(268286,'_site_transient_browser_8c27b0d66a7ea6cec5dda9979cc92bd3','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'),(502825,'_site_transient_timeout_browser_3761e5c4733742374ba4795bb2ae7f72','1486164370','yes'),(502826,'_site_transient_browser_3761e5c4733742374ba4795bb2ae7f72','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"47.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'),(230715,'updraft_last_scheduled_fd','1489680755','yes'),(248508,'_site_transient_browser_a38759e458df6a2e151e116ba3dc0a0b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"44.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'),(248507,'_site_transient_timeout_browser_a38759e458df6a2e151e116ba3dc0a0b','1455904088','yes'),(268338,'_site_transient_timeout_browser_e3ae366e66d1c39ce6cf9f9706edbba9','1457897286','yes'),(268339,'_site_transient_browser_e3ae366e66d1c39ce6cf9f9706edbba9','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'),(268383,'tablepress_tables','{\"last_id\":3,\"table_post\":{\"1\":519,\"3\":545}}','yes'),(444,'updraft_split_every','500','yes'),(445,'updraft_dir','updraft','yes'),(446,'updraft_email','webmaster@wsaa.aero','yes'),(447,'updraft_report_warningsonly','a:0:{}','yes'),(422,'updraft_interval','weekly','yes'),(423,'updraft_interval_database','weekly','yes'),(424,'updraft_interval_increments','','yes'),(425,'updraft_retain','30','yes'),(426,'updraft_retain_db','30','yes'),(416,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1488129789;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:58:\"backup_2017-02-26-0923_wordpress1_899a82a63fc5-plugins.zip\";}s:12:\"plugins-size\";i:23877432;s:6:\"themes\";a:1:{i:0;s:57:\"backup_2017-02-26-0923_wordpress1_899a82a63fc5-themes.zip\";}s:11:\"themes-size\";i:4209769;s:7:\"uploads\";a:1:{i:0;s:58:\"backup_2017-02-26-0923_wordpress1_899a82a63fc5-uploads.zip\";}s:12:\"uploads-size\";i:29555939;s:6:\"others\";a:1:{i:0;s:57:\"backup_2017-02-26-0923_wordpress1_899a82a63fc5-others.zip\";}s:11:\"others-size\";i:366;s:2:\"db\";s:52:\"backup_2017-02-26-0923_wordpress1_899a82a63fc5-db.gz\";s:7:\"db-size\";i:963784;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"a7d82fe46e44390732172041634712af537b6414\";s:7:\"themes0\";s:40:\"8622356e2a550561166a56e9d488226a4d6bdcbe\";s:8:\"uploads0\";s:40:\"180927a05c42535e2c8bd2c64f918791f4817c89\";s:7:\"others0\";s:40:\"ef4d82a3b4aa7ccd17877524eebf5a63fad62df4\";s:3:\"db0\";s:40:\"35f649890d8ad34e61304cb143311c943c735e68\";}}}s:7:\"success\";i:0;s:6:\"errors\";a:4:{i:0;a:2:{s:5:\"level\";s:7:\"warning\";s:7:\"message\";s:215:\"Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page: https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/\";}s:16:\"infrequentvisits\";a:2:{s:5:\"level\";s:7:\"warning\";s:7:\"message\";s:215:\"Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page: https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/\";}i:1;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:121:\"Dropbox error: failed to upload file to backup_2017-02-26-0923_wordpress1_899a82a63fc5-others.zip (see log file for more)\";}i:2;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:116:\"Dropbox error: failed to upload file to backup_2017-02-26-0923_wordpress1_899a82a63fc5-db.gz (see log file for more)\";}}s:12:\"backup_nonce\";s:12:\"899a82a63fc5\";}','yes'),(427,'updraft_encryptionphrase','','yes'),(428,'updraft_service','dropbox','yes'),(429,'updraft_s3','a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(430,'updraft_ftp','a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}','yes'),(448,'updraft_report_wholebackup','a:0:{}','yes'),(449,'updraft_autobackup_default','0','yes'),(450,'updraft_delete_local','1','yes'),(451,'updraft_debug_mode','0','yes'),(452,'updraft_extradbs','','yes'),(453,'updraft_backupdb_nonwp','0','yes'),(454,'updraft_include_plugins','1','yes'),(455,'updraft_include_themes','1','yes'),(456,'updraft_include_uploads','1','yes'),(457,'updraft_include_others','1','yes'),(458,'updraft_include_wpcore','0','yes'),(459,'updraft_include_wpcore_exclude','','yes'),(460,'updraft_include_more','0','yes'),(461,'updraft_include_more_path','','yes'),(462,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone','yes'),(463,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups','yes'),(464,'updraft_starttime_files','13:39','yes'),(465,'updraft_starttime_db','13:39','yes'),(466,'updraft_startday_files','0','yes'),(467,'updraft_startday_db','0','yes'),(474,'updraftplus_semaphore_','0','yes'),(480,'stb_enabled','1','yes'),(472,'updraftplus_unlocked_','1','yes'),(473,'updraftplus_last_lock_time_','2015-03-16 05:13:47','yes'),(481,'stc_enabled','1','yes'),(482,'gravatar_disable_hovercards','enabled','yes'),(549,'wpb2d-premium-extensions','a:0:{}','no'),(548,'wpb2d-init-errors','','no'),(1224,'secure_auth_salt','C2`|g n3O:K9Rj~.?2XBm.Dla+3cwyT`A#l8t/kp,LtxyZ>4wLkGT=7xXv%*&+Ww','yes'),(502844,'_transient_timeout_plugin_slugs','1485646561','no'),(502845,'_transient_plugin_slugs','a:25:{i:0;s:19:\"akismet/akismet.php\";i:1;s:31:\"child-themify/child-themify.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:29:\"dirtysuds-embed-pdf/embed.php\";i:4;s:23:\"free-counter/plugin.php\";i:5;s:9:\"hello.php\";i:6;s:19:\"jetpack/jetpack.php\";i:7;s:43:\"lazy-social-buttons/lazy-social-buttons.php\";i:8;s:37:\"magic-action-box/magic-action-box.php\";i:9;s:27:\"p3-profiler/p3-profiler.php\";i:10;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:11;s:29:\"pdf-embedder/pdf_embedder.php\";i:12;s:33:\"ptypeconverter/pTypeConverter.php\";i:13;s:43:\"simple-social-icons/simple-social-icons.php\";i:14;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:15;s:25:\"tablepress/tablepress.php\";i:16;s:48:\"traffic-stats-widget/wp-traffic-stats-widget.php\";i:17;s:39:\"underconstruction/underConstruction.php\";i:18;s:27:\"updraftplus/updraftplus.php\";i:19;s:33:\"w3-total-cache/w3-total-cache.php\";i:20;s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";i:21;s:41:\"wordpress-importer/wordpress-importer.php\";i:22;s:43:\"wp-construction-mode/under-construction.php\";i:23;s:47:\"wp-security-audit-log/wp-security-audit-log.php\";i:24;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(230442,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1453638217','no'),(230443,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/01/contributor-weekend-support-forums/\'>Contributor Weekend: Support Forums</a> <span class=\"rss-date\">January 22, 2016</span><div class=\"rssSummary\">Our first global contributor drive is coming up next weekend, January 30-31, 2016, and we want you to be involved! Many of our current contributors first got involved at a Contributor Day at a WordCamp or WordPress Meetup event near them, but not everyone has had that opportunity, so we’re trying to create an online experience that […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/in-case-you-missed-it-issue-1\'>WPTavern: In Case You Missed It – Issue 1</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/deployer-app-pushes-plugins-from-github-to-wordpress-org\'>WPTavern: Deployer App Pushes Plugins from GitHub to WordPress.org</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-is-revamping-its-testimonials-page-with-ilovewp-social-media-campaign\'>WPTavern: WordPress is Revamping Its Testimonials Page with #ilovewp Social Media Campaign</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\' class=\'dashboard-news-plugin-link\'>Google Analytics Dashboard for WP</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=google-analytics-dashboard-for-wp&_wpnonce=ff8c15cd28&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Google Analytics Dashboard for WP\'>Install</a>)</span></li></ul></div>','no'),(13331,'widget_blog_subscription','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13332,'widget_bootstrap-widget-menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13333,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13334,'widget_widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13335,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13336,'widget_jetpack_display_posts_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13337,'widget_facebook-likebox','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13338,'widget_wpcom-goodreads','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13339,'widget_grofile','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13340,'widget_image','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3245,'safecss_revision_migrated','1431704946','yes'),(502840,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1485602943','no'),(502841,'_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:\"Fri, 27 Jan 2017 23:06: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: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: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: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: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: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: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:149:\"Secure your website with the most comprehensive WordPress security plugin. Firewall, malware scan, blocking, live traffic, login security & more.\";s: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: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: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:118:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the 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: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: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: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: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: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: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:144:\"Search Engine (SEO) & Performance Optimization (WPO) via caching. Integrated caching: CDN, Minify, Page, Object, Fragment, Database 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: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: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: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: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: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: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: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: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: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: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: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: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: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:42:\"NextGEN Gallery - WordPress Gallery 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: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 16 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: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: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:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s: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: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: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: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: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:139:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login 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: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:\"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: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: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: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:35:\"UpdraftPlus WordPress Backup 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: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: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: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: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:\"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:58:\"Extends and enhances TinyMCE, the WordPress Visual 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: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: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:10:\"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:\"\";}}}}}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: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:125:\"Displays Google Analytics stats 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: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: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:150:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool t\";s: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: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: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: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: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: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: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: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:25:\"SiteOrigin Widgets Bundle\";s: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/so-widgets-bundle/#post-67824\";s: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, 24 May 2014 14:27: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:\"67824@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:128:\"A collection of all widgets, neatly bundled into a single plugin. It's also a framework to code your own widgets on top of.\";s: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: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: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:\"\";}}}}}}}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:\"Fri, 27 Jan 2017 23:29:03 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:\"Fri, 27 Jan 2017 23:41:23 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 27 Jan 2017 23:06:23 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(502829,'wpseo_sitemap_1_cache_validator','6hPcR','no'),(502830,'wpseo_sitemap_post_cache_validator','6hPd8','no'),(5468,'stats_dashboard_widget','a:3:{s:5:\"chart\";s:1:\"7\";s:3:\"top\";s:1:\"7\";s:6:\"search\";s:1:\"7\";}','yes'),(230494,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(230495,'widget_wpcom_social_media_icons_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(230504,'widget_googleplus-badge','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(489440,'_transient_timeout_wpcom_subscribers_total','1479524464','no'),(489441,'_transient_wpcom_subscribers_total','a:2:{s:6:\"status\";s:7:\"success\";s:5:\"value\";i:0;}','no'),(268854,'updraftplus-addons_siteid','388365e0601fe94394a12a9a9536f471','yes'),(268361,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1457303839','yes'),(268362,'_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'),(230488,'finished_splitting_shared_terms','1','yes'),(230489,'site_icon','0','yes'),(230490,'medium_large_size_w','768','yes'),(230491,'medium_large_size_h','0','yes'),(230493,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.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.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.3\";s:7:\"version\";s:5:\"4.7.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.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.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.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.3\";s:7:\"version\";s:5:\"4.7.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.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.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.6.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.4\";s:7:\"version\";s:5:\"4.6.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.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.7.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.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.7\";s:7:\"version\";s:5:\"4.5.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.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.4.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.8-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.4.8-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.8-rollback-1.zip\";}s:7:\"current\";s:5:\"4.4.8\";s:7:\"version\";s:5:\"4.4.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.7\";s:15:\"partial_version\";s:5:\"4.4.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1489680745;s:15:\"version_checked\";s:5:\"4.4.1\";s:12:\"translations\";a:0:{}}','yes'),(230526,'updraft_retain_extrarules','','yes'),(230527,'updraft_onedrive','a:0:{}','yes'),(230528,'updraft_azure','a:0:{}','yes'),(230529,'updraft_googlecloud','','yes'),(365196,'_transient_timeout_tablepress_c_c4ca4238a0b923820dcc509a6f75849b','1467860122','no'),(365197,'_transient_tablepress_c_c4ca4238a0b923820dcc509a6f75849b','[\"tablepress_4b80ddad469e8835c89b26b5799273b4\"]','no'),(502481,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1489680747;s:7:\"checked\";a:7:{s:7:\"aviator\";s:3:\"1.0\";s:15:\"devdmbootstrap3\";s:4:\"1.80\";s:11:\"os-blue-sky\";s:5:\"1.0.0\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:14:\"twentythirteen\";s:3:\"2.1\";s:12:\"twentytwelve\";s:3:\"2.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(502469,'siteorigin_widgets_new_widgets','a:0:{}','yes'),(502472,'wpseo_sitemap_cache_validator_global','Oxqx','no'),(301899,'_transient_timeout_sow:cleared','1462394559','no'),(301900,'_transient_sow:cleared','1','no'),(305028,'_site_transient_browser_4c3471bc8295380c5814bc5a273b9acd','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'),(305027,'_site_transient_timeout_browser_4c3471bc8295380c5814bc5a273b9acd','1462643407','yes'),(375620,'_site_transient_timeout_browser_ddb9686b3059430a95d9825013e14d13','1469487243','yes'),(502837,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1485602942','no'),(502838,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1485602942','no'),(502839,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1485559742','no'),(502843,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1485559743','no'),(502846,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1485602943','no'),(502847,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\'>WordPress 4.7.2 Security Release</a> <span class=\"rss-date\">January 26, 2017</span><div class=\"rssSummary\">WordPress 4.7.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.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/micro-blog-project-surges-past-65k-on-kickstarter-gains-backing-from-dreamhost\'>WPTavern: Micro.blog Project Surges Past $65K on Kickstarter, Gains Backing from DreamHost</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\'>Dev Blog: WordPress 4.7.2 Security Release</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/screw-blueprint-live-life-terms/\'>HeroPress: Screw the Blueprint. Design Your Own Path to Fulfillment.</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wpclef/\' class=\'dashboard-news-plugin-link\'>Clef Two-Factor Authentication</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wpclef&_wpnonce=ec00e034e1&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Clef Two-Factor Authentication\'>Install</a>)</span></li></ul></div>','no'),(503556,'updraft_combine_jobs_around','1489930567','yes'),(388151,'_transient_timeout_mailserver_last_checked','1470280267','no'),(388152,'_transient_mailserver_last_checked','1','no'),(375621,'_site_transient_browser_ddb9686b3059430a95d9825013e14d13','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"51.0.2704.103\";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'),(502836,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1485559741','no'),(502834,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1485602941','no'),(502835,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1485602941','no'),(503549,'_transient_timeout_jetpack_https_test','1489767129','no'),(503550,'_transient_jetpack_https_test','1','no'),(503544,'_transient_doing_cron','1489775026.6733920574188232421875','yes'),(502439,'_site_transient_timeout_browser_844f7ae4d251b2e6e152fdd13ef479f6','1485134336','yes'),(502440,'_site_transient_browser_844f7ae4d251b2e6e152fdd13ef479f6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"55.0.2883.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'),(499595,'_transient_timeout_feed_mod_3a39ef5d0240c40133252ada9b3c6e81','1480302675','no'),(499596,'_transient_feed_mod_3a39ef5d0240c40133252ada9b3c6e81','1480259475','no'),(503551,'_site_transient_timeout_theme_roots','1489682544','yes'),(503552,'_site_transient_theme_roots','a:7:{s:7:\"aviator\";s:7:\"/themes\";s:15:\"devdmbootstrap3\";s:7:\"/themes\";s:11:\"os-blue-sky\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(489413,'_site_transient_timeout_browser_3a179042b5d9d18726343f8efdf53113','1480125602','yes'),(489414,'_site_transient_browser_3a179042b5d9d18726343f8efdf53113','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"54.0.2840.99\";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'),(499593,'_transient_timeout_feed_3a39ef5d0240c40133252ada9b3c6e81','1480302675','no'),(499594,'_transient_feed_3a39ef5d0240c40133252ada9b3c6e81','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:11:\"UpdraftPlus\";s: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:23:\"https://updraftplus.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:77:\"WordPress\'s leading backup plugin - backup, restore and clone WordPress 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Nov 2016 23:02: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: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.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:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Black Friday UpdraftPlus Discount!\";s: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:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/5jitYE2udBc/\";s: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:66:\"https://updraftplus.com/black-friday-updraftplus-discount/#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, 23 Nov 2016 13:19: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Special Offer\";s: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:\"https://updraftplus.com/?p=181443\";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:712:\"<p>Happy Thanksgiving! We’re very thankful that our users now backup a total of almost 1 million WordPress sites, and that a thousand more do so every day! So today we’re launching an exclusive Black Friday 20% Discount off our users … <a href=\"https://updraftplus.com/black-friday-updraftplus-discount/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/black-friday-updraftplus-discount/\">Black Friday UpdraftPlus Discount!</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Joe Miles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:921:\"<p>Happy Thanksgiving!</p>\n<p>We’re very thankful that our users now backup a total of almost 1 million WordPress sites, and that a thousand more do so every day!</p>\n<p>So today we’re launching an exclusive Black Friday 20% Discount off our users who upgrade to UpdraftPlus Premium. Just add this discount code at the checkout: <strong>blackfridaysale2016</strong></p>\n<p>PS – there are 20 features and benefits of upgrading to Premium. Compare the capabilities <a href=\"http://www.updraftplus.com\">here</a></p>\n<p> </p>\n<span class=\"et_bloom_bottom_trigger\"></span><p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/black-friday-updraftplus-discount/\">Black Friday UpdraftPlus Discount!</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://updraftplus.com/black-friday-updraftplus-discount/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:58:\"https://updraftplus.com/black-friday-updraftplus-discount/\";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 \";s: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"UpdraftPlus 1.12.25 (free version) / 2.12.25 (paid versions)\";s: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:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/dF3SBDNRdRM/\";s: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:\"https://updraftplus.com/updraftplus-1-12-25-free-version-2-12-25-paid-versions/#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, 12 Nov 2016 21:19: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:\"category\";a:4:{i:0;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:1;a:5:{s:4:\"data\";s:9:\"amazon s3\";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:7:\"dropbox\";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:\"new release\";s: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:\"https://updraftplus.com/?p=179999\";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:792:\"<p>UpdraftPlus 1.12.25 (free version) / 2.12.25 (paid versions) is in the process of being released. The biggest thing is this release is that it now uses Dropbox’s newer interface (APIv2) for all communications. This does not require Dropbox users to … <a href=\"https://updraftplus.com/updraftplus-1-12-25-free-version-2-12-25-paid-versions/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-1-12-25-free-version-2-12-25-paid-versions/\">UpdraftPlus 1.12.25 (free version) / 2.12.25 (paid versions)</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"udadmin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3784:\"<p>UpdraftPlus 1.12.25 (free version) / 2.12.25 (paid versions) is in the process of being released. The biggest thing is this release is that it now uses Dropbox’s newer interface (APIv2) for all communications. This does not require Dropbox users to take any action – it should all be seamless. Dropbox will be turning off their older interface (APIv1) in July 2017, so this gives you plenty of time to upgrade! There are also faster database backups for users on some Windows webservers. Beyond that, there are a number of tweaks and improvements (particularly internal ones, laying a foundation for future advances). As ever, it is a recommended update for all!</p>\n<p>The full changelog since 1.12.23 / 2.12.23 follows:</p>\n<ul>\n<li><strong>Fix:</strong> When importing a single site into a multisite install as a new site (experimental feature), the main multisite URL was being incorrectly adjusted</li>\n<li><strong>Fix:</strong> Fix a bug with remote scans not returning more database archives correctly</li>\n<li><strong>Compatibility:</strong> Add Dropbox APIv2 capability (see: <a href=\"https://updraftplus.com/dropbox-api-version-1-deprecation/\">https://updraftplus.com/dropbox-api-version-1-deprecation/</a>)</li>\n<li><strong>Feature:</strong> Look for mysqldump.exe in likely locations on Windows, for faster database backups</li>\n<li><strong>Tweak:</strong> UpdraftVault, Amazon S3 and DreamObjects downloaders have been rewritten without race conditions</li>\n<li><strong>Tweak:</strong> The ‘site information’ advanced tool now contains information on loaded Apache modules.</li>\n<li><strong>Tweak:</strong> Introduce an abstraction layer for reporting on the status of restore operations</li>\n<li><strong>Tweak:</strong> Deleting remote backup sets from the dashboard is now batched for sets with many archives, to avoid potential PHP timeouts on slow remote services</li>\n<li><strong>Tweak:</strong> Updated bundled phpseclib library to version 1.0.4</li>\n<li><strong>Tweak:</strong> Introduce an internal templating layer, for improved long-term maintainability</li>\n<li><strong>Tweak:</strong> When importing a single site into a multisite install as a new site, remove any cron entries for backup runs on the new site</li>\n<li><strong>Tweak:</strong> Fix an inconsequential off-by-one in the chunked downloading algorithm so that the behaviour is as documented</li>\n<li><strong>Tweak:</strong> Improve accessibility of Labelauty components with keyboard navigation</li>\n<li><strong>Tweak:</strong> Tweak the algorithm for scheduling resumptions, to improve efficiency in the (once) seen corner-case of PHP usually having a predictable run-time, but with an instance of a much longer run-time</li>\n<li><strong>Tweak:</strong> Slightly more logging when an S3 error condition occurs, allowing easier diagnosis</li>\n<li><strong>Tweak:</strong> Add support for the new US East (Ohio) region to S3</li>\n<li><strong>Tweak:</strong> OneDrive authentication can now detect a block by CloudFlare, and direct the user accordingly</li>\n<li><strong>Tweak:</strong> If there are remote storage methods needing authentication, then pop up a box showing this to the user – so that it does not rely on them spotting the dashboard notice or having read the instructions</li>\n</ul>\n<p>David Anderson (lead developer, UpdraftPlus)</p>\n<span class=\"et_bloom_bottom_trigger\"></span><p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-1-12-25-free-version-2-12-25-paid-versions/\">UpdraftPlus 1.12.25 (free version) / 2.12.25 (paid versions)</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://updraftplus.com/updraftplus-1-12-25-free-version-2-12-25-paid-versions/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:79:\"https://updraftplus.com/updraftplus-1-12-25-free-version-2-12-25-paid-versions/\";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:51:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Dropbox API version 1 deprecation\";s: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:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/LyECr6w7tPQ/\";s: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:66:\"https://updraftplus.com/dropbox-api-version-1-deprecation/#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, 19 Oct 2016 14:42: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:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";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:\"cloud storage methods\";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:7:\"dropbox\";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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=177090\";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:715:\"<p>At the end of last year, Dropbox announced a new interface (called an “API”) for coders (like the people who create UpdraftPlus) to use. Following this successful launch, in June of this year, they announced a deprecation plan for the … <a href=\"https://updraftplus.com/dropbox-api-version-1-deprecation/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/dropbox-api-version-1-deprecation/\">Dropbox API version 1 deprecation</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"udadmin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1512:\"<p>At the end of last year, <a href=\"https://blogs.dropbox.com/developers/2015/11/dropbox-api-v2-launches-today/\">Dropbox announced a new interface</a> (called an “API”) for coders (like the people who create UpdraftPlus) to use. Following this successful launch, in June of this year,<a href=\"https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/\"> they announced a deprecation plan for the former API</a>.</p>\n<p>The long-and-short is this: the previous way of accessing Dropbox will stop working on 28th of June 2017, and you will need to update to a compatible version of UpdraftPlus before 28th of June 2017 comes, if you want to continuing sending backups to Dropbox. That gives you plenty of time to update – just don’t forget!</p>\n<p>Which versions are compatible, you ask? This will be our next release onwards, scheduled for the end of this month (October 2016, in case you Googled and found this some time later). This should mean version 1.12.24 (free version) or 2.12.24 (paid versions) or later. I repeat – these aren’t yet released. But they’re coming soon!</p>\n<p>David</p>\n<span class=\"et_bloom_bottom_trigger\"></span><p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/dropbox-api-version-1-deprecation/\">Dropbox API version 1 deprecation</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://updraftplus.com/dropbox-api-version-1-deprecation/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:58:\"https://updraftplus.com/dropbox-api-version-1-deprecation/\";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 \";s: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Major New Feature for UpdraftCentral – Manage Users on All Your Sites Remotely!\";s: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:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/pkomLo__Ff8/\";s: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:\"https://updraftplus.com/major-new-feature-updraftcentral-manage-users-sites-remotely/#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:\"Mon, 17 Oct 2016 11:16: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:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s: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:\"https://updraftplus.com/?p=176709\";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:844:\"<p>We’ve just launched a new feature for UpdraftCentral. For those of you who’ve managed to avoid knowing about, UpdraftCentral is a brilliantly-designed multiple website management tool. It enables you to back up, restore, migrate and update the core, plugins and … <a href=\"https://updraftplus.com/major-new-feature-updraftcentral-manage-users-sites-remotely/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/major-new-feature-updraftcentral-manage-users-sites-remotely/\">Major New Feature for UpdraftCentral – Manage Users on All Your Sites Remotely!</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Joe Miles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2687:\"<p>We’ve just launched a new feature for UpdraftCentral.</p>\n<p>For those of you who’ve managed to avoid knowing about, UpdraftCentral is a brilliantly-designed multiple website management tool. It enables you to back up, restore, migrate and update the core, plugins and themes of any number of websites from a <strong>single dashboard.</strong> It’s a genius product with everything you could possibly want to optimise the efficiency of managing multiple websites at a time, and because it’s built in the front end, it’s seamless, efficient and ultimately user-friendly.</p>\n<p>Anyway, we can now announce the <a href=\"https://updraftplus.com/updraftcentral/\">Premium and Cloud versions of UpdraftCentral </a>have acquired a new feature that makes them super team-friendly. This feature basically enables you to invite other users to contribute to the sites you look after, allowing you to manage exactly what they’re allowed to see and do.</p>\n<p>This saves time and hassle by cutting out the number of hoops users have to jump through in order to view and contribute to a website. Say for example you manage websites for several different companies; if a person from the company wants to update some vital information, they can do so directly, via their unique UpdraftCentral login. Maybe someone has a blog or video they want to post; if it’s approved, they can just go ahead and post it. Or if a graphic designer wants to tweak the layout, they can easily access the website and get the job done.</p>\n<p>The applications of this feature are great. By giving other users easy and direct access, you increase the sense of ownership and participation. Obviously, you always manage users’ permission levels, so you can be sure that all edits are legitimate- and there are plenty of inbuilt safeguards that ensure no one ends up where they shouldn’t be. But with you in total remote control of the team, individual users can more quickly and easily enhance the websites you manage by adding valuable new content, make vital changes or removing things that aren’t working.</p>\n<p>Do you have a story about UpdraftCentral’s new team-friendly feature? If so, please get in touch! We’d love to hear from you.</p>\n<span class=\"et_bloom_bottom_trigger\"></span><p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/major-new-feature-updraftcentral-manage-users-sites-remotely/\">Major New Feature for UpdraftCentral – Manage Users on All Your Sites Remotely!</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://updraftplus.com/major-new-feature-updraftcentral-manage-users-sites-remotely/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:85:\"https://updraftplus.com/major-new-feature-updraftcentral-manage-users-sites-remotely/\";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:33:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"On new installs (or re-authentications), your Dropbox folder is now “Apps/UpdraftPlus.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:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/kUNX-6cbtBo/\";s: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, 13 Oct 2016 11:18: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s: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:\"https://updraftplus.com/?p=176273\";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:850:\"<p>On new installs of the current release of UpdraftPlus, or old installs if you de-authorise and re-authorise the connection to your Dropbox, the Dropbox folder used to store your backups is now in the folder Apps / UpdraftPlus.Com. This is … <a href=\"https://updraftplus.com/new-installs-re-authentications-dropbox-folder-now-appsupdraftplus-com/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/new-installs-re-authentications-dropbox-folder-now-appsupdraftplus-com/\">On new installs (or re-authentications), your Dropbox folder is now “Apps/UpdraftPlus.Com”</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"udadmin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:987:\"<p>On new installs of the current release of UpdraftPlus, or old installs if you de-authorise and re-authorise the connection to your Dropbox, the Dropbox folder used to store your backups is now in the folder Apps / UpdraftPlus.Com. This is a change from the previous Apps / UpdraftPlus. If you want to learn more about this change, then <a href=\"https://updraftplus.com/faqs/dropbox-updraftplus-folder-changed-updraftplus-com/\">please see this FAQ</a>.</p>\n<p>David Anderson (lead developer, UpdraftPlus)</p>\n<span class=\"et_bloom_bottom_trigger\"></span><p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/new-installs-re-authentications-dropbox-folder-now-appsupdraftplus-com/\">On new installs (or re-authentications), your Dropbox folder is now “Apps/UpdraftPlus.Com”</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://updraftplus.com/new-installs-re-authentications-dropbox-folder-now-appsupdraftplus-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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"UpdraftPlus has just registered 6 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/8t1buPuHFFY/\";s: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:81:\"https://updraftplus.com/updraftplus-just-registered-6-millions-downloads/#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, 11 Oct 2016 12:35:52 +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:18:\"UpdraftPlus growth\";s: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:\"https://updraftplus.com/?p=175974\";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:789:\"<p>Today UpdraftPlus are celebrating another milestone – UpdraftPlus has now registered over 6 million downloads on WordPress.org. Thank you to all our UpdraftPlus users for your continued support and to everyone that has left a review, feedback, or simply have given … <a href=\"https://updraftplus.com/updraftplus-just-registered-6-millions-downloads/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-just-registered-6-millions-downloads/\">UpdraftPlus has just registered 6 million downloads!</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Abigail Walters-Davies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1390:\"<p>Today UpdraftPlus are celebrating another milestone – UpdraftPlus has now registered over 6 million downloads on <a href=\"https://wordpress.org/plugins/updraftplus/\">WordPress.org.</a></p>\n<p>Thank you to all our UpdraftPlus users for your continued support and to everyone that has left a review, feedback, or simply have given us a try.</p>\n<p>This huge number is also down to the continued hard work of our expert developer team, who work tirelessly to add and improve features to UpdraftPlus.</p>\n<p>This milestone comes as we prepare to launch our next development project, Updraft Central Premium. If you haven’t already tried UpdraftCentral, our remote, single-dashboard management for WordPress sites, you can do so<a href=\"https://wordpress.org/plugins/updraftcentral/installation/\"> here for free</a>. Keep an eye out in the next coming days for updates on the launch of the full premium version in our<a href=\"https://updraftplus.com/news/\"> newsletter</a>.</p>\n<span class=\"et_bloom_bottom_trigger\"></span><p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-just-registered-6-millions-downloads/\">UpdraftPlus has just registered 6 million downloads!</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://updraftplus.com/updraftplus-just-registered-6-millions-downloads/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:73:\"https://updraftplus.com/updraftplus-just-registered-6-millions-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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"UpdraftPlus is Hiring! WordPress Plugin Developer Wanted\";s: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:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/IE5iim41saA/\";s: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:85:\"https://updraftplus.com/updraftplus-hiring-wordpress-plugin-developer-wanted/#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:\"Mon, 10 Oct 2016 15:22: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:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s: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:\"https://updraftplus.com/?p=175845\";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:829:\"<p>Wanted: WordPress plugin developer who uses UpraftPlus and has experience of both PHP and JavaScript. This is a permanent position to help develop UpdraftCentral and UpdraftPlus further. So ideally it’s full time (or almost full time). We’ll consider employment or freelance basis. … <a href=\"https://updraftplus.com/updraftplus-hiring-wordpress-plugin-developer-wanted/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-hiring-wordpress-plugin-developer-wanted/\">UpdraftPlus is Hiring! WordPress Plugin Developer Wanted</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Joe Miles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3282:\"<p><strong>Wanted: WordPress plugin developer who uses UpraftPlus and has experience of both PHP and JavaScript.</strong></p>\n<p>This is a permanent position to help develop UpdraftCentral and UpdraftPlus further. So ideally it’s full time (or almost full time). We’ll consider employment or freelance basis.</p>\n<p>Whilst we have a team in Cardiff UK, you can work anywhere in the world!</p>\n<p>Pay is competitive and will depend on your experience.</p>\n<p>If you’re interested, email me with questions or to apply, send me an example of your code: business-management@updraftplus.com</p>\n<p>————————————————————–</p>\n<p><span style=\"text-decoration: underline;\"><strong>Job Description</strong></span></p>\n<p><strong><u>PHP and JavaScript WordPress Plugin Developer </u></strong></p>\n<p><strong>Salary: competitive and depends on experience </strong></p>\n<p><strong>Location: St Marys St, Cardiff</strong></p>\n<p><strong>Start date: ASAP </strong></p>\n<p>We have an exciting opportunity for a Senior Web Developer with excellent PHP and/or JS and ideally WordPress experience to join a small team to help develop further one of the world’s fastest growing and most-installed WordPress plugins, UpdraftPlus (see <a href=\"http://www.updraftplus.com\">www.updraftplus.com</a>) .</p>\n<p>Having been downloaded 6 million times and used to backup almost 1 Million live websites, the company’s product is also the highest rated of its kind, and also the most installed plugin to come from the UK.</p>\n<p>You will play a leading role in the company’s aim to continue to be the dominant player in WP backup plugins (with PHP) and also to help develop our new JavaScript-based WordPress remote site management plugin called UpdraftCentral.</p>\n<p>You’d be working together with the company director who is also the software architect together with a small team of others involved in development and marketing.</p>\n<p><u>Responsibilities breakdown</u></p>\n<p>Our needs divide into the following areas, and your exact responsibilities will depend on your experience, how this fits with other members of the team and subject to discussion and agreement!</p>\n<p>Experience with any of the below would be very useful, but if not then a willingness to learn is essential:</p>\n<ol>\n<li>PHP – coding UpdraftPlus, plus fragments for managing the website, plus UpdraftCentral</li>\n<li>JavaScript – a smaller part of UpdraftPlus, but much bigger part of UpdraftCentral.</li>\n<li>Support – a minority of time but it’s there every day, so it’s no good if you hate support. Most support you’ll be speaking to other developers with real technical issues</li>\n</ol>\n<p>Architecture and strategic planning</p>\n<span class=\"et_bloom_bottom_trigger\"></span><p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-hiring-wordpress-plugin-developer-wanted/\">UpdraftPlus is Hiring! WordPress Plugin Developer Wanted</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://updraftplus.com/updraftplus-hiring-wordpress-plugin-developer-wanted/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:77:\"https://updraftplus.com/updraftplus-hiring-wordpress-plugin-developer-wanted/\";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:42:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"UpdraftPlus 1.12.23 (free version) / 2.12.23 (paid versions)\";s: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:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/ALNxHfoFW4Q/\";s: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:\"https://updraftplus.com/updraftplus-1-12-23-free-version-2-12-23-paid-versions/#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:\"Mon, 10 Oct 2016 13:28:52 +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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=175825\";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:790:\"<p>The next release of UpdraftPlus is out, and is a recommended update for all. It contains a mix of various small improvements, and minor fixes. The most significant long-term change is that it is now using Dropbox’s newest authentication interface … <a href=\"https://updraftplus.com/updraftplus-1-12-23-free-version-2-12-23-paid-versions/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-1-12-23-free-version-2-12-23-paid-versions/\">UpdraftPlus 1.12.23 (free version) / 2.12.23 (paid versions)</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"udadmin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3614:\"<p>The next release of UpdraftPlus is out, and is a recommended update for all. It contains a mix of various small improvements, and minor fixes. The most significant long-term change is that it is now using Dropbox’s newest authentication interface – this was a necessary change, as Dropbox plan to drop the older interface in summer 2017. There is nothing to do for existing users – UpdraftPlus will upgrade its Dropbox access token in the background without needing any intervention. Users of the free version will also inherit a change that paid users have enjoyed for a few weeks – a re-arranged, prettier and easier-to-navigate, “Advanced Tools” tab.</p>\n<p>All being well, our next release announcement will be a significant announcement of new capabilities in <a href=\"https://updraftplus.com/updraftcentral/\">UpdraftCentral</a>, our remote multiple-site WordPress management dashboard. Stay tuned</p>\n<p>The full UpdraftPlus changelog for this relea follows:</p>\n<ul>\n<li><strong>Fix:</strong> Fix a bug in URL replacement when cloning from a flat configuration to a WP-in-own-directory configuration</li>\n<li><strong>Fix:</strong> The button for testing connections to extra databases added to the backup was not working</li>\n<li><strong>Fix:</strong> Direct dashboard logins from UpdraftCentral were not working on WP 3.2 – 3.4 sites</li>\n<li><strong>Compatibility:</strong> Will upgrade Dropbox OAuthv1 tokens to OAuthv2 (to handle Dropbox API v1 deprecation in summer 2017)</li>\n<li><strong>Tweak:</strong> Deleting an already-deleted backup set from UpdraftCentral now produces a more informative error message</li>\n<li><strong>Tweak:</strong> When restoring only a single site out of a multisite install, store less data in memory on irrelevant tables, and do less logging when skipping tables</li>\n<li><strong>Tweak:</strong> Update bundled UDRPC library to version 1.4.9 – fixes a bug with the admin URL used for contact via UpdraftCentral on multisite</li>\n<li><strong>Tweak:</strong> Explicitly store the UpdraftPlus object as a global</li>\n<li><strong>Tweak:</strong> Prevent a pointless “unsaved settings” warning if settings were changed then the ‘wipe’ button used</li>\n<li><strong>Tweak:</strong> When using the Importer add-on, allow backups from WordPress Backup to Dropbox to be wrapped in an extra ‘wpb2d’ folder</li>\n<li><strong>Tweak:</strong> Strengthen protections against resuming an already-complete backup after migration on servers with misbehaving WP schedulers</li>\n<li><strong>Tweak:</strong> Touch already-existing but incomplete files being downloaded, to reduce possibility of two processes downloading at once</li>\n<li><strong>Tweak:</strong> Add a link to more information about UpdraftCentral in the advanced tool</li>\n<li><strong>Tweak:</strong> The UPDRAFTPLUS_MYSQLDUMP_EXECUTABLE define can now be used on Windows (you will need to define a path to take advantage of it)</li>\n<li><strong>Tweak:</strong> Introduce the UPDRAFTPLUS_SKIP_CPANEL_QUOTA_CHECK constant to allow skipping of trying to check cPanel quota</li>\n</ul>\n<p>David Anderson (lead developer)</p>\n<span class=\"et_bloom_bottom_trigger\"></span><p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-1-12-23-free-version-2-12-23-paid-versions/\">UpdraftPlus 1.12.23 (free version) / 2.12.23 (paid versions)</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://updraftplus.com/updraftplus-1-12-23-free-version-2-12-23-paid-versions/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:79:\"https://updraftplus.com/updraftplus-1-12-23-free-version-2-12-23-paid-versions/\";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:42:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"UpdraftPlus is now the 24th most popular plugin 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/r89OTPL71FE/\";s: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:83:\"https://updraftplus.com/updraftplus-now-24th-popular-plugin-wordpress-org/#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, 26 Sep 2016 13:47:55 +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:18:\"UpdraftPlus growth\";s: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:\"https://updraftplus.com/?p=173996\";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:787:\"<p>We seem to be writing these milestone updates more and more frequently which is great news for our UpdraftPlus community. Over the weekend UpdraftPlus (free version) surpassed 900K active installs recorded on wordpress.org, boosting us to the #24 mark in … <a href=\"https://updraftplus.com/updraftplus-now-24th-popular-plugin-wordpress-org/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-now-24th-popular-plugin-wordpress-org/\">UpdraftPlus is now the 24th most popular plugin on WordPress.org!</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Abigail Walters-Davies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1142:\"<p>We seem to be writing these milestone updates more and more frequently which is great news for our UpdraftPlus community.</p>\n<p>Over the weekend UpdraftPlus (free version) surpassed <strong>900K active installs </strong>recorded on <a href=\"https://wordpress.org/plugins/updraftplus/\">wordpress.org</a>, boosting us to the <a href=\"https://wordpress.org/plugins/browse/popular/\">#24 mark in the list of most popular plugins.</a> This means we are on track for 1 million users by our next birthday.</p>\n<p>Thank you to all our UpdraftPlus users for continuing to support the development of our plugin. We’re proud to be a contributor to the growing WordPress community and look forward to the exciting times ahead.</p>\n<span class=\"et_bloom_bottom_trigger\"></span><p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-now-24th-popular-plugin-wordpress-org/\">UpdraftPlus is now the 24th most popular plugin on WordPress.org!</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://updraftplus.com/updraftplus-now-24th-popular-plugin-wordpress-org/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:74:\"https://updraftplus.com/updraftplus-now-24th-popular-plugin-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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:36:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus 2.12.21 (paid version)\";s: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:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/6PuXsSCyr_w/\";s: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, 10 Sep 2016 21:07:52 +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:2:{i:0;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:1;a:5:{s:4:\"data\";s:11:\"new release\";s: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:\"https://updraftplus.com/?p=172128\";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:728:\"<p>UpdraftPlus 2.12.21, for paying customers, has been released, with the following changes: Fix: Fix a bug in the updater code that caused updates checks to be run more often than intended Tweak: Improve/tidy layout of the “Advanced Tools” tab Tweak: … <a href=\"https://updraftplus.com/updraftplus-2-12-21-paid-version/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-2-12-21-paid-version/\">UpdraftPlus 2.12.21 (paid version)</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"udadmin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2075:\"<p>UpdraftPlus 2.12.21, for paying customers, has been released, with the following changes:</p>\n<ul>\n<li><strong>Fix:</strong> Fix a bug in the updater code that caused updates checks to be run more often than intended</li>\n<li><strong>Tweak:</strong> Improve/tidy layout of the “Advanced Tools” tab</li>\n<li><strong>Tweak:</strong> Make it more obvious in the file uploading widget when an upload is 100% complete</li>\n<li><strong>Tweak:</strong> Prevent spurious OneDrive message being shown when re-scanning remote storage and not using OneDrive</li>\n<li><strong>Tweak:</strong> OneDrive storage now uses the refresh token yes frequently (less HTTP calls)</li>\n</ul>\n<p>And here is a screenshot of the re-organised “Advanced Tools” tab, now with much easier/more elegant navigation of available tools, down the left-hand side. This change will also be included in future releases of the free plugin:</p>\n<p><img class=\"aligncenter size-full wp-image-172129\" src=\"https://updraftplus.com/wp-content/uploads/2016/09/Simply-bandwidth-usage-2319.png\" alt=\"Advanced Tools\" width=\"920\" height=\"424\" srcset=\"https://updraftplus.com/wp-content/uploads/2016/09/Simply-bandwidth-usage-2319.png 920w, https://updraftplus.com/wp-content/uploads/2016/09/Simply-bandwidth-usage-2319-300x138.png 300w, https://updraftplus.com/wp-content/uploads/2016/09/Simply-bandwidth-usage-2319-768x354.png 768w, https://updraftplus.com/wp-content/uploads/2016/09/Simply-bandwidth-usage-2319-510x235.png 510w, https://updraftplus.com/wp-content/uploads/2016/09/Simply-bandwidth-usage-2319-610x281.png 610w\" sizes=\"(max-width: 920px) 100vw, 920px\" /></p>\n<p>David Anderson (lead developer, UpdraftPlus)</p>\n<span class=\"et_bloom_bottom_trigger\"></span><p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/updraftplus-2-12-21-paid-version/\">UpdraftPlus 2.12.21 (paid version)</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://updraftplus.com/updraftplus-2-12-21-paid-version/\";s: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:39:\"http://feeds.feedburner.com/UpdraftPlus\";}}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:1:{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:11:\"updraftplus\";}}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:\"CKOWh27aWNPuhWVxdgzgX+Rn4Xo\";s:13:\"last-modified\";s:29:\"Sun, 27 Nov 2016 14:58:08 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Sun, 27 Nov 2016 15:11:15 GMT\";s:7:\"expires\";s:29:\"Sun, 27 Nov 2016 15:11:15 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:\"20130911080210\";}','no'),(502459,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"03c1a29.netsolhost.com\";s:8:\"username\";s:10:\"ftp2316158\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(503554,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1489680752;s:8:\"response\";a:9:{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:3:\"3.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.3.zip\";}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"40030\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:6:\"2.4.25\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.4.25.zip\";}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"50709\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:5:\"1.8.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.8.1.zip\";}s:39:\"underconstruction/underConstruction.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"8707\";s:4:\"slug\";s:17:\"underconstruction\";s:6:\"plugin\";s:39:\"underconstruction/underConstruction.php\";s:11:\"new_version\";s:4:\"1.18\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/underconstruction/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/underconstruction.1.18.zip\";}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"31679\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.12.35\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.12.35.zip\";}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"9376\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:7:\"0.9.5.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.5.2.zip\";s:14:\"upgrade_notice\";s:144:\"Thanks for using W3 Total Cache! This release includes security fixes that have been reported. In addition, numerous improvements are now yours.\";}s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"21895\";s:4:\"slug\";s:27:\"wordpress-backup-to-dropbox\";s:6:\"plugin\";s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";s:11:\"new_version\";s:5:\"4.7.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/wordpress-backup-to-dropbox/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/wordpress-backup-to-dropbox.zip\";}s:47:\"wp-security-audit-log/wp-security-audit-log.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"40905\";s:4:\"slug\";s:21:\"wp-security-audit-log\";s:6:\"plugin\";s:47:\"wp-security-audit-log/wp-security-audit-log.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/wp-security-audit-log/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/wp-security-audit-log.2.6.1.zip\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"5899\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:3:\"4.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.4.4.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:15:{s:31:\"child-themify/child-themify.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"37417\";s:4:\"slug\";s:13:\"child-themify\";s:6:\"plugin\";s:31:\"child-themify/child-themify.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/child-themify/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/child-themify.1.2.0.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"4.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.7.zip\";}s:29:\"dirtysuds-embed-pdf/embed.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"20922\";s:4:\"slug\";s:19:\"dirtysuds-embed-pdf\";s:6:\"plugin\";s:29:\"dirtysuds-embed-pdf/embed.php\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/dirtysuds-embed-pdf/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/dirtysuds-embed-pdf.1.0.6.zip\";}s:23:\"free-counter/plugin.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"47344\";s:4:\"slug\";s:12:\"free-counter\";s:6:\"plugin\";s:23:\"free-counter/plugin.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/free-counter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/free-counter.1.2.zip\";}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:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"20101\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"4.7.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.4.7.1.zip\";}s:37:\"magic-action-box/magic-action-box.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"28727\";s:4:\"slug\";s:16:\"magic-action-box\";s:6:\"plugin\";s:37:\"magic-action-box/magic-action-box.php\";s:11:\"new_version\";s:6:\"2.17.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/magic-action-box/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/magic-action-box.2.17.1.zip\";}s:27:\"p3-profiler/p3-profiler.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"27704\";s:4:\"slug\";s:11:\"p3-profiler\";s:6:\"plugin\";s:27:\"p3-profiler/p3-profiler.php\";s:11:\"new_version\";s:7:\"1.5.3.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/p3-profiler/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/p3-profiler.1.5.3.9.zip\";s:14:\"upgrade_notice\";s:75:\"Security update: Escape URLs returned by add_query_arg and remove_query_arg\";}s:29:\"pdf-embedder/pdf_embedder.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"57033\";s:4:\"slug\";s:12:\"pdf-embedder\";s:6:\"plugin\";s:29:\"pdf-embedder/pdf_embedder.php\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/pdf-embedder/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/pdf-embedder.2.8.zip\";}s:33:\"ptypeconverter/pTypeConverter.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"15412\";s:4:\"slug\";s:14:\"ptypeconverter\";s:6:\"plugin\";s:33:\"ptypeconverter/pTypeConverter.php\";s:11:\"new_version\";s:7:\"0.2.8.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/ptypeconverter/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/ptypeconverter.0.2.8.1.zip\";}s:43:\"simple-social-icons/simple-social-icons.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"29391\";s:4:\"slug\";s:19:\"simple-social-icons\";s:6:\"plugin\";s:43:\"simple-social-icons/simple-social-icons.php\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/simple-social-icons/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/simple-social-icons.2.0.1.zip\";}s:25:\"tablepress/tablepress.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"32125\";s:4:\"slug\";s:10:\"tablepress\";s:6:\"plugin\";s:25:\"tablepress/tablepress.php\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tablepress/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/tablepress.1.8.zip\";s:14:\"upgrade_notice\";s:92:\"This update is a stability, maintenance, and compatibility release. Updating is recommended.\";}s:48:\"traffic-stats-widget/wp-traffic-stats-widget.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"38487\";s:4:\"slug\";s:20:\"traffic-stats-widget\";s:6:\"plugin\";s:48:\"traffic-stats-widget/wp-traffic-stats-widget.php\";s:11:\"new_version\";s:5:\"1.0.2\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/traffic-stats-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/traffic-stats-widget.1.0.2.zip\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"14975\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.3.zip\";}s:43:\"wp-construction-mode/under-construction.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"47812\";s:4:\"slug\";s:20:\"wp-construction-mode\";s:6:\"plugin\";s:43:\"wp-construction-mode/under-construction.php\";s:11:\"new_version\";s:4:\"3.31\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/wp-construction-mode/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/wp-construction-mode.3.31.zip\";}}}','yes'),(494417,'_transient_timeout_wsal-failedlogins-unknown','1480673171','no'),(494418,'_transient_wsal-failedlogins-unknown','a:86:{s:16:\"1:132.148.26.217\";i:11;s:16:\"1:202.112.49.247\";i:11;s:16:\"1:178.137.87.242\";i:4;s:14:\"1:72.89.251.43\";i:3;s:16:\"1:84.192.244.172\";i:2;s:16:\"1:212.158.158.94\";i:2;s:15:\"1:93.32.201.161\";i:2;s:16:\"1:118.200.253.78\";i:2;s:16:\"1:182.55.184.190\";i:2;s:17:\"1:195.154.199.145\";i:11;s:15:\"1:80.240.49.197\";i:2;s:14:\"1:94.67.39.231\";i:2;s:15:\"1:5.249.152.218\";i:11;s:15:\"1:78.228.109.81\";i:2;s:16:\"1:196.188.64.226\";i:2;s:17:\"1:116.120.166.202\";i:2;s:15:\"1:202.69.36.212\";i:4;s:17:\"1:138.207.242.228\";i:2;s:15:\"1:41.96.165.139\";i:2;s:15:\"1:41.109.189.97\";i:2;s:15:\"1:183.83.228.67\";i:2;s:15:\"1:83.209.97.148\";i:2;s:14:\"1:77.126.38.35\";i:2;s:16:\"1:185.53.168.202\";i:11;s:16:\"1:177.101.14.136\";i:2;s:17:\"1:211.110.202.135\";i:11;s:14:\"1:171.97.75.44\";i:2;s:15:\"1:203.81.70.202\";i:2;s:16:\"1:84.249.215.227\";i:2;s:15:\"1:86.140.159.42\";i:2;s:15:\"1:38.95.109.109\";i:2;s:14:\"1:89.161.80.40\";i:2;s:14:\"1:79.150.86.37\";i:2;s:16:\"1:119.59.107.214\";i:3;s:16:\"1:54.254.209.118\";i:11;s:14:\"1:91.200.12.42\";i:11;s:15:\"1:1.179.134.194\";i:11;s:15:\"1:178.82.26.243\";i:2;s:14:\"1:91.200.12.81\";i:11;s:12:\"1:79.1.3.102\";i:2;s:16:\"1:198.57.161.211\";i:11;s:12:\"1:170.84.8.9\";i:2;s:15:\"1:88.79.198.102\";i:6;s:16:\"1:112.198.75.125\";i:2;s:16:\"1:31.203.139.128\";i:2;s:16:\"1:117.99.189.196\";i:2;s:17:\"1:197.228.196.135\";i:2;s:17:\"1:114.108.150.159\";i:11;s:15:\"1:47.31.185.244\";i:2;s:17:\"1:188.209.105.109\";i:2;s:14:\"1:177.153.1.57\";i:11;s:16:\"1:119.175.246.37\";i:2;s:16:\"1:112.208.170.75\";i:2;s:15:\"1:88.103.228.59\";i:2;s:13:\"1:2.50.232.36\";i:2;s:16:\"1:94.230.152.240\";i:2;s:17:\"1:186.117.183.136\";i:2;s:15:\"1:99.224.48.139\";i:2;s:16:\"1:58.235.175.122\";i:2;s:16:\"1:218.55.101.137\";i:2;s:14:\"1:92.51.116.87\";i:2;s:14:\"1:92.84.237.18\";i:2;s:14:\"1:85.239.135.2\";i:2;s:15:\"1:60.52.111.136\";i:2;s:17:\"1:180.249.100.212\";i:2;s:17:\"1:195.154.199.140\";i:11;s:14:\"1:86.61.42.124\";i:2;s:14:\"1:41.35.232.95\";i:2;s:15:\"1:45.249.72.158\";i:2;s:15:\"1:208.169.84.82\";i:2;s:16:\"1:197.227.169.52\";i:2;s:14:\"1:200.52.72.26\";i:2;s:16:\"1:124.40.100.160\";i:2;s:17:\"1:109.102.196.186\";i:2;s:14:\"1:93.184.95.19\";i:2;s:15:\"1:95.93.159.205\";i:2;s:15:\"1:90.110.244.48\";i:2;s:17:\"1:109.182.238.199\";i:2;s:16:\"1:38.113.115.111\";i:11;s:16:\"1:201.103.48.207\";i:2;s:15:\"1:105.157.229.3\";i:2;s:14:\"1:184.53.34.13\";i:2;s:14:\"1:72.198.6.185\";i:2;s:16:\"1:178.137.83.166\";i:2;s:16:\"1:35.156.151.226\";i:9;s:15:\"1:193.226.56.88\";i:2;}','no'),(503571,'_site_transient_timeout_security_report_performed_recently','1489776008','yes'),(503572,'_site_transient_security_report_performed_recently','1','yes'),(502406,'widget_widget_twentyfourteen_ephemera','a:1:{s:12:\"_multiwidget\";i:1;}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pTC_logs` -- DROP TABLE IF EXISTS `wp_pTC_logs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_pTC_logs` ( `id` mediumint(9) NOT NULL auto_increment, `time` datetime NOT NULL, `userid` bigint(20) NOT NULL, `message` text NOT NULL, `priority` smallint(1) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=1334 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_pTC_logs` -- LOCK TABLES `wp_pTC_logs` WRITE; /*!40000 ALTER TABLE `wp_pTC_logs` DISABLE KEYS */; INSERT INTO `wp_pTC_logs` VALUES (1,'2015-06-09 20:32:26',5,'Installed Admin Role',2),(2,'2015-06-09 20:32:26',5,'Installed Editor Role',2),(3,'2015-06-09 20:32:26',5,'Finished Installation',1),(4,'2015-06-09 20:32:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(5,'2015-06-09 20:32:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(6,'2015-06-09 20:32:53',5,'Possible PostTypes: \nArray\n(\n [0] => Array\n (\n [ID] => post\n [value] => post\n )\n\n [1] => Array\n (\n [ID] => page\n [value] => page\n )\n\n [2] => Array\n (\n [ID] => attachment\n [value] => attachment\n )\n\n)\n',3),(7,'2015-06-09 20:32:53',5,'Possible Users: \nArray\n(\n [0] => stdClass Object\n (\n [ID] => 6\n [user_nicename] => david-ketchumwscaa-org\n )\n\n [1] => stdClass Object\n (\n [ID] => 4\n [user_nicename] => kharvey\n )\n\n [2] => stdClass Object\n (\n [ID] => 5\n [user_nicename] => pgmarshallpgmarshall-net\n )\n\n [3] => stdClass Object\n (\n [ID] => 2\n [user_nicename] => runamuk0msn-com\n )\n\n [4] => stdClass Object\n (\n [ID] => 7\n [user_nicename] => secretarywsaa-aero\n )\n\n [5] => stdClass Object\n (\n [ID] => 1\n [user_nicename] => wsaaus15\n )\n\n)\n',3),(8,'2015-06-09 20:32:57',5,'Query: SELECT p.id, p.post_title, u.user_nicename, p.post_date, p.post_type FROM wp_posts AS p, wp_users AS u WHERE p.post_author = u.ID AND (p.post_type = '' OR p.post_type = 'post' OR p.post_type = 'page' OR p.post_type = 'attachment') ORDER BY p.post_date ASC LIMIT 50',2),(9,'2015-06-09 20:32:57',5,'Post Dump: \n Array\n(\n [0] => Array\n (\n [id] => 2\n [post_title] => Sample Page\n [user_nicename] => wsaaus15\n [post_date] => 2014-08-13 15:26:49\n [post_type] => page\n )\n\n [1] => Array\n (\n [id] => 1\n [post_title] => Hello world!\n [user_nicename] => wsaaus15\n [post_date] => 2014-08-13 15:26:49\n [post_type] => post\n )\n\n [2] => Array\n (\n [id] => 5\n [post_title] => Washington State Aviation Alliance\n [user_nicename] => wsaaus15\n [post_date] => 2015-03-13 15:47:17\n [post_type] => page\n )\n\n [3] => Array\n (\n [id] => 7\n [post_title] => HomeX\n [user_nicename] => wsaaus15\n [post_date] => 2015-03-13 15:58:12\n [post_type] => page\n )\n\n [4] => Array\n (\n [id] => 4\n [post_title] => Aviation\n [user_nicename] => wsaaus15\n [post_date] => 2015-03-13 21:00:04\n [post_type] => attachment\n )\n\n [5] => Array\n (\n [id] => 11\n [post_title] => WSAALogo1a\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 15:36:18\n [post_type] => attachment\n )\n\n [6] => Array\n (\n [id] => 13\n [post_title] => WSAALogo2a\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 15:36:20\n [post_type] => attachment\n )\n\n [7] => Array\n (\n [id] => 15\n [post_title] => WSAALogo3a\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 15:36:23\n [post_type] => attachment\n )\n\n [8] => Array\n (\n [id] => 16\n [post_title] => WSAALogo1b\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 15:41:48\n [post_type] => attachment\n )\n\n [9] => Array\n (\n [id] => 18\n [post_title] => Home1\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 15:54:29\n [post_type] => page\n )\n\n [10] => Array\n (\n [id] => 27\n [post_title] => TristanAtkins-HeadShot-200x250\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 18:05:59\n [post_type] => attachment\n )\n\n [11] => Array\n (\n [id] => 28\n [post_title] => KandaceHarvey-HeadShot-100x125\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 18:06:00\n [post_type] => attachment\n )\n\n [12] => Array\n (\n [id] => 29\n [post_title] => KandaceHarvey-HeadShot-200x250\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 18:06:01\n [post_type] => attachment\n )\n\n [13] => Array\n (\n [id] => 30\n [post_title] => TristanAtkins-HeadShot-100x125\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 18:06:02\n [post_type] => attachment\n )\n\n [14] => Array\n (\n [id] => 31\n [post_title] => Warren Hendrickson - Resized\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:08:14\n [post_type] => attachment\n )\n\n [15] => Array\n (\n [id] => 32\n [post_title] => WarrenHendrickson-HeadShot-200x250\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:08:15\n [post_type] => attachment\n )\n\n [16] => Array\n (\n [id] => 115\n [post_title] => Executive Officers and Board of Directors\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:52:22\n [post_type] => page\n )\n\n [17] => Array\n (\n [id] => 21\n [post_title] => KandaceHarvey-HeadShot-100x125\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:35\n [post_type] => attachment\n )\n\n [18] => Array\n (\n [id] => 36\n [post_title] => KandaceHarvey-HeadShot-200x250\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:36\n [post_type] => attachment\n )\n\n [19] => Array\n (\n [id] => 37\n [post_title] => KandaceHarvey-HeadShot-512x640\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:37\n [post_type] => attachment\n )\n\n [20] => Array\n (\n [id] => 38\n [post_title] => TristanAtkins-HeadShot\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:38\n [post_type] => attachment\n )\n\n [21] => Array\n (\n [id] => 39\n [post_title] => TristanAtkins-HeadShot-100x125\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:39\n [post_type] => attachment\n )\n\n [22] => Array\n (\n [id] => 40\n [post_title] => TristanAtkins-HeadShot-100x150\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:39\n [post_type] => attachment\n )\n\n [23] => Array\n (\n [id] => 41\n [post_title] => TristanAtkins-HeadShot-200x250\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:40\n [post_type] => attachment\n )\n\n [24] => Array\n (\n [id] => 42\n [post_title] => Warren Hendrickson - Resized\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:45\n [post_type] => attachment\n )\n\n [25] => Array\n (\n [id] => 43\n [post_title] => WarrenHendrickson-HeadShot-200x250\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:46\n [post_type] => attachment\n )\n\n [26] => Array\n (\n [id] => 44\n [post_title] => Aviation\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:48\n [post_type] => attachment\n )\n\n [27] => Array\n (\n [id] => 45\n [post_title] => DavidUlane-HeadShot\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:54:53\n [post_type] => attachment\n )\n\n [28] => Array\n (\n [id] => 46\n [post_title] => KandaceHarvey-HeadShot\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:55:11\n [post_type] => attachment\n )\n\n [29] => Array\n (\n [id] => 47\n [post_title] => DavidUlane-HeadShot-200x250\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:57:07\n [post_type] => attachment\n )\n\n [30] => Array\n (\n [id] => 48\n [post_title] => WSAALogo1a\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:01:07\n [post_type] => attachment\n )\n\n [31] => Array\n (\n [id] => 49\n [post_title] => WSAALogo1b\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:01:08\n [post_type] => attachment\n )\n\n [32] => Array\n (\n [id] => 50\n [post_title] => WSAALogo2\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:01:11\n [post_type] => attachment\n )\n\n [33] => Array\n (\n [id] => 51\n [post_title] => WSAALogo2a\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:01:12\n [post_type] => attachment\n )\n\n [34] => Array\n (\n [id] => 52\n [post_title] => WSAALogo3\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:01:14\n [post_type] => attachment\n )\n\n [35] => Array\n (\n [id] => 53\n [post_title] => WSAALogo3a\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:01:15\n [post_type] => attachment\n )\n\n [36] => Array\n (\n [id] => 54\n [post_title] => CessnaAircraft\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:01:17\n [post_type] => attachment\n )\n\n [37] => Array\n (\n [id] => 33\n [post_title] => DavidUlane-HeadShot\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:11:45\n [post_type] => attachment\n )\n\n [38] => Array\n (\n [id] => 34\n [post_title] => DavidUlane-HeadShot-200x250\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:11:47\n [post_type] => attachment\n )\n\n [39] => Array\n (\n [id] => 55\n [post_title] => WSAALogo1cx\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:14:20\n [post_type] => attachment\n )\n\n [40] => Array\n (\n [id] => 117\n [post_title] => \n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:46:56\n [post_type] => page\n )\n\n [41] => Array\n (\n [id] => 59\n [post_title] => Aviation-1600x1053\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:50:26\n [post_type] => attachment\n )\n\n [42] => Array\n (\n [id] => 61\n [post_title] => Mission Statement\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:44:13\n [post_type] => page\n )\n\n [43] => Array\n (\n [id] => 63\n [post_title] => Bylaws\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:44:54\n [post_type] => page\n )\n\n [44] => Array\n (\n [id] => 65\n [post_title] => White Paper\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:08\n [post_type] => page\n )\n\n [45] => Array\n (\n [id] => 67\n [post_title] => Umbrella of Strength\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:26\n [post_type] => page\n )\n\n [46] => Array\n (\n [id] => 69\n [post_title] => Brochure\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:38\n [post_type] => page\n )\n\n [47] => Array\n (\n [id] => 71\n [post_title] => Steering Committee\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:52\n [post_type] => page\n )\n\n [48] => Array\n (\n [id] => 81\n [post_title] => WSAALogo1cx-300x100\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 16:02:29\n [post_type] => attachment\n )\n\n [49] => Array\n (\n [id] => 82\n [post_title] => Aviation-1600x1053-25pct\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 16:08:03\n [post_type] => attachment\n )\n\n)\n',3),(10,'2015-06-09 20:33:15',5,'Query: SELECT p.id, p.post_title, u.user_nicename, p.post_date, p.post_type FROM wp_posts AS p, wp_users AS u WHERE p.post_author = u.ID AND u.ID = '6' AND p.post_type = 'page' ORDER BY p.post_date ASC LIMIT 50',2),(11,'2015-06-09 20:33:15',5,'Post Dump: \n Array\n(\n)\n',3),(12,'2015-06-09 20:33:34',5,'Query: SELECT p.id, p.post_title, u.user_nicename, p.post_date, p.post_type FROM wp_posts AS p, wp_users AS u WHERE p.post_author = u.ID AND u.ID = '4' AND p.post_type = 'page' ORDER BY p.post_date ASC LIMIT 50',2),(13,'2015-06-09 20:33:34',5,'Post Dump: \n Array\n(\n)\n',3),(14,'2015-06-09 20:33:48',5,'Query: SELECT p.id, p.post_title, u.user_nicename, p.post_date, p.post_type FROM wp_posts AS p, wp_users AS u WHERE p.post_author = u.ID AND u.ID = '1' AND p.post_type = 'page' ORDER BY p.post_date ASC LIMIT 50',2),(15,'2015-06-09 20:33:48',5,'Post Dump: \n Array\n(\n [0] => Array\n (\n [id] => 2\n [post_title] => Sample Page\n [user_nicename] => wsaaus15\n [post_date] => 2014-08-13 15:26:49\n [post_type] => page\n )\n\n [1] => Array\n (\n [id] => 5\n [post_title] => Washington State Aviation Alliance\n [user_nicename] => wsaaus15\n [post_date] => 2015-03-13 15:47:17\n [post_type] => page\n )\n\n [2] => Array\n (\n [id] => 7\n [post_title] => HomeX\n [user_nicename] => wsaaus15\n [post_date] => 2015-03-13 15:58:12\n [post_type] => page\n )\n\n)\n',3),(16,'2015-06-09 20:33:59',5,'Query: SELECT p.id, p.post_title, u.user_nicename, p.post_date, p.post_type FROM wp_posts AS p, wp_users AS u WHERE p.post_author = u.ID AND u.ID = '7' AND p.post_type = 'page' ORDER BY p.post_date ASC LIMIT 50',2),(17,'2015-06-09 20:33:59',5,'Post Dump: \n Array\n(\n)\n',3),(18,'2015-06-09 20:34:10',5,'Query: SELECT p.id, p.post_title, u.user_nicename, p.post_date, p.post_type FROM wp_posts AS p, wp_users AS u WHERE p.post_author = u.ID AND u.ID = '2' AND p.post_type = 'page' ORDER BY p.post_date ASC LIMIT 50',2),(19,'2015-06-09 20:34:10',5,'Post Dump: \n Array\n(\n [0] => Array\n (\n [id] => 18\n [post_title] => Home1\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 15:54:29\n [post_type] => page\n )\n\n [1] => Array\n (\n [id] => 115\n [post_title] => Executive Officers and Board of Directors\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:52:22\n [post_type] => page\n )\n\n [2] => Array\n (\n [id] => 117\n [post_title] => \n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:46:56\n [post_type] => page\n )\n\n [3] => Array\n (\n [id] => 61\n [post_title] => Mission Statement\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:44:13\n [post_type] => page\n )\n\n [4] => Array\n (\n [id] => 63\n [post_title] => Bylaws\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:44:54\n [post_type] => page\n )\n\n [5] => Array\n (\n [id] => 65\n [post_title] => White Paper\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:08\n [post_type] => page\n )\n\n [6] => Array\n (\n [id] => 67\n [post_title] => Umbrella of Strength\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:26\n [post_type] => page\n )\n\n [7] => Array\n (\n [id] => 69\n [post_title] => Brochure\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:38\n [post_type] => page\n )\n\n [8] => Array\n (\n [id] => 71\n [post_title] => Steering Committee\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:52\n [post_type] => page\n )\n\n [9] => Array\n (\n [id] => 126\n [post_title] => Contact Us\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 19:32:05\n [post_type] => page\n )\n\n [10] => Array\n (\n [id] => 133\n [post_title] => Voting Members\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 13:45:59\n [post_type] => page\n )\n\n [11] => Array\n (\n [id] => 135\n [post_title] => Non-Voting Members\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 13:51:26\n [post_type] => page\n )\n\n [12] => Array\n (\n [id] => 178\n [post_title] => Join\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 15:29:00\n [post_type] => page\n )\n\n [13] => Array\n (\n [id] => 184\n [post_title] => Membership Categories\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 16:28:57\n [post_type] => page\n )\n\n [14] => Array\n (\n [id] => 186\n [post_title] => Membership Dues\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 16:29:12\n [post_type] => page\n )\n\n [15] => Array\n (\n [id] => 188\n [post_title] => Membership Directory\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 16:29:48\n [post_type] => page\n )\n\n [16] => Array\n (\n [id] => 190\n [post_title] => Associates\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 16:30:08\n [post_type] => page\n )\n\n [17] => Array\n (\n [id] => 25\n [post_title] => About\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-05-28 15:59:08\n [post_type] => page\n )\n\n)\n',3),(20,'2015-06-09 20:34:46',5,'Query: SELECT p.id, p.post_title, u.user_nicename, p.post_date, p.post_type FROM wp_posts AS p, wp_users AS u WHERE p.post_author = u.ID AND u.ID = '5' AND p.post_type = 'page' ORDER BY p.post_date ASC LIMIT 50',2),(21,'2015-06-09 20:34:46',5,'Post Dump: \n Array\n(\n [0] => Array\n (\n [id] => 295\n [post_title] => News\n [user_nicename] => pgmarshallpgmarshall-net\n [post_date] => 2015-05-15 20:38:47\n [post_type] => page\n )\n\n)\n',3),(22,'2015-06-09 20:34:55',5,'Query: SELECT p.id, p.post_title, u.user_nicename, p.post_date, p.post_type FROM wp_posts AS p, wp_users AS u WHERE p.post_author = u.ID AND u.ID = '4' AND p.post_type = 'page' ORDER BY p.post_date ASC LIMIT 50',2),(23,'2015-06-09 20:34:55',5,'Post Dump: \n Array\n(\n)\n',3),(24,'2015-06-09 20:35:07',5,'Query: SELECT p.id, p.post_title, u.user_nicename, p.post_date, p.post_type FROM wp_posts AS p, wp_users AS u WHERE p.post_author = u.ID AND u.ID = '6' AND p.post_type = 'page' ORDER BY p.post_date ASC LIMIT 50',2),(25,'2015-06-09 20:35:07',5,'Post Dump: \n Array\n(\n)\n',3),(26,'2015-06-09 20:35:17',5,'Query: SELECT p.id, p.post_title, u.user_nicename, p.post_date, p.post_type FROM wp_posts AS p, wp_users AS u WHERE p.post_author = u.ID AND u.ID = '2' AND p.post_type = 'page' ORDER BY p.post_date ASC LIMIT 50',2),(27,'2015-06-09 20:35:17',5,'Post Dump: \n Array\n(\n [0] => Array\n (\n [id] => 18\n [post_title] => Home1\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-14 15:54:29\n [post_type] => page\n )\n\n [1] => Array\n (\n [id] => 115\n [post_title] => Executive Officers and Board of Directors\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 12:52:22\n [post_type] => page\n )\n\n [2] => Array\n (\n [id] => 117\n [post_title] => \n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 13:46:56\n [post_type] => page\n )\n\n [3] => Array\n (\n [id] => 61\n [post_title] => Mission Statement\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:44:13\n [post_type] => page\n )\n\n [4] => Array\n (\n [id] => 63\n [post_title] => Bylaws\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:44:54\n [post_type] => page\n )\n\n [5] => Array\n (\n [id] => 65\n [post_title] => White Paper\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:08\n [post_type] => page\n )\n\n [6] => Array\n (\n [id] => 67\n [post_title] => Umbrella of Strength\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:26\n [post_type] => page\n )\n\n [7] => Array\n (\n [id] => 69\n [post_title] => Brochure\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:38\n [post_type] => page\n )\n\n [8] => Array\n (\n [id] => 71\n [post_title] => Steering Committee\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 14:45:52\n [post_type] => page\n )\n\n [9] => Array\n (\n [id] => 126\n [post_title] => Contact Us\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-15 19:32:05\n [post_type] => page\n )\n\n [10] => Array\n (\n [id] => 133\n [post_title] => Voting Members\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 13:45:59\n [post_type] => page\n )\n\n [11] => Array\n (\n [id] => 135\n [post_title] => Non-Voting Members\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 13:51:26\n [post_type] => page\n )\n\n [12] => Array\n (\n [id] => 178\n [post_title] => Join\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 15:29:00\n [post_type] => page\n )\n\n [13] => Array\n (\n [id] => 184\n [post_title] => Membership Categories\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 16:28:57\n [post_type] => page\n )\n\n [14] => Array\n (\n [id] => 186\n [post_title] => Membership Dues\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 16:29:12\n [post_type] => page\n )\n\n [15] => Array\n (\n [id] => 188\n [post_title] => Membership Directory\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 16:29:48\n [post_type] => page\n )\n\n [16] => Array\n (\n [id] => 190\n [post_title] => Associates\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-03-26 16:30:08\n [post_type] => page\n )\n\n [17] => Array\n (\n [id] => 25\n [post_title] => About\n [user_nicename] => runamuk0msn-com\n [post_date] => 2015-05-28 15:59:08\n [post_type] => page\n )\n\n)\n',3),(28,'2015-06-09 20:35:27',5,'Prepare for post and type dump: \n Convert to Post Type:post\n Post IDs: Array\n(\n [0] => 117\n)\n',2),(29,'2015-06-09 20:35:27',5,'PostId: 117<br />Original PostType: page<br/>Converting PostType: post',1),(30,'2015-06-09 20:35:27',5,'Query: UPDATE wp_posts SET post_type = 'post' WHERE id=117',2),(31,'2015-06-09 20:35:27',5,'Errors: ',0),(32,'2015-06-09 20:35:27',5,'Conversion to post succeeded',0),(33,'2015-06-09 20:35:27',5,'PostId: 117 Confirmed PostType after conversion: post',1),(34,'2015-06-09 20:35:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(35,'2015-06-09 20:35:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(36,'2015-06-09 20:36:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(37,'2015-06-09 20:36:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(38,'2015-06-09 20:36:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(39,'2015-06-09 20:37:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(40,'2015-06-09 20:40:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(41,'2015-06-09 20:41:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(42,'2015-06-09 20:42:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(43,'2015-06-09 20:42:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(44,'2015-06-09 20:42:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(45,'2015-06-09 20:42:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(46,'2015-06-09 20:42:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(47,'2015-06-09 20:43:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(48,'2015-06-09 20:43:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(49,'2015-06-09 20:44:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(50,'2015-06-09 20:45:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(51,'2015-06-09 20:47:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(52,'2015-06-09 20:47:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(53,'2015-06-09 20:47:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(54,'2015-06-09 20:49:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(55,'2015-06-09 20:49:15',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(56,'2015-06-09 20:50:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(57,'2015-06-09 20:50:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(58,'2015-06-09 20:50:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(59,'2015-06-09 20:50:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(60,'2015-06-09 20:53:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(61,'2015-06-09 20:53:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(62,'2015-06-09 20:53:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(63,'2015-06-09 20:55:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(64,'2015-06-09 20:55:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(65,'2015-06-09 20:55:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(66,'2015-06-09 20:55:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(67,'2015-06-09 20:56:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(68,'2015-06-09 20:56:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(69,'2015-06-09 20:56:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(70,'2015-06-09 20:57:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(71,'2015-06-09 20:57:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(72,'2015-06-09 20:58:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(73,'2015-06-09 20:58:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(74,'2015-06-09 20:59:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(75,'2015-06-09 21:01:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(76,'2015-06-09 21:01:15',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(77,'2015-06-09 21:01:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(78,'2015-06-09 21:01:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(79,'2015-06-09 21:01:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(80,'2015-06-09 21:01:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(81,'2015-06-09 21:02:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(82,'2015-06-09 21:03:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(83,'2015-06-09 21:03:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(84,'2015-06-09 21:05:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(85,'2015-06-09 21:05:57',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(86,'2015-06-09 21:06:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(87,'2015-06-09 21:06:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(88,'2015-06-09 21:06:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(89,'2015-06-09 21:06:23',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(90,'2015-06-09 21:06:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(91,'2015-06-09 21:07:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(92,'2015-06-09 21:08:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(93,'2015-06-09 21:09:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(94,'2015-06-09 21:09:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(95,'2015-06-09 21:09:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(96,'2015-06-09 21:11:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(97,'2015-06-09 21:12:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(98,'2015-06-09 21:13:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(99,'2015-06-09 21:14:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(100,'2015-06-09 21:15:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(101,'2015-06-09 21:15:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(102,'2015-06-09 21:15:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(103,'2015-06-09 21:15:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(104,'2015-06-09 21:15:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(105,'2015-06-09 21:16:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(106,'2015-06-09 21:17:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(107,'2015-06-09 21:18:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(108,'2015-06-09 21:19:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(109,'2015-06-09 21:19:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(110,'2015-06-09 21:19:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(111,'2015-06-09 21:22:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(112,'2015-06-09 21:23:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(113,'2015-06-09 21:24:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(114,'2015-06-09 21:24:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(115,'2015-06-09 21:27:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(116,'2015-06-09 21:28:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(117,'2015-06-09 21:28:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(118,'2015-06-09 21:28:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(119,'2015-06-09 21:30:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(120,'2015-06-09 21:30:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(121,'2015-06-09 21:34:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(122,'2015-06-09 21:35:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(123,'2015-06-09 21:35:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(124,'2015-06-09 21:37:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(125,'2015-06-09 21:37:52',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(126,'2015-06-09 21:38:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(127,'2015-06-09 21:38:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(128,'2015-06-09 21:42:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(129,'2015-06-09 21:42:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(130,'2015-06-09 21:43:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(131,'2015-06-09 21:43:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(132,'2015-06-09 21:43:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(133,'2015-06-09 21:44:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(134,'2015-06-09 21:44:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(135,'2015-06-09 21:45:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(136,'2015-06-09 21:46:57',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(137,'2015-06-09 21:47:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(138,'2015-06-09 21:47:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(139,'2015-06-09 21:48:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(140,'2015-06-09 21:48:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(141,'2015-06-09 21:49:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(142,'2015-06-09 21:49:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(143,'2015-06-09 21:50:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(144,'2015-06-09 21:50:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(145,'2015-06-09 21:51:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(146,'2015-06-09 21:52:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(147,'2015-06-09 21:52:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(148,'2015-06-09 21:52:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(149,'2015-06-09 21:53:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(150,'2015-06-09 21:53:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(151,'2015-06-09 21:53:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(152,'2015-06-09 21:56:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(153,'2015-06-09 21:56:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(154,'2015-06-09 21:56:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(155,'2015-06-09 21:57:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(156,'2015-06-09 21:57:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(157,'2015-06-09 21:58:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(158,'2015-06-09 21:59:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(159,'2015-06-09 21:59:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(160,'2015-06-09 22:00:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(161,'2015-06-09 22:00:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(162,'2015-06-09 22:00:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(163,'2015-06-09 22:01:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(164,'2015-06-09 22:01:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(165,'2015-06-09 22:02:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(166,'2015-06-09 22:05:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(167,'2015-06-09 22:05:57',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(168,'2015-06-09 22:06:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(169,'2015-06-09 22:06:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(170,'2015-06-09 22:06:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(171,'2015-06-09 22:06:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(172,'2015-06-09 22:08:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(173,'2015-06-09 22:08:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(174,'2015-06-09 22:08:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(175,'2015-06-09 22:08:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(176,'2015-06-09 22:08:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(177,'2015-06-09 22:08:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(178,'2015-06-09 22:09:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(179,'2015-06-09 22:11:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(180,'2015-06-09 22:11:58',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(181,'2015-06-09 22:12:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(182,'2015-06-09 23:02:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(183,'2015-06-09 23:03:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(184,'2015-06-09 23:03:15',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(185,'2015-06-09 23:03:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(186,'2015-06-09 23:03:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(187,'2015-06-09 23:03:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(188,'2015-06-09 23:04:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(189,'2015-06-09 23:04:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(190,'2015-06-09 23:04:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(191,'2015-06-09 23:04:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(192,'2015-06-09 23:05:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(193,'2015-06-09 23:05:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(194,'2015-06-09 23:06:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(195,'2015-06-09 23:06:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(196,'2015-06-09 23:07:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(197,'2015-06-09 23:07:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(198,'2015-06-09 23:07:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(199,'2015-06-09 23:10:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(200,'2015-06-09 23:10:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(201,'2015-06-09 23:10:57',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(202,'2015-06-09 23:10:57',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(203,'2015-06-09 23:11:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(204,'2015-06-09 23:11:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(205,'2015-06-09 23:11:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(206,'2015-06-09 23:11:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(207,'2015-06-09 23:11:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(208,'2015-06-09 23:11:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(209,'2015-06-09 23:12:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(210,'2015-06-09 23:34:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(211,'2015-06-09 23:34:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(212,'2015-06-09 23:34:14',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(213,'2015-06-09 23:34:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(214,'2015-06-09 23:35:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(215,'2015-06-19 16:48:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(216,'2015-06-19 16:48:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(217,'2015-06-19 16:48:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(218,'2015-06-19 17:03:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(219,'2015-06-19 17:03:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(220,'2015-06-19 17:06:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(221,'2015-06-19 17:06:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(222,'2015-06-19 17:06:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(223,'2015-06-19 17:06:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(224,'2015-06-19 17:07:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(225,'2015-06-19 17:07:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(226,'2015-06-30 23:38:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(227,'2015-06-30 23:38:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(228,'2015-06-30 23:38:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(229,'2015-06-30 23:38:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(230,'2015-06-30 23:38:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(231,'2015-06-30 23:41:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(232,'2015-06-30 23:41:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(233,'2015-06-30 23:41:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(234,'2015-06-30 23:42:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(235,'2015-06-30 23:44:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(236,'2015-06-30 23:44:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(237,'2015-06-30 23:44:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(238,'2015-06-30 23:45:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(239,'2015-06-30 23:46:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(240,'2015-06-30 23:46:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(241,'2015-06-30 23:46:23',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(242,'2015-06-30 23:46:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(243,'2015-06-30 23:46:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(244,'2015-06-30 23:47:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(245,'2015-06-30 23:48:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(246,'2015-06-30 23:49:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(247,'2015-06-30 23:49:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(248,'2015-07-07 17:59:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(249,'2015-07-07 17:59:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(250,'2015-07-07 17:59:15',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(251,'2015-07-08 02:22:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(252,'2015-07-08 03:52:45',2,'User Tony Green can view pTypeConverter page successfully',3),(253,'2015-07-08 03:52:50',2,'User Tony Green can view pTypeConverter page successfully',3),(254,'2015-07-08 03:52:54',2,'User Tony Green can view pTypeConverter page successfully',3),(255,'2015-07-08 03:52:57',2,'User Tony Green can view pTypeConverter page successfully',3),(256,'2015-07-08 03:53:18',2,'User Tony Green can view pTypeConverter page successfully',3),(257,'2015-07-08 03:53:36',2,'User Tony Green can view pTypeConverter page successfully',3),(258,'2015-07-08 03:53:48',2,'User Tony Green can view pTypeConverter page successfully',3),(259,'2015-07-08 03:54:00',2,'User Tony Green can view pTypeConverter page successfully',3),(260,'2015-07-08 03:54:04',2,'User Tony Green can view pTypeConverter page successfully',3),(261,'2015-07-08 03:54:28',2,'User Tony Green can view pTypeConverter page successfully',3),(262,'2015-07-08 03:54:44',2,'User Tony Green can view pTypeConverter page successfully',3),(263,'2015-07-08 03:56:12',2,'User Tony Green can view pTypeConverter page successfully',3),(264,'2015-07-08 03:57:21',2,'User Tony Green can view pTypeConverter page successfully',3),(265,'2015-07-08 03:57:24',2,'User Tony Green can view pTypeConverter page successfully',3),(266,'2015-07-08 04:01:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(267,'2015-07-08 04:01:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(268,'2015-07-08 04:01:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(269,'2015-07-08 04:01:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(270,'2015-07-08 04:01:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(271,'2015-07-08 04:01:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(272,'2015-07-09 01:27:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(273,'2015-07-09 01:27:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(274,'2015-07-09 01:27:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(275,'2015-07-09 01:27:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(276,'2015-07-09 01:28:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(277,'2015-07-09 01:33:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(278,'2015-07-09 01:33:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(279,'2015-07-09 01:33:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(280,'2015-07-09 01:33:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(281,'2015-07-09 01:33:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(282,'2015-07-09 01:33:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(283,'2015-07-09 01:51:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(284,'2015-07-09 01:51:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(285,'2015-07-09 01:51:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(286,'2015-07-09 01:54:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(287,'2015-07-09 01:54:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(288,'2015-07-09 01:54:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(289,'2015-07-09 01:54:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(290,'2015-07-09 01:54:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(291,'2015-07-09 01:54:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(292,'2015-07-09 01:55:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(293,'2015-07-09 01:55:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(294,'2015-07-09 01:57:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(295,'2015-07-09 01:57:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(296,'2015-07-09 01:57:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(297,'2015-07-09 01:57:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(298,'2015-07-09 02:01:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(299,'2015-07-09 02:01:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(300,'2015-07-09 02:01:15',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(301,'2015-07-09 02:01:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(302,'2015-07-09 02:02:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(303,'2015-07-09 02:03:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(304,'2015-07-09 02:08:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(305,'2015-07-09 02:08:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(306,'2015-07-09 02:09:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(307,'2015-07-09 02:18:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(308,'2015-07-09 02:18:23',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(309,'2015-07-09 02:21:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(310,'2015-07-09 02:22:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(311,'2015-07-09 02:22:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(312,'2015-07-09 02:22:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(313,'2015-07-09 02:26:57',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(314,'2015-07-09 02:27:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(315,'2015-07-09 02:27:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(316,'2015-07-09 02:27:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(317,'2015-07-09 02:27:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(318,'2015-07-09 02:29:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(319,'2015-07-17 12:15:56',2,'User Tony Green can view pTypeConverter page successfully',3),(320,'2015-07-17 12:16:11',2,'User Tony Green can view pTypeConverter page successfully',3),(321,'2015-07-17 12:19:10',2,'User Tony Green can view pTypeConverter page successfully',3),(322,'2015-07-17 13:11:06',2,'User Tony Green can view pTypeConverter page successfully',3),(323,'2015-07-17 13:41:29',2,'User Tony Green can view pTypeConverter page successfully',3),(324,'2015-07-17 13:41:51',2,'User Tony Green can view pTypeConverter page successfully',3),(325,'2015-07-31 18:44:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(326,'2015-07-31 18:44:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(327,'2015-07-31 18:44:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(328,'2015-07-31 18:50:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(329,'2015-07-31 18:50:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(330,'2015-07-31 18:52:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(331,'2015-07-31 18:55:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(332,'2015-07-31 22:18:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(333,'2015-07-31 22:18:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(334,'2015-07-31 22:18:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(335,'2015-07-31 22:18:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(336,'2015-07-31 22:18:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(337,'2015-07-31 22:18:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(338,'2015-07-31 22:25:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(339,'2015-07-31 22:25:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(340,'2015-07-31 22:25:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(341,'2015-07-31 22:25:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(342,'2015-07-31 22:28:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(343,'2015-07-31 22:28:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(344,'2015-07-31 22:28:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(345,'2015-07-31 22:28:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(346,'2015-07-31 22:28:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(347,'2015-07-31 22:28:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(348,'2015-07-31 22:28:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(349,'2015-07-31 22:29:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(350,'2015-07-31 22:29:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(351,'2015-07-31 22:29:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(352,'2015-07-31 22:29:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(353,'2015-07-31 22:29:52',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(354,'2015-07-31 22:30:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(355,'2015-07-31 22:30:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(356,'2015-07-31 22:30:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(357,'2015-07-31 22:30:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(358,'2015-07-31 22:30:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(359,'2015-07-31 22:31:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(360,'2015-07-31 22:32:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(361,'2015-07-31 22:32:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(362,'2015-07-31 22:32:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(363,'2015-07-31 22:32:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(364,'2015-07-31 22:32:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(365,'2015-07-31 22:32:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(366,'2015-07-31 22:32:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(367,'2015-07-31 22:32:52',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(368,'2015-07-31 22:33:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(369,'2015-07-31 22:33:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(370,'2015-07-31 22:33:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(371,'2015-07-31 22:33:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(372,'2015-07-31 22:33:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(373,'2015-07-31 22:33:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(374,'2015-07-31 22:34:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(375,'2015-07-31 22:36:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(376,'2015-07-31 22:37:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(377,'2015-07-31 22:37:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(378,'2015-07-31 22:37:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(379,'2015-07-31 22:37:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(380,'2015-07-31 22:47:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(381,'2015-07-31 22:49:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(382,'2015-07-31 22:49:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(383,'2015-07-31 22:49:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(384,'2015-07-31 22:55:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(385,'2015-07-31 22:55:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(386,'2015-07-31 22:56:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(387,'2015-08-01 00:22:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(388,'2015-08-01 00:22:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(389,'2015-08-01 00:22:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(390,'2015-08-01 00:37:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(391,'2015-08-01 00:37:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(392,'2015-08-01 01:14:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(393,'2015-08-01 01:14:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(394,'2015-08-01 01:15:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(395,'2015-08-01 01:15:57',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(396,'2015-08-01 01:16:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(397,'2015-08-01 01:16:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(398,'2015-08-01 01:16:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(399,'2015-08-01 01:16:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(400,'2015-08-01 01:16:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(401,'2015-08-01 01:17:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(402,'2015-08-01 01:17:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(403,'2015-08-01 01:17:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(404,'2015-08-01 01:19:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(405,'2015-08-01 01:20:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(406,'2015-08-01 01:20:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(407,'2015-08-01 01:20:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(408,'2015-08-01 01:20:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(409,'2015-08-01 01:20:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(410,'2015-08-01 01:21:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(411,'2015-08-01 01:21:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(412,'2015-08-01 01:22:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(413,'2015-08-01 01:22:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(414,'2015-08-01 01:22:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(415,'2015-08-01 01:23:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(416,'2015-08-01 01:23:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(417,'2015-08-01 01:30:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(418,'2015-08-01 01:30:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(419,'2015-08-01 01:30:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(420,'2015-08-01 01:31:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(421,'2015-08-01 01:32:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(422,'2015-08-01 01:33:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(423,'2015-08-01 01:33:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(424,'2015-08-01 01:34:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(425,'2015-08-01 01:34:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(426,'2015-08-01 01:34:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(427,'2015-08-01 01:34:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(428,'2015-08-01 01:36:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(429,'2015-08-01 01:36:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(430,'2015-08-01 01:36:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(431,'2015-08-01 01:37:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(432,'2015-08-01 01:37:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(433,'2015-08-01 01:40:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(434,'2015-08-01 01:40:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(435,'2015-08-01 01:40:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(436,'2015-08-01 01:40:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(437,'2015-08-01 01:40:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(438,'2015-08-01 02:17:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(439,'2015-08-01 02:17:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(440,'2015-08-01 02:18:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(441,'2015-08-01 02:18:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(442,'2015-08-01 02:18:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(443,'2015-08-01 02:18:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(444,'2015-08-01 02:19:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(445,'2015-08-01 02:20:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(446,'2015-08-01 02:20:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(447,'2015-08-01 02:20:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(448,'2015-08-01 02:20:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(449,'2015-08-01 02:21:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(450,'2015-08-01 02:21:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(451,'2015-08-01 02:21:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(452,'2015-08-01 02:22:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(453,'2015-08-01 02:22:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(454,'2015-08-01 02:22:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(455,'2015-08-01 02:23:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(456,'2015-08-01 02:23:15',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(457,'2015-08-01 02:41:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(458,'2015-08-01 02:41:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(459,'2015-08-01 02:41:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(460,'2015-08-01 02:41:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(461,'2015-08-01 02:41:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(462,'2015-08-01 02:42:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(463,'2015-08-01 02:42:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(464,'2015-08-01 02:42:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(465,'2015-08-01 02:42:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(466,'2015-08-01 02:42:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(467,'2015-08-01 03:04:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(468,'2015-08-01 03:05:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(469,'2015-08-01 03:05:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(470,'2015-08-01 03:05:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(471,'2015-08-01 03:05:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(472,'2015-08-01 18:15:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(473,'2015-08-01 18:15:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(474,'2015-08-01 18:15:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(475,'2015-08-01 18:15:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(476,'2015-08-01 19:33:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(477,'2015-08-01 19:33:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(478,'2015-08-01 19:33:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(479,'2015-08-01 19:33:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(480,'2015-08-01 19:34:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(481,'2015-08-01 19:34:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(482,'2015-08-02 13:14:06',2,'User Tony Green can view pTypeConverter page successfully',3),(483,'2015-08-02 13:14:35',2,'User Tony Green can view pTypeConverter page successfully',3),(484,'2015-08-02 13:14:41',2,'User Tony Green can view pTypeConverter page successfully',3),(485,'2015-08-02 13:15:39',2,'User Tony Green can view pTypeConverter page successfully',3),(486,'2015-08-02 13:16:17',2,'User Tony Green can view pTypeConverter page successfully',3),(487,'2015-08-02 13:16:55',2,'User Tony Green can view pTypeConverter page successfully',3),(488,'2015-08-02 13:17:16',2,'User Tony Green can view pTypeConverter page successfully',3),(489,'2015-08-02 13:17:22',2,'User Tony Green can view pTypeConverter page successfully',3),(490,'2015-08-02 13:23:39',2,'User Tony Green can view pTypeConverter page successfully',3),(491,'2015-08-02 13:24:14',2,'User Tony Green can view pTypeConverter page successfully',3),(492,'2015-08-02 13:25:14',2,'User Tony Green can view pTypeConverter page successfully',3),(493,'2015-08-02 13:27:40',2,'User Tony Green can view pTypeConverter page successfully',3),(494,'2015-08-02 13:34:24',2,'User Tony Green can view pTypeConverter page successfully',3),(495,'2015-08-02 13:39:25',2,'User Tony Green can view pTypeConverter page successfully',3),(496,'2015-08-02 13:42:03',2,'User Tony Green can view pTypeConverter page successfully',3),(497,'2015-08-02 13:43:11',2,'User Tony Green can view pTypeConverter page successfully',3),(498,'2015-08-02 13:44:39',2,'User Tony Green can view pTypeConverter page successfully',3),(499,'2015-08-02 16:12:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(500,'2015-08-02 16:12:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(501,'2015-08-02 16:12:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(502,'2015-08-02 16:12:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(503,'2015-08-02 16:12:23',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(504,'2015-08-02 16:12:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(505,'2015-08-02 16:12:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(506,'2015-08-02 16:13:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(507,'2015-08-02 16:13:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(508,'2015-08-02 16:15:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(509,'2015-08-02 16:15:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(510,'2015-08-02 16:15:52',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(511,'2015-08-02 16:15:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(512,'2015-08-02 16:25:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(513,'2015-08-02 16:25:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(514,'2015-08-02 16:25:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(515,'2015-08-02 16:25:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(516,'2015-08-02 16:30:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(517,'2015-08-02 16:30:15',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(518,'2015-08-02 16:30:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(519,'2015-08-02 16:30:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(520,'2015-08-02 16:32:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(521,'2015-08-02 16:32:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(522,'2015-08-02 16:32:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(523,'2015-08-02 16:33:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(524,'2015-08-02 16:34:14',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(525,'2015-08-02 16:34:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(526,'2015-08-02 16:34:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(527,'2015-08-02 16:35:43',2,'User Tony Green can view pTypeConverter page successfully',3),(528,'2015-08-02 16:35:58',2,'User Tony Green can view pTypeConverter page successfully',3),(529,'2015-08-02 16:36:03',2,'User Tony Green can view pTypeConverter page successfully',3),(530,'2015-08-02 16:36:28',2,'User Tony Green can view pTypeConverter page successfully',3),(531,'2015-08-02 16:36:33',2,'User Tony Green can view pTypeConverter page successfully',3),(532,'2015-08-04 00:39:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(533,'2015-08-04 00:39:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(534,'2015-08-04 00:39:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(535,'2015-08-04 00:40:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(536,'2015-08-04 00:40:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(537,'2015-08-04 00:40:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(538,'2015-08-04 00:40:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(539,'2015-08-04 00:40:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(540,'2015-08-04 00:41:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(541,'2015-08-04 00:41:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(542,'2015-08-04 00:41:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(543,'2015-08-04 00:42:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(544,'2015-08-04 00:42:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(545,'2015-08-04 00:42:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(546,'2015-08-04 00:42:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(547,'2015-08-04 00:43:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(548,'2015-08-04 00:43:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(549,'2015-08-04 00:43:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(550,'2015-08-04 00:45:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(551,'2015-08-04 00:45:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(552,'2015-08-04 00:45:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(553,'2015-08-04 00:45:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(554,'2015-08-04 00:46:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(555,'2015-08-04 00:46:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(556,'2015-08-04 00:46:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(557,'2015-08-04 00:47:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(558,'2015-08-04 00:47:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(559,'2015-08-04 00:47:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(560,'2015-08-04 01:50:18',2,'User Tony Green can view pTypeConverter page successfully',3),(561,'2015-08-04 01:50:37',2,'User Tony Green can view pTypeConverter page successfully',3),(562,'2015-08-04 01:50:43',2,'User Tony Green can view pTypeConverter page successfully',3),(563,'2015-08-04 01:50:58',2,'User Tony Green can view pTypeConverter page successfully',3),(564,'2015-08-04 01:51:28',2,'User Tony Green can view pTypeConverter page successfully',3),(565,'2015-08-04 01:57:13',2,'User Tony Green can view pTypeConverter page successfully',3),(566,'2015-08-04 02:00:22',2,'User Tony Green can view pTypeConverter page successfully',3),(567,'2015-08-04 02:00:37',2,'User Tony Green can view pTypeConverter page successfully',3),(568,'2015-08-04 02:03:16',2,'User Tony Green can view pTypeConverter page successfully',3),(569,'2015-08-04 02:03:25',2,'User Tony Green can view pTypeConverter page successfully',3),(570,'2015-08-04 02:04:09',2,'User Tony Green can view pTypeConverter page successfully',3),(571,'2015-08-04 02:04:14',2,'User Tony Green can view pTypeConverter page successfully',3),(572,'2015-08-04 02:04:46',2,'User Tony Green can view pTypeConverter page successfully',3),(573,'2015-08-04 02:04:57',2,'User Tony Green can view pTypeConverter page successfully',3),(574,'2015-08-04 02:12:15',2,'User Tony Green can view pTypeConverter page successfully',3),(575,'2015-08-04 02:12:56',2,'User Tony Green can view pTypeConverter page successfully',3),(576,'2015-08-04 02:13:06',2,'User Tony Green can view pTypeConverter page successfully',3),(577,'2015-08-04 02:16:32',2,'User Tony Green can view pTypeConverter page successfully',3),(578,'2015-08-04 02:16:42',2,'User Tony Green can view pTypeConverter page successfully',3),(579,'2015-08-04 02:17:06',2,'User Tony Green can view pTypeConverter page successfully',3),(580,'2015-08-04 02:17:28',2,'User Tony Green can view pTypeConverter page successfully',3),(581,'2015-08-04 02:17:33',2,'User Tony Green can view pTypeConverter page successfully',3),(582,'2015-08-04 02:17:46',2,'User Tony Green can view pTypeConverter page successfully',3),(583,'2015-08-04 02:18:12',2,'User Tony Green can view pTypeConverter page successfully',3),(584,'2015-08-04 02:19:13',2,'User Tony Green can view pTypeConverter page successfully',3),(585,'2015-08-04 02:19:22',2,'User Tony Green can view pTypeConverter page successfully',3),(586,'2015-08-04 02:19:49',2,'User Tony Green can view pTypeConverter page successfully',3),(587,'2015-08-04 02:20:00',2,'User Tony Green can view pTypeConverter page successfully',3),(588,'2015-08-04 02:20:47',2,'User Tony Green can view pTypeConverter page successfully',3),(589,'2015-08-04 02:20:59',2,'User Tony Green can view pTypeConverter page successfully',3),(590,'2015-08-04 02:21:38',2,'User Tony Green can view pTypeConverter page successfully',3),(591,'2015-08-04 02:21:44',2,'User Tony Green can view pTypeConverter page successfully',3),(592,'2015-08-04 23:40:39',2,'User Tony Green can view pTypeConverter page successfully',3),(593,'2015-08-04 23:43:01',2,'User Tony Green can view pTypeConverter page successfully',3),(594,'2015-08-04 23:43:14',2,'User Tony Green can view pTypeConverter page successfully',3),(595,'2015-08-04 23:43:26',2,'User Tony Green can view pTypeConverter page successfully',3),(596,'2015-08-04 23:44:22',2,'User Tony Green can view pTypeConverter page successfully',3),(597,'2015-08-04 23:44:30',2,'User Tony Green can view pTypeConverter page successfully',3),(598,'2015-08-05 00:29:48',2,'User Tony Green can view pTypeConverter page successfully',3),(599,'2015-08-05 00:29:54',2,'User Tony Green can view pTypeConverter page successfully',3),(600,'2015-08-05 00:30:18',2,'User Tony Green can view pTypeConverter page successfully',3),(601,'2015-08-05 00:30:35',2,'User Tony Green can view pTypeConverter page successfully',3),(602,'2015-08-05 01:09:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(603,'2015-08-05 01:09:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(604,'2015-08-05 01:09:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(605,'2015-08-05 01:09:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(606,'2015-08-05 01:09:52',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(607,'2015-08-05 01:10:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(608,'2015-08-05 01:10:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(609,'2015-08-05 01:11:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(610,'2015-08-05 01:11:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(611,'2015-08-05 01:11:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(612,'2015-08-05 01:11:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(613,'2015-08-05 01:12:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(614,'2015-08-05 01:12:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(615,'2015-08-05 01:12:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(616,'2015-08-05 01:13:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(617,'2015-08-05 01:13:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(618,'2015-08-05 01:13:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(619,'2015-08-07 02:31:23',2,'User Tony Green can view pTypeConverter page successfully',3),(620,'2015-08-08 20:22:42',2,'User Tony Green can view pTypeConverter page successfully',3),(621,'2015-08-08 20:23:09',2,'User Tony Green can view pTypeConverter page successfully',3),(622,'2015-08-08 20:23:15',2,'User Tony Green can view pTypeConverter page successfully',3),(623,'2015-08-08 20:25:06',2,'User Tony Green can view pTypeConverter page successfully',3),(624,'2015-08-08 20:25:50',2,'User Tony Green can view pTypeConverter page successfully',3),(625,'2015-08-08 20:26:14',2,'User Tony Green can view pTypeConverter page successfully',3),(626,'2015-08-08 20:30:25',2,'User Tony Green can view pTypeConverter page successfully',3),(627,'2015-08-08 20:30:47',2,'User Tony Green can view pTypeConverter page successfully',3),(628,'2015-08-08 20:31:29',2,'User Tony Green can view pTypeConverter page successfully',3),(629,'2015-08-08 20:38:15',2,'User Tony Green can view pTypeConverter page successfully',3),(630,'2015-08-08 20:38:20',2,'User Tony Green can view pTypeConverter page successfully',3),(631,'2015-08-15 17:37:07',2,'User Tony Green can view pTypeConverter page successfully',3),(632,'2015-08-15 17:37:22',2,'User Tony Green can view pTypeConverter page successfully',3),(633,'2015-08-15 17:37:28',2,'User Tony Green can view pTypeConverter page successfully',3),(634,'2015-08-15 17:40:03',2,'User Tony Green can view pTypeConverter page successfully',3),(635,'2015-08-15 17:40:34',2,'User Tony Green can view pTypeConverter page successfully',3),(636,'2015-08-15 17:40:57',2,'User Tony Green can view pTypeConverter page successfully',3),(637,'2015-08-15 17:41:50',2,'User Tony Green can view pTypeConverter page successfully',3),(638,'2015-08-15 18:46:21',2,'User Tony Green can view pTypeConverter page successfully',3),(639,'2015-08-26 19:44:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(640,'2015-08-26 19:44:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(641,'2015-08-26 19:44:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(642,'2015-08-26 19:44:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(643,'2015-08-26 19:46:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(644,'2015-08-26 19:49:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(645,'2015-08-26 19:49:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(646,'2015-08-26 19:49:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(647,'2015-08-26 19:50:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(648,'2015-08-26 19:50:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(649,'2015-08-26 19:51:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(650,'2015-08-26 19:51:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(651,'2015-08-27 17:05:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(652,'2015-08-27 17:05:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(653,'2015-08-27 17:05:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(654,'2015-08-27 17:05:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(655,'2015-08-27 17:05:57',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(656,'2015-08-27 17:06:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(657,'2015-08-27 17:07:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(658,'2015-08-27 17:07:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(659,'2015-08-27 17:07:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(660,'2015-08-27 17:08:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(661,'2015-08-27 17:08:52',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(662,'2015-08-27 17:08:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(663,'2015-08-29 14:08:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(664,'2015-08-29 14:09:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(665,'2015-08-29 14:09:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(666,'2015-08-29 14:09:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(667,'2015-08-29 14:09:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(668,'2015-08-29 14:09:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(669,'2015-08-29 14:09:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(670,'2015-08-29 14:09:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(671,'2015-08-29 14:09:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(672,'2015-08-29 14:20:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(673,'2015-08-29 14:21:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(674,'2015-08-29 14:22:52',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(675,'2015-08-29 14:22:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(676,'2015-08-29 14:23:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(677,'2015-08-29 14:24:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(678,'2015-08-29 14:33:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(679,'2015-08-29 14:33:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(680,'2015-08-29 14:33:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(681,'2015-08-29 14:34:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(682,'2015-08-29 14:34:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(683,'2015-08-29 14:36:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(684,'2015-08-29 14:36:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(685,'2015-08-29 14:36:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(686,'2015-08-29 14:38:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(687,'2015-08-29 14:38:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(688,'2015-08-29 14:40:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(689,'2015-08-29 14:41:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(690,'2015-08-29 14:46:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(691,'2015-08-29 14:46:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(692,'2015-08-29 14:46:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(693,'2015-08-29 14:47:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(694,'2015-09-08 22:57:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(695,'2015-09-08 22:57:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(696,'2015-09-08 22:57:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(697,'2015-09-08 22:57:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(698,'2015-09-08 22:57:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(699,'2015-09-08 22:58:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(700,'2015-09-08 22:59:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(701,'2015-09-08 23:01:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(702,'2015-09-08 23:01:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(703,'2015-09-08 23:01:58',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(704,'2015-09-08 23:02:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(705,'2015-10-17 01:02:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(706,'2015-10-17 01:02:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(707,'2015-10-17 01:02:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(708,'2015-10-17 01:02:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(709,'2015-10-17 01:03:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(710,'2015-10-17 01:03:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(711,'2015-10-17 01:09:14',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(712,'2015-11-19 19:40:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(713,'2015-11-19 19:40:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(714,'2015-11-19 19:40:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(715,'2015-11-19 19:40:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(716,'2015-11-19 19:41:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(717,'2015-11-19 19:41:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(718,'2015-11-19 19:41:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(719,'2015-11-19 19:42:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(720,'2015-11-19 19:42:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(721,'2015-11-19 19:42:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(722,'2015-11-19 19:43:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(723,'2015-11-19 19:43:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(724,'2015-11-19 19:43:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(725,'2015-11-19 19:43:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(726,'2015-11-19 19:44:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(727,'2015-11-19 19:45:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(728,'2015-11-19 19:45:14',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(729,'2015-11-19 19:45:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(730,'2015-11-19 19:46:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(731,'2015-11-19 19:46:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(732,'2015-11-19 19:47:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(733,'2015-11-19 19:47:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(734,'2015-11-19 19:48:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(735,'2015-11-19 19:50:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(736,'2015-11-19 19:50:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(737,'2015-11-19 19:50:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(738,'2015-11-19 19:51:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(739,'2015-11-19 19:52:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(740,'2015-11-19 19:52:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(741,'2015-11-19 19:52:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(742,'2015-11-19 19:53:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(743,'2015-11-19 19:53:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(744,'2015-11-19 19:53:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(745,'2015-11-19 19:57:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(746,'2015-11-19 19:57:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(747,'2015-11-19 19:57:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(748,'2015-11-19 19:57:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(749,'2015-11-19 19:57:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(750,'2015-11-19 19:57:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(751,'2015-11-19 19:57:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(752,'2015-11-19 19:58:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(753,'2015-11-19 19:58:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(754,'2015-11-19 19:58:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(755,'2015-11-19 19:58:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(756,'2015-11-19 20:10:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(757,'2015-11-19 20:10:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(758,'2015-11-19 20:10:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(759,'2015-11-19 20:10:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(760,'2015-11-19 20:10:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(761,'2015-11-19 20:10:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(762,'2015-11-19 20:11:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(763,'2015-11-19 20:11:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(764,'2015-11-19 20:11:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(765,'2015-11-19 20:12:14',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(766,'2015-11-19 20:12:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(767,'2015-11-19 20:12:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(768,'2016-01-14 19:59:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(769,'2016-01-14 19:59:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(770,'2016-01-14 19:59:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(771,'2016-01-14 19:59:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(772,'2016-01-14 20:00:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(773,'2016-01-14 20:01:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(774,'2016-01-14 20:01:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(775,'2016-01-14 20:01:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(776,'2016-01-14 20:03:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(777,'2016-01-14 20:03:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(778,'2016-01-14 20:03:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(779,'2016-01-14 22:07:23',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(780,'2016-01-14 22:07:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(781,'2016-01-14 22:07:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(782,'2016-01-14 22:07:39',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(783,'2016-01-14 22:13:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(784,'2016-01-14 22:13:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(785,'2016-01-14 22:15:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(786,'2016-01-14 22:16:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(787,'2016-01-14 22:16:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(788,'2016-01-14 22:17:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(789,'2016-01-14 22:17:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(790,'2016-01-14 22:18:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(791,'2016-01-14 22:18:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(792,'2016-01-15 22:34:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(793,'2016-01-15 22:34:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(794,'2016-01-15 22:34:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(795,'2016-01-15 22:34:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(796,'2016-01-15 22:35:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(797,'2016-01-15 22:35:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(798,'2016-01-15 22:35:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(799,'2016-01-15 22:35:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(800,'2016-01-15 22:36:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(801,'2016-01-15 22:36:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(802,'2016-01-24 00:23:19',2,'User Tony Green can view pTypeConverter page successfully',3),(803,'2016-01-24 00:23:38',2,'User Tony Green can view pTypeConverter page successfully',3),(804,'2016-01-24 00:23:43',2,'User Tony Green can view pTypeConverter page successfully',3),(805,'2016-01-24 00:24:21',2,'User Tony Green can view pTypeConverter page successfully',3),(806,'2016-01-24 00:25:56',2,'User Tony Green can view pTypeConverter page successfully',3),(807,'2016-01-24 00:26:07',2,'User Tony Green can view pTypeConverter page successfully',3),(808,'2016-01-24 00:54:35',2,'User Tony Green can view pTypeConverter page successfully',3),(809,'2016-01-24 00:54:53',2,'User Tony Green can view pTypeConverter page successfully',3),(810,'2016-01-24 00:54:53',2,'User Tony Green can view pTypeConverter page successfully',3),(811,'2016-01-24 00:55:17',2,'User Tony Green can view pTypeConverter page successfully',3),(812,'2016-01-24 00:55:25',2,'User Tony Green can view pTypeConverter page successfully',3),(813,'2016-01-24 00:55:40',2,'User Tony Green can view pTypeConverter page successfully',3),(814,'2016-01-24 00:56:28',2,'User Tony Green can view pTypeConverter page successfully',3),(815,'2016-01-24 00:56:37',2,'User Tony Green can view pTypeConverter page successfully',3),(816,'2016-01-24 00:56:42',2,'User Tony Green can view pTypeConverter page successfully',3),(817,'2016-01-24 00:56:45',2,'User Tony Green can view pTypeConverter page successfully',3),(818,'2016-01-24 00:57:03',2,'User Tony Green can view pTypeConverter page successfully',3),(819,'2016-01-24 01:00:33',2,'User Tony Green can view pTypeConverter page successfully',3),(820,'2016-01-24 01:02:16',2,'User Tony Green can view pTypeConverter page successfully',3),(821,'2016-01-24 01:07:15',2,'User Tony Green can view pTypeConverter page successfully',3),(822,'2016-01-24 01:07:20',2,'User Tony Green can view pTypeConverter page successfully',3),(823,'2016-01-24 01:09:30',2,'User Tony Green can view pTypeConverter page successfully',3),(824,'2016-01-24 01:20:05',2,'User Tony Green can view pTypeConverter page successfully',3),(825,'2016-01-24 01:20:08',2,'User Tony Green can view pTypeConverter page successfully',3),(826,'2016-01-24 01:21:16',2,'User Tony Green can view pTypeConverter page successfully',3),(827,'2016-01-24 01:21:58',2,'User Tony Green can view pTypeConverter page successfully',3),(828,'2016-01-24 01:22:11',2,'User Tony Green can view pTypeConverter page successfully',3),(829,'2016-01-24 01:22:29',2,'User Tony Green can view pTypeConverter page successfully',3),(830,'2016-01-24 01:22:45',2,'User Tony Green can view pTypeConverter page successfully',3),(831,'2016-01-24 01:23:16',2,'User Tony Green can view pTypeConverter page successfully',3),(832,'2016-01-24 01:42:17',2,'User Tony Green can view pTypeConverter page successfully',3),(833,'2016-01-24 13:31:15',2,'User Tony Green can view pTypeConverter page successfully',3),(834,'2016-01-24 13:31:23',2,'User Tony Green can view pTypeConverter page successfully',3),(835,'2016-01-24 13:31:28',2,'User Tony Green can view pTypeConverter page successfully',3),(836,'2016-01-24 13:31:48',2,'User Tony Green can view pTypeConverter page successfully',3),(837,'2016-01-24 13:34:06',2,'User Tony Green can view pTypeConverter page successfully',3),(838,'2016-01-24 13:34:09',2,'User Tony Green can view pTypeConverter page successfully',3),(839,'2016-01-24 13:48:50',2,'User Tony Green can view pTypeConverter page successfully',3),(840,'2016-01-24 13:49:15',2,'User Tony Green can view pTypeConverter page successfully',3),(841,'2016-01-24 13:50:09',2,'User Tony Green can view pTypeConverter page successfully',3),(842,'2016-01-24 13:50:38',2,'User Tony Green can view pTypeConverter page successfully',3),(843,'2016-01-24 13:50:54',2,'User Tony Green can view pTypeConverter page successfully',3),(844,'2016-01-24 13:50:59',2,'User Tony Green can view pTypeConverter page successfully',3),(845,'2016-01-24 13:51:09',2,'User Tony Green can view pTypeConverter page successfully',3),(846,'2016-01-24 13:52:02',2,'User Tony Green can view pTypeConverter page successfully',3),(847,'2016-01-24 13:52:10',2,'User Tony Green can view pTypeConverter page successfully',3),(848,'2016-01-24 13:52:17',2,'User Tony Green can view pTypeConverter page successfully',3),(849,'2016-01-24 13:52:33',2,'User Tony Green can view pTypeConverter page successfully',3),(850,'2016-01-24 13:52:36',2,'User Tony Green can view pTypeConverter page successfully',3),(851,'2016-01-24 13:52:41',2,'User Tony Green can view pTypeConverter page successfully',3),(852,'2016-01-24 13:52:50',2,'User Tony Green can view pTypeConverter page successfully',3),(853,'2016-01-24 13:53:18',2,'User Tony Green can view pTypeConverter page successfully',3),(854,'2016-01-24 13:53:23',2,'User Tony Green can view pTypeConverter page successfully',3),(855,'2016-01-24 13:53:42',2,'User Tony Green can view pTypeConverter page successfully',3),(856,'2016-01-24 13:53:56',2,'User Tony Green can view pTypeConverter page successfully',3),(857,'2016-01-24 13:58:33',2,'User Tony Green can view pTypeConverter page successfully',3),(858,'2016-01-24 14:44:11',2,'User Tony Green can view pTypeConverter page successfully',3),(859,'2016-01-24 14:44:17',2,'User Tony Green can view pTypeConverter page successfully',3),(860,'2016-01-24 14:44:22',2,'User Tony Green can view pTypeConverter page successfully',3),(861,'2016-01-24 14:45:09',2,'User Tony Green can view pTypeConverter page successfully',3),(862,'2016-01-24 14:45:11',2,'User Tony Green can view pTypeConverter page successfully',3),(863,'2016-01-24 14:46:34',2,'User Tony Green can view pTypeConverter page successfully',3),(864,'2016-01-24 15:20:24',2,'User Tony Green can view pTypeConverter page successfully',3),(865,'2016-01-24 15:20:28',2,'User Tony Green can view pTypeConverter page successfully',3),(866,'2016-01-24 15:23:28',2,'User Tony Green can view pTypeConverter page successfully',3),(867,'2016-01-24 15:23:34',2,'User Tony Green can view pTypeConverter page successfully',3),(868,'2016-01-24 15:23:39',2,'User Tony Green can view pTypeConverter page successfully',3),(869,'2016-01-24 21:25:49',2,'User Tony Green can view pTypeConverter page successfully',3),(870,'2016-01-24 21:25:57',2,'User Tony Green can view pTypeConverter page successfully',3),(871,'2016-01-24 21:26:11',2,'User Tony Green can view pTypeConverter page successfully',3),(872,'2016-01-24 21:26:15',2,'User Tony Green can view pTypeConverter page successfully',3),(873,'2016-01-24 21:26:19',2,'User Tony Green can view pTypeConverter page successfully',3),(874,'2016-01-24 21:26:35',2,'User Tony Green can view pTypeConverter page successfully',3),(875,'2016-01-24 21:26:35',2,'User Tony Green can view pTypeConverter page successfully',3),(876,'2016-01-24 21:26:39',2,'User Tony Green can view pTypeConverter page successfully',3),(877,'2016-01-24 21:26:51',2,'User Tony Green can view pTypeConverter page successfully',3),(878,'2016-01-24 21:26:54',2,'User Tony Green can view pTypeConverter page successfully',3),(879,'2016-01-24 21:26:54',2,'User Tony Green can view pTypeConverter page successfully',3),(880,'2016-01-24 21:26:58',2,'User Tony Green can view pTypeConverter page successfully',3),(881,'2016-01-24 21:27:03',2,'User Tony Green can view pTypeConverter page successfully',3),(882,'2016-01-24 21:27:07',2,'User Tony Green can view pTypeConverter page successfully',3),(883,'2016-01-24 21:27:26',2,'User Tony Green can view pTypeConverter page successfully',3),(884,'2016-01-24 21:27:33',2,'User Tony Green can view pTypeConverter page successfully',3),(885,'2016-01-24 21:27:37',2,'User Tony Green can view pTypeConverter page successfully',3),(886,'2016-01-24 21:28:10',2,'User Tony Green can view pTypeConverter page successfully',3),(887,'2016-01-24 21:28:18',2,'User Tony Green can view pTypeConverter page successfully',3),(888,'2016-01-24 21:28:31',2,'User Tony Green can view pTypeConverter page successfully',3),(889,'2016-01-24 21:28:35',2,'User Tony Green can view pTypeConverter page successfully',3),(890,'2016-02-12 17:48:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(891,'2016-02-12 17:48:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(892,'2016-02-12 17:48:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(893,'2016-02-12 17:48:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(894,'2016-02-12 17:48:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(895,'2016-02-12 17:48:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(896,'2016-02-12 17:48:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(897,'2016-02-12 17:48:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(898,'2016-02-12 17:51:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(899,'2016-02-12 17:51:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(900,'2016-02-12 20:04:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(901,'2016-02-12 20:04:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(902,'2016-02-12 20:04:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(903,'2016-02-12 20:04:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(904,'2016-02-12 20:04:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(905,'2016-02-12 20:15:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(906,'2016-02-12 20:16:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(907,'2016-02-12 20:16:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(908,'2016-02-12 20:16:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(909,'2016-02-15 18:28:15',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(910,'2016-02-15 18:28:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(911,'2016-02-15 18:28:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(912,'2016-02-15 18:28:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(913,'2016-02-15 18:28:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(914,'2016-02-15 18:29:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(915,'2016-02-15 18:31:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(916,'2016-02-15 18:31:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(917,'2016-02-15 18:32:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(918,'2016-02-15 18:33:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(919,'2016-02-15 18:34:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(920,'2016-02-15 18:34:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(921,'2016-02-15 18:35:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(922,'2016-02-15 18:35:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(923,'2016-02-15 18:35:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(924,'2016-02-15 18:36:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(925,'2016-02-15 18:37:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(926,'2016-02-15 18:37:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(927,'2016-02-15 18:37:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(928,'2016-02-15 18:38:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(929,'2016-02-15 18:38:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(930,'2016-02-15 18:39:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(931,'2016-02-15 18:39:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(932,'2016-02-15 18:39:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(933,'2016-02-15 18:40:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(934,'2016-02-15 18:40:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(935,'2016-02-15 18:41:58',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(936,'2016-02-15 18:42:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(937,'2016-02-15 18:42:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(938,'2016-02-15 18:42:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(939,'2016-02-15 18:42:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(940,'2016-02-15 18:43:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(941,'2016-02-15 18:43:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(942,'2016-02-15 18:43:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(943,'2016-03-03 02:56:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(944,'2016-03-03 02:56:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(945,'2016-03-03 02:56:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(946,'2016-03-03 02:56:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(947,'2016-03-03 02:56:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(948,'2016-03-03 02:59:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(949,'2016-03-03 02:59:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(950,'2016-03-03 02:59:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(951,'2016-03-03 03:00:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(952,'2016-03-03 03:00:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(953,'2016-03-03 03:00:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(954,'2016-03-03 03:01:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(955,'2016-03-03 03:01:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(956,'2016-03-06 19:15:05',2,'User Tony Green can view pTypeConverter page successfully',3),(957,'2016-03-06 19:15:19',2,'User Tony Green can view pTypeConverter page successfully',3),(958,'2016-03-06 19:15:26',2,'User Tony Green can view pTypeConverter page successfully',3),(959,'2016-03-06 19:17:39',2,'User Tony Green can view pTypeConverter page successfully',3),(960,'2016-03-06 19:18:54',2,'User Tony Green can view pTypeConverter page successfully',3),(961,'2016-03-06 19:20:04',2,'User Tony Green can view pTypeConverter page successfully',3),(962,'2016-03-06 19:20:13',2,'User Tony Green can view pTypeConverter page successfully',3),(963,'2016-03-06 19:25:31',2,'User Tony Green can view pTypeConverter page successfully',3),(964,'2016-03-06 19:25:35',2,'User Tony Green can view pTypeConverter page successfully',3),(965,'2016-03-06 19:25:56',2,'User Tony Green can view pTypeConverter page successfully',3),(966,'2016-03-06 19:26:16',2,'User Tony Green can view pTypeConverter page successfully',3),(967,'2016-03-06 19:28:04',2,'User Tony Green can view pTypeConverter page successfully',3),(968,'2016-03-06 19:28:10',2,'User Tony Green can view pTypeConverter page successfully',3),(969,'2016-03-06 19:28:16',2,'User Tony Green can view pTypeConverter page successfully',3),(970,'2016-03-06 19:28:34',2,'User Tony Green can view pTypeConverter page successfully',3),(971,'2016-03-06 19:37:16',2,'User Tony Green can view pTypeConverter page successfully',3),(972,'2016-03-06 19:37:40',2,'User Tony Green can view pTypeConverter page successfully',3),(973,'2016-03-06 19:38:20',2,'User Tony Green can view pTypeConverter page successfully',3),(974,'2016-03-06 19:38:33',2,'User Tony Green can view pTypeConverter page successfully',3),(975,'2016-03-06 19:40:40',2,'User Tony Green can view pTypeConverter page successfully',3),(976,'2016-03-06 19:41:07',2,'User Tony Green can view pTypeConverter page successfully',3),(977,'2016-03-06 19:41:12',2,'User Tony Green can view pTypeConverter page successfully',3),(978,'2016-03-06 19:41:34',2,'User Tony Green can view pTypeConverter page successfully',3),(979,'2016-03-06 19:41:37',2,'User Tony Green can view pTypeConverter page successfully',3),(980,'2016-03-06 19:41:59',2,'User Tony Green can view pTypeConverter page successfully',3),(981,'2016-03-06 19:42:02',2,'User Tony Green can view pTypeConverter page successfully',3),(982,'2016-03-06 19:42:16',2,'User Tony Green can view pTypeConverter page successfully',3),(983,'2016-03-06 19:45:59',2,'User Tony Green can view pTypeConverter page successfully',3),(984,'2016-03-06 19:47:08',2,'User Tony Green can view pTypeConverter page successfully',3),(985,'2016-03-06 19:47:13',2,'User Tony Green can view pTypeConverter page successfully',3),(986,'2016-03-06 19:47:25',2,'User Tony Green can view pTypeConverter page successfully',3),(987,'2016-03-06 19:47:41',2,'User Tony Green can view pTypeConverter page successfully',3),(988,'2016-03-06 19:48:22',2,'User Tony Green can view pTypeConverter page successfully',3),(989,'2016-03-06 19:49:46',2,'User Tony Green can view pTypeConverter page successfully',3),(990,'2016-03-06 20:16:12',2,'User Tony Green can view pTypeConverter page successfully',3),(991,'2016-03-06 20:16:23',2,'User Tony Green can view pTypeConverter page successfully',3),(992,'2016-03-06 20:16:48',2,'User Tony Green can view pTypeConverter page successfully',3),(993,'2016-03-06 20:16:52',2,'User Tony Green can view pTypeConverter page successfully',3),(994,'2016-03-06 20:17:03',2,'User Tony Green can view pTypeConverter page successfully',3),(995,'2016-03-06 20:17:09',2,'User Tony Green can view pTypeConverter page successfully',3),(996,'2016-03-06 20:53:58',2,'User Tony Green can view pTypeConverter page successfully',3),(997,'2016-03-06 20:54:37',2,'User Tony Green can view pTypeConverter page successfully',3),(998,'2016-03-06 21:00:25',2,'User Tony Green can view pTypeConverter page successfully',3),(999,'2016-03-06 21:00:40',2,'User Tony Green can view pTypeConverter page successfully',3),(1000,'2016-03-06 21:00:44',2,'User Tony Green can view pTypeConverter page successfully',3),(1001,'2016-03-06 21:00:44',2,'User Tony Green can view pTypeConverter page successfully',3),(1002,'2016-03-06 21:00:47',2,'User Tony Green can view pTypeConverter page successfully',3),(1003,'2016-03-06 21:03:49',2,'User Tony Green can view pTypeConverter page successfully',3),(1004,'2016-03-06 21:03:53',2,'User Tony Green can view pTypeConverter page successfully',3),(1005,'2016-03-06 21:04:05',2,'User Tony Green can view pTypeConverter page successfully',3),(1006,'2016-03-06 21:04:11',2,'User Tony Green can view pTypeConverter page successfully',3),(1007,'2016-03-06 21:05:01',2,'User Tony Green can view pTypeConverter page successfully',3),(1008,'2016-03-06 21:05:28',2,'User Tony Green can view pTypeConverter page successfully',3),(1009,'2016-03-06 21:07:12',2,'User Tony Green can view pTypeConverter page successfully',3),(1010,'2016-03-06 21:07:16',2,'User Tony Green can view pTypeConverter page successfully',3),(1011,'2016-03-06 21:07:23',2,'User Tony Green can view pTypeConverter page successfully',3),(1012,'2016-03-06 21:08:36',2,'User Tony Green can view pTypeConverter page successfully',3),(1013,'2016-03-06 21:10:55',2,'User Tony Green can view pTypeConverter page successfully',3),(1014,'2016-03-06 21:15:41',2,'User Tony Green can view pTypeConverter page successfully',3),(1015,'2016-03-06 21:15:53',2,'User Tony Green can view pTypeConverter page successfully',3),(1016,'2016-03-06 21:19:38',2,'User Tony Green can view pTypeConverter page successfully',3),(1017,'2016-03-06 21:19:41',2,'User Tony Green can view pTypeConverter page successfully',3),(1018,'2016-03-06 21:19:52',2,'User Tony Green can view pTypeConverter page successfully',3),(1019,'2016-03-06 21:20:03',2,'User Tony Green can view pTypeConverter page successfully',3),(1020,'2016-03-06 21:21:15',2,'User Tony Green can view pTypeConverter page successfully',3),(1021,'2016-03-06 21:32:34',2,'User Tony Green can view pTypeConverter page successfully',3),(1022,'2016-03-06 21:39:23',2,'User Tony Green can view pTypeConverter page successfully',3),(1023,'2016-03-06 21:43:01',2,'User Tony Green can view pTypeConverter page successfully',3),(1024,'2016-03-06 21:49:12',2,'User Tony Green can view pTypeConverter page successfully',3),(1025,'2016-03-06 21:51:10',2,'User Tony Green can view pTypeConverter page successfully',3),(1026,'2016-03-06 21:54:41',2,'User Tony Green can view pTypeConverter page successfully',3),(1027,'2016-03-06 21:55:06',2,'User Tony Green can view pTypeConverter page successfully',3),(1028,'2016-03-06 21:55:47',2,'User Tony Green can view pTypeConverter page successfully',3),(1029,'2016-03-06 21:57:58',2,'User Tony Green can view pTypeConverter page successfully',3),(1030,'2016-03-06 21:58:01',2,'User Tony Green can view pTypeConverter page successfully',3),(1031,'2016-03-06 21:58:07',2,'User Tony Green can view pTypeConverter page successfully',3),(1032,'2016-03-06 21:58:16',2,'User Tony Green can view pTypeConverter page successfully',3),(1033,'2016-03-06 21:58:54',2,'User Tony Green can view pTypeConverter page successfully',3),(1034,'2016-03-06 21:58:58',2,'User Tony Green can view pTypeConverter page successfully',3),(1035,'2016-03-06 21:59:10',2,'User Tony Green can view pTypeConverter page successfully',3),(1036,'2016-03-06 21:59:15',2,'User Tony Green can view pTypeConverter page successfully',3),(1037,'2016-03-06 22:03:22',2,'User Tony Green can view pTypeConverter page successfully',3),(1038,'2016-03-06 22:03:28',2,'User Tony Green can view pTypeConverter page successfully',3),(1039,'2016-03-06 22:04:17',2,'User Tony Green can view pTypeConverter page successfully',3),(1040,'2016-03-06 22:04:37',2,'User Tony Green can view pTypeConverter page successfully',3),(1041,'2016-03-06 22:04:58',2,'User Tony Green can view pTypeConverter page successfully',3),(1042,'2016-03-06 22:06:30',2,'User Tony Green can view pTypeConverter page successfully',3),(1043,'2016-03-06 22:06:35',2,'User Tony Green can view pTypeConverter page successfully',3),(1044,'2016-03-06 22:06:51',2,'User Tony Green can view pTypeConverter page successfully',3),(1045,'2016-03-06 22:07:10',2,'User Tony Green can view pTypeConverter page successfully',3),(1046,'2016-03-06 22:09:07',2,'User Tony Green can view pTypeConverter page successfully',3),(1047,'2016-03-06 22:09:12',2,'User Tony Green can view pTypeConverter page successfully',3),(1048,'2016-03-06 22:09:26',2,'User Tony Green can view pTypeConverter page successfully',3),(1049,'2016-03-06 22:11:32',2,'User Tony Green can view pTypeConverter page successfully',3),(1050,'2016-03-06 22:11:37',2,'User Tony Green can view pTypeConverter page successfully',3),(1051,'2016-03-06 22:11:50',2,'User Tony Green can view pTypeConverter page successfully',3),(1052,'2016-03-06 22:17:07',2,'User Tony Green can view pTypeConverter page successfully',3),(1053,'2016-03-06 22:17:13',2,'User Tony Green can view pTypeConverter page successfully',3),(1054,'2016-03-06 23:38:34',2,'User Tony Green can view pTypeConverter page successfully',3),(1055,'2016-03-06 23:38:50',2,'User Tony Green can view pTypeConverter page successfully',3),(1056,'2016-03-06 23:39:18',2,'User Tony Green can view pTypeConverter page successfully',3),(1057,'2016-03-06 23:40:34',2,'User Tony Green can view pTypeConverter page successfully',3),(1058,'2016-03-06 23:40:39',2,'User Tony Green can view pTypeConverter page successfully',3),(1059,'2016-03-06 23:40:44',2,'User Tony Green can view pTypeConverter page successfully',3),(1060,'2016-03-06 23:41:13',2,'User Tony Green can view pTypeConverter page successfully',3),(1061,'2016-03-06 23:42:18',2,'User Tony Green can view pTypeConverter page successfully',3),(1062,'2016-03-06 23:43:02',2,'User Tony Green can view pTypeConverter page successfully',3),(1063,'2016-03-06 23:50:20',2,'User Tony Green can view pTypeConverter page successfully',3),(1064,'2016-03-06 23:52:02',2,'User Tony Green can view pTypeConverter page successfully',3),(1065,'2016-03-06 23:52:16',2,'User Tony Green can view pTypeConverter page successfully',3),(1066,'2016-03-06 23:52:19',2,'User Tony Green can view pTypeConverter page successfully',3),(1067,'2016-03-06 23:52:23',2,'User Tony Green can view pTypeConverter page successfully',3),(1068,'2016-03-06 23:52:34',2,'User Tony Green can view pTypeConverter page successfully',3),(1069,'2016-03-06 23:53:27',2,'User Tony Green can view pTypeConverter page successfully',3),(1070,'2016-03-06 23:55:16',2,'User Tony Green can view pTypeConverter page successfully',3),(1071,'2016-03-06 23:56:25',2,'User Tony Green can view pTypeConverter page successfully',3),(1072,'2016-03-06 23:57:25',2,'User Tony Green can view pTypeConverter page successfully',3),(1073,'2016-03-06 23:57:46',2,'User Tony Green can view pTypeConverter page successfully',3),(1074,'2016-03-06 23:57:54',2,'User Tony Green can view pTypeConverter page successfully',3),(1075,'2016-03-06 23:57:59',2,'User Tony Green can view pTypeConverter page successfully',3),(1076,'2016-03-07 00:05:24',2,'User Tony Green can view pTypeConverter page successfully',3),(1077,'2016-03-07 00:06:58',2,'User Tony Green can view pTypeConverter page successfully',3),(1078,'2016-03-07 00:15:07',2,'User Tony Green can view pTypeConverter page successfully',3),(1079,'2016-03-07 00:16:26',2,'User Tony Green can view pTypeConverter page successfully',3),(1080,'2016-03-07 00:16:31',2,'User Tony Green can view pTypeConverter page successfully',3),(1081,'2016-04-27 20:32:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1082,'2016-04-27 20:32:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1083,'2016-04-27 20:33:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1084,'2016-04-27 20:33:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1085,'2016-04-27 20:33:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1086,'2016-04-27 20:34:12',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1087,'2016-04-27 20:34:14',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1088,'2016-04-27 20:34:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1089,'2016-04-27 20:34:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1090,'2016-04-27 20:35:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1091,'2016-04-27 20:35:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1092,'2016-04-27 20:37:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1093,'2016-04-27 20:37:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1094,'2016-04-27 20:37:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1095,'2016-04-27 20:37:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1096,'2016-04-27 20:39:03',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1097,'2016-04-27 20:39:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1098,'2016-04-27 20:39:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1099,'2016-04-27 20:39:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1100,'2016-04-27 20:41:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1101,'2016-04-27 20:41:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1102,'2016-04-27 20:41:57',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1103,'2016-04-27 20:42:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1104,'2016-04-27 20:42:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1105,'2016-04-27 20:42:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1106,'2016-04-27 20:42:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1107,'2016-04-27 20:42:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1108,'2016-04-27 20:42:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1109,'2016-04-27 20:55:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1110,'2016-04-27 20:55:48',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1111,'2016-04-27 20:56:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1112,'2016-04-27 20:56:14',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1113,'2016-04-27 21:02:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1114,'2016-04-27 21:02:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1115,'2016-04-27 21:18:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1116,'2016-04-27 21:19:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1117,'2016-04-27 21:19:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1118,'2016-04-27 21:19:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1119,'2016-04-27 21:20:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1120,'2016-04-27 21:20:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1121,'2016-04-27 21:21:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1122,'2016-04-27 21:21:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1123,'2016-04-27 21:23:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1124,'2016-04-27 21:23:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1125,'2016-04-27 21:24:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1126,'2016-04-27 21:24:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1127,'2016-04-27 21:26:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1128,'2016-04-27 21:26:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1129,'2016-04-27 21:26:52',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1130,'2016-04-27 21:26:57',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1131,'2016-04-27 21:30:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1132,'2016-04-27 21:30:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1133,'2016-04-27 21:31:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1134,'2016-04-27 21:32:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1135,'2016-04-27 21:32:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1136,'2016-04-27 21:32:36',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1137,'2016-04-27 21:32:58',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1138,'2016-04-27 21:33:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1139,'2016-04-27 21:35:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1140,'2016-04-27 21:35:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1141,'2016-04-27 21:35:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1142,'2016-04-27 21:35:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1143,'2016-04-27 21:36:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1144,'2016-04-27 21:36:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1145,'2016-04-27 21:36:50',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1146,'2016-04-27 21:36:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1147,'2016-04-27 22:49:21',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1148,'2016-04-27 22:49:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1149,'2016-04-27 22:49:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1150,'2016-04-27 22:50:15',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1151,'2016-04-27 22:50:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1152,'2016-04-27 22:50:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1153,'2016-04-27 22:52:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1154,'2016-04-27 22:52:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1155,'2016-04-27 22:53:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1156,'2016-04-27 22:53:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1157,'2016-04-27 22:53:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1158,'2016-04-27 22:53:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1159,'2016-04-27 22:53:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1160,'2016-04-27 22:53:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1161,'2016-04-27 22:54:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1162,'2016-04-27 22:54:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1163,'2016-04-27 22:55:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1164,'2016-04-27 22:55:40',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1165,'2016-04-27 22:55:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1166,'2016-04-27 22:57:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1167,'2016-04-27 22:57:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1168,'2016-04-27 22:58:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1169,'2016-04-27 22:58:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1170,'2016-04-27 23:00:33',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1171,'2016-04-27 23:00:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1172,'2016-04-27 23:03:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1173,'2016-04-27 23:03:19',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1174,'2016-04-27 23:03:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1175,'2016-04-27 23:04:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1176,'2016-04-27 23:04:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1177,'2016-04-27 23:04:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1178,'2016-04-27 23:04:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1179,'2016-04-27 23:05:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1180,'2016-04-27 23:05:14',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1181,'2016-04-27 23:06:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1182,'2016-04-27 23:10:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1183,'2016-04-27 23:11:10',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1184,'2016-04-27 23:11:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1185,'2016-04-27 23:13:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1186,'2016-04-27 23:13:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1187,'2016-04-27 23:14:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1188,'2016-04-27 23:14:09',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1189,'2016-04-27 23:14:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1190,'2016-04-28 17:36:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1191,'2016-04-28 17:36:52',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1192,'2016-04-28 17:37:05',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1193,'2016-04-28 17:37:14',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1194,'2016-04-28 17:38:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1195,'2016-04-28 17:38:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1196,'2016-04-28 17:38:15',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1197,'2016-04-28 17:38:47',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1198,'2016-04-28 17:38:54',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1199,'2016-04-28 17:39:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1200,'2016-04-28 17:39:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1201,'2016-04-28 17:40:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1202,'2016-04-28 17:40:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1203,'2016-04-28 17:40:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1204,'2016-04-28 17:40:49',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1205,'2016-04-28 17:40:53',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1206,'2016-04-28 17:40:59',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1207,'2016-04-28 17:41:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1208,'2016-04-28 17:41:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1209,'2016-04-28 17:41:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1210,'2016-04-28 17:44:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1211,'2016-04-28 17:44:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1212,'2016-04-28 22:22:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1213,'2016-04-28 22:22:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1214,'2016-04-28 22:22:37',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1215,'2016-04-28 22:24:28',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1216,'2016-04-28 22:24:30',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1217,'2016-04-28 22:24:45',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1218,'2016-04-28 22:25:18',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1219,'2016-04-28 22:25:25',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1220,'2016-04-28 22:25:51',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1221,'2016-04-28 22:25:56',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1222,'2016-04-28 22:26:04',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1223,'2016-04-28 22:27:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1224,'2016-04-28 22:27:07',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1225,'2016-04-28 22:27:26',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1226,'2016-04-28 22:27:32',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1227,'2016-04-30 17:50:04',1,'User wsaaus15 can view pTypeConverter page successfully',3),(1228,'2016-04-30 17:50:13',1,'User wsaaus15 can view pTypeConverter page successfully',3),(1229,'2016-04-30 17:50:22',1,'User wsaaus15 can view pTypeConverter page successfully',3),(1230,'2016-04-30 17:50:22',1,'User wsaaus15 can view pTypeConverter page successfully',3),(1231,'2016-04-30 17:50:28',1,'User wsaaus15 can view pTypeConverter page successfully',3),(1232,'2016-04-30 17:50:33',1,'User wsaaus15 can view pTypeConverter page successfully',3),(1233,'2016-04-30 17:50:40',1,'User wsaaus15 can view pTypeConverter page successfully',3),(1234,'2016-04-30 17:51:02',1,'User wsaaus15 can view pTypeConverter page successfully',3),(1235,'2016-04-30 17:51:56',2,'User Tony Green can view pTypeConverter page successfully',3),(1236,'2016-04-30 17:52:03',2,'User Tony Green can view pTypeConverter page successfully',3),(1237,'2016-04-30 17:52:07',2,'User Tony Green can view pTypeConverter page successfully',3),(1238,'2016-04-30 18:36:03',2,'User Tony Green can view pTypeConverter page successfully',3),(1239,'2016-04-30 18:36:08',2,'User Tony Green can view pTypeConverter page successfully',3),(1240,'2016-04-30 18:36:13',2,'User Tony Green can view pTypeConverter page successfully',3),(1241,'2016-04-30 18:36:25',2,'User Tony Green can view pTypeConverter page successfully',3),(1242,'2016-04-30 18:36:46',2,'User Tony Green can view pTypeConverter page successfully',3),(1243,'2016-04-30 18:37:31',2,'User Tony Green can view pTypeConverter page successfully',3),(1244,'2016-04-30 18:44:16',2,'User Tony Green can view pTypeConverter page successfully',3),(1245,'2016-04-30 18:44:19',2,'User Tony Green can view pTypeConverter page successfully',3),(1246,'2016-04-30 18:44:23',2,'User Tony Green can view pTypeConverter page successfully',3),(1247,'2016-04-30 18:44:27',2,'User Tony Green can view pTypeConverter page successfully',3),(1248,'2016-04-30 18:44:32',2,'User Tony Green can view pTypeConverter page successfully',3),(1249,'2016-04-30 18:44:35',2,'User Tony Green can view pTypeConverter page successfully',3),(1250,'2016-04-30 18:45:10',2,'User Tony Green can view pTypeConverter page successfully',3),(1251,'2016-05-01 17:00:10',2,'User Tony Green can view pTypeConverter page successfully',3),(1252,'2016-05-01 17:36:47',2,'User Tony Green can view pTypeConverter page successfully',3),(1253,'2016-05-01 19:04:54',2,'User Tony Green can view pTypeConverter page successfully',3),(1254,'2016-05-04 15:07:42',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1255,'2016-05-04 15:07:52',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1256,'2016-05-04 15:08:06',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1257,'2016-05-04 15:08:14',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1258,'2016-05-04 15:08:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1259,'2016-05-04 15:09:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1260,'2016-05-04 15:09:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1261,'2016-05-04 15:10:20',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1262,'2016-05-04 15:12:43',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1263,'2016-05-04 15:13:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1264,'2016-05-04 15:13:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1265,'2016-05-05 14:35:52',2,'User Tony Green can view pTypeConverter page successfully',3),(1266,'2016-05-05 14:36:02',2,'User Tony Green can view pTypeConverter page successfully',3),(1267,'2016-05-05 14:36:10',2,'User Tony Green can view pTypeConverter page successfully',3),(1268,'2016-05-05 14:36:10',2,'User Tony Green can view pTypeConverter page successfully',3),(1269,'2016-05-05 14:36:25',2,'User Tony Green can view pTypeConverter page successfully',3),(1270,'2016-05-05 14:37:11',2,'User Tony Green can view pTypeConverter page successfully',3),(1271,'2016-05-05 14:39:52',2,'User Tony Green can view pTypeConverter page successfully',3),(1272,'2016-05-05 14:39:59',2,'User Tony Green can view pTypeConverter page successfully',3),(1273,'2016-06-03 00:45:29',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1274,'2016-06-03 00:45:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1275,'2016-06-03 00:45:38',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1276,'2016-06-03 00:45:44',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1277,'2016-06-03 00:45:46',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1278,'2016-06-03 00:48:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1279,'2016-06-03 00:48:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1280,'2016-06-03 00:48:41',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1281,'2016-06-03 00:49:13',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1282,'2016-06-03 00:49:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1283,'2016-06-03 00:49:31',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1284,'2016-06-03 00:49:34',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1285,'2016-06-03 00:50:02',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1286,'2016-06-03 00:50:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1287,'2016-07-18 22:54:00',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1288,'2016-07-18 22:54:11',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1289,'2016-07-18 22:54:16',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1290,'2016-07-18 22:54:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1291,'2016-07-18 22:54:35',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1292,'2016-11-19 01:59:58',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1293,'2016-11-19 02:00:08',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1294,'2016-11-19 02:00:22',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1295,'2016-11-19 02:00:27',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1296,'2016-11-19 02:00:55',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1297,'2016-11-19 02:08:17',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1298,'2016-11-19 02:08:24',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1299,'2016-11-19 02:09:01',5,'User Patrick Marshall can view pTypeConverter page successfully',3),(1300,'2017-01-16 01:18:54',2,'User Tony Green can view pTypeConverter page successfully',3),(1301,'2017-01-16 01:19:01',2,'User Tony Green can view pTypeConverter page successfully',3),(1302,'2017-01-16 01:19:27',2,'User Tony Green can view pTypeConverter page successfully',3),(1303,'2017-01-16 01:19:56',2,'User Tony Green can view pTypeConverter page successfully',3),(1304,'2017-01-16 01:20:36',2,'User Tony Green can view pTypeConverter page successfully',3),(1305,'2017-01-16 01:25:00',2,'User Tony Green can view pTypeConverter page successfully',3),(1306,'2017-01-16 01:25:44',2,'User Tony Green can view pTypeConverter page successfully',3),(1307,'2017-01-16 02:00:33',2,'User Tony Green can view pTypeConverter page successfully',3),(1308,'2017-01-16 02:01:46',2,'User Tony Green can view pTypeConverter page successfully',3),(1309,'2017-01-16 02:01:53',2,'User Tony Green can view pTypeConverter page successfully',3),(1310,'2017-01-16 03:07:02',2,'User Tony Green can view pTypeConverter page successfully',3),(1311,'2017-01-16 03:36:28',2,'User Tony Green can view pTypeConverter page successfully',3),(1312,'2017-01-16 03:38:06',2,'User Tony Green can view pTypeConverter page successfully',3),(1313,'2017-01-16 03:39:34',2,'User Tony Green can view pTypeConverter page successfully',3),(1314,'2017-01-16 03:43:40',2,'User Tony Green can view pTypeConverter page successfully',3),(1315,'2017-01-16 03:45:16',2,'User Tony Green can view pTypeConverter page successfully',3),(1316,'2017-01-16 03:46:41',2,'User Tony Green can view pTypeConverter page successfully',3),(1317,'2017-01-16 03:48:06',2,'User Tony Green can view pTypeConverter page successfully',3),(1318,'2017-01-16 04:23:26',2,'User Tony Green can view pTypeConverter page successfully',3),(1319,'2017-01-16 04:52:18',2,'User Tony Green can view pTypeConverter page successfully',3),(1320,'2017-01-16 04:54:03',2,'User Tony Green can view pTypeConverter page successfully',3),(1321,'2017-01-16 04:59:01',2,'User Tony Green can view pTypeConverter page successfully',3),(1322,'2017-01-16 05:10:34',2,'User Tony Green can view pTypeConverter page successfully',3),(1323,'2017-01-16 05:36:45',2,'User Tony Green can view pTypeConverter page successfully',3),(1324,'2017-01-20 17:10:40',2,'User Tony Green can view pTypeConverter page successfully',3),(1325,'2017-01-20 17:12:19',2,'User Tony Green can view pTypeConverter page successfully',3),(1326,'2017-01-20 17:25:11',2,'User Tony Green can view pTypeConverter page successfully',3),(1327,'2017-01-20 21:39:07',2,'User Tony Green can view pTypeConverter page successfully',3),(1328,'2017-01-21 01:43:23',2,'User Tony Green can view pTypeConverter page successfully',3),(1329,'2017-01-27 23:26:05',2,'User Tony Green can view pTypeConverter page successfully',3),(1330,'2017-01-27 23:27:31',2,'User Tony Green can view pTypeConverter page successfully',3),(1331,'2017-01-27 23:35:55',2,'User Tony Green can view pTypeConverter page successfully',3),(1332,'2017-01-27 23:40:03',2,'User Tony Green can view pTypeConverter page successfully',3),(1333,'2017-01-27 23:57:01',2,'User Tony Green can view pTypeConverter page successfully',3); /*!40000 ALTER TABLE `wp_pTC_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; 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`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=1002 DEFAULT CHARSET=utf8; 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 (1,2,'_wp_page_template','default'),(2,4,'_wp_attached_file','2015/03/Aviation.jpg'),(3,4,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2015/03/Aviation.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Aviation-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:20:\"Aviation-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Aviation-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;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;}}'),(4,2,'_edit_lock','1426436904:2'),(5,4,'_wp_attachment_is_custom_background','devdmbootstrap3'),(6,5,'_edit_last','2'),(7,5,'_edit_lock','1461789310:5'),(8,5,'_wp_page_template','default'),(849,433,'_wp_attached_file','2015/07/Newsbrief-WSAA-Formation.pdf'),(851,436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1370;s:6:\"height\";i:1576;s:4:\"file\";s:20:\"2015/03/Umbrella.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Umbrella-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:20:\"Umbrella-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Umbrella-890x1024.png\";s:5:\"width\";i:890;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Umbrella-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"Umbrella-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(852,440,'_wp_attached_file','2015/03/Umbrella.jpg'),(853,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1382;s:6:\"height\";i:1570;s:4:\"file\";s:20:\"2015/03/Umbrella.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Umbrella-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:20:\"Umbrella-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Umbrella-901x1024.jpg\";s:5:\"width\";i:901;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Umbrella-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"Umbrella-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:1;}}'),(854,445,'_wp_attached_file','2015/03/JohnDobson-HeadShot-125x156.jpg'),(855,445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:39:\"2015/03/JohnDobson-HeadShot-125x156.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"JohnDobson-HeadShot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"FinePix F700\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1182959956;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"8.5\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(856,445,'_wp_attachment_image_alt','John Dobson'),(857,448,'_wp_attached_file','2015/03/DaveField-HeadShot-125x156.jpg'),(858,448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:38:\"2015/03/DaveField-HeadShot-125x156.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"DaveField-HeadShot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1436877441;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"95\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(859,448,'_wp_attachment_image_alt','Dave Field'),(860,451,'_edit_lock','1438743726:5'),(861,451,'_edit_last','5'),(862,451,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(863,451,'_wpas_done_all','1'),(866,459,'_wp_attached_file','2015/08/UmbrellaVector.png'),(867,459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1343;s:6:\"height\";i:1546;s:4:\"file\";s:26:\"2015/08/UmbrellaVector.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"UmbrellaVector-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:26:\"UmbrellaVector-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"UmbrellaVector-890x1024.png\";s:5:\"width\";i:890;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"UmbrellaVector-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"UmbrellaVector-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(850,436,'_wp_attached_file','2015/03/Umbrella.png'),(755,402,'_edit_lock','1440858980:5'),(756,404,'_menu_item_type','post_type'),(757,404,'_menu_item_menu_item_parent','412'),(758,404,'_menu_item_object_id','402'),(759,404,'_menu_item_object','page'),(760,404,'_menu_item_target',''),(761,404,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(762,404,'_menu_item_xfn',''),(763,404,'_menu_item_url',''),(845,404,'_wpas_done_all','1'),(765,405,'_menu_item_type','post_type'),(766,405,'_menu_item_menu_item_parent','412'),(767,405,'_menu_item_object_id','400'),(768,405,'_menu_item_object','page'),(769,405,'_menu_item_target',''),(770,405,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(771,405,'_menu_item_xfn',''),(772,405,'_menu_item_url',''),(843,405,'_wpas_done_all','1'),(774,406,'_menu_item_type','post_type'),(775,406,'_menu_item_menu_item_parent','412'),(776,406,'_menu_item_object_id','398'),(777,406,'_menu_item_object','page'),(778,406,'_menu_item_target',''),(779,406,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(780,406,'_menu_item_xfn',''),(781,406,'_menu_item_url',''),(844,406,'_wpas_done_all','1'),(783,407,'_menu_item_type','post_type'),(784,407,'_menu_item_menu_item_parent','412'),(785,407,'_menu_item_object_id','396'),(786,407,'_menu_item_object','page'),(787,407,'_menu_item_target',''),(788,407,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(789,407,'_menu_item_xfn',''),(790,407,'_menu_item_url',''),(841,407,'_wpas_done_all','1'),(792,408,'_menu_item_type','post_type'),(793,408,'_menu_item_menu_item_parent','412'),(794,408,'_menu_item_object_id','394'),(795,408,'_menu_item_object','page'),(796,408,'_menu_item_target',''),(797,408,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(798,408,'_menu_item_xfn',''),(799,408,'_menu_item_url',''),(842,408,'_wpas_done_all','1'),(801,409,'_menu_item_type','post_type'),(802,409,'_menu_item_menu_item_parent','56'),(803,409,'_menu_item_object_id','392'),(804,409,'_menu_item_object','page'),(805,409,'_menu_item_target',''),(806,409,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(807,409,'_menu_item_xfn',''),(808,409,'_menu_item_url',''),(837,409,'_wpas_done_all','1'),(810,410,'_menu_item_type','post_type'),(811,410,'_menu_item_menu_item_parent','310'),(812,410,'_menu_item_object_id','390'),(813,410,'_menu_item_object','page'),(814,410,'_menu_item_target',''),(815,410,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(816,410,'_menu_item_xfn',''),(817,410,'_menu_item_url',''),(839,410,'_wpas_done_all','1'),(819,411,'_menu_item_type','post_type'),(820,411,'_menu_item_menu_item_parent','310'),(821,411,'_menu_item_object_id','388'),(822,411,'_menu_item_object','page'),(823,411,'_menu_item_target',''),(824,411,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(825,411,'_menu_item_xfn',''),(826,411,'_menu_item_url',''),(838,411,'_wpas_done_all','1'),(828,412,'_menu_item_type','post_type'),(829,412,'_menu_item_menu_item_parent','0'),(830,412,'_menu_item_object_id','386'),(831,412,'_menu_item_object','page'),(832,412,'_menu_item_target',''),(833,412,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(834,412,'_menu_item_xfn',''),(835,412,'_menu_item_url',''),(840,412,'_wpas_done_all','1'),(846,396,'_oembed_39e60f6e15008b2a68d6deaed11fc1c4','{{unknown}}'),(847,420,'_wp_attached_file','2015/07/Why-Effective-Airport-Management-is-Essential.pdf'),(17,11,'_wp_attached_file','2015/03/WSAALogo1a-e1426372773413.png'),(18,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:364;s:6:\"height\";i:109;s:4:\"file\";s:37:\"2015/03/WSAALogo1a-e1426372773413.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1a-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:\"WSAALogo1a-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1a-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;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;}}'),(32,11,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:728;s:6:\"height\";i:218;s:4:\"file\";s:14:\"WSAALogo1a.png\";}}'),(27,11,'_wp_attachment_custom_header_last_used_devdmbootstrap3','1426372712'),(28,11,'_wp_attachment_is_custom_header','devdmbootstrap3'),(29,15,'_wp_attachment_custom_header_last_used_devdmbootstrap3','1426372682'),(30,15,'_wp_attachment_is_custom_header','devdmbootstrap3'),(31,11,'_edit_lock','1426372902:2'),(21,13,'_wp_attached_file','2015/03/WSAALogo2a.png'),(22,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:472;s:4:\"file\";s:22:\"2015/03/WSAALogo2a.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo2a-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:22:\"WSAALogo2a-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo2a-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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;}}'),(33,11,'_wp_attachment_image_alt','Washington State Aviation Alliance'),(34,11,'_edit_last','2'),(35,16,'_wp_attached_file','2015/03/WSAALogo1b.png'),(36,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:364;s:6:\"height\";i:109;s:4:\"file\";s:22:\"2015/03/WSAALogo1b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1b-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"WSAALogo1b-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1b-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;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;}}'),(25,15,'_wp_attached_file','2015/03/WSAALogo3a.png'),(26,15,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:484;s:6:\"height\";i:422;s:4:\"file\";s:22:\"2015/03/WSAALogo3a.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo3a-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:22:\"WSAALogo3a-300x262.png\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo3a-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;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;}}'),(37,16,'_wp_attachment_custom_header_last_used_devdmbootstrap3','1426372930'),(38,16,'_wp_attachment_is_custom_header','devdmbootstrap3'),(753,402,'_wpas_done_all','1'),(736,394,'_edit_last','2'),(737,394,'_wpas_done_all','1'),(738,394,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(739,394,'_edit_lock','1439066411:2'),(740,396,'_edit_last','5'),(741,396,'_wpas_done_all','1'),(742,396,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(743,396,'_edit_lock','1438391535:5'),(744,398,'_edit_last','5'),(745,398,'_wpas_done_all','1'),(746,398,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(747,398,'_edit_lock','1438395372:5'),(748,400,'_edit_last','5'),(749,400,'_wpas_done_all','1'),(750,400,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(751,400,'_edit_lock','1440859549:5'),(752,402,'_edit_last','5'),(53,2,'_edit_last','2'),(54,5,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:5:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:102:\"<p>A collective voice for aviation and airport‐related organizations in the state of Washington.</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:5:{s:5:\"class\";s:30:\"WP_Widget_Black_Studio_TinyMCE\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}}}'),(55,25,'_edit_last','5'),(56,25,'_edit_lock','1435707864:5'),(57,27,'_wp_attached_file','2015/03/TristanAtkins-HeadShot-200x250.jpg'),(58,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:42:\"2015/03/TristanAtkins-HeadShot-200x250.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"TristanAtkins-HeadShot-200x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:42:\"TristanAtkins-HeadShot-200x250-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;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;}}'),(59,28,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-100x125.jpg'),(60,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:125;s:4:\"file\";s:42:\"2015/03/KandaceHarvey-HeadShot-100x125.jpg\";s:5:\"sizes\";a:0:{}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;}}'),(61,29,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-200x250.jpg'),(62,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:42:\"2015/03/KandaceHarvey-HeadShot-200x250.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-200x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-200x250-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;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;}}'),(63,30,'_wp_attached_file','2015/03/TristanAtkins-HeadShot-100x125.jpg'),(64,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:125;s:4:\"file\";s:42:\"2015/03/TristanAtkins-HeadShot-100x125.jpg\";s:5:\"sizes\";a:0:{}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;}}'),(65,27,'_edit_lock','1426446318:2'),(66,29,'_edit_lock','1426449059:2'),(961,545,'_wpas_done_all','1'),(962,545,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":true,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(963,545,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1,1,1,1,1,1,1]}'),(997,582,'_edit_last','5'),(998,582,'_wpas_done_all','1'),(1001,582,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(69,31,'_wp_attached_file','2015/03/Warren-Hendrickson-Resized.png'),(70,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:317;s:6:\"height\";i:364;s:4:\"file\";s:38:\"2015/03/Warren-Hendrickson-Resized.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Warren-Hendrickson-Resized-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:38:\"Warren-Hendrickson-Resized-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Warren-Hendrickson-Resized-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:38:\"Warren-Hendrickson-Resized-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(71,32,'_wp_attached_file','2015/03/WarrenHendrickson-HeadShot-200x250.jpg'),(72,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:46:\"2015/03/WarrenHendrickson-HeadShot-200x250.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"WarrenHendrickson-HeadShot-200x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:46:\"WarrenHendrickson-HeadShot-200x250-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;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;}}'),(73,33,'_wp_attached_file','2015/03/DavidUlane-HeadShot.jpg'),(74,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:931;s:6:\"height\";i:868;s:4:\"file\";s:31:\"2015/03/DavidUlane-HeadShot.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DavidUlane-HeadShot-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:31:\"DavidUlane-HeadShot-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"DavidUlane-HeadShot-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"DavidUlane-HeadShot-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1323960377;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(75,34,'_wp_attached_file','2015/03/DavidUlane-HeadShot-200x250.jpg'),(76,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:39:\"2015/03/DavidUlane-HeadShot-200x250.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"DavidUlane-HeadShot-200x250-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"DavidUlane-HeadShot-200x250-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1323960377;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(735,392,'_edit_lock','1438398132:5'),(318,128,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(317,128,'_wpas_done_all','1'),(80,21,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-100x1251.jpg'),(81,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:125;s:4:\"file\";s:43:\"2015/03/KandaceHarvey-HeadShot-100x1251.jpg\";s:5:\"sizes\";a:0:{}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;}}'),(82,36,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-200x2501.jpg'),(83,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:43:\"2015/03/KandaceHarvey-HeadShot-200x2501.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"KandaceHarvey-HeadShot-200x2501-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:43:\"KandaceHarvey-HeadShot-200x2501-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;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;}}'),(84,37,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-512x640.jpg'),(85,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:640;s:4:\"file\";s:42:\"2015/03/KandaceHarvey-HeadShot-512x640.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-512x640-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:42:\"KandaceHarvey-HeadShot-512x640-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-512x640-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-512x640-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(86,38,'_wp_attached_file','2015/03/TristanAtkins-HeadShot.jpg'),(87,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:768;s:4:\"file\";s:34:\"2015/03/TristanAtkins-HeadShot.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"TristanAtkins-HeadShot-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:34:\"TristanAtkins-HeadShot-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"TristanAtkins-HeadShot-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"TristanAtkins-HeadShot-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(88,39,'_wp_attached_file','2015/03/TristanAtkins-HeadShot-100x1251.jpg'),(89,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:125;s:4:\"file\";s:43:\"2015/03/TristanAtkins-HeadShot-100x1251.jpg\";s:5:\"sizes\";a:0:{}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;}}'),(90,40,'_wp_attached_file','2015/03/TristanAtkins-HeadShot-100x150.jpg'),(91,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:150;s:4:\"file\";s:42:\"2015/03/TristanAtkins-HeadShot-100x150.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"TristanAtkins-HeadShot-100x150-100x150.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:150;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;}}'),(92,41,'_wp_attached_file','2015/03/TristanAtkins-HeadShot-200x2501.jpg'),(93,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:43:\"2015/03/TristanAtkins-HeadShot-200x2501.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"TristanAtkins-HeadShot-200x2501-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:43:\"TristanAtkins-HeadShot-200x2501-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;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;}}'),(94,42,'_wp_attached_file','2015/03/Warren-Hendrickson-Resized1.png'),(95,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:317;s:6:\"height\";i:364;s:4:\"file\";s:39:\"2015/03/Warren-Hendrickson-Resized1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Warren-Hendrickson-Resized1-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:39:\"Warren-Hendrickson-Resized1-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Warren-Hendrickson-Resized1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"Warren-Hendrickson-Resized1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(96,43,'_wp_attached_file','2015/03/WarrenHendrickson-HeadShot-200x2501.jpg'),(97,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:47:\"2015/03/WarrenHendrickson-HeadShot-200x2501.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"WarrenHendrickson-HeadShot-200x2501-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:47:\"WarrenHendrickson-HeadShot-200x2501-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;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;}}'),(98,44,'_wp_attached_file','2015/03/Aviation1.jpg'),(99,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2015/03/Aviation1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Aviation1-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:21:\"Aviation1-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Aviation1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"Aviation1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(100,45,'_wp_attached_file','2015/03/DavidUlane-HeadShot1.jpg'),(101,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:931;s:6:\"height\";i:868;s:4:\"file\";s:32:\"2015/03/DavidUlane-HeadShot1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DavidUlane-HeadShot1-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:32:\"DavidUlane-HeadShot1-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"DavidUlane-HeadShot1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:32:\"DavidUlane-HeadShot1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1323960377;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(102,46,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot.jpg'),(103,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2500;s:4:\"file\";s:34:\"2015/03/KandaceHarvey-HeadShot.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"KandaceHarvey-HeadShot-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:34:\"KandaceHarvey-HeadShot-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"KandaceHarvey-HeadShot-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"KandaceHarvey-HeadShot-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"KandaceHarvey-HeadShot-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(104,47,'_wp_attached_file','2015/03/DavidUlane-HeadShot-200x2501.jpg'),(105,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:250;s:4:\"file\";s:40:\"2015/03/DavidUlane-HeadShot-200x2501.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"DavidUlane-HeadShot-200x2501-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:40:\"DavidUlane-HeadShot-200x2501-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1323960377;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(106,48,'_wp_attached_file','2015/03/WSAALogo1a1.png'),(107,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:218;s:4:\"file\";s:23:\"2015/03/WSAALogo1a1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"WSAALogo1a1-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:22:\"WSAALogo1a1-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"WSAALogo1a1-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"WSAALogo1a1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(108,49,'_wp_attached_file','2015/03/WSAALogo1b1.png'),(109,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:364;s:6:\"height\";i:109;s:4:\"file\";s:23:\"2015/03/WSAALogo1b1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"WSAALogo1b1-150x109.png\";s:5:\"width\";i:150;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"WSAALogo1b1-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"WSAALogo1b1-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"WSAALogo1b1-272x109.png\";s:5:\"width\";i:272;s:6:\"height\";i:109;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;}}'),(110,50,'_wp_attached_file','2015/03/WSAALogo2.png'),(111,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:257;s:4:\"file\";s:21:\"2015/03/WSAALogo2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"WSAALogo2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"WSAALogo2-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(112,51,'_wp_attached_file','2015/03/WSAALogo2a1.png'),(113,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:472;s:4:\"file\";s:23:\"2015/03/WSAALogo2a1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"WSAALogo2a1-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:23:\"WSAALogo2a1-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"WSAALogo2a1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"WSAALogo2a1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(114,52,'_wp_attached_file','2015/03/WSAALogo3.png'),(115,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:121;s:4:\"file\";s:21:\"2015/03/WSAALogo3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"WSAALogo3-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;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;}}'),(116,53,'_wp_attached_file','2015/03/WSAALogo3a1.png'),(117,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:484;s:6:\"height\";i:422;s:4:\"file\";s:23:\"2015/03/WSAALogo3a1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"WSAALogo3a1-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:23:\"WSAALogo3a1-300x262.png\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"WSAALogo3a1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"WSAALogo3a1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(118,54,'_wp_attached_file','2015/03/CessnaAircraft.jpg'),(119,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:225;s:4:\"file\";s:26:\"2015/03/CessnaAircraft.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"CessnaAircraft-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:26:\"CessnaAircraft-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"CessnaAircraft-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"CessnaAircraft-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(120,55,'_wp_attached_file','2015/03/WSAALogo1cx.png'),(121,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:76;s:4:\"file\";s:23:\"2015/03/WSAALogo1cx.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1cx-150x76.png\";s:5:\"width\";i:150;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"WSAALogo1cx-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSAALogo1cx-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"WSAALogo1cx-272x76.png\";s:5:\"width\";i:272;s:6:\"height\";i:76;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;}}'),(122,55,'_wp_attachment_image_alt','WSAA Logo'),(123,55,'_wp_attachment_custom_header_last_used_devdmbootstrap3','1426450546'),(124,55,'_wp_attachment_is_custom_header','devdmbootstrap3'),(125,56,'_wpas_done_all','1'),(126,56,'_menu_item_type','custom'),(127,56,'_menu_item_menu_item_parent','0'),(128,56,'_menu_item_object_id','56'),(129,56,'_menu_item_object','custom'),(130,56,'_menu_item_target',''),(131,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(132,56,'_menu_item_xfn',''),(133,56,'_menu_item_url','#'),(134,57,'_wpas_done_all','1'),(135,57,'_menu_item_type','custom'),(136,57,'_menu_item_menu_item_parent','0'),(137,57,'_menu_item_object_id','57'),(138,57,'_menu_item_object','custom'),(139,57,'_menu_item_target',''),(140,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(141,57,'_menu_item_xfn',''),(142,57,'_menu_item_url','#'),(152,59,'_wp_attached_file','2015/03/Aviation-1600x1053.jpg'),(153,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1053;s:4:\"file\";s:30:\"2015/03/Aviation-1600x1053.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Aviation-1600x1053-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:30:\"Aviation-1600x1053-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Aviation-1600x1053-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Aviation-1600x1053-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:30:\"Aviation-1600x1053-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(154,59,'_wp_attachment_is_custom_background','devdmbootstrap3'),(155,59,'_wp_attachment_image_alt','Aviation background'),(156,81,'_wp_attached_file','2015/03/WSAALogo1cx-300x100.jpg'),(157,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:31:\"2015/03/WSAALogo1cx-300x100.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-272x100.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:100;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;}}'),(158,81,'_wp_attachment_image_alt','WSAA Logo'),(159,81,'_wp_attachment_custom_header_last_used_devdmbootstrap3-child','1426460582'),(160,81,'_wp_attachment_is_custom_header','devdmbootstrap3-child'),(161,82,'_wp_attached_file','2015/03/Aviation-1600x1053-25pct.jpg'),(162,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1053;s:4:\"file\";s:36:\"2015/03/Aviation-1600x1053-25pct.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-25pct-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:36:\"Aviation-1600x1053-25pct-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Aviation-1600x1053-25pct-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-25pct-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-25pct-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(163,82,'_wp_attachment_image_alt','Aviation background'),(164,83,'_wp_attached_file','2015/03/Aviation-1200x790-20pct-Q20.jpg'),(165,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:790;s:4:\"file\";s:39:\"2015/03/Aviation-1200x790-20pct-Q20.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Aviation-1200x790-20pct-Q20-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:39:\"Aviation-1200x790-20pct-Q20-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Aviation-1200x790-20pct-Q20-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Aviation-1200x790-20pct-Q20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:39:\"Aviation-1200x790-20pct-Q20-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(166,83,'_wp_attachment_image_alt','Aviation background'),(167,84,'_wp_attached_file','2015/03/Aviation-1600x1053-20pct.jpg'),(168,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1053;s:4:\"file\";s:36:\"2015/03/Aviation-1600x1053-20pct.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-20pct-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:36:\"Aviation-1600x1053-20pct-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Aviation-1600x1053-20pct-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-20pct-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:36:\"Aviation-1600x1053-20pct-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(169,84,'_wp_attachment_image_alt','Aviation background'),(170,84,'_wp_attachment_is_custom_background','devdmbootstrap3-child'),(171,85,'_wp_attached_file','2015/03/Aviation-1600x1053-20pct-Q20.jpg'),(172,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1053;s:4:\"file\";s:40:\"2015/03/Aviation-1600x1053-20pct-Q20.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Aviation-1600x1053-20pct-Q20-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:40:\"Aviation-1600x1053-20pct-Q20-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Aviation-1600x1053-20pct-Q20-1024x674.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Aviation-1600x1053-20pct-Q20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:40:\"Aviation-1600x1053-20pct-Q20-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(173,85,'_wp_attachment_image_alt','Aviation background'),(174,85,'_wp_attachment_is_custom_background','devdmbootstrap3'),(175,86,'_wp_attached_file','2015/03/WSAALogo1cx-300x100.gif'),(176,86,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:31:\"2015/03/WSAALogo1cx-300x100.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-300x100.gif\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-300x100.gif\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"WSAALogo1cx-300x100-272x100.gif\";s:5:\"width\";i:272;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(177,86,'_wp_attachment_image_alt','WSAA Logo'),(178,86,'_wp_attachment_custom_header_last_used_devdmbootstrap3-child','1426461836'),(179,86,'_wp_attachment_is_custom_header','devdmbootstrap3'),(180,87,'_wp_attached_file','2015/03/WarrenHendrickson-HeadShot-125x156.jpg'),(181,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:46:\"2015/03/WarrenHendrickson-HeadShot-125x156.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"WarrenHendrickson-HeadShot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;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;}}'),(182,87,'_wp_attachment_image_alt','Warren Hendrickson'),(183,88,'_wp_attached_file','2015/03/DavidUlane-HeadShot-125x156.jpg'),(184,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:39:\"2015/03/DavidUlane-HeadShot-125x156.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"DavidUlane-HeadShot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS-1D Mark IV\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1323960377;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(185,88,'_wp_attachment_image_alt','David Ulane'),(493,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:42:\"2015/03/KandaceHarvey-HeadShot-125x156.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"KandaceHarvey-HeadShot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;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;}}'),(492,267,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-125x156.jpg'),(189,90,'_wp_attached_file','2015/03/TristanAtkins-HeadShot-125x156.jpg'),(190,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:42:\"2015/03/TristanAtkins-HeadShot-125x156.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"TristanAtkins-HeadShot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;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;}}'),(191,90,'_wp_attachment_image_alt','Tristan Atkins'),(192,110,'_wp_attached_file','2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf'),(193,111,'_wp_attached_file','2015/03/Umbrella-of-Strength-24Feb2015.pdf'),(194,112,'_wp_attached_file','2015/03/WSAA-Bylaws-REVISED-25Feb2015.pdf'),(195,113,'_wp_attached_file','2015/03/WSAA-Mission-Statement-5Dec2014.pdf'),(196,114,'_wp_attached_file','2015/03/WSAA-White-Paper-FINAL-2Jan2015.pdf'),(197,2,'_wp_page_template','default'),(198,115,'_wpas_done_all','1'),(199,115,'_edit_last','5'),(200,115,'_wp_page_template','default'),(201,115,'_wpas_done_all','1'),(426,182,'_wp_attached_file','2015/03/WSDOTAviation-logo.gif'),(425,181,'custom_css_preprocessor',''),(424,181,'content_width',''),(423,181,'custom_css_add','yes'),(422,181,'_wpas_done_all','1'),(211,117,'_wpas_done_all','1'),(212,117,'_wpas_done_all','1'),(213,117,'_edit_last','5'),(214,118,'_wpas_done_all','1'),(215,118,'_menu_item_type','post_type'),(216,118,'_menu_item_menu_item_parent','56'),(217,118,'_menu_item_object_id','115'),(218,118,'_menu_item_object','page'),(219,118,'_menu_item_target',''),(220,118,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(221,118,'_menu_item_xfn',''),(222,118,'_menu_item_url',''),(882,485,'_wp_attached_file','2015/03/Aviation-Alliance-trifold.pdf'),(232,61,'_wpas_done_all','1'),(233,61,'_wpas_done_all','1'),(234,61,'_edit_last','4'),(235,63,'_wpas_done_all','1'),(236,63,'_wpas_done_all','1'),(237,63,'_edit_last','5'),(238,65,'_wpas_done_all','1'),(239,65,'_wpas_done_all','1'),(240,65,'_edit_last','4'),(241,67,'_wpas_done_all','1'),(242,67,'_edit_last','5'),(243,67,'_wpas_done_all','1'),(244,69,'_wpas_done_all','1'),(245,69,'_edit_last','5'),(246,69,'_wpas_done_all','1'),(247,71,'_wpas_done_all','1'),(248,71,'_edit_last','2'),(249,71,'_wpas_done_all','1'),(250,120,'_wpas_done_all','1'),(251,120,'_menu_item_type','post_type'),(252,120,'_menu_item_menu_item_parent','56'),(253,120,'_menu_item_object_id','61'),(254,120,'_menu_item_object','page'),(255,120,'_menu_item_target',''),(256,120,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(257,120,'_menu_item_xfn',''),(258,120,'_menu_item_url',''),(259,121,'_wpas_done_all','1'),(260,121,'_menu_item_type','post_type'),(261,121,'_menu_item_menu_item_parent','56'),(262,121,'_menu_item_object_id','71'),(263,121,'_menu_item_object','page'),(264,121,'_menu_item_target',''),(265,121,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(266,121,'_menu_item_xfn',''),(267,121,'_menu_item_url',''),(268,122,'_wpas_done_all','1'),(269,122,'_menu_item_type','post_type'),(270,122,'_menu_item_menu_item_parent','56'),(271,122,'_menu_item_object_id','69'),(272,122,'_menu_item_object','page'),(273,122,'_menu_item_target',''),(274,122,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(275,122,'_menu_item_xfn',''),(276,122,'_menu_item_url',''),(277,123,'_wpas_done_all','1'),(278,123,'_menu_item_type','post_type'),(279,123,'_menu_item_menu_item_parent','56'),(280,123,'_menu_item_object_id','67'),(281,123,'_menu_item_object','page'),(282,123,'_menu_item_target',''),(283,123,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(284,123,'_menu_item_xfn',''),(285,123,'_menu_item_url',''),(286,124,'_wpas_done_all','1'),(287,124,'_menu_item_type','post_type'),(288,124,'_menu_item_menu_item_parent','56'),(289,124,'_menu_item_object_id','65'),(290,124,'_menu_item_object','page'),(291,124,'_menu_item_target',''),(292,124,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(293,124,'_menu_item_xfn',''),(294,124,'_menu_item_url',''),(295,125,'_wpas_done_all','1'),(296,125,'_menu_item_type','post_type'),(297,125,'_menu_item_menu_item_parent','56'),(298,125,'_menu_item_object_id','63'),(299,125,'_menu_item_object','page'),(300,125,'_menu_item_target',''),(301,125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(302,125,'_menu_item_xfn',''),(303,125,'_menu_item_url',''),(304,126,'_wpas_done_all','1'),(305,126,'_edit_last','5'),(306,126,'_wpas_done_all','1'),(307,126,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(308,127,'_wpas_done_all','1'),(309,127,'_menu_item_type','post_type'),(310,127,'_menu_item_menu_item_parent','0'),(311,127,'_menu_item_object_id','126'),(312,127,'_menu_item_object','page'),(313,127,'_menu_item_target',''),(314,127,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(315,127,'_menu_item_xfn',''),(316,127,'_menu_item_url',''),(319,128,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:33:\"[your-name] <president@wsaa.aero>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Washington State Aviation Alliance (http://www.wsaa.aero)\";s:9:\"recipient\";s:19:\"president@wsaa.aero\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(320,128,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:56:\"Washington State Aviation Alliance <wordpress@wsaa.aero>\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Washington State Aviation Alliance (http://www.wsaa.aero)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:26:\"Reply-To: runamuk0@msn.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(321,128,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(322,128,'_additional_settings',''),(323,128,'_locale','en_US'),(324,126,'_edit_lock','1461865284:5'),(325,86,'_wp_attachment_custom_header_last_used_devdmbootstrap3','1426480945'),(326,117,'_edit_lock','1433891250:5'),(327,117,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(328,117,'_yoast_wpseo_focuskw','washington state,aviation,alliance'),(329,117,'_yoast_wpseo_linkdex','26'),(883,487,'_wp_attached_file','2015/03/Umbrella.pdf'),(884,489,'_wp_attached_file','2015/03/Umbrella1.pdf'),(951,517,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(901,495,'_menu_item_menu_item_parent','0'),(900,495,'_menu_item_type','post_type'),(949,517,'_edit_lock','1457309831:2'),(950,517,'_edit_last','2'),(902,495,'_menu_item_object_id','295'),(903,495,'_menu_item_object','page'),(904,495,'_menu_item_target',''),(905,495,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(906,495,'_menu_item_xfn',''),(907,495,'_menu_item_url',''),(908,495,'_menu_item_orphaned','1452809356'),(909,496,'_menu_item_type','post_type'),(910,496,'_menu_item_menu_item_parent','0'),(911,496,'_menu_item_object_id','295'),(912,496,'_menu_item_object','page'),(913,496,'_menu_item_target',''),(914,496,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(915,496,'_menu_item_xfn',''),(916,496,'_menu_item_url',''),(917,496,'_menu_item_orphaned','1452809479'),(918,497,'_edit_lock','1452809817:5'),(919,497,'_edit_last','5'),(920,498,'_wp_attached_file','2016/01/Airport-Awareness-Day-2016-Brochure.pdf'),(921,497,'_wpas_done_all','1'),(922,497,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(923,500,'_menu_item_type','post_type'),(924,500,'_menu_item_menu_item_parent','310'),(925,500,'_menu_item_object_id','497'),(926,500,'_menu_item_object','page'),(927,500,'_menu_item_target',''),(928,500,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(929,500,'_menu_item_xfn',''),(930,500,'_menu_item_url',''),(932,500,'_wpas_done_all','1'),(990,577,'_wpas_done_all','1'),(966,563,'_wpas_done_all','1'),(953,519,'_tablepress_table_options','{\"last_editor\":2,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":true,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":true,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(964,563,'_edit_lock','1461798367:5'),(965,563,'_edit_last','5'),(952,519,'_wpas_done_all','1'),(969,563,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(943,507,'_edit_lock','1455561589:5'),(944,507,'_edit_last','5'),(945,507,'_wpas_done_all','1'),(948,507,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(954,519,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1,1,1,1,1,1,1,1]}'),(955,529,'_wp_attached_file','2016/03/WA-State-Airport-Restaurants-9Feb2016.xlsx'),(956,530,'_wp_attached_file','2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf'),(957,517,'_wpas_done_all','1'),(985,569,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(993,577,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(988,577,'_edit_lock','1464914997:5'),(979,567,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(980,569,'_edit_lock','1461798853:5'),(981,569,'_edit_last','5'),(982,569,'_wpas_done_all','1'),(996,582,'_edit_lock','1479521745:5'),(989,577,'_edit_last','5'),(974,567,'_edit_lock','1461865245:5'),(975,567,'_edit_last','5'),(976,567,'_wpas_done_all','1'),(331,63,'_edit_lock','1435707552:5'),(332,71,'_edit_lock','1438654648:2'),(333,133,'_edit_lock','1427668841:4'),(334,133,'_edit_last','2'),(335,133,'_wpas_done_all','1'),(336,133,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(337,135,'_edit_lock','1427668928:4'),(338,135,'_edit_last','2'),(339,135,'_wpas_done_all','1'),(340,135,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(361,140,'_wp_attached_file','2015/03/USPA-logo.jpg'),(362,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2015/03/USPA-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"USPA-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"USPA-logo-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;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;}}'),(363,141,'_wp_attached_file','2015/03/SnohomishEAA-logo.jpg'),(364,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:207;s:4:\"file\";s:29:\"2015/03/SnohomishEAA-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SnohomishEAA-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"SnohomishEAA-logo-206x182.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:182;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;}}'),(365,142,'_wp_attached_file','2015/03/WPA-logo.jpg'),(366,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:121;s:4:\"file\";s:20:\"2015/03/WPA-logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"WPA-logo-150x121.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"WPA-logo-300x77.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"WPA-logo-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"WPA-logo-272x121.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:121;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;}}'),(367,143,'_wp_attached_file','2015/03/WSCAA-logo.jpg'),(368,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:754;s:6:\"height\";i:381;s:4:\"file\";s:22:\"2015/03/WSCAA-logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WSCAA-logo-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:22:\"WSCAA-logo-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"WSCAA-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"WSCAA-logo-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(369,144,'_wp_attached_file','2015/03/AOPA-logo.jpg'),(370,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:134;s:6:\"height\";i:74;s:4:\"file\";s:21:\"2015/03/AOPA-logo.jpg\";s:5:\"sizes\";a:0:{}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;}}'),(371,145,'_wp_attached_file','2015/03/WAMA-logo.jpg'),(372,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:559;s:6:\"height\";i:379;s:4:\"file\";s:21:\"2015/03/WAMA-logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"WAMA-logo-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:21:\"WAMA-logo-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"WAMA-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"WAMA-logo-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(373,146,'_wp_attached_file','2015/03/PNBAA-logo.jpg'),(374,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:143;s:4:\"file\";s:22:\"2015/03/PNBAA-logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"PNBAA-logo-150x143.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"PNBAA-logo-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"PNBAA-logo-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"PNBAA-logo-272x143.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:143;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;}}'),(375,146,'_wp_attachment_image_alt','PNBAA-logo'),(376,145,'_wp_attachment_image_alt','WAMA-logo'),(377,144,'_wp_attachment_image_alt','AOPA-logo'),(378,143,'_wp_attachment_image_alt','WSCAA-logo'),(379,142,'_wp_attachment_image_alt','WPA-logo'),(380,141,'_wp_attachment_image_alt','SnohomishEAA-logo'),(381,140,'_wp_attachment_image_alt','USPA-logo'),(382,148,'_wp_attached_file','2015/03/AOPA-logo.png'),(383,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:134;s:6:\"height\";i:74;s:4:\"file\";s:21:\"2015/03/AOPA-logo.png\";s:5:\"sizes\";a:0:{}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;}}'),(384,152,'_wp_attached_file','2015/03/WAMA-logo.png'),(385,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:559;s:6:\"height\";i:379;s:4:\"file\";s:21:\"2015/03/WAMA-logo.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"WAMA-logo-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:\"WAMA-logo-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"WAMA-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"WAMA-logo-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(388,115,'_edit_lock','1462041304:2'),(389,115,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(390,157,'_wp_attached_file','2015/03/LesSmith-Headshot-125x156.jpg'),(391,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:37:\"2015/03/LesSmith-Headshot-125x156.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"LesSmith-Headshot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.2999999999999998;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1381421673;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"220\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(392,158,'_wp_attached_file','2015/03/LesSmith-Headshot.jpg'),(393,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:1471;s:4:\"file\";s:29:\"2015/03/LesSmith-Headshot.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"LesSmith-Headshot-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:29:\"LesSmith-Headshot-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"LesSmith-Headshot-767x1024.jpg\";s:5:\"width\";i:767;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"LesSmith-Headshot-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"LesSmith-Headshot-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.2999999999999998;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1381421673;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"220\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(394,157,'_wp_attachment_image_alt','Les Smith'),(395,148,'_wp_attachment_image_alt','AOPA logo'),(396,61,'_edit_lock','1427409286:4'),(397,61,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(398,65,'_edit_lock','1427409297:4'),(399,65,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(400,176,'_wpas_done_all','1'),(401,176,'_form','<p>Organization Name (required)<br />\n [text* organization-name] </p>\n\n<p>Organization Phone (required)<br />\n [tel* organization-phone] </p>\n\n<p>Organization Address (required)<br />\n [text* organization-address] </p>\n\n<p>Organization Website (required)<br />\n [url* organization-website] </p>\n\n<p>Membership Category<br />\n [radio membership-category class:radio use_label_element \"Voting Membership\" \"Washington State Legislature-enacted Organizations with an Aviation Component\" \"Non-Voting Membership\" \"Associate Membership\" \"Interested Persons (No dues)\"] </p>\n\n<p>Delegate Name (required)<br />\n [text* delegate-name] </p>\n\n<p>Delegate Phone (required)<br />\n [tel* delegate-phone] </p>\n\n<p>Delegate Address (required)<br />\n [text* delegate-address] </p>\n\n<p>Delegate Email (required)<br />\n [email* delegate-email] </p>\n\n<p>Billing Address (required)<br />\n [text* billing-address] </p>\n\n<p>Billing Email (required)<br />\n [email* billing-email] </p>\n\n<p>Delegate Signature (required)<br />\n [text* delegate-signature] </p>\n\n<p>Date (required)<br />\n [date* membership-date] </p>\n\n\n<p>[submit \"Send\"]</p>'),(402,176,'_mail','a:8:{s:7:\"subject\";s:27:\"Membership Application Form\";s:6:\"sender\";s:34:\"[delegate-name] <[delegate-email]>\";s:4:\"body\";s:781:\"From: [delegate-name] <[delegate-email]>\nSubject: Membership Application Form\n\n<p>Organization Name: [organization-name] </p>\n\n<p>Organization Phone: [organization-phone] </p>\n\n<p>Organization Address: [organization-address] </p>\n\n<p>Organization Website: [organization-website] </p>\n\n<p>Membership Category: [membership-category] </p>\n\n<p>Delegate Name: [delegate-name] </p>\n\n<p>Delegate Phone: [delegate-phone] </p>\n\n<p>Delegate Address: [delegate-address] </p>\n\n<p>Delegate Email: [delegate-email] </p>\n\n<p>Billing Address: [billing-address] </p>\n\n<p>Billing Email: [billing-email] </p>\n\n<p>Delegate Signature: [delegate-signature] </p>\n\n<p>Date: [membership-date] </p>\n\n--\nThis e-mail was sent from a membership form on Washington State Aviation Alliance (http://www.wsaa.aero)\";s:9:\"recipient\";s:19:\"president@wsaa.aero\";s:18:\"additional_headers\";s:26:\"Reply-To: [delegate-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(403,176,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:56:\"Washington State Aviation Alliance <webmaster@wsaa.aero>\";s:4:\"body\";s:134:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Washington State Aviation Alliance (http://www.wsaa.aero)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: webmaster@wsaa.aero\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(404,176,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(405,176,'_additional_settings',''),(406,176,'_locale','en_US'),(407,63,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(408,178,'_edit_lock','1462460531:2'),(409,178,'_edit_last','4'),(410,178,'_wpas_done_all','1'),(411,178,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(412,180,'_menu_item_type','post_type'),(413,180,'_menu_item_menu_item_parent','0'),(414,180,'_menu_item_object_id','178'),(415,180,'_menu_item_object','page'),(416,180,'_menu_item_target',''),(417,180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(418,180,'_menu_item_xfn',''),(419,180,'_menu_item_url',''),(421,180,'_wpas_done_all','1'),(427,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:31;s:4:\"file\";s:30:\"2015/03/WSDOTAviation-logo.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"WSDOTAviation-logo-150x31.gif\";s:5:\"width\";i:150;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(428,182,'_wp_attachment_image_alt','WSDOT Aviation logo'),(429,184,'_edit_last','5'),(430,184,'_wpas_done_all','1'),(431,184,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(432,184,'_edit_lock','1435707740:5'),(433,186,'_edit_last','5'),(434,186,'_wpas_done_all','1'),(435,186,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(436,186,'_edit_lock','1435707987:5'),(437,188,'_edit_last','5'),(438,188,'_wpas_done_all','1'),(439,188,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(440,188,'_edit_lock','1456977638:5'),(441,190,'_edit_last','2'),(442,190,'_wpas_done_all','1'),(443,190,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(444,190,'_edit_lock','1427412534:2'),(495,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2500;s:4:\"file\";s:44:\"2015/03/KandaceHarvey-HeadShot-2000x2500.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"KandaceHarvey-HeadShot-2000x2500-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:44:\"KandaceHarvey-HeadShot-2000x2500-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"KandaceHarvey-HeadShot-2000x2500-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"KandaceHarvey-HeadShot-2000x2500-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:44:\"KandaceHarvey-HeadShot-2000x2500-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(494,268,'_wp_attached_file','2015/03/KandaceHarvey-HeadShot-2000x2500.jpg'),(454,193,'_menu_item_type','post_type'),(455,193,'_menu_item_menu_item_parent','57'),(456,193,'_menu_item_object_id','188'),(457,193,'_menu_item_object','page'),(458,193,'_menu_item_target',''),(459,193,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(460,193,'_menu_item_xfn',''),(461,193,'_menu_item_url',''),(483,193,'_wpas_done_all','1'),(463,194,'_menu_item_type','post_type'),(464,194,'_menu_item_menu_item_parent','57'),(465,194,'_menu_item_object_id','186'),(466,194,'_menu_item_object','page'),(467,194,'_menu_item_target',''),(468,194,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(469,194,'_menu_item_xfn',''),(470,194,'_menu_item_url',''),(482,194,'_wpas_done_all','1'),(472,195,'_menu_item_type','post_type'),(473,195,'_menu_item_menu_item_parent','57'),(474,195,'_menu_item_object_id','184'),(475,195,'_menu_item_object','page'),(476,195,'_menu_item_target',''),(477,195,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(478,195,'_menu_item_xfn',''),(479,195,'_menu_item_url',''),(481,195,'_wpas_done_all','1'),(485,71,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(486,230,'_wp_attached_file','2015/03/DavidKetchum-Headshot-125x156.jpg'),(487,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:156;s:4:\"file\";s:41:\"2015/03/DavidKetchum-Headshot-125x156.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"DavidKetchum-Headshot-125x156-125x150.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:10;s:6:\"credit\";s:12:\"Bruce Redman\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1354209585;s:9:\"copyright\";s:38:\"Copyright:Bruce Redman Photography LLC\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(488,231,'_wp_attached_file','2015/03/David-Ketchum_154.jpg'),(489,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3744;s:6:\"height\";i:5616;s:4:\"file\";s:29:\"2015/03/David-Ketchum_154.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"David-Ketchum_154-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:29:\"David-Ketchum_154-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"David-Ketchum_154-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"David-Ketchum_154-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"David-Ketchum_154-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:10;s:6:\"credit\";s:12:\"Bruce Redman\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1354209585;s:9:\"copyright\";s:38:\"Copyright:Bruce Redman Photography LLC\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(496,269,'_wp_attached_file','2015/03/WSAALogo1-300x100.png'),(497,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:29:\"2015/03/WSAALogo1-300x100.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"WSAALogo1-300x100-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"WSAALogo1-300x100-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"WSAALogo1-300x100-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"WSAALogo1-300x100-272x100.png\";s:5:\"width\";i:272;s:6:\"height\";i:100;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;}}'),(498,269,'_wp_attachment_image_alt','WSAA Logo'),(499,269,'_wp_attachment_custom_header_last_used_devdmbootstrap3','1427676597'),(500,269,'_wp_attachment_is_custom_header','devdmbootstrap3'),(501,270,'_wp_attached_file','2015/03/WSAALogo1a-300x100.png'),(502,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:30:\"2015/03/WSAALogo1a-300x100.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"WSAALogo1a-300x100-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"WSAALogo1a-300x100-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"WSAALogo1a-300x100-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:30:\"WSAALogo1a-300x100-272x100.png\";s:5:\"width\";i:272;s:6:\"height\";i:100;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;}}'),(503,270,'_wp_attachment_image_alt','WSAA Logo'),(504,270,'_wp_attachment_custom_header_last_used_devdmbootstrap3','1427676902'),(505,270,'_wp_attachment_is_custom_header','devdmbootstrap3'),(506,69,'_edit_lock','1447962975:5'),(507,69,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(517,291,'_wp_attached_file','2015/05/WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015.jpg'),(518,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1830;s:6:\"height\";i:864;s:4:\"file\";s:60:\"2015/05/WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015-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:60:\"WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015-1024x483.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:60:\"WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:60:\"WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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:5:\"Print\";s:11:\"orientation\";i:1;}}'),(514,67,'_edit_lock','1447964637:5'),(515,67,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(519,292,'_wp_attached_file','2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015.jpg'),(520,292,'_wp_attachment_context','custom-header'),(521,292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:708;s:4:\"file\";s:68:\"2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:68:\"cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015-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:68:\"cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:69:\"cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015-1024x483.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:68:\"cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:68:\"cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(525,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:100;s:4:\"file\";s:61:\"2015/05/WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;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:5:\"Print\";s:11:\"orientation\";i:1;}}'),(524,293,'_wp_attached_file','2015/05/WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg'),(526,294,'_wp_attached_file','2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg'),(527,294,'_wp_attachment_context','custom-header'),(528,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:100;s:4:\"file\";s:69:\"2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;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;}}'),(529,294,'_wp_attachment_custom_header_last_used_devdmbootstrap3','1431705408'),(530,294,'_wp_attachment_is_custom_header','devdmbootstrap3'),(531,295,'_edit_lock','1461797620:5'),(532,295,'_edit_last','5'),(659,341,'_wp_attached_file','2015/05/Aviation-Alliance-Brochure-12May2015.pdf'),(534,295,'_wpas_done_all','1'),(535,295,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(723,386,'_edit_lock','1440857240:5'),(724,388,'_edit_last','5'),(734,392,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(733,392,'_wpas_done_all','1'),(732,392,'_edit_last','5'),(731,390,'_edit_lock','1438381693:5'),(730,390,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(729,390,'_wpas_done_all','1'),(728,390,'_edit_last','5'),(727,388,'_edit_lock','1461798946:5'),(726,388,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(725,388,'_wpas_done_all','1'),(722,386,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(721,386,'_wpas_done_all','1'),(720,386,'_edit_last','5'),(899,494,'_menu_item_orphaned','1452809306'),(898,494,'_menu_item_url',''),(897,494,'_menu_item_xfn',''),(896,494,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(895,494,'_menu_item_target',''),(894,494,'_menu_item_object','page'),(893,494,'_menu_item_object_id','295'),(891,494,'_menu_item_type','post_type'),(892,494,'_menu_item_menu_item_parent','0'),(709,380,'_edit_last','2'),(710,380,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(708,380,'_edit_lock','1436327727:2'),(705,366,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(589,310,'_menu_item_type','taxonomy'),(590,310,'_menu_item_menu_item_parent','0'),(591,310,'_menu_item_object_id','4'),(592,310,'_menu_item_object','category'),(593,310,'_menu_item_target',''),(594,310,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(595,310,'_menu_item_xfn',''),(596,310,'_menu_item_url',''),(598,310,'_wpas_done_all','1'),(599,311,'_edit_lock','1433887569:5'),(600,311,'_edit_last','5'),(601,311,'_wpas_done_all','1'),(615,316,'_edit_last','5'),(604,311,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(616,316,'_edit_lock','1433886699:5'),(617,316,'_wpas_done_all','1'),(627,321,'_wp_attached_file','2015/03/WSAA-Brochure-Updated-with-GA-May-12-2015.pdf'),(620,316,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(628,25,'_wpas_done_all','1'),(629,25,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(642,331,'_wp_attached_file','2015/05/Newsbrief-WSAA-Formation2.pdf'),(702,366,'_wpas_done_all','1'),(701,366,'_edit_lock','1438736998:5'),(700,366,'_edit_last','5'),(667,344,'_edit_last','5'),(668,344,'_edit_lock','1433886548:5'),(669,344,'_wpas_done_all','1'),(687,364,'_menu_item_object_id','5'),(672,344,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(688,364,'_menu_item_object','category'),(685,364,'_menu_item_type','taxonomy'),(686,364,'_menu_item_menu_item_parent','0'),(689,364,'_menu_item_target',''),(690,364,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(691,364,'_menu_item_xfn',''),(692,364,'_menu_item_url',''),(694,364,'_wpas_done_all','1'),(868,460,'_wp_attached_file','2015/08/UmbrellaVector-on-white.png'),(869,460,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1343;s:6:\"height\";i:1546;s:4:\"file\";s:35:\"2015/08/UmbrellaVector-on-white.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"UmbrellaVector-on-white-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:35:\"UmbrellaVector-on-white-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"UmbrellaVector-on-white-890x1024.png\";s:5:\"width\";i:890;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"UmbrellaVector-on-white-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"UmbrellaVector-on-white-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(870,462,'_wp_attached_file','2015/03/UmbrellaVector.png'),(871,462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2350;s:6:\"height\";i:2705;s:4:\"file\";s:26:\"2015/03/UmbrellaVector.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"UmbrellaVector-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:26:\"UmbrellaVector-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"UmbrellaVector-890x1024.png\";s:5:\"width\";i:890;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"UmbrellaVector-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"UmbrellaVector-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(872,464,'_wp_attached_file','2015/03/UmbrellaVector-1.png'),(873,464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2350;s:6:\"height\";i:2705;s:4:\"file\";s:28:\"2015/03/UmbrellaVector-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"UmbrellaVector-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:28:\"UmbrellaVector-1-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"UmbrellaVector-1-890x1024.png\";s:5:\"width\";i:890;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"UmbrellaVector-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"UmbrellaVector-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(874,472,'_edit_last','5'),(875,472,'_edit_lock','1441753206:5'),(876,472,'_wpas_done_all','1'),(880,478,'_wp_attached_file','2015/03/Umbrella1.jpg'),(879,472,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(881,478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1348;s:6:\"height\";i:1561;s:4:\"file\";s:21:\"2015/03/Umbrella1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Umbrella1-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:21:\"Umbrella1-259x300.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Umbrella1-884x1024.jpg\";s:5:\"width\";i:884;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Umbrella1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"Umbrella1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;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;}}'),(754,402,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; 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 `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=586 DEFAULT CHARSET=utf8; 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 (2,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','open','open','','sample-page','','','2015-03-14 16:00:29','2015-03-14 23:00:29','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=2',0,'page','',0),(4,1,'2015-03-13 21:00:04','2015-03-13 21:00:04','','Aviation','','inherit','open','open','','aviation','','','2015-03-13 21:00:04','2015-03-13 21:00:04','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation.jpg',0,'attachment','image/jpeg',0),(5,1,'2015-03-13 15:47:17','2015-03-13 22:47:17','','Washington State Aviation Alliance','','publish','open','open','','washington-state-aviation-alliance','','','2015-03-14 16:54:59','2015-03-14 23:54:59','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=5',0,'page','',0),(24,2,'2015-03-14 16:54:59','2015-03-14 23:54:59','','Washington State Aviation Alliance','','inherit','open','open','','5-revision-v1','','','2015-03-14 16:54:59','2015-03-14 23:54:59','',5,'http://03c1a29.netsolhost.com/wordpress1/?p=24',0,'revision','',0),(6,1,'2015-03-13 15:47:17','2015-03-13 22:47:17','A collective voice for aviation and airport‐related organizations in the state of Washington.','Washington State Aviation Alliance','','inherit','open','open','','5-revision-v1','','','2015-03-13 15:47:17','2015-03-13 22:47:17','',5,'http://03c1a29.netsolhost.com/wordpress1/?p=6',0,'revision','',0),(403,5,'2015-07-31 15:33:50','2015-07-31 22:33:50','','FAA/WSDOT Aviation','','inherit','closed','open','','402-revision-v1','','','2015-07-31 15:33:50','2015-07-31 22:33:50','',402,'http://03c1a29.netsolhost.com/wordpress1/?p=403',0,'revision','',0),(404,5,'2015-07-31 15:37:01','2015-07-31 22:37:01',' ','','','publish','closed','open','','404','','','2016-01-14 14:17:55','2016-01-14 22:17:55','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=404',26,'nav_menu_item','',0),(405,5,'2015-07-31 15:37:01','2015-07-31 22:37:01',' ','','','publish','closed','open','','405','','','2016-01-14 14:17:55','2016-01-14 22:17:55','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=405',24,'nav_menu_item','',0),(406,5,'2015-07-31 15:37:01','2015-07-31 22:37:01',' ','','','publish','closed','open','','406','','','2016-01-14 14:17:55','2016-01-14 22:17:55','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=406',25,'nav_menu_item','',0),(407,5,'2015-07-31 15:37:01','2015-07-31 22:37:01',' ','','','publish','closed','open','','407','','','2016-01-14 14:17:55','2016-01-14 22:17:55','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=407',22,'nav_menu_item','',0),(408,5,'2015-07-31 15:37:01','2015-07-31 22:37:01',' ','','','publish','closed','open','','408','','','2016-01-14 14:17:55','2016-01-14 22:17:55','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=408',23,'nav_menu_item','',0),(409,5,'2015-07-31 15:37:01','2015-07-31 22:37:01',' ','','','publish','closed','open','','409','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=409',6,'nav_menu_item','',0),(410,5,'2015-07-31 15:37:01','2015-07-31 22:37:01',' ','','','publish','closed','open','','410','','','2016-01-14 14:17:55','2016-01-14 22:17:55','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=410',17,'nav_menu_item','',0),(411,5,'2015-07-31 15:37:01','2015-07-31 22:37:01',' ','','','publish','closed','open','','411','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=411',16,'nav_menu_item','',0),(412,5,'2015-07-31 15:37:01','2015-07-31 22:37:01',' ','','','publish','closed','open','','412','','','2016-01-14 14:17:55','2016-01-14 22:17:55','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=412',21,'nav_menu_item','',0),(11,2,'2015-03-14 15:36:18','2015-03-14 22:36:18','','WSAALogo1a','','inherit','open','open','','wsaalogo1a','','','2015-03-14 15:40:51','2015-03-14 22:40:51','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo1a.png',0,'attachment','image/png',0),(16,2,'2015-03-14 15:41:48','2015-03-14 22:41:48','','WSAALogo1b','','inherit','open','open','','wsaalogo1b','','','2015-03-14 15:41:48','2015-03-14 22:41:48','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo1b.png',0,'attachment','image/png',0),(13,2,'2015-03-14 15:36:20','2015-03-14 22:36:20','','WSAALogo2a','','inherit','open','open','','wsaalogo2a','','','2015-03-14 15:36:20','2015-03-14 22:36:20','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo2a.png',0,'attachment','image/png',0),(15,2,'2015-03-14 15:36:23','2015-03-14 22:36:23','','WSAALogo3a','','inherit','open','open','','wsaalogo3a','','','2015-03-14 15:36:23','2015-03-14 22:36:23','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo3a.png',0,'attachment','image/png',0),(128,2,'2015-03-15 19:57:20','2015-03-16 02:57:20','<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <president@wsaa.aero>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Washington State Aviation Alliance (http://03c1a29.netsolhost.com/wordpress1)\npresident@wsaa.aero\nReply-To: [your-email]\n\n1\n\n\n[your-subject]\nWashington State Aviation Alliance <wordpress@wsaa.aero>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Washington State Aviation Alliance (http://03c1a29.netsolhost.com/wordpress1)\n[your-email]\nReply-To: runamuk0@msn.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Contact form 1','','publish','open','open','','contact-form-1','','','2015-03-26 13:43:42','2015-03-26 20:43:42','',0,'http://03c1a29.netsolhost.com/wordpress1/?post_type=wpcf7_contact_form&p=128',0,'wpcf7_contact_form','',0),(21,2,'2015-03-15 12:54:35','2015-03-15 19:54:35','','KandaceHarvey-HeadShot-100x125','','inherit','open','open','','kandaceharvey-headshot-100x125-2','','','2015-03-15 12:54:35','2015-03-15 19:54:35','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-100x1251.jpg',0,'attachment','image/jpeg',0),(36,2,'2015-03-15 12:54:36','2015-03-15 19:54:36','','KandaceHarvey-HeadShot-200x250','','inherit','open','open','','kandaceharvey-headshot-200x250-2','','','2015-03-15 12:54:36','2015-03-15 19:54:36','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x2501.jpg',0,'attachment','image/jpeg',0),(389,5,'2015-07-31 15:29:51','2015-07-31 22:29:51','','Press Releases','','inherit','closed','open','','388-revision-v1','','','2015-07-31 15:29:51','2015-07-31 22:29:51','',388,'http://03c1a29.netsolhost.com/wordpress1/?p=389',0,'revision','',0),(390,5,'2015-07-31 15:30:03','2015-07-31 22:30:03','','News Archive','','publish','closed','open','','news-archive','','','2015-07-31 15:30:03','2015-07-31 22:30:03','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=390',0,'page','',0),(391,5,'2015-07-31 15:30:03','2015-07-31 22:30:03','','News Archive','','inherit','closed','open','','390-revision-v1','','','2015-07-31 15:30:03','2015-07-31 22:30:03','',390,'http://03c1a29.netsolhost.com/wordpress1/?p=391',0,'revision','',0),(392,5,'2015-07-31 15:30:47','2015-07-31 22:30:47','<a href=\"http://03c1a29.netsolhost.com/wordpress1/?attachment_id=433\" rel=\"attachment wp-att-433\">Newsbrief WSAA Formation</a>\r\n\r\n \r\n\r\n ','History','','publish','closed','open','','history','','','2015-07-31 19:42:37','2015-08-01 02:42:37','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=392',0,'page','',0),(393,5,'2015-07-31 15:30:47','2015-07-31 22:30:47','','History','','inherit','closed','open','','392-revision-v1','','','2015-07-31 15:30:47','2015-07-31 22:30:47','',392,'http://03c1a29.netsolhost.com/wordpress1/?p=393',0,'revision','',0),(394,5,'2015-07-31 15:32:01','2015-07-31 22:32:01','<b><u><span style=\"font-size: 10.0pt; font-family: \'Verdana\',sans-serif; color: blue;\"><a href=\"https://www.rotor.org/Publications/RotorNews/tabid/843/articleType/ArticleView/articleId/7363/AVIATION-SCHOLARSHIPS-YOURS-IS-WAITING.aspx\"><span style=\"color: blue;\">Aviation Scholarships: YOURS Is Waiting!</span></a> </span></u></b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',serif; color: blue;\">\r\n</span><span style=\"font-size: 7.5pt; font-family: \'Verdana\',sans-serif; color: gray;\">Alexandria, Va. -</span><span style=\"font-size: 10.0pt; font-family: \'Verdana\',sans-serif; color: black;\"> Helicopter Foundation International (HFI) is offering up to 19 scholarships to help support students studying to become part of tomorrow\'s vertical-aviation industry. <a href=\"http://www.helicopterfoundation.org/Default.aspx?tabid=1751&language=en-US\" target=\"_blank\"><span style=\"color: blue;\">Apply for YOURS today</span></a>!\r\n<a href=\"https://www.rotor.org/Publications/RotorNews/tabid/843/articleType/ArticleView/articleId/7363/AVIATION-SCHOLARSHIPS-YOURS-IS-WAITING.aspx\"><span style=\"color: blue;\">Read More...</span></a></span>\r\n\r\nAviation Management Scholarships\r\n\r\n<strong>The Thomas Eller Memorial Scholarship.</strong> Up to two scholarships awarded annually to students in aviation management or related undergraduate programs.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Brochure-Thomas_Eller_Memorial_Scholarship-3Dec2014.pdf\">Thomas Eller Memorial Scholarship Brochure</a>\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Thomas_Eller_Memorial_Scholarship%20v2015.pdf\">Thomas Eller Memorial Scholarship Requirements & Application Form</a>\r\n\r\n<strong>Airport Management Internship Grant.</strong> One grant of $1000 offered annually to a member airport to support hiring an intern in support of development of airport professionals.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Airport_Management_Internship_Grantv2015.pdf\">Airport Management Internship Grant Requirements and Application Form</a>\r\n\r\n<strong>Professional Development Grant.</strong> A grant of up to $1000, offered annually, to a management member to assist in furthering their professional development.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Professional_Development_Grant_v2015.pdf\">Professional Development Grant Requirements and Application Form</a>\r\n\r\n<strong>Community Aviation Education Grant.</strong> A grant of up to $500 offered each year to assist in supporting aviation-education activities directed to the general public.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Community_Aviation_Education%20_Grantv2015.pdf\">Community Aviation Education Grant Requirements and Application Form</a>','Scholarships/Grants','','publish','closed','open','','scholarshipsgrants','','','2015-08-08 13:38:16','2015-08-08 20:38:16','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=394',0,'page','',0),(395,5,'2015-07-31 15:32:01','2015-07-31 22:32:01','','Scholarships/Grants','','inherit','closed','open','','394-revision-v1','','','2015-07-31 15:32:01','2015-07-31 22:32:01','',394,'http://03c1a29.netsolhost.com/wordpress1/?p=395',0,'revision','',0),(396,5,'2015-07-31 15:32:26','2015-07-31 22:32:26','<strong>Washington Airports\r\n</strong>\r\n• Port of Bellingham - <a href=\"http://www.portofbellingham.com/\">Bellingham International Airport (BLI)</a>\r\n• Boeing Field, Seattle - <a href=\"http://www.kingcounty.gov/transportation/kcdot/Airport.aspx\">King County International Airport (BFI)</a>\r\n• Port of Benton - <a href=\"http://www.portofbenton.com/\">Richland (RLD) and Prosser (S40) Airports</a>\r\n• Port of Bremerton - <a href=\"http://www.portofbremerton.org/\">Bremerton National Airport (PWT)</a>\r\n• Port of Camas-Washougal - <a href=\"http://www.portcw.com/\">Camas Airport (Grove Field) (WA10)</a>\r\n• Port of Ephrata - <a href=\"http://www.portofephrata.com/\">Ephrata Municipal Airport (EPH)</a>\r\n• Port of Friday Harbor - <a href=\"http://www.portfridayharbor.org/\">Friday Harbor Airport (FHR)</a>\r\n• <a href=\"http://www.harveyfield.com/\">Harvey Field, Snohomish, Washington (S43)</a>\r\n• Port of Moses Lake - <a href=\"http://www.portofmoseslake.com/\">Grant County International Airport (MWH)</a>\r\n• Port of Olympia - <a href=\"http://www.portolympia.com/31/Airport\">Olympia Regional Airport (OLM)</a>\r\n• Port of Pasco - <a href=\"http://www.portofpasco.org/\">Tri-Cities Airport (PSC)</a>\r\n• Port of Port Angeles - <a href=\"http://www.portofpa.com/\">William R. Fairchild International Airport (CLM)</a>\r\n• Port of Seattle - <a href=\"http://www.portseattle.org/Sea-Tac/Pages/default.aspx\">Seattle-Tacoma International Airport (SEA)</a>\r\n• Port of Shelton - <a href=\"http://www.portofshelton.com/\">Shelton/Sanderson Field (SHN)</a>\r\n• Port of Walla Walla - <a href=\"http://wallawallaairport.com/\">Walla Walla Regional Airport (ALW)</a>\r\n• <a href=\"http://www.flypuw.com/\">Pullman/Moscow Regional Airport (PUW)</a>\r\n• Snohomish County Airport - <a href=\"http://www.painefield.com/\">Paine Field Airport (PAE)</a>\r\n• Spokane International (GEG) & Felts Field (SFF) Airports - <a href=\"http://spokaneairports.net/\">Spokane Airports</a>\r\n• Link to AirNav (Provides search with airport identifier) - <a href=\"http://www.airnav.com/\">Other Washington Airports</a>\r\n• For a full list of contact information for airports located in Washington state, visit the WSDOT Aviation Division website <a href=\"http://www.wsdot.wa.gov/aviation/AirportDirectory/default.htm\">here</a>.','Washington Airports','','publish','closed','open','','washington-airports','','','2015-07-31 17:37:22','2015-08-01 00:37:22','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=396',0,'page','',0),(397,5,'2015-07-31 15:32:26','2015-07-31 22:32:26','','Washington Airports','','inherit','closed','open','','396-revision-v1','','','2015-07-31 15:32:26','2015-07-31 22:32:26','',396,'http://03c1a29.netsolhost.com/wordpress1/?p=397',0,'revision','',0),(398,5,'2015-07-31 15:32:49','2015-07-31 22:32:49','<p class=\"p1\"><span class=\"s1\">The <a href=\"http://www.wsdot.wa.gov/aviation/AirportInvestmentStudy.htm\"><span class=\"s2\">Airport Investment Solutions Handbook</span> </a>is now available, offering strategies for tackling the state’s most significant airport-funding challenges. 7/31/2015</span></p>\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/?attachment_id=420\" rel=\"attachment wp-att-420\">Why Effective Airport Management is Essential</a>\r\n\r\n ','Library','','publish','closed','open','','library','','','2015-07-31 19:17:52','2015-08-01 02:17:52','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=398',0,'page','',0),(399,5,'2015-07-31 15:32:49','2015-07-31 22:32:49','','Library','','inherit','closed','open','','398-revision-v1','','','2015-07-31 15:32:49','2015-07-31 22:32:49','',398,'http://03c1a29.netsolhost.com/wordpress1/?p=399',0,'revision','',0),(400,5,'2015-07-31 15:33:17','2015-07-31 22:33:17','<ul class=\"ul1\">\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.aaae.org/\"><span class=\"s2\">AAAE</span></a></span></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.aopa.org/\"><span class=\"s2\">Aircraft Owners and Pilots Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.acconline.org/\"><span class=\"s2\">Airport Consultants Council</span></a></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.aci-na.org/\"><span class=\"s2\">Airports Council International - North America</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><span class=\"s2\"><a href=\"http://www.eaa.org/\">Experimental Aircraft Association</a></span></span></li>\r\n <li class=\"li1\"><a href=\"https://www.faa.gov/\">Federal Aviation Administration</a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://flyingmusicians.org/\"><span class=\"s2\">Flying Musicians Association, Inc.</span></a></li>\r\n <li class=\"li1\"><a href=\"http://generalaviationnews.com/\">General Aviation News</a></li>\r\n <li class=\"li1\"><a href=\"http://www.natca.org/\">National Air Traffic Controllers Association</a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"https://www.nbaa.org/\"><span class=\"s2\">National Business Aviation Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.ntsb.gov/index.html\"><span class=\"s2\">National Transportation Safety Board</span></a></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.nwaaae.org/\"><span class=\"s2\">NWAAAE</span></a></span></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.pnbaa.org/\"><span class=\"s2\">Pacific Northwest Business Aviation Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://recreationalaviationfoundation.org/\"><span class=\"s2\">Recreational Aviation Foundation</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wama.us/\"><span class=\"s2\">Washington Airport Management Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.washington-aviation.org/\"><span class=\"s2\">Washington Aviation Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wpaflys.org/\"><span class=\"s2\">Washington Pilots Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://washingtonports.org/\"><span class=\"s2\">Washington Public Ports Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"https://sites.google.com/site/wa0spa/\"><span class=\"s2\">Washington Seaplane Pilots Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://03c1a29.netsolhost.com/wordpress1/\"><span class=\"s2\">Washington State Aviation Alliance (WSAA)</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://wscaa.org/\"><span class=\"s2\">Washington State Community Airports Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wsdot.wa.gov/Aviation/\"><span class=\"s2\">WSDOT Aviation</span></a></li>\r\n</ul>\r\n<p class=\"p1\"><span class=\"s2\"><a href=\"http://www.wsdot.wa.gov/aviation/wsasp/ExecSummary.htm\">WSDOT Aviation Executive Summary</a></span></p>\r\n \r\n\r\n ','Associations/Organizations','','publish','closed','open','','associationsorganizations','','','2015-08-29 07:46:19','2015-08-29 14:46:19','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=400',0,'page','',0),(401,5,'2015-07-31 15:33:17','2015-07-31 22:33:17','','Associations/Organizations','','inherit','closed','open','','400-revision-v1','','','2015-07-31 15:33:17','2015-07-31 22:33:17','',400,'http://03c1a29.netsolhost.com/wordpress1/?p=401',0,'revision','',0),(402,5,'2015-07-31 15:33:50','2015-07-31 22:33:50','<strong>FAA</strong>\r\n<ul>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/arc/ro_center/index.cfm?file_name=contact_us_northwest_mountain\"><span class=\"s3\">FAA NW Region</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/index.cfm\"><span class=\"s3\">FAA Home</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/avs/offices/afs/\"><span class=\"s3\">Flight Standards Service</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/field_offices/fsdo/sea/\"><span class=\"s3\">Flight Standards Office - Seattle</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/\"><span class=\"s3\">Field & Regional Offices & Centers</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/ang/offices/tc/\"><span class=\"s3\">Wm. J. Hughes Technical Center</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/ato/\"><span class=\"s3\">Air Traffic Organization</span></a></span></li>\r\n</ul>\r\n<p class=\"p2\"><strong>\r\nWSDOT Aviation Links</strong></p>\r\n\r\n<ul>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT Aviation Homepage</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/WebCam/default.htm\">WSDOT Airport Web Cams</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT Airport Grant Program</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Planning/\">WSDOT Aviation System Planning</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/LandUseCompatibilityOverview.htm\">WSDOT Aviation Land Use Compatibility Program</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT State Capital Improvement Program</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Airports/default.htm\">WSDOT Managed-Airports</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Registration/Program.htm\">WSDOT Aviation Aircraft Registration</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportInformationSystem.htm\">WSDOT Airport Information System</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/data/tools/geoportal/?config=airport\">WSDOT Airport Mapping Application</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportInvestmentStudy.htm\">WSDOT “Airport Investment” and “Investment Solutions” Studies</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">WSDOT Aviation Economic Impact Study</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/planning/economiccalc\">WSDOT Aviation Economic Impact Calculator</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/SAR/PilotsPage.htm\">WSDOT Aviation “Pilot’s Page”</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportStormwaterGuidanceManual.htm\">WSDOT Airport Stormwater Guidance Manual</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/lats/default.htm\">Washington Long-Term Air Transportation Study</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/staff.htm\">WSDOT Staff Directory</a></li>\r\n</ul>','FAA/WSDOT Aviation','','publish','closed','open','','faawsdot-aviation','','','2015-08-29 07:36:50','2015-08-29 14:36:50','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=402',0,'page','',0),(31,2,'2015-03-15 12:08:14','2015-03-15 19:08:14','','Warren Hendrickson - Resized','','inherit','open','open','','warren-hendrickson-resized','','','2015-03-15 12:08:14','2015-03-15 19:08:14','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Warren-Hendrickson-Resized.png',0,'attachment','image/png',0),(32,2,'2015-03-15 12:08:15','2015-03-15 19:08:15','','WarrenHendrickson-HeadShot-200x250','','inherit','open','open','','warrenhendrickson-headshot-200x250','','','2015-03-15 12:08:15','2015-03-15 19:08:15','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x250.jpg',0,'attachment','image/jpeg',0),(33,2,'2015-03-15 13:11:45','2015-03-15 20:11:45','','DavidUlane-HeadShot','','inherit','open','open','','davidulane-headshot','','','2015-03-15 13:11:45','2015-03-15 20:11:45','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot.jpg',0,'attachment','image/jpeg',0),(34,2,'2015-03-15 13:11:47','2015-03-15 20:11:47','','DavidUlane-HeadShot-200x250','','inherit','open','open','','davidulane-headshot-200x250','','','2015-03-15 13:11:47','2015-03-15 20:11:47','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x250.jpg',0,'attachment','image/jpeg',0),(22,2,'2015-03-14 16:00:29','2015-03-14 23:00:29','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2015-03-14 16:00:29','2015-03-14 23:00:29','',2,'http://03c1a29.netsolhost.com/wordpress1/2-revision-v1/',0,'revision','',0),(23,2,'2015-03-14 16:51:40','2015-03-14 23:51:40','','Washington State Aviation Alliance','','inherit','open','open','','5-autosave-v1','','','2015-03-14 16:51:40','2015-03-14 23:51:40','',5,'http://03c1a29.netsolhost.com/wordpress1/?p=23',0,'revision','',0),(25,2,'2015-05-28 15:59:08','2015-05-28 22:59:08','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAA-Brochure-Updated-with-GA-May-12-2015.pdf\"]','About','','publish','open','open','','about','','','2015-05-28 15:59:08','2015-05-28 22:59:08','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=25',0,'page','',0),(26,2,'2015-03-14 16:55:41','2015-03-14 23:55:41','','About','','inherit','open','open','','25-revision-v1','','','2015-03-14 16:55:41','2015-03-14 23:55:41','',25,'http://03c1a29.netsolhost.com/wordpress1/?p=26',0,'revision','',0),(27,2,'2015-03-14 18:05:59','2015-03-15 01:05:59','','TristanAtkins-HeadShot-200x250','','inherit','open','open','','tristanatkins-headshot-200x250','','','2015-03-14 18:05:59','2015-03-15 01:05:59','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x250.jpg',0,'attachment','image/jpeg',0),(28,2,'2015-03-14 18:06:00','2015-03-15 01:06:00','','KandaceHarvey-HeadShot-100x125','','inherit','open','open','','kandaceharvey-headshot-100x125','','','2015-03-14 18:06:00','2015-03-15 01:06:00','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-100x125.jpg',0,'attachment','image/jpeg',0),(29,2,'2015-03-14 18:06:01','2015-03-15 01:06:01','','KandaceHarvey-HeadShot-200x250','','inherit','open','open','','kandaceharvey-headshot-200x250','','','2015-03-14 18:06:01','2015-03-15 01:06:01','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-200x250.jpg',0,'attachment','image/jpeg',0),(30,2,'2015-03-14 18:06:02','2015-03-15 01:06:02','','TristanAtkins-HeadShot-100x125','','inherit','open','open','','tristanatkins-headshot-100x125','','','2015-03-14 18:06:02','2015-03-15 01:06:02','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-100x125.jpg',0,'attachment','image/jpeg',0),(37,2,'2015-03-15 12:54:37','2015-03-15 19:54:37','','KandaceHarvey-HeadShot-512x640','','inherit','open','open','','kandaceharvey-headshot-512x640','','','2015-03-15 12:54:37','2015-03-15 19:54:37','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-512x640.jpg',0,'attachment','image/jpeg',0),(38,2,'2015-03-15 12:54:38','2015-03-15 19:54:38','','TristanAtkins-HeadShot','','inherit','open','open','','tristanatkins-headshot','','','2015-03-15 12:54:38','2015-03-15 19:54:38','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot.jpg',0,'attachment','image/jpeg',0),(39,2,'2015-03-15 12:54:39','2015-03-15 19:54:39','','TristanAtkins-HeadShot-100x125','','inherit','open','open','','tristanatkins-headshot-100x125-2','','','2015-03-15 12:54:39','2015-03-15 19:54:39','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-100x1251.jpg',0,'attachment','image/jpeg',0),(40,2,'2015-03-15 12:54:39','2015-03-15 19:54:39','','TristanAtkins-HeadShot-100x150','','inherit','open','open','','tristanatkins-headshot-100x150','','','2015-03-15 12:54:39','2015-03-15 19:54:39','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-100x150.jpg',0,'attachment','image/jpeg',0),(41,2,'2015-03-15 12:54:40','2015-03-15 19:54:40','','TristanAtkins-HeadShot-200x250','','inherit','open','open','','tristanatkins-headshot-200x250-2','','','2015-03-15 12:54:40','2015-03-15 19:54:40','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-200x2501.jpg',0,'attachment','image/jpeg',0),(42,2,'2015-03-15 12:54:45','2015-03-15 19:54:45','','Warren Hendrickson - Resized','','inherit','open','open','','warren-hendrickson-resized-2','','','2015-03-15 12:54:45','2015-03-15 19:54:45','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Warren-Hendrickson-Resized1.png',0,'attachment','image/png',0),(43,2,'2015-03-15 12:54:46','2015-03-15 19:54:46','','WarrenHendrickson-HeadShot-200x250','','inherit','open','open','','warrenhendrickson-headshot-200x250-2','','','2015-03-15 12:54:46','2015-03-15 19:54:46','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-200x2501.jpg',0,'attachment','image/jpeg',0),(44,2,'2015-03-15 12:54:48','2015-03-15 19:54:48','','Aviation','','inherit','open','open','','aviation-2','','','2015-03-15 12:54:48','2015-03-15 19:54:48','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation1.jpg',0,'attachment','image/jpeg',0),(45,2,'2015-03-15 12:54:53','2015-03-15 19:54:53','','DavidUlane-HeadShot','','inherit','open','open','','davidulane-headshot-2','','','2015-03-15 12:54:53','2015-03-15 19:54:53','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot1.jpg',0,'attachment','image/jpeg',0),(46,2,'2015-03-15 12:55:11','2015-03-15 19:55:11','','KandaceHarvey-HeadShot','','inherit','open','open','','kandaceharvey-headshot','','','2015-03-15 12:55:11','2015-03-15 19:55:11','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot.jpg',0,'attachment','image/jpeg',0),(47,2,'2015-03-15 12:57:07','2015-03-15 19:57:07','','DavidUlane-HeadShot-200x250','','inherit','open','open','','davidulane-headshot-200x250-2','','','2015-03-15 12:57:07','2015-03-15 19:57:07','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-200x2501.jpg',0,'attachment','image/jpeg',0),(48,2,'2015-03-15 13:01:07','2015-03-15 20:01:07','','WSAALogo1a','','inherit','open','open','','wsaalogo1a-2','','','2015-03-15 13:01:07','2015-03-15 20:01:07','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo1a1.png',0,'attachment','image/png',0),(49,2,'2015-03-15 13:01:08','2015-03-15 20:01:08','','WSAALogo1b','','inherit','open','open','','wsaalogo1b-2','','','2015-03-15 13:01:08','2015-03-15 20:01:08','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo1b1.png',0,'attachment','image/png',0),(50,2,'2015-03-15 13:01:11','2015-03-15 20:01:11','','WSAALogo2','','inherit','open','open','','wsaalogo2','','','2015-03-15 13:01:11','2015-03-15 20:01:11','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo2.png',0,'attachment','image/png',0),(51,2,'2015-03-15 13:01:12','2015-03-15 20:01:12','','WSAALogo2a','','inherit','open','open','','wsaalogo2a-2','','','2015-03-15 13:01:12','2015-03-15 20:01:12','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo2a1.png',0,'attachment','image/png',0),(52,2,'2015-03-15 13:01:14','2015-03-15 20:01:14','','WSAALogo3','','inherit','open','open','','wsaalogo3','','','2015-03-15 13:01:14','2015-03-15 20:01:14','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo3.png',0,'attachment','image/png',0),(53,2,'2015-03-15 13:01:15','2015-03-15 20:01:15','','WSAALogo3a','','inherit','open','open','','wsaalogo3a-2','','','2015-03-15 13:01:15','2015-03-15 20:01:15','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo3a1.png',0,'attachment','image/png',0),(54,2,'2015-03-15 13:01:17','2015-03-15 20:01:17','','CessnaAircraft','','inherit','open','open','','cessnaaircraft','','','2015-03-15 13:01:17','2015-03-15 20:01:17','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/CessnaAircraft.jpg',0,'attachment','image/jpeg',0),(55,2,'2015-03-15 13:14:20','2015-03-15 20:14:20','','WSAALogo1cx','','inherit','open','open','','wsaalogo1cx','','','2015-03-15 13:14:20','2015-03-15 20:14:20','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo1cx.png',0,'attachment','image/png',0),(56,2,'2015-03-15 19:54:44','2015-03-16 02:54:44','','About WSAA','','publish','open','open','','about-wsaa','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=56',2,'nav_menu_item','',0),(57,2,'2015-03-15 19:54:44','2015-03-16 02:54:44','','Membership','','publish','open','open','','membership','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=57',11,'nav_menu_item','',0),(59,2,'2015-03-15 13:50:26','2015-03-15 20:50:26','','Aviation-1600x1053','','inherit','open','open','','aviation-1600x1053','','','2015-03-15 13:50:26','2015-03-15 20:50:26','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-1600x1053.jpg',0,'attachment','image/jpeg',0),(81,2,'2015-03-15 16:02:29','2015-03-15 23:02:29','','WSAALogo1cx-300x100','','inherit','open','open','','wsaalogo1cx-300x100','','','2015-03-15 16:02:29','2015-03-15 23:02:29','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo1cx-300x100.jpg',0,'attachment','image/jpeg',0),(82,2,'2015-03-15 16:08:03','2015-03-15 23:08:03','','Aviation-1600x1053-25pct','','inherit','open','open','','aviation-1600x1053-25pct','','','2015-03-15 16:08:03','2015-03-15 23:08:03','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-1600x1053-25pct.jpg',0,'attachment','image/jpeg',0),(83,2,'2015-03-15 16:08:07','2015-03-15 23:08:07','','Aviation-1200x790-20pct-Q20','','inherit','open','open','','aviation-1200x790-20pct-q20','','','2015-03-15 16:08:07','2015-03-15 23:08:07','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-1200x790-20pct-Q20.jpg',0,'attachment','image/jpeg',0),(84,2,'2015-03-15 16:08:10','2015-03-15 23:08:10','','Aviation-1600x1053-20pct','','inherit','open','open','','aviation-1600x1053-20pct','','','2015-03-15 16:08:10','2015-03-15 23:08:10','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-1600x1053-20pct.jpg',0,'attachment','image/jpeg',0),(85,2,'2015-03-15 16:08:15','2015-03-15 23:08:15','','Aviation-1600x1053-20pct-Q20','','inherit','open','open','','aviation-1600x1053-20pct-q20','','','2015-03-15 16:08:15','2015-03-15 23:08:15','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-1600x1053-20pct-Q20.jpg',0,'attachment','image/jpeg',0),(86,2,'2015-03-15 16:23:27','2015-03-15 23:23:27','','WSAALogo1cx-300x100','','inherit','open','open','','wsaalogo1cx-300x100-2','','','2015-03-15 16:23:27','2015-03-15 23:23:27','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo1cx-300x100.gif',0,'attachment','image/gif',0),(87,2,'2015-03-15 16:29:14','2015-03-15 23:29:14','','WarrenHendrickson-HeadShot-125x156','','inherit','open','open','','warrenhendrickson-headshot-125x156','','','2015-03-15 16:29:14','2015-03-15 23:29:14','',115,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg',0,'attachment','image/jpeg',0),(88,2,'2015-03-15 16:29:16','2015-03-15 23:29:16','','DavidUlane-HeadShot-125x156','','inherit','open','open','','davidulane-headshot-125x156','','','2015-03-15 16:29:16','2015-03-15 23:29:16','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg',0,'attachment','image/jpeg',0),(90,2,'2015-03-15 16:29:21','2015-03-15 23:29:21','','TristanAtkins-HeadShot-125x156','','inherit','open','open','','tristanatkins-headshot-125x156','','','2015-03-15 16:29:21','2015-03-15 23:29:21','',115,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg',0,'attachment','image/jpeg',0),(110,2,'2015-03-15 18:22:17','2015-03-16 01:22:17','','Aviation Alliance Brochure updated Mar 4 2015','','inherit','open','open','','aviation-alliance-brochure-updated-mar-4-2015','','','2015-03-15 18:22:17','2015-03-16 01:22:17','',69,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf',0,'attachment','application/pdf',0),(111,2,'2015-03-15 18:22:20','2015-03-16 01:22:20','','Umbrella of Strength - 24Feb2015','','inherit','open','open','','umbrella-of-strength-24feb2015','','','2015-03-15 18:22:20','2015-03-16 01:22:20','',67,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella-of-Strength-24Feb2015.pdf',0,'attachment','application/pdf',0),(112,2,'2015-03-15 18:22:24','2015-03-16 01:22:24','','WSAA Bylaws REVISED - 25Feb2015','','inherit','open','open','','wsaa-bylaws-revised-25feb2015','','','2015-03-15 18:22:24','2015-03-16 01:22:24','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAA-Bylaws-REVISED-25Feb2015.pdf',0,'attachment','application/pdf',0),(113,2,'2015-03-15 18:22:26','2015-03-16 01:22:26','','WSAA Mission Statement - 5Dec2014','','inherit','open','open','','wsaa-mission-statement-5dec2014','','','2015-03-15 18:22:26','2015-03-16 01:22:26','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAA-Mission-Statement-5Dec2014.pdf',0,'attachment','application/pdf',0),(114,2,'2015-03-15 18:22:28','2015-03-16 01:22:28','','WSAA White Paper FINAL - 2Jan2015','','inherit','open','open','','wsaa-white-paper-final-2jan2015','','','2015-03-15 18:22:28','2015-03-16 01:22:28','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAA-White-Paper-FINAL-2Jan2015.pdf',0,'attachment','application/pdf',0),(115,2,'2015-03-15 12:52:22','2015-03-15 19:52:22','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nWashington Pilots Association\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','publish','closed','open','','executive-officers-and-board-of-directors','','','2016-04-28 15:27:03','2016-04-28 22:27:03','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=4',0,'page','',0),(181,2,'2015-03-26 15:50:31','2015-03-26 22:50:31','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nspan.wpcf7-list-item {\n display: block;\n}','safecss','DevDmBootstrap3','publish','closed','open','','safecss','','','2015-03-26 15:50:31','2015-03-26 22:50:31','span.wpcf7-list-item{display:block}',0,'http://03c1a29.netsolhost.com/wordpress1/?safecss=safecss',0,'safecss','',0),(117,2,'2015-03-15 13:46:56','2015-03-15 20:46:56','','','','publish','closed','open','','home-2','','','2015-06-09 13:09:20','2015-06-09 20:09:20','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=52',0,'post','',0),(351,5,'2015-06-09 13:04:13','2015-06-09 20:04:13','','Home','','inherit','closed','open','','117-revision-v1','','','2015-06-09 13:04:13','2015-06-09 20:04:13','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=351',0,'revision','',0),(346,5,'2015-06-09 12:48:27','2015-06-09 19:48:27','<h2 class=\"title sc-col-sm-12\"><strong> </strong></h2>','The Washington State Aviation Alliance (WSSA) serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.','','inherit','closed','open','','117-revision-v1','','','2015-06-09 12:48:27','2015-06-09 19:48:27','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=346',0,'revision','',0),(118,2,'2015-03-15 19:54:57','2015-03-16 02:54:57',' ','','','publish','open','open','','118','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=118',3,'nav_menu_item','',0),(61,2,'2015-03-15 14:44:13','2015-03-15 21:44:13','<h2></h2>\r\n<h4>The Washington State Aviation Alliance serves as a collective voice for aviation and airport related\r\norganizations to protect and promote aviation in the state of Washington.</h4>','Mission Statement','','publish','closed','open','','mission-statement','','','2015-03-26 15:20:04','2015-03-26 22:20:04','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=61',0,'page','',0),(173,4,'2015-03-26 15:15:27','2015-03-26 22:15:27','<h2> Mission Statement</h2>\r\nThe Washington State Aviation Alliance serves as a collective voice for aviation and airport related\r\norganizations to protect and promote aviation in the state of Washington.','Mission Statement','','inherit','closed','open','','61-revision-v1','','','2015-03-26 15:15:27','2015-03-26 22:15:27','',61,'http://03c1a29.netsolhost.com/wordpress1/?p=173',0,'revision','',0),(63,2,'2015-03-15 14:44:54','2015-03-15 21:44:54','<h2 style=\"text-align: center;\"> WASHINGTON STATE AVIATION ALLIANCE</h2>\r\n<h2 style=\"text-align: center;\"><strong>BYLAWS</strong></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #3366ff;\">A NONPROFIT CORPORATION</span></h3>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<strong>TABLE OF CONTENTS</strong>\r\n1. Name and Purpose\r\n2. Offices\r\n3. Membership Categories\r\n3‐1. Voting Membership\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component\r\n3‐3. Non‐Voting Membership\r\n3‐4. Associate Membership\r\n3‐5. Interested Persons\r\n4. Legislative and Policy Positions\r\n5. Dues and Fees\r\n6. Meetings\r\n6‐1. Regular Meetings of the Board of Directors\r\n6‐2. Regular Meetings of the Alliance\r\n6‐3. Special Meetings\r\n6‐4. Meetings via Telephone Conference\r\n6‐5. Notice of Regular Meetings\r\n6‐6. Notice of Special Meetings\r\n6‐7. Quorum for Board of Directors Meetings\r\n6‐8. Quorum for Alliance Meetings\r\n6‐9. Conduct of Meetings\r\n7. The Alliance\r\n7‐1. General Powers of the Alliance and the Board of Directors\r\n7‐2. Voting\r\n7‐3. Removal\r\n7‐4. Vacancies\r\n7‐5. Presumption of Assent\r\n7‐6. Compensation of Delegates\r\n8. Officers\r\n8‐1. Number\r\n8‐2. Election and Term of Office\r\n8‐3. Removal\r\n8‐4. Vacancies\r\n8‐5. President\r\n8‐6. Vice‐President\r\n8‐7. Secretary\r\n8‐8. Treasurer\r\n8‐9. Honorary and Other Officers\r\n8‐10. Compensation of Officers\r\n9. Committees\r\n9‐1. Committees\r\n9‐2. Term of Office\r\n10. Business Matters\r\n10‐1. Filings\r\n10‐2. Contracts\r\n10‐3. Loans\r\n10‐4. Checks, Drafts, etc.\r\n10‐5. Deposits\r\n10‐6. Budgets\r\n10‐7. Facsimile Signatures\r\n11. Waiver of Notice\r\n12. Indemnification\r\n1. Indemnification\r\n2. Good Faith\r\n3. Reimbursement of Expenses\r\n4. Rights Granted Herein Not Exclusive\r\n13. Conflict of Interest\r\n14. Amendments\r\n15. Definitions\r\n16. Approval\r\n17. List of Revisions\r\n\r\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\r\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\r\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\r\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\r\n<em> Washington.</em>\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\n<strong>ARTICLE 2. OFFICES:</strong>\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\r\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting <span style=\"color: #3366ff;\">Membership:</span></span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #3366ff;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #3366ff;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #3366ff;\">Section 3‐3. Non‐Voting Membership:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. Associate Membership:</span></span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #3366ff;\">Section 3‐5. Interested Persons:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n<strong>ARTICLE 5. DUES AND FEES:</strong>\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\n<strong>ARTICLE 6. MEETINGS:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐3. Special Meetings:</em></span>\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<em><span style=\"color: #0b5cbf;\">Se<span style=\"color: #3366ff;\">ction 6‐7. Quorum for Board of Directors Meetings:</span></span></em>\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐8. Quorum for Alliance Meetings:</em></span>\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 7‐1. General Powers of the Alliance and the Board of Directors:</em></span>\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐3. Removal:</em></span>\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐4. Vacancies:</em></span>\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐5. Presumption of Assent:</em></span>\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐6. Compensation of Delegates:</em></span>\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\n<strong>ARTICLE 8. OFFICERS:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 8‐1. Number:</em></span>\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐3. Removal:</em></span>\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐4. Vacancies:</em></span>\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐5. President:</em></span>\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐6. Vice‐President:</em></span>\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐7. Secretary:</em></span>\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐8. Treasurer:</em></span>\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐10. Compensation of Officers:</em></span>\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\n<strong>ARTICLE 9. COMMITTEES:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 9‐1. Committees:</em></span>\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 10‐1. Filings:</em></span>\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐2. Contracts:</em></span>\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐3. Loans:</em></span>\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐4. Checks, Drafts, etc.:</em></span>\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐5. Deposits:</em></span>\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐6. Budget:</em></span>\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐7. Facsimile Signatures:</em></span>\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 12‐1. Indemnification:</em></span>\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐2. Good Faith:</em></span>\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐3. Reimbursement of Expenses:</em></span>\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐4. Rights Granted Herein not Exclusive:</em></span>\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\n<strong>ARTICLE 14. AMENDMENTS:</strong>\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\n<strong>ARTICLE 15. DEFINITIONS:</strong>\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\n<strong>Indemnification:</strong>\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','publish','closed','open','','bylaws','','','2015-06-30 16:41:14','2015-06-30 23:41:14','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=63',0,'page','',0),(373,5,'2015-06-30 16:41:14','2015-06-30 23:41:14','<h2 style=\"text-align: center;\"> WASHINGTON STATE AVIATION ALLIANCE</h2>\r\n<h2 style=\"text-align: center;\"><strong>BYLAWS</strong></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #3366ff;\">A NONPROFIT CORPORATION</span></h3>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<strong>TABLE OF CONTENTS</strong>\r\n1. Name and Purpose\r\n2. Offices\r\n3. Membership Categories\r\n3‐1. Voting Membership\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component\r\n3‐3. Non‐Voting Membership\r\n3‐4. Associate Membership\r\n3‐5. Interested Persons\r\n4. Legislative and Policy Positions\r\n5. Dues and Fees\r\n6. Meetings\r\n6‐1. Regular Meetings of the Board of Directors\r\n6‐2. Regular Meetings of the Alliance\r\n6‐3. Special Meetings\r\n6‐4. Meetings via Telephone Conference\r\n6‐5. Notice of Regular Meetings\r\n6‐6. Notice of Special Meetings\r\n6‐7. Quorum for Board of Directors Meetings\r\n6‐8. Quorum for Alliance Meetings\r\n6‐9. Conduct of Meetings\r\n7. The Alliance\r\n7‐1. General Powers of the Alliance and the Board of Directors\r\n7‐2. Voting\r\n7‐3. Removal\r\n7‐4. Vacancies\r\n7‐5. Presumption of Assent\r\n7‐6. Compensation of Delegates\r\n8. Officers\r\n8‐1. Number\r\n8‐2. Election and Term of Office\r\n8‐3. Removal\r\n8‐4. Vacancies\r\n8‐5. President\r\n8‐6. Vice‐President\r\n8‐7. Secretary\r\n8‐8. Treasurer\r\n8‐9. Honorary and Other Officers\r\n8‐10. Compensation of Officers\r\n9. Committees\r\n9‐1. Committees\r\n9‐2. Term of Office\r\n10. Business Matters\r\n10‐1. Filings\r\n10‐2. Contracts\r\n10‐3. Loans\r\n10‐4. Checks, Drafts, etc.\r\n10‐5. Deposits\r\n10‐6. Budgets\r\n10‐7. Facsimile Signatures\r\n11. Waiver of Notice\r\n12. Indemnification\r\n1. Indemnification\r\n2. Good Faith\r\n3. Reimbursement of Expenses\r\n4. Rights Granted Herein Not Exclusive\r\n13. Conflict of Interest\r\n14. Amendments\r\n15. Definitions\r\n16. Approval\r\n17. List of Revisions\r\n\r\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\r\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\r\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\r\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\r\n<em> Washington.</em>\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\n<strong>ARTICLE 2. OFFICES:</strong>\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\r\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting <span style=\"color: #3366ff;\">Membership:</span></span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #3366ff;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #3366ff;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #3366ff;\">Section 3‐3. Non‐Voting Membership:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. Associate Membership:</span></span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #3366ff;\">Section 3‐5. Interested Persons:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n<strong>ARTICLE 5. DUES AND FEES:</strong>\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\n<strong>ARTICLE 6. MEETINGS:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐3. Special Meetings:</em></span>\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<em><span style=\"color: #0b5cbf;\">Se<span style=\"color: #3366ff;\">ction 6‐7. Quorum for Board of Directors Meetings:</span></span></em>\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐8. Quorum for Alliance Meetings:</em></span>\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 7‐1. General Powers of the Alliance and the Board of Directors:</em></span>\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐3. Removal:</em></span>\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐4. Vacancies:</em></span>\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐5. Presumption of Assent:</em></span>\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐6. Compensation of Delegates:</em></span>\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\n<strong>ARTICLE 8. OFFICERS:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 8‐1. Number:</em></span>\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐3. Removal:</em></span>\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐4. Vacancies:</em></span>\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐5. President:</em></span>\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐6. Vice‐President:</em></span>\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐7. Secretary:</em></span>\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐8. Treasurer:</em></span>\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐10. Compensation of Officers:</em></span>\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\n<strong>ARTICLE 9. COMMITTEES:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 9‐1. Committees:</em></span>\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 10‐1. Filings:</em></span>\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐2. Contracts:</em></span>\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐3. Loans:</em></span>\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐4. Checks, Drafts, etc.:</em></span>\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐5. Deposits:</em></span>\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐6. Budget:</em></span>\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐7. Facsimile Signatures:</em></span>\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 12‐1. Indemnification:</em></span>\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐2. Good Faith:</em></span>\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐3. Reimbursement of Expenses:</em></span>\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐4. Rights Granted Herein not Exclusive:</em></span>\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\n<strong>ARTICLE 14. AMENDMENTS:</strong>\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\n<strong>ARTICLE 15. DEFINITIONS:</strong>\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\n<strong>Indemnification:</strong>\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','inherit','closed','open','','63-revision-v1','','','2015-06-30 16:41:14','2015-06-30 23:41:14','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=373',0,'revision','',0),(65,2,'2015-03-15 14:45:08','2015-03-15 21:45:08','<h4 style=\"text-align: left;\">WSDOT Aviation Division serves in partnership with the Washington State Aviation Alliance</h4>\r\n<h3 style=\"text-align: left;\">Washington State Aviation Alliance (WSAA) White Paper</h3>\r\nAviation in Washington state contributes significantly to its economy, transportation system and\r\nquality of life. Airports, pilot and aircraft organizations and various different user groups have\r\nextensive interests in aviation including general aviation, commercial aviation, aerospace, aircraft\r\nmanufacturing and aviation safety. The statewide aviation system is crucial to its emergency and\r\ndisaster response efforts and enables a steady flow of commerce and tourism to many of its\r\ncommunities. In 2012, the Washington State Department of Transportation’s (WSDOT) Aviation\r\nEconomic Impact Study revealed that airports <strong>support 248,500 jobs, and generate nearly $51</strong>\r\n<strong> billion in economic output.<sup>i</sup></strong>\r\n\r\nThere is little question that the general aviation industry is facing serious challenges in today\'s\r\neconomic climate, a situation that may become worse depending on actions taken to balance\r\nbudgets and reduce spending. Many proposed actions could result in further adverse impacts to an\r\nalready depressed industry. While we in the industry recognize the importance of general aviation\r\nto the transportation system and its value to local and national economies, many do not have that\r\ninformation or share our view – which makes it important that we find ways to protect the industry\r\nand, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is\r\nrecognition of a need for those of us in Washington’s aviation community to join forces in a\r\nsimilar way in an effort to protect and promote general aviation interests in the state. For this\r\nreason a small group of representatives from several aviation organizations met and developed\r\nplans for an organization that will serve that purpose.\r\n\r\nThis organization will be titled the Washington State Aviation Alliance (WSAA) and will be\r\ncreated as a 501(c)(6) nonprofit corporation. Purposes as stated in the adopted bylaws are:\r\n<ol type=\"A\">\r\n <li>To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.</li>\r\n <li>To promote airports as vital to our state’s economy and transportation system.</li>\r\n <li>To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.</li>\r\n <li>To advocate for airport issues that are important to the state, region and\r\ncommunities they serve.</li>\r\n <li>To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.</li>\r\n <li>To communicate with decision makers about the importance of aviation.</li>\r\n <li>To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.</li>\r\n <li>To enable the exchange of ideas, information and experience between various\r\naviation user groups.</li>\r\n <li>To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.</li>\r\n <li>To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.</li>\r\n <li>To act as a resource for:\r\n<ol type=\"a\">\r\n <li>Major planning initiatives within Washington State, and</li>\r\n <li>Aviation issues affecting Washington State.</li>\r\n</ol>\r\n</li>\r\n</ol>\r\nThe WSAA mission statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport-related organizations to protect and promote aviation in the state of\r\nWashington.\r\n\r\nMembership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:\r\n<ol>\r\n <li>Voting Members are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance;</li>\r\n <li>Additional Voting Membership is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;</li>\r\n <li>Non-Voting Members are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and</li>\r\n <li>Associate Membership is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.</li>\r\n</ol>\r\n<sup>i</sup> WSDOT, “Aviation Economic Impact Study,” Executive Summary, 2012, p. iii','White Paper','','publish','closed','open','','white-paper','','','2015-03-26 15:12:23','2015-03-26 22:12:23','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=65',0,'page','',0),(67,2,'2015-03-15 14:45:26','2015-03-15 21:45:26','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1.pdf\"]','Umbrella of Strength','','publish','closed','open','','umbrella-of-strength','','','2015-11-19 12:11:33','2015-11-19 20:11:33','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=67',0,'page','',0),(69,2,'2015-03-15 14:45:38','2015-03-15 21:45:38','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-Alliance-trifold.pdf\"]','Brochure','','publish','closed','open','','brochure','','','2015-11-19 11:53:03','2015-11-19 19:53:03','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=69',0,'page','',0),(71,2,'2015-03-15 14:45:52','2015-03-15 21:45:52','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Administrative Assistant</em>\r\nSeattle, WA\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane, A.A.E.</h4>\r\n<em>Steering Committee Member</em>\r\nPhone: (301) 695-2094\r\n<a href=\"http://www.aopa.org/\">Aircraft Owners and Pilots Association</a>\r\nNorthwest Mountain Regional Manager\r\n<i>(Serving CO, ID, MT, OR, UT, WA, WY)</i>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DaveField-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DaveField-HeadShot-125x156.jpg\" alt=\"Dave Field\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Dave Field</h4>\r\n<em>Steering Committee Administrative Assistant</em>\r\nBellevue, WA\r\nCell: (206) 963-3262\r\nBoard Member and Secretary, Washington Airport Management Association\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Steering Committee','','publish','closed','open','','steering-committee','','','2015-08-03 19:17:29','2015-08-04 02:17:29','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=71',0,'page','',0),(120,2,'2015-03-15 19:54:57','2015-03-16 02:54:57',' ','','','publish','open','open','','120','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=120',4,'nav_menu_item','',0),(121,2,'2015-03-15 19:54:57','2015-03-16 02:54:57',' ','','','publish','open','open','','121','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=121',10,'nav_menu_item','',0),(122,2,'2015-03-15 19:54:57','2015-03-16 02:54:57',' ','','','publish','open','open','','122','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=122',8,'nav_menu_item','',0),(123,2,'2015-03-15 19:54:57','2015-03-16 02:54:57',' ','','','publish','open','open','','123','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=123',7,'nav_menu_item','',0),(124,2,'2015-03-15 19:54:57','2015-03-16 02:54:57',' ','','','publish','open','open','','124','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=124',9,'nav_menu_item','',0),(125,2,'2015-03-15 19:54:57','2015-03-16 02:54:57',' ','','','publish','open','open','','125','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=125',5,'nav_menu_item','',0),(126,2,'2015-03-15 19:32:05','2015-03-16 02:32:05','<strong>Washington State Aviation Alliance</strong>\r\n<strong> 9900 Airport Way</strong>\r\n<strong> Snohomish, WA 98296</strong>\r\n\r\n \r\n\r\n[contact-form-7 id=\"128\" title=\"Contact form 1\"]','Contact Us','','publish','closed','closed','','contact-us','','','2016-02-15 10:42:56','2016-02-15 18:42:56','',0,'http://03c1a29.netsolhost.com/wpdev/?page_id=122',0,'page','',0),(127,2,'2015-03-15 19:54:57','2015-03-16 02:54:57',' ','','','publish','open','open','','127','','','2016-01-14 14:17:55','2016-01-14 22:17:55','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=127',20,'nav_menu_item','',0),(267,2,'2015-03-29 17:33:56','2015-03-30 00:33:56','','KandaceHarvey-HeadShot-125x156','','inherit','closed','open','','kandaceharvey-headshot-125x156','','','2015-03-29 17:33:56','2015-03-30 00:33:56','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg',0,'attachment','image/jpeg',0),(129,2,'2015-03-15 21:35:56','2015-03-16 04:35:56','[contact-form-7 id=\"128\" title=\"Contact form 1\"]','Contact Us','','inherit','open','open','','126-revision-v1','','','2015-03-15 21:35:56','2015-03-16 04:35:56','',126,'http://03c1a29.netsolhost.com/wordpress1/?p=129',0,'revision','',0),(130,2,'2015-03-15 22:14:38','2015-03-16 05:14:38','<h2 class=\"title sc-col-sm-12\"><strong>Future Home of the\r\nWashington State Aviation Alliance</strong></h2>\r\n<h3 class=\"subtitle sc-col-sm-12\">The Washington State Aviation Alliance serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.</h3>','Home','','inherit','open','open','','117-revision-v1','','','2015-03-15 22:14:38','2015-03-16 05:14:38','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=130',0,'revision','',0),(281,1,'2015-04-12 16:25:23','2015-04-12 23:25:23','<strong><span style=\"color: #3366ff;\">VOTING MEMBERS</span></strong>\n\nWashington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\n\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\n\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\n\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\n\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\n\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\n\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\n\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\n\n<strong><span style=\"color: #3366ff;\">NON-VOTING MEMBERS</span></strong>\n\nAircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\n\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)\n\n<strong><span style=\"color: #3366ff;\">ASSOCIATES</span></strong>\n\n<strong><span style=\"color: #3366ff;\">INTERESTED PARTIES</span></strong>\n\nCenterPoint Aviation Law PLLC (<a href=\"http://www.centerpointaviationlaw.com/\" target=\"_blank\">CPAL</a>)','Membership Directory','','inherit','closed','open','','188-autosave-v1','','','2015-04-12 16:25:23','2015-04-12 23:25:23','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=281',0,'revision','',0),(133,2,'2015-03-26 13:45:59','2015-03-26 20:45:59','Washington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\n\r\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\n\r\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\n\r\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\n\r\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\n\r\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\n\r\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\n\r\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)','Voting Members','','publish','closed','open','','voting-members','','','2015-03-27 10:23:42','2015-03-27 17:23:42','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=133',0,'page','',0),(134,2,'2015-03-26 13:45:59','2015-03-26 20:45:59','','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-26 13:45:59','2015-03-26 20:45:59','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=134',0,'revision','',0),(135,2,'2015-03-26 13:51:26','2015-03-26 20:51:26','Aircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\r\n\r\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)','Non-Voting Members','','publish','closed','open','','non-voting-members','','','2015-03-27 10:23:26','2015-03-27 17:23:26','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=135',0,'page','',0),(237,2,'2015-03-27 10:23:26','2015-03-27 17:23:26','Aircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\r\n\r\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)','Non-Voting Members','','inherit','closed','open','','135-revision-v1','','','2015-03-27 10:23:26','2015-03-27 17:23:26','',135,'http://03c1a29.netsolhost.com/wordpress1/?p=237',0,'revision','',0),(136,2,'2015-03-26 13:51:26','2015-03-26 20:51:26','Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\nAircraft Owners and Pilots Association (AOPA) - <a title=\"aopa.org\" href=\"http://aopa.org\" target=\"_blank\">aopa.org</a>\r\n\r\nNational Business Aviation Association (NBAA) - <a title=\"nbaa.org\" href=\"http://nbaa.org/\" target=\"_blank\">nbaa.org</a>\r\n\r\n ','Non-Voting Members','','inherit','closed','open','','135-revision-v1','','','2015-03-26 13:51:26','2015-03-26 20:51:26','',135,'http://03c1a29.netsolhost.com/wordpress1/?p=136',0,'revision','',0),(137,2,'2015-03-26 13:52:46','2015-03-26 20:52:46','Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n ','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-26 13:52:46','2015-03-26 20:52:46','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=137',0,'revision','',0),(140,2,'2015-03-26 14:13:22','2015-03-26 21:13:22','','USPA-logo','','inherit','closed','open','','uspa-logo','','','2015-03-26 14:14:21','2015-03-26 21:14:21','',133,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/USPA-logo.jpg',0,'attachment','image/jpeg',0),(141,2,'2015-03-26 14:13:23','2015-03-26 21:13:23','','SnohomishEAA-logo','','inherit','closed','open','','snohomisheaa-logo','','','2015-03-26 14:14:15','2015-03-26 21:14:15','',133,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/SnohomishEAA-logo.jpg',0,'attachment','image/jpeg',0),(142,2,'2015-03-26 14:13:25','2015-03-26 21:13:25','','WPA-logo','','inherit','closed','open','','wpa-logo','','','2015-03-26 14:14:10','2015-03-26 21:14:10','',133,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WPA-logo.jpg',0,'attachment','image/jpeg',0),(143,2,'2015-03-26 14:13:27','2015-03-26 21:13:27','','WSCAA-logo','','inherit','closed','open','','wscaa-logo','','','2015-03-26 14:14:05','2015-03-26 21:14:05','',133,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSCAA-logo.jpg',0,'attachment','image/jpeg',0),(144,2,'2015-03-26 14:13:28','2015-03-26 21:13:28','','AOPA-logo','','inherit','closed','open','','aopa-logo','','','2015-03-26 14:13:58','2015-03-26 21:13:58','',133,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.jpg',0,'attachment','image/jpeg',0),(145,2,'2015-03-26 14:13:32','2015-03-26 21:13:32','','WAMA-logo','','inherit','closed','open','','wama-logo','','','2015-03-26 14:13:52','2015-03-26 21:13:52','',133,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg',0,'attachment','image/jpeg',0),(146,2,'2015-03-26 14:13:33','2015-03-26 21:13:33','','PNBAA-logo','','inherit','closed','open','','pnbaa-logo','','','2015-03-26 14:13:48','2015-03-26 21:13:48','',133,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo.jpg',0,'attachment','image/jpeg',0),(147,2,'2015-03-27 10:17:58','2015-03-27 17:17:58','<div class=\"row\">\n\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-182\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WSDOT Aviation logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\n\n</div>\n<div class=\"row\">\n\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif\"><img class=\"alignleft wp-image-145 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif\" alt=\"WSDOT Aviation logo\" width=\"200\" height=\"31\" /></a>Washington State Department of Transportation Aviation (WSDOT Aviation) - <a title=\"www.wsdot.wa.gov/aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">www.wsdot.wa.gov/aviation</a>\n\n \n\n<strong>Tony, drop the logos and instead list as below (you were missing several voting members) have the hyperlink to the web site active at the acronym.</strong>\n\nWashington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\n\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\n\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\n\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\n\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\n\nPacific Northwest Business Aviation Association (PNBAA)\n\nRecreational Aviation Foundation (RAF)\n\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\n\n</div>','Voting Members','','inherit','closed','open','','133-autosave-v1','','','2015-03-27 10:17:58','2015-03-27 17:17:58','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=147',0,'revision','',0),(148,2,'2015-03-26 14:16:03','2015-03-26 21:16:03','','AOPA-logo','','inherit','closed','open','','aopa-logo-2','','','2015-03-26 15:00:44','2015-03-26 22:00:44','',133,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png',0,'attachment','image/png',0),(149,2,'2015-03-26 14:17:09','2015-03-26 21:17:09','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignnone wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"151\" height=\"102\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n ','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-26 14:17:09','2015-03-26 21:17:09','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=149',0,'revision','',0),(150,2,'2015-03-26 14:17:44','2015-03-26 21:17:44','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignnone wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n ','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-26 14:17:44','2015-03-26 21:17:44','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=150',0,'revision','',0),(170,2,'2015-03-26 15:11:50','2015-03-26 22:11:50','<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n</div>','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-26 15:11:50','2015-03-26 22:11:50','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=170',0,'revision','',0),(151,2,'2015-03-26 14:35:05','2015-03-26 21:35:05','[caption id=\"attachment_145\" align=\"alignleft\" width=\"100\"]<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"100\" height=\"68\" /></a> WAMA[/caption]\r\n\r\nWashington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n ','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-26 14:35:05','2015-03-26 21:35:05','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=151',0,'revision','',0),(152,2,'2015-03-26 14:37:53','2015-03-26 21:37:53','','WAMA-logo','','inherit','closed','open','','wama-logo-2','','','2015-03-26 14:37:53','2015-03-26 21:37:53','',133,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.png',0,'attachment','image/png',0),(154,2,'2015-08-04 16:46:27','2015-08-04 23:46:27','<div class=\"row\">\n<div class=\"col-md-12\">\n<h2>Board of Directors</h2>\n</div>\n<div class=\"col-md-6\">\n<div class=\"media\">\n\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">Kandace Harvey</h4>\n<span style=\"color: #3366ff;\"><em>President</em></span>\nSnohomish, WA\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\nPhone: (360) 568-1541 x224\nFax: (360) 568-0834\nPresident, Washington Airport Management Association\nOwner, Harvey Field\n\n</div>\n</div>\n</div>\n<div class=\"col-md-6\">\n<div class=\"media\">\n\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">John Dobson</h4>\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\nShelton, WA\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\nPhone: (425) 426-1151\nPresident, Washington Pilots Association\nExecutive Director, Port of Shelton\n\n</div>\n</div>\n</div>\n</div>\n<div class=\"row\">\n<div class=\"col-md-6\">\n<div class=\"media\">\n\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">Tristan Atkins</h4>\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\nOlympia, WA\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\nPhone: (360) 709-8020\nCell: (360) 529-6550\nDirector of Aviation, Washington State Department of Transportation\n\n</div>\n</div>\n</div>\n<div class=\"col-md-6\">\n<div class=\"media\">\n\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">David Ketchum</h4>\n<span style=\"color: #3366ff;\"><em>Treasurer</em></span>\nGreenbank, WA\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\nPhone: (360) 678-0345\nChairman, Washington State Community Airport Association\nSenior Planner Airports & Heliports, T-O Engineers\n\n</div>\n</div>\n</div>\n</div>\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-autosave-v1','','','2015-08-04 16:46:27','2015-08-04 23:46:27','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=154',0,'revision','',0),(446,2,'2015-08-03 19:04:10','2015-08-04 02:04:10','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<span style=\"color: #3366ff;\"><em>President</em></span>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 426-1151\r\nExecutive Director, Port of Shelton\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<span style=\"color: #3366ff;\"><em>Treasurer</em></span>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-08-03 19:04:10','2015-08-04 02:04:10','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=446',0,'revision','',0),(155,2,'2015-03-26 14:47:37','2015-03-26 21:47:37','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-26 14:47:37','2015-03-26 21:47:37','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=155',0,'revision','',0),(156,2,'2015-03-26 14:50:21','2015-03-26 21:50:21','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\"><a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-HeadShot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-26 14:50:21','2015-03-26 21:50:21','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=156',0,'revision','',0),(157,2,'2015-03-26 14:51:40','2015-03-26 21:51:40','','LesSmith-Headshot-125x156','','inherit','closed','open','','lessmith-headshot-125x156','','','2015-03-26 14:51:53','2015-03-26 21:51:53','',115,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg',0,'attachment','image/jpeg',0),(158,2,'2015-03-26 14:51:44','2015-03-26 21:51:44','','LesSmith-Headshot','','inherit','closed','open','','lessmith-headshot','','','2015-03-26 14:51:44','2015-03-26 21:51:44','',115,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot.jpg',0,'attachment','image/jpeg',0),(159,2,'2015-03-26 14:51:58','2015-03-26 21:51:58','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-26 14:51:58','2015-03-26 21:51:58','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=159',0,'revision','',0),(160,2,'2015-03-26 14:53:43','2015-03-26 21:53:43','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (???) ???-????\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-26 14:53:43','2015-03-26 21:53:43','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=160',0,'revision','',0),(161,2,'2015-03-26 14:58:52','2015-03-26 21:58:52','[caption id=\"attachment_145\" align=\"alignleft\" width=\"100\"]<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"100\" height=\"68\" /></a> WAMA[/caption]\r\n\r\nWashington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-26 14:58:52','2015-03-26 21:58:52','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=161',0,'revision','',0),(162,2,'2015-03-27 10:23:20','2015-03-27 17:23:20','Aircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\n\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)','Non-Voting Members','','inherit','closed','open','','135-autosave-v1','','','2015-03-27 10:23:20','2015-03-27 17:23:20','',135,'http://03c1a29.netsolhost.com/wordpress1/?p=162',0,'revision','',0),(239,2,'2015-03-27 10:25:50','2015-03-27 17:25:50','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Treasurer</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-27 10:25:50','2015-03-27 17:25:50','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=239',0,'revision','',0),(164,2,'2015-03-26 15:05:12','2015-03-26 22:05:12','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"100\" height=\"68\" /></a>\r\n\r\nWashington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\"><img class=\"alignleft wp-image-148\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\" alt=\"AOPA logo\" width=\"123\" height=\"68\" /></a>\r\n\r\nAircraft Owners and Pilots Association (AOPA) - <a title=\"aopa.org\" href=\"http://aopa.org\" target=\"_blank\">aopa.org</a>\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo.jpg\"><img class=\"alignleft wp-image-146\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo-300x126.jpg\" alt=\"PNBAA-logo\" width=\"162\" height=\"68\" /></a>\r\n\r\nPacific Northwest Business Aviation Association (PNBAA) - <a title=\"pnbaa.org\" href=\"http://pnbaa.org/\" target=\"_blank\">pnbaa.org</a>\r\n\r\n ','Non-Voting Members','','inherit','closed','open','','135-revision-v1','','','2015-03-26 15:05:12','2015-03-26 22:05:12','',135,'http://03c1a29.netsolhost.com/wordpress1/?p=164',0,'revision','',0),(163,2,'2015-03-26 15:04:06','2015-03-26 22:04:06','[caption id=\"attachment_145\" align=\"alignleft\" width=\"100\"]<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"100\" height=\"68\" /></a> WAMA[/caption]\r\n\r\nWashington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n \r\n\r\n \r\n\r\n[caption id=\"attachment_148\" align=\"alignleft\" width=\"123\"]<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\"><img class=\"wp-image-148\" title=\"AOPA\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\" alt=\"AOPA logo\" width=\"123\" height=\"68\" /></a> AOPA[/caption]\r\n\r\nAircraft Owners and Pilots Association (AOPA) - <a title=\"aopa.org\" href=\"http://aopa.org\" target=\"_blank\">aopa.org</a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[caption id=\"attachment_146\" align=\"alignleft\" width=\"162\"]<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo.jpg\"><img class=\"wp-image-146\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo-300x126.jpg\" alt=\"PNBAA-logo\" width=\"162\" height=\"68\" /></a> PNBAA[/caption]\r\n\r\nPacific Northwest Business Aviation Association (PNBAA) - <a title=\"pnbaa.org\" href=\"http://pnbaa.org/\" target=\"_blank\">pnbaa.org</a>\r\n\r\n ','Non-Voting Members','','inherit','closed','open','','135-revision-v1','','','2015-03-26 15:04:06','2015-03-26 22:04:06','',135,'http://03c1a29.netsolhost.com/wordpress1/?p=163',0,'revision','',0),(165,2,'2015-03-26 15:07:40','2015-03-26 22:07:40','<div class=\"row col-md-12\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n</div>\r\n<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\"><img class=\"alignleft wp-image-148\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\" alt=\"AOPA logo\" width=\"123\" height=\"68\" /></a>Aircraft Owners and Pilots Association (AOPA) - <a title=\"aopa.org\" href=\"http://aopa.org\" target=\"_blank\">aopa.org</a>\r\n\r\n</div>\r\n<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo.jpg\"><img class=\"alignleft wp-image-146\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo-300x126.jpg\" alt=\"PNBAA-logo\" width=\"162\" height=\"68\" /></a>Pacific Northwest Business Aviation Association (PNBAA) - <a title=\"pnbaa.org\" href=\"http://pnbaa.org/\" target=\"_blank\">pnbaa.org</a>\r\n\r\n</div>','Non-Voting Members','','inherit','closed','open','','135-revision-v1','','','2015-03-26 15:07:40','2015-03-26 22:07:40','',135,'http://03c1a29.netsolhost.com/wordpress1/?p=165',0,'revision','',0),(166,2,'2015-03-26 15:08:24','2015-03-26 22:08:24','<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n</div>\r\n<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\"><img class=\"alignleft wp-image-148\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\" alt=\"AOPA logo\" width=\"123\" height=\"68\" /></a>Aircraft Owners and Pilots Association (AOPA) - <a title=\"aopa.org\" href=\"http://aopa.org\" target=\"_blank\">aopa.org</a>\r\n\r\n</div>\r\n<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo.jpg\"><img class=\"alignleft wp-image-146\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo-300x126.jpg\" alt=\"PNBAA-logo\" width=\"162\" height=\"68\" /></a>Pacific Northwest Business Aviation Association (PNBAA) - <a title=\"pnbaa.org\" href=\"http://pnbaa.org/\" target=\"_blank\">pnbaa.org</a>\r\n\r\n</div>','Non-Voting Members','','inherit','closed','open','','135-revision-v1','','','2015-03-26 15:08:24','2015-03-26 22:08:24','',135,'http://03c1a29.netsolhost.com/wordpress1/?p=166',0,'revision','',0),(167,4,'2015-03-26 15:10:46','2015-03-26 22:10:46','<h2 class=\"title sc-col-sm-12\"><strong>\nWashington State Aviation Alliance </strong></h2>\n<h3 class=\"subtitle sc-col-sm-12\">The Washington State Aviation Alliance serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.</h3>','Home','','inherit','closed','open','','117-autosave-v1','','','2015-03-26 15:10:46','2015-03-26 22:10:46','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=167',0,'revision','',0),(168,4,'2015-03-26 15:18:43','2015-03-26 22:18:43','<h2></h2>\n<h1>The Washington State Aviation Alliance serves as a collective voice for aviation and airport related\norganizations to protect and promote aviation in the state of Washington.</h1>','Mission Statement','','inherit','closed','open','','61-autosave-v1','','','2015-03-26 15:18:43','2015-03-26 22:18:43','',61,'http://03c1a29.netsolhost.com/wordpress1/?p=168',0,'revision','',0),(174,4,'2015-03-26 15:18:53','2015-03-26 22:18:53','<h2></h2>\r\n<h3>The Washington State Aviation Alliance serves as a collective voice for aviation and airport related\r\norganizations to protect and promote aviation in the state of Washington.</h3>','Mission Statement','','inherit','closed','open','','61-revision-v1','','','2015-03-26 15:18:53','2015-03-26 22:18:53','',61,'http://03c1a29.netsolhost.com/wordpress1/?p=174',0,'revision','',0),(169,4,'2015-03-26 15:11:45','2015-03-26 22:11:45','<h4 style=\"text-align: left;\">WSDOT Aviation Division serves in partnership with the Washington State Aviation Alliance Steering Committee</h4>\r\n<h3 style=\"text-align: left;\">Washington State Aviation Alliance (WSAA) White Paper</h3>\r\nAviation in Washington state contributes significantly to its economy, transportation system and\r\nquality of life. Airports, pilot and aircraft organizations and various different user groups have\r\nextensive interests in aviation including general aviation, commercial aviation, aerospace, aircraft\r\nmanufacturing and aviation safety. The statewide aviation system is crucial to its emergency and\r\ndisaster response efforts and enables a steady flow of commerce and tourism to many of its\r\ncommunities. In 2012, the Washington State Department of Transportation’s (WSDOT) Aviation\r\nEconomic Impact Study revealed that airports <strong>support 248,500 jobs, and generate nearly $51</strong>\r\n<strong> billion in economic output.<sup>i</sup></strong>\r\n\r\nThere is little question that the general aviation industry is facing serious challenges in today\'s\r\neconomic climate, a situation that may become worse depending on actions taken to balance\r\nbudgets and reduce spending. Many proposed actions could result in further adverse impacts to an\r\nalready depressed industry. While we in the industry recognize the importance of general aviation\r\nto the transportation system and its value to local and national economies, many do not have that\r\ninformation or share our view – which makes it important that we find ways to protect the industry\r\nand, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is\r\nrecognition of a need for those of us in Washington’s aviation community to join forces in a\r\nsimilar way in an effort to protect and promote general aviation interests in the state. For this\r\nreason a small group of representatives from several aviation organizations met and developed\r\nplans for an organization that will serve that purpose.\r\n\r\nThis organization will be titled the Washington State Aviation Alliance (WSAA) and will be\r\ncreated as a 501(c)(6) nonprofit corporation. Purposes as stated in the adopted bylaws are:\r\n<ol type=\"A\">\r\n <li>To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.</li>\r\n <li>To promote airports as vital to our state’s economy and transportation system.</li>\r\n <li>To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.</li>\r\n <li>To advocate for airport issues that are important to the state, region and\r\ncommunities they serve.</li>\r\n <li>To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.</li>\r\n <li>To communicate with decision makers about the importance of aviation.</li>\r\n <li>To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.</li>\r\n <li>To enable the exchange of ideas, information and experience between various\r\naviation user groups.</li>\r\n <li>To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.</li>\r\n <li>To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.</li>\r\n <li>To act as a resource for:\r\n<ol type=\"a\">\r\n <li>Major planning initiatives within Washington State, and</li>\r\n <li>Aviation issues affecting Washington State.</li>\r\n</ol>\r\n</li>\r\n</ol>\r\nThe WSAA mission statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport-related organizations to protect and promote aviation in the state of\r\nWashington.\r\n\r\nMembership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:\r\n<ol>\r\n <li>Voting Members are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance;</li>\r\n <li>Additional Voting Membership is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;</li>\r\n <li>Non-Voting Members are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and</li>\r\n <li>Associate Membership is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.</li>\r\n</ol>\r\n<sup>i</sup> WSDOT, “Aviation Economic Impact Study,” Executive Summary, 2012, p. iii','White Paper','','inherit','closed','open','','65-autosave-v1','','','2015-03-26 15:11:45','2015-03-26 22:11:45','',65,'http://03c1a29.netsolhost.com/wordpress1/?p=169',0,'revision','',0),(171,4,'2015-03-26 15:12:23','2015-03-26 22:12:23','<h4 style=\"text-align: left;\">WSDOT Aviation Division serves in partnership with the Washington State Aviation Alliance</h4>\r\n<h3 style=\"text-align: left;\">Washington State Aviation Alliance (WSAA) White Paper</h3>\r\nAviation in Washington state contributes significantly to its economy, transportation system and\r\nquality of life. Airports, pilot and aircraft organizations and various different user groups have\r\nextensive interests in aviation including general aviation, commercial aviation, aerospace, aircraft\r\nmanufacturing and aviation safety. The statewide aviation system is crucial to its emergency and\r\ndisaster response efforts and enables a steady flow of commerce and tourism to many of its\r\ncommunities. In 2012, the Washington State Department of Transportation’s (WSDOT) Aviation\r\nEconomic Impact Study revealed that airports <strong>support 248,500 jobs, and generate nearly $51</strong>\r\n<strong> billion in economic output.<sup>i</sup></strong>\r\n\r\nThere is little question that the general aviation industry is facing serious challenges in today\'s\r\neconomic climate, a situation that may become worse depending on actions taken to balance\r\nbudgets and reduce spending. Many proposed actions could result in further adverse impacts to an\r\nalready depressed industry. While we in the industry recognize the importance of general aviation\r\nto the transportation system and its value to local and national economies, many do not have that\r\ninformation or share our view – which makes it important that we find ways to protect the industry\r\nand, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is\r\nrecognition of a need for those of us in Washington’s aviation community to join forces in a\r\nsimilar way in an effort to protect and promote general aviation interests in the state. For this\r\nreason a small group of representatives from several aviation organizations met and developed\r\nplans for an organization that will serve that purpose.\r\n\r\nThis organization will be titled the Washington State Aviation Alliance (WSAA) and will be\r\ncreated as a 501(c)(6) nonprofit corporation. Purposes as stated in the adopted bylaws are:\r\n<ol type=\"A\">\r\n <li>To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.</li>\r\n <li>To promote airports as vital to our state’s economy and transportation system.</li>\r\n <li>To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.</li>\r\n <li>To advocate for airport issues that are important to the state, region and\r\ncommunities they serve.</li>\r\n <li>To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.</li>\r\n <li>To communicate with decision makers about the importance of aviation.</li>\r\n <li>To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.</li>\r\n <li>To enable the exchange of ideas, information and experience between various\r\naviation user groups.</li>\r\n <li>To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.</li>\r\n <li>To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.</li>\r\n <li>To act as a resource for:\r\n<ol type=\"a\">\r\n <li>Major planning initiatives within Washington State, and</li>\r\n <li>Aviation issues affecting Washington State.</li>\r\n</ol>\r\n</li>\r\n</ol>\r\nThe WSAA mission statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport-related organizations to protect and promote aviation in the state of\r\nWashington.\r\n\r\nMembership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:\r\n<ol>\r\n <li>Voting Members are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance;</li>\r\n <li>Additional Voting Membership is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;</li>\r\n <li>Non-Voting Members are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and</li>\r\n <li>Associate Membership is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.</li>\r\n</ol>\r\n<sup>i</sup> WSDOT, “Aviation Economic Impact Study,” Executive Summary, 2012, p. iii','White Paper','','inherit','closed','open','','65-revision-v1','','','2015-03-26 15:12:23','2015-03-26 22:12:23','',65,'http://03c1a29.netsolhost.com/wordpress1/?p=171',0,'revision','',0),(172,4,'2015-03-26 15:13:17','2015-03-26 22:13:17','<h2 class=\"title sc-col-sm-12\"><strong>\r\nWashington State Aviation Alliance (WSSA)</strong></h2>\r\n<h3 class=\"subtitle sc-col-sm-12\">The Washington State Aviation Alliance serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.</h3>','Home','','inherit','closed','open','','117-revision-v1','','','2015-03-26 15:13:17','2015-03-26 22:13:17','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=172',0,'revision','',0),(175,4,'2015-03-26 15:20:04','2015-03-26 22:20:04','<h2></h2>\r\n<h4>The Washington State Aviation Alliance serves as a collective voice for aviation and airport related\r\norganizations to protect and promote aviation in the state of Washington.</h4>','Mission Statement','','inherit','closed','open','','61-revision-v1','','','2015-03-26 15:20:04','2015-03-26 22:20:04','',61,'http://03c1a29.netsolhost.com/wordpress1/?p=175',0,'revision','',0),(176,2,'2015-03-26 15:20:51','2015-03-26 22:20:51','<p>Organization Name (required)<br />\r\n [text* organization-name] </p>\r\n\r\n<p>Organization Phone (required)<br />\r\n [tel* organization-phone] </p>\r\n\r\n<p>Organization Address (required)<br />\r\n [text* organization-address] </p>\r\n\r\n<p>Organization Website (required)<br />\r\n [url* organization-website] </p>\r\n\r\n<p>Membership Category<br />\r\n [radio membership-category class:radio use_label_element \"Voting Membership\" \"Washington State Legislature-enacted Organizations with an Aviation Component\" \"Non-Voting Membership\" \"Associate Membership\" \"Interested Persons (No dues)\"] </p>\r\n\r\n<p>Delegate Name (required)<br />\r\n [text* delegate-name] </p>\r\n\r\n<p>Delegate Phone (required)<br />\r\n [tel* delegate-phone] </p>\r\n\r\n<p>Delegate Address (required)<br />\r\n [text* delegate-address] </p>\r\n\r\n<p>Delegate Email (required)<br />\r\n [email* delegate-email] </p>\r\n\r\n<p>Billing Address (required)<br />\r\n [text* billing-address] </p>\r\n\r\n<p>Billing Email (required)<br />\r\n [email* billing-email] </p>\r\n\r\n<p>Delegate Signature (required)<br />\r\n [text* delegate-signature] </p>\r\n\r\n<p>Date (required)<br />\r\n [date* membership-date] </p>\r\n\r\n\r\n<p>[submit \"Send\"]</p>\nMembership Application Form\n[delegate-name] <[delegate-email]>\nFrom: [delegate-name] <[delegate-email]>\r\nSubject: Membership Application Form\r\n\r\n<p>Organization Name: [organization-name] </p>\r\n\r\n<p>Organization Phone: [organization-phone] </p>\r\n\r\n<p>Organization Address: [organization-address] </p>\r\n\r\n<p>Organization Website: [organization-website] </p>\r\n\r\n<p>Membership Category: [membership-category] </p>\r\n\r\n<p>Delegate Name: [delegate-name] </p>\r\n\r\n<p>Delegate Phone: [delegate-phone] </p>\r\n\r\n<p>Delegate Address: [delegate-address] </p>\r\n\r\n<p>Delegate Email: [delegate-email] </p>\r\n\r\n<p>Billing Address: [billing-address] </p>\r\n\r\n<p>Billing Email: [billing-email] </p>\r\n\r\n<p>Delegate Signature: [delegate-signature] </p>\r\n\r\n<p>Date: [membership-date] </p>\r\n\r\n--\r\nThis e-mail was sent from a membership form on Washington State Aviation Alliance (http://03c1a29.netsolhost.com/wordpress1)\npresident@wsaa.aero\nReply-To: [delegate-email]\n\n1\n\n\n[your-subject]\nWashington State Aviation Alliance <webmaster@wsaa.aero>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Washington State Aviation Alliance (http://03c1a29.netsolhost.com/wordpress1)\n[your-email]\nReply-To: webmaster@wsaa.aero\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Membership Application Form','','publish','closed','open','','membership-application-form','','','2015-03-26 16:56:51','2015-03-26 23:56:51','',0,'http://03c1a29.netsolhost.com/wordpress1/?post_type=wpcf7_contact_form&p=176',0,'wpcf7_contact_form','',0),(177,4,'2015-03-26 15:21:40','2015-03-26 22:21:40','<h3 style=\"text-align: center;\">BYLAWS OF THE</h3>\r\n<h2 style=\"text-align: center;\">WASHINGTON STATE\r\nAVIATION ALLIANCE\r\n(WSAA)</h2>\r\n<h3 style=\"text-align: center;\">A NONPROFIT CORPORATION</h3>\r\n<h4 style=\"text-align: center;\">BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE\r\nA NONPROFIT CORPORATION</h4>\r\nTABLE OF CONTENTS PAGE\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\nARTICLE 1. NAME AND PURPOSE:\r\nThe name of the corporation shall be the Washington State Aviation Alliance (the “Alliance”).\r\nThe Alliance Mission Statement is: The Washington State Aviation Alliance serves as a collective\r\nvoice for aviation and airport‐related organizations to protect and promote aviation in the state of\r\nWashington.\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\nARTICLE 2. OFFICES:\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\nARTICLE 3. MEMBERSHIP CATEGORIES:\r\nSection 3‐1. Voting Membership:\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\nSection 3‐2. Washington State Legislature‐enacted Organizations with an Aviation\r\nComponent:\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\nSection 3‐3. Non‐Voting Membership:\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\nSection 3‐4. Associate Membership:\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\nSection 3‐5. Interested Persons:\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\nARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\nARTICLE 5. DUES AND FEES:\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\nARTICLE 6. MEETINGS:\r\nSection 6‐1. Regular Meetings of the Board of Directors:\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\nSection 6‐2. Regular Meetings of the Alliance:\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\nSection 6‐3. Special Meetings:\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\nSection 6‐4. Meetings via Telephone Conference:\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\nSection 6‐5. Notice of Regular Meetings:\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\nSection 6‐6. Notice of Special Meetings:\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\nSection 6‐7. Quorum for Board of Directors Meetings:\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\nSection 6‐8. Quorum for Alliance Meetings:\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\nSection 6‐9. Conduct of Meetings:\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\nARTICLE 7. THE ALLIANCE:\r\nSection 7‐1. General Powers of the Alliance and the Board of Directors:\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\nSection 7‐2. Voting:\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\nSection 7‐3. Removal:\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\nSection 7‐4. Vacancies:\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\nSection 7‐5. Presumption of Assent:\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\nSection 7‐6. Compensation of Delegates:\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\nARTICLE 8. OFFICERS:\r\nSection 8‐1. Number:\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\nSection 8‐2. Election and Term of Office:\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\nSection 8‐3. Removal:\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\nSection 8‐4. Vacancies:\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\nSection 8‐5. President:\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\nSection 8‐6. Vice‐President:\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\nSection 8‐7. Secretary:\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\nSection 8‐8. Treasurer:\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\nSection 8‐9. Honorary and Other Officers:\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\nSection 8‐10. Compensation of Officers:\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\nARTICLE 9. COMMITTEES:\r\nSection 9‐1. Committees:\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\nSection 9‐2. Term of Office:\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\nARTICLE 10. BUSINESS MATTERS\r\nSection 10‐1. Filings:\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\nSection 10‐2. Contracts:\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\nSection 10‐3. Loans:\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\nSection 10‐4. Checks, Drafts, etc.:\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\nSection 10‐5. Deposits:\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\nSection 10‐6. Budget:\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\nSection 10‐7. Facsimile Signatures:\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\nARTICLE 11. WAIVER OF NOTICE:\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\nARTICLE 12. INDEMNIFICATION:\r\nSection 12‐1. Indemnification:\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\nSection 12‐2. Good Faith:\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\nSection 12‐3. Reimbursement of Expenses:\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\nSection 12‐4. Rights Granted Herein not Exclusive:\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\nARTICLE 13. CONFLICT OF INTEREST:\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\nARTICLE 14. AMENDMENTS:\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\nARTICLE 15. DEFINITIONS:\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\nIndemnification:\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\nARTICLE 17. LIST OF REVISIONS:\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','inherit','closed','open','','63-revision-v1','','','2015-03-26 15:21:40','2015-03-26 22:21:40','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=177',0,'revision','',0),(178,2,'2015-03-26 15:29:00','2015-03-26 22:29:00','<h3><span style=\"color: #3366ff;\">Annual Dues $200</span></h3>\r\n[contact-form-7 id=\"176\" title=\"Membership Application Form\"]','Join','','publish','closed','open','','join','','','2015-03-29 16:52:04','2015-03-29 23:52:04','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=178',0,'page','',0),(179,2,'2015-03-26 15:29:00','2015-03-26 22:29:00','[contact-form-7 id=\"176\" title=\"Membership Application Form\"]','Join','','inherit','closed','open','','178-revision-v1','','','2015-03-26 15:29:00','2015-03-26 22:29:00','',178,'http://03c1a29.netsolhost.com/wordpress1/?p=179',0,'revision','',0),(180,2,'2015-03-26 15:29:44','2015-03-26 22:29:44',' ','','','publish','closed','open','','180','','','2016-01-14 14:17:55','2016-01-14 22:17:55','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=180',19,'nav_menu_item','',0),(182,2,'2015-03-26 15:59:12','2015-03-26 22:59:12','','WSDOTAviation-logo','','inherit','closed','open','','wsdotaviation-logo','','','2015-03-26 15:59:34','2015-03-26 22:59:34','',133,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif',0,'attachment','image/gif',0),(183,2,'2015-03-26 16:02:59','2015-03-26 23:02:59','<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-182\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WSDOT Aviation logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n</div>\r\n<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif\"><img class=\"alignleft wp-image-145 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif\" alt=\"WSDOT Aviation logo\" width=\"200\" height=\"31\" /></a>Washington State Department of Transportation Aviation (WSDOT Aviation) - <a title=\"www.wsdot.wa.gov/aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">www.wsdot.wa.gov/aviation</a>\r\n\r\n</div>','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-26 16:02:59','2015-03-26 23:02:59','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=183',0,'revision','',0),(184,2,'2015-03-26 16:28:57','2015-03-26 23:28:57','<h4>Membership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under five categories:</h4>\r\n<ol>\r\n <li><span style=\"color: #0b5cbf;\">Section 3‐1. VOTING MEMBERSHIP<span style=\"color: #3366ff;\">:</span></span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.</li>\r\n <li><span style=\"color: #3366ff;\">Section 3‐2. VOTING MEMBERSHIP - Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #3366ff;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.</li>\r\n <li><span style=\"color: #3366ff;\">Section 3‐3. NON-VOTING MEMBERSHIP:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.</li>\r\n <li><span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. ASSOCIATE MEMBERSHIP:</span></span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.</li>\r\n <li><span style=\"color: #3366ff;\">Section 3‐5. INTERESTED PERSONS:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.</li>\r\n</ol>','Membership Categories','','publish','closed','open','','membership-categories','','','2015-06-30 16:44:21','2015-06-30 23:44:21','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=184',0,'page','',0),(185,2,'2015-03-26 16:28:57','2015-03-26 23:28:57','','Membership Categories','','inherit','closed','open','','184-revision-v1','','','2015-03-26 16:28:57','2015-03-26 23:28:57','',184,'http://03c1a29.netsolhost.com/wordpress1/?p=185',0,'revision','',0),(186,2,'2015-03-26 16:29:12','2015-03-26 23:29:12','Each category of membership, as defined in Article 3 and specifically <span style=\"text-decoration: underline;\"><em>excluding</em></span> the Interested\r\nPersons category, shall pay annual dues in the amount <strong>$200 </strong>as established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.','Membership Dues','','publish','closed','open','','membership-dues','','','2015-06-30 16:46:18','2015-06-30 23:46:18','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=186',0,'page','',0),(187,2,'2015-03-26 16:29:12','2015-03-26 23:29:12','','Membership Dues','','inherit','closed','open','','186-revision-v1','','','2015-03-26 16:29:12','2015-03-26 23:29:12','',186,'http://03c1a29.netsolhost.com/wordpress1/?p=187',0,'revision','',0),(188,2,'2015-03-26 16:29:48','2015-03-26 23:29:48','<strong><span style=\"color: #3366ff;\">VOTING MEMBERS</span></strong>\r\n\r\n<strong>Washington Airport Management Association</strong> (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\nKandace Harvey, <a href=\"mailto:kharvey@harveyfield.com\">kharvey@harveyfield.com</a>\r\n\r\n<strong>Washington State Community Airport Association</strong> (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\nDavid Ketchum, <a href=\"mailto:david.ketchum@wscaa.org\">david.ketchum@wscaa.org</a>\r\n\r\n<strong>Washington Pilots Association</strong> (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\nJohn Dobson, <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\n\r\n<strong>Washington Seaplane Pilots Association</strong> (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\nStephen Ratzlaff, <a href=\"mailto:stephen@orderport.net\">stephen@orderport.net</a>\r\n\r\n<strong>Washington Aviation Association</strong> (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\nJamelle Garcia, <a href=\"mailto:jamelle.garcia@gmail.com\">jamelle.garcia@gmail.com</a>\r\n\r\n<strong>Pacific Northwest Business Aviation Association</strong> (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\nAlan Burnett, <a href=\"mailto:alan@centerpointaviationlaw.com\">alan@centerpointaviationlaw.com</a>\r\n\r\n<strong>Recreational Aviation Foundation</strong> (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\nDave Whitelaw, <a href=\"mailto:dwhitelaw@theraf.org\">dwhitelaw@theraf.org</a>\r\n\r\n<strong>Washington State Department of Transportation, Aviation Division</strong> (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\r\nTristan Atkins, <a href=\"mailto:AtkinsTK@wsdot.wa.gov\">AtkinsTK@wsdot.wa.gov</a>\r\n\r\n \r\n\r\n<strong><span style=\"color: #3366ff;\">NON-VOTING MEMBERS</span></strong>\r\n\r\n<strong>Aircraft Owners and Pilots Association</strong> (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\r\n\r\n<strong>National Business Aviation Association</strong> (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)\r\n\r\n<strong><span style=\"color: #3366ff;\">ASSOCIATES</span></strong>\r\n\r\n<strong><span style=\"color: #3366ff;\">INTERESTED PARTIES</span></strong>\r\n\r\n<strong>CenterPoint Aviation Law PLLC</strong> (<a href=\"http://www.centerpointaviationlaw.com/\" target=\"_blank\">CPAL</a>)','Membership Directory','','publish','closed','open','','membership-directory','','','2016-03-02 19:01:34','2016-03-03 03:01:34','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=188',0,'page','',0),(189,2,'2015-03-26 16:29:48','2015-03-26 23:29:48','','Membership Directory','','inherit','closed','open','','188-revision-v1','','','2015-03-26 16:29:48','2015-03-26 23:29:48','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=189',0,'revision','',0),(190,2,'2015-03-26 16:30:08','2015-03-26 23:30:08','','Associates','','publish','closed','open','','associates','','','2015-03-26 16:30:08','2015-03-26 23:30:08','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=190',0,'page','',0),(191,2,'2015-03-26 16:30:08','2015-03-26 23:30:08','','Associates','','inherit','closed','open','','190-revision-v1','','','2015-03-26 16:30:08','2015-03-26 23:30:08','',190,'http://03c1a29.netsolhost.com/wordpress1/?p=191',0,'revision','',0),(193,2,'2015-03-26 16:32:20','2015-03-26 23:32:20',' ','','','publish','closed','open','','193','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=193',14,'nav_menu_item','',0),(194,2,'2015-03-26 16:32:20','2015-03-26 23:32:20',' ','','','publish','closed','open','','194','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=194',13,'nav_menu_item','',0),(195,2,'2015-03-26 16:32:20','2015-03-26 23:32:20',' ','','','publish','closed','open','','195','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=195',12,'nav_menu_item','',0),(196,2,'2015-03-26 16:59:32','2015-03-26 23:59:32','Membership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:\r\n<ol>\r\n <li>Voting Members are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance;</li>\r\n <li>Additional Voting Membership is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;</li>\r\n <li>Non-Voting Members are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and</li>\r\n <li>Associate Membership is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.</li>\r\n</ol>','Membership Categories','','inherit','closed','open','','184-revision-v1','','','2015-03-26 16:59:32','2015-03-26 23:59:32','',184,'http://03c1a29.netsolhost.com/wordpress1/?p=196',0,'revision','',0),(198,4,'2015-03-26 17:27:21','2015-03-27 00:27:21','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voi and, where possible, promote its growth.\n\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\n\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\n<h3> <strong>Washington State Aviation Alliance Founding Members</strong></h3>','Steering Committee','','inherit','closed','open','','71-autosave-v1','','','2015-03-26 17:27:21','2015-03-27 00:27:21','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=198',0,'revision','',0),(199,4,'2015-03-26 17:24:46','2015-03-27 00:24:46','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to protect the industry and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n<h3> <strong>Washington State Aviation Alliance Founding Members</strong></h3>','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-26 17:24:46','2015-03-27 00:24:46','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=199',0,'revision','',0),(200,4,'2015-03-26 17:27:31','2015-03-27 00:27:31','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n<h3> <strong>Washington State Aviation Alliance Founding Members</strong></h3>','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-26 17:27:31','2015-03-27 00:27:31','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=200',0,'revision','',0),(201,4,'2015-03-26 17:34:51','2015-03-27 00:34:51','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n<h3> <strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\nTony - insert the 6 photos here and do not include the current WASA officer position as this was the steering committee, we had not officers at this time.','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-26 17:34:51','2015-03-27 00:34:51','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=201',0,'revision','',0),(202,4,'2015-03-26 17:35:40','2015-03-27 00:35:40','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n<h3> <strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\nTony - insert the 6 photos here and do not include the current WASA officer position titles as this was the steering committee, we had no officers at this time.','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-26 17:35:40','2015-03-27 00:35:40','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=202',0,'revision','',0),(208,4,'2015-03-26 18:11:06','2015-03-27 01:11:06','<h3 style=\"text-align: center;\"></h3>\r\n<h2 style=\"text-align: center;\">WASHINGTON STATE\r\nAVIATION ALLIANCE\r\n(WSAA)</h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #0b5cbf;\">A NONPROFIT CORPORATION</span></h3>\r\n<h4 style=\"text-align: center;\">BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE\r\nA NONPROFIT CORPORATION</h4>\r\n<strong>TABLE OF CONTENTS PAGE</strong>\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\r\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\r\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\r\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\r\n<em> Washington.</em>\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\n<strong>ARTICLE 2. OFFICES:</strong>\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\r\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting Membership:</span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #0b5cbf;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #0b5cbf;\">Section 3‐3. Non‐Voting Membership:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐4. Associate Membership:</span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐5. Interested Persons:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n<strong>ARTICLE 5. DUES AND FEES:</strong>\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\n<strong>ARTICLE 6. MEETINGS:</strong>\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐3. Special Meetings:</em></span>\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐7. Quorum for Board of Directors Meetings:</span></em>\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐8. Quorum for Alliance Meetings:</span></em>\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐1. General Powers of the Alliance and the Board of Directors:</span></em>\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐3. Removal:</span></em>\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐4. Vacancies:</span></em>\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐5. Presumption of Assent:</em></span>\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐6. Compensation of Delegates:</span></em>\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\n<strong>ARTICLE 8. OFFICERS:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐1. Number:</span></em>\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐3. Removal:</span></em>\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐4. Vacancies:</span></em>\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐5. President:</span></em>\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐6. Vice‐President:</span></em>\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐7. Secretary:</span></em>\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\n<span style=\"color: #0b5cbf;\"><em>Section 8‐8. Treasurer:</em></span>\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\n<span style=\"color: #0b5cbf;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐10. Compensation of Officers:</span></em>\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\n<strong>ARTICLE 9. COMMITTEES:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐1. Committees:</span></em>\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐1. Filings:</span></em>\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐2. Contracts:</span></em>\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐3. Loans:</span></em>\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐4. Checks, Drafts, etc.:</span></em>\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐5. Deposits:</span></em>\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐6. Budget:</span></em>\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐7. Facsimile Signatures:</span></em>\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐1. Indemnification:</span></em>\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐2. Good Faith:</span></em>\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐3. Reimbursement of Expenses:</span></em>\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐4. Rights Granted Herein not Exclusive:</span></em>\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\n<strong>ARTICLE 14. AMENDMENTS:</strong>\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\n<strong>ARTICLE 15. DEFINITIONS:</strong>\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\n<strong>Indemnification:</strong>\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','inherit','closed','open','','63-revision-v1','','','2015-03-26 18:11:06','2015-03-27 01:11:06','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=208',0,'revision','',0),(204,4,'2015-03-26 17:44:29','2015-03-27 00:44:29','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n<strong>TONY - Add David Ketchum\'s photo and information - WSAA Treasurer</strong>\r\n<pre><span style=\"color: #000000; font-family: Calibri;\">David Ketchum \r\nTreasurer\r\nWhidbey Island, WA\r\nEmail: treasurer@wsaa.aero \r\nChairman, Washington State Community Airport Association\r\n</span></pre>\r\n<pre><span style=\"color: #000000; font-family: Calibri;\"> </span></pre>\r\n<pre><span style=\"color: #000000; font-family: Calibri;\">(360) 678-0345 </span></pre>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a> <strong>Tony, move Warren to the Steering Committee tab</strong>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a> <strong>Tony, Move Dave to the Steering Committee Tab</strong>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Steering Committee Member</em>\r\n<b><i><span style=\"font-family: Calibri;\">David Ulane, A.A.E.</span></i></b>\r\n\r\n<span style=\"font-family: Calibri;\">Northwest Mountain Regional Manager</span>\r\n\r\n<i><span style=\"font-family: Calibri;\"> (Serving CO, ID, MT, OR, UT, WA, WY)</span></i>\r\n\r\n<a href=\"http://www.aopa.org/\"><span style=\"font-family: Calibri;\">Aircraft Owners and Pilots Association</span></a>\r\n\r\n<span style=\"font-family: Calibri;\">(301) 695-2094</span>\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-26 17:44:29','2015-03-27 00:44:29','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=204',0,'revision','',0),(215,2,'2015-03-26 18:17:32','2015-03-27 01:17:32','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Treasurer</em>\r\nWhidbey Island, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n\r\n\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-26 18:17:32','2015-03-27 01:17:32','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=215',0,'revision','',0),(205,4,'2015-03-26 17:47:21','2015-03-27 00:47:21','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>TONY - Add David Ketchum\'s photo and information - WSAA Treasurer</strong>\r\n<pre><span style=\"color: #000000; font-family: Calibri;\">David Ketchum \r\nTreasurer\r\nWhidbey Island, WA\r\nEmail: treasurer@wsaa.aero \r\nChairman, Washington State Community Airport Association\r\n</span></pre>\r\n<pre><span style=\"color: #000000; font-family: Calibri;\"> </span></pre>\r\n<pre><span style=\"color: #000000; font-family: Calibri;\">(360) 678-0345 </span></pre>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a> <strong>Tony, move Warren to the Steering Committee tab</strong>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a> <strong>Tony, Move Dave to the Steering Committee Tab</strong>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Steering Committee Member</em>\r\n<b><i><span style=\"font-family: Calibri;\">David Ulane, A.A.E.</span></i></b>\r\n\r\n<span style=\"font-family: Calibri;\">Northwest Mountain Regional Manager</span>\r\n\r\n<i><span style=\"font-family: Calibri;\"> (Serving CO, ID, MT, OR, UT, WA, WY)</span></i>\r\n\r\n<a href=\"http://www.aopa.org/\"><span style=\"font-family: Calibri;\">Aircraft Owners and Pilots Association</span></a>\r\n\r\n<span style=\"font-family: Calibri;\">(301) 695-2094</span>\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-26 17:47:21','2015-03-27 00:47:21','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=205',0,'revision','',0),(206,4,'2015-03-26 17:49:26','2015-03-27 00:49:26','<h4>Membership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:</h4>\r\n<ol>\r\n <li><strong>Voting Members</strong> are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance;</li>\r\n <li><strong>Additional Voting Membership</strong> is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;</li>\r\n <li><strong>Non-Voting Members</strong> are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and</li>\r\n <li><strong>Associate Membership</strong> is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.</li>\r\n</ol>','Membership Categories','','inherit','closed','open','','184-revision-v1','','','2015-03-26 17:49:26','2015-03-27 00:49:26','',184,'http://03c1a29.netsolhost.com/wordpress1/?p=206',0,'revision','',0),(207,4,'2015-03-29 17:26:02','2015-03-30 00:26:02','<h2 style=\"text-align: center;\"> WASHINGTON STATE AVIATION ALLIANCE</h2>\n<h2 style=\"text-align: center;\"><strong>BYLAWS</strong></h2>\n<h2 style=\"text-align: center;\"><strong> </strong></h2>\n<h3 style=\"text-align: center;\"><span style=\"color: #3366ff;\">A NONPROFIT CORPORATION</span></h3>\n<h4 style=\"text-align: center;\"></h4>\n<strong>TABLE OF CONTENTS PAGE</strong>\n1. Name and Purpose 4\n2. Offices 4\n3. Membership Categories 5\n3‐1. Voting Membership 5\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\n3‐3. Non‐Voting Membership 6\n3‐4. Associate Membership 6\n3‐5. Interested Persons 6\n4. Legislative and Policy Positions 6\n5. Dues and Fees 7\n6. Meetings 7\n6‐1. Regular Meetings of the Board of Directors 7\n6‐2. Regular Meetings of the Alliance 7\n6‐3. Special Meetings 7\n6‐4. Meetings via Telephone Conference 7\n6‐5. Notice of Regular Meetings 7\n6‐6. Notice of Special Meetings 8\n6‐7. Quorum for Board of Directors Meetings 8\n6‐8. Quorum for Alliance Meetings 8\n6‐9. Conduct of Meetings 8\n7. The Alliance 9\n7‐1. General Powers of the Alliance and the Board of Directors 9\n7‐2. Voting 9\n7‐3. Removal 9\n7‐4. Vacancies 9\n7‐5. Presumption of Assent 9\n7‐6. Compensation of Delegates 10\n8. Officers 10\n8‐1. Number 10\n8‐2. Election and Term of Office 10\n8‐3. Removal 10\n8‐4. Vacancies 10\n8‐5. President 10\n8‐6. Vice‐President 11\n8‐7. Secretary 11\n8‐8. Treasurer 11\n8‐9. Honorary and Other Officers 11\n8‐10. Compensation of Officers 12\n9. Committees 12\n9‐1. Committees 12\n9‐2. Term of Office 12\n10. Business Matters 12\n10‐1. Filings 12\n10‐2. Contracts 13\n10‐3. Loans 13\n10‐4. Checks, Drafts, etc. 13\n10‐5. Deposits 13\n10‐6. Budgets 13\n10‐7. Facsimile Signatures 13\n11. Waiver of Notice 14\n12. Indemnification 14\n1. Indemnification 14\n2. Good Faith 14\n3. Reimbursement of Expenses 14\n4. Rights Granted Herein Not Exclusive 14\n13. Conflict of Interest 15\n14. Amendments 15\n15. Definitions 15\n16. Approval 17\n17. List of Revisions 18\n\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\n<em> Washington.</em>\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\n(A) To advocate for aviation in the state and bring together members of various aviation\nassociations to represent a collective voice for common goals.\n(B) To promote airports as vital to our state’s economy and transportation system.\n(C) To encourage aviation education and training opportunities throughout the state to\nfoster new generations of skilled workers for aviation jobs.\n(D) To advocate for airport issues that are important to the state, region and communities\nthey serve.\n(E) To support aviation initiatives that bolster the state’s economy and transportation\nsystem.\n(F) To communicate with decision makers about the importance of aviation.\n(G) To propose initiatives and legislation that address aviation issues and promote the\nhealth of aviation in the state.\n(H) To enable the exchange of ideas, information and experience between various aviation\nuser groups.\n(I) To provide outreach to user groups and the public about relevant aviation issues and\ninitiatives.\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\nwith the above, to exercise all powers available to nonprofit corporations.\n(K) To act as a resource for:\na. Major planning initiatives within Washington State, and\nb. Aviation issues affecting Washington State.\n<strong>ARTICLE 2. OFFICES:</strong>\nThe principal office of the Alliance shall be at a location within the state of Washington as\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\nmay require.\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\nand a registered agent whose office is identical with such registered office, as required by the\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\nprincipal office in the state of Washington, and the address of the registered office may be changed\nfrom time to time as determined by the Board.\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting <span style=\"color: #3366ff;\">Membership:</span></span>\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\norganization properly incorporated or organized within Washington state that has an active membership\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\nmay represent only one organization.\n<span style=\"color: #3366ff;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\n<span style=\"color: #3366ff;\"> Component:</span>\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\nAssociation (WPPA) [Chapter 53.06 RCW].\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\nthe director’s abstention from voting from time to time.\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\n<span style=\"color: #3366ff;\">Section 3‐3. Non‐Voting Membership:</span>\nGeneral aviation organizations that do not have an established location within Washington\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\nVoting Delegate may represent only one organization.\n<span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. Associate Membership:</span></span>\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\none organization.\n<span style=\"color: #3366ff;\">Section 3‐5. Interested Persons:</span>\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\npolicy issues.\n<strong>ARTICLE 5. DUES AND FEES:</strong>\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\nVoting Members.\n<strong>ARTICLE 6. MEETINGS:</strong>\n<span style=\"color: #3366ff;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\nThe Board of Directors shall meet at least quarterly each calendar year.\n<span style=\"color: #3366ff;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\nyear.\n<span style=\"color: #3366ff;\"><em>Section 6‐3. Special Meetings:</em></span>\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\nthe Secretary, or a majority of the Board of Directors.\nSpecial meetings of the Alliance may be called by or at the request of the President, the\nSecretary, or a majority of the Voting Delegates.\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\nmeans of conference telephone or similar communications equipment during which all persons\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\npresence in person at the meeting.\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\nmail) of any regular Board meeting.\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\nAlliance meeting.\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\nin the notice or waiver of notice of such meeting.\n<span style=\"color: #3366ff;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\nwritten notice delivered personally, electronically, or by mail to each Delegate.\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\nin the notice or waiver of notice of such meeting.\n<em><span style=\"color: #0b5cbf;\">Se<span style=\"color: #3366ff;\">ction 6‐7. Quorum for Board of Directors Meetings:</span></span></em>\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\nconsidered to have not taken place.\n<span style=\"color: #3366ff;\"><em>Section 6‐8. Quorum for Alliance Meetings:</em></span>\nNot less than one‐third of the Voting Membership, in attendance either in person or via\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\nplanned meeting will be considered to have not taken place.\n<span style=\"color: #3366ff;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\nThe Officers of the Alliance shall have such authority and perform such duties as may be\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\nforth in policy statements.\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\n<span style=\"color: #3366ff;\"><em>Section 7‐1. General Powers of the Alliance and the Board of Directors:</em></span>\nThe Alliance shall be composed of member organizations, designated as Voting Members and\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\npower to cast votes when conducting the official business of the Alliance.\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\nBoard Members may vote by voice or electronically via email.\n<span style=\"color: #3366ff;\"><em>Section 7‐3. Removal:</em></span>\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\n<span style=\"color: #3366ff;\"><em>Section 7‐4. Vacancies:</em></span>\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\nfilled by an appointment from the membership organization.\n<span style=\"color: #3366ff;\"><em>Section 7‐5. Presumption of Assent:</em></span>\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\n<span style=\"color: #3366ff;\"><em>Section 7‐6. Compensation of Delegates:</em></span>\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\nDelegate is an employee of the Alliance.\n<strong>ARTICLE 8. OFFICERS:</strong>\n<span style=\"color: #3366ff;\"><em>Section 8‐1. Number:</em></span>\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\nWashington designating the minimum required number of Directors.\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\nBylaws.\n<span style=\"color: #3366ff;\"><em>Section 8‐3. Removal:</em></span>\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\nof the Voting Membership.\n<span style=\"color: #3366ff;\"><em>Section 8‐4. Vacancies:</em></span>\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\nmay be filled by the President for the unexpired portion of the term.\n<span style=\"color: #3366ff;\"><em>Section 8‐5. President:</em></span>\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\nhave authority to establish such committees and delegate authority whenever such delegation is not\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\nmay be prescribed by the Alliance from time to time.\n<span style=\"color: #3366ff;\"><em>Section 8‐6. Vice‐President:</em></span>\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\nsuch other duties as from time to time may be assigned to him or her by the President or by the\nAlliance.\n<span style=\"color: #3366ff;\"><em>Section 8‐7. Secretary:</em></span>\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\nas from time to time may be assigned to him or her by the President or by the Alliance.\n<span style=\"color: #3366ff;\"><em>Section 8‐8. Treasurer:</em></span>\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\nshall determine.\n<span style=\"color: #3366ff;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\nAlliance may deem proper.\n<span style=\"color: #3366ff;\"><em>Section 8‐10. Compensation of Officers:</em></span>\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\nthese services.\n<strong>ARTICLE 9. COMMITTEES:</strong>\n<span style=\"color: #3366ff;\"><em>Section 9‐1. Committees:</em></span>\nThe Alliance may designate and appoint one or more committees. Such committees shall have\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\nno such committee shall have the authority of the Alliance in reference to amending, altering or\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\nor repealed by such committee. The designation and appointment of any such committee and the\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\nauthorized to appoint members to such committee the he or she deems best suited to further the\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\nmembers may also be removed from the committee by its Chair.\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\nAlliance, or unless such Chair shall cease to qualify as such.\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\n<span style=\"color: #3366ff;\"><em>Section 10‐1. Filings:</em></span>\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\nthe Secretary.\n<span style=\"color: #3366ff;\"><em>Section 10‐2. Contracts:</em></span>\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\nthe Alliance, and such authority may be general or confined to specific instances.\n<span style=\"color: #3366ff;\"><em>Section 10‐3. Loans:</em></span>\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\nconfined to specified instances.\n<span style=\"color: #3366ff;\"><em>Section 10‐4. Checks, Drafts, etc.:</em></span>\nAll checks, drafts or other orders for the payment of money notes or other evidences of\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\nto time be determined by resolution of the Alliance.\n<span style=\"color: #3366ff;\"><em>Section 10‐5. Deposits:</em></span>\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\n<span style=\"color: #3366ff;\"><em>Section 10‐6. Budget:</em></span>\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\nannual budget shall be subject to approval by the Board and its operating performance shall be the\nresponsibility of the Treasurer.\n<span style=\"color: #3366ff;\"><em>Section 10‐7. Facsimile Signatures:</em></span>\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\nor any other cause.\n\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\nequivalent to the giving of the notice.\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\n<span style=\"color: #3366ff;\"><em>Section 12‐1. Indemnification:</em></span>\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\namount of indemnification shall be determined in accordance with the provisions of the Washington\nNonprofit Corporation Act in effect at the time of the determination.\n<span style=\"color: #3366ff;\"><em>Section 12‐2. Good Faith:</em></span>\nFor purposes of determining the right to any indemnification under this article XII, the\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\nto believe that his or her conduct was unlawful.\n<span style=\"color: #3366ff;\"><em>Section 12‐3. Reimbursement of Expenses:</em></span>\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\na proceeding in advance of the final disposition of the proceeding.\n<span style=\"color: #3366ff;\"><em>Section 12‐4. Rights Granted Herein not Exclusive:</em></span>\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\nadministrators of such person.\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\nratifying Delegates.\n<strong>ARTICLE 14. AMENDMENTS:</strong>\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\nor any applicable laws.\n<strong>ARTICLE 15. DEFINITIONS:</strong>\nDelegate:\nThe designated individual appointed by member organizations for representation on the\nAlliance, which individual shall be empowered and act as an agent for that member organization.\nDelegates are classified as follows:\n‐ Voting Delegates\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\n‐ Non‐Voting Delegates\no A Non‐Voting Member of the Alliance per Section 3.3.\n‐ Non‐Voting Associate Delegates\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\nGeneral Aviation:\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\n\n<strong>Indemnification:</strong>\nTo compensate for damage or loss sustained, expense incurred, etc.\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\nNolo contendere:\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\ncontest.\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\nProxy:\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\nanother.\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\nQuorum:\nThe number of members of a group or organization required to be present to transact business\nlegally, usually a majority.\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\n\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\nMeeting Summary for the Revision Date.\nRevision dated February 25, 2015:\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','inherit','closed','open','','63-autosave-v1','','','2015-03-29 17:26:02','2015-03-30 00:26:02','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=207',0,'revision','',0),(209,2,'2015-08-03 19:19:14','2015-08-04 02:19:14','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Administrative Assistant</em>\r\nSeattle, WA\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane, A.A.E.</h4>\r\n<em>Steering Committee Member</em>\r\nPhone: (301) 695-2094\r\n<a href=\"http://www.aopa.org/\">Aircraft Owners and Pilots Association</a>\r\nNorthwest Mountain Regional Manager\r\n<i>(Serving CO, ID, MT, OR, UT, WA, WY)</i>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DaveField-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DaveField-HeadShot-125x156.jpg\" alt=\"Dave Field\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Dave Field</h4>\r\n<em>Steering Committee Administrative Assistant</em>\r\nBellevue, WA\r\nCell: (206) 963-3262\r\nBoard Member and Secretary, Washington Airport Management Association\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Steering Committee','','inherit','closed','open','','71-autosave-v1','','','2015-08-03 19:19:14','2015-08-04 02:19:14','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=209',0,'revision','',0),(232,2,'2015-03-27 08:54:11','2015-03-27 15:54:11','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a> <div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Steering Committee Member</em>\r\n<b><i><span style=\"font-family: Calibri;\">David Ulane, A.A.E.</span></i></b>\r\n<span style=\"font-family: Calibri;\">Northwest Mountain Regional Manager</span>\r\n<i><span style=\"font-family: Calibri;\"> (Serving CO, ID, MT, OR, UT, WA, WY)</span></i>\r\n<a href=\"http://www.aopa.org/\"><span style=\"font-family: Calibri;\">Aircraft Owners and Pilots Association</span></a>\r\n<span style=\"font-family: Calibri;\">(301) 695-2094</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-27 08:54:11','2015-03-27 15:54:11','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=232',0,'revision','',0),(210,2,'2015-03-26 18:12:06','2015-03-27 01:12:06','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n<h3> <strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\nTony - insert the 6 photos here and do not include the current WASA officer position titles as this was the steering committee, we had no officers at this time.\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>TONY - Add David Ketchum\'s photo and information - WSAA Treasurer</strong>\r\n<pre><span style=\"color: #000000; font-family: Calibri;\">David Ketchum \r\nTreasurer\r\nWhidbey Island, WA\r\nEmail: treasurer@wsaa.aero \r\nChairman, Washington State Community Airport Association\r\n</span></pre>\r\n<pre><span style=\"color: #000000; font-family: Calibri;\"> </span></pre>\r\n<pre><span style=\"color: #000000; font-family: Calibri;\">(360) 678-0345 </span></pre>\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-12\">\r\n<h2>Formation Steering Committee</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a> <strong>Tony, move Warren to the Steering Committee tab</strong>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a> <strong>Tony, Move Dave to the Steering Committee Tab</strong>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Steering Committee Member</em>\r\n<b><i><span style=\"font-family: Calibri;\">David Ulane, A.A.E.</span></i></b>\r\n\r\n<span style=\"font-family: Calibri;\">Northwest Mountain Regional Manager</span>\r\n\r\n<i><span style=\"font-family: Calibri;\"> (Serving CO, ID, MT, OR, UT, WA, WY)</span></i>\r\n\r\n<a href=\"http://www.aopa.org/\"><span style=\"font-family: Calibri;\">Aircraft Owners and Pilots Association</span></a>\r\n\r\n<span style=\"font-family: Calibri;\">(301) 695-2094</span>\r\n<!--Executive Director, Washington Airport Management Association-->\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-26 18:12:06','2015-03-27 01:12:06','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=210',0,'revision','',0),(212,4,'2015-03-26 18:14:24','2015-03-27 01:14:24','<h3 style=\"text-align: center;\"></h3>\r\n<h2 style=\"text-align: center;\">\r\n<strong> (WSAA)</strong></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\">A NONPROFIT CORPORATION</span></h3>\r\n<h4 style=\"text-align: center;\">BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE</h4>\r\n<strong>TABLE OF CONTENTS PAGE</strong>\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\r\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\r\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\r\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\r\n<em> Washington.</em>\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\n<strong>ARTICLE 2. OFFICES:</strong>\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\r\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting Membership:</span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #0b5cbf;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #0b5cbf;\">Section 3‐3. Non‐Voting Membership:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐4. Associate Membership:</span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐5. Interested Persons:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n<strong>ARTICLE 5. DUES AND FEES:</strong>\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\n<strong>ARTICLE 6. MEETINGS:</strong>\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐3. Special Meetings:</em></span>\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐7. Quorum for Board of Directors Meetings:</span></em>\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐8. Quorum for Alliance Meetings:</span></em>\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐1. General Powers of the Alliance and the Board of Directors:</span></em>\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐3. Removal:</span></em>\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐4. Vacancies:</span></em>\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐5. Presumption of Assent:</em></span>\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐6. Compensation of Delegates:</span></em>\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\n<strong>ARTICLE 8. OFFICERS:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐1. Number:</span></em>\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐3. Removal:</span></em>\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐4. Vacancies:</span></em>\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐5. President:</span></em>\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐6. Vice‐President:</span></em>\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐7. Secretary:</span></em>\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\n<span style=\"color: #0b5cbf;\"><em>Section 8‐8. Treasurer:</em></span>\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\n<span style=\"color: #0b5cbf;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐10. Compensation of Officers:</span></em>\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\n<strong>ARTICLE 9. COMMITTEES:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐1. Committees:</span></em>\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐1. Filings:</span></em>\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐2. Contracts:</span></em>\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐3. Loans:</span></em>\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐4. Checks, Drafts, etc.:</span></em>\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐5. Deposits:</span></em>\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐6. Budget:</span></em>\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐7. Facsimile Signatures:</span></em>\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐1. Indemnification:</span></em>\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐2. Good Faith:</span></em>\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐3. Reimbursement of Expenses:</span></em>\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐4. Rights Granted Herein not Exclusive:</span></em>\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\n<strong>ARTICLE 14. AMENDMENTS:</strong>\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\n<strong>ARTICLE 15. DEFINITIONS:</strong>\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\n<strong>Indemnification:</strong>\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','WASHINGTON STATE AVIATION ALLIANCE','','inherit','closed','open','','63-revision-v1','','','2015-03-26 18:14:24','2015-03-27 01:14:24','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=212',0,'revision','',0),(211,4,'2015-03-26 18:13:03','2015-03-27 01:13:03','<h3 style=\"text-align: center;\"></h3>\r\n<h2 style=\"text-align: center;\">WASHINGTON STATE AVIATION ALLIANCE\r\n<strong> (WSAA)</strong></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\">A NONPROFIT CORPORATION</span></h3>\r\n<h4 style=\"text-align: center;\">BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE\r\nA NONPROFIT CORPORATION</h4>\r\n<strong>TABLE OF CONTENTS PAGE</strong>\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\r\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\r\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\r\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\r\n<em> Washington.</em>\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\n<strong>ARTICLE 2. OFFICES:</strong>\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\r\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting Membership:</span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #0b5cbf;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #0b5cbf;\">Section 3‐3. Non‐Voting Membership:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐4. Associate Membership:</span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐5. Interested Persons:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n<strong>ARTICLE 5. DUES AND FEES:</strong>\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\n<strong>ARTICLE 6. MEETINGS:</strong>\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐3. Special Meetings:</em></span>\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐7. Quorum for Board of Directors Meetings:</span></em>\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐8. Quorum for Alliance Meetings:</span></em>\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐1. General Powers of the Alliance and the Board of Directors:</span></em>\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐3. Removal:</span></em>\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐4. Vacancies:</span></em>\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐5. Presumption of Assent:</em></span>\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐6. Compensation of Delegates:</span></em>\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\n<strong>ARTICLE 8. OFFICERS:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐1. Number:</span></em>\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐3. Removal:</span></em>\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐4. Vacancies:</span></em>\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐5. President:</span></em>\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐6. Vice‐President:</span></em>\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐7. Secretary:</span></em>\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\n<span style=\"color: #0b5cbf;\"><em>Section 8‐8. Treasurer:</em></span>\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\n<span style=\"color: #0b5cbf;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐10. Compensation of Officers:</span></em>\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\n<strong>ARTICLE 9. COMMITTEES:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐1. Committees:</span></em>\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐1. Filings:</span></em>\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐2. Contracts:</span></em>\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐3. Loans:</span></em>\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐4. Checks, Drafts, etc.:</span></em>\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐5. Deposits:</span></em>\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐6. Budget:</span></em>\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐7. Facsimile Signatures:</span></em>\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐1. Indemnification:</span></em>\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐2. Good Faith:</span></em>\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐3. Reimbursement of Expenses:</span></em>\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐4. Rights Granted Herein not Exclusive:</span></em>\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\n<strong>ARTICLE 14. AMENDMENTS:</strong>\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\n<strong>ARTICLE 15. DEFINITIONS:</strong>\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\n<strong>Indemnification:</strong>\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','inherit','closed','open','','63-revision-v1','','','2015-03-26 18:13:03','2015-03-27 01:13:03','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=211',0,'revision','',0),(213,4,'2015-03-26 18:15:27','2015-03-27 01:15:27','<h3 style=\"text-align: center;\">WASHINGTON STATE AVIATION ALLIANCE</h3>\r\n<h2 style=\"text-align: center;\"><strong> (WSAA)</strong></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\">A NONPROFIT CORPORATION</span></h3>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<strong>TABLE OF CONTENTS PAGE</strong>\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\r\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\r\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\r\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\r\n<em> Washington.</em>\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\n<strong>ARTICLE 2. OFFICES:</strong>\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\r\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting Membership:</span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #0b5cbf;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #0b5cbf;\">Section 3‐3. Non‐Voting Membership:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐4. Associate Membership:</span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐5. Interested Persons:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n<strong>ARTICLE 5. DUES AND FEES:</strong>\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\n<strong>ARTICLE 6. MEETINGS:</strong>\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐3. Special Meetings:</em></span>\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐7. Quorum for Board of Directors Meetings:</span></em>\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐8. Quorum for Alliance Meetings:</span></em>\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐1. General Powers of the Alliance and the Board of Directors:</span></em>\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐3. Removal:</span></em>\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐4. Vacancies:</span></em>\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐5. Presumption of Assent:</em></span>\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐6. Compensation of Delegates:</span></em>\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\n<strong>ARTICLE 8. OFFICERS:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐1. Number:</span></em>\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐3. Removal:</span></em>\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐4. Vacancies:</span></em>\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐5. President:</span></em>\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐6. Vice‐President:</span></em>\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐7. Secretary:</span></em>\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\n<span style=\"color: #0b5cbf;\"><em>Section 8‐8. Treasurer:</em></span>\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\n<span style=\"color: #0b5cbf;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐10. Compensation of Officers:</span></em>\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\n<strong>ARTICLE 9. COMMITTEES:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐1. Committees:</span></em>\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐1. Filings:</span></em>\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐2. Contracts:</span></em>\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐3. Loans:</span></em>\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐4. Checks, Drafts, etc.:</span></em>\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐5. Deposits:</span></em>\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐6. Budget:</span></em>\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐7. Facsimile Signatures:</span></em>\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐1. Indemnification:</span></em>\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐2. Good Faith:</span></em>\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐3. Reimbursement of Expenses:</span></em>\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐4. Rights Granted Herein not Exclusive:</span></em>\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\n<strong>ARTICLE 14. AMENDMENTS:</strong>\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\n<strong>ARTICLE 15. DEFINITIONS:</strong>\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\n<strong>Indemnification:</strong>\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE','','inherit','closed','open','','63-revision-v1','','','2015-03-26 18:15:27','2015-03-27 01:15:27','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=213',0,'revision','',0),(214,4,'2015-03-26 18:16:29','2015-03-27 01:16:29','<h3 style=\"text-align: center;\"></h3>\r\n<h2 style=\"text-align: center;\"><strong> (WSAA)</strong></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #0000ff;\">A NONPROFIT CORPORATION</span></h3>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<strong>TABLE OF CONTENTS PAGE</strong>\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\r\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\r\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\r\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\r\n<em> Washington.</em>\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\n<strong>ARTICLE 2. OFFICES:</strong>\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\r\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting Membership:</span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #0b5cbf;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #0b5cbf;\">Section 3‐3. Non‐Voting Membership:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐4. Associate Membership:</span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #0b5cbf;\">Section 3‐5. Interested Persons:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n<strong>ARTICLE 5. DUES AND FEES:</strong>\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\n<strong>ARTICLE 6. MEETINGS:</strong>\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐3. Special Meetings:</em></span>\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐7. Quorum for Board of Directors Meetings:</span></em>\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐8. Quorum for Alliance Meetings:</span></em>\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐1. General Powers of the Alliance and the Board of Directors:</span></em>\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐3. Removal:</span></em>\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐4. Vacancies:</span></em>\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐5. Presumption of Assent:</em></span>\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n<em><span style=\"color: #0b5cbf;\">Section 7‐6. Compensation of Delegates:</span></em>\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\n<strong>ARTICLE 8. OFFICERS:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐1. Number:</span></em>\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐3. Removal:</span></em>\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐4. Vacancies:</span></em>\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐5. President:</span></em>\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐6. Vice‐President:</span></em>\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐7. Secretary:</span></em>\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\n<span style=\"color: #0b5cbf;\"><em>Section 8‐8. Treasurer:</em></span>\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\n<span style=\"color: #0b5cbf;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐10. Compensation of Officers:</span></em>\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\n<strong>ARTICLE 9. COMMITTEES:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐1. Committees:</span></em>\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐1. Filings:</span></em>\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐2. Contracts:</span></em>\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐3. Loans:</span></em>\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐4. Checks, Drafts, etc.:</span></em>\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐5. Deposits:</span></em>\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐6. Budget:</span></em>\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\n<em><span style=\"color: #0b5cbf;\">Section 10‐7. Facsimile Signatures:</span></em>\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐1. Indemnification:</span></em>\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐2. Good Faith:</span></em>\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐3. Reimbursement of Expenses:</span></em>\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\n<em><span style=\"color: #0b5cbf;\">Section 12‐4. Rights Granted Herein not Exclusive:</span></em>\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\n<strong>ARTICLE 14. AMENDMENTS:</strong>\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\n<strong>ARTICLE 15. DEFINITIONS:</strong>\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\n<strong>Indemnification:</strong>\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE','','inherit','closed','open','','63-revision-v1','','','2015-03-26 18:16:29','2015-03-27 01:16:29','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=214',0,'revision','',0),(216,2,'2015-03-26 18:18:30','2015-03-27 01:18:30','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Treasurer</em>\r\nWhidbey Island, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n\r\n\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-26 18:18:30','2015-03-27 01:18:30','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=216',0,'revision','',0),(217,4,'2015-03-26 18:33:01','2015-03-27 01:33:01','<div class=\"row\">\n\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-182\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WSDOT Aviation logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\n\n</div>\n<div class=\"row\">\n\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif\"><img class=\"alignleft wp-image-145 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif\" alt=\"WSDOT Aviation logo\" width=\"200\" height=\"31\" /></a>Washington State Department of Transportation Aviation (WSDOT Aviation) - <a title=\"www.wsdot.wa.gov/aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">www.wsdot.wa.gov/aviation</a>\n\n \n\n<strong>Tony, drop the logos and instead list as below (you were missing several voting members) have the hyperlink to the web site active at the acronym.</strong>\n\nWashington Airport Management Association (WAMA)\n\nWashington State Community Airport Association (WSCAA)\n\nWashington Pilots Association (WPA)\n\nWashington Seaplane Pilots Association (WSPA)\n\nWashington Aviation Association (WAA)\n\nPacific Northwest Business Aviation Association (PNBAA)\n\nRecreational Aviation Foundation (RAF)\n\nWashington State Department of Transportation, Aviation Division (WSDOT Aviation)\n\n</div>','Voting Members','','inherit','closed','open','','133-autosave-v1','','','2015-03-26 18:33:01','2015-03-27 01:33:01','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=217',0,'revision','',0),(238,2,'2015-03-27 10:23:42','2015-03-27 17:23:42','Washington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\n\r\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\n\r\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\n\r\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\n\r\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\n\r\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\n\r\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\n\r\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-27 10:23:42','2015-03-27 17:23:42','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=238',0,'revision','',0),(218,4,'2015-03-26 18:28:49','2015-03-27 01:28:49','<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-182\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WSDOT Aviation logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n</div>\r\n<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif\"><img class=\"alignleft wp-image-145 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif\" alt=\"WSDOT Aviation logo\" width=\"200\" height=\"31\" /></a>Washington State Department of Transportation Aviation (WSDOT Aviation) - <a title=\"www.wsdot.wa.gov/aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">www.wsdot.wa.gov/aviation</a>\r\n\r\n \r\n\r\nTony, add as voting members:\r\n\r\nWashington State Community Airport Association (WSCAA)\r\n\r\nWashington Pilots Association (WPA)\r\n\r\nRecreational Aviation Foundation (RAF)\r\n\r\nPacific Northwest Business Aviation Association (PNBAA)\r\n\r\nWashington Seaplane Pilots Association (WSPA)\r\n\r\nWashington Aviation Association (WAA)\r\n\r\n</div>','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-26 18:28:49','2015-03-27 01:28:49','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=218',0,'revision','',0),(235,2,'2015-03-27 10:19:08','2015-03-27 17:19:08','<div class=\"row\">\r\n\r\nWashington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\n\r\n</div>\r\n<div class=\"row\">\r\n\r\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\n\r\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\n\r\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\n\r\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\n\r\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\n\r\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\n\r\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\r\n\r\n</div>','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-27 10:19:08','2015-03-27 17:19:08','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=235',0,'revision','',0),(219,4,'2015-03-26 18:33:27','2015-03-27 01:33:27','<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-182\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WSDOT Aviation logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n</div>\r\n<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif\"><img class=\"alignleft wp-image-145 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSDOTAviation-logo.gif\" alt=\"WSDOT Aviation logo\" width=\"200\" height=\"31\" /></a>Washington State Department of Transportation Aviation (WSDOT Aviation) - <a title=\"www.wsdot.wa.gov/aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">www.wsdot.wa.gov/aviation</a>\r\n\r\n \r\n\r\n<strong>Tony, drop the logos and instead list as below (you were missing several voting members) have the hyperlink to the web site active at the acronym.</strong>\r\n\r\nWashington Airport Management Association (WAMA)\r\n\r\nWashington State Community Airport Association (WSCAA)\r\n\r\nWashington Pilots Association (WPA)\r\n\r\nWashington Seaplane Pilots Association (WSPA)\r\n\r\nWashington Aviation Association (WAA)\r\n\r\nPacific Northwest Business Aviation Association (PNBAA)\r\n\r\nRecreational Aviation Foundation (RAF)\r\n\r\nWashington State Department of Transportation, Aviation Division (WSDOT Aviation)\r\n\r\n</div>','Voting Members','','inherit','closed','open','','133-revision-v1','','','2015-03-26 18:33:27','2015-03-27 01:33:27','',133,'http://03c1a29.netsolhost.com/wordpress1/?p=219',0,'revision','',0),(220,4,'2015-03-26 18:43:49','2015-03-27 01:43:49','<div class=\"row\">\n\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\n\n</div>\n<div class=\"row\">\n\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\"><img class=\"alignleft wp-image-148\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\" alt=\"AOPA logo\" width=\"123\" height=\"68\" /></a>Aircraft Owners and Pilots Association (AOPA) - <a title=\"aopa.org\" href=\"http://aopa.org\" target=\"_blank\">aopa.org</a>\n\n</div>\n<div class=\"row\">\n\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo.jpg\"><img class=\"alignleft wp-image-146\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo-300x126.jpg\" alt=\"PNBAA-logo\" width=\"162\" height=\"68\" /></a>Pacific Northwest Business Aviation Association (PNBAA) - <a title=\"pnbaa.org\" href=\"http://pnbaa.org/\" target=\"_blank\">pnbaa.org</a>\n\n \n\n<strong>Tony, remove WAMA and PNBAA as both are voting members.</strong>\n\n<strong>List:</strong>\n\n<strong>National Business Aviation Association (NBAA)</strong>\n\n<strong>Aircraft Owners and Pilots Association (AOPA) </strong>\n\n<strong><em>Logos can be removed and activate hyperlink in the acronym.</em> </strong>\n\n</div>','Non-Voting Members','','inherit','closed','open','','135-autosave-v1','','','2015-03-26 18:43:49','2015-03-27 01:43:49','',135,'http://03c1a29.netsolhost.com/wordpress1/?p=220',0,'revision','',0),(236,2,'2015-03-27 10:22:05','2015-03-27 17:22:05','<strong>Aircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)</strong>\r\n<strong>National Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)</strong>','Non-Voting Members','','inherit','closed','open','','135-revision-v1','','','2015-03-27 10:22:05','2015-03-27 17:22:05','',135,'http://03c1a29.netsolhost.com/wordpress1/?p=236',0,'revision','',0),(221,4,'2015-03-26 18:44:07','2015-03-27 01:44:07','<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo.jpg\"><img class=\"alignleft wp-image-145\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WAMA-logo-300x203.jpg\" alt=\"WAMA-logo\" width=\"100\" height=\"68\" /></a>Washington Airport Management Association (WAMA) - <a title=\"wama.us\" href=\"http://wama.us\" target=\"_blank\">wama.us</a>\r\n\r\n</div>\r\n<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\"><img class=\"alignleft wp-image-148\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/AOPA-logo.png\" alt=\"AOPA logo\" width=\"123\" height=\"68\" /></a>Aircraft Owners and Pilots Association (AOPA) - <a title=\"aopa.org\" href=\"http://aopa.org\" target=\"_blank\">aopa.org</a>\r\n\r\n</div>\r\n<div class=\"row\">\r\n\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo.jpg\"><img class=\"alignleft wp-image-146\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/PNBAA-logo-300x126.jpg\" alt=\"PNBAA-logo\" width=\"162\" height=\"68\" /></a>Pacific Northwest Business Aviation Association (PNBAA) - <a title=\"pnbaa.org\" href=\"http://pnbaa.org/\" target=\"_blank\">pnbaa.org</a>\r\n\r\n \r\n\r\n<strong>Tony, remove WAMA and PNBAA as both are voting members.</strong>\r\n\r\n<strong>List:</strong>\r\n\r\n<strong>Aircraft Owners and Pilots Association (AOPA) </strong>\r\n\r\n<strong>National Business Aviation Association (NBAA)</strong>\r\n\r\n<strong><em>Logos can be removed and activate hyperlink in the acronym.</em> </strong>\r\n\r\n</div>','Non-Voting Members','','inherit','closed','open','','135-revision-v1','','','2015-03-26 18:44:07','2015-03-27 01:44:07','',135,'http://03c1a29.netsolhost.com/wordpress1/?p=221',0,'revision','',0),(222,4,'2015-03-26 18:47:03','2015-03-27 01:47:03','<h4>Membership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:</h4>\r\n<ol>\r\n <li><strong>VOTING MEMBERS</strong> are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance;</li>\r\n <li><strong>ADDITIONAL VOTING MEMBERSHIP </strong>is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;</li>\r\n <li><strong>NON-VOTING MEMBERS </strong>are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and</li>\r\n <li><strong>ASSOCIATE MEMBERSHIP</strong> is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.</li>\r\n</ol>','Membership Categories','','inherit','closed','open','','184-revision-v1','','','2015-03-26 18:47:03','2015-03-27 01:47:03','',184,'http://03c1a29.netsolhost.com/wordpress1/?p=222',0,'revision','',0),(223,4,'2015-03-26 18:49:04','2015-03-27 01:49:04','Each class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount $200 established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible','Membership Dues','','inherit','closed','open','','186-revision-v1','','','2015-03-26 18:49:04','2015-03-27 01:49:04','',186,'http://03c1a29.netsolhost.com/wordpress1/?p=223',0,'revision','',0),(224,4,'2015-03-26 18:52:17','2015-03-27 01:52:17','Each class of membership, as defined in Article 3 and specifically <em>excluding</em> the Interested\nPersons class, shall pay annual dues in the amount <strong>$200 </strong>as established by the Board of Directors. Voting\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\nVoting Members.','Membership Dues','','inherit','closed','open','','186-autosave-v1','','','2015-03-26 18:52:17','2015-03-27 01:52:17','',186,'http://03c1a29.netsolhost.com/wordpress1/?p=224',0,'revision','',0),(225,4,'2015-03-26 18:52:46','2015-03-27 01:52:46','Each class of membership, as defined in Article 3 and specifically <span style=\"text-decoration: underline;\"><em>excluding</em></span> the Interested\r\nPersons class, shall pay annual dues in the amount <strong>$200 </strong>as established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.','Membership Dues','','inherit','closed','open','','186-revision-v1','','','2015-03-26 18:52:46','2015-03-27 01:52:46','',186,'http://03c1a29.netsolhost.com/wordpress1/?p=225',0,'revision','',0),(226,4,'2015-03-26 18:55:15','2015-03-27 01:55:15','[contact-form-7 id=\"176\" title=\"Membership Application Form\"]','Join - Annual Dues $200','','inherit','closed','open','','178-revision-v1','','','2015-03-26 18:55:15','2015-03-27 01:55:15','',178,'http://03c1a29.netsolhost.com/wordpress1/?p=226',0,'revision','',0),(227,2,'2015-03-27 07:59:11','2015-03-27 14:59:11',' \n\n[contact-form-7 id=\"176\" title=\"Membership Application Form\"]','Join - Annual Dues $200','','inherit','closed','open','','178-autosave-v1','','','2015-03-27 07:59:11','2015-03-27 14:59:11','',178,'http://03c1a29.netsolhost.com/wordpress1/?p=227',0,'revision','',0),(228,2,'2015-03-27 08:00:03','2015-03-27 15:00:03','<h2>Annual Dues $200</h2>\r\n\r\n[contact-form-7 id=\"176\" title=\"Membership Application Form\"]','Join','','inherit','closed','open','','178-revision-v1','','','2015-03-27 08:00:03','2015-03-27 15:00:03','',178,'http://03c1a29.netsolhost.com/wordpress1/?p=228',0,'revision','',0),(229,2,'2015-03-27 08:00:50','2015-03-27 15:00:50','<h3>Annual Dues $200</h3>\r\n\r\n[contact-form-7 id=\"176\" title=\"Membership Application Form\"]','Join','','inherit','closed','open','','178-revision-v1','','','2015-03-27 08:00:50','2015-03-27 15:00:50','',178,'http://03c1a29.netsolhost.com/wordpress1/?p=229',0,'revision','',0),(230,2,'2015-03-27 08:43:55','2015-03-27 15:43:55','','DavidKetchum-Headshot-125x156','','inherit','closed','open','','davidketchum-headshot-125x156','','','2015-03-27 08:43:55','2015-03-27 15:43:55','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-Headshot-125x156.jpg',0,'attachment','image/jpeg',0),(231,2,'2015-03-27 08:44:26','2015-03-27 15:44:26','','David Ketchum_154','','inherit','closed','open','','david-ketchum_154','','','2015-03-27 08:44:26','2015-03-27 15:44:26','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/David-Ketchum_154.jpg',0,'attachment','image/jpeg',0),(246,2,'2015-03-27 10:40:20','2015-03-27 17:40:20','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane, A.A.E.</h4>\r\n<em>Steering Committee Member</em>\r\nPhone: (301) 695-2094\r\n<a href=\"http://www.aopa.org/\">Aircraft Owners and Pilots Association</a>\r\nNorthwest Mountain Regional Manager\r\n<i>(Serving CO, ID, MT, OR, UT, WA, WY)</i>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-27 10:40:20','2015-03-27 17:40:20','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=246',0,'revision','',0),(233,2,'2015-03-27 08:59:14','2015-03-27 15:59:14','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nWhidbey Island, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Steering Committee Member</em>\r\n<b><i><span style=\"font-family: Calibri;\">David Ulane, A.A.E.</span></i></b>\r\n<span style=\"font-family: Calibri;\">Northwest Mountain Regional Manager</span>\r\n<i><span style=\"font-family: Calibri;\"> (Serving CO, ID, MT, OR, UT, WA, WY)</span></i>\r\n<a href=\"http://www.aopa.org/\"><span style=\"font-family: Calibri;\">Aircraft Owners and Pilots Association</span></a>\r\n<span style=\"font-family: Calibri;\">(301) 695-2094</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-27 08:59:14','2015-03-27 15:59:14','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=233',0,'revision','',0),(243,2,'2015-03-27 10:34:50','2015-03-27 17:34:50','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane, A.A.E.</h4>\r\n<em>Steering Committee Member</em>\r\nPhone: (301) 695-2094\r\n<a href=\"http://www.aopa.org/\">Aircraft Owners and Pilots Association</a>\r\nNorthwest Mountain Regional Manager\r\n<i>(Serving CO, ID, MT, OR, UT, WA, WY)</i>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-27 10:34:50','2015-03-27 17:34:50','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=243',0,'revision','',0),(234,2,'2015-03-27 09:01:01','2015-03-27 16:01:01','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nWhidbey Island, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Steering Committee Member</em>\r\n<b><i><span style=\"font-family: Calibri;\">David Ulane, A.A.E.</span></i></b>\r\n<span style=\"font-family: Calibri;\">Northwest Mountain Regional Manager</span>\r\n<i><span style=\"font-family: Calibri;\"> (Serving CO, ID, MT, OR, UT, WA, WY)</span></i>\r\n<a href=\"http://www.aopa.org/\"><span style=\"font-family: Calibri;\">Aircraft Owners and Pilots Association</span></a>\r\n<span style=\"font-family: Calibri;\">(301) 695-2094</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-27 09:01:01','2015-03-27 16:01:01','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=234',0,'revision','',0),(240,2,'2015-03-27 10:26:41','2015-03-27 17:26:41','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>President</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Vice President</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Secretary</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Treasurer</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-27 10:26:41','2015-03-27 17:26:41','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=240',0,'revision','',0),(241,2,'2015-03-27 10:27:37','2015-03-27 17:27:37','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nWhidbey Island, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Steering Committee Member</em>\r\n<b><i><span style=\"font-family: Calibri;\">David Ulane, A.A.E.</span></i></b>\r\n<span style=\"font-family: Calibri;\">Northwest Mountain Regional Manager</span>\r\n<i><span style=\"font-family: Calibri;\"> (Serving CO, ID, MT, OR, UT, WA, WY)</span></i>\r\n<a href=\"http://www.aopa.org/\"><span style=\"font-family: Calibri;\">Aircraft Owners and Pilots Association</span></a>\r\n<span style=\"font-family: Calibri;\">(301) 695-2094</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-27 10:27:37','2015-03-27 17:27:37','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=241',0,'revision','',0),(242,2,'2015-03-27 10:28:40','2015-03-27 17:28:40','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\nEmail: <!--<a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane</h4>\r\n<em>Steering Committee Member</em>\r\n<b><i><span style=\"font-family: Calibri;\">David Ulane, A.A.E.</span></i></b>\r\n<span style=\"font-family: Calibri;\">Northwest Mountain Regional Manager</span>\r\n<i><span style=\"font-family: Calibri;\"> (Serving CO, ID, MT, OR, UT, WA, WY)</span></i>\r\n<a href=\"http://www.aopa.org/\"><span style=\"font-family: Calibri;\">Aircraft Owners and Pilots Association</span></a>\r\n<span style=\"font-family: Calibri;\">(301) 695-2094</span>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-27 10:28:40','2015-03-27 17:28:40','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=242',0,'revision','',0),(244,2,'2015-03-27 10:35:59','2015-03-27 17:35:59','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\n<!--Email: <a title=\"president@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane, A.A.E.</h4>\r\n<em>Steering Committee Member</em>\r\nPhone: (301) 695-2094\r\n<a href=\"http://www.aopa.org/\">Aircraft Owners and Pilots Association</a>\r\nNorthwest Mountain Regional Manager\r\n<i>(Serving CO, ID, MT, OR, UT, WA, WY)</i>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-27 10:35:59','2015-03-27 17:35:59','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=244',0,'revision','',0),(245,2,'2015-03-27 10:36:36','2015-03-27 17:36:36','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Member</em>\r\nSeattle, WA\r\n<!--Email: <a title=\"???@wsaa.aero\" href=\"mailto://???@wsaa.aero\" target=\"_blank\">???@wsaa.aero</a>-->\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane, A.A.E.</h4>\r\n<em>Steering Committee Member</em>\r\nPhone: (301) 695-2094\r\n<a href=\"http://www.aopa.org/\">Aircraft Owners and Pilots Association</a>\r\nNorthwest Mountain Regional Manager\r\n<i>(Serving CO, ID, MT, OR, UT, WA, WY)</i>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-03-27 10:36:36','2015-03-27 17:36:36','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=245',0,'revision','',0),(248,4,'2015-03-29 15:41:15','2015-03-29 22:41:15','Washington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\n\r\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\n\r\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\n\r\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\n\r\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\n\r\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\n\r\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\n\r\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)','Membership Directory','','inherit','closed','open','','188-revision-v1','','','2015-03-29 15:41:15','2015-03-29 22:41:15','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=248',0,'revision','',0),(249,4,'2015-03-29 15:43:03','2015-03-29 22:43:03','Washington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\n\r\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\n\r\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\n\r\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\n\r\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\n\r\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\n\r\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\n\r\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\r\n\r\nAircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\r\n\r\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)','Membership Directory','','inherit','closed','open','','188-revision-v1','','','2015-03-29 15:43:03','2015-03-29 22:43:03','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=249',0,'revision','',0),(250,4,'2015-03-29 15:54:08','2015-03-29 22:54:08','<span style=\"color: #3366ff;\"><strong>VOTING MEMBERS</strong></span>\n\nWashington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\n\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\n\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\n\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\n\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\n\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\n\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\n\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\n\n<span style=\"color: #0000ff;\"><strong>NON-VOTING MEMBERS</strong></span>\n\nAircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\n\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)\n\n<strong><span style=\"color: #10107d;\">ASSOCIATES</span></strong>','Membership Directory','','inherit','closed','open','','188-autosave-v1','','','2015-03-29 15:54:08','2015-03-29 22:54:08','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=250',0,'revision','',0),(251,4,'2015-03-29 15:47:25','2015-03-29 22:47:25','<strong><span style=\"color: #10107d;\">VOTING MEMBERS</span></strong>\r\n\r\nWashington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\n\r\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\n\r\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\n\r\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\n\r\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\n\r\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\n\r\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\n\r\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\r\n\r\n<strong><span style=\"color: #10107d;\">NON-VOTING MEMBERS</span></strong>\r\n\r\nAircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\r\n\r\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)\r\n\r\n<strong><span style=\"color: #10107d;\">ASSOCIATES</span></strong>','Membership Directory','','inherit','closed','open','','188-revision-v1','','','2015-03-29 15:47:25','2015-03-29 22:47:25','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=251',0,'revision','',0),(252,4,'2015-03-29 15:55:21','2015-03-29 22:55:21','<span style=\"color: #3366ff;\">VOTING MEMBERS</span>\r\n\r\nWashington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\n\r\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\n\r\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\n\r\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\n\r\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\n\r\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\n\r\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\n\r\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\r\n\r\n<span style=\"color: #0000ff;\">NON-VOTING MEMBERS</span>\r\n\r\nAircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\r\n\r\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)\r\n\r\n<span style=\"color: #0000ff;\">ASSOCIATES</span>\r\n\r\n<span style=\"color: #0000ff;\">INTERESTED PARTIES</span>','Membership Directory','','inherit','closed','open','','188-revision-v1','','','2015-03-29 15:55:21','2015-03-29 22:55:21','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=252',0,'revision','',0),(253,4,'2015-03-29 16:27:57','2015-03-29 23:27:57','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<span style=\"color: #3366ff;\"><em>President</em></span>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<span style=\"color: #3366ff;\"><em>Vice President</em></span>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<span style=\"color: #3366ff;\"><em>Treasurer</em></span>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-29 16:27:57','2015-03-29 23:27:57','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=253',0,'revision','',0),(265,4,'2015-03-29 17:26:17','2015-03-30 00:26:17','<h2 style=\"text-align: center;\"> WASHINGTON STATE AVIATION ALLIANCE</h2>\r\n<h2 style=\"text-align: center;\"><strong>BYLAWS</strong></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #3366ff;\">A NONPROFIT CORPORATION</span></h3>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<strong>TABLE OF CONTENTS PAGE</strong>\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\r\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\r\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\r\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\r\n<em> Washington.</em>\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\n<strong>ARTICLE 2. OFFICES:</strong>\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\r\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting <span style=\"color: #3366ff;\">Membership:</span></span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #3366ff;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #3366ff;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #3366ff;\">Section 3‐3. Non‐Voting Membership:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. Associate Membership:</span></span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #3366ff;\">Section 3‐5. Interested Persons:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n<strong>ARTICLE 5. DUES AND FEES:</strong>\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\n<strong>ARTICLE 6. MEETINGS:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐3. Special Meetings:</em></span>\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<em><span style=\"color: #0b5cbf;\">Se<span style=\"color: #3366ff;\">ction 6‐7. Quorum for Board of Directors Meetings:</span></span></em>\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐8. Quorum for Alliance Meetings:</em></span>\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 7‐1. General Powers of the Alliance and the Board of Directors:</em></span>\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐3. Removal:</em></span>\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐4. Vacancies:</em></span>\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐5. Presumption of Assent:</em></span>\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐6. Compensation of Delegates:</em></span>\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\n<strong>ARTICLE 8. OFFICERS:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 8‐1. Number:</em></span>\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐3. Removal:</em></span>\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐4. Vacancies:</em></span>\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐5. President:</em></span>\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐6. Vice‐President:</em></span>\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐7. Secretary:</em></span>\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐8. Treasurer:</em></span>\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐10. Compensation of Officers:</em></span>\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\n<strong>ARTICLE 9. COMMITTEES:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 9‐1. Committees:</em></span>\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 10‐1. Filings:</em></span>\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐2. Contracts:</em></span>\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐3. Loans:</em></span>\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐4. Checks, Drafts, etc.:</em></span>\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐5. Deposits:</em></span>\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐6. Budget:</em></span>\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐7. Facsimile Signatures:</em></span>\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 12‐1. Indemnification:</em></span>\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐2. Good Faith:</em></span>\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐3. Reimbursement of Expenses:</em></span>\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐4. Rights Granted Herein not Exclusive:</em></span>\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\n<strong>ARTICLE 14. AMENDMENTS:</strong>\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\n<strong>ARTICLE 15. DEFINITIONS:</strong>\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\n<strong>Indemnification:</strong>\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','inherit','closed','open','','63-revision-v1','','','2015-03-29 17:26:17','2015-03-30 00:26:17','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=265',0,'revision','',0),(254,4,'2015-03-29 16:34:08','2015-03-29 23:34:08','<h3 style=\"text-align: center;\"></h3>\r\n<h2 style=\"text-align: center;\"><strong> (WSAA)</strong></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #3366ff;\">A NONPROFIT CORPORATION</span></h3>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<strong>TABLE OF CONTENTS PAGE</strong>\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\r\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\r\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\r\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\r\n<em> Washington.</em>\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\n<strong>ARTICLE 2. OFFICES:</strong>\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\r\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting <span style=\"color: #3366ff;\">Membership:</span></span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #3366ff;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #3366ff;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #3366ff;\">Section 3‐3. Non‐Voting Membership:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. Associate Membership:</span></span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #3366ff;\">Section 3‐5. Interested Persons:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n<strong>ARTICLE 5. DUES AND FEES:</strong>\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\n<strong>ARTICLE 6. MEETINGS:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐3. Special Meetings:</em></span>\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<em><span style=\"color: #0b5cbf;\">Se<span style=\"color: #3366ff;\">ction 6‐7. Quorum for Board of Directors Meetings:</span></span></em>\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐8. Quorum for Alliance Meetings:</em></span>\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 7‐1. General Powers of the Alliance and the Board of Directors:</em></span>\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐3. Removal:</em></span>\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐4. Vacancies:</em></span>\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐5. Presumption of Assent:</em></span>\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐6. Compensation of Delegates:</em></span>\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\n<strong>ARTICLE 8. OFFICERS:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 8‐1. Number:</em></span>\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐3. Removal:</em></span>\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐4. Vacancies:</em></span>\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐5. President:</em></span>\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐6. Vice‐President:</em></span>\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐7. Secretary:</em></span>\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐8. Treasurer:</em></span>\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐10. Compensation of Officers:</em></span>\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\n<strong>ARTICLE 9. COMMITTEES:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 9‐1. Committees:</em></span>\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 10‐1. Filings:</em></span>\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐2. Contracts:</em></span>\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐3. Loans:</em></span>\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐4. Checks, Drafts, etc.:</em></span>\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐5. Deposits:</em></span>\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐6. Budget:</em></span>\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐7. Facsimile Signatures:</em></span>\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 12‐1. Indemnification:</em></span>\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐2. Good Faith:</em></span>\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐3. Reimbursement of Expenses:</em></span>\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐4. Rights Granted Herein not Exclusive:</em></span>\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\n<strong>ARTICLE 14. AMENDMENTS:</strong>\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\n<strong>ARTICLE 15. DEFINITIONS:</strong>\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\n<strong>Indemnification:</strong>\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE','','inherit','closed','open','','63-revision-v1','','','2015-03-29 16:34:08','2015-03-29 23:34:08','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=254',0,'revision','',0),(255,4,'2015-03-29 16:47:21','2015-03-29 23:47:21','<h4>Membership in the alliance will consist of aviation organizations properly incorporated or\norganized in Washington state under four categories:</h4>\n<ol>\n <li><span style=\"color: #0b5cbf;\">Section 3‐1. VOTING MEMBERSHIP<span style=\"color: #3366ff;\">:</span></span>\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\norganization properly incorporated or organized within Washington state that has an active membership\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\nmay represent only one organization.</li>\n <li><span style=\"color: #3366ff;\">Section 3‐2. VOTING MEMBERSHIP - Washington State Legislature‐enacted Organizations with an Aviation</span>\n<span style=\"color: #3366ff;\"> Component:</span>\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\nAssociation (WPPA) [Chapter 53.06 RCW].\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\nthe director’s abstention from voting from time to time.\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.</li>\n <li><span style=\"color: #3366ff;\">Section 3‐3. NON-VOTING MEMBERSHIP:</span>\nGeneral aviation organizations that do not have an established location within Washington\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\nVoting Delegate may represent only one organization.<span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. ASSOCIATE MEMBERSHIP:</span></span>\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\none organization.\n<span style=\"color: #3366ff;\">Section 3‐5. INTERESTED PERSONS:</span>\nAll interested persons are welcome to attend meetings of the Alliance and the Board.</li>\n</ol>','Membership Categories','','inherit','closed','open','','184-autosave-v1','','','2015-03-29 16:47:21','2015-03-29 23:47:21','',184,'http://03c1a29.netsolhost.com/wordpress1/?p=255',0,'revision','',0),(256,4,'2015-03-29 16:38:54','2015-03-29 23:38:54','<h4>Membership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:</h4>\r\n<ol>\r\n <li><strong>VOTING MEMBERS</strong> are general aviation organizations properly incorporated or organized\r\nwithin Washington state that have an active membership and an established location(s),\r\nchapter(s), or appointed representative within the state of Washington, as approved by a\r\nmajority vote of the Alliance\r\n<ol>\r\n <li><strong>(a)ADDITIONAL VOTING MEMBERSHIP </strong>is granted to those Washington State Legislature-enacted\r\nOrganizations with an Aviation Component, including but not limited to the Washington\r\nState Department of Transportation (WSDOT) Aviation Division and the Washington\r\nPublic Ports Association (WPPA). The WSDOT Aviation Division director and the WPPA\r\nAviation Committee Chair are the preferred Voting Members, respectively, to the Alliance\r\nso long as WSDOT Aviation and/or WPPA members own or operate airports and to the\r\nextent that compliance with state ethics laws may require abstention from voting from time\r\nto time;</li>\r\n</ol>\r\n</li>\r\n <li><strong>NON-VOTING MEMBERS </strong>are general aviation organizations that do not have an established\r\nlocation within Washington state, do not have a single Chapter that represents its\r\nmembership on a statewide basis, or which otherwise do not meet the criteria for Voting\r\nMembership, and are granted a Non-Voting Membership by a majority vote of the\r\nAlliance; and</li>\r\n <li><strong>ASSOCIATE MEMBERSHIP</strong> is Non-Voting Membership and may include, but is not limited to,\r\naviation-oriented organizations or businesses, aviation consultants, aviation educational\r\nentities, air museums, and higher education institutions that offer degree programs in\r\naviation-related fields of study and students.</li>\r\n <li></li>\r\n</ol>','Membership Categories','','inherit','closed','open','','184-revision-v1','','','2015-03-29 16:38:54','2015-03-29 23:38:54','',184,'http://03c1a29.netsolhost.com/wordpress1/?p=256',0,'revision','',0),(257,4,'2015-03-29 16:44:51','2015-03-29 23:44:51','<h4>Membership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:</h4>\r\n<ol>\r\n <li><span style=\"color: #0b5cbf;\">Section 3‐1. VOTING MEMBERSHIP<span style=\"color: #3366ff;\">:</span></span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #3366ff;\">Section 3‐2. VOTING MEMBERSHIP - Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #3366ff;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #3366ff;\">Section 3‐3. NON-VOTING MEMBERSHIP:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. ASSOCIATE MEMBERSHIP:</span></span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #3366ff;\">Section 3‐5. INTERESTED PERSONS:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.</li>\r\n</ol>','Membership Categories','','inherit','closed','open','','184-revision-v1','','','2015-03-29 16:44:51','2015-03-29 23:44:51','',184,'http://03c1a29.netsolhost.com/wordpress1/?p=257',0,'revision','',0),(258,4,'2015-03-29 16:47:45','2015-03-29 23:47:45','<h4>Membership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under four categories:</h4>\r\n<ol>\r\n <li><span style=\"color: #0b5cbf;\">Section 3‐1. VOTING MEMBERSHIP<span style=\"color: #3366ff;\">:</span></span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.</li>\r\n <li><span style=\"color: #3366ff;\">Section 3‐2. VOTING MEMBERSHIP - Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #3366ff;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.</li>\r\n <li><span style=\"color: #3366ff;\">Section 3‐3. NON-VOTING MEMBERSHIP:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.</li>\r\n <li><span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. ASSOCIATE MEMBERSHIP:</span></span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #3366ff;\">**Section 3‐5. INTERESTED PERSONS:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.</li>\r\n</ol>','Membership Categories','','inherit','closed','open','','184-revision-v1','','','2015-03-29 16:47:45','2015-03-29 23:47:45','',184,'http://03c1a29.netsolhost.com/wordpress1/?p=258',0,'revision','',0),(259,4,'2015-03-29 16:50:00','2015-03-29 23:50:00','<strong><span style=\"color: #3366ff;\">VOTING MEMBERS</span></strong>\r\n\r\nWashington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\n\r\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\n\r\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\n\r\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\n\r\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\n\r\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\n\r\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\n\r\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\r\n\r\n<strong><span style=\"color: #3366ff;\">NON-VOTING MEMBERS</span></strong>\r\n\r\nAircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\r\n\r\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)\r\n\r\n<strong><span style=\"color: #3366ff;\">ASSOCIATES</span></strong>\r\n\r\n<strong><span style=\"color: #3366ff;\">INTERESTED PARTIES</span></strong>','Membership Directory','','inherit','closed','open','','188-revision-v1','','','2015-03-29 16:50:00','2015-03-29 23:50:00','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=259',0,'revision','',0),(260,4,'2015-03-29 16:52:04','2015-03-29 23:52:04','<h3><span style=\"color: #3366ff;\">Annual Dues $200</span></h3>\r\n[contact-form-7 id=\"176\" title=\"Membership Application Form\"]','Join','','inherit','closed','open','','178-revision-v1','','','2015-03-29 16:52:04','2015-03-29 23:52:04','',178,'http://03c1a29.netsolhost.com/wordpress1/?p=260',0,'revision','',0),(261,4,'2015-03-29 16:54:26','2015-03-29 23:54:26','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<span style=\"color: #3366ff;\"><em>President</em></span>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<span style=\"color: #3366ff;\"><em>Vice President</em></span>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan K. Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<span style=\"color: #3366ff;\"><em>Treasurer</em></span>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-29 16:54:26','2015-03-29 23:54:26','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=261',0,'revision','',0),(262,4,'2015-03-29 16:56:07','2015-03-29 23:56:07','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<span style=\"color: #3366ff;\"><em>President</em></span>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<span style=\"color: #3366ff;\"><em>Vice President</em></span>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<span style=\"color: #3366ff;\"><em>Treasurer</em></span>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-29 16:56:07','2015-03-29 23:56:07','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=262',0,'revision','',0),(263,4,'2015-03-29 16:57:06','2015-03-29 23:57:06','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<span style=\"color: #3366ff;\"><em>President</em></span>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<span style=\"color: #3366ff;\"><em>Vice President</em></span>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<span style=\"color: #3366ff;\"><em>Treasurer</em></span>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-03-29 16:57:06','2015-03-29 23:57:06','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=263',0,'revision','',0),(264,4,'2015-03-29 17:00:10','2015-03-30 00:00:10','<h3 style=\"text-align: center;\"></h3>\r\n<h2 style=\"text-align: center;\"><strong> (WSAA)</strong></h2>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #3366ff;\">A NONPROFIT CORPORATION</span></h3>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<h4 style=\"text-align: center;\"></h4>\r\n<strong>TABLE OF CONTENTS PAGE</strong>\r\n1. Name and Purpose 4\r\n2. Offices 4\r\n3. Membership Categories 5\r\n3‐1. Voting Membership 5\r\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component 5\r\n3‐3. Non‐Voting Membership 6\r\n3‐4. Associate Membership 6\r\n3‐5. Interested Persons 6\r\n4. Legislative and Policy Positions 6\r\n5. Dues and Fees 7\r\n6. Meetings 7\r\n6‐1. Regular Meetings of the Board of Directors 7\r\n6‐2. Regular Meetings of the Alliance 7\r\n6‐3. Special Meetings 7\r\n6‐4. Meetings via Telephone Conference 7\r\n6‐5. Notice of Regular Meetings 7\r\n6‐6. Notice of Special Meetings 8\r\n6‐7. Quorum for Board of Directors Meetings 8\r\n6‐8. Quorum for Alliance Meetings 8\r\n6‐9. Conduct of Meetings 8\r\n7. The Alliance 9\r\n7‐1. General Powers of the Alliance and the Board of Directors 9\r\n7‐2. Voting 9\r\n7‐3. Removal 9\r\n7‐4. Vacancies 9\r\n7‐5. Presumption of Assent 9\r\n7‐6. Compensation of Delegates 10\r\n8. Officers 10\r\n8‐1. Number 10\r\n8‐2. Election and Term of Office 10\r\n8‐3. Removal 10\r\n8‐4. Vacancies 10\r\n8‐5. President 10\r\n8‐6. Vice‐President 11\r\n8‐7. Secretary 11\r\n8‐8. Treasurer 11\r\n8‐9. Honorary and Other Officers 11\r\n8‐10. Compensation of Officers 12\r\n9. Committees 12\r\n9‐1. Committees 12\r\n9‐2. Term of Office 12\r\n10. Business Matters 12\r\n10‐1. Filings 12\r\n10‐2. Contracts 13\r\n10‐3. Loans 13\r\n10‐4. Checks, Drafts, etc. 13\r\n10‐5. Deposits 13\r\n10‐6. Budgets 13\r\n10‐7. Facsimile Signatures 13\r\n11. Waiver of Notice 14\r\n12. Indemnification 14\r\n1. Indemnification 14\r\n2. Good Faith 14\r\n3. Reimbursement of Expenses 14\r\n4. Rights Granted Herein Not Exclusive 14\r\n13. Conflict of Interest 15\r\n14. Amendments 15\r\n15. Definitions 15\r\n16. Approval 17\r\n17. List of Revisions 18\r\n\r\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\r\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\r\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\r\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\r\n<em> Washington.</em>\r\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\r\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\r\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\r\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\r\n(A) To advocate for aviation in the state and bring together members of various aviation\r\nassociations to represent a collective voice for common goals.\r\n(B) To promote airports as vital to our state’s economy and transportation system.\r\n(C) To encourage aviation education and training opportunities throughout the state to\r\nfoster new generations of skilled workers for aviation jobs.\r\n(D) To advocate for airport issues that are important to the state, region and communities\r\nthey serve.\r\n(E) To support aviation initiatives that bolster the state’s economy and transportation\r\nsystem.\r\n(F) To communicate with decision makers about the importance of aviation.\r\n(G) To propose initiatives and legislation that address aviation issues and promote the\r\nhealth of aviation in the state.\r\n(H) To enable the exchange of ideas, information and experience between various aviation\r\nuser groups.\r\n(I) To provide outreach to user groups and the public about relevant aviation issues and\r\ninitiatives.\r\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\r\nwith the above, to exercise all powers available to nonprofit corporations.\r\n(K) To act as a resource for:\r\na. Major planning initiatives within Washington State, and\r\nb. Aviation issues affecting Washington State.\r\n<strong>ARTICLE 2. OFFICES:</strong>\r\nThe principal office of the Alliance shall be at a location within the state of Washington as\r\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\r\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\r\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\r\nmay require.\r\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\r\nand a registered agent whose office is identical with such registered office, as required by the\r\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\r\nprincipal office in the state of Washington, and the address of the registered office may be changed\r\nfrom time to time as determined by the Board.\r\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\r\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting <span style=\"color: #3366ff;\">Membership:</span></span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.\r\n<span style=\"color: #3366ff;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #3366ff;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\r\n<span style=\"color: #3366ff;\">Section 3‐3. Non‐Voting Membership:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.\r\n<span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. Associate Membership:</span></span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.\r\n<span style=\"color: #3366ff;\">Section 3‐5. Interested Persons:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\r\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\r\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\r\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\r\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\r\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\r\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\r\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\r\npolicy issues.\r\n<strong>ARTICLE 5. DUES AND FEES:</strong>\r\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\r\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.\r\n<strong>ARTICLE 6. MEETINGS:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\r\nThe Board of Directors shall meet at least quarterly each calendar year.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\r\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\r\nyear.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐3. Special Meetings:</em></span>\r\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\r\nthe Secretary, or a majority of the Board of Directors.\r\nSpecial meetings of the Alliance may be called by or at the request of the President, the\r\nSecretary, or a majority of the Voting Delegates.\r\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\r\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\r\nmeans of conference telephone or similar communications equipment during which all persons\r\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\r\npresence in person at the meeting.\r\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\r\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\r\nmail) of any regular Board meeting.\r\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\r\nAlliance meeting.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\r\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\r\nwritten notice delivered personally, electronically, or by mail to each Delegate.\r\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\r\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\r\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\r\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\r\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\r\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\r\nin the notice or waiver of notice of such meeting.\r\n<em><span style=\"color: #0b5cbf;\">Se<span style=\"color: #3366ff;\">ction 6‐7. Quorum for Board of Directors Meetings:</span></span></em>\r\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\r\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\r\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\r\nconsidered to have not taken place.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐8. Quorum for Alliance Meetings:</em></span>\r\nNot less than one‐third of the Voting Membership, in attendance either in person or via\r\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\r\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\r\nplanned meeting will be considered to have not taken place.\r\n<span style=\"color: #3366ff;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\r\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\r\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\r\nThe Officers of the Alliance shall have such authority and perform such duties as may be\r\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\r\nforth in policy statements.\r\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 7‐1. General Powers of the Alliance and the Board of Directors:</em></span>\r\nThe Alliance shall be composed of member organizations, designated as Voting Members and\r\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\r\npower to cast votes when conducting the official business of the Alliance.\r\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\r\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\r\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\r\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\r\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\r\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\r\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\r\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\r\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\r\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\r\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\r\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\r\nBoard Members may vote by voice or electronically via email.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐3. Removal:</em></span>\r\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\r\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\r\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\r\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐4. Vacancies:</em></span>\r\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\r\nfilled by an appointment from the membership organization.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐5. Presumption of Assent:</em></span>\r\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\r\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\r\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\r\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\r\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\r\n<span style=\"color: #3366ff;\"><em>Section 7‐6. Compensation of Delegates:</em></span>\r\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\r\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\r\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\r\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\r\nDelegate is an employee of the Alliance.\r\n<strong>ARTICLE 8. OFFICERS:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 8‐1. Number:</em></span>\r\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\r\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\r\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\r\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\r\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\r\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\r\nWashington designating the minimum required number of Directors.\r\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\r\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\r\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\r\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\r\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\r\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\r\nBylaws.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐3. Removal:</em></span>\r\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\r\nof the Voting Membership.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐4. Vacancies:</em></span>\r\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\r\nmay be filled by the President for the unexpired portion of the term.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐5. President:</em></span>\r\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\r\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\r\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\r\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\r\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\r\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\r\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\r\nhave authority to establish such committees and delegate authority whenever such delegation is not\r\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\r\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\r\nmay be prescribed by the Alliance from time to time.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐6. Vice‐President:</em></span>\r\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\r\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\r\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\r\nsuch other duties as from time to time may be assigned to him or her by the President or by the\r\nAlliance.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐7. Secretary:</em></span>\r\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\r\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\r\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\r\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\r\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\r\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\r\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\r\nas from time to time may be assigned to him or her by the President or by the Alliance.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐8. Treasurer:</em></span>\r\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\r\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\r\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\r\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\r\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\r\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\r\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\r\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\r\nshall determine.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\r\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\r\nAlliance may deem proper.\r\n<span style=\"color: #3366ff;\"><em>Section 8‐10. Compensation of Officers:</em></span>\r\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\r\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\r\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\r\nthese services.\r\n<strong>ARTICLE 9. COMMITTEES:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 9‐1. Committees:</em></span>\r\nThe Alliance may designate and appoint one or more committees. Such committees shall have\r\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\r\nno such committee shall have the authority of the Alliance in reference to amending, altering or\r\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\r\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\r\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\r\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\r\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\r\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\r\nor repealed by such committee. The designation and appointment of any such committee and the\r\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\r\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\r\nauthorized to appoint members to such committee the he or she deems best suited to further the\r\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\r\nmembers may also be removed from the committee by its Chair.\r\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\r\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\r\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\r\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\r\nAlliance, or unless such Chair shall cease to qualify as such.\r\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 10‐1. Filings:</em></span>\r\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\r\nthe Secretary.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐2. Contracts:</em></span>\r\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\r\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\r\nthe Alliance, and such authority may be general or confined to specific instances.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐3. Loans:</em></span>\r\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\r\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\r\nconfined to specified instances.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐4. Checks, Drafts, etc.:</em></span>\r\nAll checks, drafts or other orders for the payment of money notes or other evidences of\r\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\r\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\r\nto time be determined by resolution of the Alliance.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐5. Deposits:</em></span>\r\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\r\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐6. Budget:</em></span>\r\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\r\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\r\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\r\nannual budget shall be subject to approval by the Board and its operating performance shall be the\r\nresponsibility of the Treasurer.\r\n<span style=\"color: #3366ff;\"><em>Section 10‐7. Facsimile Signatures:</em></span>\r\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\r\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\r\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\r\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\r\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\r\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\r\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\r\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\r\nor any other cause.\r\n\r\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\r\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\r\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\r\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\r\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\r\nequivalent to the giving of the notice.\r\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\r\n<span style=\"color: #3366ff;\"><em>Section 12‐1. Indemnification:</em></span>\r\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\r\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\r\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\r\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\r\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\r\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\r\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\r\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\r\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\r\namount of indemnification shall be determined in accordance with the provisions of the Washington\r\nNonprofit Corporation Act in effect at the time of the determination.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐2. Good Faith:</em></span>\r\nFor purposes of determining the right to any indemnification under this article XII, the\r\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\r\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\r\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\r\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\r\nto believe that his or her conduct was unlawful.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐3. Reimbursement of Expenses:</em></span>\r\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\r\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\r\na proceeding in advance of the final disposition of the proceeding.\r\n<span style=\"color: #3366ff;\"><em>Section 12‐4. Rights Granted Herein not Exclusive:</em></span>\r\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\r\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\r\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\r\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\r\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\r\nadministrators of such person.\r\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\r\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\r\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\r\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\r\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\r\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\r\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\r\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\r\nratifying Delegates.\r\n<strong>ARTICLE 14. AMENDMENTS:</strong>\r\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\r\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\r\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\r\nor any applicable laws.\r\n<strong>ARTICLE 15. DEFINITIONS:</strong>\r\nDelegate:\r\nThe designated individual appointed by member organizations for representation on the\r\nAlliance, which individual shall be empowered and act as an agent for that member organization.\r\nDelegates are classified as follows:\r\n‐ Voting Delegates\r\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\r\n‐ Non‐Voting Delegates\r\no A Non‐Voting Member of the Alliance per Section 3.3.\r\n‐ Non‐Voting Associate Delegates\r\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\r\nGeneral Aviation:\r\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\r\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\r\n\r\n<strong>Indemnification:</strong>\r\nTo compensate for damage or loss sustained, expense incurred, etc.\r\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\r\nNolo contendere:\r\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\r\ncontest.\r\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\r\nProxy:\r\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\r\nanother.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\r\nQuorum:\r\nThe number of members of a group or organization required to be present to transact business\r\nlegally, usually a majority.\r\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\r\n\r\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\r\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\r\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\r\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\r\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\r\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\r\nMeeting Summary for the Revision Date.\r\nRevision dated February 25, 2015:\r\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws - Washington State Aviation Alliance','','inherit','closed','open','','63-revision-v1','','','2015-03-29 17:00:10','2015-03-30 00:00:10','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=264',0,'revision','',0),(293,5,'2015-05-15 08:55:33','2015-05-15 15:55:33','','Print','','inherit','closed','open','','print-2','','','2015-05-15 08:55:33','2015-05-15 15:55:33','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg',0,'attachment','image/jpeg',0),(268,2,'2015-03-29 17:34:43','2015-03-30 00:34:43','','KandaceHarvey-HeadShot-2000x2500','','inherit','closed','open','','kandaceharvey-headshot-2000x2500','','','2015-03-29 17:34:43','2015-03-30 00:34:43','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-2000x2500.jpg',0,'attachment','image/jpeg',0),(269,2,'2015-03-29 17:49:42','2015-03-30 00:49:42','','WSAALogo1-300x100','','inherit','closed','open','','wsaalogo1-300x100','','','2015-03-29 17:49:53','2015-03-30 00:49:53','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo1-300x100.png',0,'attachment','image/png',0),(270,2,'2015-03-29 17:53:25','2015-03-30 00:53:25','','WSAALogo1a-300x100','','inherit','closed','open','','wsaalogo1a-300x100','','','2015-03-29 17:53:35','2015-03-30 00:53:35','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAALogo1a-300x100.png',0,'attachment','image/png',0),(271,2,'2015-03-29 18:06:58','2015-03-30 01:06:58','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf\" height=\"110%\"]','Brochure','','inherit','closed','open','','69-revision-v1','','','2015-03-29 18:06:58','2015-03-30 01:06:58','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=271',0,'revision','',0),(272,2,'2015-03-29 18:07:54','2015-03-30 01:07:54','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf\" height=\"600\"]','Brochure','','inherit','closed','open','','69-revision-v1','','','2015-03-29 18:07:54','2015-03-30 01:07:54','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=272',0,'revision','',0),(273,2,'2015-03-29 18:08:21','2015-03-30 01:08:21','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf\" height=\"800\"]','Brochure','','inherit','closed','open','','69-revision-v1','','','2015-03-29 18:08:21','2015-03-30 01:08:21','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=273',0,'revision','',0),(274,2,'2015-03-29 18:11:05','2015-03-30 01:11:05','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf\"]','Brochure','','inherit','closed','open','','69-revision-v1','','','2015-03-29 18:11:05','2015-03-30 01:11:05','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=274',0,'revision','',0),(291,5,'2015-05-15 08:51:42','2015-05-15 15:51:42','','Print','','inherit','closed','open','','print','','','2015-05-15 08:51:42','2015-05-15 15:51:42','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015.jpg',0,'attachment','image/jpeg',0),(292,5,'2015-05-15 08:52:13','2015-05-15 15:52:13','http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015.jpg','cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015.jpg','','inherit','closed','open','','cropped-wsaa_aviation-alliance-logo-blue-plain-5-12-2015-jpg','','','2015-05-15 08:52:13','2015-05-15 15:52:13','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015.jpg',0,'attachment','image/jpeg',0),(278,2,'2015-03-29 18:32:35','2015-03-30 01:32:35','[embed]http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-Alliance-Brochure-updated-Mar-4-2015.pdf[/embed]','Brochure','','inherit','closed','open','','69-revision-v1','','','2015-03-29 18:32:35','2015-03-30 01:32:35','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=278',0,'revision','',0),(279,2,'2015-03-29 18:36:11','2015-03-30 01:36:11','[embed]http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella-of-Strength-24Feb2015.pdf[/embed]','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-03-29 18:36:11','2015-03-30 01:36:11','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=279',0,'revision','',0),(282,1,'2015-04-12 16:26:43','2015-04-12 23:26:43','<strong><span style=\"color: #3366ff;\">VOTING MEMBERS</span></strong>\r\n\r\nWashington Airport Management Association (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\n\r\nWashington State Community Airport Association (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\n\r\nWashington Pilots Association (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\n\r\nWashington Seaplane Pilots Association (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\n\r\nWashington Aviation Association (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\n\r\nPacific Northwest Business Aviation Association (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\n\r\nRecreational Aviation Foundation (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\n\r\nWashington State Department of Transportation, Aviation Division (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\r\n\r\n<strong><span style=\"color: #3366ff;\">NON-VOTING MEMBERS</span></strong>\r\n\r\nAircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\r\n\r\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)\r\n\r\n<strong><span style=\"color: #3366ff;\">ASSOCIATES</span></strong>\r\n\r\n<strong><span style=\"color: #3366ff;\">INTERESTED PARTIES</span></strong>\r\n\r\nCenterPoint Aviation Law PLLC (<a href=\"http://www.centerpointaviationlaw.com/\" target=\"_blank\">CPAL</a>)','Membership Directory','','inherit','closed','open','','188-revision-v1','','','2015-04-12 16:26:43','2015-04-12 23:26:43','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=282',0,'revision','',0),(294,5,'2015-05-15 08:55:53','2015-05-15 15:55:53','http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg','cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg','','inherit','closed','open','','cropped-wsaa_aviation-alliance-logo-blue-plain-5-12-20151-jpg','','','2015-05-15 08:55:53','2015-05-15 15:55:53','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg',0,'attachment','image/jpeg',0),(295,5,'2015-05-15 20:38:47','2015-05-16 03:38:47','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation.pdf\"]\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\"> </span>\r\n\r\n ','News','','publish','closed','open','','news','','','2016-04-27 15:53:32','2016-04-27 22:53:32','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=295',0,'page','',0),(334,5,'2015-05-28 17:48:34','2015-05-29 00:48:34','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•\"Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, [pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation2.pdf\"]\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 17:48:34','2015-05-29 00:48:34','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=334',0,'revision','',0),(297,5,'2015-05-15 20:38:47','2015-05-16 03:38:47','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation.pdf\"]','News','','inherit','closed','open','','295-revision-v1','','','2015-05-15 20:38:47','2015-05-16 03:38:47','',295,'http://03c1a29.netsolhost.com/wordpress1/?p=297',0,'revision','',0),(387,5,'2015-07-31 15:29:04','2015-07-31 22:29:04','','Resources','','inherit','closed','open','','386-revision-v1','','','2015-07-31 15:29:04','2015-07-31 22:29:04','',386,'http://03c1a29.netsolhost.com/wordpress1/?p=387',0,'revision','',0),(386,5,'2015-07-31 15:29:04','2015-07-31 22:29:04','','Resources','','publish','closed','open','','resources','','','2015-07-31 15:29:04','2015-07-31 22:29:04','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=386',0,'page','',0),(494,5,'2016-01-14 14:08:26','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2016-01-14 14:08:26','0000-00-00 00:00:00','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=494',1,'nav_menu_item','',0),(310,5,'2015-05-16 11:14:05','2015-05-16 18:14:05',' ','','','publish','closed','open','','310','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=310',15,'nav_menu_item','',0),(311,5,'2015-05-16 11:15:51','2015-05-16 18:15:51','Recognizing the importance of the general aviation industry to Washington\'s economy, and recognizing that the industry is currently facing serious challenges in this period of budget pressures, a steering committee met in August 2014 to form a non-profit organization that would serve as a collective voice for aviation and airport-related organizations to protect and promote aviation in the state of Washington. <!--more-->\r\n\r\nFormed by representatives from public and private organizations – including the Washington State Department of Transportation Aviation Division, the Washington Airport Management Association, the Washington State Community Airports Association, the Washington Pilots Association and the Aircraft Owners and Pilots Association – the committee shaped the foundations of the Washington State Aviation Alliance.\r\n\r\nIn January 2015, the steering committee elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation2.pdf\" target=\"_blank\">click here. </a>\r\n\r\n ','WSAA forms to support state aviation','','publish','closed','open','','wsaa-forms-to-support-state-aviation-2','','','2015-06-09 14:52:43','2015-06-09 21:52:43','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=311',0,'post','',0),(312,5,'2015-05-16 11:15:51','2015-05-16 18:15:51','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation1.pdf\"]','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-16 11:15:51','2015-05-16 18:15:51','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=312',0,'revision','',0),(317,5,'2015-05-28 14:33:55','2015-05-28 21:33:55','The newly-formed Washington State Aviation Alliance has launched a website (http://03c1a29.netsolhost.com/wordpress1/) featuring information and resources aimed at promoting and protecting aviation and aviation-related interests throughout the state. \r\n\r\nThis new web tool features information on WSAA’s history, news, membership information and a form for joining the organization. \r\n\r\nThe WSAA formed in 2015 with the goal of advocating for aviation in Washington state. The Board of Directors includes membership from: \r\n\r\n• Washington Airport Management Association \r\n• Washington Pilots Association \r\n• Washington Community Airports Association \r\n• Washington State Department of Transportation \r\n\r\nVisit the WSAA website at: http://03c1a29.netsolhost.com/wordpress1/ \r\n\r\nFor more information, contact WASA Vice President and Membership Chair, Les Smith at vp@wsaa.aero or by Phone: (425) 870-2287.\r\n','Washington State Aviation Alliance (WSAA) Launches New Website','','inherit','closed','open','','316-revision-v1','','','2015-05-28 14:33:55','2015-05-28 21:33:55','',316,'http://03c1a29.netsolhost.com/wordpress1/?p=317',0,'revision','',0),(316,5,'2015-05-28 14:38:20','2015-05-28 21:38:20','The newly formed Washington State Aviation Alliance has launched a website (<a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>) featuring information and resources aimed at promoting and protecting aviation and aviation-related interests throughout the state. <!--more-->\r\n\r\nThis new web tool features information on WSAA’s history, news, membership information and a form for joining the organization.\r\n\r\nThe WSAA formed in 2015 with the goal of advocating for aviation in Washington state. The Board of Directors includes membership from:\r\n\r\n• Washington Airport Management Association\r\n• Washington Pilots Association\r\n• Washington Community Airports Association\r\n• Washington State Department of Transportation\r\n\r\nVisit the WSAA website at: <a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>\r\n\r\nFor more information, contact WSAA vice president and membership chair Les Smith at <a href=\"mailto:vp@wsaa.aero\">vp@wsaa.aero</a> or by phone: (425) 870-2287.','Washington State Aviation Alliance (WSAA) Launches New Website','','publish','closed','open','','washington-state-aviation-alliance-wsaa-launches-new-website','','','2015-06-09 14:50:31','2015-06-09 21:50:31','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=316',0,'post','',0),(345,5,'2015-06-09 12:47:36','2015-06-09 19:47:36','<h2 class=\"title sc-col-sm-12\"><strong> </strong></h2>','Washington State Aviation Alliance (WSSA) The Washington State Aviation Alliance serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.','','inherit','closed','open','','117-revision-v1','','','2015-06-09 12:47:36','2015-06-09 19:47:36','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=345',0,'revision','',0),(319,5,'2015-05-28 14:38:20','2015-05-28 21:38:20','The newly-formed Washington State Aviation Alliance has launched a website (<a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>) featuring information and resources aimed at promoting and protecting aviation and aviation-related interests throughout the state.\r\n\r\nThis new web tool features information on WSAA’s history, news, membership information and a form for joining the organization.\r\n\r\nThe WSAA formed in 2015 with the goal of advocating for aviation in Washington state. The Board of Directors includes membership from:\r\n\r\n• Washington Airport Management Association\r\n• Washington Pilots Association\r\n• Washington Community Airports Association\r\n• Washington State Department of Transportation\r\n\r\nVisit the WSAA website at: <a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>\r\n\r\nFor more information, contact WASA Vice President and Membership Chair, Les Smith at vp@wsaa.aero or by Phone: (425) 870-2287.','Washington State Aviation Alliance (WSAA) Launches New Website','','inherit','closed','open','','316-revision-v1','','','2015-05-28 14:38:20','2015-05-28 21:38:20','',316,'http://03c1a29.netsolhost.com/wordpress1/?p=319',0,'revision','',0),(320,5,'2015-05-28 15:26:59','2015-05-28 22:26:59','The newly-formed Washington State Aviation Alliance has launched a website (<a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>) featuring information and resources aimed at promoting and protecting aviation and aviation-related interests throughout the state.\r\n\r\nThis new web tool features information on WSAA’s history, news, membership information and a form for joining the organization.\r\n\r\nThe WSAA formed in 2015 with the goal of advocating for aviation in Washington state. The Board of Directors includes membership from:\r\n\r\n• Washington Airport Management Association\r\n• Washington Pilots Association\r\n• Washington Community Airports Association\r\n• Washington State Department of Transportation\r\n\r\nVisit the WSAA website at: <a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>\r\n\r\nFor more information, contact WASA Vice President and Membership Chair, Les Smith at <a href=\"mailto:vp@wsaa.aero\">vp@wsaa.aero</a> or by Phone: (425) 870-2287.','Washington State Aviation Alliance (WSAA) Launches New Website','','inherit','closed','open','','316-revision-v1','','','2015-05-28 15:26:59','2015-05-28 22:26:59','',316,'http://03c1a29.netsolhost.com/wordpress1/?p=320',0,'revision','',0),(321,5,'2015-05-28 15:58:57','2015-05-28 22:58:57','','WSAA Brochure Updated with GA May 12 2015','','inherit','closed','open','','wsaa-brochure-updated-with-ga-may-12-2015','','','2015-05-28 15:58:57','2015-05-28 22:58:57','',25,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAA-Brochure-Updated-with-GA-May-12-2015.pdf',0,'attachment','application/pdf',0),(322,5,'2015-05-28 15:59:08','2015-05-28 22:59:08','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAA-Brochure-Updated-with-GA-May-12-2015.pdf\"]','About','','inherit','closed','open','','25-revision-v1','','','2015-05-28 15:59:08','2015-05-28 22:59:08','',25,'http://03c1a29.netsolhost.com/wordpress1/?p=322',0,'revision','',0),(323,5,'2015-05-28 16:05:20','2015-05-28 23:05:20','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAA-Brochure-Updated-with-GA-May-12-2015.pdf\"]','Brochure','','inherit','closed','open','','69-revision-v1','','','2015-05-28 16:05:20','2015-05-28 23:05:20','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=323',0,'revision','',0),(324,5,'2015-05-28 19:39:47','2015-05-29 02:39:47','Recognizing the importance of the general aviation industry to Washington\'s economy, and recognizing that the industry is currently facing serious challenges in this period of budget pressures, a steering committee met in August 2014 to form a non-profit organization that would serve as a collective voice for aviation and airport-related organizations to protect and promote aviation in the state of Washington.\n\nFormed by representatives from public and private organizations – including the Washington State Department of Transportation Aviation Division, the Washington Airport Management Association, the Washington State Community Airports Association, the Washington Pilots Association and the Aircraft Owners and Pilots Association – the committee shaped the foundations of the Washington State Aviation Alliance.\n\n•WSAA mission statement\n•Membership criteria\n•Bylaws\n•Budget\n•White paper outlining and summarizing the need and intended path for the alliance.\n•\"Umbrella of Strength” infographic depicting WSAA membership.\n•WSAA brochure summarizing its background, purpose and goals.\n\nIn January 2015, the steering committee also elected a board of directors:\n\nKandace Harvey (WAMA) – President\nLes Smith (WPA) – Vice President\nDavid Ketchum (WSCAA) -Treasurer\nTristan Atkins (WSDOT) - Secretary\n\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation2.pdf\" target=\"_blank\">click here. </a>\n\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-autosave-v1','','','2015-05-28 19:39:47','2015-05-29 02:39:47','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=324',0,'revision','',0),(325,5,'2015-05-28 17:22:50','2015-05-29 00:22:50','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•“Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, click here.\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 17:22:50','2015-05-29 00:22:50','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=325',0,'revision','',0),(327,5,'2015-05-28 17:25:50','2015-05-29 00:25:50','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•“Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015,\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 17:25:50','2015-05-29 00:25:50','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=327',0,'revision','',0),(326,5,'2015-05-28 17:25:11','2015-05-29 00:25:11','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•“Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, [pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation1.pdf\"]\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 17:25:11','2015-05-29 00:25:11','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=326',0,'revision','',0),(335,5,'2015-05-28 17:58:54','2015-05-29 00:58:54','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•\"Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, <a href=\"http://03c1a29.netsolhost.com/wordpress1/?attachment_id=331\" rel=\"attachment wp-att-331\">click here.</a>\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 17:58:54','2015-05-29 00:58:54','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=335',0,'revision','',0),(330,5,'2015-05-28 17:28:48','2015-05-29 00:28:48','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•\"Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015,\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 17:28:48','2015-05-29 00:28:48','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=330',0,'revision','',0),(328,5,'2015-05-28 17:27:38','2015-05-29 00:27:38','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•“Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, [pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation1.pdf\"]\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 17:27:38','2015-05-29 00:27:38','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=328',0,'revision','',0),(329,5,'2015-05-28 17:28:17','2015-05-29 00:28:17','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•\"Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, [pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation1.pdf\"]\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 17:28:17','2015-05-29 00:28:17','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=329',0,'revision','',0),(331,5,'2015-05-28 17:31:50','2015-05-29 00:31:50','','click here','','inherit','closed','open','','newsbrief-wsaa-formation-3','','','2015-05-28 18:00:04','2015-05-29 01:00:04','',311,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation2.pdf',0,'attachment','application/pdf',0),(333,5,'2015-05-28 17:33:03','2015-05-29 00:33:03','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•\"Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015,\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 17:33:03','2015-05-29 00:33:03','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=333',0,'revision','',0),(332,5,'2015-05-28 17:32:34','2015-05-29 00:32:34','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•\"Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, [pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation2.pdf\"]\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 17:32:34','2015-05-29 00:32:34','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=332',0,'revision','',0),(336,5,'2015-05-28 18:15:03','2015-05-29 01:15:03','The WSAA was launched as a nonprofit organization in August 2014. By January 2015, a steering committee had settled on a several basic elements of the new organization:\r\n\r\n•WSAA mission statement\r\n•Membership criteria\r\n•Bylaws\r\n•Budget\r\n•White paper outlining and summarizing the need and intended path for the alliance.\r\n•\"Umbrella of Strength” infographic depicting WSAA membership.\r\n•WSAA brochure summarizing its background, purpose and goals.\r\n\r\nIn January 2015, the steering committee also elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation2.pdf\" target=\"_blank\">click here. </a>\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 18:15:03','2015-05-29 01:15:03','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=336',0,'revision','',0),(337,5,'2015-05-28 19:40:43','2015-05-29 02:40:43','Recognizing the importance of the general aviation industry to Washington\'s economy, and recognizing that the industry is currently facing serious challenges in this period of budget pressures, a steering committee met in August 2014 to form a non-profit organization that would serve as a collective voice for aviation and airport-related organizations to protect and promote aviation in the state of Washington.\r\n\r\nFormed by representatives from public and private organizations – including the Washington State Department of Transportation Aviation Division, the Washington Airport Management Association, the Washington State Community Airports Association, the Washington Pilots Association and the Aircraft Owners and Pilots Association – the committee shaped the foundations of the Washington State Aviation Alliance.\r\n\r\nIn January 2015, the steering committee elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation2.pdf\" target=\"_blank\">click here. </a>\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-05-28 19:40:43','2015-05-29 02:40:43','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=337',0,'revision','',0),(338,5,'2015-05-28 19:43:35','2015-05-29 02:43:35','The newly-formed Washington State Aviation Alliance has launched a website (<a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>) featuring information and resources aimed at promoting and protecting aviation and aviation-related interests throughout the state.\r\n\r\nThis new web tool features information on WSAA’s history, news, membership information and a form for joining the organization.\r\n\r\nThe WSAA formed in 2015 with the goal of advocating for aviation in Washington state. The Board of Directors includes membership from:\r\n\r\n• Washington Airport Management Association\r\n• Washington Pilots Association\r\n• Washington Community Airports Association\r\n• Washington State Department of Transportation\r\n\r\nVisit the WSAA website at: <a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>\r\n\r\nFor more information, contact WSAA vice president and membership chair Les Smith at <a href=\"mailto:vp@wsaa.aero\">vp@wsaa.aero</a> or by phone: (425) 870-2287.','Washington State Aviation Alliance (WSAA) Launches New Website','','inherit','closed','open','','316-revision-v1','','','2015-05-28 19:43:35','2015-05-29 02:43:35','',316,'http://03c1a29.netsolhost.com/wordpress1/?p=338',0,'revision','',0),(339,5,'2015-05-28 20:03:12','2015-05-29 03:03:12','The newly formed Washington State Aviation Alliance has launched a website (<a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>) featuring information and resources aimed at promoting and protecting aviation and aviation-related interests throughout the state.\r\n\r\nThis new web tool features information on WSAA’s history, news, membership information and a form for joining the organization.\r\n\r\nThe WSAA formed in 2015 with the goal of advocating for aviation in Washington state. The Board of Directors includes membership from:\r\n\r\n• Washington Airport Management Association\r\n• Washington Pilots Association\r\n• Washington Community Airports Association\r\n• Washington State Department of Transportation\r\n\r\nVisit the WSAA website at: <a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>\r\n\r\nFor more information, contact WSAA vice president and membership chair Les Smith at <a href=\"mailto:vp@wsaa.aero\">vp@wsaa.aero</a> or by phone: (425) 870-2287.','Washington State Aviation Alliance (WSAA) Launches New Website','','inherit','closed','open','','316-revision-v1','','','2015-05-28 20:03:12','2015-05-29 03:03:12','',316,'http://03c1a29.netsolhost.com/wordpress1/?p=339',0,'revision','',0),(344,5,'2015-06-09 14:34:45','2015-06-09 21:34:45','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility. <!--more-->\r\n\r\nParticularly the ordinance protects airports and surrounding communities from incompatible development in the following ways:\r\n<ul>\r\n <li>Establishes a new chapter in the county’s development code, Chapter 30.32E Airport Compatibility.</li>\r\n <li>Identifies an airport influence area and establishes disclosure notice on title for new development activities within that area.</li>\r\n <li>Identifies an airport compatibility area where special review requirements apply.</li>\r\n <li>Establishes a height review process that utilizes the FAA’s Form 7460 review within the airport compatibility area.</li>\r\n <li>Establishes a special compatibility review process for 11 types of land uses and three types of residential development within that airport compatibility area.</li>\r\n <li>Includes the opportunity for airport managers to provide input at various stages of development review within the airport compatibility area.</li>\r\n <li>Encourages applicants to refer to FAA and WSDOT guidance related to airport compatibility.</li>\r\n</ul>\r\n“Incompatible development is a serious challenge to both airport and airport neighbors,” said Washington State Aviation Alliance President Kandace Harvey. “We couldn’t be more thrilled that the Snohomish County Council has taken these steps to strengthen airports and land use compatibility regulations.”\r\nOrganizations that contributed to the development of this ordinance include:\r\n<ul>\r\n <li>Aircraft Owners and Pilots Association</li>\r\n <li>Arlington Municipal Airport</li>\r\n <li>City of Arlington, Planning Staff</li>\r\n <li>City of Monroe, Planning Staff</li>\r\n <li>Darrington Municipal Airport</li>\r\n <li>Federal Aviation Administration</li>\r\n <li>First Air Field</li>\r\n <li>Harvey Field</li>\r\n <li>Master Builders Association of King and Snohomish Counties</li>\r\n <li>Monroe Chamber of Commerce</li>\r\n <li>Mukilteo Chamber of Commerce</li>\r\n <li>Mukilteo School District</li>\r\n <li>Paine Field</li>\r\n <li>Paine Field Community Council</li>\r\n <li>Port of Everett</li>\r\n <li>Professional Consultants of Snohomish County</li>\r\n <li>Puget Sound Regional Council</li>\r\n <li>Sky Harbor Airport</li>\r\n <li>Sky Harbor Chamber of Commerce</li>\r\n <li>Snohomish Chamber of Commerce</li>\r\n <li>Snohomish County Planning Advisory Committee</li>\r\n <li>Stillaguamish Tribe</li>\r\n <li>Tulalip Tribe</li>\r\n <li>Washington Airport Management Association</li>\r\n <li>Washington Community Airports Association</li>\r\n <li>Washington Pilots Association</li>\r\n <li>WSDOT Aviation Division</li>\r\n</ul>','Snohomish County adopts ordinance discouraging incompatible development near airports','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility.','publish','closed','open','','snohomish-county-council-adopts-ordinance-discouraging-incompatible-development-near-airports','','','2015-06-09 14:47:01','2015-06-09 21:47:01','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=344',0,'post','',0),(341,2,'2015-05-30 11:26:45','2015-05-30 18:26:45','','Aviation Alliance Brochure 12May2015','','inherit','closed','open','','aviation-alliance-brochure-12may2015','','','2015-05-30 11:47:17','2015-05-30 18:47:17','',69,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Aviation-Alliance-Brochure-12May2015.pdf',0,'attachment','application/pdf',0),(342,2,'2015-05-30 11:47:10','2015-05-30 18:47:10','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WSAA-Brochure-Updated-with-GA-May-12-2015.pdf\"]\n\n ','Brochure','','inherit','closed','open','','69-autosave-v1','','','2015-05-30 11:47:10','2015-05-30 18:47:10','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=342',0,'revision','',0),(343,2,'2015-05-30 11:47:33','2015-05-30 18:47:33','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Aviation-Alliance-Brochure-12May2015.pdf\"]','Brochure','','inherit','closed','open','','69-revision-v1','','','2015-05-30 11:47:33','2015-05-30 18:47:33','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=343',0,'revision','',0),(347,5,'2015-06-09 12:51:05','2015-06-09 19:51:05','<h2 class=\"title sc-col-sm-12\"><strong> The Washington State Aviation Alliance (WSSA) serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.</strong></h2>','Home','','inherit','closed','open','','117-revision-v1','','','2015-06-09 12:51:05','2015-06-09 19:51:05','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=347',0,'revision','',0),(348,5,'2015-06-09 12:51:36','2015-06-09 19:51:36','<h2 class=\"title sc-col-sm-12\"><strong>The Washington State Aviation Alliance (WSSA) serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.</strong></h2>','','','inherit','closed','open','','117-revision-v1','','','2015-06-09 12:51:36','2015-06-09 19:51:36','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=348',0,'revision','',0),(349,5,'2015-06-09 12:52:20','2015-06-09 19:52:20','<h2 class=\"title sc-col-sm-12\"><strong>The Washington State Aviation Alliance (WSSA) serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.</strong></h2>','Home','','inherit','closed','open','','117-revision-v1','','','2015-06-09 12:52:20','2015-06-09 19:52:20','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=349',0,'revision','',0),(350,5,'2015-06-09 13:08:50','2015-06-09 20:08:50','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation.pdf\"]','','','inherit','closed','open','','117-autosave-v1','','','2015-06-09 13:08:50','2015-06-09 20:08:50','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=350',0,'revision','',0),(352,5,'2015-06-09 13:05:26','2015-06-09 20:05:26','','','','inherit','closed','open','','117-revision-v1','','','2015-06-09 13:05:26','2015-06-09 20:05:26','',117,'http://03c1a29.netsolhost.com/wordpress1/?p=352',0,'revision','',0),(495,5,'2016-01-14 14:09:16','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2016-01-14 14:09:16','0000-00-00 00:00:00','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=495',1,'nav_menu_item','',0),(357,5,'2015-06-09 14:34:46','2015-06-09 21:34:46','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility.\r\nParticularly the ordinance protects airports and surrounding communities from incompatible development in the following ways:\r\n<ul>\r\n <li>Establishes a new chapter in the county’s development code, Chapter 30.32E Airport Compatibility.\r\nIdentifies an airport influence area and establishes disclosure notice on title for new development activities within that area.\r\nIdentifies an airport compatibility area where special review requirements apply.\r\nEstablishes a height review process that utilizes the FAA’s Form 7460 review within the airport compatibility area.\r\nEstablishes a special compatibility review process for 11 types of land uses and three types of residential development within that airport compatibility area.\r\nIncludes the opportunity for airport managers to provide input at various stages of development review within the airport compatibility area.\r\nEncourages applicants to refer to FAA and WSDOT guidance related to airport compatibility.</li>\r\n</ul>\r\n“Incompatible development is a serious challenge to both airport and airport neighbors,” said Washington State Aviation Alliance President Kandace Harvey. “We couldn’t be more thrilled that the Snohomish County Council has taken these steps to strengthen airports and land use compatibility regulations.”\r\nOrganizations that contributed to the development of this ordinance include:\r\n<ul>\r\n <li>Aircraft Owners and Pilots Association\r\nArlington Municipal Airport\r\nCity of Arlington, Planning Staff\r\nCity of Monroe, Planning Staff\r\nDarrington Municipal Airport\r\nFederal Aviation Administration\r\nFirst Air Field\r\nHarvey Field\r\nMaster Builders Association of King and Snohomish Counties\r\nMonroe Chamber of Commerce\r\nMukilteo Chamber of Commerce\r\nMukilteo School District\r\nPaine Field\r\nPaine Field Community Council\r\nPort of Everett\r\nProfessional Consultants of Snohomish County\r\nPuget Sound Regional Council\r\nSky Harbor Airport\r\nSky Harbor Chamber of Commerce\r\nSnohomish Chamber of Commerce\r\nSnohomish County Planning Advisory Committee\r\nStillaguamish Tribe\r\nTulalip Tribe\r\nWashington Airport Management Association\r\nWashington Community Airports Association\r\nWashington Pilots Association\r\nWSDOT Aviation Division</li>\r\n</ul>','Snohomish County adopts ordinance discouraging incompatible development near airports','','inherit','closed','open','','344-revision-v1','','','2015-06-09 14:34:46','2015-06-09 21:34:46','',344,'http://03c1a29.netsolhost.com/wordpress1/?p=357',0,'revision','',0),(355,5,'2015-06-09 14:30:36','2015-06-09 21:30:36','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility. \r\nParticularly the ordinance protects airports and surrounding communities from incompatible development in the following ways: \r\n\r\n• Establishes a new chapter in the county’s development code, Chapter 30.32E Airport Compatibility. \r\n• Identifies an airport influence area and establishes disclosure notice on title for new development activities within that area. \r\n• Identifies an airport compatibility area where special review requirements apply. \r\n• Establishes a height review process that utilizes the FAA’s Form 7460 review within the airport compatibility area. \r\n• Establishes a special compatibility review process for 11 types of land uses and three types of residential development within that airport compatibility area. \r\n• Includes the opportunity for airport managers to provide input at various stages of development review within the airport compatibility area. \r\n• Encourages applicants to refer to FAA and WSDOT guidance related to airport compatibility. \r\n\r\n“Incompatible development is a serious challenge to both airport and airport neighbors,” said Washington State Aviation Alliance President Kandace Harvey. “We couldn’t be more thrilled that the Snohomish County Council has taken these steps to strengthen airports and land use compatibility regulations.” \r\nOrganizations that contributed to the development of this ordinance include: \r\n\r\n• Aircraft Owners and Pilots Association \r\n• Arlington Municipal Airport \r\n• City of Arlington, Planning Staff \r\n• City of Monroe, Planning Staff \r\n• Darrington Municipal Airport \r\n• Federal Aviation Administration \r\n• First Air Field \r\n• Harvey Field \r\n• Master Builders Association of King and Snohomish Counties \r\n• Monroe Chamber of Commerce \r\n• Mukilteo Chamber of Commerce \r\n• Mukilteo School District \r\n• Paine Field \r\n• Paine Field Community Council \r\n• Port of Everett \r\n• Professional Consultants of Snohomish County \r\n• Puget Sound Regional Council \r\n• Sky Harbor Airport \r\n• Sky Harbor Chamber of Commerce \r\n• Snohomish Chamber of Commerce \r\n• Snohomish County Planning Advisory Committee \r\n• Stillaguamish Tribe \r\n• Tulalip Tribe \r\n• Washington Airport Management Association \r\n• Washington Community Airports Association \r\n• Washington Pilots Association \r\n• WSDOT Aviation Division \r\n','Snohomish County Council adopts ordinance discouraging incompatible development near airports','','inherit','closed','open','','344-revision-v1','','','2015-06-09 14:30:36','2015-06-09 21:30:36','',344,'http://03c1a29.netsolhost.com/wordpress1/?p=355',0,'revision','',0),(366,5,'2015-06-19 10:06:18','2015-06-19 17:06:18','OLYMPIA – For a third year in a row, Gov. Jay Inslee has named June as General Aviation Appreciation Month in Washington state. <!--more-->\r\n\r\nIn his <a href=\"http://www.wsdot.wa.gov/NR/rdonlyres/6E59606B-E60D-41E2-920D-20A7617817E9/105840/GovernorsProclamationGeneralAviationAppreciationMo.pdf\">signed proclamation</a> (pdf 316 kb), Gov. Inslee specifically highlighted general aviation’s vital importance to the state’s economy, transportation system and the lives of Washingtonians.\r\n\r\n“General aviation is crucial to our state,” said Tristan Atkins, Washington State Department of Transportation director of aviation. “June is typically a great month to fly, and I anticipate Gov. Inslee’s proclamation will once again encourage people to <a href=\"http://www.wsdot.wa.gov/aviation/AllStateAirports/default.htm\">visit many of our state’s airports</a>.”\r\n\r\nWashington is home to a diverse aviation system, with 134 public-use airports ranging in size and purpose. The proclamation highlights how general aviation, aerospace, aircraft manufacturing and other aviation activities contribute to Washington’s economic health and vitality.\r\n\r\n“Each year, our state’s airports support 248,500 jobs, $15.3 billion in wages and $50.9 billion in economic activity,” said Kandace Harvey, president of the <a href=\"http://03c1a29.netsolhost.com/wordpress1/\">Washington State Aviation Alliance</a>. “This proclamation reminds us that we must strengthen our efforts to promote and protect these great assets.”\r\n\r\nThe governor’s proclamation was informed by the 2012 <a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">Washington Aviation Economic Impact study</a>, completed by WSDOT’s Aviation Division.\r\n\r\n###','Governor’s proclamation names June as General Aviation Appreciation Month in Washington state','','publish','closed','open','','governors-proclamation-names-june-general-aviation-appreciation-month-washington-state','','','2015-06-19 10:06:57','2015-06-19 17:06:57','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=366',0,'post','',0),(358,5,'2015-06-09 14:42:06','2015-06-09 21:42:06','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility.\nParticularly the ordinance protects airports and surrounding communities from incompatible development in the following ways:\n<ul>\n <li>Establishes a new chapter in the county’s development code, Chapter 30.32E Airport Compatibility.</li>\n <li>Identifies an airport influence area and establishes disclosure notice on title for new development activities within that area.</li>\n <li>Identifies an airport compatibility area where special review requirements apply.</li>\n <li>Establishes a height review process that utilizes the FAA’s Form 7460 review within the airport compatibility area.</li>\n <li>Establishes a special compatibility review process for 11 types of land uses and three types of residential development within that airport compatibility area.</li>\n <li>Includes the opportunity for airport managers to provide input at various stages of development review within the airport compatibility area.</li>\n <li>Encourages applicants to refer to FAA and WSDOT guidance related to airport compatibility.</li>\n</ul>\n“Incompatible development is a serious challenge to both airport and airport neighbors,” said Washington State Aviation Alliance President Kandace Harvey. “We couldn’t be more thrilled that the Snohomish County Council has taken these steps to strengthen airports and land use compatibility regulations.”\nOrganizations that contributed to the development of this ordinance include:\n<ul>\n <li>Aircraft Owners and Pilots Association</li>\n <li>Arlington Municipal Airport</li>\n <li>City of Arlington, Planning Staff</li>\n <li>City of Monroe, Planning Staff</li>\n <li>Darrington Municipal Airport</li>\n <li>Federal Aviation Administration</li>\n <li>First Air Field</li>\n <li>Harvey Field</li>\n <li>Master Builders Association of King and Snohomish Counties</li>\n <li>Monroe Chamber of Commerce</li>\n <li>Mukilteo Chamber of Commerce</li>\n <li>Mukilteo School District</li>\n <li>Paine Field</li>\n <li>Paine Field Community Council</li>\n <li>Port of Everett</li>\n <li>Professional Consultants of Snohomish County</li>\n <li>Puget Sound Regional Council</li>\n <li>Sky Harbor Airport</li>\n <li>Sky Harbor Chamber of Commerce</li>\n <li>Snohomish Chamber of Commerce</li>\n <li>Snohomish County Planning Advisory Committee</li>\n <li>Stillaguamish Tribe</li>\n <li>Tulalip Tribe</li>\n <li>Washington Airport Management Association</li>\n <li>Washington Community Airports Association</li>\n <li>Washington Pilots Association</li>\n <li>WSDOT Aviation Division</li>\n</ul>','Snohomish County adopts ordinance discouraging incompatible development near airports','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility.','inherit','closed','open','','344-autosave-v1','','','2015-06-09 14:42:06','2015-06-09 21:42:06','',344,'http://03c1a29.netsolhost.com/wordpress1/?p=358',0,'revision','',0),(359,5,'2015-06-09 14:37:47','2015-06-09 21:37:47','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility.\r\nParticularly the ordinance protects airports and surrounding communities from incompatible development in the following ways:\r\n<ul>\r\n <li>Establishes a new chapter in the county’s development code, Chapter 30.32E Airport Compatibility.</li>\r\n <li>Identifies an airport influence area and establishes disclosure notice on title for new development activities within that area.</li>\r\n <li>Identifies an airport compatibility area where special review requirements apply.</li>\r\n <li>Establishes a height review process that utilizes the FAA’s Form 7460 review within the airport compatibility area.</li>\r\n <li>Establishes a special compatibility review process for 11 types of land uses and three types of residential development within that airport compatibility area.</li>\r\n <li>Includes the opportunity for airport managers to provide input at various stages of development review within the airport compatibility area.</li>\r\n <li>Encourages applicants to refer to FAA and WSDOT guidance related to airport compatibility.</li>\r\n</ul>\r\n“Incompatible development is a serious challenge to both airport and airport neighbors,” said Washington State Aviation Alliance President Kandace Harvey. “We couldn’t be more thrilled that the Snohomish County Council has taken these steps to strengthen airports and land use compatibility regulations.”\r\nOrganizations that contributed to the development of this ordinance include:\r\n<ul>\r\n <li>Aircraft Owners and Pilots Association</li>\r\n <li>Arlington Municipal Airport</li>\r\n <li>City of Arlington, Planning Staff</li>\r\n <li>City of Monroe, Planning Staff</li>\r\n <li>Darrington Municipal Airport</li>\r\n <li>Federal Aviation Administration</li>\r\n <li>First Air Field</li>\r\n <li>Harvey Field</li>\r\n <li>Master Builders Association of King and Snohomish Counties</li>\r\n <li>Monroe Chamber of Commerce</li>\r\n <li>Mukilteo Chamber of Commerce</li>\r\n <li>Mukilteo School District</li>\r\n <li>Paine Field</li>\r\n <li>Paine Field Community Council</li>\r\n <li>Port of Everett</li>\r\n <li>Professional Consultants of Snohomish County</li>\r\n <li>Puget Sound Regional Council</li>\r\n <li>Sky Harbor Airport</li>\r\n <li>Sky Harbor Chamber of Commerce</li>\r\n <li>Snohomish Chamber of Commerce</li>\r\n <li>Snohomish County Planning Advisory Committee</li>\r\n <li>Stillaguamish Tribe</li>\r\n <li>Tulalip Tribe</li>\r\n <li>Washington Airport Management Association</li>\r\n <li>Washington Community Airports Association</li>\r\n <li>Washington Pilots Association</li>\r\n <li>WSDOT Aviation Division</li>\r\n</ul>','Snohomish County adopts ordinance discouraging incompatible development near airports','','inherit','closed','open','','344-revision-v1','','','2015-06-09 14:37:47','2015-06-09 21:37:47','',344,'http://03c1a29.netsolhost.com/wordpress1/?p=359',0,'revision','',0),(360,5,'2015-06-09 14:42:15','2015-06-09 21:42:15','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility.\r\nParticularly the ordinance protects airports and surrounding communities from incompatible development in the following ways:\r\n<ul>\r\n <li>Establishes a new chapter in the county’s development code, Chapter 30.32E Airport Compatibility.</li>\r\n <li>Identifies an airport influence area and establishes disclosure notice on title for new development activities within that area.</li>\r\n <li>Identifies an airport compatibility area where special review requirements apply.</li>\r\n <li>Establishes a height review process that utilizes the FAA’s Form 7460 review within the airport compatibility area.</li>\r\n <li>Establishes a special compatibility review process for 11 types of land uses and three types of residential development within that airport compatibility area.</li>\r\n <li>Includes the opportunity for airport managers to provide input at various stages of development review within the airport compatibility area.</li>\r\n <li>Encourages applicants to refer to FAA and WSDOT guidance related to airport compatibility.</li>\r\n</ul>\r\n“Incompatible development is a serious challenge to both airport and airport neighbors,” said Washington State Aviation Alliance President Kandace Harvey. “We couldn’t be more thrilled that the Snohomish County Council has taken these steps to strengthen airports and land use compatibility regulations.”\r\nOrganizations that contributed to the development of this ordinance include:\r\n<ul>\r\n <li>Aircraft Owners and Pilots Association</li>\r\n <li>Arlington Municipal Airport</li>\r\n <li>City of Arlington, Planning Staff</li>\r\n <li>City of Monroe, Planning Staff</li>\r\n <li>Darrington Municipal Airport</li>\r\n <li>Federal Aviation Administration</li>\r\n <li>First Air Field</li>\r\n <li>Harvey Field</li>\r\n <li>Master Builders Association of King and Snohomish Counties</li>\r\n <li>Monroe Chamber of Commerce</li>\r\n <li>Mukilteo Chamber of Commerce</li>\r\n <li>Mukilteo School District</li>\r\n <li>Paine Field</li>\r\n <li>Paine Field Community Council</li>\r\n <li>Port of Everett</li>\r\n <li>Professional Consultants of Snohomish County</li>\r\n <li>Puget Sound Regional Council</li>\r\n <li>Sky Harbor Airport</li>\r\n <li>Sky Harbor Chamber of Commerce</li>\r\n <li>Snohomish Chamber of Commerce</li>\r\n <li>Snohomish County Planning Advisory Committee</li>\r\n <li>Stillaguamish Tribe</li>\r\n <li>Tulalip Tribe</li>\r\n <li>Washington Airport Management Association</li>\r\n <li>Washington Community Airports Association</li>\r\n <li>Washington Pilots Association</li>\r\n <li>WSDOT Aviation Division</li>\r\n</ul>','Snohomish County adopts ordinance discouraging incompatible development near airports','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility.','inherit','closed','open','','344-revision-v1','','','2015-06-09 14:42:15','2015-06-09 21:42:15','',344,'http://03c1a29.netsolhost.com/wordpress1/?p=360',0,'revision','',0),(361,5,'2015-06-09 14:47:01','2015-06-09 21:47:01','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility. <!--more-->\r\n\r\nParticularly the ordinance protects airports and surrounding communities from incompatible development in the following ways:\r\n<ul>\r\n <li>Establishes a new chapter in the county’s development code, Chapter 30.32E Airport Compatibility.</li>\r\n <li>Identifies an airport influence area and establishes disclosure notice on title for new development activities within that area.</li>\r\n <li>Identifies an airport compatibility area where special review requirements apply.</li>\r\n <li>Establishes a height review process that utilizes the FAA’s Form 7460 review within the airport compatibility area.</li>\r\n <li>Establishes a special compatibility review process for 11 types of land uses and three types of residential development within that airport compatibility area.</li>\r\n <li>Includes the opportunity for airport managers to provide input at various stages of development review within the airport compatibility area.</li>\r\n <li>Encourages applicants to refer to FAA and WSDOT guidance related to airport compatibility.</li>\r\n</ul>\r\n“Incompatible development is a serious challenge to both airport and airport neighbors,” said Washington State Aviation Alliance President Kandace Harvey. “We couldn’t be more thrilled that the Snohomish County Council has taken these steps to strengthen airports and land use compatibility regulations.”\r\nOrganizations that contributed to the development of this ordinance include:\r\n<ul>\r\n <li>Aircraft Owners and Pilots Association</li>\r\n <li>Arlington Municipal Airport</li>\r\n <li>City of Arlington, Planning Staff</li>\r\n <li>City of Monroe, Planning Staff</li>\r\n <li>Darrington Municipal Airport</li>\r\n <li>Federal Aviation Administration</li>\r\n <li>First Air Field</li>\r\n <li>Harvey Field</li>\r\n <li>Master Builders Association of King and Snohomish Counties</li>\r\n <li>Monroe Chamber of Commerce</li>\r\n <li>Mukilteo Chamber of Commerce</li>\r\n <li>Mukilteo School District</li>\r\n <li>Paine Field</li>\r\n <li>Paine Field Community Council</li>\r\n <li>Port of Everett</li>\r\n <li>Professional Consultants of Snohomish County</li>\r\n <li>Puget Sound Regional Council</li>\r\n <li>Sky Harbor Airport</li>\r\n <li>Sky Harbor Chamber of Commerce</li>\r\n <li>Snohomish Chamber of Commerce</li>\r\n <li>Snohomish County Planning Advisory Committee</li>\r\n <li>Stillaguamish Tribe</li>\r\n <li>Tulalip Tribe</li>\r\n <li>Washington Airport Management Association</li>\r\n <li>Washington Community Airports Association</li>\r\n <li>Washington Pilots Association</li>\r\n <li>WSDOT Aviation Division</li>\r\n</ul>','Snohomish County adopts ordinance discouraging incompatible development near airports','Snohomish County celebrated a victory for aviation on May 6, when the County Council adopted Amended Ordinance No. 15-025, establishing new regulations for airports and land use compatibility.','inherit','closed','open','','344-revision-v1','','','2015-06-09 14:47:01','2015-06-09 21:47:01','',344,'http://03c1a29.netsolhost.com/wordpress1/?p=361',0,'revision','',0),(362,5,'2015-06-09 14:50:31','2015-06-09 21:50:31','The newly formed Washington State Aviation Alliance has launched a website (<a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>) featuring information and resources aimed at promoting and protecting aviation and aviation-related interests throughout the state. <!--more-->\r\n\r\nThis new web tool features information on WSAA’s history, news, membership information and a form for joining the organization.\r\n\r\nThe WSAA formed in 2015 with the goal of advocating for aviation in Washington state. The Board of Directors includes membership from:\r\n\r\n• Washington Airport Management Association\r\n• Washington Pilots Association\r\n• Washington Community Airports Association\r\n• Washington State Department of Transportation\r\n\r\nVisit the WSAA website at: <a href=\"http://03c1a29.netsolhost.com/wordpress1/\">http://03c1a29.netsolhost.com/wordpress1/</a>\r\n\r\nFor more information, contact WSAA vice president and membership chair Les Smith at <a href=\"mailto:vp@wsaa.aero\">vp@wsaa.aero</a> or by phone: (425) 870-2287.','Washington State Aviation Alliance (WSAA) Launches New Website','','inherit','closed','open','','316-revision-v1','','','2015-06-09 14:50:31','2015-06-09 21:50:31','',316,'http://03c1a29.netsolhost.com/wordpress1/?p=362',0,'revision','',0),(363,5,'2015-06-09 14:52:43','2015-06-09 21:52:43','Recognizing the importance of the general aviation industry to Washington\'s economy, and recognizing that the industry is currently facing serious challenges in this period of budget pressures, a steering committee met in August 2014 to form a non-profit organization that would serve as a collective voice for aviation and airport-related organizations to protect and promote aviation in the state of Washington. <!--more-->\r\n\r\nFormed by representatives from public and private organizations – including the Washington State Department of Transportation Aviation Division, the Washington Airport Management Association, the Washington State Community Airports Association, the Washington Pilots Association and the Aircraft Owners and Pilots Association – the committee shaped the foundations of the Washington State Aviation Alliance.\r\n\r\nIn January 2015, the steering committee elected a board of directors:\r\n\r\nKandace Harvey (WAMA) – President\r\nLes Smith (WPA) – Vice President\r\nDavid Ketchum (WSCAA) -Treasurer\r\nTristan Atkins (WSDOT) - Secretary\r\n\r\nFor more details on the background of WSAA and its objectives to be accomplished before October 2015, <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation2.pdf\" target=\"_blank\">click here. </a>\r\n\r\n ','WSAA forms to support state aviation','','inherit','closed','open','','311-revision-v1','','','2015-06-09 14:52:43','2015-06-09 21:52:43','',311,'http://03c1a29.netsolhost.com/wordpress1/?p=363',0,'revision','',0),(364,5,'2015-06-09 15:08:07','2015-06-09 22:08:07',' ','','','publish','closed','open','','364','','','2016-01-14 14:17:54','2016-01-14 22:17:54','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=364',1,'nav_menu_item','',0),(414,5,'2015-07-31 15:54:44','2015-07-31 22:54:44','Aviation Management Scholarships\n\n<strong>The Thomas Eller Memorial Scholarship.</strong> Up to two scholarships awarded annually to students in aviation management or related undergraduate programs.\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Brochure-Thomas_Eller_Memorial_Scholarship-3Dec2014.pdf\">Thomas Eller Memorial Scholarship Brochure</a>\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Thomas_Eller_Memorial_Scholarship%20v2015.pdf\">Thomas Eller Memorial Scholarship Requirements & Application Form</a>\n\n<strong>Airport Management Internship Grant.</strong> One grant of $1000 offered annually to a member airport to support hiring an intern in support of development of airport professionals.\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Airport_Management_Internship_Grantv2015.pdf\">Airport Management Internship Grant Requirements and Application Form</a>\n\n<strong>Professional Development Grant.</strong> A grant of up to $1000, offered annually, to a management member to assist in furthering their professional development.\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Professional_Development_Grant_v2015.pdf\">Professional Development Grant Requirements and Application Form</a>\n\n<strong>Community Aviation Education Grant.</strong> A grant of up to $500 offered each year to assist in supporting aviation-education activities directed to the general public.\nCommunity Aviation Education Grant Requirements and Application Form','Scholarships/Grants','','inherit','closed','open','','394-autosave-v1','','','2015-07-31 15:54:44','2015-07-31 22:54:44','',394,'http://03c1a29.netsolhost.com/wordpress1/?p=414',0,'revision','',0),(367,5,'2015-06-19 10:03:49','2015-06-19 17:03:49','Governor’s proclamation names June as General Aviation Appreciation Month in Washington state\r\n\r\nOLYMPIA – For a third year in a row, Gov. Jay Inslee has named June as General Aviation Appreciation Month in Washington state. In his signed proclamation (pdf 316 kb), Gov. Inslee specifically highlighted general aviation’s vital importance to the state’s economy, transportation system and the lives of Washingtonians. \r\n\r\n“General aviation is crucial to our state,” said Tristan Atkins, Washington State Department of Transportation director of aviation. “June is typically a great month to fly, and I anticipate Gov. Inslee’s proclamation will once again encourage people to visit many of our state’s airports.” \r\n\r\nWashington is home to a diverse aviation system, with 134 public-use airports ranging in size and purpose. The proclamation highlights how general aviation, aerospace, aircraft manufacturing and other aviation activities contribute to Washington’s economic health and vitality. \r\n\r\n“Each year, our state’s airports support 248,500 jobs, $15.3 billion in wages and $50.9 billion in economic activity,” said Kandace Harvey, president of the Washington State Aviation Alliance. “This proclamation reminds us that we must strengthen our efforts to promote and protect these great assets.”\r\n\r\nThe governor’s proclamation was informed by the 2012 Washington Aviation Economic Impact study, completed by WSDOT’s Aviation Division. \r\n\r\n\r\nHyperlinks within the release: \r\n• State airports: http://www.wsdot.wa.gov/aviation/AllStateAirports/default.htm \r\n• Washington State Aviation Alliance: www.wsaa.aero/ \r\n• Economic impact study: http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm \r\n\r\n###\r\n','Governor’s proclamation names June as General Aviation Appreciation Month in Washington state','','inherit','closed','open','','366-revision-v1','','','2015-06-19 10:03:49','2015-06-19 17:03:49','',366,'http://03c1a29.netsolhost.com/wordpress1/?p=367',0,'revision','',0),(388,5,'2015-07-31 15:29:51','2015-07-31 22:29:51','<b><span style=\"color: #000000; font-family: Times New Roman;\"> </span></b><b><span style=\"color: #000000; font-family: Times New Roman;\">WSAA COMMITTEE ADDITIONS, April 27, 2016</span></b>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\"> </span></b><b><span style=\"color: #000000; font-family: Times New Roman;\">Membership Committee – Dave Ryan</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Membership Committee is responsible for recruiting both voting and non-voting members of the Washington State Aviation Alliance (WSAA). Potential member organizations are considered with respect to the probability of a mutually beneficial relationship and approached about membership after careful consideration of mutual interests. Potential member organizations and those newly incorporated into the WSAA shall be fully briefed about the goals and methods of operation of the WSAA. Regular briefings are provided to the WSAA board about potential and new members. New members’ names, addresses and phone numbers are provided to the WSAA Secretary and WSAA Treasurer for incorporation into the WSAA accounting system and website. </span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Legislative Committee – Mike Wren</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Legislative Committee tracks legislation at the state and federal levels that may impact general aviation and/or airports in Washington State. Brief summaries about pertinent legislation shall be provided during board meetings or at the request of the President or Secretary. Recommendations as to why WSAA should or should not support proposed legislation are provided. Legislation progress reports are provided to the Secretary for addition to the WSAA website and for preparation of reports to the legislative caucus. </span>','Press Releases','','publish','closed','open','','press-releases','','','2016-04-27 15:54:50','2016-04-27 22:54:50','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=388',0,'page','',0),(370,5,'2015-06-19 10:06:57','2015-06-19 17:06:57','OLYMPIA – For a third year in a row, Gov. Jay Inslee has named June as General Aviation Appreciation Month in Washington state. <!--more-->\r\n\r\nIn his <a href=\"http://www.wsdot.wa.gov/NR/rdonlyres/6E59606B-E60D-41E2-920D-20A7617817E9/105840/GovernorsProclamationGeneralAviationAppreciationMo.pdf\">signed proclamation</a> (pdf 316 kb), Gov. Inslee specifically highlighted general aviation’s vital importance to the state’s economy, transportation system and the lives of Washingtonians.\r\n\r\n“General aviation is crucial to our state,” said Tristan Atkins, Washington State Department of Transportation director of aviation. “June is typically a great month to fly, and I anticipate Gov. Inslee’s proclamation will once again encourage people to <a href=\"http://www.wsdot.wa.gov/aviation/AllStateAirports/default.htm\">visit many of our state’s airports</a>.”\r\n\r\nWashington is home to a diverse aviation system, with 134 public-use airports ranging in size and purpose. The proclamation highlights how general aviation, aerospace, aircraft manufacturing and other aviation activities contribute to Washington’s economic health and vitality.\r\n\r\n“Each year, our state’s airports support 248,500 jobs, $15.3 billion in wages and $50.9 billion in economic activity,” said Kandace Harvey, president of the <a href=\"http://03c1a29.netsolhost.com/wordpress1/\">Washington State Aviation Alliance</a>. “This proclamation reminds us that we must strengthen our efforts to promote and protect these great assets.”\r\n\r\nThe governor’s proclamation was informed by the 2012 <a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">Washington Aviation Economic Impact study</a>, completed by WSDOT’s Aviation Division.\r\n\r\n###','Governor’s proclamation names June as General Aviation Appreciation Month in Washington state','','inherit','closed','open','','366-revision-v1','','','2015-06-19 10:06:57','2015-06-19 17:06:57','',366,'http://03c1a29.netsolhost.com/wordpress1/?p=370',0,'revision','',0),(369,5,'2015-06-19 10:06:18','2015-06-19 17:06:18','Governor’s proclamation names June as General Aviation Appreciation Month in Washington state\r\n\r\nOLYMPIA – For a third year in a row, Gov. Jay Inslee has named June as General Aviation Appreciation Month in Washington state. <!--more-->\r\n\r\nIn his <a href=\"http://www.wsdot.wa.gov/NR/rdonlyres/6E59606B-E60D-41E2-920D-20A7617817E9/105840/GovernorsProclamationGeneralAviationAppreciationMo.pdf\">signed proclamation</a> (pdf 316 kb), Gov. Inslee specifically highlighted general aviation’s vital importance to the state’s economy, transportation system and the lives of Washingtonians.\r\n\r\n“General aviation is crucial to our state,” said Tristan Atkins, Washington State Department of Transportation director of aviation. “June is typically a great month to fly, and I anticipate Gov. Inslee’s proclamation will once again encourage people to <a href=\"http://www.wsdot.wa.gov/aviation/AllStateAirports/default.htm\">visit many of our state’s airports</a>.”\r\n\r\nWashington is home to a diverse aviation system, with 134 public-use airports ranging in size and purpose. The proclamation highlights how general aviation, aerospace, aircraft manufacturing and other aviation activities contribute to Washington’s economic health and vitality.\r\n\r\n“Each year, our state’s airports support 248,500 jobs, $15.3 billion in wages and $50.9 billion in economic activity,” said Kandace Harvey, president of the <a href=\"http://03c1a29.netsolhost.com/wordpress1/\">Washington State Aviation Alliance</a>. “This proclamation reminds us that we must strengthen our efforts to promote and protect these great assets.”\r\n\r\nThe governor’s proclamation was informed by the 2012 <a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">Washington Aviation Economic Impact study</a>, completed by WSDOT’s Aviation Division.\r\n\r\n###','Governor’s proclamation names June as General Aviation Appreciation Month in Washington state','','inherit','closed','open','','366-revision-v1','','','2015-06-19 10:06:18','2015-06-19 17:06:18','',366,'http://03c1a29.netsolhost.com/wordpress1/?p=369',0,'revision','',0),(372,5,'2015-06-30 16:41:06','2015-06-30 23:41:06','<h2 style=\"text-align: center;\"> WASHINGTON STATE AVIATION ALLIANCE</h2>\n<h2 style=\"text-align: center;\"><strong>BYLAWS</strong></h2>\n<h3 style=\"text-align: center;\"><span style=\"color: #3366ff;\">A NONPROFIT CORPORATION</span></h3>\n<h4 style=\"text-align: center;\"></h4>\n<strong>TABLE OF CONTENTS</strong>\n1. Name and Purpose\n2. Offices\n3. Membership Categories\n3‐1. Voting Membership\n3‐2. Washington State Legislature‐enacted Organizations with an Aviation Component\n3‐3. Non‐Voting Membership\n3‐4. Associate Membership\n3‐5. Interested Persons\n4. Legislative and Policy Positions\n5. Dues and Fees\n6. Meetings\n6‐1. Regular Meetings of the Board of Directors\n6‐2. Regular Meetings of the Alliance\n6‐3. Special Meetings\n6‐4. Meetings via Telephone Conference\n6‐5. Notice of Regular Meetings\n6‐6. Notice of Special Meetings\n6‐7. Quorum for Board of Directors Meetings\n6‐8. Quorum for Alliance Meetings\n6‐9. Conduct of Meetings\n7. The Alliance\n7‐1. General Powers of the Alliance and the Board of Directors\n7‐2. Voting\n7‐3. Removal\n7‐4. Vacancies\n7‐5. Presumption of Assent\n7‐6. Compensation of Delegates\n8. Officers\n8‐1. Number\n8‐2. Election and Term of Office\n8‐3. Removal\n8‐4. Vacancies\n8‐5. President\n8‐6. Vice‐President\n8‐7. Secretary\n8‐8. Treasurer\n8‐9. Honorary and Other Officers\n8‐10. Compensation of Officers\n9. Committees\n9‐1. Committees\n9‐2. Term of Office\n10. Business Matters\n10‐1. Filings\n10‐2. Contracts\n10‐3. Loans\n10‐4. Checks, Drafts, etc.\n10‐5. Deposits\n10‐6. Budgets\n10‐7. Facsimile Signatures\n11. Waiver of Notice\n12. Indemnification\n1. Indemnification\n2. Good Faith\n3. Reimbursement of Expenses\n4. Rights Granted Herein Not Exclusive\n13. Conflict of Interest 15\n14. Amendments 15\n15. Definitions 15\n16. Approval 17\n17. List of Revisions 18\n\n<strong>ARTICLE 1. NAME AND PURPOSE:</strong>\nThe name of the corporation shall be the <strong>Washington State Aviation Alliance</strong> (the “Alliance”).\nThe Alliance <strong><span style=\"color: #000000;\">Mission Statement </span></strong>is: <em>The Washington State Aviation Alliance serves as a collective</em>\n<em> voice for aviation and airport‐related organizations to protect and promote aviation in the state of</em>\n<em> Washington.</em>\nThe Alliance is a nonprofit corporation under the Washington Nonprofit Corporation Act\n[Chapter 24.03 RCW] (the “Act”). The Alliance is organized for the purpose of promoting such common\ninterests of its Members as may qualify it as exempt from Federal Income Tax under Section 501(c)(6) of\nthe Internal Revenue Code of 1986 (the “Code”) and within such limits:\n(A) To advocate for aviation in the state and bring together members of various aviation\nassociations to represent a collective voice for common goals.\n(B) To promote airports as vital to our state’s economy and transportation system.\n(C) To encourage aviation education and training opportunities throughout the state to\nfoster new generations of skilled workers for aviation jobs.\n(D) To advocate for airport issues that are important to the state, region and communities\nthey serve.\n(E) To support aviation initiatives that bolster the state’s economy and transportation\nsystem.\n(F) To communicate with decision makers about the importance of aviation.\n(G) To propose initiatives and legislation that address aviation issues and promote the\nhealth of aviation in the state.\n(H) To enable the exchange of ideas, information and experience between various aviation\nuser groups.\n(I) To provide outreach to user groups and the public about relevant aviation issues and\ninitiatives.\n(J) To take all other appropriate action in furtherance of such purposes; and consistent\nwith the above, to exercise all powers available to nonprofit corporations.\n(K) To act as a resource for:\na. Major planning initiatives within Washington State, and\nb. Aviation issues affecting Washington State.\n<strong>ARTICLE 2. OFFICES:</strong>\nThe principal office of the Alliance shall be at a location within the state of Washington as\ndetermined by the Board of Directors (the “Board”). The Board shall make reasonable efforts to\ndesignate an office location in the Puget Sound area. The Alliance may have other such offices, either\nwithin or without the state of Washington, as the Board may determine or the affairs of the Alliance\nmay require.\nThe Alliance shall have and continuously maintain in the state of Washington a registered office\nand a registered agent whose office is identical with such registered office, as required by the\nWashington Nonprofit Corporation Act. The registered office may be, but need not be, identical with the\nprincipal office in the state of Washington, and the address of the registered office may be changed\nfrom time to time as determined by the Board.\n<strong>ARTICLE 3. MEMBERSHIP CATEGORIES:</strong>\n<span style=\"color: #0b5cbf;\">Section 3‐1. Voting <span style=\"color: #3366ff;\">Membership:</span></span>\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\norganization properly incorporated or organized within Washington state that has an active membership\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\nmay represent only one organization.\n<span style=\"color: #3366ff;\">Section 3‐2. Washington State Legislature‐enacted Organizations with an Aviation</span>\n<span style=\"color: #3366ff;\"> Component:</span>\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\nAssociation (WPPA) [Chapter 53.06 RCW].\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\nthe director’s abstention from voting from time to time.\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.\n<span style=\"color: #3366ff;\">Section 3‐3. Non‐Voting Membership:</span>\nGeneral aviation organizations that do not have an established location within Washington\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\nVoting Delegate may represent only one organization.\n<span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. Associate Membership:</span></span>\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\none organization.\n<span style=\"color: #3366ff;\">Section 3‐5. Interested Persons:</span>\nAll interested persons are welcome to attend meetings of the Alliance and the Board.\n<strong>ARTICLE 4. LEGISLATIVE AND POLICY POSITIONS:</strong>\nThe Alliance may take positions on various legislative matters or policy issues and may attempt\nto further the interest of aviation and aviation safety in the state of Washington by supporting or\nopposing legislative issues as the Alliance may determine to be appropriate and in the best interests of\nthe aviation industry. Board actions on legislative matters and local or state policy issues shall be taken\nand articulated only upon a unanimous vote of a quorum of Voting Members present at an Alliance\nmeeting. The Alliance may also educate the public and elected officials on such legislative matters and\npolicy issues.\n<strong>ARTICLE 5. DUES AND FEES:</strong>\nEach class of membership, as defined in Article 3 and specifically excluding the Interested\nPersons class, shall pay annual dues in the amount established by the Board of Directors. Voting\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\nVoting Members.\n<strong>ARTICLE 6. MEETINGS:</strong>\n<span style=\"color: #3366ff;\"><em>Section 6‐1. Regular Meetings of the Board of Directors:</em></span>\nThe Board of Directors shall meet at least quarterly each calendar year.\n<span style=\"color: #3366ff;\"><em>Section 6‐2. Regular Meetings of the Alliance:</em></span>\nAn Annual Meeting of the Alliance shall be deemed as such and held in the first quarter of each\nyear.\n<span style=\"color: #3366ff;\"><em>Section 6‐3. Special Meetings:</em></span>\nSpecial meetings of the Board of Directors may be called by or at the request of the President,\nthe Secretary, or a majority of the Board of Directors.\nSpecial meetings of the Alliance may be called by or at the request of the President, the\nSecretary, or a majority of the Voting Delegates.\n<span style=\"color: #0b5cbf;\"><em>Section 6‐4. Meetings via Telephone Conference:</em></span>\nAny regular or special meeting of either the Board of Directors or of the Alliance may be held by\nmeans of conference telephone or similar communications equipment during which all persons\nparticipating in the meeting can hear each other. Participation in such a meeting shall constitute\npresence in person at the meeting.\n<em><span style=\"color: #0b5cbf;\">Section 6‐5. Notice of Regular Meetings:</span></em>\nThe Board of Directors shall be given at least fourteen (14) days’ notice (electronically or via\nmail) of any regular Board meeting.\nDelegates shall be given at least thirty (30) days’ notice (electronically or via mail) of any regular\nAlliance meeting.\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\nbusiness to be transacted at, and the purposes of, any regular meeting of the Alliance shall be specified\nin the notice or waiver of notice of such meeting.\n<span style=\"color: #3366ff;\"><em>Section 6‐6. Notice of Special Meetings:</em></span>\nNotice of any special meeting shall be given at least five (5) days prior to such meeting by\nwritten notice delivered personally, electronically, or by mail to each Delegate.\nIf mailed, such notice shall be deemed to be delivered when deposited in the United States mail\nwith first class postage paid. Any Board Member or Delegate may waive notice of any meeting. The\nattendance of a Board Member or Delegate at a meeting shall constitute a waiver of notice of such\nmeeting, except where a Board Member or Delegate attends a meeting for the express purpose of\nobjecting to the transaction of any business because the meeting is not lawfully called or convened. The\nbusiness to be transacted at, and the purposes of, any special meeting of the Alliance shall be specified\nin the notice or waiver of notice of such meeting.\n<em><span style=\"color: #0b5cbf;\">Se<span style=\"color: #3366ff;\">ction 6‐7. Quorum for Board of Directors Meetings:</span></span></em>\nA majority of the Board of Directors, in attendance either in person or via teleconference, shall\nconstitute a quorum for the transaction of business at any Board of Directors meeting. If less than a\nquorum is present at any such meeting, no action will be taken and the planned meeting will be\nconsidered to have not taken place.\n<span style=\"color: #3366ff;\"><em>Section 6‐8. Quorum for Alliance Meetings:</em></span>\nNot less than one‐third of the Voting Membership, in attendance either in person or via\nteleconference, shall constitute a quorum for the transaction of business at any membership meeting of\nthe Alliance. If less than a quorum is present at any such meeting, no action will be taken and the\nplanned meeting will be considered to have not taken place.\n<span style=\"color: #3366ff;\"><em>Section 6‐9. Conduct of Meetings:</em></span>\nAll meetings will be conducted in accordance with Robert’s Rules of Order Newly Revised. A\nwritten record of all meetings and all actions taken within a meeting shall be created and maintained.\nThe Officers of the Alliance shall have such authority and perform such duties as may be\nprovided for in these Bylaws or as prescribed in Robert\'s Rules of Order Newly Revised or as may be set\nforth in policy statements.\n<strong>ARTICLE 7. THE ALLIANCE:</strong>\n<span style=\"color: #3366ff;\"><em>Section 7‐1. General Powers of the Alliance and the Board of Directors:</em></span>\nThe Alliance shall be composed of member organizations, designated as Voting Members and\nNon‐Voting Members. Only authorized Voting Delegates and the Board of Directors shall have the\npower to cast votes when conducting the official business of the Alliance.\nThe ongoing affairs of the Alliance shall be managed by a Board of Directors. The Officers of the\nAlliance (see Article 8) and the Immediate Past President shall constitute the Board of Directors. The\nBoard shall at all times act in the best interests of the Alliance, adopting such rules and regulations for\nthe conduct of their meetings and otherwise managing the Alliance as they may deem proper. While the\nBoard may offer amendments to these Bylaws to the Alliance for approval, they shall not adopt rules or\nperform acts which are inconsistent with these Bylaws and the laws of the state of Washington.\n<span style=\"color: #0b5cbf;\"><em>Section 7‐2. Voting:</em></span>\nThe act of a majority of the Voting Delegates and the Board of Directors present at a meeting at\nwhich a quorum is present shall be the act of the Alliance except as may be otherwise provided by these\nBylaws, the Articles of Incorporation, or applicable law. Vote may be by proxy, in which case such\nproxies shall be counted in the determination of a quorum. No Voting Delegate or Board Member may\nhold more than one proxy. In the event of a meeting by remote teleconference, Voting Delegates and\nBoard Members may vote by voice or electronically via email.\n<span style=\"color: #3366ff;\"><em>Section 7‐3. Removal:</em></span>\nAny Member may be removed, with cause, by a majority vote of the Voting Membership.\nAppeal of such removal may be initiated with written notice by the removed Member to the Alliance\nPresident within thirty (30) days of the effective date of removal. Any appeal of removal by a Voting or\nNon‐Voting Member shall be taken to the remaining Voting Members of the Alliance for final resolution.\n<span style=\"color: #3366ff;\"><em>Section 7‐4. Vacancies:</em></span>\nAny vacancy occurring in a Delegate\'s position representing a member organization shall be\nfilled by an appointment from the membership organization.\n<span style=\"color: #3366ff;\"><em>Section 7‐5. Presumption of Assent:</em></span>\nA Voting Delegate of a member organization who is present at a meeting of the Alliance shall be\npresumed to have assented to all actions taken at that meeting unless the Voting Delegate\'s dissent\nshall be entered in the minutes of the meeting or unless the Voting Delegate shall file his or her written\ndissent to the action with the person acting as the secretary of the meeting before adjournment of the\nmeeting. Such right to dissent shall not apply to a Voting Delegate who voted in favor of the action.\n<span style=\"color: #3366ff;\"><em>Section 7‐6. Compensation of Delegates:</em></span>\nNo Delegate shall be entitled to receive any direct compensation for services rendered as a\nDelegate of the Alliance, nor shall any Delegate be entitled to reimbursement by the Alliance for any\nexpense incurred resulting from his or her services to the Alliance unless specifically authorized by the\nAlliance President. No Delegate shall be prevented from receiving a salary by reason of the fact that the\nDelegate is an employee of the Alliance.\n<strong>ARTICLE 8. OFFICERS:</strong>\n<span style=\"color: #3366ff;\"><em>Section 8‐1. Number:</em></span>\nThe Officers of the Alliance shall be selected from Voting Member organizations and shall\nconsist of a President, a Vice‐President, a Secretary, and a Treasurer. Each Officer shall be elected by the\nAlliance Voting Members in good standing and current with their annual dues. Such other Officers,\nrepresentatives, and/or agents as may be necessary may be elected, appointed, employed, or\ncontracted by the Alliance. No one individual may hold more than one office. The number of Officers\nmay not be changed so as to be inconsistent or disallowed under the applicable laws of the State of\nWashington designating the minimum required number of Directors.\n<em><span style=\"color: #0b5cbf;\">Section 8‐2. Election and Term of Office:</span></em>\nOfficers shall be elected by the affirmative vote of a majority of the Voting Members of the\nAlliance at the Annual Meeting of the Alliance. The term of office shall be one (1) year. If the election of\nOfficers is not held at such meeting, such election shall be held as soon thereafter as may be convenient.\nEach Officer shall hold office until his or her successor shall have been duly elected, or until the Officer\'s\ndeath, or until he or she shall resign, or shall have been removed in the manner provided in these\nBylaws.\n<span style=\"color: #3366ff;\"><em>Section 8‐3. Removal:</em></span>\nAny Officer, representative, or agent may be removed, with or without cause, by a majority vote\nof the Voting Membership.\n<span style=\"color: #3366ff;\"><em>Section 8‐4. Vacancies:</em></span>\nA vacancy in any office because of death, resignation, removal, disqualification or otherwise\nmay be filled by the President for the unexpired portion of the term.\n<span style=\"color: #3366ff;\"><em>Section 8‐5. President:</em></span>\nThe President shall be the principal Executive Officer of the Alliance and, subject to the control\nof the Alliance, shall administer all of the business and affairs of the Alliance. The President shall, when\npresent, preside at all meetings of the Alliance. The President may sign, with the Secretary or any proper\nOfficer of the Alliance, any deeds, mortgages, bonds, contracts, or other instruments which the Alliance\nhas authorized to be executed, except in cases where the signing and execution of any of the same shall\nbe expressly delegated by the Alliance or by these Bylaws to some other Officer, representative, or\nagent of the Alliance, or shall be required by law to be otherwise signed or executed. The President shall\nhave authority to establish such committees and delegate authority whenever such delegation is not\ninconsistent with these Bylaws, the Articles of Incorporation or specific charge of the Alliance. The\nPresident shall, in general, perform all duties incident to the office of President and such other duties as\nmay be prescribed by the Alliance from time to time.\n<span style=\"color: #3366ff;\"><em>Section 8‐6. Vice‐President:</em></span>\nIn the absence of the President or in the event of the President\'s death, inability or refusal to\nact, the Vice‐President shall perform the duties of the President, and when so acting, shall have all the\npowers of and be subject to all the restrictions upon the President. Any Vice ‐President shall perform\nsuch other duties as from time to time may be assigned to him or her by the President or by the\nAlliance.\n<span style=\"color: #3366ff;\"><em>Section 8‐7. Secretary:</em></span>\nThe Secretary shall: (a) keep the minutes of the proceedings of the Members and of the Alliance\nin one or more books provided for that purpose and distribute the minutes of all meetings to the\nmembers; (b) see that all notices are duly given in accordance with the provisions of their Bylaws or as\nrequired by law; (c) be custodian of the Alliance records (custody may be designated by the Secretary to\nsuch agents as the Secretary may determine); (d) keep a register of the mailing address of each Delegate\nwhich shall be furnished to the secretary by such Delegate; (e) have general charge of the documents of\nthe Alliance; and (f) in general perform all duties incident to the office of Secretary and such other duties\nas from time to time may be assigned to him or her by the President or by the Alliance.\n<span style=\"color: #3366ff;\"><em>Section 8‐8. Treasurer:</em></span>\nThe Treasurer shall: (a) have charge and custody of and be responsible for all funds and\nsecurities of the Alliance; (b) receive and give receipts for moneys due and payable to the Alliance from\nany source whatsoever, and deposit all such moneys in the name of the Alliance in such banks, trust\ncompanies or other depositories as shall be selected in accordance with the provisions of these Bylaws;\n(c) develop and assist the Officers in monitoring the Alliance’s budget; and (d) in general perform all of\nthe duties of the Office of Treasurer and such other duties as from time to time may be assigned to him\nor her by the President or by the Alliance. If required by the Alliance, the Treasurer shall give a bond for\nthe faithful discharge of his or her duties in such sum and with such surety or sureties as the Alliance\nshall determine.\n<span style=\"color: #3366ff;\"><em>Section 8‐9. Honorary and Other Officers:</em></span>\nThe Alliance may appoint such honorary Officers or officials, with or without duties, as the\nAlliance may deem proper.\n<span style=\"color: #3366ff;\"><em>Section 8‐10. Compensation of Officers:</em></span>\nOfficers shall receive no salary or compensation for his or her services, but shall be reimbursed\nfor any authorized expense actually incurred for or on account of the Alliance by such Officer. Nothing\nshall preclude an Officer from serving the Alliance in another capacity and receiving compensation for\nthese services.\n<strong>ARTICLE 9. COMMITTEES:</strong>\n<span style=\"color: #3366ff;\"><em>Section 9‐1. Committees:</em></span>\nThe Alliance may designate and appoint one or more committees. Such committees shall have\nand exercise the authority of the Alliance in the management of the Alliance; provided, however, that\nno such committee shall have the authority of the Alliance in reference to amending, altering or\nrepealing the Bylaws; electing, appointing or removing any Officer or Delegate of the Alliance; amending\nthe Articles of Incorporation; adopting a plan of merger or adopting a plan of consolidation with another\ncorporation; authorizing the sale, lease, exchange or mortgage of all or substantially all of the property\nand assets of the Alliance; authorizing the voluntary dissolution of the Alliance or revoking proceedings\ntherefore, adopting a plan for the distribution of the assets of the Alliance; or amending, altering or\nrepealing any resolution of the Alliance which by its terms provides that it shall not be amended, altered\nor repealed by such committee. The designation and appointment of any such committee and the\ndelegation thereto of authority shall not operate to relieve the Alliance, or any individual Delegate, of\nany responsibility imposed upon it or him or her by law. The Chair of each committee shall be\nauthorized to appoint members to such committee the he or she deems best suited to further the\npurposes of the Alliance. Such committee members may be Delegates or other persons at large. Such\nmembers may also be removed from the committee by its Chair.\n<em><span style=\"color: #0b5cbf;\">Section 9‐2. Term of Office:</span></em>\nEach Chair of a committee shall be appointed by the President of the Alliance from a Voting\nMember organization. Each Chair shall serve until a successor is appointed, unless the committee shall\nbe sooner terminated, or unless such Chair is removed from the committee by the President of the\nAlliance, or unless such Chair shall cease to qualify as such.\n<strong>ARTICLE 10. BUSINESS MATTERS</strong>\n<span style=\"color: #3366ff;\"><em>Section 10‐1. Filings:</em></span>\nAll filings except Articles of Incorporation shall be signed by the President or Vice‐President and\nthe Secretary.\n<span style=\"color: #3366ff;\"><em>Section 10‐2. Contracts:</em></span>\nThe Alliance may authorize any Officer or Officers, representative or representatives, agent or\nagents, to enter into any contract or execute and deliver any instrument in the name of and on behalf of\nthe Alliance, and such authority may be general or confined to specific instances.\n<span style=\"color: #3366ff;\"><em>Section 10‐3. Loans:</em></span>\nNo loans shall be contracted on behalf of the Alliance and no evidence of indebtedness shall be\nissued in its name unless authorized by a resolution of the Alliance. Such authority may be general or\nconfined to specified instances.\n<span style=\"color: #3366ff;\"><em>Section 10‐4. Checks, Drafts, etc.:</em></span>\nAll checks, drafts or other orders for the payment of money notes or other evidences of\nindebtedness issued in the name of the Alliance shall be signed by such Officer or Officers,\nrepresentative or representatives, agent or agents of the Alliance and in such manner as shall from time\nto time be determined by resolution of the Alliance.\n<span style=\"color: #3366ff;\"><em>Section 10‐5. Deposits:</em></span>\nAll funds of the Alliance not otherwise employed shall be deposited from time to time to the\ncredit of the Alliance in such banks, trust companies or other depositories as the Alliance may select.\n<span style=\"color: #3366ff;\"><em>Section 10‐6. Budget:</em></span>\nThe Alliance may direct the creation of annual budget for the purpose of addressing the financial\nneeds of the organization. Any such budget shall account for all dues and fees revenues generated by\nthe Alliance membership and activities as well all anticipated expenses and disbursements. Any such\nannual budget shall be subject to approval by the Board and its operating performance shall be the\nresponsibility of the Treasurer.\n<span style=\"color: #3366ff;\"><em>Section 10‐7. Facsimile Signatures:</em></span>\nContracts and agreements of the Alliance, and endorsements, renewals and amendments of the\nsame may be authenticated by facsimile or by electronic signature as allowed by Washington Law, of the\nsignature of a duly authorized Officer of the applicable corporation in lieu of a signature of such Officer.\nIn the event of such authentication by facsimile or electronic signature, such contract or agreement shall\nbe valid only if countersigned by an agent of the applicable corporation authorized to execute such type\nof contract or agreement. The validity of any such contract or agreement shall not be affected in the\nevent that the delivery of such document occurs after the Officer whose signature appears by facsimile\nor electronic signature is no longer serving as an Officer of the applicable corporation by reason of death\nor any other cause.\n\n<strong>ARTICLE 11. WAIVER OF NOTICE:</strong>\nWhenever any notice is required to be given to any Delegate of the Alliance under the provision\nof these Bylaws, under the provisions of the Articles of Incorporation or under the provisions of the\nWashington Nonprofit Corporation Act, a waiver of the notice in writing, signed by the person or\npersons entitled to the notice, whether before or after the time stated in the notice, shall be deemed\nequivalent to the giving of the notice.\n<strong>ARTICLE 12. INDEMNIFICATION:</strong>\n<span style=\"color: #3366ff;\"><em>Section 12‐1. Indemnification:</em></span>\nThe Alliance shall indemnify to the fullest extent permitted by the Washington Nonprofit\nCorporation Act any person who has been made, or threatened to be made, a party to an action, suit or\nproceeding, whether civil, criminal, administrative, investigative or otherwise (including an action, suit\nor proceeding by or in the right of the Alliance) an whether the action is threatened, pending, or\ncompleted, by reason of the fact that the person is or was a Delegate, agent, representative, or Officer\nof the Alliance, or a fiduciary within the meaning of the Employee Retirement Income Security Act of\n1974 with respect to any employee benefit plan of the Alliance, or serves or served at the request of the\nAlliance as an Officer, representative, agent or Delegate, or as a fiduciary of any employee benefit plan,\nof another corporation, partnership, joint venture, trust or other enterprise. The right to and the\namount of indemnification shall be determined in accordance with the provisions of the Washington\nNonprofit Corporation Act in effect at the time of the determination.\n<span style=\"color: #3366ff;\"><em>Section 12‐2. Good Faith:</em></span>\nFor purposes of determining the right to any indemnification under this article XII, the\ntermination of any action, suit or proceeding by judgment, order, settlement, conviction or upon a plea\nof nolo contendere or its equivalent, shall not, of itself, create a presumption that the person acted in\nbad faith and in a manner which he or she reasonably believed to be in or not opposed to the best\ninterests of the Alliance, and with respect to any criminal action or proceedings, had reasonable cause\nto believe that his or her conduct was unlawful.\n<span style=\"color: #3366ff;\"><em>Section 12‐3. Reimbursement of Expenses:</em></span>\nTo the fullest extent permitted by the Washington Nonprofit Corporation Act, the Alliance shall\npay for or reimburse any and all reasonable expenses incurred by a Delegate or Officer who is a party to\na proceeding in advance of the final disposition of the proceeding.\n<span style=\"color: #3366ff;\"><em>Section 12‐4. Rights Granted Herein not Exclusive:</em></span>\nThe right to indemnification and to the payment or reimbursement of expenses with respect to\na proceeding conferred in this Article shall not be exclusive of any other rights to which any person may\nbe entitled or hereafter acquire under any statute, provision of the Articles of Incorporation, Bylaws,\naction by the Alliance or otherwise, and shall continue as to a person who has ceased to be a Delegate,\nOfficer, representative, or agent of the Alliance and shall inure to the benefit of the heirs, executors and\nadministrators of such person.\n<strong>ARTICLE 13. CONFLICT OF INTEREST:</strong>\nA Delegate of the Alliance shall not be disqualified by the Delegate\'s office from contracting with\nthe Alliance as vendor, purchaser or otherwise; nor shall any contract or arrangement entered into by or\non behalf of the Alliance in which any Delegate is in any way interested be avoided on that account,\nprovided that such contract or arrangement shall have been approved or ratified by a majority of the\nAlliance without counting in such majority the Delegate so interested, although such Delegate may be\ncounted toward a quorum, or shall have been approved or ratified by the affirmative vote of a majority\nof the Delegates of the Alliance, and the interest shall have been disclosed or known to the approving or\nratifying Delegates.\n<strong>ARTICLE 14. AMENDMENTS:</strong>\nThese Bylaws may be altered, amended, or repealed and new Bylaws adopted, by a majority\nvote of the Voting Membership of the Alliance attending any regular or special meeting provided that a\nquorum is present and providing such amendment is not inconsistent with the Articles of Incorporation\nor any applicable laws.\n<strong>ARTICLE 15. DEFINITIONS:</strong>\nDelegate:\nThe designated individual appointed by member organizations for representation on the\nAlliance, which individual shall be empowered and act as an agent for that member organization.\nDelegates are classified as follows:\n‐ Voting Delegates\no A Voting Member of the Alliance per Sections 3.1 and 3.2.\n‐ Non‐Voting Delegates\no A Non‐Voting Member of the Alliance per Section 3.3.\n‐ Non‐Voting Associate Delegates\no A Non‐Voting Associate Member of the Alliance per Section 3.4.\nGeneral Aviation:\nGeneral aviation (GA) is all civilian flying except scheduled passenger airlines.\n(Source: AOPA: http://www.aopa.org/letsgoflying/ready/steps/whatis.html)\n\n<strong>Indemnification:</strong>\nTo compensate for damage or loss sustained, expense incurred, etc.\n(Source: Dicitionary.com: http://dictionary.reference.com/browse/indemnify)\nNolo contendere:\nA legal term (from Latin) for \"I do not wish to contend.\" It is also referred to as a plea of no\ncontest.\n(Source: Wikipedia: http://en.wikipedia.org/wiki/Nolo_contendere)\nProxy:\nThe agency, function, or power of a person authorized to act as the deputy or substitute for\nanother.\n(Source: Dictionary.com: http://dictionary.reference.com/browse/proxy?s=t)\nQuorum:\nThe number of members of a group or organization required to be present to transact business\nlegally, usually a majority.\n(Source: Dictionary.com: http://dictionary.reference.com/browse/quorum)\n\n<strong>ARTICLE 17. LIST OF REVISIONS:</strong>\nThe most recent revision will be reflected by the date on the Bylaws Title Page. Amendments to\nthese Bylaws are marked with vertical change bar(s) in the right hand margin. Only the amendment(s)\nfrom the most recent revision are shown. This List of Revisions will be in reverse chronological order,\ni.e., the most recent Bylaws revision is listed first. The Revision Date is the date on which the revision\nwas approved by the Voting Membership per Article 14. Verification of approval will be reflected in the\nMeeting Summary for the Revision Date.\nRevision dated February 25, 2015:\nDeleted “Inc.” from the name of the Alliance. Added Article 17 – List of Revisions.','Bylaws','','inherit','closed','open','','63-autosave-v1','','','2015-06-30 16:41:06','2015-06-30 23:41:06','',63,'http://03c1a29.netsolhost.com/wordpress1/?p=372',0,'revision','',0),(374,5,'2015-06-30 16:43:11','2015-06-30 23:43:11','<h4>Membership in the alliance will consist of aviation organizations properly incorporated or\norganized in Washington state under five categories:</h4>\n<ol>\n <li><span style=\"color: #0b5cbf;\">Section 3‐1. VOTING MEMBERSHIP<span style=\"color: #3366ff;\">:</span></span>\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\norganization properly incorporated or organized within Washington state that has an active membership\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\nmay represent only one organization.</li>\n <li><span style=\"color: #3366ff;\">Section 3‐2. VOTING MEMBERSHIP - Washington State Legislature‐enacted Organizations with an Aviation</span>\n<span style=\"color: #3366ff;\"> Component:</span>\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\nAssociation (WPPA) [Chapter 53.06 RCW].\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\nthe director’s abstention from voting from time to time.\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.</li>\n <li><span style=\"color: #3366ff;\">Section 3‐3. NON-VOTING MEMBERSHIP:</span>\nGeneral aviation organizations that do not have an established location within Washington\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\nVoting Delegate may represent only one organization.</li>\n <li><span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. ASSOCIATE MEMBERSHIP:</span></span>\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\none organization.\n<span style=\"color: #3366ff;\">**Section 3‐5. INTERESTED PERSONS:</span>\nAll interested persons are welcome to attend meetings of the Alliance and the Board.</li>\n</ol>','Membership Categories','','inherit','closed','open','','184-autosave-v1','','','2015-06-30 16:43:11','2015-06-30 23:43:11','',184,'http://03c1a29.netsolhost.com/wordpress1/?p=374',0,'revision','',0),(375,5,'2015-06-30 16:44:21','2015-06-30 23:44:21','<h4>Membership in the alliance will consist of aviation organizations properly incorporated or\r\norganized in Washington state under five categories:</h4>\r\n<ol>\r\n <li><span style=\"color: #0b5cbf;\">Section 3‐1. VOTING MEMBERSHIP<span style=\"color: #3366ff;\">:</span></span>\r\nVoting Membership in this Alliance may be granted to any general aviation (defined as any nonair\r\ncarrier aviation‐oriented organization or business, excluding any branch of the U. S. military)\r\norganization properly incorporated or organized within Washington state that has an active membership\r\nand an established location(s), chapter(s), or appointed representative within the state of Washington,\r\nas approved by a majority vote of the Alliance. Voting Member organizations shall appoint one Delegate\r\nfor representation on the Alliance, which Delegate shall be empowered and act as an agent for that\r\norganization (“Voting Delegate”). For those organizations, such as the Experimental Aircraft Association\r\n(EAA), that have multiple locations and/or chapters within the state without a designated statewide\r\nrepresentative, a single Delegate shall be appointed to represent all locations and/or chapters within the\r\nstate for such larger organization. Each Voting Delegate appointed to represent an organization, or\r\nmultiple locations and/or chapters of a larger organization, shall be entitled to cast only one vote when\r\nconducting official Alliance business and shall be referred to as a Voting Member. A Voting Delegate\r\nmay represent only one organization.</li>\r\n <li><span style=\"color: #3366ff;\">Section 3‐2. VOTING MEMBERSHIP - Washington State Legislature‐enacted Organizations with an Aviation</span>\r\n<span style=\"color: #3366ff;\"> Component:</span>\r\nThe Washington State Legislature, via the Revised Code of Washington (RCW), has the authority\r\nto create state organizations with an aviation component. Such organizations shall be eligible for Voting\r\nMembership in the Alliance and include, but are not limited to, the Washington State Department of\r\nTransportation (WSDOT) Aviation Division [Chapter 47.68 RCW], and the Washington Public Ports\r\nAssociation (WPPA) [Chapter 53.06 RCW].\r\nThe WSDOT Aviation Division shall be a Voting Member of the Alliance and its director shall be\r\nthe designated Voting Delegate. This Voting Membership status shall continue to exist so long as WSDOT\r\nAviation owns or operates airports and to the extent that compliance with state ethics laws may require\r\nthe director’s abstention from voting from time to time.\r\nThe WPPA shall be a Voting Member of the Alliance and the Chair of the WPPA Aviation\r\nCommittee shall be the preferred designated Voting Delegate. This Voting Membership status shall\r\ncontinue to exist so long as WPPA members own or operate airports and to the extent that compliance\r\nwith state ethics laws may require the Voting Delegate’s abstention from voting from time to time.</li>\r\n <li><span style=\"color: #3366ff;\">Section 3‐3. NON-VOTING MEMBERSHIP:</span>\r\nGeneral aviation organizations that do not have an established location within Washington\r\nstate, do not have a single Chapter that represents its membership on a statewide basis, or which\r\notherwise do not meet the criteria for Voting Membership set forth above, may be granted a Non‐\r\nVoting Membership by a majority vote of the Alliance. Examples of such organizations shall include, but\r\nnot be limited to, Aircraft Owners and Pilots Association (AOPA), National Business Aircraft Association\r\n(NBAA), Alliance for Aviation Across America (AAAA), and the Civil Air Patrol (CAP). Such Non‐Voting\r\nMember organizations shall appoint one Delegate for representation on the Alliance, which Delegate\r\nshall be empowered and act as an agent for that organization, but shall not have voting privileges (“Non‐\r\nVoting Delegate”). Each Non‐Voting Delegate shall be referred to as a Non‐Voting Member. A Non‐\r\nVoting Delegate may represent only one organization.</li>\r\n <li><span style=\"color: #0b5cbf;\"><span style=\"color: #3366ff;\">Section 3‐4. ASSOCIATE MEMBERSHIP:</span></span>\r\nAssociate Membership is Non‐Voting Membership and may include, but is not limited to,\r\naviation‐oriented organizations or businesses, aviation consultants, aviation educational entities, air\r\nmuseums, and higher education institutions that offer degree programs in aviation‐related fields of\r\nstudy and students. Associate Member organizations shall appoint one Delegate for representation on\r\nthe Alliance, which Delegate shall be empowered and act as an agent for that organization, but shall not\r\nhave voting privileges (“Non‐Voting Associate Delegate”). Each Non‐Voting Associate Delegate shall be\r\nreferred to as a Non‐Voting Associate Member. A Non‐Voting Associate Delegate may represent only\r\none organization.</li>\r\n <li><span style=\"color: #3366ff;\">Section 3‐5. INTERESTED PERSONS:</span>\r\nAll interested persons are welcome to attend meetings of the Alliance and the Board.</li>\r\n</ol>','Membership Categories','','inherit','closed','open','','184-revision-v1','','','2015-06-30 16:44:21','2015-06-30 23:44:21','',184,'http://03c1a29.netsolhost.com/wordpress1/?p=375',0,'revision','',0),(376,5,'2015-06-30 16:46:11','2015-06-30 23:46:11','Each category of membership, as defined in Article 3 and specifically <span style=\"text-decoration: underline;\"><em>excluding</em></span> the Interested\nPersons category, shall pay annual dues in the amount <strong>$200 </strong>as established by the Board of Directors. Voting\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\nVoting Members.','Membership Dues','','inherit','closed','open','','186-autosave-v1','','','2015-06-30 16:46:11','2015-06-30 23:46:11','',186,'http://03c1a29.netsolhost.com/wordpress1/?p=376',0,'revision','',0),(377,5,'2015-06-30 16:46:18','2015-06-30 23:46:18','Each category of membership, as defined in Article 3 and specifically <span style=\"text-decoration: underline;\"><em>excluding</em></span> the Interested\r\nPersons category, shall pay annual dues in the amount <strong>$200 </strong>as established by the Board of Directors. Voting\r\nMembers who are not current with payment of annual dues shall not be allowed to cast an official vote.\r\nAny increase or decrease in the annual dues must be approved by a majority vote of the then eligible\r\nVoting Members.','Membership Dues','','inherit','closed','open','','186-revision-v1','','','2015-06-30 16:46:18','2015-06-30 23:46:18','',186,'http://03c1a29.netsolhost.com/wordpress1/?p=377',0,'revision','',0),(378,5,'2015-06-30 16:49:25','2015-06-30 23:49:25','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Administrative Assistant</em>\r\nSeattle, WA\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane, A.A.E.</h4>\r\n<em>Steering Committee Member</em>\r\nPhone: (301) 695-2094\r\n<a href=\"http://www.aopa.org/\">Aircraft Owners and Pilots Association</a>\r\nNorthwest Mountain Regional Manager\r\n<i>(Serving CO, ID, MT, OR, UT, WA, WY)</i>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-06-30 16:49:25','2015-06-30 23:49:25','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=378',0,'revision','',0),(380,2,'2015-07-07 20:57:22','0000-00-00 00:00:00','','Test Page','','draft','closed','open','','','','','2015-07-07 20:57:22','2015-07-08 03:57:22','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=380',0,'page','',0),(381,2,'2015-07-07 20:57:22','2015-07-08 03:57:22','','Test Page','','inherit','closed','open','','380-revision-v1','','','2015-07-07 20:57:22','2015-07-08 03:57:22','',380,'http://03c1a29.netsolhost.com/wordpress1/?p=381',0,'revision','',0),(415,5,'2015-07-31 15:55:14','2015-07-31 22:55:14','Aviation Management Scholarships\r\n\r\n<strong>The Thomas Eller Memorial Scholarship.</strong> Up to two scholarships awarded annually to students in aviation management or related undergraduate programs.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Brochure-Thomas_Eller_Memorial_Scholarship-3Dec2014.pdf\">Thomas Eller Memorial Scholarship Brochure</a>\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Thomas_Eller_Memorial_Scholarship%20v2015.pdf\">Thomas Eller Memorial Scholarship Requirements & Application Form</a>\r\n\r\n<strong>Airport Management Internship Grant.</strong> One grant of $1000 offered annually to a member airport to support hiring an intern in support of development of airport professionals.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Airport_Management_Internship_Grantv2015.pdf\">Airport Management Internship Grant Requirements and Application Form</a>\r\n\r\n<strong>Professional Development Grant.</strong> A grant of up to $1000, offered annually, to a management member to assist in furthering their professional development.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Professional_Development_Grant_v2015.pdf\">Professional Development Grant Requirements and Application Form</a>\r\n\r\n<strong>Community Aviation Education Grant.</strong> A grant of up to $500 offered each year to assist in supporting aviation-education activities directed to the general public.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Community_Aviation_Education%20_Grantv2015.pdf\">Community Aviation Education Grant Requirements and Application Form</a>','Scholarships/Grants','','inherit','closed','open','','394-revision-v1','','','2015-07-31 15:55:14','2015-07-31 22:55:14','',394,'http://03c1a29.netsolhost.com/wordpress1/?p=415',0,'revision','',0),(416,5,'2015-07-31 17:36:54','2015-08-01 00:36:54','<strong>Washington Airports\n</strong>\n• Port of Bellingham - <a href=\"http://www.portofbellingham.com/\">Bellingham International Airport (BLI)</a>\n• Boeing Field, Seattle - <a href=\"http://www.kingcounty.gov/transportation/kcdot/Airport.aspx\">King County International Airport (BFI)</a>\n• Port of Benton - <a href=\"http://www.portofbenton.com/\">Richland (RLD) and Prosser (S40) Airports</a>\n• Port of Bremerton - <a href=\"http://www.portofbremerton.org/\">Bremerton National Airport (PWT)</a>\n• Port of Camas-Washougal - <a href=\"http://www.portcw.com/\">Camas Airport (Grove Field) (WA10)</a>\n• Port of Ephrata - <a href=\"http://www.portofephrata.com/\">Ephrata Municipal Airport (EPH)</a>\n• Port of Friday Harbor - <a href=\"http://www.portfridayharbor.org/\">Friday Harbor Airport (FHR)</a>\n• <a href=\"http://www.harveyfield.com/\">Harvey Field, Snohomish, Washington (S43)</a>\n• Port of Moses Lake - <a href=\"http://www.portofmoseslake.com/\">Grant County International Airport (MWH)</a>\n• Port of Olympia - <a href=\"http://www.portolympia.com/31/Airport\">Olympia Regional Airport (OLM)</a>\n• Port of Pasco - <a href=\"http://www.portofpasco.org/\">Tri-Cities Airport (PSC)</a>\n• Port of Port Angeles - <a href=\"http://www.portofpa.com/\">William R. Fairchild International Airport (CLM)</a>\n• Port of Seattle - <a href=\"http://www.portseattle.org/Sea-Tac/Pages/default.aspx\">Seattle-Tacoma International Airport (SEA)</a>\n• Port of Shelton - <a href=\"http://www.portofshelton.com/\">Shelton/Sanderson Field (SHN)</a>\n• Port of Walla Walla - <a href=\"http://wallawallaairport.com/\">Walla Walla Regional Airport (ALW)</a>\n• <a href=\"http://www.flypuw.com/\">Pullman/Moscow Regional Airport (PUW)</a>\n• Snohomish County Airport - <a href=\"http://www.painefield.com/\">Paine Field Airport (PAE)</a>\n• Spokane International (GEG) & Felts Field (SFF) Airports - <a href=\"http://spokaneairports.net/\">Spokane Airports</a>\n• Link to AirNav (Provides search with airport identifier) - <a href=\"http://www.airnav.com/\">Other Washington Airports</a>\n• For a full list of contact information for airports located in Washington state, visit the WSDOT Aviation Division website here.','Washington Airports','','inherit','closed','open','','396-autosave-v1','','','2015-07-31 17:36:54','2015-08-01 00:36:54','',396,'http://03c1a29.netsolhost.com/wordpress1/?p=416',0,'revision','',0),(417,5,'2015-07-31 17:37:22','2015-08-01 00:37:22','<strong>Washington Airports\r\n</strong>\r\n• Port of Bellingham - <a href=\"http://www.portofbellingham.com/\">Bellingham International Airport (BLI)</a>\r\n• Boeing Field, Seattle - <a href=\"http://www.kingcounty.gov/transportation/kcdot/Airport.aspx\">King County International Airport (BFI)</a>\r\n• Port of Benton - <a href=\"http://www.portofbenton.com/\">Richland (RLD) and Prosser (S40) Airports</a>\r\n• Port of Bremerton - <a href=\"http://www.portofbremerton.org/\">Bremerton National Airport (PWT)</a>\r\n• Port of Camas-Washougal - <a href=\"http://www.portcw.com/\">Camas Airport (Grove Field) (WA10)</a>\r\n• Port of Ephrata - <a href=\"http://www.portofephrata.com/\">Ephrata Municipal Airport (EPH)</a>\r\n• Port of Friday Harbor - <a href=\"http://www.portfridayharbor.org/\">Friday Harbor Airport (FHR)</a>\r\n• <a href=\"http://www.harveyfield.com/\">Harvey Field, Snohomish, Washington (S43)</a>\r\n• Port of Moses Lake - <a href=\"http://www.portofmoseslake.com/\">Grant County International Airport (MWH)</a>\r\n• Port of Olympia - <a href=\"http://www.portolympia.com/31/Airport\">Olympia Regional Airport (OLM)</a>\r\n• Port of Pasco - <a href=\"http://www.portofpasco.org/\">Tri-Cities Airport (PSC)</a>\r\n• Port of Port Angeles - <a href=\"http://www.portofpa.com/\">William R. Fairchild International Airport (CLM)</a>\r\n• Port of Seattle - <a href=\"http://www.portseattle.org/Sea-Tac/Pages/default.aspx\">Seattle-Tacoma International Airport (SEA)</a>\r\n• Port of Shelton - <a href=\"http://www.portofshelton.com/\">Shelton/Sanderson Field (SHN)</a>\r\n• Port of Walla Walla - <a href=\"http://wallawallaairport.com/\">Walla Walla Regional Airport (ALW)</a>\r\n• <a href=\"http://www.flypuw.com/\">Pullman/Moscow Regional Airport (PUW)</a>\r\n• Snohomish County Airport - <a href=\"http://www.painefield.com/\">Paine Field Airport (PAE)</a>\r\n• Spokane International (GEG) & Felts Field (SFF) Airports - <a href=\"http://spokaneairports.net/\">Spokane Airports</a>\r\n• Link to AirNav (Provides search with airport identifier) - <a href=\"http://www.airnav.com/\">Other Washington Airports</a>\r\n• For a full list of contact information for airports located in Washington state, visit the WSDOT Aviation Division website <a href=\"http://www.wsdot.wa.gov/aviation/AirportDirectory/default.htm\">here</a>.','Washington Airports','','inherit','closed','open','','396-revision-v1','','','2015-07-31 17:37:22','2015-08-01 00:37:22','',396,'http://03c1a29.netsolhost.com/wordpress1/?p=417',0,'revision','',0),(418,5,'2015-07-31 18:15:54','2015-08-01 01:15:54','<ul class=\"ul1\">\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.aaae.org/\"><span class=\"s2\">AAAE</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.acconline.org/\"><span class=\"s2\">Airport Consultants Council</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.aci-na.org/\"><span class=\"s2\">Airports Council International - North America</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.eaa.org/\"><span class=\"s2\">Experimental Aircraft Association</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://flyingmusicians.org/\"><span class=\"s2\">Flying Musicians Association, Inc.</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.natca.org/\"><span class=\"s2\">National Air Traffic Controllers Assoc.</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.ntsb.gov/index.html\"><span class=\"s2\">National Transportation Safety Board</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.nwaaae.org/\"><span class=\"s2\">NWAAAE</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.wpaflys.org/\"><span class=\"s2\">Washington Pilots Association</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://03c1a29.netsolhost.com/wordpress1/\"><span class=\"s2\">Washington State Aviation Alliance (WSAA)</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.wsdot.wa.gov/Aviation/\"><span class=\"s2\">WSDOT Aviation</span></a></span></li>\r\n</ul>\r\n<p class=\"p1\"><span class=\"s2\"><a href=\"http://www.wsdot.wa.gov/aviation/wsasp/ExecSummary.htm\">WSDOT Aviation Executive Summary</a></span></p>','Associations/Organizations','','inherit','closed','open','','400-revision-v1','','','2015-07-31 18:15:54','2015-08-01 01:15:54','',400,'http://03c1a29.netsolhost.com/wordpress1/?p=418',0,'revision','',0),(419,5,'2015-07-31 18:17:48','2015-08-01 01:17:48','<p class=\"p1\"><span class=\"s1\"><b>FAA</b></span></p>\r\n<p class=\"p2\"><span class=\"s2\">• <a href=\"http://www.faa.gov/about/office_org/headquarters_offices/arc/ro_center/index.cfm?file_name=contact_us_northwest_mountain\"><span class=\"s3\">FAA NW Region</span></a>\r\n• <a href=\"http://www.faa.gov/index.cfm\"><span class=\"s3\">FAA Home</span></a>\r\n• <a href=\"http://www.faa.gov/about/office_org/headquarters_offices/avs/offices/afs/\"><span class=\"s3\">Flight Standards Service</span></a>\r\n• <a href=\"http://www.faa.gov/about/office_org/field_offices/fsdo/sea/\"><span class=\"s3\">Flight Standards Office - Seattle</span></a>\r\n• <a href=\"http://www.faa.gov/about/office_org/\"><span class=\"s3\">Field & Regional Offices & Centers</span></a>\r\n• <a href=\"http://www.faa.gov/about/office_org/headquarters_offices/ang/offices/tc/\"><span class=\"s3\">Wm. J. Hughes Technical Center</span></a>\r\n• <a href=\"http://www.faa.gov/about/office_org/headquarters_offices/ato/\"><span class=\"s3\">Air Traffic Organization</span></a></span></p>','FAA/WSDOT Aviation','','inherit','closed','open','','402-revision-v1','','','2015-07-31 18:17:48','2015-08-01 01:17:48','',402,'http://03c1a29.netsolhost.com/wordpress1/?p=419',0,'revision','',0),(420,5,'2015-07-31 18:20:48','2015-08-01 01:20:48','','Why Effective Airport Management is Essential','','inherit','closed','open','','why-effective-airport-management-is-essential','','','2015-07-31 18:22:02','2015-08-01 01:22:02','',398,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/07/Why-Effective-Airport-Management-is-Essential.pdf',0,'attachment','application/pdf',0),(422,5,'2015-07-31 18:23:01','2015-08-01 01:23:01','','Library','','inherit','closed','open','','398-revision-v1','','','2015-07-31 18:23:01','2015-08-01 01:23:01','',398,'http://03c1a29.netsolhost.com/wordpress1/?p=422',0,'revision','',0),(421,5,'2015-07-31 18:22:09','2015-08-01 01:22:09','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/07/Why-Effective-Airport-Management-is-Essential.pdf\"]','Library','','inherit','closed','open','','398-revision-v1','','','2015-07-31 18:22:09','2015-08-01 01:22:09','',398,'http://03c1a29.netsolhost.com/wordpress1/?p=421',0,'revision','',0),(423,5,'2015-07-31 19:17:03','2015-08-01 02:17:03','<p class=\"p1\"><span class=\"s1\">The <a href=\"http://links.govdelivery.com/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwNzIwLjQ3MzUyMzExJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDcyMC40NzM1MjMxMSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE2ODY4NTY4JmVtYWlsaWQ9bWFydmVsbkB3c2RvdC53YS5nb3YmdXNlcmlkPW1hcnZlbG5Ad3Nkb3Qud2EuZ292JmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&100&&&http://www.wsdot.wa.gov/aviation/AirportInvestmentStudy.htm\"><span class=\"s2\">Airport Investment Solutions Handbook</span></a> is now available, offering strategies for tackling the state’s most significant airport-funding challenges. 7/31/2015</span></p>\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/?attachment_id=420\" rel=\"attachment wp-att-420\">Why Effective Airport Management is Essential</a>\n\n ','Library','','inherit','closed','open','','398-autosave-v1','','','2015-07-31 19:17:03','2015-08-01 02:17:03','',398,'http://03c1a29.netsolhost.com/wordpress1/?p=423',0,'revision','',0),(424,5,'2015-07-31 18:30:44','2015-08-01 01:30:44','<a href=\"http://wsaa.aero/wp-content/uploads/documentname.pdf\">Why Effective Airport Management is Essential</a>\r\n\r\n ','Library','','inherit','closed','open','','398-revision-v1','','','2015-07-31 18:30:44','2015-08-01 01:30:44','',398,'http://03c1a29.netsolhost.com/wordpress1/?p=424',0,'revision','',0),(427,5,'2015-07-31 18:37:09','2015-08-01 01:37:09','Why Effective Airport Management is Essential\r\n\r\n ','Library','','inherit','closed','open','','398-revision-v1','','','2015-07-31 18:37:09','2015-08-01 01:37:09','',398,'http://03c1a29.netsolhost.com/wordpress1/?p=427',0,'revision','',0),(425,5,'2015-07-31 18:34:18','2015-08-01 01:34:18','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-admin/upload.php/Why-Effective-Airport-Management-is-Essential.pdf\">Why Effective Airport Management is Essential</a>\r\n\r\n ','Library','','inherit','closed','open','','398-revision-v1','','','2015-07-31 18:34:18','2015-08-01 01:34:18','',398,'http://03c1a29.netsolhost.com/wordpress1/?p=425',0,'revision','',0),(426,5,'2015-07-31 18:36:43','2015-08-01 01:36:43','<a href=\"http://wsaa.aero/Why-Effective-Airport-Management-is-Essential.pdf\">Why Effective Airport Management is Essential</a>\r\n\r\n ','Library','','inherit','closed','open','','398-revision-v1','','','2015-07-31 18:36:43','2015-08-01 01:36:43','',398,'http://03c1a29.netsolhost.com/wordpress1/?p=426',0,'revision','',0),(428,5,'2015-07-31 18:40:31','2015-08-01 01:40:31','<a href=\"http://03c1a29.netsolhost.com/wordpress1/?attachment_id=420\" rel=\"attachment wp-att-420\">Why Effective Airport Management is Essential</a>\r\n\r\n ','Library','','inherit','closed','open','','398-revision-v1','','','2015-07-31 18:40:31','2015-08-01 01:40:31','',398,'http://03c1a29.netsolhost.com/wordpress1/?p=428',0,'revision','',0),(429,5,'2015-07-31 19:17:52','2015-08-01 02:17:52','<p class=\"p1\"><span class=\"s1\">The <a href=\"http://www.wsdot.wa.gov/aviation/AirportInvestmentStudy.htm\"><span class=\"s2\">Airport Investment Solutions Handbook</span> </a>is now available, offering strategies for tackling the state’s most significant airport-funding challenges. 7/31/2015</span></p>\r\n<a href=\"http://03c1a29.netsolhost.com/wordpress1/?attachment_id=420\" rel=\"attachment wp-att-420\">Why Effective Airport Management is Essential</a>\r\n\r\n ','Library','','inherit','closed','open','','398-revision-v1','','','2015-07-31 19:17:52','2015-08-01 02:17:52','',398,'http://03c1a29.netsolhost.com/wordpress1/?p=429',0,'revision','',0),(434,5,'2015-07-31 19:42:37','2015-08-01 02:42:37','<a href=\"http://03c1a29.netsolhost.com/wordpress1/?attachment_id=433\" rel=\"attachment wp-att-433\">Newsbrief WSAA Formation</a>\r\n\r\n \r\n\r\n ','History','','inherit','closed','open','','392-revision-v1','','','2015-07-31 19:42:37','2015-08-01 02:42:37','',392,'http://03c1a29.netsolhost.com/wordpress1/?p=434',0,'revision','',0),(431,5,'2015-07-31 19:20:13','2015-08-01 02:20:13','<a href=\"http://03c1a29.netsolhost.com/wordpress1/?attachment_id=430\" rel=\"attachment wp-att-430\">Newsbrief WSAA Formation</a>\r\n\r\n \r\n\r\n ','History','','inherit','closed','open','','392-revision-v1','','','2015-07-31 19:20:13','2015-08-01 02:20:13','',392,'http://03c1a29.netsolhost.com/wordpress1/?p=431',0,'revision','',0),(432,5,'2015-07-31 19:22:13','2015-08-01 02:22:13','Newsbrief WSAA Formation\n\n \n\n ','History','','inherit','closed','open','','392-autosave-v1','','','2015-07-31 19:22:13','2015-08-01 02:22:13','',392,'http://03c1a29.netsolhost.com/wordpress1/?p=432',0,'revision','',0),(433,5,'2015-07-31 19:41:25','2015-08-01 02:41:25','','Newsbrief WSAA Formation','','inherit','closed','open','','newsbrief-wsaa-formation-2','','','2015-07-31 19:42:33','2015-08-01 02:42:33','',392,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/07/Newsbrief-WSAA-Formation.pdf',0,'attachment','application/pdf',0),(472,5,'2015-09-08 16:01:37','2015-09-08 23:01:37','Press Release\r\n\r\nSuccessful CLEEN Environmental Program Begins New Phase\r\nWASHINGTON – The Federal Aviation Administration (FAA) today announced that it has awarded $100 million in contracts to eight companies to develop and demonstrate technologies that reduce fuel consumption, emissions, and noise under the second phase of its Continuous Lower Energy, Emissions, and Noise (CLEEN II) program.<!--more-->\r\n\r\n“By partnering with private industry on advancing the next generation of aviation technologies, the Department is helping shape a world-class transit system that is efficient and environmentally sustainable,” said Transportation Secretary Anthony Foxx. “Today’s announcement is a win-win for the American people, and is part of a broader Administration effort to find innovative ways to strengthen the economy while reducing carbon emissions into our atmosphere.”\r\n\r\n“CLEEN II represents a genuine investment and commitment by the FAA and the industry to find ways to make aviation even cleaner, quieter, and more energy efficient,” said FAA Administrator Michael P. Huerta. “We expect that when they enter into service, these new technologies will benefit U.S. aircraft for years to come and build on the Obama Administration’s efforts to protect the environment.”\r\n\r\nThe five-year CLEEN II program will build on the success of the original CLEEN program, a public-private partnership that began in 2010 and is a key part of the FAA’s NextGen efforts to make aviation more environmentally friendly. The CLEEN team focused on nine projects in the area of energy efficient aircraft technologies and sustainable alternative jet fuels. The first of these technologies will enter service in 2016.\r\n\r\nUnder CLEEN II, the FAA selected eight companies: Aurora Flight Sciences; The Boeing Co.; General Electric (GE) Aviation; Delta TechOps/MDS Coating Technologies/America’s Phenix; Honeywell Aerospace; Pratt & Whitney; Rolls-Royce-Corp.; and Rohr, Inc./UTC Aerospace Systems.\r\n\r\nThe companies will match or exceed the FAA’s investment, bringing the total to at least $200 million. The eight awardees will work to develop a variety of airframe and engine technologies. Each effort will culminate in a demonstration aimed at bringing the product to market. CLEEN II will nurture these technologies through crucial phases in their maturation. This will include full scale ground and flight test demonstrations.\r\n\r\nThe CLEEN II goals include:\r\nReducing fuel burn by 40 percent relative to the most efficient aircraft in service during the year 2000;\r\nCutting nitrogen oxide emissions during takeoff and landing by 70 percent over the 2011 International Civil Aviation Organization standard without increasing other emissions;\r\nLowering noise levels by 32 decibels (dBs) relative to the FAA Stage 4 noise standard; and\r\nExpediting the commercialization of “drop-in” sustainable jet fuels through support for the fuel approval process.\r\n\r\nThe FAA anticipates that developed CLEEN II aircraft technologies will be on a path for introduction into commercial aircraft by 2026.\r\n\r\nSee <a href=\"http://links.govdelivery.com/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwOTA4LjQ4ODQ1MTcxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDkwOC40ODg0NTE3MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE3NTQ3NjY3JmVtYWlsaWQ9a2hhcnZleUBoYXJ2ZXlmaWVsZC5jb20mdXNlcmlkPWtoYXJ2ZXlAaGFydmV5ZmllbGQuY29tJmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&100&&&https://www.faa.gov/news/fact_sheets/news_story.cfm?newsId=16814\">fact sheet on the entire CLEEN program</a>.\r\nDate: September 8, 2015\r\nContact: Henry J. Price\r\nPhone: 202-267-3883','FAA awards $100 million in CLEEN contracts','','publish','closed','open','','faa-awards-100-million-cleen-contracts','','','2015-09-08 16:01:37','2015-09-08 23:01:37','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=472',0,'post','',0),(436,5,'2015-08-03 17:41:28','2015-08-04 00:41:28','','Umbrella','','inherit','closed','open','','umbrella','','','2015-08-03 17:41:28','2015-08-04 00:41:28','',67,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella.png',0,'attachment','image/png',0),(488,5,'2015-11-19 11:58:31','2015-11-19 19:58:31','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella.pdf\"]','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-11-19 11:58:31','2015-11-19 19:58:31','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=488',0,'revision','',0),(437,5,'2015-08-03 17:41:56','2015-08-04 00:41:56','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella.png\"><img class=\"alignnone size-medium wp-image-436\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella-261x300.png\" alt=\"Umbrella\" width=\"261\" height=\"300\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-08-03 17:41:56','2015-08-04 00:41:56','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=437',0,'revision','',0),(438,5,'2015-08-03 17:42:41','2015-08-04 00:42:41','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella.png\"><img class=\"alignnone wp-image-436\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella-261x300.png\" alt=\"Umbrella\" width=\"523\" height=\"606\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-08-03 17:42:41','2015-08-04 00:42:41','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=438',0,'revision','',0),(439,5,'2015-08-03 17:43:32','2015-08-04 00:43:32','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella.png\"><img class=\" wp-image-436 aligncenter\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella-261x300.png\" alt=\"Umbrella\" width=\"523\" height=\"606\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-08-03 17:43:32','2015-08-04 00:43:32','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=439',0,'revision','',0),(440,5,'2015-08-03 17:45:10','2015-08-04 00:45:10','','Umbrella','','inherit','closed','open','','umbrella-2','','','2015-08-03 17:45:10','2015-08-04 00:45:10','',67,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella.jpg',0,'attachment','image/jpeg',0),(441,5,'2015-11-19 11:45:06','2015-11-19 19:45:06','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1.jpg\"><img class=\"alignnone wp-image-478\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1-259x300.jpg\" alt=\"Umbrella\" width=\"700\" height=\"811\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-autosave-v1','','','2015-11-19 11:45:06','2015-11-19 19:45:06','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=441',0,'revision','',0),(442,5,'2015-08-03 17:45:36','2015-08-04 00:45:36','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella.jpg\"><img class=\" wp-image-440 aligncenter\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella-264x300.jpg\" alt=\"Umbrella\" width=\"611\" height=\"694\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-08-03 17:45:36','2015-08-04 00:45:36','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=442',0,'revision','',0),(443,5,'2015-08-03 17:46:31','2015-08-04 00:46:31','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella.png\"><img class=\" wp-image-436 aligncenter\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella-261x300.png\" alt=\"Umbrella\" width=\"464\" height=\"533\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-08-03 17:46:31','2015-08-04 00:46:31','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=443',0,'revision','',0),(444,5,'2015-08-03 17:47:01','2015-08-04 00:47:01','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella.png\"><img class=\" wp-image-436 aligncenter\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella-261x300.png\" alt=\"Umbrella\" width=\"508\" height=\"584\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-08-03 17:47:01','2015-08-04 00:47:01','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=444',0,'revision','',0),(445,2,'2015-08-03 18:57:13','2015-08-04 01:57:13','','JohnDobson-HeadShot-125x156','','inherit','closed','open','','johndobson-headshot-125x156','','','2015-08-03 18:57:47','2015-08-04 01:57:47','',115,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg',0,'attachment','image/jpeg',0),(447,2,'2015-08-03 19:17:29','2015-08-04 02:17:29','There is little question that the general aviation industry is facing serious challenges in today\'s economic climate, a situation that is certain to get worse as actions are taken to balance budgets and reduce spending. Many of these actions could result in further adverse impacts to an already depressed industry. While we in the industry recognize the importance of general aviation to the transportation system and its value to local and national economies, many do not share our view – which makes it important that we find ways to educate others, protect the industry, advocate with a collective voice and, where possible, promote its growth.\r\n\r\nA number of organizations have been created nationally to address these issues. And there is recognition of a need for those of us in Washington’s aviation community to join forces in a similar way in an effort to protect and promote general aviation interests in the state. For this reason a small group of representatives from several aviation organizations met and developed plans for an organization that would serve that purpose.\r\n\r\nThe Steering Committee began its work early in 2014 and completed the formal process of forming the Washington State Aviation Alliance (WSAA) in December of 2014.\r\n<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h3><strong>Washington State Aviation Alliance Founding Members</strong></h3>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace A. Harvey</h4>\r\n<em>Steering Committee Member</em>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/LesSmith-Headshot-125x156.jpg\" alt=\"Les Smith\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Les Smith</h4>\r\n<em>Steering Committee Member</em>\r\nMukilteo, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 870-2287\r\nPresident, Washington Pilots Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<em>Steering Committee Member</em>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<em>Steering Committee Member</em>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/WarrenHendrickson-HeadShot-125x156.jpg\" alt=\"Warren Hendrickson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Warren Hendrickson</h4>\r\n<em>Steering Committee Administrative Assistant</em>\r\nSeattle, WA\r\nCell: (253) 973-9687\r\nExecutive Director, Washington Airport Management Association\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-88 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidUlane-HeadShot-125x156.jpg\" alt=\"David Ulane\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ulane, A.A.E.</h4>\r\n<em>Steering Committee Member</em>\r\nPhone: (301) 695-2094\r\n<a href=\"http://www.aopa.org/\">Aircraft Owners and Pilots Association</a>\r\nNorthwest Mountain Regional Manager\r\n<i>(Serving CO, ID, MT, OR, UT, WA, WY)</i>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DaveField-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-87 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DaveField-HeadShot-125x156.jpg\" alt=\"Dave Field\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Dave Field</h4>\r\n<em>Steering Committee Administrative Assistant</em>\r\nBellevue, WA\r\nCell: (206) 963-3262\r\nBoard Member and Secretary, Washington Airport Management Association\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Steering Committee','','inherit','closed','open','','71-revision-v1','','','2015-08-03 19:17:29','2015-08-04 02:17:29','',71,'http://03c1a29.netsolhost.com/wordpress1/?p=447',0,'revision','',0),(448,2,'2015-08-03 19:18:13','2015-08-04 02:18:13','','DaveField-HeadShot-125x156','','inherit','closed','open','','davefield-headshot-125x156','','','2015-08-03 19:18:25','2015-08-04 02:18:25','',71,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DaveField-HeadShot-125x156.jpg',0,'attachment','image/jpeg',0),(449,2,'2015-08-03 19:21:39','2015-08-04 02:21:39','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<span style=\"color: #3366ff;\"><em>President</em></span>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 426-1151\r\nExecutive Director, Port of Shelton\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<span style=\"color: #3366ff;\"><em>Treasurer</em></span>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-08-03 19:21:39','2015-08-04 02:21:39','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=449',0,'revision','',0),(547,5,'2016-04-27 13:37:13','2016-04-27 20:37:13','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nPresident, Washington Pilots Association\r\nExecutive Director, Port of Shelton\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 13:37:13','2016-04-27 20:37:13','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=547',0,'revision','',0),(450,2,'2015-08-04 17:29:49','2015-08-05 00:29:49','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<span style=\"color: #3366ff;\"><em>President</em></span>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a title=\"vp@wsaa.aero\" href=\"mailto://vp@wsaa.aero\" target=\"_blank\">vp@wsaa.aero</a>\r\nPhone: (425) 426-1151\r\nPresident, Washington Pilots Association\r\nExecutive Director, Port of Shelton\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<span style=\"color: #3366ff;\"><em>Treasurer</em></span>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','open','','115-revision-v1','','','2015-08-04 17:29:49','2015-08-05 00:29:49','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=450',0,'revision','',0),(451,5,'2015-08-04 18:12:53','2015-08-05 01:12:53','Gov. Jay Inslee recently signed the Transportation Appropriations Bill (Senate Bill 5988), which includes language to reallocate 100 percent of the existing annual state excise tax fees for aircraft to fund airport projects. <!--more-->Previously, 90 percent of aircraft excise tax funds were deposited into the General Fund, with only 10 percent going into the Aeronautics Account toward aviation.\r\n\r\nThe change, which only reallocates existing funds without increasing the aircraft excise tax, was championed by Senator Steve Hobbs and Representative Tom Dent.\r\n\r\n“Our state’s small airports keep our communities connected,” said Senator Hobbs. “Unfortunately they are often overlooked. The intention of this bill is to fix that and ensure small airports have access to funding that will allow them to keep their passengers safe and their facilities up to date.”\r\n\r\n“I’m very pleased to see revenues from the aircraft excise tax going back into aviation,” added Rep. Dent. “This was a priority for me, and it means a lot to the aviation community.”\r\n\r\nA diverse group of associations worked together to support and testify in favor of this policy change:\r\n<ul>\r\n <li>Washington State Aviation Alliance</li>\r\n <li>Washington Airport Management Association</li>\r\n <li>Washington Aviation Association</li>\r\n <li>Washington Public Ports Association</li>\r\n <li>Washington Pilots Association</li>\r\n <li>Aircraft Owners and Pilots Association</li>\r\n <li>Washington State Community Airport Association</li>\r\n <li>Recreational Aviation Foundation</li>\r\n <li>Washington Seaplane Pilots Association</li>\r\n <li>Pacific Northwest Business Aviation Association</li>\r\n <li>Association of Washington Business</li>\r\n</ul>\r\n“The road to success on this important issue was paved with the time and effort of many individuals and their respective associations, alliances and organizations,” said Kandace Harvey, Washington State Aviation Alliance president. “We were able to speak to the Legislature with one voice in support of aviation.”\r\n\r\nFees from the aircraft excise tax will now go towards funding the Washington State Department of Transportation’s <a href=\"http://links.govdelivery.com:80/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwODA0LjQ3ODIyOTkxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDgwNC40NzgyMjk5MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE2ODc3NzA2JmVtYWlsaWQ9bWFydmVsbkB3c2RvdC53YS5nb3YmdXNlcmlkPW1hcnZlbG5Ad3Nkb3Qud2EuZ292JmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&100&&&http://www.wsdot.wa.gov/aviation/Grants/default.htm\">Airport Aid Grant Program</a>, which supports airport preservation and safety projects.\r\n\r\nLearn more about WSDOT Aviation programs at <a href=\"http://links.govdelivery.com:80/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwODA0LjQ3ODIyOTkxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDgwNC40NzgyMjk5MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE2ODc3NzA2JmVtYWlsaWQ9bWFydmVsbkB3c2RvdC53YS5nb3YmdXNlcmlkPW1hcnZlbG5Ad3Nkb3Qud2EuZ292JmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&101&&&http://www.wsdot.wa.gov/aviation\">www.wsdot.wa.gov/aviati</a><a href=\"http://links.govdelivery.com:80/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwODA0LjQ3ODIyOTkxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDgwNC40NzgyMjk5MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE2ODc3NzA2JmVtYWlsaWQ9bWFydmVsbkB3c2RvdC53YS5nb3YmdXNlcmlkPW1hcnZlbG5Ad3Nkb3Qud2EuZ292JmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&103&&&http://www.wsdot.wa.gov/aviation\">on</a>.','Excise tax reallocation for aircraft provides more funding for aviation projects','','publish','closed','open','','excise-tax-reallocation-for-aircraft-provides-more-funding-for-aviation-projects','','','2015-08-04 18:12:53','2015-08-05 01:12:53','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=451',0,'post','',0),(452,5,'2015-08-04 18:10:41','2015-08-05 01:10:41','Gov. Jay Inslee recently signed the Transportation Appropriations Bill (Senate Bill 5988), which includes language to reallocate 100 percent of the existing annual state excise tax fees for aircraft to fund airport projects. Previously, 90 percent of aircraft excise tax funds were deposited into the General Fund, with only 10 percent going into the Aeronautics Account toward aviation.\r\n\r\nThe change, which only reallocates existing funds without increasing the aircraft excise tax, was championed by Senator Steve Hobbs and Representative Tom Dent.\r\n\r\n“Our state’s small airports keep our communities connected,” said Senator Hobbs. “Unfortunately they are often overlooked. The intention of this bill is to fix that and ensure small airports have access to funding that will allow them to keep their passengers safe and their facilities up to date.”\r\n\r\n“I’m very pleased to see revenues from the aircraft excise tax going back into aviation,” added Rep. Dent. “This was a priority for me, and it means a lot to the aviation community.”\r\n\r\nA diverse group of associations worked together to support and testify in favor of this policy change:\r\n<ul>\r\n <li>Washington State Aviation Alliance</li>\r\n <li>Washington Airport Management Association</li>\r\n <li>Washington Aviation Association</li>\r\n <li>Washington Public Ports Association</li>\r\n <li>Washington Pilots Association</li>\r\n <li>Aircraft Owners and Pilots Association</li>\r\n <li>Washington State Community Airport Association</li>\r\n <li>Recreational Aviation Foundation</li>\r\n <li>Washington Seaplane Pilots Association</li>\r\n <li>Pacific Northwest Business Aviation Association</li>\r\n <li>Association of Washington Business</li>\r\n</ul>\r\n“The road to success on this important issue was paved with the time and effort of many individuals and their respective associations, alliances and organizations,” said Kandace Harvey, Washington State Aviation Alliance president. “We were able to speak to the Legislature with one voice in support of aviation.”\r\n\r\nFees from the aircraft excise tax will now go towards funding the Washington State Department of Transportation’s <a href=\"http://links.govdelivery.com:80/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwODA0LjQ3ODIyOTkxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDgwNC40NzgyMjk5MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE2ODc3NzA2JmVtYWlsaWQ9bWFydmVsbkB3c2RvdC53YS5nb3YmdXNlcmlkPW1hcnZlbG5Ad3Nkb3Qud2EuZ292JmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&100&&&http://www.wsdot.wa.gov/aviation/Grants/default.htm\">Airport Aid Grant Program</a>, which supports airport preservation and safety projects.\r\n\r\nLearn more about WSDOT Aviation programs at <a href=\"http://links.govdelivery.com:80/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwODA0LjQ3ODIyOTkxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDgwNC40NzgyMjk5MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE2ODc3NzA2JmVtYWlsaWQ9bWFydmVsbkB3c2RvdC53YS5nb3YmdXNlcmlkPW1hcnZlbG5Ad3Nkb3Qud2EuZ292JmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&101&&&http://www.wsdot.wa.gov/aviation\">www.wsdot.wa.gov/aviati</a><a href=\"http://links.govdelivery.com:80/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwODA0LjQ3ODIyOTkxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDgwNC40NzgyMjk5MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE2ODc3NzA2JmVtYWlsaWQ9bWFydmVsbkB3c2RvdC53YS5nb3YmdXNlcmlkPW1hcnZlbG5Ad3Nkb3Qud2EuZ292JmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&103&&&http://www.wsdot.wa.gov/aviation\">on</a>.','Excise tax reallocation for aircraft provides more funding for aviation projects','','inherit','closed','open','','451-revision-v1','','','2015-08-04 18:10:41','2015-08-05 01:10:41','',451,'http://03c1a29.netsolhost.com/wordpress1/?p=452',0,'revision','',0),(453,5,'2015-08-04 18:12:53','2015-08-05 01:12:53','Gov. Jay Inslee recently signed the Transportation Appropriations Bill (Senate Bill 5988), which includes language to reallocate 100 percent of the existing annual state excise tax fees for aircraft to fund airport projects. <!--more-->Previously, 90 percent of aircraft excise tax funds were deposited into the General Fund, with only 10 percent going into the Aeronautics Account toward aviation.\r\n\r\nThe change, which only reallocates existing funds without increasing the aircraft excise tax, was championed by Senator Steve Hobbs and Representative Tom Dent.\r\n\r\n“Our state’s small airports keep our communities connected,” said Senator Hobbs. “Unfortunately they are often overlooked. The intention of this bill is to fix that and ensure small airports have access to funding that will allow them to keep their passengers safe and their facilities up to date.”\r\n\r\n“I’m very pleased to see revenues from the aircraft excise tax going back into aviation,” added Rep. Dent. “This was a priority for me, and it means a lot to the aviation community.”\r\n\r\nA diverse group of associations worked together to support and testify in favor of this policy change:\r\n<ul>\r\n <li>Washington State Aviation Alliance</li>\r\n <li>Washington Airport Management Association</li>\r\n <li>Washington Aviation Association</li>\r\n <li>Washington Public Ports Association</li>\r\n <li>Washington Pilots Association</li>\r\n <li>Aircraft Owners and Pilots Association</li>\r\n <li>Washington State Community Airport Association</li>\r\n <li>Recreational Aviation Foundation</li>\r\n <li>Washington Seaplane Pilots Association</li>\r\n <li>Pacific Northwest Business Aviation Association</li>\r\n <li>Association of Washington Business</li>\r\n</ul>\r\n“The road to success on this important issue was paved with the time and effort of many individuals and their respective associations, alliances and organizations,” said Kandace Harvey, Washington State Aviation Alliance president. “We were able to speak to the Legislature with one voice in support of aviation.”\r\n\r\nFees from the aircraft excise tax will now go towards funding the Washington State Department of Transportation’s <a href=\"http://links.govdelivery.com:80/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwODA0LjQ3ODIyOTkxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDgwNC40NzgyMjk5MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE2ODc3NzA2JmVtYWlsaWQ9bWFydmVsbkB3c2RvdC53YS5nb3YmdXNlcmlkPW1hcnZlbG5Ad3Nkb3Qud2EuZ292JmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&100&&&http://www.wsdot.wa.gov/aviation/Grants/default.htm\">Airport Aid Grant Program</a>, which supports airport preservation and safety projects.\r\n\r\nLearn more about WSDOT Aviation programs at <a href=\"http://links.govdelivery.com:80/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwODA0LjQ3ODIyOTkxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDgwNC40NzgyMjk5MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE2ODc3NzA2JmVtYWlsaWQ9bWFydmVsbkB3c2RvdC53YS5nb3YmdXNlcmlkPW1hcnZlbG5Ad3Nkb3Qud2EuZ292JmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&101&&&http://www.wsdot.wa.gov/aviation\">www.wsdot.wa.gov/aviati</a><a href=\"http://links.govdelivery.com:80/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwODA0LjQ3ODIyOTkxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDgwNC40NzgyMjk5MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE2ODc3NzA2JmVtYWlsaWQ9bWFydmVsbkB3c2RvdC53YS5nb3YmdXNlcmlkPW1hcnZlbG5Ad3Nkb3Qud2EuZ292JmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&103&&&http://www.wsdot.wa.gov/aviation\">on</a>.','Excise tax reallocation for aircraft provides more funding for aviation projects','','inherit','closed','open','','451-revision-v1','','','2015-08-04 18:12:53','2015-08-05 01:12:53','',451,'http://03c1a29.netsolhost.com/wordpress1/?p=453',0,'revision','',0),(455,2,'2015-08-08 13:37:08','2015-08-08 20:37:08','\nAviation Management Scholarships\n\n<strong>The Thomas Eller Memorial Scholarship.</strong> Up to two scholarships awarded annually to students in aviation management or related undergraduate programs.\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Brochure-Thomas_Eller_Memorial_Scholarship-3Dec2014.pdf\">Thomas Eller Memorial Scholarship Brochure</a>\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Thomas_Eller_Memorial_Scholarship%20v2015.pdf\">Thomas Eller Memorial Scholarship Requirements & Application Form</a>\n\n<strong>Airport Management Internship Grant.</strong> One grant of $1000 offered annually to a member airport to support hiring an intern in support of development of airport professionals.\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Airport_Management_Internship_Grantv2015.pdf\">Airport Management Internship Grant Requirements and Application Form</a>\n\n<strong>Professional Development Grant.</strong> A grant of up to $1000, offered annually, to a management member to assist in furthering their professional development.\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Professional_Development_Grant_v2015.pdf\">Professional Development Grant Requirements and Application Form</a>\n\n<strong>Community Aviation Education Grant.</strong> A grant of up to $500 offered each year to assist in supporting aviation-education activities directed to the general public.\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Community_Aviation_Education%20_Grantv2015.pdf\">Community Aviation Education Grant Requirements and Application Form</a>','Scholarships/Grants','','inherit','closed','open','','394-autosave-v1','','','2015-08-08 13:37:08','2015-08-08 20:37:08','',394,'http://03c1a29.netsolhost.com/wordpress1/?p=455',0,'revision','',0),(456,2,'2015-08-08 13:38:16','2015-08-08 20:38:16','<b><u><span style=\"font-size: 10.0pt; font-family: \'Verdana\',sans-serif; color: blue;\"><a href=\"https://www.rotor.org/Publications/RotorNews/tabid/843/articleType/ArticleView/articleId/7363/AVIATION-SCHOLARSHIPS-YOURS-IS-WAITING.aspx\"><span style=\"color: blue;\">Aviation Scholarships: YOURS Is Waiting!</span></a> </span></u></b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',serif; color: blue;\">\r\n</span><span style=\"font-size: 7.5pt; font-family: \'Verdana\',sans-serif; color: gray;\">Alexandria, Va. -</span><span style=\"font-size: 10.0pt; font-family: \'Verdana\',sans-serif; color: black;\"> Helicopter Foundation International (HFI) is offering up to 19 scholarships to help support students studying to become part of tomorrow\'s vertical-aviation industry. <a href=\"http://www.helicopterfoundation.org/Default.aspx?tabid=1751&language=en-US\" target=\"_blank\"><span style=\"color: blue;\">Apply for YOURS today</span></a>!\r\n<a href=\"https://www.rotor.org/Publications/RotorNews/tabid/843/articleType/ArticleView/articleId/7363/AVIATION-SCHOLARSHIPS-YOURS-IS-WAITING.aspx\"><span style=\"color: blue;\">Read More...</span></a></span>\r\n\r\nAviation Management Scholarships\r\n\r\n<strong>The Thomas Eller Memorial Scholarship.</strong> Up to two scholarships awarded annually to students in aviation management or related undergraduate programs.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Brochure-Thomas_Eller_Memorial_Scholarship-3Dec2014.pdf\">Thomas Eller Memorial Scholarship Brochure</a>\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Thomas_Eller_Memorial_Scholarship%20v2015.pdf\">Thomas Eller Memorial Scholarship Requirements & Application Form</a>\r\n\r\n<strong>Airport Management Internship Grant.</strong> One grant of $1000 offered annually to a member airport to support hiring an intern in support of development of airport professionals.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Airport_Management_Internship_Grantv2015.pdf\">Airport Management Internship Grant Requirements and Application Form</a>\r\n\r\n<strong>Professional Development Grant.</strong> A grant of up to $1000, offered annually, to a management member to assist in furthering their professional development.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Professional_Development_Grant_v2015.pdf\">Professional Development Grant Requirements and Application Form</a>\r\n\r\n<strong>Community Aviation Education Grant.</strong> A grant of up to $500 offered each year to assist in supporting aviation-education activities directed to the general public.\r\n<a href=\"http://www.wama.us/Resources/Documents/Financial-Aid/Community_Aviation_Education%20_Grantv2015.pdf\">Community Aviation Education Grant Requirements and Application Form</a>','Scholarships/Grants','','inherit','closed','open','','394-revision-v1','','','2015-08-08 13:38:16','2015-08-08 20:38:16','',394,'http://03c1a29.netsolhost.com/wordpress1/?p=456',0,'revision','',0),(459,5,'2015-08-26 12:49:34','2015-08-26 19:49:34','','UmbrellaVector','','inherit','closed','open','','umbrellavector','','','2015-08-26 12:49:34','2015-08-26 19:49:34','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/08/UmbrellaVector.png',0,'attachment','image/png',0),(460,5,'2015-08-26 12:49:48','2015-08-26 19:49:48','','UmbrellaVector on white','','inherit','closed','open','','umbrellavector-on-white','','','2015-08-26 12:50:50','2015-08-26 19:50:50','',67,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/08/UmbrellaVector-on-white.png',0,'attachment','image/png',0),(480,5,'2015-11-19 11:43:31','2015-11-19 19:43:31','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1.jpg\"><img class=\"alignnone wp-image-478\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1-259x300.jpg\" alt=\"Umbrella\" width=\"441\" height=\"465\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-11-19 11:43:31','2015-11-19 19:43:31','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=480',0,'revision','',0),(461,5,'2015-08-26 12:51:26','2015-08-26 19:51:26','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/08/UmbrellaVector-on-white.png\"><img class=\"alignnone wp-image-460\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/08/UmbrellaVector-on-white-261x300.png\" alt=\"UmbrellaVector on white\" width=\"451\" height=\"475\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-08-26 12:51:26','2015-08-26 19:51:26','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=461',0,'revision','',0),(462,5,'2015-08-27 10:07:06','2015-08-27 17:07:06','','UmbrellaVector','','inherit','closed','open','','umbrellavector-2','','','2015-08-27 10:07:06','2015-08-27 17:07:06','',67,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/UmbrellaVector.png',0,'attachment','image/png',0),(463,5,'2015-08-27 10:07:37','2015-08-27 17:07:37','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/UmbrellaVector.png\"><img class=\"alignnone wp-image-462\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/UmbrellaVector-261x300.png\" alt=\"UmbrellaVector\" width=\"464\" height=\"505\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-08-27 10:07:37','2015-08-27 17:07:37','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=463',0,'revision','',0),(464,5,'2015-08-27 10:08:31','2015-08-27 17:08:31','','UmbrellaVector 1','','inherit','closed','open','','umbrellavector-1','','','2015-08-27 10:08:31','2015-08-27 17:08:31','',67,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/UmbrellaVector-1.png',0,'attachment','image/png',0),(465,5,'2015-08-27 10:08:54','2015-08-27 17:08:54','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/UmbrellaVector-1.png\"><img class=\"alignnone wp-image-464\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/UmbrellaVector-1-261x300.png\" alt=\"UmbrellaVector 1\" width=\"515\" height=\"517\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-08-27 10:08:54','2015-08-27 17:08:54','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=465',0,'revision','',0),(466,5,'2015-08-29 07:36:44','2015-08-29 14:36:44','<strong>FAA</strong>\n<ul>\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/arc/ro_center/index.cfm?file_name=contact_us_northwest_mountain\"><span class=\"s3\">FAA NW Region</span></a></span></li>\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/index.cfm\"><span class=\"s3\">FAA Home</span></a></span></li>\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/avs/offices/afs/\"><span class=\"s3\">Flight Standards Service</span></a></span></li>\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/field_offices/fsdo/sea/\"><span class=\"s3\">Flight Standards Office - Seattle</span></a></span></li>\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/\"><span class=\"s3\">Field & Regional Offices & Centers</span></a></span></li>\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/ang/offices/tc/\"><span class=\"s3\">Wm. J. Hughes Technical Center</span></a></span></li>\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/ato/\"><span class=\"s3\">Air Traffic Organization</span></a></span></li>\n</ul>\n<p class=\"p2\"><strong>\nWSDOT Aviation Links</strong></p>\n\n<ul>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT Aviation Homepage</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/WebCam/default.htm\">WSDOT Airport Web Cams</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT Airport Grant Program</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Planning/\">WSDOT Aviation System Planning</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/LandUseCompatibilityOverview.htm\">WSDOT Aviation Land Use Compatibility Program</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT State Capital Improvement Program</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Airports/default.htm\">WSDOT Managed-Airports</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Registration/Program.htm\">WSDOT Aviation Aircraft Registration</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportInformationSystem.htm\">WSDOT Airport Information System</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/data/tools/geoportal/?config=airport\">WSDOT Airport Mapping Application</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportInvestmentStudy.htm\">WSDOT “Airport Investment” and “Investment Solutions” Studies</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">WSDOT Aviation Economic Impact Study</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/planning/economiccalc\">WSDOT Aviation Economic Impact Calculator</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/SAR/PilotsPage.htm\">WSDOT Aviation “Pilot’s Page”</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportStormwaterGuidanceManual.htm\">WSDOT Airport Stormwater Guidance Manual</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/lats/default.htm\">Washington Long-Term Air Transportation Study</a></li>\n <li><a href=\"http://www.wsdot.wa.gov/aviation/staff.htm\">WSDOT Staff Directory</a></li>\n</ul>','FAA/WSDOT Aviation','','inherit','closed','open','','402-autosave-v1','','','2015-08-29 07:36:44','2015-08-29 14:36:44','',402,'http://03c1a29.netsolhost.com/wordpress1/?p=466',0,'revision','',0),(471,5,'2015-08-29 07:46:19','2015-08-29 14:46:19','<ul class=\"ul1\">\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.aaae.org/\"><span class=\"s2\">AAAE</span></a></span></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.aopa.org/\"><span class=\"s2\">Aircraft Owners and Pilots Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.acconline.org/\"><span class=\"s2\">Airport Consultants Council</span></a></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.aci-na.org/\"><span class=\"s2\">Airports Council International - North America</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><span class=\"s2\"><a href=\"http://www.eaa.org/\">Experimental Aircraft Association</a></span></span></li>\r\n <li class=\"li1\"><a href=\"https://www.faa.gov/\">Federal Aviation Administration</a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://flyingmusicians.org/\"><span class=\"s2\">Flying Musicians Association, Inc.</span></a></li>\r\n <li class=\"li1\"><a href=\"http://generalaviationnews.com/\">General Aviation News</a></li>\r\n <li class=\"li1\"><a href=\"http://www.natca.org/\">National Air Traffic Controllers Association</a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"https://www.nbaa.org/\"><span class=\"s2\">National Business Aviation Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.ntsb.gov/index.html\"><span class=\"s2\">National Transportation Safety Board</span></a></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.nwaaae.org/\"><span class=\"s2\">NWAAAE</span></a></span></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.pnbaa.org/\"><span class=\"s2\">Pacific Northwest Business Aviation Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://recreationalaviationfoundation.org/\"><span class=\"s2\">Recreational Aviation Foundation</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wama.us/\"><span class=\"s2\">Washington Airport Management Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.washington-aviation.org/\"><span class=\"s2\">Washington Aviation Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wpaflys.org/\"><span class=\"s2\">Washington Pilots Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://washingtonports.org/\"><span class=\"s2\">Washington Public Ports Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"https://sites.google.com/site/wa0spa/\"><span class=\"s2\">Washington Seaplane Pilots Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://03c1a29.netsolhost.com/wordpress1/\"><span class=\"s2\">Washington State Aviation Alliance (WSAA)</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://wscaa.org/\"><span class=\"s2\">Washington State Community Airports Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wsdot.wa.gov/Aviation/\"><span class=\"s2\">WSDOT Aviation</span></a></li>\r\n</ul>\r\n<p class=\"p1\"><span class=\"s2\"><a href=\"http://www.wsdot.wa.gov/aviation/wsasp/ExecSummary.htm\">WSDOT Aviation Executive Summary</a></span></p>\r\n \r\n\r\n ','Associations/Organizations','','inherit','closed','open','','400-revision-v1','','','2015-08-29 07:46:19','2015-08-29 14:46:19','',400,'http://03c1a29.netsolhost.com/wordpress1/?p=471',0,'revision','',0),(470,5,'2015-08-29 07:36:50','2015-08-29 14:36:50','<strong>FAA</strong>\r\n<ul>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/arc/ro_center/index.cfm?file_name=contact_us_northwest_mountain\"><span class=\"s3\">FAA NW Region</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/index.cfm\"><span class=\"s3\">FAA Home</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/avs/offices/afs/\"><span class=\"s3\">Flight Standards Service</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/field_offices/fsdo/sea/\"><span class=\"s3\">Flight Standards Office - Seattle</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/\"><span class=\"s3\">Field & Regional Offices & Centers</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/ang/offices/tc/\"><span class=\"s3\">Wm. J. Hughes Technical Center</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/ato/\"><span class=\"s3\">Air Traffic Organization</span></a></span></li>\r\n</ul>\r\n<p class=\"p2\"><strong>\r\nWSDOT Aviation Links</strong></p>\r\n\r\n<ul>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT Aviation Homepage</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/WebCam/default.htm\">WSDOT Airport Web Cams</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT Airport Grant Program</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Planning/\">WSDOT Aviation System Planning</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/LandUseCompatibilityOverview.htm\">WSDOT Aviation Land Use Compatibility Program</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT State Capital Improvement Program</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Airports/default.htm\">WSDOT Managed-Airports</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Registration/Program.htm\">WSDOT Aviation Aircraft Registration</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportInformationSystem.htm\">WSDOT Airport Information System</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/data/tools/geoportal/?config=airport\">WSDOT Airport Mapping Application</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportInvestmentStudy.htm\">WSDOT “Airport Investment” and “Investment Solutions” Studies</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">WSDOT Aviation Economic Impact Study</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/planning/economiccalc\">WSDOT Aviation Economic Impact Calculator</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/SAR/PilotsPage.htm\">WSDOT Aviation “Pilot’s Page”</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportStormwaterGuidanceManual.htm\">WSDOT Airport Stormwater Guidance Manual</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/lats/default.htm\">Washington Long-Term Air Transportation Study</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/staff.htm\">WSDOT Staff Directory</a></li>\r\n</ul>','FAA/WSDOT Aviation','','inherit','closed','open','','402-revision-v1','','','2015-08-29 07:36:50','2015-08-29 14:36:50','',402,'http://03c1a29.netsolhost.com/wordpress1/?p=470',0,'revision','',0),(467,5,'2015-08-29 07:20:59','2015-08-29 14:20:59','<strong>FAA</strong>\r\n<ul>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/arc/ro_center/index.cfm?file_name=contact_us_northwest_mountain\"><span class=\"s3\">FAA NW Region</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/index.cfm\"><span class=\"s3\">FAA Home</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/avs/offices/afs/\"><span class=\"s3\">Flight Standards Service</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/field_offices/fsdo/sea/\"><span class=\"s3\">Flight Standards Office - Seattle</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/\"><span class=\"s3\">Field & Regional Offices & Centers</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/ang/offices/tc/\"><span class=\"s3\">Wm. J. Hughes Technical Center</span></a></span></li>\r\n <li><span class=\"s2\"><a href=\"http://www.faa.gov/about/office_org/headquarters_offices/ato/\"><span class=\"s3\">Air Traffic Organization</span></a></span></li>\r\n</ul>\r\n<p class=\"p2\"><strong>\r\nWSDOT Aviation Links</strong></p>\r\n\r\n<ul>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT Aviation Homepage\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/\">http://www.wsdot.wa.gov/aviation/\r\n</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/WebCam/default.htm\">WSDOT Airport Web Cams\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/WebCam/default.htm\">http://www.wsdot.wa.gov/aviation/WebCam/default.htm\r\n</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT Airport Grant Program\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/Grants/\">http://www.wsdot.wa.gov/aviation/Grants/</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Planning/\">WSDOT Aviation System Planning\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/Planning/\">http://www.wsdot.wa.gov/aviation/Planning/</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/LandUseCompatibilityOverview.htm\">WSDOT Aviation Land Use Compatibility Program\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/LandUseCompatibilityOverview.htm\">http://www.wsdot.wa.gov/aviation/LandUseCompatibilityOverview.htm</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">WSDOT State Capital Improvement Program\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm\">http://www.wsdot.wa.gov/aviation/Grants/SCIP.htm</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Airports/default.htm\">WSDOT Managed-Airports\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/Airports/default.htm\">http://www.wsdot.wa.gov/aviation/Airports/default.htm</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/Registration/Program.htm\">WSDOT Aviation Aircraft Registration\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/Registration/Program.htm\">http://www.wsdot.wa.gov/aviation/Registration/Program.htm</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportInformationSystem.htm\">WSDOT Airport Information System\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/AirportInformationSystem.htm\">http://www.wsdot.wa.gov/aviation/AirportInformationSystem.htm</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/data/tools/geoportal/?config=airport\">WSDOT Airport Mapping Application\r\n</a><a href=\"http://www.wsdot.wa.gov/data/tools/geoportal/?config=airport\">http://www.wsdot.wa.gov/data/tools/geoportal/?config=airport</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportInvestmentStudy.htm\">WSDOT “Airport Investment” and “Investment Solutions” Studies\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/AirportInvestmentStudy.htm\">http://www.wsdot.wa.gov/aviation/AirportInvestmentStudy.htm</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">WSDOT Aviation Economic Impact Study\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/planning/economiccalc\">WSDOT Aviation Economic Impact Calculator\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/planning/economiccalc\">http://www.wsdot.wa.gov/aviation/planning/economiccalc</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/SAR/PilotsPage.htm\">WSDOT Aviation “Pilot’s Page”\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/SAR/PilotsPage.htm\">http://www.wsdot.wa.gov/aviation/SAR/PilotsPage.htm</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/AirportStormwaterGuidanceManual.htm\">WSDOT Airport Stormwater Guidance Manual\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/AirportStormwaterGuidanceManual.htm\">http://www.wsdot.wa.gov/aviation/AirportStormwaterGuidanceManual.htm</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/lats/default.htm\">Washington Long-Term Air Transportation Study\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/lats/default.htm\">http://www.wsdot.wa.gov/aviation/lats/default.htm</a></li>\r\n <li><a href=\"http://www.wsdot.wa.gov/aviation/staff.htm\">WSDOT Staff Directory\r\n</a><a href=\"http://www.wsdot.wa.gov/aviation/staff.htm\">http://www.wsdot.wa.gov/aviation/staff.htm</a></li>\r\n</ul>','FAA/WSDOT Aviation','','inherit','closed','open','','402-revision-v1','','','2015-08-29 07:20:59','2015-08-29 14:20:59','',402,'http://03c1a29.netsolhost.com/wordpress1/?p=467',0,'revision','',0),(468,5,'2015-08-29 07:45:14','2015-08-29 14:45:14','<ul class=\"ul1\">\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.aaae.org/\"><span class=\"s2\">AAAE</span></a></span></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.acconline.org/\"><span class=\"s2\">Aircraft Owners and Pilots Association</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.acconline.org/\"><span class=\"s2\">Airport Consultants Council</span></a></li>\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.aci-na.org/\"><span class=\"s2\">Airports Council International - North America</span></a></span></li>\n <li class=\"li1\"><span class=\"s1\"><span class=\"s2\"><a href=\"http://www.eaa.org/\">Experimental Aircraft Association</a></span></span></li>\n <li class=\"li1\"><a href=\"https://www.faa.gov/\">Federal Aviation Administration</a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://flyingmusicians.org/\"><span class=\"s2\">Flying Musicians Association, Inc.</span></a></li>\n <li class=\"li1\"><a href=\"http://generalaviationnews.com/\">General Aviation News</a></li>\n <li class=\"li1\"><a href=\"http://www.natca.org/\">National Air Traffic Controllers Association</a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"https://www.nbaa.org/\"><span class=\"s2\">National Business Aviation Association</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.ntsb.gov/index.html\"><span class=\"s2\">National Transportation Safety Board</span></a></li>\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.nwaaae.org/\"><span class=\"s2\">NWAAAE</span></a></span></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.pnbaa.org/\"><span class=\"s2\">Pacific Northwest Business Aviation Association</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://recreationalaviationfoundation.org/\"><span class=\"s2\">Recreational Aviation Foundation</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wama.us/\"><span class=\"s2\">Washington Airport Management Association</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.washington-aviation.org/\"><span class=\"s2\">Washington Aviation Association</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wpaflys.org/\"><span class=\"s2\">Washington Pilots Association</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://washingtonports.org/\"><span class=\"s2\">Washington Public Ports Association</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"https://sites.google.com/site/wa0spa/\"><span class=\"s2\">Washington Seaplane Pilots Association</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://03c1a29.netsolhost.com/wordpress1/\"><span class=\"s2\">Washington State Aviation Alliance (WSAA)</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://wscaa.org/\"><span class=\"s2\">Washington State Community Airports Association</span></a></li>\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wsdot.wa.gov/Aviation/\"><span class=\"s2\">WSDOT Aviation</span></a></li>\n</ul>\n<p class=\"p1\"><span class=\"s2\"><a href=\"http://www.wsdot.wa.gov/aviation/wsasp/ExecSummary.htm\">WSDOT Aviation Executive Summary</a></span></p>\n \n\n ','Associations/Organizations','','inherit','closed','open','','400-autosave-v1','','','2015-08-29 07:45:14','2015-08-29 14:45:14','',400,'http://03c1a29.netsolhost.com/wordpress1/?p=468',0,'revision','',0),(469,5,'2015-08-29 07:33:37','2015-08-29 14:33:37','<ul class=\"ul1\">\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.aaae.org/\"><span class=\"s2\">AAAE</span></a></span></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.acconline.org/\"><span class=\"s2\">Aircraft Owners and Pilots Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.acconline.org/\"><span class=\"s2\">Airport Consultants Council</span></a></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.aci-na.org/\"><span class=\"s2\">Airports Council International - North America</span></a></span></li>\r\n <li class=\"li1\"><span class=\"s1\"><span class=\"s2\"><a href=\"http://www.eaa.org/\">Experimental Aircraft Association</a></span></span></li>\r\n <li class=\"li1\"><a href=\"https://www.faa.gov/\">Federal Aviation Administration</a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://flyingmusicians.org/\"><span class=\"s2\">Flying Musicians Association, Inc.</span></a></li>\r\n <li class=\"li1\"><a href=\"http://generalaviationnews.com/\">General Aviation News</a></li>\r\n <li class=\"li1\"><a href=\"http://www.natca.org/\">National Air Traffic Controllers Association</a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"https://www.nbaa.org/\"><span class=\"s2\">National Business Aviation Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.ntsb.gov/index.html\"><span class=\"s2\">National Transportation Safety Board</span></a></li>\r\n <li class=\"li1\"><span class=\"s1\"><a href=\"http://www.nwaaae.org/\"><span class=\"s2\">NWAAAE</span></a></span></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wpaflys.org/\"><span class=\"s2\">Pacific Northwest Business Aviation Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wpaflys.org/\"><span class=\"s2\">Recreational Aviation Foundation</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wpaflys.org/\"><span class=\"s2\">Washington Airport Management Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wpaflys.org/\"><span class=\"s2\">Washington Aviation Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wpaflys.org/\"><span class=\"s2\">Washington Pilots Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://03c1a29.netsolhost.com/wordpress1/\"><span class=\"s2\">Washington Public Ports Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://03c1a29.netsolhost.com/wordpress1/\"><span class=\"s2\">Washington Seaplane Pilots AssociationWashington State Aviation Alliance (WSAA)</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wsdot.wa.gov/Aviation/\"><span class=\"s2\">Washington State Community Airports Association</span></a></li>\r\n <li class=\"li1\"><a style=\"line-height: 1.5;\" href=\"http://www.wsdot.wa.gov/Aviation/\"><span class=\"s2\">WSDOT Aviation</span></a></li>\r\n</ul>\r\n<p class=\"p1\"><span class=\"s2\"><a href=\"http://www.wsdot.wa.gov/aviation/wsasp/ExecSummary.htm\">WSDOT Aviation Executive Summary</a></span></p>\r\n \r\n\r\n ','Associations/Organizations','','inherit','closed','open','','400-revision-v1','','','2015-08-29 07:33:37','2015-08-29 14:33:37','',400,'http://03c1a29.netsolhost.com/wordpress1/?p=469',0,'revision','',0),(473,5,'2015-09-08 15:58:54','2015-09-08 22:58:54','Press Release\r\nFor Immediate Release\r\nDate: September 8, 2015\r\nContact: Henry J. Price\r\nPhone: 202-267-3883\r\nYou are subscribed to News updates for the Federal Aviation Administration. A new Press Release is now available. We\'ve included a copy of the release in this email.\r\nSuccessful CLEEN Environmental Program Begins New Phase\r\nWASHINGTON – The Federal Aviation Administration (FAA) today announced that it has awarded $100 million in contracts to eight companies to develop and demonstrate technologies that reduce fuel consumption, emissions, and noise under the second phase of its Continuous Lower Energy, Emissions, and Noise (CLEEN II) program. \r\n \r\n“By partnering with private industry on advancing the next generation of aviation technologies, the Department is helping shape a world-class transit system that is efficient and environmentally sustainable,” said Transportation Secretary Anthony Foxx. “Today’s announcement is a win-win for the American people, and is part of a broader Administration effort to find innovative ways to strengthen the economy while reducing carbon emissions into our atmosphere.”\r\n \r\n“CLEEN II represents a genuine investment and commitment by the FAA and the industry to find ways to make aviation even cleaner, quieter, and more energy efficient,” said FAA Administrator Michael P. Huerta. “We expect that when they enter into service, these new technologies will benefit U.S. aircraft for years to come and build on the Obama Administration’s efforts to protect the environment.”\r\n \r\nThe five-year CLEEN II program will build on the success of the original CLEEN program, a public-private partnership that began in 2010 and is a key part of the FAA’s NextGen efforts to make aviation more environmentally friendly. The CLEEN team focused on nine projects in the area of energy efficient aircraft technologies and sustainable alternative jet fuels. The first of these technologies will enter service in 2016.\r\n \r\nUnder CLEEN II, the FAA selected eight companies: Aurora Flight Sciences; The Boeing Co.; General Electric (GE) Aviation; Delta TechOps/MDS Coating Technologies/America’s Phenix; Honeywell Aerospace; Pratt & Whitney; Rolls-Royce-Corp.; and Rohr, Inc./UTC Aerospace Systems.\r\n \r\nThe companies will match or exceed the FAA’s investment, bringing the total to at least $200 million. The eight awardees will work to develop a variety of airframe and engine technologies. Each effort will culminate in a demonstration aimed at bringing the product to market. CLEEN II will nurture these technologies through crucial phases in their maturation. This will include full scale ground and flight test demonstrations.\r\n \r\nThe CLEEN II goals include:\r\nReducing fuel burn by 40 percent relative to the most efficient aircraft in service during the year 2000;\r\nCutting nitrogen oxide emissions during takeoff and landing by 70 percent over the 2011 International Civil Aviation Organization standard without increasing other emissions;\r\nLowering noise levels by 32 decibels (dBs) relative to the FAA Stage 4 noise standard; and\r\nExpediting the commercialization of “drop-in” sustainable jet fuels through support for the fuel approval process.\r\n \r\nThe FAA anticipates that developed CLEEN II aircraft technologies will be on a path for introduction into commercial aircraft by 2026.\r\n \r\nSee fact sheet on the entire CLEEN program. ','FAA awards $100 million in CLEEN contracts','','inherit','closed','open','','472-revision-v1','','','2015-09-08 15:58:54','2015-09-08 22:58:54','',472,'http://03c1a29.netsolhost.com/wordpress1/?p=473',0,'revision','',0),(475,5,'2015-09-08 16:01:37','2015-09-08 23:01:37','Press Release\r\n\r\nSuccessful CLEEN Environmental Program Begins New Phase\r\nWASHINGTON – The Federal Aviation Administration (FAA) today announced that it has awarded $100 million in contracts to eight companies to develop and demonstrate technologies that reduce fuel consumption, emissions, and noise under the second phase of its Continuous Lower Energy, Emissions, and Noise (CLEEN II) program.<!--more-->\r\n\r\n“By partnering with private industry on advancing the next generation of aviation technologies, the Department is helping shape a world-class transit system that is efficient and environmentally sustainable,” said Transportation Secretary Anthony Foxx. “Today’s announcement is a win-win for the American people, and is part of a broader Administration effort to find innovative ways to strengthen the economy while reducing carbon emissions into our atmosphere.”\r\n\r\n“CLEEN II represents a genuine investment and commitment by the FAA and the industry to find ways to make aviation even cleaner, quieter, and more energy efficient,” said FAA Administrator Michael P. Huerta. “We expect that when they enter into service, these new technologies will benefit U.S. aircraft for years to come and build on the Obama Administration’s efforts to protect the environment.”\r\n\r\nThe five-year CLEEN II program will build on the success of the original CLEEN program, a public-private partnership that began in 2010 and is a key part of the FAA’s NextGen efforts to make aviation more environmentally friendly. The CLEEN team focused on nine projects in the area of energy efficient aircraft technologies and sustainable alternative jet fuels. The first of these technologies will enter service in 2016.\r\n\r\nUnder CLEEN II, the FAA selected eight companies: Aurora Flight Sciences; The Boeing Co.; General Electric (GE) Aviation; Delta TechOps/MDS Coating Technologies/America’s Phenix; Honeywell Aerospace; Pratt & Whitney; Rolls-Royce-Corp.; and Rohr, Inc./UTC Aerospace Systems.\r\n\r\nThe companies will match or exceed the FAA’s investment, bringing the total to at least $200 million. The eight awardees will work to develop a variety of airframe and engine technologies. Each effort will culminate in a demonstration aimed at bringing the product to market. CLEEN II will nurture these technologies through crucial phases in their maturation. This will include full scale ground and flight test demonstrations.\r\n\r\nThe CLEEN II goals include:\r\nReducing fuel burn by 40 percent relative to the most efficient aircraft in service during the year 2000;\r\nCutting nitrogen oxide emissions during takeoff and landing by 70 percent over the 2011 International Civil Aviation Organization standard without increasing other emissions;\r\nLowering noise levels by 32 decibels (dBs) relative to the FAA Stage 4 noise standard; and\r\nExpediting the commercialization of “drop-in” sustainable jet fuels through support for the fuel approval process.\r\n\r\nThe FAA anticipates that developed CLEEN II aircraft technologies will be on a path for introduction into commercial aircraft by 2026.\r\n\r\nSee <a href=\"http://links.govdelivery.com/track?type=click&enid=ZWFzPTEmbWFpbGluZ2lkPTIwMTUwOTA4LjQ4ODQ1MTcxJm1lc3NhZ2VpZD1NREItUFJELUJVTC0yMDE1MDkwOC40ODg0NTE3MSZkYXRhYmFzZWlkPTEwMDEmc2VyaWFsPTE3NTQ3NjY3JmVtYWlsaWQ9a2hhcnZleUBoYXJ2ZXlmaWVsZC5jb20mdXNlcmlkPWtoYXJ2ZXlAaGFydmV5ZmllbGQuY29tJmZsPSZleHRyYT1NdWx0aXZhcmlhdGVJZD0mJiY=&&&100&&&https://www.faa.gov/news/fact_sheets/news_story.cfm?newsId=16814\">fact sheet on the entire CLEEN program</a>.\r\nDate: September 8, 2015\r\nContact: Henry J. Price\r\nPhone: 202-267-3883','FAA awards $100 million in CLEEN contracts','','inherit','closed','open','','472-revision-v1','','','2015-09-08 16:01:37','2015-09-08 23:01:37','',472,'http://03c1a29.netsolhost.com/wordpress1/?p=475',0,'revision','',0),(478,5,'2015-11-19 11:41:51','2015-11-19 19:41:51','','Umbrella','','inherit','closed','open','','umbrella-3','','','2015-11-19 11:41:51','2015-11-19 19:41:51','',67,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1.jpg',0,'attachment','image/jpeg',0),(479,5,'2015-11-19 11:42:09','2015-11-19 19:42:09','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1.jpg\"><img class=\"alignnone size-medium wp-image-478\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1-259x300.jpg\" alt=\"Umbrella\" width=\"259\" height=\"300\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-11-19 11:42:09','2015-11-19 19:42:09','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=479',0,'revision','',0),(481,5,'2015-11-19 11:45:10','2015-11-19 19:45:10','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1.jpg\"><img class=\"alignnone wp-image-478\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1-259x300.jpg\" alt=\"Umbrella\" width=\"700\" height=\"811\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-11-19 11:45:10','2015-11-19 19:45:10','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=481',0,'revision','',0),(482,5,'2015-11-19 11:46:34','2015-11-19 19:46:34','<a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1.jpg\"><img class=\"alignnone wp-image-478\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1-259x300.jpg\" alt=\"Umbrella\" width=\"440\" height=\"510\" /></a>','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-11-19 11:46:34','2015-11-19 19:46:34','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=482',0,'revision','',0),(483,5,'2015-11-19 11:51:48','2015-11-19 19:51:48','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-Alliance-trifold.pdf\"][pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Aviation Alliance trifold.pdf\"]','Brochure','','inherit','closed','open','','69-autosave-v1','','','2015-11-19 11:51:48','2015-11-19 19:51:48','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=483',0,'revision','',0),(484,5,'2015-11-19 11:50:23','2015-11-19 19:50:23','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Aviation Alliance trifold.pdf\"]','Brochure','','inherit','closed','open','','69-revision-v1','','','2015-11-19 11:50:23','2015-11-19 19:50:23','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=484',0,'revision','',0),(485,5,'2015-11-19 11:51:30','2015-11-19 19:51:30','','Aviation Alliance trifold','','inherit','closed','open','','aviation-alliance-trifold','','','2015-11-19 11:51:30','2015-11-19 19:51:30','',69,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-Alliance-trifold.pdf',0,'attachment','application/pdf',0),(486,5,'2015-11-19 11:53:03','2015-11-19 19:53:03','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Aviation-Alliance-trifold.pdf\"]','Brochure','','inherit','closed','open','','69-revision-v1','','','2015-11-19 11:53:03','2015-11-19 19:53:03','',69,'http://03c1a29.netsolhost.com/wordpress1/?p=486',0,'revision','',0),(487,5,'2015-11-19 11:58:18','2015-11-19 19:58:18','','Umbrella','','inherit','closed','open','','umbrella-4','','','2015-11-19 11:58:18','2015-11-19 19:58:18','',67,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella.pdf',0,'attachment','application/pdf',0),(489,5,'2015-11-19 12:11:11','2015-11-19 20:11:11','','Umbrella','','inherit','closed','open','','umbrella-5','','','2015-11-19 12:11:11','2015-11-19 20:11:11','',67,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1.pdf',0,'attachment','application/pdf',0),(490,5,'2015-11-19 12:11:33','2015-11-19 20:11:33','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/Umbrella1.pdf\"]','Umbrella of Strength','','inherit','closed','open','','67-revision-v1','','','2015-11-19 12:11:33','2015-11-19 20:11:33','',67,'http://03c1a29.netsolhost.com/wordpress1/?p=490',0,'revision','',0),(513,5,'2016-04-27 14:34:20','2016-04-27 21:34:20','<div class=\"row\">\n<div class=\"col-md-12\">\n<h2>Board of Directors</h2>\n<div class=\"media\">\n\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">David Ketchum</h4>\n<i><span style=\"color: #3366ff;\">President</span></i>\nGreenbank, WA\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\nPhone: (360) 678-0345\nChairman, Washington State Community Airport Association\nSenior Planner Airports & Heliports, T-O Engineers\n\n \n\n</div>\n</div>\n</div>\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\n<div class=\"col-md-12\">\n<div class=\"media\">\n<div class=\"media-body\">\n<div class=\"media-body\">\n<h4 class=\"media-heading\">John Dobson</h4>\n<span style=\"color: #3366ff;\"><em>Vice President</em></span>\nShelton, WA\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\nPhone: (425) 426-1151\nWashington Pilots Association\n\n \n\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">Tristan Atkins</h4>\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\nOlympia, WA\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\nPhone: (360) 709-8020\nCell: (360) 529-6550\nDirector of Aviation, Washington State Department of Transportation\n\n \n\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\n<div class=\"media-body\">\n<h4 class=\"media-heading\">Kandace Harvey</h4>\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\nSnohomish, WA\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\nPhone: (360) 568-1541 x224\nFax: (360) 568-0834\nPresident, Washington Airport Management Association\nOwner, Harvey Field\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-autosave-v1','','','2016-04-27 14:34:20','2016-04-27 21:34:20','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=513',0,'revision','',0),(496,5,'2016-01-14 14:11:19','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2016-01-14 14:11:19','0000-00-00 00:00:00','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=496',1,'nav_menu_item','',0),(497,5,'2016-01-14 14:16:50','2016-01-14 22:16:50','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/01/Airport-Awareness-Day-2016-Brochure.pdf\"]waren','Airport Awareness Day','','publish','closed','open','','airport-awareness-day','','','2016-01-14 14:16:50','2016-01-14 22:16:50','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=497',0,'page','',0),(498,5,'2016-01-14 14:15:13','2016-01-14 22:15:13','','Airport Awareness Day 2016 Brochure','','inherit','closed','open','','airport-awareness-day-2016-brochure','','','2016-01-14 14:15:13','2016-01-14 22:15:13','',497,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/01/Airport-Awareness-Day-2016-Brochure.pdf',0,'attachment','application/pdf',0),(499,5,'2016-01-14 14:16:50','2016-01-14 22:16:50','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/01/Airport-Awareness-Day-2016-Brochure.pdf\"]waren','Airport Awareness Day','','inherit','closed','open','','497-revision-v1','','','2016-01-14 14:16:50','2016-01-14 22:16:50','',497,'http://03c1a29.netsolhost.com/wordpress1/?p=499',0,'revision','',0),(500,5,'2016-01-14 14:17:55','2016-01-14 22:17:55',' ','','','publish','closed','open','','500','','','2016-01-14 14:17:55','2016-01-14 22:17:55','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=500',18,'nav_menu_item','',0),(505,5,'2016-02-12 12:14:46','2016-02-12 20:14:46','<strong><span style=\"color: #3366ff;\">VOTING MEMBERS</span></strong>\n\n<strong>Washington Airport Management Association</strong> (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\nKandace Harvey, kharvey@harveyfield.com\n\n<strong>Washington State Community Airport Association</strong> (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\nDavid Ketchum, <a href=\"mailto:david.ketchum@wscaa.org\">david.ketchum@wscaa.org</a>\n\n<strong>Washington Pilots Association</strong> (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\nJohn Dobson, johnd@portofshelton.co\n\n<strong>Washington Seaplane Pilots Association</strong> (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\nStephen Ratzlaff, <a href=\"mailto:stephen@orderport.net\">stephen@orderport.net</a>\n\n<strong>Washington Aviation Association</strong> (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\nJamelle Garcia, <a href=\"mailto:jamelle.garcia@gmail.com\">jamelle.garcia@gmail.com</a>\n\n<strong>Pacific Northwest Business Aviation Association</strong> (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\nAlan Burnett, <a href=\"mailto:alan@centerpointaviationlaw.com\">alan@centerpointaviationlaw.com</a>\n\n<strong>Recreational Aviation Foundation</strong> (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\n\n<strong>Washington State Department of Transportation, Aviation Division</strong> (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\nTristan Atkins, <a href=\"mailto:AtkinsTK@wsdot.wa.gov\">AtkinsTK@wsdot.wa.gov</a>\n\n \n\n<strong><span style=\"color: #3366ff;\">NON-VOTING MEMBERS</span></strong>\n\nAircraft Owners and Pilots Association (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\n\nNational Business Aviation Association (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)\n\n<strong><span style=\"color: #3366ff;\">ASSOCIATES</span></strong>\n\n<strong><span style=\"color: #3366ff;\">INTERESTED PARTIES</span></strong>\n\nCenterPoint Aviation Law PLLC (<a href=\"http://www.centerpointaviationlaw.com/\" target=\"_blank\">CPAL</a>)','Membership Directory','','inherit','closed','closed','','188-autosave-v1','','','2016-02-12 12:14:46','2016-02-12 20:14:46','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=505',0,'revision','',0),(506,5,'2016-02-12 12:15:57','2016-02-12 20:15:57','<strong><span style=\"color: #3366ff;\">VOTING MEMBERS</span></strong>\r\n\r\n<strong>Washington Airport Management Association</strong> (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\nKandace Harvey, <a href=\"mailto:kharvey@harveyfield.com\">kharvey@harveyfield.com</a>\r\n\r\n<strong>Washington State Community Airport Association</strong> (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\nDavid Ketchum, <a href=\"mailto:david.ketchum@wscaa.org\">david.ketchum@wscaa.org</a>\r\n\r\n<strong>Washington Pilots Association</strong> (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\nJohn Dobson, <a href=\"mailto:johnd@portofshelton.com\">johnd@portofshelton.com</a>\r\n\r\n<strong>Washington Seaplane Pilots Association</strong> (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\nStephen Ratzlaff, <a href=\"mailto:stephen@orderport.net\">stephen@orderport.net</a>\r\n\r\n<strong>Washington Aviation Association</strong> (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\nJamelle Garcia, <a href=\"mailto:jamelle.garcia@gmail.com\">jamelle.garcia@gmail.com</a>\r\n\r\n<strong>Pacific Northwest Business Aviation Association</strong> (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\nAlan Burnett, <a href=\"mailto:alan@centerpointaviationlaw.com\">alan@centerpointaviationlaw.com</a>\r\n\r\n<strong>Recreational Aviation Foundation</strong> (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\nDave Whitelaw, <a href=\"mailto:dwhitelaw@theraf.org\">dwhitelaw@theraf.org</a>\r\n\r\n<strong>Washington State Department of Transportation, Aviation Division</strong> (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\r\nTristan Atkins, <a href=\"mailto:AtkinsTK@wsdot.wa.gov\">AtkinsTK@wsdot.wa.gov</a>\r\n\r\n \r\n\r\n<strong><span style=\"color: #3366ff;\">NON-VOTING MEMBERS</span></strong>\r\n\r\n<strong>Aircraft Owners and Pilots Association</strong> (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\r\n\r\n<strong>National Business Aviation Association</strong> (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)\r\n\r\n<strong><span style=\"color: #3366ff;\">ASSOCIATES</span></strong>\r\n\r\n<strong><span style=\"color: #3366ff;\">INTERESTED PARTIES</span></strong>\r\n\r\n<strong>CenterPoint Aviation Law PLLC</strong> (<a href=\"http://www.centerpointaviationlaw.com/\" target=\"_blank\">CPAL</a>)','Membership Directory','','inherit','closed','closed','','188-revision-v1','','','2016-02-12 12:15:57','2016-02-12 20:15:57','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=506',0,'revision','',0),(507,5,'2016-02-15 10:38:47','2016-02-15 18:38:47','<span style=\"color: #000000; font-family: Calibri;\">OLYMPIA – The Washington State Aviation Alliance hosted the fourth annual Airport Awareness Day at the John A Cherberg Building on the Capitol campus on January 19. That evening a reception was held in downtown Olympia. Several legislators, legislative staff members and committee staff attended both events. Airport Awareness Day has proven to be an effective event at which to educate attendees about the important contributions our state’s airports make to our quality of life and economy. </span>','Washington State Aviation Alliance hosted Airport Awareness Day','','publish','closed','open','','washington-state-aviation-alliance-hosted-airport-awareness-day','','','2016-02-15 10:38:47','2016-02-15 18:38:47','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=507',0,'post','',0),(508,5,'2016-02-15 10:38:47','2016-02-15 18:38:47','<span style=\"color: #000000; font-family: Calibri;\">OLYMPIA – The Washington State Aviation Alliance hosted the fourth annual Airport Awareness Day at the John A Cherberg Building on the Capitol campus on January 19. That evening a reception was held in downtown Olympia. Several legislators, legislative staff members and committee staff attended both events. Airport Awareness Day has proven to be an effective event at which to educate attendees about the important contributions our state’s airports make to our quality of life and economy. </span>','Washington State Aviation Alliance hosted Airport Awareness Day','','inherit','closed','closed','','507-revision-v1','','','2016-02-15 10:38:47','2016-02-15 18:38:47','',507,'http://03c1a29.netsolhost.com/wordpress1/?p=508',0,'revision','',0),(509,5,'2016-02-15 10:41:11','2016-02-15 18:41:11','Washington State Aviation\n\n \n\n[contact-form-7 id=\"128\" title=\"Contact form 1\"]','Contact Us','','inherit','closed','closed','','126-autosave-v1','','','2016-02-15 10:41:11','2016-02-15 18:41:11','',126,'http://03c1a29.netsolhost.com/wordpress1/?p=509',0,'revision','',0),(510,5,'2016-02-15 10:41:59','2016-02-15 18:41:59','Washington State Aviation Alliance\r\n9900 Airport Way\r\nSnohomish, WA 98296\r\n\r\n[contact-form-7 id=\"128\" title=\"Contact form 1\"]','Contact Us','','inherit','closed','closed','','126-revision-v1','','','2016-02-15 10:41:59','2016-02-15 18:41:59','',126,'http://03c1a29.netsolhost.com/wordpress1/?p=510',0,'revision','',0),(511,5,'2016-02-15 10:42:56','2016-02-15 18:42:56','<strong>Washington State Aviation Alliance</strong>\r\n<strong> 9900 Airport Way</strong>\r\n<strong> Snohomish, WA 98296</strong>\r\n\r\n \r\n\r\n[contact-form-7 id=\"128\" title=\"Contact form 1\"]','Contact Us','','inherit','closed','closed','','126-revision-v1','','','2016-02-15 10:42:56','2016-02-15 18:42:56','',126,'http://03c1a29.netsolhost.com/wordpress1/?p=511',0,'revision','',0),(551,5,'2016-04-27 14:18:17','2016-04-27 21:18:17','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nWashington Pilots Association\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 14:18:17','2016-04-27 21:18:17','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=551',0,'revision','',0),(549,5,'2016-04-27 13:55:42','2016-04-27 20:55:42','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nPresident, Washington Pilots Association\r\nExecutive Director, Port of Shelton\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 13:55:42','2016-04-27 20:55:42','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=549',0,'revision','',0),(548,5,'2016-04-27 13:39:05','2016-04-27 20:39:05','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State\r\nCommunity Airport Association\r\nSenior Planner Airports & Heliports,\r\nT-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nPresident, Washington Pilots Association\r\nExecutive Director, Port of Shelton\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State\r\nDepartment of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 13:39:05','2016-04-27 20:39:05','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=548',0,'revision','',0),(514,5,'2016-03-02 18:59:12','2016-03-03 02:59:12','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<span style=\"color: #3366ff;\"><em>President</em></span>\r\nSnohomish, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nPresident, Washington Pilots Association\r\nExecutive Director, Port of Shelton\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<span style=\"color: #3366ff;\"><em>Treasurer</em></span>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<!-- row -->','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-03-02 18:59:12','2016-03-03 02:59:12','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=514',0,'revision','',0),(515,5,'2016-03-02 19:01:34','2016-03-03 03:01:34','<strong><span style=\"color: #3366ff;\">VOTING MEMBERS</span></strong>\r\n\r\n<strong>Washington Airport Management Association</strong> (<a title=\"WAMA\" href=\"http://wama.us\" target=\"_blank\">WAMA</a>)\r\nKandace Harvey, <a href=\"mailto:kharvey@harveyfield.com\">kharvey@harveyfield.com</a>\r\n\r\n<strong>Washington State Community Airport Association</strong> (<a title=\"WSCAA\" href=\"http://www.wscaa.org/\" target=\"_blank\">WSCAA</a>)\r\nDavid Ketchum, <a href=\"mailto:david.ketchum@wscaa.org\">david.ketchum@wscaa.org</a>\r\n\r\n<strong>Washington Pilots Association</strong> (<a title=\"WPA\" href=\"http://www.wpaflys.org/\" target=\"_blank\">WPA</a>)\r\nJohn Dobson, <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\n\r\n<strong>Washington Seaplane Pilots Association</strong> (<a title=\"WSPA\" href=\"https://sites.google.com/site/wa0spa/\" target=\"_blank\">WSPA</a>)\r\nStephen Ratzlaff, <a href=\"mailto:stephen@orderport.net\">stephen@orderport.net</a>\r\n\r\n<strong>Washington Aviation Association</strong> (<a title=\"WAA\" href=\"http://washington-aviation.org/\" target=\"_blank\">WAA</a>)\r\nJamelle Garcia, <a href=\"mailto:jamelle.garcia@gmail.com\">jamelle.garcia@gmail.com</a>\r\n\r\n<strong>Pacific Northwest Business Aviation Association</strong> (<a title=\"PNBAA\" href=\"http://www.pnbaa.org/\" target=\"_blank\">PNBAA</a>)\r\nAlan Burnett, <a href=\"mailto:alan@centerpointaviationlaw.com\">alan@centerpointaviationlaw.com</a>\r\n\r\n<strong>Recreational Aviation Foundation</strong> (<a title=\"RAF\" href=\"http://theraf.org/\" target=\"_blank\">RAF</a>)\r\nDave Whitelaw, <a href=\"mailto:dwhitelaw@theraf.org\">dwhitelaw@theraf.org</a>\r\n\r\n<strong>Washington State Department of Transportation, Aviation Division</strong> (<a title=\"WSDOT Aviation\" href=\"http://www.wsdot.wa.gov/aviation/\" target=\"_blank\">WSDOT Aviation</a>)\r\nTristan Atkins, <a href=\"mailto:AtkinsTK@wsdot.wa.gov\">AtkinsTK@wsdot.wa.gov</a>\r\n\r\n \r\n\r\n<strong><span style=\"color: #3366ff;\">NON-VOTING MEMBERS</span></strong>\r\n\r\n<strong>Aircraft Owners and Pilots Association</strong> (<a title=\"AOPA\" href=\"http://aopa.org\" target=\"_blank\">AOPA</a>)\r\n\r\n<strong>National Business Aviation Association</strong> (<a title=\"NBAA\" href=\"http://www.nbaa.org/\" target=\"_blank\">NBAA</a>)\r\n\r\n<strong><span style=\"color: #3366ff;\">ASSOCIATES</span></strong>\r\n\r\n<strong><span style=\"color: #3366ff;\">INTERESTED PARTIES</span></strong>\r\n\r\n<strong>CenterPoint Aviation Law PLLC</strong> (<a href=\"http://www.centerpointaviationlaw.com/\" target=\"_blank\">CPAL</a>)','Membership Directory','','inherit','closed','closed','','188-revision-v1','','','2016-03-02 19:01:34','2016-03-03 03:01:34','',188,'http://03c1a29.netsolhost.com/wordpress1/?p=515',0,'revision','',0),(517,2,'2016-03-06 14:03:23','2016-03-06 22:03:23','[table id=1 column_widths=\"10%|10%|10%|10%|10%|10%|10%|10%|10%|10%\" /]\r\n\r\nDownload a copy of the current <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf\" target=\"_blank\">WA State Airport Restaurants</a> PDF file.\r\n\r\n ','WA State Airport Restaurants','','publish','closed','closed','','wa-state-airport-restaurants','','','2016-03-06 14:17:08','2016-03-06 22:17:08','',0,'http://03c1a29.netsolhost.com/wordpress1/?page_id=517',0,'page','',0),(518,2,'2016-03-06 11:25:33','2016-03-06 19:25:33','','WA State Airport Restaurants','','inherit','closed','closed','','517-revision-v1','','','2016-03-06 11:25:33','2016-03-06 19:25:33','',517,'http://03c1a29.netsolhost.com/wordpress1/?p=518',0,'revision','',0); INSERT INTO `wp_posts` VALUES (519,2,'2016-03-06 11:49:45','2016-03-06 19:49:45','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/www.cavucafe.com\\\" target=\\\"_blank\\\">Cavu Cafe<\\/a>\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/thehangarcafe.com\\/\\\" target=\\\"_blank\\\">The Hangar Cafe<\\/a>\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"<a href=\\\"http:\\/\\/www.randys-restaurant.net\\\" target=\\\"_blank\\\">Randy\'s Restaurant<\\/a>\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"<a href=\\\"http:\\/\\/bremertonairportdiner.com\\/\\\" target=\\\"_blank\\\">Bremerton Airport Diner<\\/a>\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"<a href=\\\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\\\" target=\\\"_blank\\\">Riverside Golf Club - Bar & Grill<\\/a>\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/skywaycafe.com\\/\\\" target=\\\"_blank\\\">Skyway Cafe<\\/a>\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\\\" target=\\\"_blank\\\">Million Air FBO<\\/a>\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"<a href=\\\"http:\\/\\/www.buzzinnsteakhouse.com\\/\\\" target=\\\"_blank\\\">Buzz Inn Steak House<\\/a>\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/sprucegoosecafe.com\\/\\\" target=\\\"_blank\\\">Spruce Goose Cafe<\\/a>\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"<a href=\\\"http:\\/\\/firststreetbarandgrill.com\\/\\\" target=\\\"_blank\\\">First Street Bar And Grill<\\/a>\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"<a href=\\\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\\\" target=\\\"_blank\\\">Deer Park Golf Bar andGrill<\\/a>\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"<a href=\\\"http:\\/\\/boyerpark.com\\\" target=\\\"_blank\\\">Boyer Park & Marina<\\/a>\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/steakhouse9.com\\/\\\" target=\\\"_blank\\\">Steakhouse9 Bistro & Lounge<\\/a>\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"<a href=\\\"http:\\/\\/www.portoforcas.com\\/\\\" target=\\\"_blank\\\">Port of Orcas<\\/a>\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"<a href=\\\"http:\\/\\/www.pangbornairport.com\\/\\\" target=\\\"_blank\\\">Pangborn Airport<\\/a>\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/thegranthouse.us\\/\\\" target=\\\"_blank\\\">The Grant House<\\/a>\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\" target=\\\"_blank\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\" target=\\\"_blank\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\" target=\\\"_blank\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\" target=\\\"_blank\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\" target=\\\"_blank\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\" target=\\\"_blank\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\" target=\\\"_blank\\\">Subway<\\/a> Type in Pearson Field\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\" target=\\\"_blank\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\" target=\\\"_blank\\\">The Rock<\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\" target=\\\"_blank\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\" target=\\\"_blank\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\" target=\\\"_blank\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\" target=\\\"_blank\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\" target=\\\"_blank\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/thehangarinn.com\\/\\\" target=\\\"_blank\\\">The Hangar Inn<\\/a>\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"<a href=\\\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\\\" target=\\\"_blank\\\">Prosser Barn Restaurant<\\/a>\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"<a href=\\\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\\\" target=\\\"_blank\\\">Ann\'s Best Creole and Soul Food Cafe<\\/a>\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"<a href=\\\"http:\\/\\/www.rocheharbor.com\\/dining\\\" target=\\\"_blank\\\">Roche Harbor Dining<\\/a>\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"<a href=\\\"http:\\/\\/www.chewelahgolf.com\\/restaurant\\\" target=\\\"_blank\\\">Rusty Putter Bar and Grille<\\/a>\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"<a href=\\\"http:\\/\\/www.eatatflyers.com\\/\\\" target=\\\"_blank\\\">Flyers Restaurant and Brewery<\\/a>\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"<a href=\\\"http:\\/\\/www.harmonbrewingco.com\\/\\\" target=\\\"_blank\\\">Harmon Restaurant<\\/a>\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"<a href=\\\"http:\\/\\/hiddenvalleybakery.net\\/\\\" target=\\\"_blank\\\">Hidden Valley Bakery<\\/a>\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"<a href=\\\"http:\\/\\/www.mukilteocoffee.com\\\" target=\\\"_blank\\\">Mukilteo Coffee<\\/a>\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"<a href=\\\"http:\\/\\/creeksidewest.com\\/\\\" target=\\\"_blank\\\">Creekside West Bar and Grille<\\/a>\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','<p>Last revised: 02/09/2016<br>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','publish','closed','closed','','wa-state-airport-restaurants-9feb2016-xlsx','','','2016-03-06 15:38:28','2016-03-06 23:38:28','',0,'http://03c1a29.netsolhost.com/wordpress1/?post_type=tablepress_table&p=519',0,'tablepress_table','application/json',0),(520,2,'2016-03-06 11:53:33','2016-03-06 19:53:33','[[\" Washington State Airport Restaurants Last revised: 2\\/9\\/2016\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\",\"\",\"\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\",\"\",\"\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"http:\\/\\/www.cavu\\ncafe.com\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\",\"\",\"\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"http:\\/\\/thehangar\\ncafe.com\\/\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\",\"\",\"\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\",\"\",\"\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\",\"\",\"\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"http:\\/\\/www.randys-restaurant.net\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\",\"\",\"\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"http:\\/\\/bremerton\\nairportdiner.com\\/\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\",\"\",\"\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"http:\\/\\/www.play\\nriversidegolf.com\\/\\nbarandgrill\\/\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\",\"\",\"\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\",\"\",\"\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\",\"\",\"\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/skyway\\ncafe.com\\/\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\",\"\",\"\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\",\"\",\"\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/www.million\\nair.com\\/FBO\\/\\nmwh.aspx\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\",\"\",\"\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"http:\\/\\/www.buzzinn\\nsteakhouse.com\\/\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\",\"\",\"\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"http:\\/\\/sprucegoose\\ncafe.com\\/\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"http:\\/\\/firststreet\\nbarandgrill.com\\/\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"http:\\/\\/www.deerpark\\ngolf.com\\/\\nbar-and-grill\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\",\"\",\"\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"http:\\/\\/boyerpark.com\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\",\"\",\"\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/steak\\nhouse9.com\\/\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\",\"\",\"\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\",\"\",\"\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\",\"\",\"\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"http:\\/\\/www.portof\\norcas.com\\/\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\",\"\",\"\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"http:\\/\\/www.pangborn\\nairport.com\\/\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\",\"\",\"\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/thegrant\\nhouse.us\\/\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\",\"\",\"\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\" Fred Meyer & Deli \\/ Peet\\u2019s Coffee\",\"\",\"\",\"Convenient\\n\\nCasual Dining\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" Freshii \",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" Ginger Pop\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" Lapellah\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"Panda Express - Type 98661 and look for 2510 Columbia House Blvd\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"Red Robin - Type 98661 and look for 2410 Columbia House Blvd\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"Subway - Type in Pearson Field\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" Thatcher\\u2019s Coffee\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" The Rock\",\"\",\"\",\"\",\"\",\"\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"Beaches\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"Joe\\u2019s Crab Shack \",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" McMenamin\\u2019s\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" Savona Coffee House\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" Who Song and Larry\\u2019s\",\"\",\"\",\"\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"http:\\/\\/thehangar\\ninn.com\\/\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"Original Pancake House\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"Red Robin\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"Round Table Pizza\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"Multiple Fast Food Options\",\"\",\"\",\"\",\"\",\"\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\",\"\",\"\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"http:\\/\\/www.prosser\\nbarn.com\\/\\nrestaurant\\/\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\",\"\",\"\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\\/\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"http:\\/\\/www.roche\\nharbor.com\\/dining\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\",\"\",\"\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"http:\\/\\/www.chewelah\\ngolf.com\\/\\nrestaurant\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\",\"\",\"\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"http:\\/\\/www.eatat\\nflyers.com\\/\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\",\"\",\"\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"http:\\/\\/www.harmon\\nbrewingco.com\\/\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\",\"\",\"\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"http:\\/\\/hiddenvalley\\nbakery.net\\/\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\",\"\",\"\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\",\"\",\"\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"http:\\/\\/www.mukilteo\\ncoffee.com\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"http:\\/\\/creekside\\nwest.com\\/\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\",\"\",\"\"],[\"Send corrections or suggestions to:\",\"\",\"WA State Airport Restaurants List Correction\",\"\",\"\",\"\",\"\",\"Revision Updates: Bremerton, WA\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','WA State Airport Restaurants - 9Feb2016.xlsx','inherit','closed','closed','','519-revision-v1','','','2016-03-06 11:53:33','2016-03-06 19:53:33','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=520',0,'revision','',0),(521,2,'2016-03-06 12:16:50','2016-03-06 20:16:50','[table id=1 /]','WA State Airport Restaurants','','inherit','closed','closed','','517-revision-v1','','','2016-03-06 12:16:50','2016-03-06 20:16:50','',517,'http://03c1a29.netsolhost.com/wordpress1/?p=521',0,'revision','',0),(526,2,'2016-03-06 12:51:24','2016-03-06 20:51:24','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\",\"\",\"\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\",\"\",\"\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"http:\\/\\/www.cavucafe.com\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\",\"\",\"\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"http:\\/\\/thehangarcafe.com\\/\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\",\"\",\"\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\",\"\",\"\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\",\"\",\"\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"http:\\/\\/www.randys-restaurant.net\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\",\"\",\"\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"http:\\/\\/bremertonairportdiner.com\\/\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\",\"\",\"\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\",\"\",\"\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\",\"\",\"\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\",\"\",\"\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/skywaycafe.com\\/\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\",\"\",\"\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\",\"\",\"\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\",\"\",\"\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"http:\\/\\/www.buzzinnsteakhouse.com\\/\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\",\"\",\"\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"http:\\/\\/sprucegoosecafe.com\\/\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"http:\\/\\/firststreetbarandgrill.com\\/\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\",\"\",\"\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"http:\\/\\/boyerpark.com\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\",\"\",\"\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/steakhouse9.com\\/\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\",\"\",\"\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\",\"\",\"\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\",\"\",\"\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"http:\\/\\/www.portoforcas.com\\/\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\",\"\",\"\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"http:\\/\\/www.pangbornairport.com\\/\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\",\"\",\"\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/thegranthouse.us\\/\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\",\"\",\"\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\"><\\/a>\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\"><\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\",\"\",\"\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"http:\\/\\/thehangarinn.com\\/\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\",\"\",\"\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\",\"\",\"\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"http:\\/\\/www.rocheharbor.com\\/dining\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\",\"\",\"\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"http:\\/\\/www.chewelahgolf.com\\/restaurant\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\",\"\",\"\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"http:\\/\\/www.eatatflyers.com\\/\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\",\"\",\"\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"http:\\/\\/www.harmonbrewingco.com\\/\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\",\"\",\"\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"http:\\/\\/hiddenvalleybakery.net\\/\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\",\"\",\"\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\",\"\",\"\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"http:\\/\\/www.mukilteocoffee.com\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"http:\\/\\/creeksidewest.com\\/\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\",\"\",\"\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','<p>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 12:51:24','2016-03-06 20:51:24','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=526',0,'revision','',0),(522,2,'2016-03-06 12:37:52','2016-03-06 20:37:52','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\",\"\",\"\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\",\"\",\"\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"http:\\/\\/www.cavu\\ncafe.com\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\",\"\",\"\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"http:\\/\\/thehangar\\ncafe.com\\/\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\",\"\",\"\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\",\"\",\"\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\",\"\",\"\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"http:\\/\\/www.randys-restaurant.net\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\",\"\",\"\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"http:\\/\\/bremerton\\nairportdiner.com\\/\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\",\"\",\"\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"http:\\/\\/www.play\\nriversidegolf.com\\/\\nbarandgrill\\/\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\",\"\",\"\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\",\"\",\"\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\",\"\",\"\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/skyway\\ncafe.com\\/\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\",\"\",\"\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\",\"\",\"\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/www.million\\nair.com\\/FBO\\/\\nmwh.aspx\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\",\"\",\"\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"http:\\/\\/www.buzzinn\\nsteakhouse.com\\/\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\",\"\",\"\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"http:\\/\\/sprucegoose\\ncafe.com\\/\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"http:\\/\\/firststreet\\nbarandgrill.com\\/\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"http:\\/\\/www.deerpark\\ngolf.com\\/\\nbar-and-grill\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\",\"\",\"\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"http:\\/\\/boyerpark.com\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\",\"\",\"\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/steak\\nhouse9.com\\/\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\",\"\",\"\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\",\"\",\"\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\",\"\",\"\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"http:\\/\\/www.portof\\norcas.com\\/\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\",\"\",\"\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"http:\\/\\/www.pangborn\\nairport.com\\/\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\",\"\",\"\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/thegrant\\nhouse.us\\/\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\",\"\",\"\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\" <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.freshii.com\\/us\\\">Freshii<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\">Ginger Pop<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.lapellah.com\\/\\\">Lapellah<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd<\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd<\\/p>\\n\\n <p style=\'text-align:center\'>\\n <a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\"><\\/a>\\n <\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\">Thatcher\'s Coffee<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\"><\\/a><\\/p>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\",\"\",\"\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"Beaches\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\"Joe\\u2019s Crab Shack \",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" McMenamin\\u2019s\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" Savona Coffee House\",\"\",\"\",\"\",\"\",\"\"],[\"\",\"\",\"\",\"\",\"\",\"\",\" Who Song and Larry\\u2019s\",\"\",\"\",\"\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"http:\\/\\/thehangar\\ninn.com\\/\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\",\"\",\"\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"http:\\/\\/www.prosser\\nbarn.com\\/\\nrestaurant\\/\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\",\"\",\"\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\\/\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"http:\\/\\/www.roche\\nharbor.com\\/dining\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\",\"\",\"\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"http:\\/\\/www.chewelah\\ngolf.com\\/\\nrestaurant\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\",\"\",\"\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"http:\\/\\/www.eatat\\nflyers.com\\/\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\",\"\",\"\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"http:\\/\\/www.harmon\\nbrewingco.com\\/\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\",\"\",\"\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"http:\\/\\/hiddenvalley\\nbakery.net\\/\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\",\"\",\"\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\",\"\",\"\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"http:\\/\\/www.mukilteo\\ncoffee.com\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"http:\\/\\/creekside\\nwest.com\\/\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\",\"\",\"\"],[\"<p>Send corrections or suggestions to: <a href=\\\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\\\">WA State Airport Restaurants List Correction<\\/a><br>Revision Updates: Bremerton, WA<\\/p>\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','WA State Airport Restaurants - 9Feb2016.xlsx\n<p><a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 12:37:52','2016-03-06 20:37:52','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=522',0,'revision','',0),(525,2,'2016-03-06 12:48:10','2016-03-06 20:48:10','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\",\"\",\"\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\",\"\",\"\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"http:\\/\\/www.cavucafe.com\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\",\"\",\"\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"http:\\/\\/thehangarcafe.com\\/\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\",\"\",\"\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\",\"\",\"\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\",\"\",\"\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"http:\\/\\/www.randys-restaurant.net\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\",\"\",\"\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"http:\\/\\/bremertonairportdiner.com\\/\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\",\"\",\"\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\",\"\",\"\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\",\"\",\"\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\",\"\",\"\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/skywaycafe.com\\/\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\",\"\",\"\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\",\"\",\"\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\",\"\",\"\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"http:\\/\\/www.buzzinnsteakhouse.com\\/\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\",\"\",\"\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"http:\\/\\/sprucegoosecafe.com\\/\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"http:\\/\\/firststreetbarandgrill.com\\/\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\",\"\",\"\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"http:\\/\\/boyerpark.com\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\",\"\",\"\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/steakhouse9.com\\/\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\",\"\",\"\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\",\"\",\"\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\",\"\",\"\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"http:\\/\\/www.portoforcas.com\\/\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\",\"\",\"\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"http:\\/\\/www.pangbornairport.com\\/\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\",\"\",\"\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/thegranthouse.us\\/\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\",\"\",\"\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\"><\\/a>\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\"><\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\",\"\",\"\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"http:\\/\\/thehangarinn.com\\/\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\",\"\",\"\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\",\"\",\"\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"http:\\/\\/www.rocheharbor.com\\/dining\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\",\"\",\"\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"http:\\/\\/www.chewelahgolf.com\\/restaurant\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\",\"\",\"\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"http:\\/\\/www.eatatflyers.com\\/\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\",\"\",\"\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"http:\\/\\/www.harmonbrewingco.com\\/\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\",\"\",\"\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"http:\\/\\/hiddenvalleybakery.net\\/\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\",\"\",\"\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\",\"\",\"\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"http:\\/\\/www.mukilteocoffee.com\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"http:\\/\\/creeksidewest.com\\/\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\",\"\",\"\"],[\"<p>Send corrections or suggestions to: <a href=\\\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\\\">WA State Airport Restaurants List Correction<\\/a><br>Revision Updates: Bremerton, WA<\\/p>\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','WA State Airport Restaurants - 9Feb2016.xlsx\n<p><a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 12:48:10','2016-03-06 20:48:10','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=525',0,'revision','',0),(524,2,'2016-03-06 12:43:45','2016-03-06 20:43:45','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\",\"\",\"\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\",\"\",\"\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"http:\\/\\/www.cavucafe.com\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\",\"\",\"\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"http:\\/\\/thehangarcafe.com\\/\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\",\"\",\"\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\",\"\",\"\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\",\"\",\"\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"http:\\/\\/www.randys-restaurant.net\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\",\"\",\"\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"http:\\/\\/bremertonairportdiner.com\\/\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\",\"\",\"\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\",\"\",\"\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\",\"\",\"\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\",\"\",\"\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/skywaycafe.com\\/\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\",\"\",\"\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\",\"\",\"\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\",\"\",\"\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"http:\\/\\/www.buzzinnsteakhouse.com\\/\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\",\"\",\"\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"http:\\/\\/sprucegoosecafe.com\\/\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"http:\\/\\/firststreetbarandgrill.com\\/\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\",\"\",\"\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"http:\\/\\/boyerpark.com\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\",\"\",\"\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/steakhouse9.com\\/\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\",\"\",\"\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\",\"\",\"\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\",\"\",\"\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"http:\\/\\/www.portof\\norcas.com\\/\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\",\"\",\"\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"http:\\/\\/www.pangbornairport.com\\/\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\",\"\",\"\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/thegranthouse.us\\/\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\",\"\",\"\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\" <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.freshii.com\\/us\\\">Freshii<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\">Ginger Pop<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.lapellah.com\\/\\\">Lapellah<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd<\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd<\\/p>\\n\\n <p style=\'text-align:center\'>\\n <a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\"><\\/a>\\n <\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\">Thatcher\'s Coffee<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\"><\\/a><\\/p>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\",\"\",\"\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<p style=\'text-align:center\'><a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\">Beaches<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\">Joe\'s Crab Shack<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\">McMenamin\'s<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\">Savona Coffee House<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\">Who Song and Larry\'s<\\/a><\\/p>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"http:\\/\\/thehangarinn.com\\/\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\",\"\",\"\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\",\"\",\"\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"http:\\/\\/www.rocheharbor.com\\/dining\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\",\"\",\"\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"http:\\/\\/www.chewelahgolf.com\\/restaurant\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\",\"\",\"\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"http:\\/\\/www.eatatflyers.com\\/\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\",\"\",\"\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"http:\\/\\/www.harmonbrewingco.com\\/\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\",\"\",\"\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"http:\\/\\/hiddenvalleybakery.net\\/\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\",\"\",\"\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\",\"\",\"\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"http:\\/\\/www.mukilteocoffee.com\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"http:\\/\\/creeksidewest.com\\/\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\",\"\",\"\"],[\"<p>Send corrections or suggestions to: <a href=\\\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\\\">WA State Airport Restaurants List Correction<\\/a><br>Revision Updates: Bremerton, WA<\\/p>\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','WA State Airport Restaurants - 9Feb2016.xlsx\n<p><a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 12:43:45','2016-03-06 20:43:45','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=524',0,'revision','',0),(523,2,'2016-03-06 12:39:40','2016-03-06 20:39:40','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\",\"\",\"\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\",\"\",\"\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"http:\\/\\/www.cavu\\ncafe.com\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\",\"\",\"\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"http:\\/\\/thehangar\\ncafe.com\\/\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\",\"\",\"\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\",\"\",\"\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\",\"\",\"\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"http:\\/\\/www.randys-restaurant.net\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\",\"\",\"\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"http:\\/\\/bremerton\\nairportdiner.com\\/\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\",\"\",\"\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"http:\\/\\/www.play\\nriversidegolf.com\\/\\nbarandgrill\\/\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\",\"\",\"\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\",\"\",\"\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\",\"\",\"\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/skyway\\ncafe.com\\/\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\",\"\",\"\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\",\"\",\"\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/www.million\\nair.com\\/FBO\\/\\nmwh.aspx\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\",\"\",\"\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"http:\\/\\/www.buzzinn\\nsteakhouse.com\\/\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\",\"\",\"\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"http:\\/\\/sprucegoose\\ncafe.com\\/\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"http:\\/\\/firststreet\\nbarandgrill.com\\/\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"http:\\/\\/www.deerpark\\ngolf.com\\/\\nbar-and-grill\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\",\"\",\"\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"http:\\/\\/boyerpark.com\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\",\"\",\"\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/steak\\nhouse9.com\\/\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\",\"\",\"\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\",\"\",\"\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\",\"\",\"\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"http:\\/\\/www.portof\\norcas.com\\/\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\",\"\",\"\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"http:\\/\\/www.pangborn\\nairport.com\\/\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\",\"\",\"\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/thegrant\\nhouse.us\\/\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\",\"\",\"\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\" <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.freshii.com\\/us\\\">Freshii<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\">Ginger Pop<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.lapellah.com\\/\\\">Lapellah<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd<\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd<\\/p>\\n\\n <p style=\'text-align:center\'>\\n <a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\"><\\/a>\\n <\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\">Thatcher\'s Coffee<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\"><\\/a><\\/p>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\",\"\",\"\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<p style=\'text-align:center\'><a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\">Beaches<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\">Joe\'s Crab Shack<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\">McMenamin\'s<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\">Savona Coffee House<\\/a><\\/p>\\n\\n <p style=\'text-align:center\'><a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\">Who Song and Larry\'s<\\/a><\\/p>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"http:\\/\\/thehangar\\ninn.com\\/\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\",\"\",\"\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"http:\\/\\/www.prosser\\nbarn.com\\/\\nrestaurant\\/\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\",\"\",\"\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\\/\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"http:\\/\\/www.roche\\nharbor.com\\/dining\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\",\"\",\"\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"http:\\/\\/www.chewelah\\ngolf.com\\/\\nrestaurant\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\",\"\",\"\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"http:\\/\\/www.eatat\\nflyers.com\\/\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\",\"\",\"\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"http:\\/\\/www.harmon\\nbrewingco.com\\/\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\",\"\",\"\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"http:\\/\\/hiddenvalley\\nbakery.net\\/\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\",\"\",\"\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\",\"\",\"\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"http:\\/\\/www.mukilteo\\ncoffee.com\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"http:\\/\\/creekside\\nwest.com\\/\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\",\"\",\"\"],[\"<p>Send corrections or suggestions to: <a href=\\\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\\\">WA State Airport Restaurants List Correction<\\/a><br>Revision Updates: Bremerton, WA<\\/p>\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','WA State Airport Restaurants - 9Feb2016.xlsx\n<p><a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 12:39:40','2016-03-06 20:39:40','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=523',0,'revision','',0),(528,2,'2016-03-06 12:58:06','2016-03-06 20:58:06','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"http:\\/\\/www.cavucafe.com\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"http:\\/\\/thehangarcafe.com\\/\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"http:\\/\\/www.randys-restaurant.net\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"http:\\/\\/bremertonairportdiner.com\\/\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/skywaycafe.com\\/\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"http:\\/\\/www.buzzinnsteakhouse.com\\/\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"http:\\/\\/sprucegoosecafe.com\\/\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"http:\\/\\/firststreetbarandgrill.com\\/\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"http:\\/\\/boyerpark.com\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/steakhouse9.com\\/\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"http:\\/\\/www.portoforcas.com\\/\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"http:\\/\\/www.pangbornairport.com\\/\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/thegranthouse.us\\/\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\"><\\/a>\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\"><\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"http:\\/\\/thehangarinn.com\\/\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"http:\\/\\/www.rocheharbor.com\\/dining\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"http:\\/\\/www.chewelahgolf.com\\/restaurant\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"http:\\/\\/www.eatatflyers.com\\/\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"http:\\/\\/www.harmonbrewingco.com\\/\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"http:\\/\\/hiddenvalleybakery.net\\/\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"http:\\/\\/www.mukilteocoffee.com\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"http:\\/\\/creeksidewest.com\\/\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','<p>Last revised: 02/09/2016<br>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 12:58:06','2016-03-06 20:58:06','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=528',0,'revision','',0),(527,2,'2016-03-06 12:57:24','2016-03-06 20:57:24','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\",\"\",\"\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\",\"\",\"\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"http:\\/\\/www.cavucafe.com\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\",\"\",\"\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"http:\\/\\/thehangarcafe.com\\/\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\",\"\",\"\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\",\"\",\"\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\",\"\",\"\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"http:\\/\\/www.randys-restaurant.net\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\",\"\",\"\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"http:\\/\\/bremertonairportdiner.com\\/\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\",\"\",\"\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\",\"\",\"\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\",\"\",\"\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\",\"\",\"\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/skywaycafe.com\\/\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\",\"\",\"\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\",\"\",\"\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\",\"\",\"\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"http:\\/\\/www.buzzinnsteakhouse.com\\/\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\",\"\",\"\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"http:\\/\\/sprucegoosecafe.com\\/\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"http:\\/\\/firststreetbarandgrill.com\\/\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\",\"\",\"\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\",\"\",\"\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"http:\\/\\/boyerpark.com\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\",\"\",\"\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/steakhouse9.com\\/\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\",\"\",\"\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\",\"\",\"\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\",\"\",\"\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"http:\\/\\/www.portoforcas.com\\/\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\",\"\",\"\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"http:\\/\\/www.pangbornairport.com\\/\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\",\"\",\"\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"http:\\/\\/thegranthouse.us\\/\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\",\"\",\"\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\"><\\/a>\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\"><\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\",\"\",\"\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"http:\\/\\/thehangarinn.com\\/\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\",\"\",\"\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\",\"\",\"\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\",\"\",\"\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\",\"\",\"\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"http:\\/\\/www.rocheharbor.com\\/dining\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\",\"\",\"\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"http:\\/\\/www.chewelahgolf.com\\/restaurant\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\",\"\",\"\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\",\"\",\"\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"http:\\/\\/www.eatatflyers.com\\/\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\",\"\",\"\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"http:\\/\\/www.harmonbrewingco.com\\/\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\",\"\",\"\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\",\"\",\"\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"http:\\/\\/hiddenvalleybakery.net\\/\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\",\"\",\"\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\",\"\",\"\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"http:\\/\\/www.mukilteocoffee.com\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"http:\\/\\/creeksidewest.com\\/\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\",\"\",\"\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\",\"\",\"\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','<p>Last revised: 02/09/2016<br>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 12:57:24','2016-03-06 20:57:24','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=527',0,'revision','',0),(529,2,'2016-03-06 13:00:41','2016-03-06 21:00:41','','WA State Airport Restaurants - 9Feb2016','','inherit','closed','closed','','wa-state-airport-restaurants-9feb2016','','','2016-03-06 13:00:41','2016-03-06 21:00:41','',0,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.xlsx',0,'attachment','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',0),(530,2,'2016-03-06 13:00:45','2016-03-06 21:00:45','','WA State Airport Restaurants - 9Feb2016','','inherit','closed','closed','','wa-state-airport-restaurants-9feb2016-2','','','2016-03-06 13:03:34','2016-03-06 21:03:34','',517,'http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf',0,'attachment','application/pdf',0),(531,2,'2016-03-06 13:03:50','2016-03-06 21:03:50','[table id=1 /]\r\n\r\nDownload a PDF copy of the current [pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf\"] file.','WA State Airport Restaurants','','inherit','closed','closed','','517-revision-v1','','','2016-03-06 13:03:50','2016-03-06 21:03:50','',517,'http://03c1a29.netsolhost.com/wordpress1/?p=531',0,'revision','',0),(532,2,'2016-03-06 13:07:14','2016-03-06 21:07:14','[table id=1 /]\r\n\r\nDownload a copy of the current <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf\" target=\"_blank\">WA State Airport Restaurants</a> PDF file.','WA State Airport Restaurants','','inherit','closed','closed','','517-revision-v1','','','2016-03-06 13:07:14','2016-03-06 21:07:14','',517,'http://03c1a29.netsolhost.com/wordpress1/?p=532',0,'revision','',0),(533,2,'2016-03-06 13:32:29','2016-03-06 21:32:29','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/www.cavucafe.com\\\" target=\\\"_blank\\\">http:\\/\\/www.cavucafe.com<\\/a>\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/thehangarcafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/thehangarcafe.com\\/<\\/a>\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"<a href=\\\"http:\\/\\/www.randys-restaurant.net\\\" target=\\\"_blank\\\">http:\\/\\/www.randys-restaurant.net<\\/a>\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"<a href=\\\"http:\\/\\/bremertonairportdiner.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/bremertonairportdiner.com\\/<\\/a>\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"<a href=\\\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.playriversidegolf.com\\/barandgrill<\\/a>\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/skywaycafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/skywaycafe.com<\\/a>\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\\\" target=\\\"_blank\\\">http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx<\\/a>\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"<a href=\\\"http:\\/\\/www.buzzinnsteakhouse.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.buzzinnsteakhouse.com\\/<\\/a>\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/sprucegoosecafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/sprucegoosecafe.com\\/<\\/a>\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"<a href=\\\"http:\\/\\/firststreetbarandgrill.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/firststreetbarandgrill.com\\/<\\/a>\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"<a href=\\\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\\\" target=\\\"_blank\\\">http:\\/\\/www.deerparkgolf.com\\/bar-and-grill<\\/a>\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"<a href=\\\"http:\\/\\/boyerpark.com\\\" target=\\\"_blank\\\">http:\\/\\/boyerpark.com<\\/a>\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/steakhouse9.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/steakhouse9.com\\/<\\/a>\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"<a href=\\\"http:\\/\\/www.portoforcas.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.portoforcas.com<\\/a>\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"<a href=\\\"http:\\/\\/www.pangbornairport.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.pangbornairport.com\\/<\\/a>\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/thegranthouse.us\\/\\\" target=\\\"_blank\\\">http:\\/\\/thegranthouse.us\\/<\\/a>\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\"><\\/a>\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\"><\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/thehangarinn.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/thehangarinn.com\\/<\\/a>\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"<a href=\\\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.prosserbarn.com\\/restaurant\\/<\\/a>\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"<a href=\\\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\\\" target=\\\"_blank\\\">https:\\/\\/www.facebook.com\\/AnnsBestcsf<\\/a>\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"<a href=\\\"http:\\/\\/www.rocheharbor.com\\/dining\\\" target=\\\"_blank\\\">http:\\/\\/www.rocheharbor.com\\/dining<\\/a>\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"<a href=\\\"http:\\/\\/www.chewelahgolf.com\\/restaurant\\\" target=\\\"_blank\\\">http:\\/\\/www.chewelahgolf.com\\/restaurant<\\/a>\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"<a href=\\\"http:\\/\\/www.eatatflyers.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.eatatflyers.com\\/<\\/a>\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"<a href=\\\"http:\\/\\/www.harmonbrewingco.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.harmonbrewingco.com\\/<\\/a>\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"<a href=\\\"http:\\/\\/hiddenvalleybakery.net\\/\\\" target=\\\"_blank\\\">http:\\/\\/hiddenvalleybakery.net\\/<\\/a>\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"<a href=\\\"http:\\/\\/www.mukilteocoffee.com\\\" target=\\\"_blank\\\">http:\\/\\/www.mukilteocoffee.com<\\/a>\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"<a href=\\\"http:\\/\\/creeksidewest.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/creeksidewest.com\\/<\\/a>\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','<p>Last revised: 02/09/2016<br>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 13:32:29','2016-03-06 21:32:29','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=533',0,'revision','',0),(544,2,'2016-03-06 15:36:08','2016-03-06 23:36:08','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/www.cavucafe.com\\\" target=\\\"_blank\\\">Cavu Cafe<\\/a>\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/thehangarcafe.com\\/\\\" target=\\\"_blank\\\">The Hangar Cafe<\\/a>\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"<a href=\\\"http:\\/\\/www.randys-restaurant.net\\\" target=\\\"_blank\\\">Randy\'s Restaurant<\\/a>\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"<a href=\\\"http:\\/\\/bremertonairportdiner.com\\/\\\" target=\\\"_blank\\\">Bremerton Airport Diner<\\/a>\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"<a href=\\\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\\\" target=\\\"_blank\\\">Riverside Golf Club - Bar & Grill<\\/a>\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/skywaycafe.com\\/\\\" target=\\\"_blank\\\">Skyway Cafe<\\/a>\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\\\" target=\\\"_blank\\\">Million Air FBO<\\/a>\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"<a href=\\\"http:\\/\\/www.buzzinnsteakhouse.com\\/\\\" target=\\\"_blank\\\">Buzz Inn Steak House<\\/a>\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/sprucegoosecafe.com\\/\\\" target=\\\"_blank\\\">Spruce Goose Cafe<\\/a>\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"<a href=\\\"http:\\/\\/firststreetbarandgrill.com\\/\\\" target=\\\"_blank\\\">First Street Bar And Grill<\\/a>\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"<a href=\\\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\\\" target=\\\"_blank\\\">Deer Park Golf Bar andGrill<\\/a>\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"<a href=\\\"http:\\/\\/boyerpark.com\\\" target=\\\"_blank\\\">Boyer Park & Marina<\\/a>\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/steakhouse9.com\\/\\\" target=\\\"_blank\\\">Steakhouse9 Bistro & Lounge<\\/a>\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"<a href=\\\"http:\\/\\/www.portoforcas.com\\/\\\" target=\\\"_blank\\\">Port of Orcas<\\/a>\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"<a href=\\\"http:\\/\\/www.pangbornairport.com\\/\\\" target=\\\"_blank\\\">Pangborn Airport<\\/a>\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/thegranthouse.us\\/\\\" target=\\\"_blank\\\">The Grant House<\\/a>\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\" target=\\\"_blank\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\" target=\\\"_blank\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\" target=\\\"_blank\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\" target=\\\"_blank\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\" target=\\\"_blank\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\" target=\\\"_blank\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\" target=\\\"_blank\\\">Subway<\\/a> Type in Pearson Field\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\" target=\\\"_blank\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\" target=\\\"_blank\\\">The Rock<\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\" target=\\\"_blank\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\" target=\\\"_blank\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\" target=\\\"_blank\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\" target=\\\"_blank\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\" target=\\\"_blank\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/thehangarinn.com\\/\\\" target=\\\"_blank\\\">The Hangar Inn<\\/a>\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"<a href=\\\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\\\" target=\\\"_blank\\\">Prosser Barn Restaurant<\\/a>\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"<a href=\\\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\\\" target=\\\"_blank\\\">Ann\'s Best Creole and Soul Food Cafe<\\/a>\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"<a href=\\\"http:\\/\\/www.rocheharbor.com\\/dining\\\" target=\\\"_blank\\\">Roche Harbor Dining<\\/a>\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"<a href=\\\"http:\\/\\/www.chewelahgolf.com\\/restaurant\\\" target=\\\"_blank\\\">Rusty Putter Bar and Grille<\\/a>\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"<a href=\\\"http:\\/\\/www.eatatflyers.com\\/\\\" target=\\\"_blank\\\">Flyers Restaurant and Brewery<\\/a>\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"<a href=\\\"http:\\/\\/www.harmonbrewingco.com\\/\\\" target=\\\"_blank\\\">Harmon Restaurant<\\/a>\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"<a href=\\\"http:\\/\\/hiddenvalleybakery.net\\/\\\" target=\\\"_blank\\\">Hidden Valley Bakery<\\/a>\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"<a href=\\\"http:\\/\\/www.mukilteocoffee.com\\\" target=\\\"_blank\\\">Mukilteo Coffee<\\/a>\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"<a href=\\\"http:\\/\\/creeksidewest.com\\/\\\" target=\\\"_blank\\\">Creekside West Bar and Grille<\\/a>\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','<p>Last revised: 02/09/2016<br>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 15:36:08','2016-03-06 23:36:08','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=544',0,'revision','',0),(534,2,'2016-03-06 13:39:17','2016-03-06 21:39:17','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/www.cavucafe.com\\\" target=\\\"_blank\\\">http:\\/\\/www.cavucafe.com<\\/a>\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/thehangarcafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/thehangarcafe.com\\/<\\/a>\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"<a href=\\\"http:\\/\\/www.randys-restaurant.net\\\" target=\\\"_blank\\\">http:\\/\\/www.randys-restaurant.net<\\/a>\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"<a href=\\\"http:\\/\\/bremertonairportdiner.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/bremertonairportdiner.com\\/<\\/a>\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"<a href=\\\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.playriversidegolf.com\\/barandgrill<\\/a>\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/skywaycafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/skywaycafe.com<\\/a>\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\\\" target=\\\"_blank\\\">http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx<\\/a>\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"<a href=\\\"http:\\/\\/www.buzzinnsteakhouse.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.buzzinnsteakhouse.com\\/<\\/a>\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/sprucegoosecafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/sprucegoosecafe.com\\/<\\/a>\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"<a href=\\\"http:\\/\\/firststreetbarandgrill.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/firststreetbarandgrill.com\\/<\\/a>\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"<a href=\\\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\\\" target=\\\"_blank\\\">http:\\/\\/www.deerparkgolf.com\\/bar-and-grill<\\/a>\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"<a href=\\\"http:\\/\\/boyerpark.com\\\" target=\\\"_blank\\\">http:\\/\\/boyerpark.com<\\/a>\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/steakhouse9.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/steakhouse9.com\\/<\\/a>\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"<a href=\\\"http:\\/\\/www.portoforcas.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.portoforcas.com<\\/a>\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"<a href=\\\"http:\\/\\/www.pangbornairport.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.pangbornairport.com\\/<\\/a>\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/thegranthouse.us\\/\\\" target=\\\"_blank\\\">http:\\/\\/thegranthouse.us\\/<\\/a>\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\" target=\\\"_blank\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\" target=\\\"_blank\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\" target=\\\"_blank\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\" target=\\\"_blank\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\" target=\\\"_blank\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\" target=\\\"_blank\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\" target=\\\"_blank\\\">Subway<\\/a> Typein Pearson Field\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\" target=\\\"_blank\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\" target=\\\"_blank\\\">The Rock<\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\" target=\\\"_blank\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\" target=\\\"_blank\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\" target=\\\"_blank\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\" target=\\\"_blank\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\" target=\\\"_blank\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/thehangarinn.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/thehangarinn.com\\/<\\/a>\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"<a href=\\\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.prosserbarn.com\\/restaurant\\/<\\/a>\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"<a href=\\\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\\\" target=\\\"_blank\\\">https:\\/\\/www.facebook.com\\/AnnsBestcsf<\\/a>\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"<a href=\\\"http:\\/\\/www.rocheharbor.com\\/dining\\\" target=\\\"_blank\\\">http:\\/\\/www.rocheharbor.com\\/dining<\\/a>\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"<a href=\\\"http:\\/\\/www.chewelahgolf.com\\/restaurant\\\" target=\\\"_blank\\\">http:\\/\\/www.chewelahgolf.com\\/restaurant<\\/a>\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"<a href=\\\"http:\\/\\/www.eatatflyers.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.eatatflyers.com\\/<\\/a>\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"<a href=\\\"http:\\/\\/www.harmonbrewingco.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.harmonbrewingco.com\\/<\\/a>\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"<a href=\\\"http:\\/\\/hiddenvalleybakery.net\\/\\\" target=\\\"_blank\\\">http:\\/\\/hiddenvalleybakery.net\\/<\\/a>\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"<a href=\\\"http:\\/\\/www.mukilteocoffee.com\\\" target=\\\"_blank\\\">http:\\/\\/www.mukilteocoffee.com<\\/a>\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"<a href=\\\"http:\\/\\/creeksidewest.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/creeksidewest.com\\/<\\/a>\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','<p>Last revised: 02/09/2016<br>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 13:39:17','2016-03-06 21:39:17','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=534',0,'revision','',0),(535,2,'2016-03-06 13:42:33','2016-03-06 21:42:33','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/www.cavucafe.com\\\" target=\\\"_blank\\\">http:\\/\\/www.cavucafe.com<\\/a>\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/thehangarcafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/thehangarcafe.com\\/<\\/a>\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"<a href=\\\"http:\\/\\/www.randys-restaurant.net\\\" target=\\\"_blank\\\">http:\\/\\/www.randys-restaurant.net<\\/a>\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"<a href=\\\"http:\\/\\/bremertonairportdiner.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/bremertonairportdiner.com\\/<\\/a>\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"<a href=\\\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.playriversidegolf.com\\/barandgrill<\\/a>\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/skywaycafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/skywaycafe.com<\\/a>\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\\\" target=\\\"_blank\\\">http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx<\\/a>\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"<a href=\\\"http:\\/\\/www.buzzinnsteakhouse.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.buzzinnsteakhouse.com\\/<\\/a>\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/sprucegoosecafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/sprucegoosecafe.com\\/<\\/a>\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"<a href=\\\"http:\\/\\/firststreetbarandgrill.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/firststreetbarandgrill.com\\/<\\/a>\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"<a href=\\\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\\\" target=\\\"_blank\\\">http:\\/\\/www.deerparkgolf.com\\/bar-and-grill<\\/a>\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"<a href=\\\"http:\\/\\/boyerpark.com\\\" target=\\\"_blank\\\">http:\\/\\/boyerpark.com<\\/a>\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/steakhouse9.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/steakhouse9.com\\/<\\/a>\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"<a href=\\\"http:\\/\\/www.portoforcas.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.portoforcas.com<\\/a>\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"<a href=\\\"http:\\/\\/www.pangbornairport.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.pangbornairport.com\\/<\\/a>\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/thegranthouse.us\\/\\\" target=\\\"_blank\\\">http:\\/\\/thegranthouse.us\\/<\\/a>\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\" target=\\\"_blank\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\" target=\\\"_blank\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\" target=\\\"_blank\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\" target=\\\"_blank\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\" target=\\\"_blank\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\" target=\\\"_blank\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\" target=\\\"_blank\\\">Subway<\\/a> Type in Pearson Field\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\" target=\\\"_blank\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\" target=\\\"_blank\\\">The Rock<\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\" target=\\\"_blank\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\" target=\\\"_blank\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\" target=\\\"_blank\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\" target=\\\"_blank\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\" target=\\\"_blank\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/thehangarinn.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/thehangarinn.com\\/<\\/a>\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"<a href=\\\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.prosserbarn.com\\/restaurant\\/<\\/a>\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"<a href=\\\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\\\" target=\\\"_blank\\\">https:\\/\\/www.facebook.com\\/AnnsBestcsf<\\/a>\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"<a href=\\\"http:\\/\\/www.rocheharbor.com\\/dining\\\" target=\\\"_blank\\\">http:\\/\\/www.rocheharbor.com\\/dining<\\/a>\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"<a href=\\\"http:\\/\\/www.chewelahgolf.com\\/restaurant\\\" target=\\\"_blank\\\">http:\\/\\/www.chewelahgolf.com\\/restaurant<\\/a>\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"<a href=\\\"http:\\/\\/www.eatatflyers.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.eatatflyers.com\\/<\\/a>\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"<a href=\\\"http:\\/\\/www.harmonbrewingco.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.harmonbrewingco.com\\/<\\/a>\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"<a href=\\\"http:\\/\\/hiddenvalleybakery.net\\/\\\" target=\\\"_blank\\\">http:\\/\\/hiddenvalleybakery.net\\/<\\/a>\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"<a href=\\\"http:\\/\\/www.mukilteocoffee.com\\\" target=\\\"_blank\\\">http:\\/\\/www.mukilteocoffee.com<\\/a>\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"<a href=\\\"http:\\/\\/creeksidewest.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/creeksidewest.com\\/<\\/a>\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','<p>Last revised: 02/09/2016<br>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 13:42:33','2016-03-06 21:42:33','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=535',0,'revision','',0),(536,2,'2016-03-06 13:57:59','2016-03-06 21:57:59','[table id=1 column_widths=\"10%|10%|10%|10%|10%|10%|10%|10%|10%|10%\" /]\r\n\r\nDownload a copy of the current <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf\" target=\"_blank\">WA State Airport Restaurants</a> PDF file.','WA State Airport Restaurants','','inherit','closed','closed','','517-revision-v1','','','2016-03-06 13:57:59','2016-03-06 21:57:59','',517,'http://03c1a29.netsolhost.com/wordpress1/?p=536',0,'revision','',0),(553,5,'2016-04-27 14:26:28','2016-04-27 21:26:28','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nWashington Pilots Association\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 14:26:28','2016-04-27 21:26:28','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=553',0,'revision','',0),(550,5,'2016-04-27 14:02:45','2016-04-27 21:02:45','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nPresident, Washington Pilots Association\r\nExecutive Director, Port of Shelton\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 14:02:45','2016-04-27 21:02:45','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=550',0,'revision','',0),(552,5,'2016-04-27 14:23:27','2016-04-27 21:23:27','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nWashington Pilots Association\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"row\">\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"col-md-6\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 14:23:27','2016-04-27 21:23:27','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=552',0,'revision','',0),(538,2,'2016-03-06 14:06:31','2016-03-06 22:06:31','[table id=1 alternating_row_colors=false column_widths=\"10%|10%|10%|10%|10%|10%|10%|10%|10%|10%\" /]\r\n\r\nDownload a copy of the current <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf\" target=\"_blank\">WA State Airport Restaurants</a> PDF file.','WA State Airport Restaurants','','inherit','closed','closed','','517-revision-v1','','','2016-03-06 14:06:31','2016-03-06 22:06:31','',517,'http://03c1a29.netsolhost.com/wordpress1/?p=538',0,'revision','',0),(539,2,'2016-03-06 16:16:27','2016-03-07 00:16:27','[table id=1 column_widths=\"10%|10%|10%|10%|10%|10%|10%|10%|10%|10%\" /]\r\n\r\nDownload a copy of the current <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf\" target=\"_blank\">WA State Airport Restaurants</a> PDF file.\r\n\r\n ','WA State Airport Restaurants','','inherit','closed','closed','','517-autosave-v1','','','2016-03-06 16:16:27','2016-03-07 00:16:27','',517,'http://03c1a29.netsolhost.com/wordpress1/?p=539',0,'revision','',0),(540,2,'2016-03-06 14:09:08','2016-03-06 22:09:08','[table id=1 table_head=true row_hover=true alternating_row_colors=false column_widths=\"10%|10%|10%|10%|10%|10%|10%|10%|10%|10%\" /]\r\n\r\nDownload a copy of the current <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf\" target=\"_blank\">WA State Airport Restaurants</a> PDF file.','WA State Airport Restaurants','','inherit','closed','closed','','517-revision-v1','','','2016-03-06 14:09:08','2016-03-06 22:09:08','',517,'http://03c1a29.netsolhost.com/wordpress1/?p=540',0,'revision','',0),(542,2,'2016-03-06 14:17:08','2016-03-06 22:17:08','[table id=1 column_widths=\"10%|10%|10%|10%|10%|10%|10%|10%|10%|10%\" /]\r\n\r\nDownload a copy of the current <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf\" target=\"_blank\">WA State Airport Restaurants</a> PDF file.\r\n\r\n ','WA State Airport Restaurants','','inherit','closed','closed','','517-revision-v1','','','2016-03-06 14:17:08','2016-03-06 22:17:08','',517,'http://03c1a29.netsolhost.com/wordpress1/?p=542',0,'revision','',0),(541,2,'2016-03-06 14:11:33','2016-03-06 22:11:33','[table id=1 column_widths=\"10%|10%|10%|10%|10%|10%|10%|10%|10%|10%\" /]\r\n\r\nDownload a copy of the current <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2016/03/WA-State-Airport-Restaurants-9Feb2016.pdf\" target=\"_blank\">WA State Airport Restaurants</a> PDF file.\r\n\r\n \r\n\r\n[table id=1 table_head=true row_hover=true alternating_row_colors=false column_widths=\"10%|10%|10%|10%|10%|10%|10%|10%|10%|10%\" /]','WA State Airport Restaurants','','inherit','closed','closed','','517-revision-v1','','','2016-03-06 14:11:33','2016-03-06 22:11:33','',517,'http://03c1a29.netsolhost.com/wordpress1/?p=541',0,'revision','',0),(543,2,'2016-03-06 15:19:56','2016-03-06 23:19:56','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/www.cavucafe.com\\\" target=\\\"_blank\\\">http:\\/\\/www.cavucafe.com<\\/a>\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/thehangarcafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/thehangarcafe.com\\/<\\/a>\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"<a href=\\\"http:\\/\\/www.randys-restaurant.net\\\" target=\\\"_blank\\\">http:\\/\\/www.randys-restaurant.net<\\/a>\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"<a href=\\\"http:\\/\\/bremertonairportdiner.com\\/\\\" target=\\\"_blank\\\">Bremerton Airport Diner<\\/a>\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"<a href=\\\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\\\" target=\\\"_blank\\\">Riverside Golf Club - Bar & Grill<\\/a>\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/skywaycafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/skywaycafe.com<\\/a>\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\\\" target=\\\"_blank\\\">http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx<\\/a>\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"<a href=\\\"http:\\/\\/www.buzzinnsteakhouse.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.buzzinnsteakhouse.com\\/<\\/a>\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/sprucegoosecafe.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/sprucegoosecafe.com\\/<\\/a>\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"<a href=\\\"http:\\/\\/firststreetbarandgrill.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/firststreetbarandgrill.com\\/<\\/a>\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"<a href=\\\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\\\" target=\\\"_blank\\\">http:\\/\\/www.deerparkgolf.com\\/bar-and-grill<\\/a>\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"<a href=\\\"http:\\/\\/boyerpark.com\\\" target=\\\"_blank\\\">http:\\/\\/boyerpark.com<\\/a>\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/steakhouse9.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/steakhouse9.com\\/<\\/a>\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"<a href=\\\"http:\\/\\/www.portoforcas.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.portoforcas.com<\\/a>\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"<a href=\\\"http:\\/\\/www.pangbornairport.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.pangbornairport.com\\/<\\/a>\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/thegranthouse.us\\/\\\" target=\\\"_blank\\\">http:\\/\\/thegranthouse.us\\/<\\/a>\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\" target=\\\"_blank\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\" target=\\\"_blank\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\" target=\\\"_blank\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\" target=\\\"_blank\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\" target=\\\"_blank\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\" target=\\\"_blank\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\" target=\\\"_blank\\\">Subway<\\/a> Type in Pearson Field\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\" target=\\\"_blank\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\" target=\\\"_blank\\\">The Rock<\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\" target=\\\"_blank\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\" target=\\\"_blank\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\" target=\\\"_blank\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\" target=\\\"_blank\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\" target=\\\"_blank\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/thehangarinn.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/thehangarinn.com\\/<\\/a>\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"<a href=\\\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.prosserbarn.com\\/restaurant\\/<\\/a>\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"<a href=\\\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\\\" target=\\\"_blank\\\">https:\\/\\/www.facebook.com\\/AnnsBestcsf<\\/a>\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"<a href=\\\"http:\\/\\/www.rocheharbor.com\\/dining\\\" target=\\\"_blank\\\">http:\\/\\/www.rocheharbor.com\\/dining<\\/a>\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"<a href=\\\"http:\\/\\/www.chewelahgolf.com\\/restaurant\\\" target=\\\"_blank\\\">http:\\/\\/www.chewelahgolf.com\\/restaurant<\\/a>\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"<a href=\\\"http:\\/\\/www.eatatflyers.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.eatatflyers.com\\/<\\/a>\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"<a href=\\\"http:\\/\\/www.harmonbrewingco.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/www.harmonbrewingco.com\\/<\\/a>\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"<a href=\\\"http:\\/\\/hiddenvalleybakery.net\\/\\\" target=\\\"_blank\\\">http:\\/\\/hiddenvalleybakery.net\\/<\\/a>\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"<a href=\\\"http:\\/\\/www.mukilteocoffee.com\\\" target=\\\"_blank\\\">http:\\/\\/www.mukilteocoffee.com<\\/a>\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"<a href=\\\"http:\\/\\/creeksidewest.com\\/\\\" target=\\\"_blank\\\">http:\\/\\/creeksidewest.com\\/<\\/a>\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\"]]','WA State Airport Restaurants - 9Feb2016.xlsx','<p>Last revised: 02/09/2016<br>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','inherit','closed','closed','','519-revision-v1','','','2016-03-06 15:19:56','2016-03-06 23:19:56','',519,'http://03c1a29.netsolhost.com/wordpress1/?p=543',0,'revision','',0),(545,2,'2016-03-06 15:38:33','2016-03-06 23:38:33','[[\"Airport Name\",\"Airport ID\",\"City\",\"Restaurant Name\",\"On Airport\\n(Yes\\/No)\",\"Specific Location\\nOn\\/Off Airport\",\"Website URL\",\"Phone\",\"Address\",\"Claim to Fame\\/\\nComments\"],[\"Arlington Airport\",\"AWO\",\"Arlington\",\"Ellie\'s at the Airport\",\"Yes\",\"Midfield\\nRunway 16\\/34\\nEast Side\",\"\",\"360-435-4777\",\"18218 59th Ave NE\\nArlington, WA 98223\",\"2nd Location of\\nwell-liked Local Diner\\n7 AM - 3 PM\"],[\"Auburn Municipal\\nAirport\",\"S50\",\"Auburn\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"All Are Within Blocks\\nVia South\\nParking Apron Gate\",\"Applebee\'s\\nHibachi Buffet\\nLas Margaritas\\nIron Horse Casino\\nSeveral Coffee & Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Boeing Field (#1)\",\"BFI\",\"Seattle\",\"Cavu Caf\\u00e9\",\"Yes\",\"Inside\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/www.cavucafe.com\\\" target=\\\"_blank\\\">Cavu Cafe<\\/a>\",\"206-762-1243\",\"7277 Perimeter Rd S\\nSuite #200\\nSeattle, WA 98108\",\"7 AM - 6 PM Mo-Fr\\n11 AM - 3 PM Sa\\n(Sa Apr-Sep Only)\"],[\"Boeing Field (#2)\",\"BFI\",\"Seattle\",\"Hangar Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"<a href=\\\"http:\\/\\/thehangarcafe.com\\/\\\" target=\\\"_blank\\\">The Hangar Cafe<\\/a>\",\"206-762-0204\",\"6261 13th Ave S\\nSeattle, WA 98108\",\"Crepes\\n7 AM - 3 PM Mon-Fri\\n8 AM - 3 PM Sa\\n8 AM - 2 PM Su\"],[\"Boeing Field (#3)\",\"BFI\",\"Seattle\",\"Runway Caf\\u00e9\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-452-7659\",\"1128 S. Albro Place\\nSeattle, WA 98108\",\"Build Your Own Burger\\n10:30 AM - 2 AM\"],[\"Boeing Field (#4)\",\"BFI\",\"Seattle\",\"Square Knot Diner\",\"No\",\"1 Mile North of\\nKing County\\nTerminal Bldg\",\"\",\"206-762-3242\",\"6015 Airport Way S\\nSeattle, WA 98108\",\"Great Hole in the Wall\\n6 AM - 11 PM\"],[\"Boeing Field (#5)\",\"BFI\",\"Seattle\",\"Randy\'s Restaurant\",\"No\",\".4 Mile SE of\\nMuseum of Flight\",\"<a href=\\\"http:\\/\\/www.randys-restaurant.net\\\" target=\\\"_blank\\\">Randy\'s Restaurant<\\/a>\",\"206-763-9333\",\"10016 East Marginal\\nWay S\\nTukwila, WA 98168\",\"Breakfast Anytime\\nWiFi, Airplane Models\\nOpen 24\\/7\"],[\"Bremerton National\\nAirport\",\"PWT\",\"Bremerton\",\"Airport Diner\",\"Yes\",\"North of Avian Flight\\nCenter & GA Terminal\",\"<a href=\\\"http:\\/\\/bremertonairportdiner.com\\/\\\" target=\\\"_blank\\\">Bremerton Airport Diner<\\/a>\",\"360-674-3720\",\"8830 State Hwy 3 SW\\nBremerton, WA 98312\",\"Fish & Chips, WiFi\\n7 AM - 9 PM\\n(Closes 8 PM Su-Th\\nduring Standard Time)\"],[\"Chehalis-Centralia\\nAirport\",\"CLS\",\"Chehalis\",\"Riverside Bistro\",\"Through\\nthe\\nFence\",\"Due West of\\nSegmented Circle\\n& Fuel Pump\",\"<a href=\\\"http:\\/\\/www.playriversidegolf.com\\/barandgrill\\/\\\" target=\\\"_blank\\\">Riverside Golf Club - Bar & Grill<\\/a>\",\"360-748-8182\",\"1451 NW Airport Rd\\nChehalis, WA 98532\",\"10 AM - 10 PM Mon-Fri\\n8 AM - 10 PM Sa\\n8 AM - 8 PM Su\\nClsd Su\\/Mo in Winter\"],[\"Darrington Municipal\",\"1S2\",\"Darrington\",\"Bradley\'s Diner\",\"No\",\".25 Mile South of\\nParking Apron;\\nSouth Side Hwy 530\\n(Opp. Hardware Store)\",\"\",\"360-436-9345\",\"1215 SR 530\\nDarrington, WA 98241\",\"Meat Loaf, Burgers\\n6 AM - 8 PM\\n(Until 9 PM Fr-Sa)\"],[\"Desert Aire\\nAirport\",\"M94\",\"Mattawa\",\"Tumbleweeds \\nBar & Grill\",\"No\",\".4 Mile SE of\\nEast Parking Apron\",\"\",\"509-932-3100\",\"124 Frontier Way W\\nMattawa, WA 99349\",\"10 AM - 8 PM\"],[\"Felts Field\",\"SFF\",\"Spokane\",\"Skyway Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/skywaycafe.com\\/\\\" target=\\\"_blank\\\">Skyway Cafe<\\/a>\",\"509-534-5986\",\"6105 E. Rutter Ave\\nSpokane, WA 99212\",\"Breakfast,\\nAtmosphere\\n6 AM - 3 PM Mo-Sa\\n7 AM - 3 PM Su\"],[\"Friday Harbor\\nAirport\",\"FHR\",\"Friday Harbor\",\"Ernie\'s Caf\\u00e9\",\"Yes\",\"NW Corner,\\nOpposite Transient\\nParking\",\"\",\"360-378-6605\",\"744 Airport Circle Dr\\nFriday Harbor, WA\\n98250\",\"Popovers, Bulgogi\\n10 AM - 2 PM Mo-Fr\"],[\"Grant County\\nInternational\\nAirport\",\"MWH\",\"Moses Lake\",\"Jet-A-Way Caf\\u00e9\",\"Yes\",\"Terminal Bldg\",\"<a href=\\\"http:\\/\\/www.millionair.com\\/FBO\\/mwh.aspx\\\" target=\\\"_blank\\\">Million Air FBO<\\/a>\",\"509-762-2222\",\"7810 Andrews St NE\\nSuite 134\\nMoses Lake, WA 98837\",\"Pro Military\\n9 AM - 4 PM Mo-Fr\\nClosed Sa-Su\"],[\"Harvey Field\",\"S43\",\"Snohomish\",\"Buzz Inn\",\"Yes\",\"NE Corner,\\nAdjacent to\\nAirport Office\",\"<a href=\\\"http:\\/\\/www.buzzinnsteakhouse.com\\/\\\" target=\\\"_blank\\\">Buzz Inn Steak House<\\/a>\",\"360-568-3970\",\"9900 Airport Way\\nSnohomish, WA 98296\",\"6 AM - 10 PM Su-Th\\n6 AM - 11 PM Fr-Sa\\nCloses 1 Hour\\nEarlier in Winter\"],[\"Jefferson County\\nInternational\\nAirport\",\"0S9\",\"Port Townsend\",\"Spruce Goose Caf\\u00e9\",\"Yes\",\"Adjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/sprucegoosecafe.com\\/\\\" target=\\\"_blank\\\">Spruce Goose Cafe<\\/a>\",\"360-385-3185\",\"302 Airport Rd\\nPort Townsend, WA\\n98368\",\"Homemade Pies,\\nBreakfast\\n7 AM - 4 PM\"],[\"Loomis Field\\nDeer Park Airport (#1)\",\"DEW\",\"Deer Park\",\"First Street\\nBar & Grill\",\"No\",\"2.7 Miles\\nWest of Airport\\n(Airport Courtesy Car)\",\"<a href=\\\"http:\\/\\/firststreetbarandgrill.com\\/\\\" target=\\\"_blank\\\">First Street Bar And Grill<\\/a>\",\"509-276-2320\",\"122 W 1st St\\nDeer Park, WA 99006\",\"Prime Rib, Soups\\n11 AM - 8 PM Mo\\n11 AM - 9 PM Tu-Fr\\n8 AM - 9 PM Sa\\/8 PM Su\"],[\"Loomis Field\\nDeer Park Airport (#2)\",\"DEW\",\"Deer Park\",\"Divot\'s Grill\",\"No\",\".75 Mile Due\\nWest of Airport;\\n1.6 Miles via Cedar,\\nEnoch, & Country Club\",\"<a href=\\\"http:\\/\\/www.deerparkgolf.com\\/bar-and-grill\\\" target=\\\"_blank\\\">Deer Park Golf Bar andGrill<\\/a>\",\"509-276-1882\",\"1201 N Country\\nClub Dr\\nDeer Park, WA 99006\",\"7 AM - 7 PM\\nHours May Vary\"],[\"Lower Granite\\nState Airport\",\"00W\",\"Colfax\",\"Snake River\\nBar & Grill\\n(at Boyer Park & Marina)\",\"No\",\".5 Mile Northwest of\\nApproach End Rwy 14\",\"<a href=\\\"http:\\/\\/boyerpark.com\\\" target=\\\"_blank\\\">Boyer Park & Marina<\\/a>\",\"509-397-3208\",\"1753 Lower Granite Rd\\nColfax, WA 99111\",\"Lunch\\/Dinner We-Sa\\n11-3 Lunch Only Su\"],[\"Lynden Airport\",\"38W\",\"Lynden\",\"Steakhouse 9\\n(Homestead Golf & CC)\",\"No\",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/steakhouse9.com\\/\\\" target=\\\"_blank\\\">Steakhouse9 Bistro & Lounge<\\/a>\",\"360-778-2849\",\"115 E Homestead Blvd\\nLynden, WA 98264\",\"11 AM - 9 PM Su-Th\\n11 AM - Late Fr-Sa\"],[\"Mansfield Airport\",\"8W3\",\"Mansfield\",\"Mansfield Town Bar\\nand Grill\",\"No\",\"2 Blocks\\nNorth of Airport\",\"\",\"509-683-1921\",\"34 Main Street\\nMansfield, WA 98830\",\"8 AM - 11 PM\"],[\"Mears Field\",\"3W5\",\"Concrete\",\"Cascade Burgers\",\"No\",\".4 Mile North via\\nS. Superior Ave\",\"\",\"360-853-7580\",\"45292 WA-20\\nConcrete, WA 98237\",\"11 AM - 8 PM Mo-Sa\\n11 AM - 7 PM Su\"],[\"Orcas Island Airport\",\"ORS\",\"Eastsound\",\"Brown Bear Baking\\nMijitas (Mexican)\\nPortofino (Pizza)\\nLower Tavern\",\"No\",\".5 to 1 Mile\\nSouth of Airport\\n(Trail starts at\\nfirehouse driveway)\",\"<a href=\\\"http:\\/\\/www.portoforcas.com\\/\\\" target=\\\"_blank\\\">Port of Orcas<\\/a>\",\"Multiple\",\"Multiple\",\"Bikes & Courtesy\\nCar Available\"],[\"Pangborn Memorial\\nAirport\",\"EAT\",\"East Wenatchee\",\"Caf\\u00e9 Pangborn\",\"Yes\",\"Terminal\\n(Hours vary with\\nflight schedules)\",\"<a href=\\\"http:\\/\\/www.pangbornairport.com\\/\\\" target=\\\"_blank\\\">Pangborn Airport<\\/a>\\n(See Terminal Info)\",\"509-884-2494\",\"1 Pangborn Drive\\nEast Wenatchee, WA\\n98802\",\"Thursday Pie Day\\n4:30 - 6 AM\\n8:30 AM - 1 PM\\n3:30 - 5 PM\"],[\"Pearson Field\\nAirport (#1)\",\"VUO\",\"Vancouver\",\"Grant House\",\"No \",\".5 Mile\\nNorth of Airport\",\"<a href=\\\"http:\\/\\/thegranthouse.us\\/\\\" target=\\\"_blank\\\">The Grant House<\\/a>\",\"360-906-1101\",\"1101 Officers Row\\nVancouver, WA 98661\",\"Historic Atmosphere\\n11 AM - 3 PM Mo\\n11 AM - 9:30 PM Tu-Sa\\nClosed Su\"],[\"Pearson Field\\nAirport (#2)\",\"VUO\",\"Vancouver\",\"Multiple Casual Options\\n \\n(See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".5 Mile\\nEast of Airport\\n\\n(North of Hwy 14,\\nin vicinity of\\nFred Meyer Plaza)\",\"<a href=\\\"https:\\/\\/www.fredmeyer.com\\/storeHours?store=70100683\\\" target=\\\"_blank\\\">Fred Meyer & Deli \\/ Peet\'s Coffee<\\/a>\\n<a href=\\\"https:\\/\\/www.freshii.com\\/us\\\" target=\\\"_blank\\\">Freshii<\\/a>\\n<a href=\\\"http:\\/\\/www.gingerpopthai.com\\/\\\" target=\\\"_blank\\\">Ginger Pop<\\/a>\\n<a href=\\\"http:\\/\\/www.lapellah.com\\/\\\" target=\\\"_blank\\\">Lapellah<\\/a>\\n<a href=\\\"https:\\/\\/www.pandaexpress.com\\/locations\\/\\\" target=\\\"_blank\\\">Panda Express<\\/a> - Type 98661 and look for 2510 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.redrobin.com\\/locations\\\" target=\\\"_blank\\\">Red Robin<\\/a> - Type 98661 and look for 2410 Columbia House Blvd\\n<a href=\\\"http:\\/\\/www.subway.com\\/storelocator\\/default.aspx\\\" target=\\\"_blank\\\">Subway<\\/a> Type in Pearson Field\\n<a href=\\\"http:\\/\\/thatcherscoffee.net\\/\\\" target=\\\"_blank\\\">Thatcher\'s Coffee<\\/a>\\n<a href=\\\"http:\\/\\/www.therockwfk.com\\/2014\\/08\\/washington-rocks\\/\\\" target=\\\"_blank\\\">The Rock<\\/a>\",\"\",\"\",\"Convenient\\n\\nCasual Dining\"],[\"Pearson Field\\nAirport (#3)\",\"VUO\",\"Vancouver\",\"Casual and Fine Dining\\n (See Website URL column\\nfor complete list in\\nalphabetical order)\",\"No\",\".75 Mile\\nSouth of Airport\\n (South of Hwy 14,\\nin vicinity of\\nColumbia River)\",\"<a href=\\\"http:\\/\\/beachesrestaurantandbar.com\\/\\\" target=\\\"_blank\\\">Beaches<\\/a>\\n<a href=\\\"http:\\/\\/www.joescrabshack.com\\/\\\" target=\\\"_blank\\\">Joe\'s Crab Shack<\\/a>\\n<a href=\\\"http:\\/\\/www.mcmenamins.com\\/299-mcmenamins-on-the-columbia-home\\\" target=\\\"_blank\\\">McMenamin\'s<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Savona-Coffee-House\\/190448027926\\\" target=\\\"_blank\\\">Savona Coffee House<\\/a>\\n<a href=\\\"https:\\/\\/www.facebook.com\\/pages\\/Who-Song-and-Larrys\\/427041610657884\\\" target=\\\"_blank\\\">Who Song and Larry\'s<\\/a>\",\"\",\"\",\"Waterfront\\n\\nCasual and\\nFiner Dining\"],[\"Pierce County Airport\\/\\nThun Field (#1)\",\"PLU\",\"Puyallup\",\"Hangar Inn\",\"Yes\",\"Midfield West Side\\nAdjacent to\\nParking Apron\",\"<a href=\\\"http:\\/\\/thehangarinn.com\\/\\\" target=\\\"_blank\\\">The Hangar Inn<\\/a>\",\"253-848-7516\",\"16807 103rd Ave E\\nPuyallup, WA 98374\",\"All Day Breakfast, Patio \\n7 AM - 8 PM Mo-Th\\n6 AM - 10 PM Fr-Sa\\n6 AM - 8 PM Su\"],[\"Pierce County Airport\\/\\nThun Field (#2)\",\"PLU\",\"Puyallup\",\"Multiple Casual\\nand Fast Food Options\",\"No\",\"Within 1 Mile\\nWest of Airport\\nalong Meridian Ave E\\n(Hwy 161)\",\"Applebee\'s\\nOriginal Pancake House\\nRed Robin\\nRound Table Pizza\\nMultiple Fast Food Options\",\"\",\"\",\"Hours Vary\"],[\"Point Roberts\\nAirpark Airport\",\"1RL\",\"Point Roberts\",\"Kiniski\'s Tavern\",\"No\",\".5 Mile\\nNorth of Airport\",\"\",\"360-945-4042\",\"1334 Gulf Rd\\nPoint Roberts, WA\\n98281\",\"Western Views, Burgers\\nKitchen Fr\\/Sa\\/Su Only\\n11 AM - 11 PM\"],[\"Prosser Airport\",\"S40\",\"Prosser\",\"Barn Restaurant\",\"Through\\nthe\\nFence\",\"1 Block North,\\nPark on Transient\\nRamp NE of Rwy 25\",\"<a href=\\\"http:\\/\\/www.prosserbarn.com\\/restaurant\\/\\\" target=\\\"_blank\\\">Prosser Barn Restaurant<\\/a>\",\"509-786-1131\",\"490 Wine Country Rd\\nProsser, WA 99350\",\"Ribs\\n11 AM - 8 PM Mo-Th\\n8 AM-12 AM Fr\\/2 AM Sa\\n8 AM - 8:30 PM Su\"],[\"Richland Airport\",\"RLD\",\"Richland\",\"Ann\'s Best Creole\\nand Soul Food Caf\\u00e9\",\"Yes\",\"Base of\\nControl Tower\",\"<a href=\\\"https:\\/\\/www.facebook.com\\/AnnsBestcsf\\\" target=\\\"_blank\\\">Ann\'s Best Creole and Soul Food Cafe<\\/a>\",\"509-947-3011\",\"1901 Terminal Dr\\nRichland, WA 99354\",\"Food, Atmosphere\\n6:30 AM - 3 PM Mo-Sa\\nClosed Su\"],[\"Roche Harbor\\nAirport\",\"WA09\",\"Roche Harbor\",\"McMillin\'s,\\nMadrona Bar & Grill,\\nLime Kiln Caf\\u00e9\",\"Through\\nthe\\nFence\",\".5 Mile\\nWest of Airport\\n(Landing Fee)\",\"<a href=\\\"http:\\/\\/www.rocheharbor.com\\/dining\\\" target=\\\"_blank\\\">Roche Harbor Dining<\\/a>\",\"360-378-2155\",\"248 Reuben\\nMemorial Dr\\nRoche Harbor, WA 98250\",\"Madrona Deck at Sunset, Colors Ceremony\\nHours Vary By Season\"],[\"Sand Canyon Airport\",\"1S9\",\"Chewelah\",\"Rusty Putter\\nBar & Grille\",\"No\",\".5 Mile NW\\nvia Richmond Ln\\nWest Side of Rwy\",\"<a href=\\\"http:\\/\\/www.chewelahgolf.com\\/restaurant\\\" target=\\\"_blank\\\">Rusty Putter Bar and Grille<\\/a>\",\"509-935-7251\",\"2537 Sand Canyon Rd\\nChewelah, WA 99109\",\"8 AM - 8 PM\\nWinter Hours Vary\\nGolf course offers pickup via golf cart\"],[\"Sanderson Field (#1)\",\"SHN\",\"Shelton\",\"Miako Teriyaki and\\nOther Casual Options\\n(Olympic Hwy N)\",\"No\",\"1 Mile SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Sanderson Field (#2)\",\"SHN\",\"Shelton\",\"Smokin\' Mo\'s BBQ and\\nOther Casual Options\\n(W Railroad Ave)\",\"No\",\"3 Miles SE\\nof Airport\",\"\",\"Multiple\",\"Multiple\",\"Multiple\"],[\"Skagit Regional\\nAirport\",\"BVS\",\"Burlington\\nMount Vernon\",\"Flyers Restaurant\\nand Brewhouse\",\"Yes\",\"NE Corner of Parking Apron Adjacent\\nto Terminal\",\"<a href=\\\"http:\\/\\/www.eatatflyers.com\\/\\\" target=\\\"_blank\\\">Flyers Restaurant and Brewery<\\/a>\",\"360-899-1025\",\"15426 Airport Dr\\nSuite B\\nBurlington, WA 98233\",\"Black Angus Burgers\\nWiFi\\n8 AM - ~8 PM Daily\"],[\"Tacoma Narrows\\nAirport\",\"TIW\",\"Gig Harbor\",\"The Hub\",\"Yes\",\"Adjacent to\\nControl Tower\",\"<a href=\\\"http:\\/\\/www.harmonbrewingco.com\\/\\\" target=\\\"_blank\\\">Harmon Restaurant<\\/a>\",\"253-853-1585\",\"1208 26th Ave NW\\nGig Harbor, WA 98335\",\"Pizza, Atmosphere\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr\\n9 AM - 11 PM Sa (10 Su)\"],[\"Tri-Cities Airport\",\"PSC\",\"Pasco\",\"Florentyna\'s CLOSED\\nNew Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"3601 N 20th Ave\\nSuite #10\\nPasco, WA 99301\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#1)\",\"ALW\",\"Walla Walla\",\"Terminal Restaurant\\nComing Soon\",\"Yes\",\"Terminal Bldg\",\"\",\"Not yet in service\",\"45 Terminal Loop\\nWalla Walla, WA\\n99362\",\"TBD\"],[\"Walla Walla\\nRegional Airport (#2)\",\"ALW\",\"Walla Walla\",\"Hidden Valley Bakery\",\"Yes\",\"SW of Control Tower and NE of T-Hangars\",\"<a href=\\\"http:\\/\\/hiddenvalleybakery.net\\/\\\" target=\\\"_blank\\\">Hidden Valley Bakery<\\/a>\",\"509-386-3460\",\"124 W Boeing Ave # 1\\nWalla Walla, WA\\n99362\",\"Baked Goods, Bread,\\nSoups, Sandwiches\\n7 AM - 4 PM Mo-Fr\\n9 AM - 3 PM Sa\"],[\"Westport Airport\",\"14S\",\"Westport\",\"Original House of Pizza\",\"Yes\",\"South Side\\nof Parking Apron\\n(Faces Street)\",\"\",\"360-268-0901\",\"1200 N. Montesano St\\nWestport, WA 98595\",\"11 AM - 9 PM Mo-Sa\\n12 Noon - 9 PM Su\\nClsd Su\\/Mo Oct-Mar\"],[\"Whidbey Air Park\",\"W10\",\"Langley\",\"Mukilteo Coffee Roasters\",\"No\",\"Midfield, West of Runway; Access via\\nPath thru Trees\",\"<a href=\\\"http:\\/\\/www.mukilteocoffee.com\\\" target=\\\"_blank\\\">Mukilteo Coffee<\\/a>\",\"360-321-5262\",\"5331 Crawford Rd\\nLangley, WA 98260\",\"Breakfast, Salads,\\nSandwiches\\n8 AM - 4 PM Mo-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#1)\",\"YKM\",\"Yakima\",\"Creekside West\\nBar & Grill\",\"On airport\\nproperty but\\noutside fence.\",\"Park at McCormick\\nAir Center FBO. Exit FBO to street and walk .5 mile west.\",\"<a href=\\\"http:\\/\\/creeksidewest.com\\/\\\" target=\\\"_blank\\\">Creekside West Bar and Grille<\\/a>\",\"509-853-1057\",\"4000 Creekside Loop\\nYakima, WA 98902\",\"Steaks, Quality Food\\n11 AM - 10 PM Mo-Th\\n11 AM - 11 PM Fr-Sa\\nClosed Su\"],[\"Yakima Air Terminal\\/\\nMcAllister Field (#2)\",\"YKM\",\"Yakima\",\"Ding Ho\",\"No\",\"Park at McAllister\\nMuseum of Aviation;\\n.25 Mile North\\nof Museum\",\"\",\"509-452-3771\",\"1502 W Washington Ave\\nYakima, WA 98902\",\"Chinese\\n11:30 AM - 8:30 PM\\nClosed Mo\"]]','Copy of WA State Airport Restaurants - 9Feb2016.xlsx','<p>Last revised: 02/09/2016<br>Send corrections or suggestions to: <a href=\"mailto:wbhendrickson@comcast.net?subject=WA%20Airport%20Restaurants%20List%20Correction\">WA State Airport Restaurants List Correction</a><br>Revision Updates: Bremerton, WA</p>','publish','closed','closed','','copy-of-wa-state-airport-restaurants-9feb2016-xlsx-2','','','2016-03-06 15:38:33','2016-03-06 23:38:33','',0,'http://03c1a29.netsolhost.com/wordpress1/?post_type=tablepress_table&p=545',0,'tablepress_table','application/json',0),(557,5,'2016-04-27 14:36:23','2016-04-27 21:36:23','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nWashington Pilots Association\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 14:36:23','2016-04-27 21:36:23','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=557',0,'revision','',0),(554,5,'2016-04-27 14:30:21','2016-04-27 21:30:21','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"col-md-12\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nWashington Pilots Association\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 14:30:21','2016-04-27 21:30:21','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=554',0,'revision','',0),(556,5,'2016-04-27 14:35:08','2016-04-27 21:35:08','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nWashington Pilots Association\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 14:35:08','2016-04-27 21:35:08','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=556',0,'revision','',0),(555,5,'2016-04-27 14:32:32','2016-04-27 21:32:32','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n \r\n\r\n</div>\r\n</div>\r\n</div>\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"col-md-12\">\r\n<div class=\"media\">\r\n<div class=\"media-body\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Interim Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nWashington Pilots Association\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-27 14:32:32','2016-04-27 21:32:32','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=555',0,'revision','',0),(558,5,'2016-04-27 15:51:43','2016-04-27 22:51:43','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation.pdf\"]\n\n \n\n ','News','','inherit','closed','closed','','295-autosave-v1','','','2016-04-27 15:51:43','2016-04-27 22:51:43','',295,'http://03c1a29.netsolhost.com/wordpress1/?p=558',0,'revision','',0),(560,5,'2016-04-27 15:53:32','2016-04-27 22:53:32','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation.pdf\"]\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\"> </span>\r\n\r\n ','News','','inherit','closed','closed','','295-revision-v1','','','2016-04-27 15:53:32','2016-04-27 22:53:32','',295,'http://03c1a29.netsolhost.com/wordpress1/?p=560',0,'revision','',0),(559,5,'2016-04-27 15:52:46','2016-04-27 22:52:46','[pdf-embedder url=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/05/Newsbrief-WSAA-Formation.pdf\"]\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">WSAA COMMITTEE ADDITIONS, April 27, 2016</span></b>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Membership Committee – Dave Ryan</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Membership Committee is responsible for recruiting both voting and non-voting members of the Washington State Aviation Alliance (WSAA). Potential member organizations are considered with respect to the probability of a mutually beneficial relationship and approached about membership after careful consideration of mutual interests. Potential member organizations and those newly incorporated into the WSAA shall be fully briefed about the goals and methods of operation of the WSAA. Regular briefings are provided to the WSAA board about potential and new members. New members’ names, addresses and phone numbers are provided to the WSAA Secretary and WSAA Treasurer for incorporation into the WSAA accounting system and website. </span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Legislative Committee – Mike Wren</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Legislative Committee tracks legislation at the state and federal levels that may impact general aviation and/or airports in Washington State. Brief summaries about pertinent legislation shall be provided during board meetings or at the request of the President or Secretary. Recommendations as to why WSAA should or should not support proposed legislation are provided. Legislation progress reports are provided to the Secretary for addition to the WSAA website and for preparation of reports to the legislative caucus. </span>\r\n\r\n ','News','','inherit','closed','closed','','295-revision-v1','','','2016-04-27 15:52:46','2016-04-27 22:52:46','',295,'http://03c1a29.netsolhost.com/wordpress1/?p=559',0,'revision','',0),(561,5,'2016-04-27 15:54:50','2016-04-27 22:54:50','<b><span style=\"color: #000000; font-family: Times New Roman;\"> </span></b><b><span style=\"color: #000000; font-family: Times New Roman;\">WSAA COMMITTEE ADDITIONS, April 27, 2016</span></b>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\"> </span></b><b><span style=\"color: #000000; font-family: Times New Roman;\">Membership Committee – Dave Ryan</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Membership Committee is responsible for recruiting both voting and non-voting members of the Washington State Aviation Alliance (WSAA). Potential member organizations are considered with respect to the probability of a mutually beneficial relationship and approached about membership after careful consideration of mutual interests. Potential member organizations and those newly incorporated into the WSAA shall be fully briefed about the goals and methods of operation of the WSAA. Regular briefings are provided to the WSAA board about potential and new members. New members’ names, addresses and phone numbers are provided to the WSAA Secretary and WSAA Treasurer for incorporation into the WSAA accounting system and website. </span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Legislative Committee – Mike Wren</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Legislative Committee tracks legislation at the state and federal levels that may impact general aviation and/or airports in Washington State. Brief summaries about pertinent legislation shall be provided during board meetings or at the request of the President or Secretary. Recommendations as to why WSAA should or should not support proposed legislation are provided. Legislation progress reports are provided to the Secretary for addition to the WSAA website and for preparation of reports to the legislative caucus. </span>','Press Releases','','inherit','closed','closed','','388-revision-v1','','','2016-04-27 15:54:50','2016-04-27 22:54:50','',388,'http://03c1a29.netsolhost.com/wordpress1/?p=561',0,'revision','',0),(571,5,'2016-04-28 10:38:49','2016-04-28 17:38:49','<div><strong>Washington State Aviation Alliance Meeting Summary</strong>\r\n<strong>First Annual Membership Meeting</strong>\r\nBellevue, WA\r\nMarch 14, 2016\r\nHyatt Regency Bellevue</div>\r\n<div></div>\r\n<!--more-->\r\n<div><strong>Meeting Summary</strong></div>\r\n<div></div>\r\n<div>President’s Welcome: Kandace Harvey\r\nHarvey welcomed everyone and called the meeting to order. She asked the Secretary to query the membership to confirm there was a quorum for voting. A quorum was confirmed with six voting delegates and two proxies.</div>\r\n<div></div>\r\n<div><strong>Meeting Attendees:</strong></div>\r\n<div></div>\r\n<div>WSAA OFFICERS and VOTING DELEGATES\r\n• Kandace Harvey, WAMA/WSAA\r\n• John Dobson, WPA\r\n• David Ketchum, WSCAA\r\n• Tristan Atkins, WSDOT Aviation\r\nVOTING DELEGATES – General Membership\r\n• Allan Burnet – PNBAA/NBAA\r\n• Dave Whitelaw – RAF\r\n• Stephen Ratzlaff – WSPA\r\n• Ryan Sheehan – WAMA (not present – proxy Kandace Harvey)\r\n• JR Norvell – WSCAA (not present-proxy David Ketchum)\r\n• James Thompson – WPPA\r\n• Jamelle Garcia – WAA (not present)\r\n• John Dobson – (WPA)\r\nNON-VOTING DELEGATES – General Membership\r\n• Ben Sclair – GA News\r\n• Warren Hendrickson – AOPA\r\n• Kristi Ivey – NBAA (not present)\r\nBOARD CANDIDATES\r\n• David Ryan, Arlington Airport/WPA (Board Candidate)\r\n• James Thompson WPPA (for Mike Wren, Board Candidate)\r\nADMINISTRATIVE SUPPORT\r\n• Nisha Marvel – WSDOT Aviation\r\n• John MacArthur – WSDOT Aviation\r\n• Rob Hodgeman – WSDOT Aviation\r\nGUEST SPEAKER\r\n• Representative Tom Dent – 13th District, Moses Lake</div>\r\n<div></div>\r\n<div>Kandace Harvey provided an overview of the meeting packet and agenda. She then introduced guest speaker, Representative Tom Dent.</div>\r\n<div></div>\r\n<div>Guest Speaker’s Comments: Rep. Tom Dent (13th Dist. –Moses Lake)</div>\r\n<div></div>\r\n<div>Rep. Dent thanked everyone for attending. He spoke about his long history of being a pilot and his passion for aviation. He emphasized that the WSAA has an opportunity to bring aviation back to the forefront because it is so often an issue that falls through the cracks. Among the topics he covered were the decline in GA, increased drone usage, the upswing in commercial aviation, a major pilot shortage, high gas prices, and the need for innovations in pilot training such as using simulators. He described his vision for Washington to be the center of aviation in the United States. He said that the state has a lot of space where we can grow aviation.</div>\r\n<div></div>\r\n<div>Rep. Dent also emphasized the need to reach out to new industry. He also said we should pursue an aviation license plate that brings the focus on the importance of aviation in Washington. The funds from the license plate could be directed towards aviation education and promotion.</div>\r\n<div></div>\r\n<div>Rep. Dent also answered some questions posed by WSAA President Kandace Harvey:</div>\r\n<div></div>\r\n<div>What actions can WSAA take to help the Aviation Caucus? Rep. Dent said that the Aviation Caucus can accomplish a lot and that the WSAA can help by researching current topics or proposing new ideas.</div>\r\n<div></div>\r\n<div>How can WSAA improve Legislative Airport Awareness Day? Rep. Dent said that legislators are very busy and will go to the events that their constituents are interested in. He suggested scheduling the event far in advance and said that receptions in the Columbia Room are well attended. He also said that personally handing out invitations (index cards with event details) to Legislative Assistants is effective. He said the key is building those personal relationships.</div>\r\n<div></div>\r\n<div>What are some tips for achieving success in Olympia? Rep. Dent said to stay engaged, don’t lose heart, and to just keep talking.</div>\r\n<div></div>\r\n<div><strong>History & Purpose of the WSAA: Warren Hendrickson</strong></div>\r\n<div></div>\r\n<div>Hendrickson talked briefly about WSAA’s history. He said the idea for an alliance started when Ryan Zulauf gave a presentation to the Washington Pilots Association about needing a big tent approach. Ryan and Chuck Kegley then went to the Washington Public Ports Association expressing a need for a coalition, and the WPPA President was supportive. Hendrickson said the catalyst came in Feb. 2010 with HB3176. Many viewed this bill as a threat to aviation and growth. While many groups testified, a common strategy was lacking. Individual groups joined together for a post-hearing strategy meeting and HB 3176 was successfully defeated due in large part to the groups joining forces. Hendrickson said the groups tried to follow up that success with a meeting in the fall of 2010. However, the groups were unable to successfully corral state and national interest groups with any staying power, and the coalition faded.</div>\r\n<div></div>\r\n<div>In 2014 WSDOT completed the Aviation Investment Study, establishing that the state’s share of the overall program need of $3.6 billion is more than $240 million, resulting in an average annual need of more than $12 million. Additionally, in 2014 the aircraft excise tax bill was defeated due to a short session and insufficient support.</div>\r\n<div></div>\r\n<div>This caused aviation associations –WAMA, WSCAA, WPA, WSDOT and AOPA – to come together to investigate the formation of an alliance. Together, they studied nine different states, 11 separate issues and aspects and held six informative meeting. The goal was to form a group with an altruistic vision of serving aviation interests in Washington.</div>\r\n<div></div>\r\n<div>The Washington State Aviation Alliance was officially formed in Dec. 2015 and achieved the following:\r\n• Officer elections\r\n• Membership recruitment\r\n• Administrative systems in place\r\n• Logo/brochures/website\r\n• Legislative Aviation Caucus interface</div>\r\n<div></div>\r\n<div>In January 2015, the WSAA had the opportunity to go on the offensive when HB 1526/SB5324 was introduced with Rep. Tom Dent as its champion. The Alliance was able to effectively tell the leveraging story and WSAA members testified before the Legislature. The result was a successful passage.</div>\r\n<div></div>\r\n<div>Hendrickson emphasized that the moral to take away is that one group is stronger than any individual. During the 2016 Legislative Airport Awareness Day, the Alliance was able to say that it kept the promise it had made, and now the group has a reputation for being credible and reliable.</div>\r\n<div></div>\r\n<div>Hendrickson said that the Alliance’s strength lies within its collective unity. He said that there may be areas where the group disagrees, but in the areas where they do agree, members should unite because we serve the state better together.</div>\r\n<div></div>\r\n<div>Steering committee- Tristan Atkins, Kandace Harvey, David Ketchum, Dave Ulane</div>\r\n<div></div>\r\n<div><strong>WSAA Officer Annual Reports:</strong></div>\r\n<div></div>\r\n<div>Kandace Harvey (President) said that serving as WSAA President has been one of the most enjoyable and rewarding experiences in her professional career. She emphasized that the group would not take on an issue if it didn’t have a 100 percent level of support for it. It is most important to be unified.</div>\r\n<div></div>\r\n<div>John Dobson (Vice President) thanked past WPA President Les Smith for the work that he did. Dobson said that it was wonderful to testify in Olympia knowing that he was speaking on behalf of all of the organizations. He said that the Legislative Airport Awareness Day was successful because we were able to tell our story and show that we made good on our promises.</div>\r\n<div></div>\r\n<div>David Ketchum (Treasurer) presented the Treasurer’s report, which projected about $7,200 in expenses (including Administrative, Website, Meetings and Events, and Misc.) He noted the January – December 2015 report listing assets and expenses. The 2015 Profit and Loss Statement showed a net income of about $1,200. The Statement of Cash Flows showed $2,000 at the end of December 2015. The Profit and Loss Statement from January – February showed a net income of $4,800. The Statement of Cash Flows showed $4,440 at the end of January – February 2016.</div>\r\n<div></div>\r\n<div>President Harvey motioned to approve the Treasurer’s Report. Dobson motioned, Stephen Ratzlaff seconded the motion, and it was approved by all.</div>\r\n<div></div>\r\n<div>Tristan Atkins thanked the WSDOT Aviation staff for its support of the Alliance work. He also noted that he had maintained a WSAA Secretary’s book, which is tabbed, should anyone need information regarding past meetings or meeting summaries.</div>\r\n<div></div>\r\n<div><strong>Around the Table:</strong>\r\nAlan Burnett (PNBAA) said that he finds the group and its work thus far exciting and promising. Burnett noted that Washington has become hostile to business aviation in some areas, specifically tax areas. He said that the group wants to advocate for business aviation issues, and tax issues have become a main focus, along with safety and education. Burnett noted that he is happy to help the Alliance where needed, and noted PNBAA’s particular strength regarding tax issues, where they have already done a lot of research.</div>\r\n<div></div>\r\n<div>Kandace Harvey (WAMA) said that WAMA is on board with the group’s mission and purpose. She mentioned Ryan Zulauf for his vision, forward thinking and influence in making the WSAA a reality.</div>\r\n<div></div>\r\n<div>David Ketchum (WSCAA) said that his organization is made up of sponsors and volunteers at smaller airports. He said that since these airports don’t typically have managers, they rely on volunteers with shared responsibilities. Ketchum said that WSCAA helps that group learn more about airport management and funding/sources. They meet every October for an annual conference, usually in Leavenworth. Ketchum said his interest is to make sure that these airports are given resources and that we don’t lose sight of our small airports at the state level.</div>\r\n<div></div>\r\n<div>John Dobson (WPA) said that his organization is a diverse pilot group comprised of 22 individual chapters. He said that its focus is on advocacy, usually with airport and land use issues. Dobson said that WPA relies on the state for education and technical assistance to address varying issues. He said that WPA and WSAA can help each other achieve their common interests.</div>\r\n<div></div>\r\n<div>James Thompson (WPPA), speaking on behalf of Mike Wren, said that he is a registered lobbyist. He emphasized that a collaborative voice, which is represented through WSAA, is so important for pushing issues through. Thompson suggested bringing Washington Cites and Counties into the WSAA membership. He said Cities and Counties could be a real additive to this group.</div>\r\n<div></div>\r\n<div>Dave Whitelaw (RAF) said that his group’s mission is to maintain and preserve recreational airstrips. He said he questioned at first whether RAF belonged in the WSAA, but after talking with Warren, recognized the strength in unity. Whitelaw said that the RAF has worked closely with WSDOT Aviation, and their biggest legislative hurdle was tackled by the late Bob Kay. He said that RAF has more initiatives coming up in the future, and that the strength of WSAA will be helpful.</div>\r\n<div></div>\r\n<div>Stephen Ratzlaff (WSPA) said that his group represents recreational seaplane pilots for the most part, but also Kenmore Air. His group deals with issues around seaplanes, docks and use of public water. Ratzlaff said that the Department of Ecology is putting constraints on seaplane lifts on docks, and is restricting future use of docks for seaplane use. He said that other issues involve Whatcom County, the City of Bellingham and DOE around preventing the transport of invasive species. Ratzlaff said he looks forward to working with the Alliance more to promote access for seaplane operators and safety.</div>\r\n<div></div>\r\n<div>Warren Hendrickson (AOPA) said that he is one of seven regional managers nationwide. He said that the Northwest Mountain Region is his focus and his primary role is to provide airport support and legislative advocacy. Hendrickson said that AOPA is the largest general aviation organization in the world, and has about 9,800 members in WA State alone. He said that WA is leading in the pack in terms of the Alliance and Aviation Caucus, as no other states have these resources. Hendrickson said that he is grateful to be part of this organization, and is happy to support and facilitate whenever necessary.</div>\r\n<div></div>\r\n<div>Ben Sclair (GA News) said his interest in joining the Alliance was to find a way to share the success stories that this organization will generate. He said that legislative discussion is not the most exciting, but that making aviation in this country vibrant again is everyone’s goal. Sclair said he hopes to find ways to tell those stories and increase the sphere of influence for the Alliance.</div>\r\n<div></div>\r\n<div>Tristan Atkins (WSDOT) said that WSDOT serves in partnership with the WSAA. He mentioned that the Steering Committee went to great lengths to separate lobbying vs. non lobbying efforts when it came to WSDOT’s involvement. Atkins emphasized the importance of WSDOT’s membership on the Alliance as both organizations’ mission statements are aligned. Atkins said that WSDOT was asked by Senator Honeyford to solicit the Alliance on possible topics for the 2017 Aviation Caucus. WSDOT will send updated topics to the Alliance and offer another opportunity for input.</div>\r\n<div></div>\r\n<div>Break (Five mintues)</div>\r\n<div></div>\r\n<div><strong>Airport Investment – analysis of potential solutions to funding gap:</strong>\r\nAtkins described the purpose of his presentation:\r\n To provide accurate and thorough analysis of possible solutions to the state’s airport funding gap.\r\n To provide technical assistance that supports discussion, decision making and helps shape the Alliance’s legislative priorities.\r\n To encourage the pursuit of legislative priorities that increase funding for airport investments without increasing taxes or fees on the aviation community.\r\n Make a decision today, develop a strategy later!</div>\r\n<div></div>\r\n<div>Rob Hodgman discussed the findings of the Airport Investment Study. He recognized that it was Atkins’ idea to do this study, and it has become a landmark study that has gotten a lot of traction. There were two parts to the study: analyzing the problem, and identifying potential solutions. Hodgman said that after thorough evaluations, 33 potential solutions were reduced to 10.</div>\r\n<div></div>\r\n<div>Key Findings:\r\n• The Airport Investment Study estimates that the state’s 135 public-use airports will need $3.6 billion for eligible projects during the next 20 years.\r\n• The state’s share of the overall program need of $3.6 billion is more than $240 million, resulting in an average annual need of more than $12 million.\r\n• At current funding levels, the state’s share of the funding gap is over $8.4 million annually.</div>\r\n<div></div>\r\n<div>Hodgman also said that the studies involved a diverse and robust Advisory Committee with statewide representation.</div>\r\n<div></div>\r\n<div>Potential Solutions included:</div>\r\n<div></div>\r\n<div>1. Public Private Partnerships (P3)\r\n2. Alternative Taxing of Airport Operationally Oriented Uses\r\n3. Alternative Economic Development-Based Consumption Tax\r\n4. Establish a State-Sponsored Revolving Aviation Infrastructure Loan Fund\r\n5. Realignment of Current Transportation Revenue Allocations\r\n6. Reallocate Airport Leasehold Tax to the Aeronautics Account\r\n7. Increase Select Aviation Tax Rates\r\n8. Revise Fuel Excise Tax Exemptions\r\n9. Modify the State Aircraft Excise Tax Program (Variations: State sales tax)\r\n10. Develop a Best Management Practices Guidebook/Toolkit for State Airports</div>\r\n<div></div>\r\n<div>Hodgman described what has happened since the studies have been released:</div>\r\n<div></div>\r\n<div>Solutions implemented—\r\n▪ #9- Modify the State Aircraft Excise Tax Program\r\nSolutions moving forward—\r\n▪ #10- Develop a Best Management Practices\r\nGuidebook/Toolkit for Airports\r\nSolutions ‘liked’ by WSAA—\r\n▪ #4- Establish a State-Sponsored Revolving Aviation Infrastructure Loan Fund\r\n▪ #6- Reallocate Airport Leasehold Tax to the Aeronautics Account\r\n▪ And, “Variations” to #9: “Reallocate state sales tax collected on aircraft sales and/or aviation fuel”</div>\r\n<div></div>\r\n<div><strong>Summary of Comments:</strong>\r\nDavid Ketchum: Solution #4 revolving loan fund has the potential of improving the quality of our smaller airports, as they don’t have the monies to develop infrastructure. This might resolve the need for state and federal grants and would increase local focus on airports. This could be a powerful tool.</div>\r\n<div></div>\r\n<div>David Ryan: Solution #6 could help fund Solution #4.</div>\r\n<div></div>\r\n<div>Warren Hendrickson: Colorado has state infrastructure bank with lower interest rates (2 percent and under), which has proved to not be a huge burden and those numbers keep regenerating.</div>\r\n<div></div>\r\n<div>Rob Hodgman: Revenue-producing sometimes does not result in jobs, but sometimes it does. Take note of the job producing potential.</div>\r\n<div></div>\r\n<div>Atkins described the other potential solutions for consideration:</div>\r\n<div></div>\r\n<div>Atkins then presented the decision matrix for choosing priority solutions:</div>\r\n<div></div>\r\n<div>A quantitative scoring mechanism was utilized to score Solutions #6, #9 (variation – aircraft sales) and #9 (new variation – fuel tax). Solution #4 was not considered in the quantitative scoring exercise because Solution 4 requires new funding.\r\nScoring results: #6 leasehold tax =11, #9 A/C Sales = 5 and #9 aviation fuels = 8</div>\r\n<div></div>\r\n<div><strong>Summary of Comments:</strong></div>\r\n<div></div>\r\n<div>James Thompson: Can you confirm that we are not talking about changing any tax rates?\r\nTristan Atkins: These potential solutions involve no changes in tax rates. All of these solutions would reallocate fund from the General Fund to the Aeronautics Account.</div>\r\n<div></div>\r\n<div>David Ketchum: The Solutions Study presents possible solutions that are defensible. There was a lot of research done by the study team, and in that way, our tracks are covered.</div>\r\n<div></div>\r\n<div>Warren Hendrickson: There is always a concern when we’re dealing with the reallocation of sales tax because of the volatility.</div>\r\n<div></div>\r\n<div>Break: Lunch and slide show</div>\r\n<div></div>\r\n<div>Determine Legislative Priorities:\r\nHarvey said we’re moving toward legislative priorities. She introduced David Ketchum up to facilitate the discussion.</div>\r\n<div></div>\r\n<div><strong>Summary of Discussion:</strong></div>\r\n<div></div>\r\n<div>Stephen Ratzlaff: There is not a big impact on our membership, but the allocation of funds to the Aeronautics Account is great. My initial thought is that the two #9s are high priorities.</div>\r\n<div></div>\r\n<div>Dave Whitelaw: I concur with Tristan’s evaluation. I am in favor of no new taxes, but diverting the funds to the Aeronautics Account.</div>\r\n<div></div>\r\n<div>James Thompson: I like that #4 involves other funds to be leveraged. I suggest that we start small, and with what is most doable.</div>\r\n<div></div>\r\n<div>Ben Sclair: As a nonvoting member, I like the idea of any of these solutions shifting money from the General Fund for aviation purposes.</div>\r\n<div></div>\r\n<div>John Dobson: Look from the perspective of asking money to be taken from the General Fund for aviation. How can we ally with people who can promote the case for aviation (cities, counties, aircraft manufacturers, etc.)?</div>\r\n<div></div>\r\n<div>Dave Ryan: Regarding the leasehold excise tax - my tenants would rather see that money come back to the airport in some way. This is a positive sell for airport users.</div>\r\n<div></div>\r\n<div>Warren Hendrickson: #4 has a backup fund capability when others aren’t available. Is there some ways to leverage the FRIB to add an aviation component? Oregon has a lottery-funded mechanism that funds bike, marine and aviation projects. How is the leasehold tax applied to airports across the board? What is the scope of the leasehold tax on commercial airports? Where are the largest sources of revenues of the leasehold tax? This will help us identify supporters.\r\n#9 is worrisome because of volatility. Reinvestment strategy helps our cause; make sure the money is invested back into airports. Tackle #6 or #9 first then pump that money to #4.</div>\r\n<div></div>\r\n<div>David Ketchum: #6 takes most of the volatility off the table. #6 is the one that most directly ties to airport users. I favor #6 out of the bottom three.</div>\r\n<div></div>\r\n<div>Tristan Atkins: Whatever solution this alliance intends to pursue, WSDOT will help and support you.</div>\r\n<div></div>\r\n<div>Rep Dent: Every nickel in our budget is used by someone. I am excited about these potential solutions because they aren’t creating new taxes. Solution #9: look at 1 percent or .5 percent to start and show them how we are going to repay. Take some of this money and direct it up to solution #4 – fund it through aviation dollars. Take a little of this money collected on aviation fuel and put it towards #4. I will have staff analyze your decisions. The leasehold tax and tax on aviation sales will be the easiest sells. The fuel tax will be the heaviest lift.</div>\r\n<div></div>\r\n<div>David Ketchum: We want to tread carefully and deliberately. We’re a brand new organization and we must develop credibility and allies, and ensure our friends at the legislature won’t regret our trust. Even not having a particular stance on an issue wouldn’t be a bad thing. If we take a stance, we want to make sure there’s a good chance we can be successful and there is justification.</div>\r\n<div></div>\r\n<div>Kandace Harvey: We aren’t always going to be successful the first time we try something. It’s the long-term goal. If we methodically pursue a goal and continue to reach goals set in a certain period of time – that is success. We should make careful, non-controversial decisions that set us up for success.</div>\r\n<div></div>\r\n<div>Tristan Atkins: The Aviation Caucus has been briefed on all solutions and the ones we want to move forward.</div>\r\n<div></div>\r\n<div>Ketchum went around the table to vote on potential solutions:</div>\r\n<div></div>\r\n<div>Stephen Ratzlaff: Defer to WSDOT and Rep. Dent\r\nDave Whitelaw: Solution #6\r\nKandace: Solution #6\r\nJames Thompson: No vote (alternate for Mike Wren)\r\nJohn Dobson- Solution #6\r\nDave Ryan: Solution #6</div>\r\n<div></div>\r\n<div>Note: Ryan Sheehan, Alan Burnett, James Thompson and JR Norvell didn’t vote on a preferred decision.</div>\r\n<div></div>\r\n<div>Harvey said that since all members were not present to vote, the vote for #6 represented a vote on a preference, not a decision.</div>\r\n<div></div>\r\n<div>\r\n\r\n<strong>Election of 2016-2017 Officers and Board Members:</strong>\r\n\r\nMike Wren has volunteered to serve the Board 1 position, and Dave Ryan was present to volunteer for the Board #2 position.\r\n\r\n</div>\r\n<div></div>\r\n<div>Dave Ryan presented his request to serve on the WSAA Board.</div>\r\n<div></div>\r\n<div>Members completed their ballots to vote on WSAA officers. The ballots were anonymous, with no names marked.</div>\r\n<div></div>\r\n<div>While ballots were being completed, WSAA members were invited to speak about other, non-legislative areas of interest:</div>\r\n<div></div>\r\n<div><strong>Summary of Issues:</strong>\r\n• Land use issues\r\n• Department of Ecology permits on docks\r\n• Definition of navigable waterways\r\n• Basic, “welcome” kiosks at smaller airports\r\n• Cell tower issues\r\n• WPA passport project to encourage people to use WA airports\r\n• AOPA Airport Support Network volunteers\r\n• Better promote aviation\r\n• Seaplane museum on South Lake Union</div>\r\n<div></div>\r\n<div>After the discussion, votes were tallied and the new officers were selected unanimously:</div>\r\n<div></div>\r\n<div>Results: David Ketchum, President; John Dobson, VP; Tristan Atkins, Secretary; Kandace Harvey, Treasurer; Board Position 1 – David Ryan; Board Position 2, Mike Wren. Committee Chair Appointments: David Ryan – Membership, Mike Wren – Legislative.\r\nHarvey thanked members again for attending and, having no further business, the meeting was adjourned.</div>','WSAA conducts first full membership meeting','','inherit','closed','closed','','567-revision-v1','','','2016-04-28 10:38:49','2016-04-28 17:38:49','',567,'http://03c1a29.netsolhost.com/wordpress1/?p=571',0,'revision','',0),(563,5,'2016-04-27 16:03:09','2016-04-27 23:03:09','<span style=\"color: #000000; font-family: Times New Roman;\">Two new committees have been created within WSAA, one to oversee membership issues and one to track legislation at the state and federal level that may impact general aviation airports in Washington state.</span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Membership Committee – Dave Ryan</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Membership Committee is responsible for recruiting both voting and non-voting members of the Washington State Aviation Alliance (WSAA). Potential member organizations are considered with respect to the probability of a mutually beneficial relationship and approached about membership after careful consideration of mutual interests. Potential member organizations and those newly incorporated into the WSAA shall be fully briefed about the goals and methods of operation of the WSAA. Regular briefings are provided to the WSAA board about potential and new members. New members’ names, addresses and phone numbers are provided to the WSAA Secretary and WSAA Treasurer for incorporation into the WSAA accounting system and website. </span><span style=\"color: #000000; font-family: Times New Roman;\"> </span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Legislative Committee – Mike Wren</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Legislative Committee tracks legislation at the state and federal levels that may impact general aviation and/or airports in Washington State. Brief summaries about pertinent legislation shall be provided during board meetings or at the request of the President or Secretary. Recommendations as to why WSAA should or should not support proposed legislation are provided. Legislation progress reports are provided to the Secretary for addition to the WSAA website and for preparation of reports to the legislative caucus. </span>','WSAA committee additions','','publish','closed','open','','wsaa-committee-additions','','','2016-04-27 16:05:09','2016-04-27 23:05:09','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=563',0,'post','',0),(564,5,'2016-04-27 16:03:09','2016-04-27 23:03:09','<span style=\"color: #000000; font-family: Times New Roman;\"> Two new committees have been created within WSAA, one to oversee membership issues and one to track legislation at the state and federal level that may impact general aviation airports in Washington state.</span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Membership Committee – Dave Ryan</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Membership Committee is responsible for recruiting both voting and non-voting members of the Washington State Aviation Alliance (WSAA). Potential member organizations are considered with respect to the probability of a mutually beneficial relationship and approached about membership after careful consideration of mutual interests. Potential member organizations and those newly incorporated into the WSAA shall be fully briefed about the goals and methods of operation of the WSAA. Regular briefings are provided to the WSAA board about potential and new members. New members’ names, addresses and phone numbers are provided to the WSAA Secretary and WSAA Treasurer for incorporation into the WSAA accounting system and website. </span><span style=\"color: #000000; font-family: Times New Roman;\"> </span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Legislative Committee – Mike Wren</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Legislative Committee tracks legislation at the state and federal levels that may impact general aviation and/or airports in Washington State. Brief summaries about pertinent legislation shall be provided during board meetings or at the request of the President or Secretary. Recommendations as to why WSAA should or should not support proposed legislation are provided. Legislation progress reports are provided to the Secretary for addition to the WSAA website and for preparation of reports to the legislative caucus. </span>','WSAA COMMITTEE ADDITIONS','','inherit','closed','closed','','563-revision-v1','','','2016-04-27 16:03:09','2016-04-27 23:03:09','',563,'http://03c1a29.netsolhost.com/wordpress1/?p=564',0,'revision','',0),(565,5,'2016-04-27 16:04:03','2016-04-27 23:04:03','<span style=\"color: #000000; font-family: Times New Roman;\"> Two new committees have been created within WSAA, one to oversee membership issues and one to track legislation at the state and federal level that may impact general aviation airports in Washington state.</span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Membership Committee – Dave Ryan</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Membership Committee is responsible for recruiting both voting and non-voting members of the Washington State Aviation Alliance (WSAA). Potential member organizations are considered with respect to the probability of a mutually beneficial relationship and approached about membership after careful consideration of mutual interests. Potential member organizations and those newly incorporated into the WSAA shall be fully briefed about the goals and methods of operation of the WSAA. Regular briefings are provided to the WSAA board about potential and new members. New members’ names, addresses and phone numbers are provided to the WSAA Secretary and WSAA Treasurer for incorporation into the WSAA accounting system and website. </span><span style=\"color: #000000; font-family: Times New Roman;\"> </span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Legislative Committee – Mike Wren</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Legislative Committee tracks legislation at the state and federal levels that may impact general aviation and/or airports in Washington State. Brief summaries about pertinent legislation shall be provided during board meetings or at the request of the President or Secretary. Recommendations as to why WSAA should or should not support proposed legislation are provided. Legislation progress reports are provided to the Secretary for addition to the WSAA website and for preparation of reports to the legislative caucus. </span>','WSAA committee additions','','inherit','closed','closed','','563-revision-v1','','','2016-04-27 16:04:03','2016-04-27 23:04:03','',563,'http://03c1a29.netsolhost.com/wordpress1/?p=565',0,'revision','',0),(566,5,'2016-04-27 16:05:09','2016-04-27 23:05:09','<span style=\"color: #000000; font-family: Times New Roman;\">Two new committees have been created within WSAA, one to oversee membership issues and one to track legislation at the state and federal level that may impact general aviation airports in Washington state.</span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Membership Committee – Dave Ryan</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Membership Committee is responsible for recruiting both voting and non-voting members of the Washington State Aviation Alliance (WSAA). Potential member organizations are considered with respect to the probability of a mutually beneficial relationship and approached about membership after careful consideration of mutual interests. Potential member organizations and those newly incorporated into the WSAA shall be fully briefed about the goals and methods of operation of the WSAA. Regular briefings are provided to the WSAA board about potential and new members. New members’ names, addresses and phone numbers are provided to the WSAA Secretary and WSAA Treasurer for incorporation into the WSAA accounting system and website. </span><span style=\"color: #000000; font-family: Times New Roman;\"> </span>\r\n\r\n<b><span style=\"color: #000000; font-family: Times New Roman;\">Legislative Committee – Mike Wren</span></b>\r\n\r\n<span style=\"color: #000000; font-family: Times New Roman;\">The Legislative Committee tracks legislation at the state and federal levels that may impact general aviation and/or airports in Washington State. Brief summaries about pertinent legislation shall be provided during board meetings or at the request of the President or Secretary. Recommendations as to why WSAA should or should not support proposed legislation are provided. Legislation progress reports are provided to the Secretary for addition to the WSAA website and for preparation of reports to the legislative caucus. </span>','WSAA committee additions','','inherit','closed','closed','','563-revision-v1','','','2016-04-27 16:05:09','2016-04-27 23:05:09','',563,'http://03c1a29.netsolhost.com/wordpress1/?p=566',0,'revision','',0),(567,5,'2016-04-27 16:11:01','2016-04-27 23:11:01','<div><strong>Washington State Aviation Alliance Meeting Summary</strong>\r\n<strong>First Annual Membership Meeting</strong>\r\nBellevue, WA\r\nMarch 14, 2016\r\nHyatt Regency Bellevue</div>\r\n<div></div>\r\n<!--more-->\r\n<div><strong>Meeting Summary</strong></div>\r\n<div></div>\r\n<div>President’s Welcome: Kandace Harvey\r\nHarvey welcomed everyone and called the meeting to order. She asked the Secretary to query the membership to confirm there was a quorum for voting. A quorum was confirmed with six voting delegates and two proxies.</div>\r\n<div></div>\r\n<div><strong>Meeting Attendees:</strong></div>\r\n<div></div>\r\n<div>WSAA OFFICERS and VOTING DELEGATES\r\n• Kandace Harvey, WAMA/WSAA\r\n• John Dobson, WPA\r\n• David Ketchum, WSCAA\r\n• Tristan Atkins, WSDOT Aviation\r\nVOTING DELEGATES – General Membership\r\n• Allan Burnet – PNBAA/NBAA\r\n• Dave Whitelaw – RAF\r\n• Stephen Ratzlaff – WSPA\r\n• Ryan Sheehan – WAMA (not present – proxy Kandace Harvey)\r\n• JR Norvell – WSCAA (not present-proxy David Ketchum)\r\n• James Thompson – WPPA\r\n• Jamelle Garcia – WAA (not present)\r\n• John Dobson – (WPA)\r\nNON-VOTING DELEGATES – General Membership\r\n• Ben Sclair – GA News\r\n• Warren Hendrickson – AOPA\r\n• Kristi Ivey – NBAA (not present)\r\nBOARD CANDIDATES\r\n• David Ryan, Arlington Airport/WPA (Board Candidate)\r\n• James Thompson WPPA (for Mike Wren, Board Candidate)\r\nADMINISTRATIVE SUPPORT\r\n• Nisha Marvel – WSDOT Aviation\r\n• John MacArthur – WSDOT Aviation\r\n• Rob Hodgeman – WSDOT Aviation\r\nGUEST SPEAKER\r\n• Representative Tom Dent – 13th District, Moses Lake</div>\r\n<div></div>\r\n<div>Kandace Harvey provided an overview of the meeting packet and agenda. She then introduced guest speaker, Representative Tom Dent.</div>\r\n<div></div>\r\n<div>Guest Speaker’s Comments: Rep. Tom Dent (13th Dist. –Moses Lake)</div>\r\n<div></div>\r\n<div>Rep. Dent thanked everyone for attending. He spoke about his long history of being a pilot and his passion for aviation. He emphasized that the WSAA has an opportunity to bring aviation back to the forefront because it is so often an issue that falls through the cracks. Among the topics he covered were the decline in GA, increased drone usage, the upswing in commercial aviation, a major pilot shortage, high gas prices, and the need for innovations in pilot training such as using simulators. He described his vision for Washington to be the center of aviation in the United States. He said that the state has a lot of space where we can grow aviation.</div>\r\n<div></div>\r\n<div>Rep. Dent also emphasized the need to reach out to new industry. He also said we should pursue an aviation license plate that brings the focus on the importance of aviation in Washington. The funds from the license plate could be directed towards aviation education and promotion.</div>\r\n<div></div>\r\n<div>Rep. Dent also answered some questions posed by WSAA President Kandace Harvey:</div>\r\n<div></div>\r\n<div>What actions can WSAA take to help the Aviation Caucus? Rep. Dent said that the Aviation Caucus can accomplish a lot and that the WSAA can help by researching current topics or proposing new ideas.</div>\r\n<div></div>\r\n<div>How can WSAA improve Legislative Airport Awareness Day? Rep. Dent said that legislators are very busy and will go to the events that their constituents are interested in. He suggested scheduling the event far in advance and said that receptions in the Columbia Room are well attended. He also said that personally handing out invitations (index cards with event details) to Legislative Assistants is effective. He said the key is building those personal relationships.</div>\r\n<div></div>\r\n<div>What are some tips for achieving success in Olympia? Rep. Dent said to stay engaged, don’t lose heart, and to just keep talking.</div>\r\n<div></div>\r\n<div><strong>History & Purpose of the WSAA: Warren Hendrickson</strong></div>\r\n<div></div>\r\n<div>Hendrickson talked briefly about WSAA’s history. He said the idea for an alliance started when Ryan Zulauf gave a presentation to the Washington Pilots Association about needing a big tent approach. Ryan and Chuck Kegley then went to the Washington Public Ports Association expressing a need for a coalition, and the WPPA President was supportive. Hendrickson said the catalyst came in Feb. 2010 with HB3176. Many viewed this bill as a threat to aviation and growth. While many groups testified, a common strategy was lacking. Individual groups joined together for a post-hearing strategy meeting and HB 3176 was successfully defeated due in large part to the groups joining forces. Hendrickson said the groups tried to follow up that success with a meeting in the fall of 2010. However, the groups were unable to successfully corral state and national interest groups with any staying power, and the coalition faded.</div>\r\n<div></div>\r\n<div>In 2014 WSDOT completed the Aviation Investment Study, establishing that the state’s share of the overall program need of $3.6 billion is more than $240 million, resulting in an average annual need of more than $12 million. Additionally, in 2014 the aircraft excise tax bill was defeated due to a short session and insufficient support.</div>\r\n<div></div>\r\n<div>This caused aviation associations –WAMA, WSCAA, WPA, WSDOT and AOPA – to come together to investigate the formation of an alliance. Together, they studied nine different states, 11 separate issues and aspects and held six informative meeting. The goal was to form a group with an altruistic vision of serving aviation interests in Washington.</div>\r\n<div></div>\r\n<div>The Washington State Aviation Alliance was officially formed in Dec. 2015 and achieved the following:\r\n• Officer elections\r\n• Membership recruitment\r\n• Administrative systems in place\r\n• Logo/brochures/website\r\n• Legislative Aviation Caucus interface</div>\r\n<div></div>\r\n<div>In January 2015, the WSAA had the opportunity to go on the offensive when HB 1526/SB5324 was introduced with Rep. Tom Dent as its champion. The Alliance was able to effectively tell the leveraging story and WSAA members testified before the Legislature. The result was a successful passage.</div>\r\n<div></div>\r\n<div>Hendrickson emphasized that the moral to take away is that one group is stronger than any individual. During the 2016 Legislative Airport Awareness Day, the Alliance was able to say that it kept the promise it had made, and now the group has a reputation for being credible and reliable.</div>\r\n<div></div>\r\n<div>Hendrickson said that the Alliance’s strength lies within its collective unity. He said that there may be areas where the group disagrees, but in the areas where they do agree, members should unite because we serve the state better together.</div>\r\n<div></div>\r\n<div>Steering committee- Tristan Atkins, Kandace Harvey, David Ketchum, Dave Ulane</div>\r\n<div></div>\r\n<div><strong>WSAA Officer Annual Reports:</strong></div>\r\n<div></div>\r\n<div>Kandace Harvey (President) said that serving as WSAA President has been one of the most enjoyable and rewarding experiences in her professional career. She emphasized that the group would not take on an issue if it didn’t have a 100 percent level of support for it. It is most important to be unified.</div>\r\n<div></div>\r\n<div>John Dobson (Vice President) thanked past WPA President Les Smith for the work that he did. Dobson said that it was wonderful to testify in Olympia knowing that he was speaking on behalf of all of the organizations. He said that the Legislative Airport Awareness Day was successful because we were able to tell our story and show that we made good on our promises.</div>\r\n<div></div>\r\n<div>David Ketchum (Treasurer) presented the Treasurer’s report, which projected about $7,200 in expenses (including Administrative, Website, Meetings and Events, and Misc.) He noted the January – December 2015 report listing assets and expenses. The 2015 Profit and Loss Statement showed a net income of about $1,200. The Statement of Cash Flows showed $2,000 at the end of December 2015. The Profit and Loss Statement from January – February showed a net income of $4,800. The Statement of Cash Flows showed $4,440 at the end of January – February 2016.</div>\r\n<div></div>\r\n<div>President Harvey motioned to approve the Treasurer’s Report. Dobson motioned, Stephen Ratzlaff seconded the motion, and it was approved by all.</div>\r\n<div></div>\r\n<div>Tristan Atkins thanked the WSDOT Aviation staff for its support of the Alliance work. He also noted that he had maintained a WSAA Secretary’s book, which is tabbed, should anyone need information regarding past meetings or meeting summaries.</div>\r\n<div></div>\r\n<div><strong>Around the Table:</strong>\r\nAlan Burnett (PNBAA) said that he finds the group and its work thus far exciting and promising. Burnett noted that Washington has become hostile to business aviation in some areas, specifically tax areas. He said that the group wants to advocate for business aviation issues, and tax issues have become a main focus, along with safety and education. Burnett noted that he is happy to help the Alliance where needed, and noted PNBAA’s particular strength regarding tax issues, where they have already done a lot of research.</div>\r\n<div></div>\r\n<div>Kandace Harvey (WAMA) said that WAMA is on board with the group’s mission and purpose. She mentioned Ryan Zulauf for his vision, forward thinking and influence in making the WSAA a reality.</div>\r\n<div></div>\r\n<div>David Ketchum (WSCAA) said that his organization is made up of sponsors and volunteers at smaller airports. He said that since these airports don’t typically have managers, they rely on volunteers with shared responsibilities. Ketchum said that WSCAA helps that group learn more about airport management and funding/sources. They meet every October for an annual conference, usually in Leavenworth. Ketchum said his interest is to make sure that these airports are given resources and that we don’t lose sight of our small airports at the state level.</div>\r\n<div></div>\r\n<div>John Dobson (WPA) said that his organization is a diverse pilot group comprised of 22 individual chapters. He said that its focus is on advocacy, usually with airport and land use issues. Dobson said that WPA relies on the state for education and technical assistance to address varying issues. He said that WPA and WSAA can help each other achieve their common interests.</div>\r\n<div></div>\r\n<div>James Thompson (WPPA), speaking on behalf of Mike Wren, said that he is a registered lobbyist. He emphasized that a collaborative voice, which is represented through WSAA, is so important for pushing issues through. Thompson suggested bringing Washington Cites and Counties into the WSAA membership. He said Cities and Counties could be a real additive to this group.</div>\r\n<div></div>\r\n<div>Dave Whitelaw (RAF) said that his group’s mission is to maintain and preserve recreational airstrips. He said he questioned at first whether RAF belonged in the WSAA, but after talking with Warren, recognized the strength in unity. Whitelaw said that the RAF has worked closely with WSDOT Aviation, and their biggest legislative hurdle was tackled by the late Bob Kay. He said that RAF has more initiatives coming up in the future, and that the strength of WSAA will be helpful.</div>\r\n<div></div>\r\n<div>Stephen Ratzlaff (WSPA) said that his group represents recreational seaplane pilots for the most part, but also Kenmore Air. His group deals with issues around seaplanes, docks and use of public water. Ratzlaff said that the Department of Ecology is putting constraints on seaplane lifts on docks, and is restricting future use of docks for seaplane use. He said that other issues involve Whatcom County, the City of Bellingham and DOE around preventing the transport of invasive species. Ratzlaff said he looks forward to working with the Alliance more to promote access for seaplane operators and safety.</div>\r\n<div></div>\r\n<div>Warren Hendrickson (AOPA) said that he is one of seven regional managers nationwide. He said that the Northwest Mountain Region is his focus and his primary role is to provide airport support and legislative advocacy. Hendrickson said that AOPA is the largest general aviation organization in the world, and has about 9,800 members in WA State alone. He said that WA is leading in the pack in terms of the Alliance and Aviation Caucus, as no other states have these resources. Hendrickson said that he is grateful to be part of this organization, and is happy to support and facilitate whenever necessary.</div>\r\n<div></div>\r\n<div>Ben Sclair (GA News) said his interest in joining the Alliance was to find a way to share the success stories that this organization will generate. He said that legislative discussion is not the most exciting, but that making aviation in this country vibrant again is everyone’s goal. Sclair said he hopes to find ways to tell those stories and increase the sphere of influence for the Alliance.</div>\r\n<div></div>\r\n<div>Tristan Atkins (WSDOT) said that WSDOT serves in partnership with the WSAA. He mentioned that the Steering Committee went to great lengths to separate lobbying vs. non lobbying efforts when it came to WSDOT’s involvement. Atkins emphasized the importance of WSDOT’s membership on the Alliance as both organizations’ mission statements are aligned. Atkins said that WSDOT was asked by Senator Honeyford to solicit the Alliance on possible topics for the 2017 Aviation Caucus. WSDOT will send updated topics to the Alliance and offer another opportunity for input.</div>\r\n<div></div>\r\n<div>Break (Five mintues)</div>\r\n<div></div>\r\n<div><strong>Airport Investment – analysis of potential solutions to funding gap:</strong>\r\nAtkins described the purpose of his presentation:\r\n To provide accurate and thorough analysis of possible solutions to the state’s airport funding gap.\r\n To provide technical assistance that supports discussion, decision making and helps shape the Alliance’s legislative priorities.\r\n To encourage the pursuit of legislative priorities that increase funding for airport investments without increasing taxes or fees on the aviation community.\r\n Make a decision today, develop a strategy later!</div>\r\n<div></div>\r\n<div>Rob Hodgman discussed the findings of the Airport Investment Study. He recognized that it was Atkins’ idea to do this study, and it has become a landmark study that has gotten a lot of traction. There were two parts to the study: analyzing the problem, and identifying potential solutions. Hodgman said that after thorough evaluations, 33 potential solutions were reduced to 10.</div>\r\n<div></div>\r\n<div>Key Findings:\r\n• The Airport Investment Study estimates that the state’s 135 public-use airports will need $3.6 billion for eligible projects during the next 20 years.\r\n• The state’s share of the overall program need of $3.6 billion is more than $240 million, resulting in an average annual need of more than $12 million.\r\n• At current funding levels, the state’s share of the funding gap is over $8.4 million annually.</div>\r\n<div></div>\r\n<div>Hodgman also said that the studies involved a diverse and robust Advisory Committee with statewide representation.</div>\r\n<div></div>\r\n<div>Potential Solutions included:</div>\r\n<div></div>\r\n<div>1. Public Private Partnerships (P3)\r\n2. Alternative Taxing of Airport Operationally Oriented Uses\r\n3. Alternative Economic Development-Based Consumption Tax\r\n4. Establish a State-Sponsored Revolving Aviation Infrastructure Loan Fund\r\n5. Realignment of Current Transportation Revenue Allocations\r\n6. Reallocate Airport Leasehold Tax to the Aeronautics Account\r\n7. Increase Select Aviation Tax Rates\r\n8. Revise Fuel Excise Tax Exemptions\r\n9. Modify the State Aircraft Excise Tax Program (Variations: State sales tax)\r\n10. Develop a Best Management Practices Guidebook/Toolkit for State Airports</div>\r\n<div></div>\r\n<div>Hodgman described what has happened since the studies have been released:</div>\r\n<div></div>\r\n<div>Solutions implemented—\r\n▪ #9- Modify the State Aircraft Excise Tax Program\r\nSolutions moving forward—\r\n▪ #10- Develop a Best Management Practices\r\nGuidebook/Toolkit for Airports\r\nSolutions ‘liked’ by WSAA—\r\n▪ #4- Establish a State-Sponsored Revolving Aviation Infrastructure Loan Fund\r\n▪ #6- Reallocate Airport Leasehold Tax to the Aeronautics Account\r\n▪ And, “Variations” to #9: “Reallocate state sales tax collected on aircraft sales and/or aviation fuel”</div>\r\n<div></div>\r\n<div><strong>Summary of Comments:</strong>\r\nDavid Ketchum: Solution #4 revolving loan fund has the potential of improving the quality of our smaller airports, as they don’t have the monies to develop infrastructure. This might resolve the need for state and federal grants and would increase local focus on airports. This could be a powerful tool.</div>\r\n<div></div>\r\n<div>David Ryan: Solution #6 could help fund Solution #4.</div>\r\n<div></div>\r\n<div>Warren Hendrickson: Colorado has state infrastructure bank with lower interest rates (2 percent and under), which has proved to not be a huge burden and those numbers keep regenerating.</div>\r\n<div></div>\r\n<div>Rob Hodgman: Revenue-producing sometimes does not result in jobs, but sometimes it does. Take note of the job producing potential.</div>\r\n<div></div>\r\n<div>Atkins described the other potential solutions for consideration:</div>\r\n<div></div>\r\n<div>Atkins then presented the decision matrix for choosing priority solutions:</div>\r\n<div></div>\r\n<div>A quantitative scoring mechanism was utilized to score Solutions #6, #9 (variation – aircraft sales) and #9 (new variation – fuel tax). Solution #4 was not considered in the quantitative scoring exercise because Solution 4 requires new funding.\r\nScoring results: #6 leasehold tax =11, #9 A/C Sales = 5 and #9 aviation fuels = 8</div>\r\n<div></div>\r\n<div><strong>Summary of Comments:</strong></div>\r\n<div></div>\r\n<div>James Thompson: Can you confirm that we are not talking about changing any tax rates?\r\nTristan Atkins: These potential solutions involve no changes in tax rates. All of these solutions would reallocate fund from the General Fund to the Aeronautics Account.</div>\r\n<div></div>\r\n<div>David Ketchum: The Solutions Study presents possible solutions that are defensible. There was a lot of research done by the study team, and in that way, our tracks are covered.</div>\r\n<div></div>\r\n<div>Warren Hendrickson: There is always a concern when we’re dealing with the reallocation of sales tax because of the volatility.</div>\r\n<div></div>\r\n<div>Break: Lunch and slide show</div>\r\n<div></div>\r\n<div>Determine Legislative Priorities:\r\nHarvey said we’re moving toward legislative priorities. She introduced David Ketchum up to facilitate the discussion.</div>\r\n<div></div>\r\n<div><strong>Summary of Discussion:</strong></div>\r\n<div></div>\r\n<div>Stephen Ratzlaff: There is not a big impact on our membership, but the allocation of funds to the Aeronautics Account is great. My initial thought is that the two #9s are high priorities.</div>\r\n<div></div>\r\n<div>Dave Whitelaw: I concur with Tristan’s evaluation. I am in favor of no new taxes, but diverting the funds to the Aeronautics Account.</div>\r\n<div></div>\r\n<div>James Thompson: I like that #4 involves other funds to be leveraged. I suggest that we start small, and with what is most doable.</div>\r\n<div></div>\r\n<div>Ben Sclair: As a nonvoting member, I like the idea of any of these solutions shifting money from the General Fund for aviation purposes.</div>\r\n<div></div>\r\n<div>John Dobson: Look from the perspective of asking money to be taken from the General Fund for aviation. How can we ally with people who can promote the case for aviation (cities, counties, aircraft manufacturers, etc.)?</div>\r\n<div></div>\r\n<div>Dave Ryan: Regarding the leasehold excise tax - my tenants would rather see that money come back to the airport in some way. This is a positive sell for airport users.</div>\r\n<div></div>\r\n<div>Warren Hendrickson: #4 has a backup fund capability when others aren’t available. Is there some ways to leverage the FRIB to add an aviation component? Oregon has a lottery-funded mechanism that funds bike, marine and aviation projects. How is the leasehold tax applied to airports across the board? What is the scope of the leasehold tax on commercial airports? Where are the largest sources of revenues of the leasehold tax? This will help us identify supporters.\r\n#9 is worrisome because of volatility. Reinvestment strategy helps our cause; make sure the money is invested back into airports. Tackle #6 or #9 first then pump that money to #4.</div>\r\n<div></div>\r\n<div>David Ketchum: #6 takes most of the volatility off the table. #6 is the one that most directly ties to airport users. I favor #6 out of the bottom three.</div>\r\n<div></div>\r\n<div>Tristan Atkins: Whatever solution this alliance intends to pursue, WSDOT will help and support you.</div>\r\n<div></div>\r\n<div>Rep Dent: Every nickel in our budget is used by someone. I am excited about these potential solutions because they aren’t creating new taxes. Solution #9: look at 1 percent or .5 percent to start and show them how we are going to repay. Take some of this money and direct it up to solution #4 – fund it through aviation dollars. Take a little of this money collected on aviation fuel and put it towards #4. I will have staff analyze your decisions. The leasehold tax and tax on aviation sales will be the easiest sells. The fuel tax will be the heaviest lift.</div>\r\n<div></div>\r\n<div>David Ketchum: We want to tread carefully and deliberately. We’re a brand new organization and we must develop credibility and allies, and ensure our friends at the legislature won’t regret our trust. Even not having a particular stance on an issue wouldn’t be a bad thing. If we take a stance, we want to make sure there’s a good chance we can be successful and there is justification.</div>\r\n<div></div>\r\n<div>Kandace Harvey: We aren’t always going to be successful the first time we try something. It’s the long-term goal. If we methodically pursue a goal and continue to reach goals set in a certain period of time – that is success. We should make careful, non-controversial decisions that set us up for success.</div>\r\n<div></div>\r\n<div>Tristan Atkins: The Aviation Caucus has been briefed on all solutions and the ones we want to move forward.</div>\r\n<div></div>\r\n<div>Ketchum went around the table to vote on potential solutions:</div>\r\n<div></div>\r\n<div>Stephen Ratzlaff: Defer to WSDOT and Rep. Dent\r\nDave Whitelaw: Solution #6\r\nKandace: Solution #6\r\nJames Thompson: No vote (alternate for Mike Wren)\r\nJohn Dobson- Solution #6\r\nDave Ryan: Solution #6</div>\r\n<div></div>\r\n<div>Note: Ryan Sheehan, Alan Burnett, James Thompson and JR Norvell didn’t vote on a preferred decision.</div>\r\n<div></div>\r\n<div>Harvey said that since all members were not present to vote, the vote for #6 represented a vote on a preference, not a decision.</div>\r\n<div></div>\r\n<div>\r\n\r\n<strong>Election of 2016-2017 Officers and Board Members:</strong>\r\n\r\nMike Wren has volunteered to serve the Board 1 position, and Dave Ryan was present to volunteer for the Board #2 position.\r\n\r\n</div>\r\n<div></div>\r\n<div>Dave Ryan presented his request to serve on the WSAA Board.</div>\r\n<div></div>\r\n<div>Members completed their ballots to vote on WSAA officers. The ballots were anonymous, with no names marked.</div>\r\n<div></div>\r\n<div>While ballots were being completed, WSAA members were invited to speak about other, non-legislative areas of interest:</div>\r\n<div></div>\r\n<div><strong>Summary of Issues:</strong>\r\n• Land use issues\r\n• Department of Ecology permits on docks\r\n• Definition of navigable waterways\r\n• Basic, “welcome” kiosks at smaller airports\r\n• Cell tower issues\r\n• WPA passport project to encourage people to use WA airports\r\n• AOPA Airport Support Network volunteers\r\n• Better promote aviation\r\n• Seaplane museum on South Lake Union</div>\r\n<div></div>\r\n<div>After the discussion, votes were tallied and the new officers were selected unanimously:</div>\r\n<div></div>\r\n<div>Results: David Ketchum, President; John Dobson, VP; Tristan Atkins, Secretary; Kandace Harvey, Treasurer; Board Position 1 – David Ryan; Board Position 2, Mike Wren. Committee Chair Appointments: David Ryan – Membership, Mike Wren – Legislative.\r\nHarvey thanked members again for attending and, having no further business, the meeting was adjourned.</div>','WSAA conducts first full membership meeting','','publish','closed','open','','wsaa-conducts-first-full-membership-meeting','','','2016-04-28 10:38:49','2016-04-28 17:38:49','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=567',0,'post','',0),(568,5,'2016-04-27 16:11:01','2016-04-27 23:11:01','<div><strong>Washington State Aviation Alliance Meeting Summary</strong>\r\n<strong>First Annual Membership Meeting</strong>\r\nBellevue, WA\r\nMarch 14, 2016\r\nHyatt Regency Bellevue</div>\r\n<div></div>\r\n<div><strong>Meeting Summary</strong></div>\r\n<div></div>\r\n<div>President’s Welcome: Kandace Harvey\r\nHarvey welcomed everyone and called the meeting to order. She asked the Secretary to query the membership to confirm there was a quorum for voting. A quorum was confirmed with six voting delegates and two proxies.</div>\r\n<div></div>\r\n<div><strong>Meeting Attendees:</strong></div>\r\n<div></div>\r\n<div>WSAA OFFICERS and VOTING DELEGATES\r\n• Kandace Harvey, WAMA/WSAA\r\n• John Dobson, WPA\r\n• David Ketchum, WSCAA\r\n• Tristan Atkins, WSDOT Aviation\r\nVOTING DELEGATES – General Membership\r\n• Allan Burnet – PNBAA/NBAA\r\n• Dave Whitelaw – RAF\r\n• Stephen Ratzlaff – WSPA\r\n• Ryan Sheehan – WAMA (not present – proxy Kandace Harvey)\r\n• JR Norvell – WSCAA (not present-proxy David Ketchum)\r\n• James Thompson – WPPA\r\n• Jamelle Garcia – WAA (not present)\r\n• John Dobson – (WPA)\r\nNON-VOTING DELEGATES – General Membership\r\n• Ben Sclair – GA News\r\n• Warren Hendrickson – AOPA\r\n• Kristi Ivey – NBAA (not present)\r\nBOARD CANDIDATES\r\n• David Ryan, Arlington Airport/WPA (Board Candidate)\r\n• James Thompson WPPA (for Mike Wren, Board Candidate)\r\nADMINISTRATIVE SUPPORT\r\n• Nisha Marvel – WSDOT Aviation\r\n• John MacArthur – WSDOT Aviation\r\n• Rob Hodgeman – WSDOT Aviation\r\nGUEST SPEAKER\r\n• Representative Tom Dent – 13th District, Moses Lake</div>\r\n<div></div>\r\n<div>Kandace Harvey provided an overview of the meeting packet and agenda. She then introduced guest speaker, Representative Tom Dent.</div>\r\n<div></div>\r\n<div>Guest Speaker’s Comments: Rep. Tom Dent (13th Dist. –Moses Lake)</div>\r\n<div></div>\r\n<div>Rep. Dent thanked everyone for attending. He spoke about his long history of being a pilot and his passion for aviation. He emphasized that the WSAA has an opportunity to bring aviation back to the forefront because it is so often an issue that falls through the cracks. Among the topics he covered were the decline in GA, increased drone usage, the upswing in commercial aviation, a major pilot shortage, high gas prices, and the need for innovations in pilot training such as using simulators. He described his vision for Washington to be the center of aviation in the United States. He said that the state has a lot of space where we can grow aviation.</div>\r\n<div></div>\r\n<div>Rep. Dent also emphasized the need to reach out to new industry. He also said we should pursue an aviation license plate that brings the focus on the importance of aviation in Washington. The funds from the license plate could be directed towards aviation education and promotion.</div>\r\n<div></div>\r\n<div>Rep. Dent also answered some questions posed by WSAA President Kandace Harvey:</div>\r\n<div></div>\r\n<div>What actions can WSAA take to help the Aviation Caucus? Rep. Dent said that the Aviation Caucus can accomplish a lot and that the WSAA can help by researching current topics or proposing new ideas.</div>\r\n<div></div>\r\n<div>How can WSAA improve Legislative Airport Awareness Day? Rep. Dent said that legislators are very busy and will go to the events that their constituents are interested in. He suggested scheduling the event far in advance and said that receptions in the Columbia Room are well attended. He also said that personally handing out invitations (index cards with event details) to Legislative Assistants is effective. He said the key is building those personal relationships.</div>\r\n<div></div>\r\n<div>What are some tips for achieving success in Olympia? Rep. Dent said to stay engaged, don’t lose heart, and to just keep talking.</div>\r\n<div></div>\r\n<div><strong>History & Purpose of the WSAA: Warren Hendrickson</strong></div>\r\n<div></div>\r\n<div>Hendrickson talked briefly about WSAA’s history. He said the idea for an alliance started when Ryan Zulauf gave a presentation to the Washington Pilots Association about needing a big tent approach. Ryan and Chuck Kegley then went to the Washington Public Ports Association expressing a need for a coalition, and the WPPA President was supportive. Hendrickson said the catalyst came in Feb. 2010 with HB3176. Many viewed this bill as a threat to aviation and growth. While many groups testified, a common strategy was lacking. Individual groups joined together for a post-hearing strategy meeting and HB 3176 was successfully defeated due in large part to the groups joining forces. Hendrickson said the groups tried to follow up that success with a meeting in the fall of 2010. However, the groups were unable to successfully corral state and national interest groups with any staying power, and the coalition faded.</div>\r\n<div></div>\r\n<div>In 2014 WSDOT completed the Aviation Investment Study, establishing that the state’s share of the overall program need of $3.6 billion is more than $240 million, resulting in an average annual need of more than $12 million. Additionally, in 2014 the aircraft excise tax bill was defeated due to a short session and insufficient support.</div>\r\n<div></div>\r\n<div>This caused aviation associations –WAMA, WSCAA, WPA, WSDOT and AOPA – to come together to investigate the formation of an alliance. Together, they studied nine different states, 11 separate issues and aspects and held six informative meeting. The goal was to form a group with an altruistic vision of serving aviation interests in Washington.</div>\r\n<div></div>\r\n<div>The Washington State Aviation Alliance was officially formed in Dec. 2015 and achieved the following:\r\n• Officer elections\r\n• Membership recruitment\r\n• Administrative systems in place\r\n• Logo/brochures/website\r\n• Legislative Aviation Caucus interface</div>\r\n<div></div>\r\n<div>In January 2015, the WSAA had the opportunity to go on the offensive when HB 1526/SB5324 was introduced with Rep. Tom Dent as its champion. The Alliance was able to effectively tell the leveraging story and WSAA members testified before the Legislature. The result was a successful passage.</div>\r\n<div></div>\r\n<div>Hendrickson emphasized that the moral to take away is that one group is stronger than any individual. During the 2016 Legislative Airport Awareness Day, the Alliance was able to say that it kept the promise it had made, and now the group has a reputation for being credible and reliable.</div>\r\n<div></div>\r\n<div>Hendrickson said that the Alliance’s strength lies within its collective unity. He said that there may be areas where the group disagrees, but in the areas where they do agree, members should unite because we serve the state better together.</div>\r\n<div></div>\r\n<div>Steering committee- Tristan Atkins, Kandace Harvey, David Ketchum, Dave Ulane</div>\r\n<div></div>\r\n<div><strong>WSAA Officer Annual Reports:</strong></div>\r\n<div></div>\r\n<div>Kandace Harvey (President) said that serving as WSAA President has been one of the most enjoyable and rewarding experiences in her professional career. She emphasized that the group would not take on an issue if it didn’t have a 100 percent level of support for it. It is most important to be unified.</div>\r\n<div></div>\r\n<div>John Dobson (Vice President) thanked past WPA President Les Smith for the work that he did. Dobson said that it was wonderful to testify in Olympia knowing that he was speaking on behalf of all of the organizations. He said that the Legislative Airport Awareness Day was successful because we were able to tell our story and show that we made good on our promises.</div>\r\n<div></div>\r\n<div>David Ketchum (Treasurer) presented the Treasurer’s report, which projected about $7,200 in expenses (including Administrative, Website, Meetings and Events, and Misc.) He noted the January – December 2015 report listing assets and expenses. The 2015 Profit and Loss Statement showed a net income of about $1,200. The Statement of Cash Flows showed $2,000 at the end of December 2015. The Profit and Loss Statement from January – February showed a net income of $4,800. The Statement of Cash Flows showed $4,440 at the end of January – February 2016.</div>\r\n<div></div>\r\n<div>President Harvey motioned to approve the Treasurer’s Report. Dobson motioned, Stephen Ratzlaff seconded the motion, and it was approved by all.</div>\r\n<div></div>\r\n<div>Tristan Atkins thanked the WSDOT Aviation staff for its support of the Alliance work. He also noted that he had maintained a WSAA Secretary’s book, which is tabbed, should anyone need information regarding past meetings or meeting summaries.</div>\r\n<div></div>\r\n<div><strong>Around the Table:</strong>\r\nAlan Burnett (PNBAA) said that he finds the group and its work thus far exciting and promising. Burnett noted that Washington has become hostile to business aviation in some areas, specifically tax areas. He said that the group wants to advocate for business aviation issues, and tax issues have become a main focus, along with safety and education. Burnett noted that he is happy to help the Alliance where needed, and noted PNBAA’s particular strength regarding tax issues, where they have already done a lot of research.</div>\r\n<div></div>\r\n<div>Kandace Harvey (WAMA) said that WAMA is on board with the group’s mission and purpose. She mentioned Ryan Zulauf for his vision, forward thinking and influence in making the WSAA a reality.</div>\r\n<div></div>\r\n<div>David Ketchum (WSCAA) said that his organization is made up of sponsors and volunteers at smaller airports. He said that since these airports don’t typically have managers, they rely on volunteers with shared responsibilities. Ketchum said that WSCAA helps that group learn more about airport management and funding/sources. They meet every October for an annual conference, usually in Leavenworth. Ketchum said his interest is to make sure that these airports are given resources and that we don’t lose sight of our small airports at the state level.</div>\r\n<div></div>\r\n<div>John Dobson (WPA) said that his organization is a diverse pilot group comprised of 22 individual chapters. He said that its focus is on advocacy, usually with airport and land use issues. Dobson said that WPA relies on the state for education and technical assistance to address varying issues. He said that WPA and WSAA can help each other achieve their common interests.</div>\r\n<div></div>\r\n<div>James Thompson (WPPA), speaking on behalf of Mike Wren, said that he is a registered lobbyist. He emphasized that a collaborative voice, which is represented through WSAA, is so important for pushing issues through. Thompson suggested bringing Washington Cites and Counties into the WSAA membership. He said Cities and Counties could be a real additive to this group.</div>\r\n<div></div>\r\n<div>Dave Whitelaw (RAF) said that his group’s mission is to maintain and preserve recreational airstrips. He said he questioned at first whether RAF belonged in the WSAA, but after talking with Warren, recognized the strength in unity. Whitelaw said that the RAF has worked closely with WSDOT Aviation, and their biggest legislative hurdle was tackled by the late Bob Kay. He said that RAF has more initiatives coming up in the future, and that the strength of WSAA will be helpful.</div>\r\n<div></div>\r\n<div>Stephen Ratzlaff (WSPA) said that his group represents recreational seaplane pilots for the most part, but also Kenmore Air. His group deals with issues around seaplanes, docks and use of public water. Ratzlaff said that the Department of Ecology is putting constraints on seaplane lifts on docks, and is restricting future use of docks for seaplane use. He said that other issues involve Whatcom County, the City of Bellingham and DOE around preventing the transport of invasive species. Ratzlaff said he looks forward to working with the Alliance more to promote access for seaplane operators and safety.</div>\r\n<div></div>\r\n<div>Warren Hendrickson (AOPA) said that he is one of seven regional managers nationwide. He said that the Northwest Mountain Region is his focus and his primary role is to provide airport support and legislative advocacy. Hendrickson said that AOPA is the largest general aviation organization in the world, and has about 9,800 members in WA State alone. He said that WA is leading in the pack in terms of the Alliance and Aviation Caucus, as no other states have these resources. Hendrickson said that he is grateful to be part of this organization, and is happy to support and facilitate whenever necessary.</div>\r\n<div></div>\r\n<div>Ben Sclair (GA News) said his interest in joining the Alliance was to find a way to share the success stories that this organization will generate. He said that legislative discussion is not the most exciting, but that making aviation in this country vibrant again is everyone’s goal. Sclair said he hopes to find ways to tell those stories and increase the sphere of influence for the Alliance.</div>\r\n<div></div>\r\n<div>Tristan Atkins (WSDOT) said that WSDOT serves in partnership with the WSAA. He mentioned that the Steering Committee went to great lengths to separate lobbying vs. non lobbying efforts when it came to WSDOT’s involvement. Atkins emphasized the importance of WSDOT’s membership on the Alliance as both organizations’ mission statements are aligned. Atkins said that WSDOT was asked by Senator Honeyford to solicit the Alliance on possible topics for the 2017 Aviation Caucus. WSDOT will send updated topics to the Alliance and offer another opportunity for input.</div>\r\n<div></div>\r\n<div>Break (Five mintues)</div>\r\n<div></div>\r\n<div><strong>Airport Investment – analysis of potential solutions to funding gap:</strong>\r\nAtkins described the purpose of his presentation:\r\n To provide accurate and thorough analysis of possible solutions to the state’s airport funding gap.\r\n To provide technical assistance that supports discussion, decision making and helps shape the Alliance’s legislative priorities.\r\n To encourage the pursuit of legislative priorities that increase funding for airport investments without increasing taxes or fees on the aviation community.\r\n Make a decision today, develop a strategy later!</div>\r\n<div></div>\r\n<div>Rob Hodgman discussed the findings of the Airport Investment Study. He recognized that it was Atkins’ idea to do this study, and it has become a landmark study that has gotten a lot of traction. There were two parts to the study: analyzing the problem, and identifying potential solutions. Hodgman said that after thorough evaluations, 33 potential solutions were reduced to 10.</div>\r\n<div></div>\r\n<div>Key Findings:\r\n• The Airport Investment Study estimates that the state’s 135 public-use airports will need $3.6 billion for eligible projects during the next 20 years.\r\n• The state’s share of the overall program need of $3.6 billion is more than $240 million, resulting in an average annual need of more than $12 million.\r\n• At current funding levels, the state’s share of the funding gap is over $8.4 million annually.</div>\r\n<div></div>\r\n<div>Hodgman also said that the studies involved a diverse and robust Advisory Committee with statewide representation.</div>\r\n<div></div>\r\n<div>Potential Solutions included:</div>\r\n<div></div>\r\n<div>1. Public Private Partnerships (P3)\r\n2. Alternative Taxing of Airport Operationally Oriented Uses\r\n3. Alternative Economic Development-Based Consumption Tax\r\n4. Establish a State-Sponsored Revolving Aviation Infrastructure Loan Fund\r\n5. Realignment of Current Transportation Revenue Allocations\r\n6. Reallocate Airport Leasehold Tax to the Aeronautics Account\r\n7. Increase Select Aviation Tax Rates\r\n8. Revise Fuel Excise Tax Exemptions\r\n9. Modify the State Aircraft Excise Tax Program (Variations: State sales tax)\r\n10. Develop a Best Management Practices Guidebook/Toolkit for State Airports</div>\r\n<div></div>\r\n<div>Hodgman described what has happened since the studies have been released:</div>\r\n<div></div>\r\n<div>Solutions implemented—\r\n▪ #9- Modify the State Aircraft Excise Tax Program\r\nSolutions moving forward—\r\n▪ #10- Develop a Best Management Practices\r\nGuidebook/Toolkit for Airports\r\nSolutions ‘liked’ by WSAA—\r\n▪ #4- Establish a State-Sponsored Revolving Aviation Infrastructure Loan Fund\r\n▪ #6- Reallocate Airport Leasehold Tax to the Aeronautics Account\r\n▪ And, “Variations” to #9: “Reallocate state sales tax collected on aircraft sales and/or aviation fuel”</div>\r\n<div></div>\r\n<div><strong>Summary of Comments:</strong>\r\nDavid Ketchum: Solution #4 revolving loan fund has the potential of improving the quality of our smaller airports, as they don’t have the monies to develop infrastructure. This might resolve the need for state and federal grants and would increase local focus on airports. This could be a powerful tool.</div>\r\n<div></div>\r\n<div>David Ryan: Solution #6 could help fund Solution #4.</div>\r\n<div></div>\r\n<div>Warren Hendrickson: Colorado has state infrastructure bank with lower interest rates (2 percent and under), which has proved to not be a huge burden and those numbers keep regenerating.</div>\r\n<div></div>\r\n<div>Rob Hodgman: Revenue-producing sometimes does not result in jobs, but sometimes it does. Take note of the job producing potential.</div>\r\n<div></div>\r\n<div>Atkins described the other potential solutions for consideration:</div>\r\n<div></div>\r\n<div>Atkins then presented the decision matrix for choosing priority solutions:</div>\r\n<div></div>\r\n<div>A quantitative scoring mechanism was utilized to score Solutions #6, #9 (variation – aircraft sales) and #9 (new variation – fuel tax). Solution #4 was not considered in the quantitative scoring exercise because Solution 4 requires new funding.\r\nScoring results: #6 leasehold tax =11, #9 A/C Sales = 5 and #9 aviation fuels = 8</div>\r\n<div></div>\r\n<div><strong>Summary of Comments:</strong></div>\r\n<div></div>\r\n<div>James Thompson: Can you confirm that we are not talking about changing any tax rates?\r\nTristan Atkins: These potential solutions involve no changes in tax rates. All of these solutions would reallocate fund from the General Fund to the Aeronautics Account.</div>\r\n<div></div>\r\n<div>David Ketchum: The Solutions Study presents possible solutions that are defensible. There was a lot of research done by the study team, and in that way, our tracks are covered.</div>\r\n<div></div>\r\n<div>Warren Hendrickson: There is always a concern when we’re dealing with the reallocation of sales tax because of the volatility.</div>\r\n<div></div>\r\n<div>Break: Lunch and slide show</div>\r\n<div></div>\r\n<div>Determine Legislative Priorities:\r\nHarvey said we’re moving toward legislative priorities. She introduced David Ketchum up to facilitate the discussion.</div>\r\n<div></div>\r\n<div><strong>Summary of Discussion:</strong></div>\r\n<div></div>\r\n<div>Stephen Ratzlaff: There is not a big impact on our membership, but the allocation of funds to the Aeronautics Account is great. My initial thought is that the two #9s are high priorities.</div>\r\n<div></div>\r\n<div>Dave Whitelaw: I concur with Tristan’s evaluation. I am in favor of no new taxes, but diverting the funds to the Aeronautics Account.</div>\r\n<div></div>\r\n<div>James Thompson: I like that #4 involves other funds to be leveraged. I suggest that we start small, and with what is most doable.</div>\r\n<div></div>\r\n<div>Ben Sclair: As a nonvoting member, I like the idea of any of these solutions shifting money from the General Fund for aviation purposes.</div>\r\n<div></div>\r\n<div>John Dobson: Look from the perspective of asking money to be taken from the General Fund for aviation. How can we ally with people who can promote the case for aviation (cities, counties, aircraft manufacturers, etc.)?</div>\r\n<div></div>\r\n<div>Dave Ryan: Regarding the leasehold excise tax - my tenants would rather see that money come back to the airport in some way. This is a positive sell for airport users.</div>\r\n<div></div>\r\n<div>Warren Hendrickson: #4 has a backup fund capability when others aren’t available. Is there some ways to leverage the FRIB to add an aviation component? Oregon has a lottery-funded mechanism that funds bike, marine and aviation projects. How is the leasehold tax applied to airports across the board? What is the scope of the leasehold tax on commercial airports? Where are the largest sources of revenues of the leasehold tax? This will help us identify supporters.\r\n#9 is worrisome because of volatility. Reinvestment strategy helps our cause; make sure the money is invested back into airports. Tackle #6 or #9 first then pump that money to #4.</div>\r\n<div></div>\r\n<div>David Ketchum: #6 takes most of the volatility off the table. #6 is the one that most directly ties to airport users. I favor #6 out of the bottom three.</div>\r\n<div></div>\r\n<div>Tristan Atkins: Whatever solution this alliance intends to pursue, WSDOT will help and support you.</div>\r\n<div></div>\r\n<div>Rep Dent: Every nickel in our budget is used by someone. I am excited about these potential solutions because they aren’t creating new taxes. Solution #9: look at 1 percent or .5 percent to start and show them how we are going to repay. Take some of this money and direct it up to solution #4 – fund it through aviation dollars. Take a little of this money collected on aviation fuel and put it towards #4. I will have staff analyze your decisions. The leasehold tax and tax on aviation sales will be the easiest sells. The fuel tax will be the heaviest lift.</div>\r\n<div></div>\r\n<div>David Ketchum: We want to tread carefully and deliberately. We’re a brand new organization and we must develop credibility and allies, and ensure our friends at the legislature won’t regret our trust. Even not having a particular stance on an issue wouldn’t be a bad thing. If we take a stance, we want to make sure there’s a good chance we can be successful and there is justification.</div>\r\n<div></div>\r\n<div>Kandace Harvey: We aren’t always going to be successful the first time we try something. It’s the long-term goal. If we methodically pursue a goal and continue to reach goals set in a certain period of time – that is success. We should make careful, non-controversial decisions that set us up for success.</div>\r\n<div></div>\r\n<div>Tristan Atkins: The Aviation Caucus has been briefed on all solutions and the ones we want to move forward.</div>\r\n<div></div>\r\n<div>Ketchum went around the table to vote on potential solutions:</div>\r\n<div></div>\r\n<div>Stephen Ratzlaff: Defer to WSDOT and Rep. Dent\r\nDave Whitelaw: Solution #6\r\nKandace: Solution #6\r\nJames Thompson: No vote (alternate for Mike Wren)\r\nJohn Dobson- Solution #6\r\nDave Ryan: Solution #6</div>\r\n<div></div>\r\n<div>Note: Ryan Sheehan, Alan Burnett, James Thompson and JR Norvell didn’t vote on a preferred decision.</div>\r\n<div></div>\r\n<div>Harvey said that since all members were not present to vote, the vote for #6 represented a vote on a preference, not a decision.</div>\r\n<div></div>\r\n<div><strong>Election of 2016-2017 Officers and Board Members:</strong>\r\n\r\nMike Wren has volunteered to serve the Board 1 position, and Dave Ryan was present to volunteer for the Board #2 position.</div>\r\n<div></div>\r\n<div>Dave Ryan presented his request to serve on the WSAA Board.</div>\r\n<div></div>\r\n<div>Members completed their ballots to vote on WSAA officers. The ballots were anonymous, with no names marked.</div>\r\n<div></div>\r\n<div>While ballots were being completed, WSAA members were invited to speak about other, non-legislative areas of interest:</div>\r\n<div></div>\r\n<div><strong>Summary of Issues:</strong>\r\n• Land use issues\r\n• Department of Ecology permits on docks\r\n• Definition of navigable waterways\r\n• Basic, “welcome” kiosks at smaller airports\r\n• Cell tower issues\r\n• WPA passport project to encourage people to use WA airports\r\n• AOPA Airport Support Network volunteers\r\n• Better promote aviation\r\n• Seaplane museum on South Lake Union</div>\r\n<div></div>\r\n<div>After the discussion, votes were tallied and the new officers were selected unanimously:</div>\r\n<div></div>\r\n<div>Results: David Ketchum, President; John Dobson, VP; Tristan Atkins, Secretary; Kandace Harvey, Treasurer; Board Position 1 – David Ryan; Board Position 2, Mike Wren. Committee Chair Appointments: David Ryan – Membership, Mike Wren – Legislative.\r\nHarvey thanked members again for attending and, having no further business, the meeting was adjourned.</div>','WSAA conducts first full membership meeting','','inherit','closed','closed','','567-revision-v1','','','2016-04-27 16:11:01','2016-04-27 23:11:01','',567,'http://03c1a29.netsolhost.com/wordpress1/?p=568',0,'revision','',0),(569,5,'2016-04-27 16:13:42','2016-04-27 23:13:42','<span style=\"font-family: Calibri;\">During the first WSAA membership meeting the following changes and alterations occurred at the executive and board levels: </span>\r\n\r\n<span style=\"font-family: Calibri;\">David Ketchum, chairman of the Washington State Community Airports Association, elected president.</span>\r\n\r\n<span style=\"font-family: Calibri;\">Kandace Harvey, president of the Washington Airport Management Association, elected treasurer.</span>\r\n\r\n<span style=\"font-family: Calibri;\">John Dobson will serve as vice-president.</span>\r\n\r\n<span style=\"font-family: Calibri;\">Dave Ryan, airport director, City of Arlington to serve on newly formed membership board position.</span>\r\n\r\n<span style=\"font-family: Calibri;\">Mike Wren. manager of the Port of Ephrata, to serve on the new legislative board position.</span>','WSAA alters and adds to executive and board positions','','publish','closed','open','','wsaa-alters-adds-executive-board-positions','','','2016-04-27 16:13:42','2016-04-27 23:13:42','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=569',0,'post','',0),(570,5,'2016-04-27 16:13:42','2016-04-27 23:13:42','<span style=\"font-family: Calibri;\">During the first WSAA membership meeting the following changes and alterations occurred at the executive and board levels: </span>\r\n\r\n<span style=\"font-family: Calibri;\">David Ketchum, chairman of the Washington State Community Airports Association, elected president.</span>\r\n\r\n<span style=\"font-family: Calibri;\">Kandace Harvey, president of the Washington Airport Management Association, elected treasurer.</span>\r\n\r\n<span style=\"font-family: Calibri;\">John Dobson will serve as vice-president.</span>\r\n\r\n<span style=\"font-family: Calibri;\">Dave Ryan, airport director, City of Arlington to serve on newly formed membership board position.</span>\r\n\r\n<span style=\"font-family: Calibri;\">Mike Wren. manager of the Port of Ephrata, to serve on the new legislative board position.</span>','WSAA alters and adds to executive and board positions','','inherit','closed','closed','','569-revision-v1','','','2016-04-27 16:13:42','2016-04-27 23:13:42','',569,'http://03c1a29.netsolhost.com/wordpress1/?p=570',0,'revision','',0),(572,5,'2016-04-28 15:25:20','2016-04-28 22:25:20','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nWashington Pilots Association\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-28 15:25:20','2016-04-28 22:25:20','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=572',0,'revision','',0),(573,5,'2016-04-28 15:27:03','2016-04-28 22:27:03','<div class=\"row\">\r\n<div class=\"col-md-12\">\r\n<h2>Board of Directors</h2>\r\n<div class=\"media\">\r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/DavidKetchum-HeadShot-125x156.jpg\" alt=\"David Ketchum\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">David Ketchum</h4>\r\n<i><span style=\"color: #3366ff;\">President</span></i>\r\nGreenbank, WA\r\nEmail: <a title=\"president@wsaa.aero\" href=\"mailto://president@wsaa.aero\" target=\"_blank\">president@wsaa.aero</a>\r\nPhone: (360) 678-0345\r\nChairman, Washington State Community Airport Association\r\nSenior Planner Airports & Heliports, T-O Engineers\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-Headshot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail alignnone wp-image-157 size-full\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/JohnDobson-HeadShot-125x156.jpg\" alt=\"John Dobson\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">John Dobson</h4>\r\n<span style=\"color: #3366ff;\"><em>Vice President</em></span>\r\nShelton, WA\r\nEmail: <a href=\"mailto:jdobson.mo@membersonlyinc.com\">jdobson.mo@membersonlyinc.com</a>\r\nPhone: (425) 426-1151\r\nWashington Pilots Association\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-90 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/TristanAtkins-HeadShot-125x156.jpg\" alt=\"Tristan Atkins\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Tristan Atkins</h4>\r\n<span style=\"color: #3366ff;\"><em>Secretary</em></span>\r\nOlympia, WA\r\nEmail: <a title=\"secretary@wsaa.aero\" href=\"mailto://secretary@wsaa.aero\" target=\"_blank\">secretary@wsaa.aero</a>\r\nPhone: (360) 709-8020\r\nCell: (360) 529-6550\r\nDirector of Aviation, Washington State Department of Transportation\r\n\r\n \r\n\r\n<a class=\"pull-left\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\"><img class=\"alignnone size-full wp-image-89 media-object img-thumbnail\" src=\"http://03c1a29.netsolhost.com/wordpress1/wp-content/uploads/2015/03/KandaceHarvey-HeadShot-125x156.jpg\" alt=\"Kandace Harvey\" width=\"125\" height=\"156\" /></a>\r\n<div class=\"media-body\">\r\n<h4 class=\"media-heading\">Kandace Harvey</h4>\r\n<i><span style=\"color: #3366ff;\">Treasurer</span></i>\r\nSnohomish, WA\r\nEmail: <a title=\"treasurer@wsaa.aero\" href=\"mailto://treasurer@wsaa.aero\" target=\"_blank\">treasurer@wsaa.aero</a>\r\nPhone: (360) 568-1541 x224\r\nFax: (360) 568-0834\r\nPresident, Washington Airport Management Association\r\nOwner, Harvey Field\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Executive Officers and Board of Directors','','inherit','closed','closed','','115-revision-v1','','','2016-04-28 15:27:03','2016-04-28 22:27:03','',115,'http://03c1a29.netsolhost.com/wordpress1/?p=573',0,'revision','',0),(577,5,'2016-06-02 17:48:23','2016-06-03 00:48:23','OLYMPIA – Aviation enthusiasts in Washington state have reason to celebrate: for the fourth year in a row, Gov. Jay Inslee has named June as General Aviation Appreciation Month. <!--more-->\r\n\r\nGov. Inslee recently signed a proclamation naming June 2016 as a time to recognize general aviation’s importance to our state. He noted that aviation plays a critical role in the lives of Washingtonians, as well as the operation of businesses, industry, ranches and farms – and is vital to the state’s economy, and transportation system. \r\nRead the full proclamation.\r\n\r\n“We thank Gov. Inslee for continuously recognizing just how much our state relies on general aviation,” said Tristan Atkins, Washington State Department of Transportation director of aviation. “June signifies the start of summer, and also, typically great flying weather. We encourage people to get out and experience all that our state’s airports have to offer.” \r\n\r\nWashington is home to a diverse aviation system, with 135 public-use airports ranging in size and purpose. The proclamation highlights how general aviation, aerospace, aircraft manufacturing and other aviation activities contribute to Washington’s economic health and vitality. \r\n\r\n“We join the many aviation organizations in Washington state in thanking Gov. Inslee for signing this proclamation,” said David Ketchum, president of the Washington State Aviation Alliance. “This serves as a good reminder of how important it is to continue to promote and protect our great airport assets.” \r\n\r\nMore details about the aviation economic statistics cited in the governor’s proclamation are available in the <a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">2012 Washington Aviation Economic Impact Study</a>, completed by the WSDOT Aviation Division.\r\n','Governor announces June as “General Aviation Appreciation Month”','','publish','closed','open','','governor-announces-june-general-aviation-appreciation-month','','','2016-06-02 17:49:32','2016-06-03 00:49:32','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=577',0,'post','',0),(579,5,'2016-06-02 17:49:32','2016-06-03 00:49:32','OLYMPIA – Aviation enthusiasts in Washington state have reason to celebrate: for the fourth year in a row, Gov. Jay Inslee has named June as General Aviation Appreciation Month. <!--more-->\r\n\r\nGov. Inslee recently signed a proclamation naming June 2016 as a time to recognize general aviation’s importance to our state. He noted that aviation plays a critical role in the lives of Washingtonians, as well as the operation of businesses, industry, ranches and farms – and is vital to the state’s economy, and transportation system. \r\nRead the full proclamation.\r\n\r\n“We thank Gov. Inslee for continuously recognizing just how much our state relies on general aviation,” said Tristan Atkins, Washington State Department of Transportation director of aviation. “June signifies the start of summer, and also, typically great flying weather. We encourage people to get out and experience all that our state’s airports have to offer.” \r\n\r\nWashington is home to a diverse aviation system, with 135 public-use airports ranging in size and purpose. The proclamation highlights how general aviation, aerospace, aircraft manufacturing and other aviation activities contribute to Washington’s economic health and vitality. \r\n\r\n“We join the many aviation organizations in Washington state in thanking Gov. Inslee for signing this proclamation,” said David Ketchum, president of the Washington State Aviation Alliance. “This serves as a good reminder of how important it is to continue to promote and protect our great airport assets.” \r\n\r\nMore details about the aviation economic statistics cited in the governor’s proclamation are available in the <a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">2012 Washington Aviation Economic Impact Study</a>, completed by the WSDOT Aviation Division.\r\n','Governor announces June as “General Aviation Appreciation Month”','','inherit','closed','closed','','577-revision-v1','','','2016-06-02 17:49:32','2016-06-03 00:49:32','',577,'http://03c1a29.netsolhost.com/wordpress1/?p=579',0,'revision','',0),(578,5,'2016-06-02 17:48:23','2016-06-03 00:48:23','Governor announces June as “General Aviation Appreciation Month” in Washington state\r\nOLYMPIA – Aviation enthusiasts in Washington state have reason to celebrate: for the fourth year in a row, Gov. Jay Inslee has named June as General Aviation Appreciation Month. <!--more-->\r\n\r\nGov. Inslee recently signed a proclamation naming June 2016 as a time to recognize general aviation’s importance to our state. He noted that aviation plays a critical role in the lives of Washingtonians, as well as the operation of businesses, industry, ranches and farms – and is vital to the state’s economy, and transportation system. \r\nRead the full proclamation.\r\n\r\n“We thank Gov. Inslee for continuously recognizing just how much our state relies on general aviation,” said Tristan Atkins, Washington State Department of Transportation director of aviation. “June signifies the start of summer, and also, typically great flying weather. We encourage people to get out and experience all that our state’s airports have to offer.” \r\n\r\nWashington is home to a diverse aviation system, with 135 public-use airports ranging in size and purpose. The proclamation highlights how general aviation, aerospace, aircraft manufacturing and other aviation activities contribute to Washington’s economic health and vitality. \r\n\r\n“We join the many aviation organizations in Washington state in thanking Gov. Inslee for signing this proclamation,” said David Ketchum, president of the Washington State Aviation Alliance. “This serves as a good reminder of how important it is to continue to promote and protect our great airport assets.” \r\n\r\nMore details about the aviation economic statistics cited in the governor’s proclamation are available in the <a href=\"http://www.wsdot.wa.gov/aviation/WAEconomicStudy.htm\">2012 Washington Aviation Economic Impact Study</a>, completed by the WSDOT Aviation Division.\r\n','Governor announces June as “General Aviation Appreciation Month”','','inherit','closed','closed','','577-revision-v1','','','2016-06-02 17:48:23','2016-06-03 00:48:23','',577,'http://03c1a29.netsolhost.com/wordpress1/?p=578',0,'revision','',0),(582,5,'2016-11-18 18:08:18','2016-11-19 02:08:18','OLYMPIA - A special license plate recognizing aviation could be a new option for Washington state vehicle owners if a proposal for the plate is approved by the state Legislature.\r\n\r\nThe Washington State Aviation License Plate, sponsored by the Washington State Department of Transportation\'s Aviation Division, is a collaborative effort by several aviation organizations represented by the Washington State Aviation Alliance.<http://03c1a29.netsolhost.com/wordpress1/> The goal of this specialty plate is to highlight the importance of the state\'s aviation system, and to raise funds to support aviation and public-use airports in Washington State.\r\n\r\nThe anticipated one-time cost for the aviation plate would be $40. Of that fee, $12 would cover vehicle licensing fees and the remaining $28 would support aviation-specific initiatives such as:\r\n<ul>\r\n <li>Airport infrastructure improvements to support statewide disaster\r\nresponse and recovery operations (examples: wildland fires, earthquake, landslide response).</li>\r\n <li>Economic development opportunities to enhance public access to\r\nairports, such as informational kiosks.</li>\r\n <li>Statewide aviation awareness programs that promote public\r\nparticipation at airports.</li>\r\n</ul>\r\nA minimum of 3,500 signatures are needed before the specialty license plate can be considered by state Legislature. The goal is to obtain these signatures by Jan. 1 in order for the plate to be considered during the 2017 legislative session. If approved by the Legislature, the plates could be available through Department of Licensing (<a href=\"http://www.dol.wa.gov/vehicleregistration/specialdesign.html\">http://www.dol.wa.gov/vehicleregistration/specialdesign.html</a>) next summer.\r\n\r\nSupporters of the Washington State Aviation License Plate are encouraged to sign the online petition. (<a href=\"https://www.surveymonkey.com/r/AviationSpecialtyLicensePLate\">https://www.surveymonkey.com/r/AviationSpecialtyLicensePLate</a>) The petition allows people to submit a signature and indicate the number of plates they would likely purchase. While these signatures are intended to show anticipated purchases, submitting a signature is not an obligation to buy a plate. The website also includes an image of the proposed plate.','Aviation enthusiasts to weigh in on proposed Washington State Aviation License Plate','','publish','closed','open','','aviation-enthusiasts-weigh-proposed-washington-state-aviation-license-plate','','','2016-11-18 18:08:18','2016-11-19 02:08:18','',0,'http://03c1a29.netsolhost.com/wordpress1/?p=582',0,'post','',0),(583,5,'2016-11-18 18:08:18','2016-11-19 02:08:18','OLYMPIA - A special license plate recognizing aviation could be a new option for Washington state vehicle owners if a proposal for the plate is approved by the state Legislature.\r\n\r\nThe Washington State Aviation License Plate, sponsored by the Washington State Department of Transportation\'s Aviation Division, is a collaborative effort by several aviation organizations represented by the Washington State Aviation Alliance.<http://03c1a29.netsolhost.com/wordpress1/> The goal of this specialty plate is to highlight the importance of the state\'s aviation system, and to raise funds to support aviation and public-use airports in Washington State.\r\n\r\nThe anticipated one-time cost for the aviation plate would be $40. Of that fee, $12 would cover vehicle licensing fees and the remaining $28 would support aviation-specific initiatives such as:\r\n<ul>\r\n <li>Airport infrastructure improvements to support statewide disaster\r\nresponse and recovery operations (examples: wildland fires, earthquake, landslide response).</li>\r\n <li>Economic development opportunities to enhance public access to\r\nairports, such as informational kiosks.</li>\r\n <li>Statewide aviation awareness programs that promote public\r\nparticipation at airports.</li>\r\n</ul>\r\nA minimum of 3,500 signatures are needed before the specialty license plate can be considered by state Legislature. The goal is to obtain these signatures by Jan. 1 in order for the plate to be considered during the 2017 legislative session. If approved by the Legislature, the plates could be available through Department of Licensing (<a href=\"http://www.dol.wa.gov/vehicleregistration/specialdesign.html\">http://www.dol.wa.gov/vehicleregistration/specialdesign.html</a>) next summer.\r\n\r\nSupporters of the Washington State Aviation License Plate are encouraged to sign the online petition. (<a href=\"https://www.surveymonkey.com/r/AviationSpecialtyLicensePLate\">https://www.surveymonkey.com/r/AviationSpecialtyLicensePLate</a>) The petition allows people to submit a signature and indicate the number of plates they would likely purchase. While these signatures are intended to show anticipated purchases, submitting a signature is not an obligation to buy a plate. The website also includes an image of the proposed plate.','Aviation enthusiasts to weigh in on proposed Washington State Aviation License Plate','','inherit','closed','closed','','582-revision-v1','','','2016-11-18 18:08:18','2016-11-19 02:08:18','',582,'http://03c1a29.netsolhost.com/wordpress1/?p=583',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; 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 (411,3,0),(409,3,0),(56,3,0),(57,3,0),(311,4,0),(195,3,0),(118,3,0),(408,3,0),(120,3,0),(121,3,0),(122,3,0),(123,3,0),(124,3,0),(125,3,0),(127,3,0),(366,1,0),(310,3,0),(180,3,0),(194,3,0),(193,3,0),(410,3,0),(407,3,0),(412,3,0),(316,1,0),(316,4,0),(316,5,0),(311,5,0),(344,1,0),(344,5,0),(344,4,0),(364,3,0),(405,3,0),(406,3,0),(404,3,0),(451,1,0),(472,1,0),(567,1,0),(500,3,0),(563,1,0),(507,1,0),(569,1,0),(577,1,0),(582,1,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`; SET @saved_cs_client = @@character_set_client; 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=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; 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,11),(2,2,'nav_menu','',0,0),(3,3,'nav_menu','',0,26),(4,4,'category','',0,3),(5,5,'category','',0,3); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; 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 `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; 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,'Uncategorized','uncategorized',0),(2,'MainMenu','mainmenu',0),(3,'Main Menu','main-menu',0),(4,'News','news',0),(5,'Home','home',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; 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`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=166 DEFAULT CHARSET=utf8; 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','wsaaus15'),(4,1,'description','WSAA Administrator'),(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','574'),(16,1,'wp_user-settings','imgsize=full&libraryContent=browse&siteorigin_settings_tab=1&editor=tinymce'),(17,1,'wp_user-settings-time','1428881205'),(122,1,'_mab_nag_notice2.15.5','1'),(130,7,'use_ssl','0'),(131,7,'show_admin_bar_front','true'),(132,7,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(133,7,'wp_user_level','10'),(134,7,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(135,6,'session_tokens','a:2:{s:64:\"77acbefacf72ff01f28758be14cda0715b92dbc1699a027498a73fa827881094\";a:4:{s:10:\"expiration\";i:1430515219;s:2:\"ip\";s:12:\"50.35.36.233\";s:2:\"ua\";s:81:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; MDDRJS; rv:11.0) like Gecko\";s:5:\"login\";i:1429305619;}s:64:\"059bc8f76f526c3d6f74f68c83e900948531ca1558b84e7eebc2a9da38df40b8\";a:4:{s:10:\"expiration\";i:1429820117;s:2:\"ip\";s:14:\"50.181.141.126\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0\";s:5:\"login\";i:1429647317;}}'),(136,6,'wp_dashboard_quick_press_last_post_id','284'),(18,1,'default_password_nag',''),(120,1,'closedpostboxes_page','a:4:{i:0;s:10:\"wpseo_meta\";i:1;s:19:\"mab-post-action-box\";i:2;s:12:\"revisionsdiv\";i:3;s:12:\"sharing_meta\";}'),(121,1,'metaboxhidden_page','a:6:{i:0;s:16:\"so-panels-panels\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(123,7,'nickname','secretary@wsaa.aero'),(124,7,'first_name','Tristan'),(125,7,'last_name','Atkins'),(126,7,'description',''),(127,7,'rich_editing','true'),(128,7,'comment_shortcuts','false'),(129,7,'admin_color','fresh'),(31,2,'session_tokens','a:2:{s:64:\"f17d45a17fafbe3d06a1192ebdda1a3fe3915046c1567578ce0c0b89627c47b0\";a:4:{s:10:\"expiration\";i:1485739132;s:2:\"ip\";s:14:\"174.24.192.126\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36\";s:5:\"login\";i:1484529532;}s:64:\"58e20a805713fd1e96596f4016734eaaf2b6a77aa8f9b342a0d7572bf556b0a4\";a:4:{s:10:\"expiration\";i:1485732286;s:2:\"ip\";s:11:\"164.90.32.2\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0\";s:5:\"login\";i:1485559486;}}'),(19,2,'nickname','runamuk0@msn.com'),(20,2,'first_name','Tony'),(21,2,'last_name','Green'),(22,2,'description','Webmaster'),(23,2,'rich_editing','true'),(24,2,'comment_shortcuts','false'),(25,2,'admin_color','ectoplasm'),(26,2,'use_ssl','0'),(27,2,'show_admin_bar_front','true'),(28,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(29,2,'wp_user_level','10'),(30,2,'dismissed_wp_pointers','wp360_locks,wp390_widgets,wp410_dfw,tp09_edit_drag_drop_sort'),(32,2,'wp_dashboard_quick_press_last_post_id','585'),(148,5,'closedpostboxes_page','a:0:{}'),(142,5,'wp_dashboard_quick_press_last_post_id','581'),(143,5,'wp_user-settings','editor=tinymce&libraryContent=browse&posts_list_mode=list&wplink=1&urlbutton=post&advImgDetails=show'),(144,5,'wp_user-settings-time','1479521300'),(145,5,'nav_menu_recently_edited','3'),(146,5,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(147,5,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(149,5,'metaboxhidden_page','a:7:{i:0;s:16:\"so-panels-panels\";i:1;s:10:\"wpseo_meta\";i:2;s:19:\"mab-post-action-box\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:11:\"commentsdiv\";i:6;s:9:\"authordiv\";}'),(33,2,'wp_user-settings','libraryContent=browse&editor=tinymce&wplink=1&hidetb=1&advImgDetails=show&align=left'),(34,2,'wp_user-settings-time','1439066297'),(35,2,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(36,2,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(37,2,'wp_media_library_mode','list'),(82,4,'_yoast_wpseo_profile_updated','1427396411'),(81,4,'dismissed_wp_pointers','wp360_locks,wp390_widgets,wp410_dfw'),(80,4,'wp_user_level','10'),(38,2,'closedpostboxes_page','a:3:{i:0;s:10:\"wpseo_meta\";i:1;s:19:\"mab-post-action-box\";i:2;s:16:\"commentstatusdiv\";}'),(39,2,'metaboxhidden_page','a:4:{i:0;s:16:\"so-panels-panels\";i:1;s:10:\"postcustom\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(40,2,'_mab_nag_notice2.15.5','1'),(41,2,'nav_menu_recently_edited','3'),(79,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(78,4,'show_admin_bar_front','true'),(77,4,'use_ssl','0'),(76,4,'admin_color','fresh'),(71,4,'first_name','Kandace'),(75,4,'comment_shortcuts','false'),(74,4,'rich_editing','true'),(73,4,'description',''),(72,4,'last_name','Harvey'),(70,4,'nickname','kharvey'),(137,5,'_yoast_wpseo_profile_updated','1431573788'),(138,5,'googleplus',''),(139,5,'twitter',''),(140,5,'facebook',''),(156,5,'session_tokens','a:1:{s:64:\"76eefed20406e778cf619f22125f6978380905df7a701d0a23ae0ee3e330af94\";a:4:{s:10:\"expiration\";i:1479693594;s:2:\"ip\";s:14:\"174.24.143.237\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36\";s:5:\"login\";i:1479520794;}}'),(152,5,'closedpostboxes_post','a:0:{}'),(153,5,'metaboxhidden_post','a:10:{i:0;s:16:\"so-panels-panels\";i:1;s:10:\"wpseo_meta\";i:2;s:19:\"mab-post-action-box\";i:3;s:12:\"revisionsdiv\";i:4;s:13:\"trackbacksdiv\";i:5;s:10:\"postcustom\";i:6;s:16:\"commentstatusdiv\";i:7;s:11:\"commentsdiv\";i:8;s:7:\"slugdiv\";i:9;s:9:\"authordiv\";}'),(154,5,'closedpostboxes_dashboard','a:2:{i:0;s:22:\"jetpack_summary_widget\";i:1;s:4:\"wsal\";}'),(155,5,'metaboxhidden_dashboard','a:0:{}'),(157,2,'wpseo_ignore_tour','1'),(160,2,'wp_tablepress_user_options','{\"user_options_db_version\":32,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":false}'),(161,2,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(158,2,'wpseo_seen_about_version','3.0.7'),(58,1,'_yoast_wpseo_profile_updated','1427394343'),(59,1,'googleplus',''),(60,1,'twitter',''),(61,1,'facebook',''),(62,2,'_yoast_wpseo_profile_updated','1427395416'),(63,2,'AtD_options',''),(64,2,'AtD_check_when',''),(65,2,'AtD_guess_lang',''),(66,2,'AtD_ignored_phrases',''),(67,2,'googleplus',''),(68,2,'twitter',''),(69,2,'facebook',''),(83,4,'googleplus',''),(84,4,'twitter',''),(85,4,'facebook',''),(150,4,'session_tokens','a:2:{s:64:\"53b4fbbb90a307dc66db357dfa1559db39e510b3a89f37d684b182545dc5593e\";a:4:{s:10:\"expiration\";i:1432229691;s:2:\"ip\";s:13:\"164.110.9.210\";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:1432056891;}s:64:\"fc420d7deff698bcd2a9d961691d37c2cefd53a54d1a38cd52852d7d29bb9644\";a:4:{s:10:\"expiration\";i:1432229707;s:2:\"ip\";s:13:\"164.110.9.210\";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:1432056907;}}'),(87,4,'wp_dashboard_quick_press_last_post_id','315'),(88,2,'closedpostboxes_toplevel_page_wpcf7','a:2:{i:0;s:7:\"maildiv\";i:1;s:11:\"messagesdiv\";}'),(89,2,'metaboxhidden_toplevel_page_wpcf7','a:0:{}'),(90,5,'nickname','pgmarshall@pgmarshall.net'),(91,5,'first_name','Patrick'),(92,5,'last_name','Marshall'),(93,5,'description',''),(94,5,'rich_editing','true'),(95,5,'comment_shortcuts','false'),(96,5,'admin_color','fresh'),(97,5,'use_ssl','0'),(98,5,'show_admin_bar_front','true'),(99,5,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(100,5,'wp_user_level','10'),(101,5,'dismissed_wp_pointers','wp360_locks,wp390_widgets,wp410_dfw'),(102,6,'nickname','David.Ketchum@WSCAA.org'),(103,6,'first_name','David'),(104,6,'last_name','Ketchum'),(105,6,'description',''),(106,6,'rich_editing','true'),(107,6,'comment_shortcuts','false'),(108,6,'admin_color','fresh'),(109,6,'use_ssl','0'),(110,6,'show_admin_bar_front','true'),(111,6,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(112,6,'wp_user_level','10'),(113,6,'dismissed_wp_pointers','wp360_locks,wp390_widgets'),(114,4,'wp_user-settings','hidetb=1'),(115,4,'wp_user-settings-time','1427408333'),(116,4,'_mab_nag_notice2.15.5','1'),(117,4,'nav_menu_recently_edited','3'),(118,4,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(119,4,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(151,2,'wsal-notice-notifications-extension','1'),(159,5,'wpseo_ignore_tour','1'),(162,2,'closedpostboxes_tablepress_edit','a:3:{i:0;s:33:\"tablepress_edit-table-information\";i:1;s:34:\"tablepress_edit-table-manipulation\";i:2;s:29:\"tablepress_edit-table-options\";}'),(163,2,'metaboxhidden_tablepress_edit','a:0:{}'),(165,2,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:741:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://03c1a29.netsolhost.com/wordpress1/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:183:\"Don\'t miss your crawl errors: <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:318:\"You do not have your postname in the URL of your posts and pages, it is highly recommended that you do. Consider setting your permalink structure to <strong>/%postname%/</strong>.<br/>You can fix this on the <a href=\"http://03c1a29.netsolhost.com/wordpress1/wp-admin/options-permalink.php\">Permalink settings page</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:30:\"wpseo-dismiss-permalink-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(164,1,'wpseo_ignore_tour','1'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; 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(255) 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(255) 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=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; 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,'wsaaus15','91b6bef50c9b93f0480b384c6a456d7e','wsaaus15','runamuk0@msn.com','','2014-08-13 15:26:49','',0,'wsaaus15'),(2,'runamuk0@msn.com','$P$BsqkQ/k3tjW3HZr0VDNOzvqC9ZFoCi/','runamuk0msn-com','runamuk0@msn.com','','2015-03-13 23:16:29','',0,'Tony Green'),(4,'kharvey','$P$BLy6KajERSJUPjdGDgNoIHG1UTBZQa0','kharvey','kharvey@harveyfield.com','','2015-03-26 18:57:40','',0,'Kandace Harvey'),(5,'pgmarshall@pgmarshall.net','$P$Ba5iV5iaG0hTjglYKhbx1RMk0nqMpt1','pgmarshallpgmarshall-net','pgmarshall@pgmarshall.net','','2015-03-26 21:08:47','',0,'Patrick Marshall'),(6,'David.Ketchum@WSCAA.org','$P$BF6yotOzu/81nnJDCIUxDT38k37u6u1','david-ketchumwscaa-org','David.Ketchum@WSCAA.org','','2015-03-26 21:09:48','',0,'David Ketchum'),(7,'secretary@wsaa.aero','$P$BqyE0WA2pH7glIa2mmdeXNW5GHuWEh0','secretarywsaa-aero','secretary@wsaa.aero','','2015-04-12 23:31:25','',0,'Tristan Atkins'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_excluded_files` -- DROP TABLE IF EXISTS `wp_wpb2d_excluded_files`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpb2d_excluded_files` ( `file` varchar(255) NOT NULL, `isdir` tinyint(1) NOT NULL, UNIQUE KEY `file` (`file`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpb2d_excluded_files` -- LOCK TABLES `wp_wpb2d_excluded_files` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_excluded_files` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpb2d_excluded_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_options` -- DROP TABLE IF EXISTS `wp_wpb2d_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpb2d_options` ( `name` varchar(50) NOT NULL, `value` varchar(255) NOT NULL, UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpb2d_options` -- LOCK TABLES `wp_wpb2d_options` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_options` DISABLE KEYS */; INSERT INTO `wp_wpb2d_options` VALUES ('database_version','2'),('oauth_state','access'),('request_token','KAVS4jrgh8yRE1EG'),('request_token_secret','Z7XKNQQHHbq9VgIq'),('access_token','hpap3s7atzlar37z'),('access_token_secret','yx684s3mwrub46o'),('store_in_subfolder','1'),('dropbox_location','WSAA-Backup'),('in_progress','1'),('is_running','1'),('last_backup_time','1489091511'),('history','1486239446,1487786591,1488203764'); /*!40000 ALTER TABLE `wp_wpb2d_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_processed_dbtables` -- DROP TABLE IF EXISTS `wp_wpb2d_processed_dbtables`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpb2d_processed_dbtables` ( `name` varchar(255) NOT NULL, `count` int(11) NOT NULL default '0', UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpb2d_processed_dbtables` -- LOCK TABLES `wp_wpb2d_processed_dbtables` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_processed_dbtables` DISABLE KEYS */; INSERT INTO `wp_wpb2d_processed_dbtables` VALUES ('header',-1),('wp_options',-1),('wp_pTC_logs',-1),('wp_postmeta',-1),('wp_posts',-1),('wp_term_relationships',-1),('wp_term_taxonomy',-1),('wp_terms',-1),('wp_usermeta',-1),('wp_users',-1),('wp_wpb2d_options',-1),('wp_wpb2d_processed_dbtables',-1),('wp_wsal_metadata',-1),('wp_wsal_occurrences',-1),('wp_wsal_options',300); /*!40000 ALTER TABLE `wp_wpb2d_processed_dbtables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_processed_files` -- DROP TABLE IF EXISTS `wp_wpb2d_processed_files`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wpb2d_processed_files` ( `file` varchar(255) NOT NULL, `offset` int(11) NOT NULL default '0', `uploadid` varchar(50) default NULL, UNIQUE KEY `file` (`file`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wpb2d_processed_files` -- LOCK TABLES `wp_wpb2d_processed_files` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_processed_files` DISABLE KEYS */; INSERT INTO `wp_wpb2d_processed_files` VALUES ('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\_inc\\img\\logo-full-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\_inc\\form.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\_inc\\akismet.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\_inc\\akismet.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\views\\strict.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\views\\notice.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\views\\get.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\views\\start.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\views\\config.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\views\\stats.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\class.akismet-widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\class.akismet-admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\class.akismet.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\wrapper.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\class.akismet-cli.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\akismet.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\.htaccess',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\akismet\\LICENSE.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\hello.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\languages\\underconstruction-fr_FR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\languages\\underconstruction-default.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\languages\\underconstruction-default.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\languages\\underconstruction-fr_FR.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\underconstruction.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\ucOptions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\defaultMessage.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\underConstruction.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\ajax-loader.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\underconstruction\\underconstruction.dev.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\admin\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\admin\\form.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\class\\class.smartcat-construction.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\fonts\\fontawesome-webfont.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\fonts\\fontawesome-webfont.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\fonts\\fontawesome-webfont.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\fonts\\FontAwesome.otf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\fonts\\fontawesome-webfont.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\fonts\\fontawesome-webfont.woff2',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\Capture5.JPG',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\gravity.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\off.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\byblos.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\mailchimp.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\constant.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\noise.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\pattern_overlay.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\construction.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\raster.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\calendar.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\Capture3.JPG',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\pattern.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\Capture4.JPG',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\on.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\img\\bg_pattern.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\script\\upload.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\script\\script_admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\script\\jquery-2.1.3.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\script\\script.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\style\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\style\\style_admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\style\\font-awesome.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\template\\helper.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\inc\\template\\construction.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\languages\\en.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\languages\\ar.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\languages\\en.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\languages\\ar.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\under-construction.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\screenshot-3.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\screenshot-2.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\screenshot-4.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wp-construction-mode\\screenshot-1.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\icons\\siteorigin-panels.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\icons\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\icons\\siteorigin-panels.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\icons\\siteorigin-panels.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\icons\\siteorigin-panels.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\images\\prebuilt-default.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\images\\wpspin_light-2x.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\images\\cell-width.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\images\\dropdown-pointer.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\images\\dialog-separator@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\images\\dialog-separator.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\images\\tooltip-pointer.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\images\\wpspin_light.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\images\\cell-selected.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\admin.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\front.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\front.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\live-editor-preview.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\live-editor-front.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\css\\mixins.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\widgets-bundle.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\sidebars-emulator.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\debug.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\live-editor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\styles.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\css.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\widgets.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\admin-actions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\plugin-activation.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\default-styles.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\inc\\revisions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\js\\live-editor\\jquery.scrollTo.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\js\\live-editor\\live-editor-front.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\js\\live-editor\\jquery.scrollTo.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\js\\live-editor\\live-editor-front.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\js\\styling-24.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\js\\siteorigin-panels-24.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\js\\styling-24.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\js\\siteorigin-panels-24.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\js\\siteorigin-parallax.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\js\\siteorigin-parallax.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-hi_IN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-af_ZA.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-es_ES.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-fr_FR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-sv_SE.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-it_IT.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-af_ZA.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-nl_NL.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-ja_JP.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-fi_FI.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-nl_NL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-zh_CN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-fi_FI.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-ru_RU.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-da_DK.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-pl_PL.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-it_IT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-pt_BR.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-ja_JP.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-pt_BR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-fr_FR.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-zh_CN.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-es_ES.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-de_DE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-ru_RU.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-pl_PL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-de_DE.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-bg_BG.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-da_DK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-hi_IN.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-sv_SE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\lang\\siteorigin-panels-bg_BG.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\settings\\images\\icon-layer.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\settings\\tpl\\settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\settings\\tpl\\help.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\settings\\settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\settings\\admin-settings.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\settings\\admin-settings.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\settings\\admin-settings.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\settings\\admin-settings.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\settings\\admin-settings.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\tpl\\metabox-panels.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\tpl\\options.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\tpl\\live-editor-preview.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\tpl\\js-templates.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\tpl\\help.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\tpl\\admin-home-page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\checks\\purple.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\checks\\charcoal.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\checks\\slate.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\checks\\blue.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\checks\\tirquoise.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\checks\\green.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\checks\\orange.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\checks\\light.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\checks\\black.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\checks\\pink.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\textures\\light-dashed.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\img\\textures\\dark-dashed.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\js\\embedded-video.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\js\\admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\js\\admin.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\js\\embedded-video.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\js\\jquery.fitvids.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\js\\jquery.fitvids.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\less\\functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\less\\mixins.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\lib\\color.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\lib\\lessc.inc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\animated-image\\js\\main.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\animated-image\\js\\main.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\animated-image\\js\\onscreen.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\animated-image\\js\\onscreen.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\animated-image\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\animated-image\\animated-image.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\button\\presets\\simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\button\\styles\\simple.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\button\\styles\\simple.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\button\\styles\\simple.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\button\\tpl\\simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\button\\button.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\call-to-action\\presets\\simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\call-to-action\\styles\\simple.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\call-to-action\\tpl\\simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\call-to-action\\call-to-action.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\list\\presets\\simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\list\\styles\\simple.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\list\\tpl\\simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\list\\list.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\price-box\\presets\\simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\price-box\\styles\\simple.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\price-box\\tpl\\simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\price-box\\price-box.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\testimonial\\presets\\simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\testimonial\\styles\\simple.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\testimonial\\tpl\\simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets\\testimonial\\testimonial.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\basic.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\widgets.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\widgets\\migration.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\siteorigin-panels.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\license.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\siteorigin-panels\\readme.md',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\images\\wpspin_light.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\images\\icon-gear.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\images\\wpspin_light-2x.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\images\\icon-front.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\images\\icon-back.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\tpl\\admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\admin.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\trianglify.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\admin.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\trianglify.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\admin\\admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\banners\\default.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\thumbnail-placeholder.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\wpspin_light.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\arrow-right.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\order-asc.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\close.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\close-white.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\order-desc.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\bundle-icon.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\loading.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\arrow-down.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\wpspin_light-2x.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\img\\ordering-icons.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\preview.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\post-selector.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\post-selector.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\mixins.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\preview.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\css\\admin.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\css\\images\\wpspin_light.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\css\\images\\wpspin_light-2x.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\css\\media-field.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\css\\measurement-field.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\css\\tinymce-field.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\css\\order-field.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\css\\so-measurement-field.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\css\\icon-field.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\css\\so-tinymce-field.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\code-field.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\icon-field.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\so-tinymce-field.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\icon-field.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\tinymce-field.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\so-tinymce-field.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\media-field.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\order-field.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\code-field.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\tinymce-field.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\order-field.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\js\\media-field.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\number.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\link.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\siteorigin-widget-field-class-loader.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\color.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\tinymce.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\select.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\repeater.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\text.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\code.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\section.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\base.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\media.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\slider.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\measurement.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\font.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\editor.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\order.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\textarea.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\error.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\builder.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\container-base.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\radio.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\checkbox.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\icon.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\widget.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\checkboxes.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\factory.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\image-size.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\text-input-base.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fields\\posts.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\widgets\\base-slider.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\string-utils.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\color.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\attachments.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\actions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\Parsedown.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\preview.tpl.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\fonts.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\post-selector.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\less-functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\lessc.inc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\meta-box-manager.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\inc\\widget-manager.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\js\\meta-box-manager.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\js\\posts-selector.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\js\\posts-selector.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\js\\admin.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\js\\admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\js\\meta-box-manager.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\less\\mixins.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\less\\lesshat.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\tpl\\posts-selector\\selector.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\tpl\\posts-selector\\modal.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\tpl\\posts-selector\\post.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\tpl\\preview.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\siteorigin-widget.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\base\\base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\css\\slider\\fonts\\slider.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\css\\slider\\fonts\\slider.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\css\\slider\\fonts\\slider.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\css\\slider\\fonts\\slider.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\css\\slider\\slider.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\elegantline\\font\\elegantline.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\elegantline\\font\\elegantline.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\elegantline\\font\\elegantline.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\elegantline\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\elegantline\\filter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\fontawesome\\font\\FontAwesome.otf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\fontawesome\\font\\fontawesome-webfont.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\fontawesome\\font\\fontawesome-webfont.woff2',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\fontawesome\\font\\fontawesome-webfont.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\fontawesome\\font\\fontawesome-webfont.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\fontawesome\\font\\fontawesome-webfont.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\fontawesome\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\fontawesome\\filter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\genericons\\font\\genericons.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\genericons\\font\\genericons.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\genericons\\font\\genericons.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\genericons\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\genericons\\filter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\icomoon\\font\\icomoon.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\icomoon\\font\\icomoon.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\icomoon\\font\\icomoon.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\icomoon\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\icomoon\\filter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\ionicons\\font\\ionicons.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\ionicons\\font\\ionicons.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\ionicons\\font\\ionicons.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\ionicons\\font\\ionicons.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\ionicons\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\ionicons\\filter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\typicons\\font\\typicons.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\typicons\\font\\typicons.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\typicons\\font\\typicons.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\typicons\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\typicons\\filter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\icons.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\icons\\licenses.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\js\\slider\\jquery.slider.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\js\\slider\\jquery.slider.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\js\\sow.jquery.fittext.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\js\\jquery.cycle.swipe.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\js\\jquery.touchSwipe.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\js\\sow.jquery.fittext.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\js\\jquery.touchSwipe.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\js\\jquery.cycle.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\js\\jquery.cycle.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\js\\jquery.cycle.swipe.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\languages\\siteorigin-widgets.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\button\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\button\\css\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\button\\styles\\wire.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\button\\styles\\atom.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\button\\styles\\flat.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\button\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\button\\button.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\fields\\email.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\fields\\select.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\fields\\text.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\fields\\name.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\fields\\base.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\fields\\subject.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\fields\\textarea.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\fields\\checkboxes.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\js\\contact.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\js\\contact.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\contact\\contact.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\cta\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\cta\\css\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\cta\\js\\cta.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\cta\\js\\cta.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\cta\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\cta\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\cta\\cta.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\editor\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\editor\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\editor\\editor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\css\\fonts\\feature-background.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\css\\fonts\\feature-background.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\css\\fonts\\feature-background.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\css\\fonts\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\css\\fonts\\feature-background.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\css\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\images\\containers\\frame.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\images\\containers\\rounded-sticker.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\images\\containers\\octagon.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\images\\containers\\hex.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\images\\containers\\round.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\images\\containers\\rounded-hex.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\images\\containers\\explode.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\images\\containers\\square.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\images\\containers\\sticker.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\images\\containers\\rounded-square.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\inc\\containers.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\features\\features.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\google-map\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\google-map\\css\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\google-map\\js\\js-map.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\google-map\\js\\js-map.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\google-map\\tpl\\js-map.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\google-map\\tpl\\static-map.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\google-map\\google-map.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\headline\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\headline\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\headline\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\headline\\headline.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\hero\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\hero\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\hero\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\hero\\hero.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\icon\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\icon\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\icon\\icon.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\image\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\image\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\image\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\image\\image.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\image-grid\\css\\image-grid.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\image-grid\\js\\image-grid.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\image-grid\\js\\image-grid.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\image-grid\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\image-grid\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\image-grid\\image-grid.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\layout-slider\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\layout-slider\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\layout-slider\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\layout-slider\\layout-slider.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\css\\fonts\\carousel-arrows.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\css\\fonts\\carousel-arrows.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\css\\fonts\\carousel-arrows.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\css\\fonts\\carousel-arrows.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\css\\images\\carousel-loader.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\css\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\js\\carousel.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\js\\carousel.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\tpl\\base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\tpl\\carousel-post-loop.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\post-carousel\\post-carousel.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\price-table\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\price-table\\js\\pricetable.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\price-table\\js\\pricetable.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\price-table\\styles\\atom.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\price-table\\tpl\\atom.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\price-table\\price-table.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\simple-masonry\\js\\simple-masonry.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\simple-masonry\\js\\simple-masonry.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\simple-masonry\\js\\packery.pkgd.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\simple-masonry\\js\\packery.pkgd.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\simple-masonry\\js\\imagesloaded.pkgd.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\simple-masonry\\js\\imagesloaded.pkgd.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\simple-masonry\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\simple-masonry\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\simple-masonry\\simple-masonry.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\slider\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\slider\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\slider\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\slider\\slider.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\social-media-buttons\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\social-media-buttons\\data\\networks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\social-media-buttons\\js\\social-media-buttons-admin.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\social-media-buttons\\js\\social-media-buttons-admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\social-media-buttons\\styles\\widget-mixins.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\social-media-buttons\\styles\\wire.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\social-media-buttons\\styles\\atom.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\social-media-buttons\\styles\\flat.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\social-media-buttons\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\social-media-buttons\\social-media-buttons.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\taxonomy\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\taxonomy\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\taxonomy\\taxonomy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\testimonial\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\testimonial\\css\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\testimonial\\styles\\default.less',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\testimonial\\svg\\svgdefs.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\testimonial\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\testimonial\\testimonial.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\video\\assets\\banner.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\video\\css\\html-player-responsive.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\video\\css\\skin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\video\\css\\controls-skin.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\video\\js\\so-video-widget.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\video\\js\\so-video-widget.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\video\\tpl\\default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\widgets\\video\\video.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\readme.md',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\so-widgets-bundle.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\so-widgets-bundle\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\3rd-party\\bbpress.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\3rd-party\\wpml.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\3rd-party\\bitly.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\3rd-party\\buddypress.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\3rd-party\\3rd-party.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\fonts\\automatticons\\automatticons.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\fonts\\automatticons\\automatticons.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\fonts\\automatticons\\automatticons.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\fonts\\automatticons\\automatticons.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\fonts\\jetpack\\jetpack.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\fonts\\jetpack\\jetpack.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\fonts\\jetpack\\jetpack.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\fonts\\jetpack\\jetpack.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons\\genericons\\rtl\\genericons-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons\\genericons\\Genericons.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons\\genericons\\genericons.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons\\genericons\\Genericons.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons\\genericons\\Genericons.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons\\genericons\\Genericons.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons\\LICENSE.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons\\genericons.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons\\COPYING.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons\\README.md',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\admin-pages\\class.jetpack-landing-page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\admin-pages\\class.jetpack-my-jetpack-page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\admin-pages\\class.jetpack-settings-page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\admin-pages\\class.jetpack-admin-page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\markdown\\gfm.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\markdown\\README.md',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\markdown\\extra.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\markdown\\0-load.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\tracks\\tracks-ajax.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\tracks\\class.tracks-client.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\tracks\\client.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\tracks\\class.tracks-event.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\tonesque.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\lib\\class.color.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jetpack-modules.views.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jetpack.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jetpack-modules.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\postmessage.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jetpack-jitm.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\spin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jp-my-jetpack.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\gallery-settings.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\header.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jetpack-admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\facebook-embed.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jquery.spin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\twitter-timeline.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jp.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jquery.inview.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\footer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\genericons.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jetpack-modules.models.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jquery.jetpack-resize.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\_inc\\jquery.jetpack-sync.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin-jitm-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin-rtl.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jp-benefits.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin-jitm.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jp-benefits.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\dashboard-widget.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin-jitm.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-banners-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\dashboard-widget.min.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-banners.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-icons.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\dashboard-widget.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-banners-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-icons.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\dashboard-widget.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-banners.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin-jitm.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\dashboard-widget-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin.min.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-banners-rtl.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin-rtl.min.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin-jitm-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\dashboard-widget-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-banners-rtl.min.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-admin-jitm.min.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-icons.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-banners.min.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-icons.min.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\css\\jetpack-banners.css.map',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\pink-small.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\red-large.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\silver-medium.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\blue-large.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\purple-large.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\blue-medium.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\purple-medium.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\orange-small.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\silver-large.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\red-small.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\pink-large.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\pink-medium.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\silver-small.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\green-large.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\green-medium.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\orange-large.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\purple-small.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\green-small.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\red-medium.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\orange-medium.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rss\\blue-small.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\mobile-theme.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\hovercards.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\custom-css.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\shortcodes.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\spelling.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\vaultpress.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\custom-content-types.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\beautifulmath.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\subscriptions.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\related-posts.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\tiled-gallery.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\notes.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\sharing.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\widgets.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\post-by-email.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\contactform.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\shortlinks.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\google-plus.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\stats.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\mobile-push-notifications.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\likes.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\comments.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\publicize.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\manage.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\screenshots\\carousel.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\wordpress-stats@2x.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\jetpack-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\wordpress-connect.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\custom-css.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\custom-css@2x.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\the-cloud-sm.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\the-cloud.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\jetpack-protect-shield.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\wordpress-connect@2x.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\connect-plug.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\new-badge.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\download-arrow.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\jetpack-logo.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\rocketeer.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\stats-smiley.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\the-undercloud.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\wordpress-stats.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\the-footcloud.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\images\\jetpack-icon.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-modules-get-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-plugins-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-themes-modify-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-check-capabilities-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-themes-active-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-themes-list-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-core-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-plugins-modify-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-themes-install-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.wpcom-json-api-get-option-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-plugins-get-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-plugins-install-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-modules-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-themes-delete-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-core-modify-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-modules-modify-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-modules-list-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-plugins-list-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-maybe-auto-update-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.wpcom-json-api-update-option-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\json-api-jetpack-endpoints.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-themes-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-sync-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-updates-status-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-log-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-themes-get-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\jetpack\\class.jetpack-json-api-plugins-delete-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-posts-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-update-taxonomy-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-delete-media-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-update-post-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-render-embed-reversal-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-embeds-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-post-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-site-user-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-upload-media-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-taxonomy-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-post-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-media-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-publicize-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-delete-media-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-site-v1-2-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-posts-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-media-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-roles-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-render-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-update-media-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-render-shortcode-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-render-embed-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-customcss.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-post-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-users-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-post-counts-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-update-post-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-update-comment-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-update-post-v1-2-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-update-user-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-media-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-update-customcss.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-update-media-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-taxonomies-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-comments-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-invites-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-post-types-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-shortcodes-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-taxonomy-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-list-media-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-upload-media-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-update-invites-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-site-settings-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-comment-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-sharing-buttons-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-site-settings-v1-2-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-menus-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-comment-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-autosave-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-autosave-post-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-get-site-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints\\class.wpcom-json-api-post-v1-1-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-ur.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-bs_BA.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-sk_SK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-af.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-mk_MK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-th.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-hu_HU.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-pl_PL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-ckb.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-te.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-nb_NO.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-sr_RS.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-fa_IR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-lt_LT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-nn_NO.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-hr.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-gl_ES.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-si_LK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-az.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-vi.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-sa_IN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-lv.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-sl_SI.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-pt_PT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-uk.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-el.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-gd.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-ca.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-ms_MY.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-cy.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-bg_BG.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-ka_GE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-cs_CZ.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-es_CL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-my_MM.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-da_DK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\languages\\jetpack-is_IS.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\rtl\\atd-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\tinymce\\css\\content.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\tinymce\\css\\content.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\tinymce\\plugin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\tinymce\\editor_plugin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\tinymce\\atdbuttontr.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\config-options.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\jquery.atd.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\atd.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\config-unignore.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\button.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\proxy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\atd-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\atd.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\atd-nonvis-editor-plugin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\atd-autoproofread.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\atd.core.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline\\atd-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\images\\carousel-likereblog-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\images\\carousel-link.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\images\\arrows.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\images\\carousel-sprite-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\images\\arrows-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\images\\carousel-sprite.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\images\\carousel-link-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\images\\carousel-likereblog.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\rtl\\jetpack-carousel-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\jetpack-carousel.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\jetpack-carousel-ie8fix.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\jetpack-carousel.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel\\jetpack-carousel.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\comments\\comments.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\comments\\base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\comments\\admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\css\\rtl\\grunion-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\css\\rtl\\menu-alter-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\css\\menu-alter.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\css\\menu-alter-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\css\\grunion.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\css\\menu-alter.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\css\\menu-alter-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\blank-screen-button.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-form.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-remove-field-hover-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-remove-option-hover-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-form-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-remove-option-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\blank-screen-akismet.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-menu-hover-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-remove-field-hover.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-remove-field-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-menu.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-menu-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-menu-big-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-remove-field.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-menu-hover.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-remove-option.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-remove-option-hover.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\images\\grunion-menu-big.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\js\\grunion-admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\js\\grunion-frontend.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\js\\grunion.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\grunion-form-view.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\grunion-omnisearch.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\grunion-contact-form.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form\\admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\cssparsed-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\data-wp.inc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\class.csstidy_print.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\lang.inc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\cssparse.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\cssparse-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\wordpress-standard.tpl',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\cssparse-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\data.inc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\cssparsed.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\cssparsed-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\class.csstidy_ctype.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\cssparse.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\class.csstidy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\cssparsed.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\csstidy\\class.csstidy_optimise.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\css\\rtl\\codemirror-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\css\\blank.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\css\\codemirror-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\css\\codemirror.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\css\\css-editor.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\css\\codemirror-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\css\\css-editor.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\css\\use-codemirror.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\css\\codemirror.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\css\\use-codemirror.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\js\\codemirror.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\js\\css-editor.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\js\\use-codemirror.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\preprocessors\\scss.inc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\preprocessors\\lessc.inc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css\\preprocessors.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css\\custom-css.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\comics\\rtl\\comics-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\comics\\admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\comics\\comics.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\comics\\comics.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\css\\nova-font.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\css\\portfolio-shortcode.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\css\\testimonial-shortcode.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\css\\many-items.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\css\\nova.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\css\\edit-items.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\js\\nova-drag-drop.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\js\\many-items.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\js\\menu-checkboxes.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\comics.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\testimonial.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\portfolios.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-post-types\\nova.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\holiday-snow\\snowstorm.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentyfifteen.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentyeleven.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentyfifteen.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentyfifteen-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentytwelve.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentysixteen.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentyeleven.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentysixteen.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentyfourteen.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentyfourteen.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentyten.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentythirteen.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentysixteen-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentyten.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentythirteen.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\themes\\twentytwelve.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\infinity.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\infinity.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll\\infinity.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\likes\\post-count-jetpack.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\likes\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\likes\\post-count.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\likes\\queuehandler.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\manage\\confirm-admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\manage\\activate-admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\markdown\\easy-markdown.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\images\\wp-app-devices.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\inc\\fonts\\genericons-regular-webfont.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\inc\\fonts\\genericons-regular-webfont.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\inc\\fonts\\genericons-regular-webfont.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\inc\\fonts\\genericons-regular-webfont.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\inc\\tweaks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\inc\\custom-header.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\inc\\template-tags.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\js\\small-menu.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\comments.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\screenshot.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\content.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\image.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\header.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\sidebar.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\content-gallery.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\footer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\searchform.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\theme\\pub\\minileven\\rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven\\minileven.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\rtl\\omnisearch-jetpack-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\rtl\\omnisearch-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-jetpack-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-jetpack.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-jetpack-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-media.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-posts.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-plugins.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-comments.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch\\omnisearch-jetpack.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\photon\\photon.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\post-by-email\\post-by-email.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\post-by-email\\post-by-email.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\post-by-email\\post-by-email.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\protect\\protect-dashboard-widget-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\protect\\math-fallback.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\protect\\protect-dashboard-widget.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\protect\\transient-cleanup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\protect\\protect-dashboard-widget.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\protect\\shared-functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\protect\\config-ui.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\protect\\protect-dashboard-widget-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\rtl\\publicize-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\path-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\facebook-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\twitter-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\tumblr-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize-path-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize-fb-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\connected.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\spinner.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize-linkedin-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize-twitter-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize-google-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\publicize-tumblr-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\assets\\linkedin-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\enhanced-open-graph.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\publicize-jetpack.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\publicize.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize\\ui.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\related-posts\\rtl\\related-posts-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\related-posts\\related-posts.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\related-posts\\related-posts.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\related-posts\\jetpack-related-posts.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\digg.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-like@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\linkedin-nocount.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\divider.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\feed.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\icon-googleplus-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\custom.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-digg.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-tumblr.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\icon-wordpress.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\pocket.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\enhanced-distribution@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-facebook.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\custom@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\icon-googleplus.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\linkedin-horizontal@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-skype.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\more@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-facebook@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\pinterest.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\tumblr.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-stumbleupon@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-twitter@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\linkedin-smart.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-twitter.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-pinterest@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\sharing-hidden@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\reddit.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-stumbleupon.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\googleplus1@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\designfloat.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\wordpress@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\divider@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\linkedin-vertical@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\draggy@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\wordpress.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-like.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\twitter@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\linkedin-vertical.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-digg@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-googleplus1@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\pocket@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\icon-twitter-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\ember.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\icon-wordpress-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-skype@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\loading.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\draggy.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\pinterest@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\contact-form@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\linkedin-horizontal.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\icon-facebook.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\facebook.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\share-bg.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\comments@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\email.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\linkedin.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\icon-facebook-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\googleplus1.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\rss@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\linkedin@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-reddit@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\more.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\linkedin-smart@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\after-the-deadline@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\linkedin-nocount@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-pocket@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-pinterest.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-reddit.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\kindle.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\print.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\facebook@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\icon-twitter.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\sharing-hidden.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\email@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\digg@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-googleplus1.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\print@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-tumblr@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\smart-pocket.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\kindle@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\rss.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\reddit@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\twitter.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\images\\tumblr@2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\recaptcha.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\admin-sharing.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\admin-sharing-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\admin-sharing.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\admin-sharing-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\sharedaddy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\sharing.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\sharing-sources.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\sharing.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\admin-sharing.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\sharing-service.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy\\sharing.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\css\\rtl\\recipes-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\css\\rtl\\slideshow-shortcode-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\css\\slideshow-shortcode.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\css\\recipes.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\css\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\css\\recipes-print.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\images\\collapse.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\images\\expand.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\images\\slide-nav.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\img\\slideshow-loader.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\img\\slideshow-controls.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\img\\slideshow-controls-2x.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\js\\main.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\js\\instagram.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\js\\slideshow-shortcode.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\js\\gist.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\js\\recipes.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\js\\audio-shortcode.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\js\\jmpress.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\js\\jquery.cycle.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\js\\jmpress.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\js\\recipes-printthis.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\twitter-timeline.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\googlevideo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\youtube.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\polldaddy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\flickr.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\slideshare.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\facebook.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\twitchtv.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\presentations.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\diggthis.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\scribd.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\recipe.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\gist.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\bandcamp.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\archives.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\slideshow.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\houzz.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\googleplus.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\cartodb.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\blip.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\instagram.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\vine.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\ted.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\codepen.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\audio.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\medium.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\soundcloud.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\googlemaps.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\videopress.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\mixcloud.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\vimeo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\wufoo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes\\dailymotion.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\site-icon\\css\\site-icon-admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\site-icon\\js\\site-icon-crop.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\site-icon\\js\\site-icon-admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\site-icon\\browser.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\site-icon\\jetpack-site-icon.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\site-icon\\upload-site-icon.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\site-icon\\site-icon-functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sitemaps\\sitemaps.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sitemaps\\sitemap-xsl.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\subscriptions\\subscriptions.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\compat\\twentyfifteen.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\compat\\twentyfourteen-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\compat\\twentyfifteen.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\compat\\twentyfifteen-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\compat\\twentysixteen.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\compat\\twentysixteen.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\compat\\twentyfourteen.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\compat\\twentyfourteen.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\compat\\twentysixteen-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\js\\suggest.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\responsive-videos\\responsive-videos.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\responsive-videos\\responsive-videos.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\responsive-videos\\responsive-videos.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\css\\site-logo-control-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\css\\site-logo-control-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\css\\site-logo-control.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\css\\site-logo-control.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\inc\\compat.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\inc\\class-site-logo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\inc\\functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\inc\\class-site-logo-control.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\js\\site-logo-header-text.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\js\\site-logo-control.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\js\\site-logo.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\js\\site-logo-header-text.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\js\\site-logo-control.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo\\js\\site-logo.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\social-menu\\social-menu.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\featured-content.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\responsive-videos.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-logo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\social-menu.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\infinite-scroll.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\site-breadcrumbs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\random-redirect.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools\\social-links.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\math\\class-constrained-array-rounding.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\rtl\\tiled-gallery-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\templates\\partials\\item.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\templates\\partials\\carousel-image-args.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\templates\\square-layout.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\templates\\carousel-container.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\templates\\circle-layout.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\templates\\rectangular-layout.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\tiled-gallery.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\tiled-gallery-square.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\tiled-gallery-circle.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\tiled-gallery-layout.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\tiled-gallery.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\tiled-gallery-shape.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\tiled-gallery-rectangular.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery\\tiled-gallery-item.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery\\tiled-gallery.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\verification-tools\\blog-verification-tools.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\videopress\\class.videopress-video.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\videopress\\videopress-admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\videopress\\videopress-admin-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\videopress\\videopress-admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\videopress\\videopress-admin-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\videopress\\shortcode.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\videopress\\videopress-admin.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\videopress\\class.videopress-player.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\videopress\\videopress.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widget-visibility\\widget-conditions\\rtl\\widget-conditions-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widget-visibility\\widget-conditions\\widget-conditions-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widget-visibility\\widget-conditions\\widget-conditions.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widget-visibility\\widget-conditions\\widget-conditions-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widget-visibility\\widget-conditions\\widget-conditions.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widget-visibility\\widget-conditions\\widget-conditions.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widget-visibility\\widget-conditions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\contact-info\\contact-info-map.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\contact-info\\contact-info-map.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\facebook-likebox\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gallery\\css\\rtl\\admin-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gallery\\css\\admin.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gallery\\css\\admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gallery\\css\\admin-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gallery\\css\\admin-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gallery\\js\\gallery.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gallery\\js\\admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gallery\\templates\\form.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\goodreads\\css\\rtl\\goodreads-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\goodreads\\css\\goodreads.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\google-plus\\js\\admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\image-widget\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\social-media-icons\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\top-posts\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\wordpress-post-widget\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\rsslinks-widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\twitter-timeline.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\goodreads.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\wordpress-post-widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gravatar-profile.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gallery.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\image-widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\gravatar-profile.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\top-posts.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\facebook-likebox.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\social-media-icons.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\googleplus-badge.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets\\contact-info.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tonesque.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\module-extras.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\after-the-deadline.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\comments.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sso.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\minileven.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sitemaps.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\monitor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-css.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\wpgroho.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\module-info.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\enhanced-distribution.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\likes.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\custom-content-types.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\sharedaddy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\subscriptions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\gravatar-hovercards.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\debug.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortcodes.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\photon.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\notes.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widgets.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\json-api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\latex.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\theme-tools.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\omnisearch.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\infinite-scroll.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\gplus-authorship.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\protect.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\shortlinks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\site-icon.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\verification-tools.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\tiled-gallery.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\vaultpress.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\module-headings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\publicize.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\wpcc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\post-by-email.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\contact-form.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\holiday-snow.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\stats.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\manage.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\videopress.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\related-posts.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\widget-visibility.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\markdown.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\mobile-push.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\carousel.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\random-redirect.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\modules\\social-links.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_arrows.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_full-width-bars.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_ie__gradient--vertical.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_button.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_gradient--vertical.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_breakpoint.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_image-replacement.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_sections.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_retina-background.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_mixins.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\mixins\\_custom-scrollbar.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\_normalize.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\_ie.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\_accessibility.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\_grid.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\_clearings.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\_utilities\\_print.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\atoms\\colors\\_colors.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\atoms\\icons\\_automatticons.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\atoms\\icons\\_jetpack.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\atoms\\typography\\_functions.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\atoms\\typography\\_variables.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\atoms\\typography\\_typography.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\atoms\\_animations.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\atoms\\_buttons.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\atoms\\_media.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\molecules\\_nav-horizontal.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\organisms\\_banners.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\pages\\_manage.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\pages\\_protect.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\pages\\_connection.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\templates\\_id-crisis.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\templates\\_settings.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\templates\\_nux-landing-2015.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\templates\\_dashboard-widget.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\templates\\_main.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\dashboard-widget.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\jetpack-banners.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\jetpack-icons.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\jetpack-admin.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\scss\\jetpack-admin-jitm.scss',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\views\\admin\\network-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\views\\admin\\must-connect-main-blog.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\views\\admin\\network-activated-notice.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\views\\admin\\my-jetpack-page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\views\\admin\\network-admin-header.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\views\\admin\\network-admin-footer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\views\\admin\\admin-page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\views\\admin\\module-modal-template.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\views\\admin\\network-admin-alert.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\views\\admin\\landing-page-templates.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\locales.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.json-api-endpoints.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\functions.opengraph.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-debugger.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-ixr-client.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-network.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-bbpress-json-api-compat.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-client.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-post-images.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-cli.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-client-server.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-network-sites-list-table.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\composer.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-autoupdate.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.json-api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-tracks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-data.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\changelog.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\functions.gallery.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\jetpack.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\functions.compat.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.media-summary.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-user-agent.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-modules-list-table.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\functions.photon.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-signature.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-sync.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-options.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.photon.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-heartbeat.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-api-config.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\require-lib.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.media-extractor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\uninstall.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-jitm.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\wpml-config.xml',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-xmlrpc-server.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-error.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\class.jetpack-twitter-cards.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\jetpack\\json-endpoints.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\child-themify\\assets\\js\\legacy.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\child-themify\\assets\\js\\legacy.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\child-themify\\includes\\legacy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\child-themify\\includes\\plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\child-themify\\languages\\child-themify-fr_FR.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\child-themify\\languages\\child-themify.pot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\child-themify\\languages\\child-themify-fr_FR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\child-themify\\child-themify.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\child-themify\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\css\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\dribbble.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\linkedin.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\bloglovin.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\phone.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\snapchat.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\behance.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\rss.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\tumblr.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\facebook.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\github.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\pinterest.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\periscope.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\twitter.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\youtube.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\medium.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\stumbleupon.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\email.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\xing.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\gplus.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\vimeo.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\flickr.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\SVG\\instagram.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\icons\\LICENSE.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\languages\\simple-social-icons.pot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\Gruntfile.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\package.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\simple-social-icons.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\README.md',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\svgxuse.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\simple-social-icons\\symbol-defs.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-importer\\languages\\wordpress-importer.pot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-importer\\wordpress-importer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-importer\\parsers.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-importer\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\core\\core_pdf_embedder.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\css\\pdfemb-embed-pdf.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\css\\pdfemb-admin-other.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\css\\pdfemb-admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\img\\toolbarButton-pageDown.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\img\\toolbarButton-pageUp.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\img\\ptleftarrow.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\img\\ptrightarrow.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\img\\toolbarButton-zoomIn.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\img\\toolbarButton-presentationMode.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\img\\toolbarButton-zoomOut.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\img\\toolbarButton-download.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\admin\\pdfemb-admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-CNS1-5.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Japan1-4.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniCNS-UCS2-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-CNS1-6.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniGB-UCS2-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKscs-B5-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Korea1-2.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Ext-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBpc-EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\83pv-RKSJ-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\90msp-RKSJ-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSC-Johab-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJISX0213-UTF32-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\ETHK-B5-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\CNS1-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS2004-UTF32-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJISPro-UCS2-HW-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSCms-UHC-HW-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKscs-B5-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKm314-B5-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSC-EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKm471-B5-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniCNS-UCS2-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS-UTF32-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBK-EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Hankaku.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\ETenms-B5-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Japan1-3.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Add-RKSJ-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS-UCS2-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-CNS1-3.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniGB-UTF32-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniCNS-UTF32-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKdla-B5-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniKS-UCS2-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniKS-UCS2-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniKS-UTF8-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Ext-RKSJ-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Japan1-6.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\LICENSE',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniCNS-UTF16-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJISX0213-UTF32-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-CNS1-4.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\CNS2-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\90ms-RKSJ-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\78-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSCpc-EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\78-EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniGB-UTF8-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniGB-UCS2-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBT-EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniCNS-UTF8-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\ETHK-B5-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSCms-UHC-HW-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-GB1-4.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS2004-UTF8-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS-UTF8-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS-UTF16-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\90pv-RKSJ-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Hiragana.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-CNS1-2.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\78-RKSJ-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS-UCS2-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Ext-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBpc-EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniCNS-UTF8-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\78-RKSJ-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Roman.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\CNS2-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\B5-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Japan1-5.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS-UTF8-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBKp-EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\B5pc-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKgccs-B5-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GB-EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\RKSJ-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBTpc-EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniKS-UTF32-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Korea1-0.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniGB-UTF8-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Katakana.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\B5pc-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSC-EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\ETen-B5-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-CNS1-1.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS2004-UTF16-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Ext-RKSJ-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-CNS1-0.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-GB1-1.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Add-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\ETen-B5-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJISPro-UTF8-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\90pv-RKSJ-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSC-Johab-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS-UTF16-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJISX02132004-UTF32-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniKS-UTF16-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\CNS-EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS2004-UTF8-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS-UCS2-HW-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\78-EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKdlb-B5-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Add-RKSJ-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniCNS-UTF16-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\B5-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBTpc-EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Japan1-1.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Japan1-2.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKdla-B5-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniKS-UTF32-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS-UTF32-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJISX02132004-UTF32-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-CNS1-UCS2.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\ETenms-B5-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKgccs-B5-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Korea1-UCS2.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\78ms-RKSJ-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GB-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS-UCS2-HW-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBK2K-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GB-EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBT-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GB-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniGB-UTF16-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\RKSJ-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniGB-UTF32-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBK2K-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniGB-UTF16-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-GB1-2.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniCNS-UTF32-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS2004-UTF32-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSCpc-EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\78-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Korea1-1.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\NWP-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBKp-EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKm314-B5-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKdlb-B5-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-GB1-3.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\78ms-RKSJ-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\CNS1-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\90ms-RKSJ-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\HKm471-B5-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\90msp-RKSJ-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\NWP-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJIS2004-UTF16-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Japan1-UCS2.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniJISPro-UCS2-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSCms-UHC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-GB1-UCS2.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBT-EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniKS-UTF16-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\CNS-EUC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\KSCms-UHC-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\WP-Symbol.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-GB1-0.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBT-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-GB1-5.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\UniKS-UTF8-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Add-H.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\Adobe-Japan1-0.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\cmaps\\GBK-EUC-V.bcmap',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\LICENSE',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\pdf.worker.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\pdf.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\compatibility.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\pdf.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\compatibility.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfjs\\pdf.worker.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfemb-embed-pdf.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\all-pdfemb-basic.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\grabtopan-basic.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\js\\pdfemb-basic.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\lang\\pdf-embedder.pot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\lang\\pdf-embedder-es_ES.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\lang\\pdf-embedder-fr_FR.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\lang\\pdf-embedder-de_DE.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\lang\\pdf-embedder-es_ES.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\lang\\pdf-embedder-fr_FR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\lang\\pdf-embedder-de_DE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\pdf_embedder.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\pdf-embedder\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\css\\styles-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\css\\styles.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\includes\\tag-generator.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\includes\\class-contact-forms-list-table.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\includes\\admin-functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\includes\\help-tabs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\includes\\editor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\js\\scripts.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\js\\tag-generator.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\edit-contact-form.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\admin\\admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\images\\ajax-loader.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\css\\styles-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\css\\styles.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-bg_glass_95_fef1ec_1x400.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-icons_454545_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-bg_glass_75_e6e6e6_1x400.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-icons_888888_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\animated-overlay.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-bg_glass_65_ffffff_1x400.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-bg_glass_55_fbf9ee_1x400.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-bg_flat_75_ffffff_40x100.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-icons_cd0a0a_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-bg_glass_75_dadada_1x400.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-bg_highlight-soft_75_cccccc_1x100.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-bg_flat_0_aaaaaa_40x100.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-icons_2e83ff_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\images\\ui-icons_222222_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\jquery-ui.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\jquery.ui.theme.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery-ui\\themes\\smoothness\\jquery-ui.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\scripts.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery.form.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\js\\jquery.form.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\contact-form-template.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\mail.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\integration.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\contact-form.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\controller.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\upgrade.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\validation.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\formatting.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\pipe.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\shortcodes.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\l10n.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\submission.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\includes\\capabilities.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-fr_FR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-pt_PT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ko_KR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ckb.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-lt_LT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-bn_IN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-uk.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ar.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-he_IL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-el.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-fi.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-bg_BG.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-fa_IR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ru_RU.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-zh_TW.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-eo_EO.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ja.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-gu_IN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ht.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-vi.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7.pot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ka_GE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-bs_BA.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-sr_RS.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-sl_SI.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-nl_NL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ga_IE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-mk_MK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-pl_PL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-cs_CZ.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ta.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-zh_CN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-sv_SE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-af.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-da_DK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-es_ES.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ro_RO.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-be_BY.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-de_DE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-mt_MT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-hr.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-nb_NO.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-et.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ms_MY.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-th.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-hi_IN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ml_IN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-tr_TR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-sk_SK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-pt_BR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-az.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-id_ID.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-sq.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-tl.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-eu.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-hy_AM.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-pa_IN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-gl_ES.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-hu_HU.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-si_LK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-bn_BD.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-lv.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-it_IT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\languages\\contact-form-7-ca.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\akismet.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\recaptcha.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\really-simple-captcha.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\text.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\quiz.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\number.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\textarea.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\file.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\listo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\response.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\date.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\flamingo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\submit.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\checkbox.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\select.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\count.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\acceptance.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\modules\\jetpack.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\license.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\uninstall.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\contact-form-7\\wp-contact-form-7.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-yoast-dismissable-notice.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-yoast-onpage-ajax.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-shortcode-filter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-recalculate-scores-ajax.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\ajax\\class-yoast-plugin-conflict-ajax.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\banner\\class-admin-banner-spot-renderer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\banner\\class-admin-banner-sidebar.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\banner\\class-admin-banner.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\banner\\class-admin-banner-renderer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\banner\\class-admin-banner-sidebar-renderer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\banner\\class-admin-banner-spot.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\components\\class-component-mailchimp-signup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\components\\interface-component.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\components\\class-component-connect-google-search-console.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\factories\\class-factory-post-type.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-upsell-site-review.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-choice.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-post-type-visibility.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-profile-url-linkedin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-profile-url-twitter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-site-type.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-profile-url-myspace.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-profile-url-facebook.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-profile-url-youtube.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-company-name.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-company-or-person.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-multiple-authors.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-social-profiles-intro.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-success-message.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-separator.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-person-name.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-profile-url-googleplus.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-company-logo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-connect-google-search-console.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-mailchimp-signup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-choice-post-type.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-profile-url-instagram.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-profile-url-pinterest.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-site-name.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\fields\\class-field-upsell-configuration-service.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\class-configuration-endpoint.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\class-configuration-options-adapter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\class-configuration-structure.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\class-configuration-service.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\class-configuration-components.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\class-configuration-storage.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\config-ui\\class-configuration-page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\class-metabox-formatter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\class-post-metabox-formatter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\interface-metabox-formatter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\formatter\\class-term-metabox-formatter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\views\\gsc-display.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\views\\gsc-create-redirect.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-bulk-action.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-category-filters.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-service.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-ajax.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-count.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-marker.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-table.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-issue.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-config.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-mapper.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-platform-tabs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-issues.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\google_search_console\\class-gsc-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-wpseo-hooks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-hooks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\import\\class-import-aioseo-hooks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-addon-section.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-tab-section.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\interface-metabox-section.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-analysis-readability.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\interface-metabox-analysis.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-analysis-seo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\interface-metabox-tab.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-form-tab.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-editor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\metabox\\class-metabox-add-keyword-tab.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\onpage\\class-onpage-option.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\onpage\\class-onpage.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\onpage\\class-onpage-request.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\dashboard.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\xml-sitemaps.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\network.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\metas.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\licenses.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\tools.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\advanced.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\pages\\social.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\recalculate\\class-recalculate-terms.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\recalculate\\class-recalculate.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\recalculate\\class-recalculate-posts.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-fields.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-settings-fields.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-metabox.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-columns.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-fields-presenter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-content-fields.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\taxonomy\\class-taxonomy-social-fields.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\form\\fieldset.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\form\\select.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\advanced\\permalinks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\advanced\\rss.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\advanced\\breadcrumbs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\webmaster-tools.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\knowledge-graph.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\dashboard.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\features.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\site-analysis.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\security.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\dashboard\\general.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\metas\\home.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\metas\\taxonomies.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\metas\\other.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\metas\\post-types.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\metas\\general.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\metas\\archives.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\sitemaps\\user-sitemap.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\sitemaps\\taxonomies.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\sitemaps\\post-types.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\sitemaps\\general.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\sitemaps\\exclude-post.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\social\\google.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\social\\accounts.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\social\\facebook.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\social\\pinterest.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\social\\twitterbox.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\tool\\wpseo-export.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\tool\\import-seo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tabs\\tool\\wpseo-import.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\user-profile.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\class-yoast-input-select.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\class-yoast-form-fieldset.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\about.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-settings-tab-video.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\interface-yoast-form-element.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\dashboard-widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tool-file-editor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tool-import-export.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\tool-bulk-editor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-alerts-warnings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-alerts-errors.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\js-templates-primary-term.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-help-center-video.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\views\\partial-alerts-template.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-social-admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-option-tabs-formatter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-premium-popup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-dashboard-widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-config.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-notification-center.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-export.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-option-tab.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-product-upsell-notice.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-primary-term-admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-help-panel.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-bulk-title-editor-list-table.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-stop-words.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-bulk-description-editor-list-table.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-plugin-availability.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-user-profile.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-import-wpseo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-help-center.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-recalculate-scores.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-import.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-alerts.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-option-tabs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-import-aioseo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-bulk-editor-list-table.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-form.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-social-facebook.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\ajax.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-import-woothemes-seo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-plugin-conflict.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-init.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-help-center-item.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-meta-columns.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-asset.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-admin-asset-manager.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-plugin-conflict.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-plugin-compatibility.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-yoast-notification.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-customizer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\admin\\class-import-external.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\select2\\select2.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\help-center-340-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\help-center-340-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\alerts-340-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yoast-extensions-390-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\kb-search-350-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\featured-image-330-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\taxonomy-meta-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yoast-components-400-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\edit-page-330-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\wpseo-dismissible-350-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-primary-category-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\alerts-340-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\wpseo-dismissible-350-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yoast-extensions-390-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\dashboard-360-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\dashboard-360-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\snippet-330-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\toggle-switch-390-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\adminbar-340-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\adminbar-340-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-primary-category-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yoast-components-400-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\featured-image-330-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-400-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_seo_score-390-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\taxonomy-meta-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\snippet-330-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_plugin_tools-400-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\inside-editor-331-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\edit-page-330-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_seo_score-390-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\yst_plugin_tools-400-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\toggle-switch-390-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\inside-editor-331-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\metabox-400-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\admin-global-370-rtl.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\admin-global-370-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dist\\kb-search-350-rtl.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\kb-search-350.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\xml-sitemap-xsl.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\yoast-extensions-390.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\metabox-primary-category.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\inside-editor-331.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\metabox-400.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\yoast-components-400.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\featured-image-330.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\alerts-340.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\admin-global-370.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\toggle-switch-390.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\taxonomy-meta.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\snippet-330.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\edit-page-330.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\adminbar-340.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\yst_seo_score-390.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\help-center-340.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\yst_plugin_tools-400.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\dashboard-360.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\css\\wpseo-dismissible-350.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\deprecated\\class-yoast-textstatistics.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\deprecated\\class-onpage-email-presenter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\deprecated\\class-snippet-preview.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\deprecated\\class-onpage-notifier.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\frontend\\class-primary-category.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\frontend\\class-opengraph.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\frontend\\class-frontend.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\frontend\\class-json-ld.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\frontend\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\frontend\\class-twitter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\frontend\\class-breadcrumbs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\frontend\\class-googleplus.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\seo-care.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\premium-seo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\woocommerce-seo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\website-review.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\yoast-seo-for-wordpress-training.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\local-seo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\news-seo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\local-seo-for-woocommerce.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\configuration-service.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\keyword-research-training.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\video-seo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\basic-seo-training.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\banner\\seo-copywriting-training.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\extensions-video.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\question-mark.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\waiting.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\pinterest-23x30.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\editicon.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\extensions-news.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\extensions-local.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\extensions-premium-ribbon.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\extensions-woo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\images\\Yoast_SEO_Icon.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-options.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-taxonomy-meta.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-xml.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-internallinks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-rss.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-wpseo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-ms.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-titles.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-permalinks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\options\\class-wpseo-option-social.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-taxonomy-sitemap-provider.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-author-sitemap-provider.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemap-timezone.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-renderer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-cache-validator.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemap-cache-data.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-post-type-sitemap-provider.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemap-image-parser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-router.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps-cache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\interface-sitemap-cache-data.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\interface-sitemap-provider.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\sitemaps\\class-sitemaps.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-installation.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-primary-term.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\wpseo-non-ajax-functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-utils.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\class-rewrite.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-statistics.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\wpseo-functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-replace-vars.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\class-upgrade.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-features.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-meta.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\wpseo-functions-deprecated.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\inc\\class-wpseo-rank.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\hr.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\lv.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\ar.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\sr.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\km.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\bg.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\en.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\az.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\fa.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\ja.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\nb.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\fi.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\ca.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\sk.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\uk.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\gl.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\zh-TW.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\da.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\hu.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\ru.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\et.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\ro.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\mk.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\el.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\es.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\is.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\tr.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\sv.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\pt-BR.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\cs.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\he.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\nl.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\th.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\pt.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\zh-CN.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\vi.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\it.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\id.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\ms.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\fr.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\ko.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\sr-Cyrl.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\hi.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\de.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\lt.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\eu.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\i18n\\pl.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\select2\\select2.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-term-scraper-402.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\configuration-wizard-400.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-shortcode-plugin-402.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-metabox-category-380.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-recalculate-402.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-metabox-400.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\jquery.tablesorter.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-admin-media-350.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-replacevar-plugin-380.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-dismissible-350.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-featured-image-350.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-admin-gsc-350.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-post-scraper-402.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-bulk-editor-350.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-admin-global-390.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\dist\\wp-seo-admin-400.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\tests\\shortcode-plugin.test.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\js\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-cs_CZ.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-eu.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-nl_NL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-he_IL.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-nl_NL.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-ca.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-de_DE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-es_ES.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-pt_BR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-sv_SE.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-fa_IR.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-da_DK.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-en_GB.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-en_AU.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-tr_TR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-eu.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-en_CA.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-id_ID.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-pt_PT.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-fr_FR.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-tr_TR.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-id_ID.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-id_ID.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-nl_NL.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-he_IL.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-tr_TR.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-ca.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-hr.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-pl_PL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-cs_CZ.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-ro_RO.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-fr_FR.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-en_GB.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-es_ES.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-fi.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-pt_BR.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-ja.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-it_IT.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-de_DE.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-ca.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-pl_PL.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-pl_PL.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-sv_SE.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-pt_PT.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-nb_NO.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-cy.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-zh_TW.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-nb_NO.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-hr.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-hr.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-sk_SK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-cy.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-en_GB.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-fa_IR.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-bg_BG.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-de_DE.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-ru_RU.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-ja.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-zh_TW.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-ru_RU.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-fa_IR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-es_MX.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-ja.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-bg_BG.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-pt_PT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-seo-js.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-en_CA.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-fi.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-en_AU.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-ro_RO.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-da_DK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-es_MX.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-bg_BG.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-seo-js.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-fr_FR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-it_IT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-sk_SK.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-zh_CN.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-zh_CN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-nb_NO.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-fi.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-da_DK.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-it_IT.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-he_IL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-es_MX.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-sv_SE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-es_ES.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\wordpress-seo-en_AU.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-ru_RU.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-en_CA.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-pt_BR.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\languages\\yoast-components-sk_SK.json',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_psr4.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_classmap.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\ClassLoader52.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\LICENSE',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_real_52.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_namespaces.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\ClassLoader.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\composer\\autoload_real.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\xrstf\\composer-php52\\lib\\xrstf\\Composer52\\Generator.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\xrstf\\composer-php52\\lib\\xrstf\\Composer52\\ClassLoader.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\xrstf\\composer-php52\\lib\\xrstf\\Composer52\\AutoloadGenerator.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\xrstf\\composer-php52\\LICENSE',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\auth\\Google_Verifier.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\auth\\Google_LoginTicket.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\auth\\Google_OAuth2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\auth\\Google_AuthNone.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\auth\\Google_Signer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\auth\\Google_P12Signer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\auth\\Google_AssertionCredentials.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\auth\\Google_PemVerifier.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\auth\\Google_Auth.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\cache\\Google_WPCache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\cache\\Google_Cache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\external\\URITemplateParser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\io\\Google_HttpRequest.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\io\\cacerts.pem',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\io\\Google_CurlIO.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\io\\Google_REST.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\io\\Google_CacheParser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\io\\Google_IO.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\io\\Google_WPIO.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\service\\Google_MediaFileUpload.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\service\\Google_Service.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\service\\Google_ServiceResource.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\service\\Google_BatchRequest.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\service\\Google_Model.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\service\\Google_Utils.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\config.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\google\\Google_Client.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\class-api-google-client.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\class-api-libs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\api-libs\\class-api-google.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\i18n-module\\i18n-module.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\views\\form.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\views\\script.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\views\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\class-license-manager.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\class-plugin-license-manager.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\CHANGELOG.md',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\class-api-request.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\class-update-manager.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\class-plugin-update-manager.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\yoast\\license-manager\\class-product.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\autoload.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\vendor\\autoload_52.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\.eslintignore',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\.csslintrc',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\wpml-config.xml',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\phpmd.xml',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\license.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\wp-seo-main.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\wp-seo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\.babelrc',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\wordpress-seo\\.eslintrc',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\fonts\\fontawesome-webfont.woff2',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\fonts\\fontawesome-webfont.ttf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\fonts\\fontawesome-webfont.eot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\fonts\\fontawesome-webfont.woff',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\fonts\\FontAwesome.otf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\fonts\\fontawesome-webfont.svg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\images\\small-notification.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\images\\small-error.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\images\\loading.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\mab-extras.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\magic-action-box-styles.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\magic-action-box-admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\font-awesome.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\css\\design-panel.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\share-icons-left.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\box1.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\box.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\gradient-grey.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\share-icons-right.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\optin-image-top.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\actionbox-middle.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\gradient-grey1.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\gradient-buttons2-sprite.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\gradient-buttons1-sprite.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\share-icons-top.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\screenshot-accounts.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\adbox.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\cube.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\optin-image-left.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\actionbox-bottom.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\actionbox-top.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\optin-image-right.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\images\\gradient-buttons-sprite.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\placeholder.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\postmatic.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\actionbox-helper.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\youtube-helpers.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\wpautopfix.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\slidereveal.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\magic-action-box-admin.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\ajax-form.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\design-panel.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\style-settings.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\responsive-videos.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\assets\\js\\magic-action-box-design.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\languages\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\contactform7\\assets\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\contactform7\\views\\metabox\\cf7-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\contactform7\\init.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\contactform7\\functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\gforms\\assets\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\gforms\\views\\metabox\\metabox.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\gforms\\init.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\gforms\\functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\rbox\\init.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\addons\\load-addons.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\ProsulumMabDesign.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\autoload.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_Base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_ActionBox.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_API.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_Fuel.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_MetaBoxes.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\ProsulumMabAdmin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_Ajax.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_Settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\ProsulumMabButton.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\ProsulumMab.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_Utils.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_Assets.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_Logs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_Template.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\ProsulumMabBase.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\deprecated-classes.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_Widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\classes\\MAB_OptinProviders.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\filter_functions\\optin-form-output.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\filter_functions\\process-optin-form.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\Ctct\\Exceptions\\CtctException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\Ctct\\Exceptions\\IllegalArgumentException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\Ctct\\Exceptions\\OAuth2Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\Ctct\\Util\\CtctRestClientInterface.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\Ctct\\Util\\CtctConfig.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\Ctct\\Util\\CtctRestClient.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\Ctct\\Util\\CtctCurlResponse.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\Ctct\\Ctct.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\curl_response.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\oauth_application.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\aweber_collection.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\aweber.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\curl_object.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\aweber_api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\aweber_entry_data_array.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\oauth_adapter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\aweber_entry.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\exceptions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\aweber\\aweber_response.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Goal.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Lists.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Mobile.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Campaigns.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Conversations.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Gallery.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Folders.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Reports.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Neapolitan.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Vip.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Users.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Helper.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Ecomm.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Templates.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp\\Exceptions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\mailchimp\\Mailchimp.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\integration\\sendreach\\api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\shortcodes.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\preconfigured-buttons.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\stylesheets.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\update.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\utility.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\design-utilities.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\setup-filters.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\design-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\functions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\lib\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\dark\\images\\small-notification.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\dark\\images\\small-error.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\dark\\images\\loading.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\dark\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\dark\\thumb.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\default\\images\\small-notification.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\default\\images\\small-error.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\default\\images\\loading.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\default\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\default\\thumb.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\pink\\images\\small-notification.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\pink\\images\\small-error.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\pink\\images\\loading.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\pink\\images\\gradient-buttons-sprite.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\pink\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\pink\\thumb.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\royalty\\images\\small-notification.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\royalty\\images\\gradient-blue.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\royalty\\images\\gradient-buttons2-sprite.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\royalty\\images\\small-error.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\royalty\\images\\loading.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\royalty\\style.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\royalty\\thumb.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\styles\\style-template.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\action-box\\actionbox-optin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\action-box\\aside.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\action-box\\actionbox-default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\interceptions\\post-new.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\optin-providers\\aweber.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\optin-providers\\postmatic.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\optin-providers\\mailchimp.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\optin-providers\\wysija.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\optin-providers\\constantcontact.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\optin-providers\\sendreach.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\optin-providers\\manual.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\option-boxes\\success-message.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\option-boxes\\submit-autowidth.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\option-boxes\\submit-button.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\option-boxes\\button-style.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\option-boxes\\field-labels.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\option-boxes\\redirect.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\option-boxes\\displayed-fields.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\type\\optin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\type\\actionbox-content.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\type\\template-aside-image-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\type\\actionbox-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\type\\actionbox-aside.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\type\\optin-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\type\\template-style-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\type\\template-aside-video-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\save-box.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\post-select-actionbox.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\design-panel.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\debug.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\duplicate.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\metaboxes\\metabox-customcss.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\misc\\button-code.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\misc\\duplicate-notice.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\optinforms\\aweber.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\optinforms\\constant-contact.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\optinforms\\postmatic.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\optinforms\\mailchimp.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\optinforms\\wysija.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\optinforms\\sendreach.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\optinforms\\manual.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\settings\\support.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\settings\\dashboard.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\settings\\style-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\settings\\design.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\settings\\main.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\settings\\button-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\views\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\TODO',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\screenshot-2.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\screenshot-1.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\screenshot-3.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\magic-action-box.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\screenshot-5.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\magic-action-box\\screenshot-4.jpg',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\extension-example\\w3-total-cache-example.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\extension-example\\Extension_Example_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\extension-example\\Extension_Example.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\extension-example\\Extension_Example_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\email\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\email\\minify_error_notification.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\email\\minify_error_notification.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\email\\support_request.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\lightbox\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\lightbox\\cdn_s3_bucket_location.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\lightbox\\create_netdna_maxcdn_pull_zone.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\lightbox\\support_us.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\lightbox\\upgrade.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\lightbox\\minify_recommendations.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\lightbox\\self_test.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\lightbox\\edge.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\lightbox\\purchase.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\mime\\html.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\mime\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\mime\\other.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\mime\\cssjs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\mime\\all.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\common\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\common\\cnames-readonly.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\common\\cnames.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\ftp.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\cf2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\s3_compatible.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\azure.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\akamai.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\edgecast.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\cotendo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\att.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\mirror.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\netdna.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\s3.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\cf.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\maxcdn.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn\\rscf.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\common\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\common\\help.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\common\\header.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\common\\footer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\edd\\buy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\enterprise\\dbcluster-config.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\enterprise\\dbcluster_general_section.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\extensions\\list.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\extensions\\settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\yuicss2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\html.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\csstidy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\yuijs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\css.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\yuijs2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\htmltidy2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\js.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\csstidy2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\htmltidy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\googleccjs2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\ccjs2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify\\ccjs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\parts\\redis.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\parts\\memcached_extension.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\parts\\memcached.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\parts\\redis_extension.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\about.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\pgcache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\dashboard.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\mobile.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\dbcache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\faq.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\browsercache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\support.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\general.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\install.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\cdn.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\referrer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\extensions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\objectcache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\options\\minify.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\common\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\common\\header.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\common\\footer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\cdn_export_library.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\cdn_export_file.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\pagespeed_results.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\cdn_rename_domain.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\cdn_import_library.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\cdn_purge.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\popup\\cdn_queue.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\latest_news.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\netdna_signup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\netdna.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\maxcdn_signup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\latest.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\latest_ajax.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\latest_news_ajax.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\latest_control.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\latest_news_control.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\widget\\maxcdn.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\define.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\inc\\error.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\nginx-network-sample-config.conf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\varnish-sample-config.vcl',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\xcache.ini',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\nginx-standalone-sample-config.conf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\apc.ini',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\memcache.ini',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\dbcluster-config-sample.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\eaccelerator.ini',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\php.append.ini',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\s3-sample-policy.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ini\\opcache.ini',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\w3-total-cache-pl_PL.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\w3-total-cache-sr_RS.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\faq-pro-en_US.xml',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\faq-en_US.xml',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\faq-enterprise-en_US.xml',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\w3-total-cache-nl_NL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\ar.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\w3-total-cache.pot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\w3-total-cache-nl_NL.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\w3-total-cache-sr_RS.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\languages\\w3-total-cache-ar_AR.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\CSSTidy\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\CSSTidy\\data.inc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\CSSTidy\\class.csstidy_optimise.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\CSSTidy\\class.csstidy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\CSSTidy\\class.csstidy_print.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Db\\mssql.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Auth\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Auth\\OAuth2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Auth\\AssertionCredentials.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Auth\\LoginTicket.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Auth\\Simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Auth\\AppIdentity.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Auth\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Cache\\Memcache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Cache\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Cache\\File.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Cache\\Apc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Cache\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Cache\\Null.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Http\\MediaFileUpload.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Http\\Request.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Http\\REST.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Http\\CacheParser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Http\\Batch.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\IO\\cacerts.pem',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\IO\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\IO\\Curl.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\IO\\Stream.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\IO\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Service\\Drive.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Service\\Resource.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Service\\Oauth2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Service\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Signer\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Signer\\P12.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Utils\\URITemplate.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Verifier\\Pem.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Verifier\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Service.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Config.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Utils.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Collection.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Model.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Client.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Google\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Client\\Adapter\\Socket.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Client\\Adapter\\Proxy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Client\\Adapter\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Client\\Adapter\\Curl.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Client\\Adapter\\Stream.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Client\\Adapter\\Interface.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Client\\Adapter\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Client\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Client\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Response\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Response\\Stream.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\CookieJar.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Cookie.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Response.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Client.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Http\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Uri\\Http.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Uri\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Uri\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Credentials\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Credentials\\SharedAccessSignature.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Credentials\\SharedKey.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Credentials\\SharedKeyLite.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Credentials\\CredentialsAbstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Credentials\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\Manager.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\ConfigurationDirectories.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\DirectoryConfigurationSubscription.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\PerformanceCounterSubscription.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\ConfigurationInstance.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\ConfigurationObjectBaseAbstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\ConfigurationDiagnosticInfrastructureLogs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\ConfigurationPerformanceCounters.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\ConfigurationWindowsEventLog.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\ConfigurationDataSources.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\ConfigurationLogs.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\LogLevel.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Diagnostics\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\RetryPolicy\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\RetryPolicy\\RetryPolicyAbstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\RetryPolicy\\RetryN.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\RetryPolicy\\NoRetry.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\RetryPolicy\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\Blob\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\Blob\\Stream.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\TableEntity.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\DynamicTableEntity.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\BatchStorageAbstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\BlobContainer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\PageRegionInstance.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\TableEntityQuery.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\TableInstance.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\Table.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\Batch.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\QueueInstance.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\SignedIdentifier.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\StorageEntityAbstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\LeaseInstance.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\Queue.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\QueueMessage.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\BlobInstance.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage\\Blob.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\SessionHandler.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Storage.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\WindowsAzure\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Uri.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Microsoft\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\HTTP\\ConditionalGet.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\HTTP\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\HTTP\\Encoder.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\CSS\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\CSS\\Compressor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\CSS\\UriRewriter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Cache\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Cache\\W3TCDerived.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Cache\\File.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Cache\\ZendPlatform.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Controller\\Base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Controller\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Controller\\Files.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Controller\\Groups.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Controller\\Version1.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Controller\\MinApp.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Controller\\Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\HTML\\Helper.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Inline\\CSS.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Inline\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Inline\\JavaScript.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\JS\\ClosureCompiler.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\YUI\\CssCompressor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\YUI\\CssCompressor.java',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\HTMLTidy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\ImportProcessor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\YUICompressor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\CSS.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\DebugDetector.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Build.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\CommentPreserver.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Packer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\IgnoredCommentPreserver.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Logger.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Source.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\ClosureCompiler.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\CombineOnly.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Lines.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\CSSTidy.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\HTML.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Loader.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify\\Inline.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\CSSmin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\JSMin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\DooDigestAuth.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\JSMinPlus.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Minify\\Minify.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\NetDNA\\NetDNAPresentation.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\NetDNA\\NetDNA.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\NetDNA\\W3tcWpHttpException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\NewRelic\\NewRelicWrapper.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\NewRelic\\NewRelicAPI.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\class.nusoap_base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\class.soap_fault.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\class.xmlschema.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\class.soap_transport_http.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\class.soap_val.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\class.soap_parser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\nusoap.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\class.wsdlcache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\class.soapclient.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\Nusoap\\class.wsdl.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\OAuth\\W3tcOAuth.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\lib\\requestcore\\LICENSE',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\lib\\requestcore\\README.md',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\lib\\requestcore\\cacert.pem',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\lib\\requestcore\\requestcore.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\services\\MessageValidator\\sns-exceptions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\services\\MessageValidator\\MessageValidator.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\services\\MessageValidator\\Message.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\services\\sns.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\utilities\\request.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\utilities\\simplexml.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\utilities\\utilities.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\utilities\\response.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\README.md',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\SNS\\sdk.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\lib\\S3.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\css\\widget.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\css\\error.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\css\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\css\\lightbox.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\css\\options.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\css\\popup.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\lock.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\list-check.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\wordpress-logo-simplified-rgb.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\overlay-down-arrow.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\lite-gray-check.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\save-close.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\overlay-close.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\select-arrow.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\overlay-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\ceo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\w3-meteor.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\twitter-bird-dark-bgs.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\overlay\\gray-check.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\white-grad.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_maxcdn-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_w3tc-logo-retina.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\white-grad-active.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\ps_bar.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc-sprite.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\ps_grad.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_google-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_newrelic-logo-retina.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\google-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\W3TC_dashboard_logo_title-retina.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_w3edge-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc-sprite-retina.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\wpspin_light.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\button-grad-active.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc-sprite-admin-bar.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_netdna-logo-retina.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_w3tc-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\W3TC_dashboard_logo_title.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\open.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_google-logo-retina.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_newrelic-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_maxcdn-logo-retina.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\close.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\cdn-highwinds-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_w3edge-logo-retina.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\button-grad.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\ps_scores.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\sidebar-background.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\img\\w3tc_netdna-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\js\\lightbox.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\js\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\js\\options.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\js\\jquery.masonry.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\js\\widget.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\js\\metadata.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\js\\popup.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\sns.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\opcache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\pub\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\wp-content\\advanced-cache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\wp-content\\db.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\wp-content\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\wp-content\\object-cache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PageSpeed_Widget_View_NotConfigured.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Widget_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ObjectCache_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_MaxCdnFsd_Popup_View_Zones.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_Apc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_AdminActions_Default.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\SystemOpCache_AdminActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Installed.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Popup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FeedBurner_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Service.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Widget_View_Browser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_StorageReader.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Support_Page_View_PageContent.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Faq.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_AdminNotes.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CloudFrontFsd_Popup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CacheFlush_Locally.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ConfigStateNote.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_AdminLinks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_Core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_ContentMinifier.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ObjectCache_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CloudFrontFsd_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PageSpeed_Widget_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Mobile_Redirect.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Page_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_Genesis_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCloudFiles_Popup_View_Regions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_GeneralPage_View_ShowHelpForce.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Enterprise_SnsServer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\SystemOpCache_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_StorageWriter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Environment_Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_GeneralPage_View_ShowSupportUs.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FragmentCache_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Mime.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\BrowserCache_ConfigLabels.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Popup_View_Intro.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\BrowserCache_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extensions_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_Wpml_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_MinifiedFileRequestHandler.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\DbCache_ConfigLabels.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_UsageStatistics.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Page_Install.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Page_General.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\w3-total-cache-old-php.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FragmentCache_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_WpFile_FilesystemMkdirException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Licensing_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\BrowserCache_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_MaxCdnFsd_Popup_View_Success.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Root_Loader.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Mirror.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Popup_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_ConfigLabel.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Widget_View.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ObjectCache_WpObjectCache_Regular.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_Widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Core_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PageSpeed_Plugin_Widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\DbCache_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_Memcached_Stats.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Mirror_MaxCdn.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Support_AdminActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_AdminActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Plugin_WidgetForum.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\index.html',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpace_Api_CaCert.pem',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ConfigKeys.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ConfigCompiler.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_AttachToActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Popup_View_Intro.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Mobile_Base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Widget_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_Widget_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ObjectCache_WpObjectCache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_AdminActions_EdgeMode.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Http.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\DbCache_Core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Ftp.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ObjectCache_ConfigLabels.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Mirror_Highwinds.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Mirror_Netdna.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_WidgetServices_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FragmentCache_Core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Popup_View_ListApplications.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_S3_Cf_S3.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_GoogleDrive_AdminActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_ConfigLabels.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FragmentCache_GeneralPage_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_MaxCdnFsd_Popup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_MaxCdnFsd_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_GoogleDrive_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_WidgetSpreadTheWord_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_File_Cleaner.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Plugin_AdminRowActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Popup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Fsd_Core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extensions_Util.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Dispatcher.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Page_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PgCache_ContentGrabber.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Environment_Exceptions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_Amp_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Enterprise_CacheFlush_MakeSnsEvent.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_GeneralPage_View_ShowHelp.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_S3.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_WidgetSpreadTheWord_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_MaxCdnFsd_Page_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CloudFrontFsd_Popup_View_Success.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_Genesis_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_WordPressSeo_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_GoogleDrive_Popup_AuthReturn.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Plugin_AdminNotifications.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_GoogleDrive_Popup_AuthReturn_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Debug.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Page_About.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FragmentCache_WpObjectCache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PageSpeed_Api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_PageUrls.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\DbCache_Wpdb.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_GoogleDrive_Page_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_WpFile_FilesystemOperationException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_S3_Compatible.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Config.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Licensing_Core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_WpFile_FilesystemChmodException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpace_Api_CloudFiles.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CloudFrontFsd_Api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Bus.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PgCache_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Widget_View_NotConfigured.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCloudFiles_Popup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_AdminActions_Config.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Widget_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_View_Dashboard.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_MaxCdnFsd_Engine.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\w3-total-cache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Plugin_WidgetNetDna.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Root_AdminActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\DbCache_WpdbInjection_QueryCaching.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Popup_View_SelectHost.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Popup_View_Services.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Azure.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Popup_View_Service_Created.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_MaxCdnFsd_Popup_View_Zone.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ObjectCache_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_View_General.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Page_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PgCache_Flush.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PgCache_ConfigLabels.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_Eaccelerator.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PgCache_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Mobile_Referrer.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Popup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_WpFile_FilesystemCopyException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PgCache_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Root_AdminActivation.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_WidgetServices.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_Widget_View.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Popup_View_Zones.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_AdminNotes.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Varnish_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CloudFrontFsd_Popup_View_Distributions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_WpFile_FilesystemWriteException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCloudFiles_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_AdminActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Theme.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Widget_Logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ConfigState.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_GeneralPage.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FragmentCache_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\SystemOpCache_Core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpace_Api_Tokens.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_AdminNotes.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_Redis.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Mobile_Page_UserAgentGroups.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_MaxCdnFsd_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Plugin_WidgetNews.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_Widget_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_WordPressSeo_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\BrowserCache_Core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FragmentCache_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Licensing_AdminActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCloudFiles_Popup_View_Intro.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpace_Api_Cdn.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_GeneralPage_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\BrowserCache_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_GeneralPage_View_ShowEdge.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\changelog.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_AdminActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\DbCache_WpdbBase.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Widget_View.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FragmentCache_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ObjectCache_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Support_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CloudFrontFsd_Popup_View_Intro.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FeedBurner_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Enterprise_SnsBase.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_View_Comments.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extensions_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Root_AdminMenu.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Mirror_Att.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_Apcu.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\DbCache_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Popup_View_Intro.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpace_Api_CloudFilesCdn.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PageSpeed_Widget_View.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FragmentCache_Api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_Memcached.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Fsd_Util.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_ConfigLabels.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CacheFlush.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Plugin_AdminCompatibility.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Popup.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CloudFrontFsd_Page_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Popup_View_Regions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Root_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Mirror_Cotendo.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_WpmuBlogmap.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Widget_View.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_RuleSnippet.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCloudFiles_Page_View.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Page_View_Apm.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Mirror_RackSpaceCdn.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_Wincache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CloudFrontFsd_Popup_View_Distribution.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_Core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_AdminActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_View_Comments.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Widget_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_Wpml_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Widget_View_NotConfigured.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_Popup_View_Intro.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\BrowserCache_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_SettingsForUi.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_RackSpaceCloudFiles.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_Memcache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cli.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FragmentCache_GeneralPage.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Activation.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_WpFile_FilesystemModifyException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_File_Cleaner_Generic.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Mobile_Page_ReferrerGroups.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_Amp_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Enterprise_Dbcache_WpdbInjection_Cluster.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Varnish_Flush.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Base_Page_Settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Rule.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCloudFiles_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FeedBurner_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Util.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Page_Dashboard.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Page_Dashboard_View.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_GeneralPage_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Page_View_Fsd_HeaderActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Plugin_WidgetMaxCdn.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Page_View_Header.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Environment.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_ConfigLabels.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Mirror_Edgecast.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PgCache_Plugin_Admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_Extract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_WpFile_FilesystemRmdirException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FeedBurner_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_MaxCdnFsd_Popup_View_Intro.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_Page_Faq.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CloudFrontFsd_Engine.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Widget.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_GoogleDrive_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extensions_AdminActions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_S3_Cf_Custom.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCdn_Popup_View_Service_Create.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Content.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_WpFile_FilesystemRmException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\ModuleStatus.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\DbCache_WpdbInjection.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_File_Generic.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Minify_HelpPopup_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_S3_Cf.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\w3-total-cache-api.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_File.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\PageSpeed_Widget_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_WpFile.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_File.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\DbCache_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_NewRelic_Widget_View_Apm.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_Xcache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_Genesis_Plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cache_Base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_WidgetSpreadTheWord.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CacheFlush.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\UsageStatistics_Widget_View_Disabled.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_FeedBurner_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_Fsd_CacheFlush.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_Mirror_Akamai.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\DbCache_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Request.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Mobile_UserAgent.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\CdnEngine_GoogleDrive.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_AdminActions_Flush.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\SystemOpCache_GeneralPage_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_CloudFlare_GeneralPage_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_RackSpaceCloudFiles_Popup_View_Containers.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Generic_AdminActions_Test.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Extension_Genesis_Page.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Cdn_CloudFrontFsd_Page_View.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Support_Page_View_DoneContent.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\w3-total-cache\\Util_Ui.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\classes\\class.p3-profiler-table.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\classes\\class.p3-profiler-table-sorter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\classes\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\classes\\class.p3-profiler-plugin-admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\classes\\class.p3-profiler-plugin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\classes\\class.p3-profiler.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\classes\\.htaccess',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\classes\\class.p3-profiler-reader.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\images\\ui-icons_21759b_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\images\\ui-icons_cc0000_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\images\\ui-icons_333333_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\images\\ui-icons_999999_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\jquery-ui-fresh.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\jquery-ui-demo.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\wordwrap.xml',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\p3.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\jquery-ui-classic.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\jquery.qtip.min.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\logo.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\css\\icon_mail.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\exceptions\\class.p3-profiler-no-data-exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\exceptions\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\exceptions\\.htaccess',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\js\\jquery.flot.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\js\\jquery.flot.pie.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\js\\jquery.qtip.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\js\\jquery.flot.navigate.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\js\\jquery.corner.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\languages\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\languages\\p3-profiler-tr_TR.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\languages\\p3-profiler-tr_TR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\languages\\.htaccess',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\templates\\list-scans.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\templates\\help.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\templates\\view-scan.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\templates\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\templates\\.htaccess',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\templates\\template.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\templates\\callouts.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\p3-profiler.pot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\build.bat',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\p3-profiler.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\uninstall.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\index.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\license.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\p3-profiler\\start-profile.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\lazy-social-buttons\\images\\lsb-spinner-dark.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\lazy-social-buttons\\images\\lsb-spinner-light.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\lazy-social-buttons\\images\\lsb-preload.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\lazy-social-buttons\\lazySocialButtons.min.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\lazy-social-buttons\\readme.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\lazy-social-buttons\\lazySocialButtons.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\lazy-social-buttons\\LICENSE.txt',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\lazy-social-buttons\\lazy-social-buttons.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\central\\classes\\class-automatic-upgrader-skin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\central\\modules\\comments.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\central\\modules\\core.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\central\\modules\\users.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\central\\modules\\updates.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\central\\modules\\updraftplus.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\central\\bootstrap.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\central\\listener.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\central\\commands.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\css\\updraftplus-notices.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\css\\admin.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\email.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\googlecloud.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\cloudfiles.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\s3.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\copycom.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\azure.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\updraftvault.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\webdav.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\folder.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\dreamobjects.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\dropbox.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\googledrive.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\onedrive.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\icons\\openstack.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\reporting.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\migrator.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\multiplestorage_destinations.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\support.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\black_friday.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\summer.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\christmas.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\new_year.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\updraft_logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\spring.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\notices\\locksettings.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\updraft_tick.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\googlecloud.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\padlock-150.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\udlogo-rotating.gif',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\ud-logo-150.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\dreamobjects_logo-horiz-2013.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\copycom.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\updraftvault-150.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\azure.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\rackspacecloud-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\updraft_cross.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\updraft_premv.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\automaticbackup.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\udp-logo-white.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\onedrive.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\dropbox-logo.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\updraft_freev.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\images\\dashicon.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox\\OAuth\\Consumer\\ConsumerAbstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox\\OAuth\\Consumer\\WordPress.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox\\OAuth\\Consumer\\Curl.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox\\OAuth\\Storage\\WordPress.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox\\OAuth\\Storage\\Encrypter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox\\OAuth\\Storage\\StorageInterface.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox\\API.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox2\\OAuth\\Consumer\\ConsumerAbstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox2\\OAuth\\Consumer\\WordPress.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox2\\OAuth\\Consumer\\Curl.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox2\\OAuth\\Storage\\WordPress.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox2\\OAuth\\Storage\\Encrypter.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox2\\OAuth\\Storage\\StorageInterface.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox2\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Dropbox2\\API.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Auth\\ComputeEngine.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Auth\\AppIdentity.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Auth\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Auth\\Simple.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Auth\\OAuth2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Auth\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Auth\\AssertionCredentials.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Auth\\LoginTicket.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Cache\\File.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Cache\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Cache\\Memcache.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Cache\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Cache\\Apc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Cache\\Null.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Http\\MediaFileUpload.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Http\\REST.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Http\\CacheParser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Http\\Request.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Http\\Batch.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\IO\\Curl.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\IO\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\IO\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\IO\\cacerts.pem',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\IO\\Stream.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Logger\\File.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Logger\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Logger\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Logger\\Psr.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Logger\\Null.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Storage.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Groupssettings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Drive.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Reports.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Logging.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Container.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Tasks.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Audit.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\IdentityToolkit.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Resource.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Licensing.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\GroupsMigration.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Oauth2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Datastore.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Dns.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Directory.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service\\Resourceviews.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Signer\\P12.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Signer\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Task\\Runner.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Task\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Task\\Retryable.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Utils\\URITemplate.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Verifier\\Pem.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Verifier\\Abstract.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Collection.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Model.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Service.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Exception.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Config.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Client.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\autoload.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\Google\\Utils.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\cloudfiles\\cloudfiles_exceptions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\cloudfiles\\cloudfiles.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\cloudfiles\\cloudfiles_http.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-bg_gloss-wave_35_f6a828_500x100.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-bg_glass_100_fdf5ce_1x400.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-icons_228ef1_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-bg_highlight-soft_100_eeeeee_1x100.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-bg_glass_100_f6f6f6_1x400.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-bg_diagonals-thick_18_b81900_40x40.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-icons_ffffff_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-bg_flat_10_000000_40x100.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-bg_diagonals-thick_20_666666_40x40.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-bg_glass_65_ffffff_1x400.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-icons_ef8c08_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-icons_ffd27a_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-icons_222222_256x240.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\images\\ui-bg_highlight-soft_75_ffe45c_1x100.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\labelauty\\images\\input-checked.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\labelauty\\images\\input-unchecked.png',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\labelauty\\jquery-labelauty.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\labelauty\\LICENSE',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\labelauty\\jquery-labelauty.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\RC2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\Twofish.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\Rijndael.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\RSA.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\DES.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\Blowfish.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\AES.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\TripleDES.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\Random.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\Hash.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\Base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Crypt\\RC4.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\File\\ANSI.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\File\\X509.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\File\\ASN1.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Math\\BigInteger.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Net\\SFTP\\Stream.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Net\\SCP.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Net\\SSH1.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Net\\SSH2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\Net\\SFTP.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\System\\SSH\\Agent.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\System\\SSH_Agent.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\bootstrap.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\phpseclib\\openssl.cnf',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\updraft-admin-ui.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\class-udrpc.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\ftp.class.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\get-cpanel-quota-usage.pl',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\jquery-ui.custom.css',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\S3compat.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\S3.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\class-semaphore.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\google-extensions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\class-partialfileservlet.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\jquery.blockUI.js',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\cacert.pem',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\updraftplus-notices.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\includes\\updraft-notices.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-el.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-hu_HU.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-zh_TW.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-pt_BR.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-sl_SI.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-vi.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-it_IT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-zh_CN.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-es_CO.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-uk.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-nb_NO.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-tr_TR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-id_ID.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-cs_CZ.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-nn_NO.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-cs_CZ.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-fa_IR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-es_MX.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-bn_BD.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-he_IL.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-el.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-ca_ES.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-lt_LT.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-vi.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-es_ES.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-bn_BD.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-lt_LT.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-ar.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-fi.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-es_MX.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-tl.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-he_IL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-es_ES.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-uk.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-ar.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-ca_ES.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-no.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-sv_SE.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-ja.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-it_IT.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-pt_BR.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-nb_NO.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-pl_PL.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus.pot',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-tr_TR.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-da_DK.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-sv_SE.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-id_ID.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-ca.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-ja.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-da_DK.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-fa_IR.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-nn_NO.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-zh_TW.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-nl_NL.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-hu_HU.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-zh_CN.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-nl_NL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-es_CO.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-pl_PL.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-ru_RU.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-ca.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-fi.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-no.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-tl.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-sl_SI.po',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\languages\\updraftplus-ru_RU.mo',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\webdav.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\azure.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\openstack.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\viaaddon-base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\s3.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\onedrive.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\ftp.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\cloudfiles.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\dreamobjects.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\template.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\googledrive.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\updraftvault.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\openstack-base.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\cloudfiles-new.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\googlecloud.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\email.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\openstack2.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\insufficient.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\dropbox.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\s3generic.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\methods\\sftp.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\advanced\\lock-admin.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\advanced\\advanced-tools.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\advanced\\wipe-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\advanced\\updraftcentral.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\advanced\\tools-menu.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\advanced\\site-info.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\advanced\\total-size.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\advanced\\export-settings.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\advanced\\search-replace.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\notices\\horizontal-notice.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\notices\\thanks-for-using-main-dash.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\notices\\bottom-notice.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\notices\\report.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\notices\\report-plain.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\settings\\tab-bar.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\settings\\delete-and-restore-modals.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\settings\\header.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\settings\\tab-status.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\settings\\downloading-and-restoring.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\settings\\form-contents.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\templates\\wp-admin\\settings\\tab-addons.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Client\\ThrottlingErrorChecker.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Client\\UserAgentListener.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Client\\UploadBodyListener.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Client\\AbstractClient.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Client\\ClientBuilder.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Client\\AwsClientInterface.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Client\\DefaultClient.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Client\\ExpiredCredentialsChecker.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Command\\XmlResponseLocationVisitor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Command\\QueryCommand.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Command\\JsonCommand.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Command\\AwsQueryVisitor.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Credentials\\RefreshableInstanceProfileCredentials.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Credentials\\CredentialsInterface.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Credentials\\AbstractCredentialsDecorator.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Credentials\\Credentials.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Credentials\\AbstractRefreshableCredentials.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Credentials\\CacheableCredentials.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Credentials\\NullCredentials.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Enum\\Region.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Enum\\Size.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Enum\\DateFormat.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Enum\\UaString.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Enum\\ClientOptions.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Enum\\Time.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\Parser\\ExceptionParserInterface.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\Parser\\AbstractJsonExceptionParser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\Parser\\JsonQueryExceptionParser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\Parser\\DefaultXmlExceptionParser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\Parser\\JsonRestExceptionParser.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\NamespaceExceptionFactory.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\DomainException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\OverflowException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\BadMethodCallException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\TransferException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\ServiceResponseException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\UnexpectedValueException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\RequiredExtensionNotLoadedException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\InvalidArgumentException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\ExceptionListener.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\AwsExceptionInterface.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\MultipartUploadException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\RuntimeException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\OutOfBoundsException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\ExceptionFactoryInterface.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\LogicException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Exception\\InstanceProfileCredentialsException.php',0,NULL),('\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1\\wp-content\\plugins\\updraftplus\\vendor\\aws\\aws-sdk-php\\src\\Aws\\Common\\Facade\\Facade.php',0,NULL); /*!40000 ALTER TABLE `wp_wpb2d_processed_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wsal_metadata` -- DROP TABLE IF EXISTS `wp_wsal_metadata`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wsal_metadata` ( `id` bigint(20) NOT NULL auto_increment, `occurrence_id` bigint(20) NOT NULL, `name` varchar(100) NOT NULL, `value` longtext NOT NULL, PRIMARY KEY (`id`), KEY `occurrence_name` (`occurrence_id`,`name`) ) ENGINE=MyISAM AUTO_INCREMENT=62948 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wsal_metadata` -- LOCK TABLES `wp_wsal_metadata` WRITE; /*!40000 ALTER TABLE `wp_wsal_metadata` DISABLE KEYS */; INSERT INTO `wp_wsal_metadata` VALUES (1,1,'Attempts','\"10+\"'),(2,1,'ClientIP','\"195.154.225.13\"'),(3,1,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"'),(4,1,'CurrentUserID','0'),(5,2,'Username','\"kharvey\"'),(6,2,'CurrentUserRoles','[\"administrator\"]'),(7,2,'ClientIP','\"67.183.41.214\"'),(8,2,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(9,3,'Attempts','1'),(10,3,'Username','\"kharvey\"'),(11,3,'CurrentUserRoles','[\"administrator\"]'),(12,3,'ClientIP','\"70.89.132.17\"'),(13,3,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(14,4,'Username','\"kharvey\"'),(15,4,'CurrentUserRoles','[\"administrator\"]'),(16,4,'ClientIP','\"70.89.132.17\"'),(17,4,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(18,5,'Username','\"kharvey\"'),(19,5,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(20,5,'ClientIP','\"70.89.132.17\"'),(21,5,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(22,6,'PostID','188'),(23,6,'PostType','\"page\"'),(24,6,'PostTitle','\"Membership Directory\"'),(25,6,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=188\"'),(26,6,'ClientIP','\"70.89.132.17\"'),(27,6,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(28,6,'CurrentUserID','4'),(29,6,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(30,7,'PostID','188'),(31,7,'PostType','\"page\"'),(32,7,'PostTitle','\"Membership Directory\"'),(33,7,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=188\"'),(34,7,'ClientIP','\"70.89.132.17\"'),(35,7,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(36,7,'CurrentUserID','4'),(37,7,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(38,8,'PostID','131'),(39,8,'PostType','\"post\"'),(40,8,'PostTitle','\"Auto Draft\"'),(41,8,'ClientIP','\"10.30.65.102\"'),(42,8,'UserAgent','\"WordPress\\/4.1.1; http:\\/\\/www.wsaa.aero\"'),(43,8,'CurrentUserID','0'),(44,9,'PostID','188'),(45,9,'PostType','\"page\"'),(46,9,'PostTitle','\"Membership Directory\"'),(47,9,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=188\"'),(48,9,'ClientIP','\"70.89.132.17\"'),(49,9,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(50,9,'CurrentUserID','4'),(51,9,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(52,10,'PostID','188'),(53,10,'PostType','\"page\"'),(54,10,'PostTitle','\"Membership Directory\"'),(55,10,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=188\"'),(56,10,'ClientIP','\"70.89.132.17\"'),(57,10,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(58,10,'CurrentUserID','4'),(59,10,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(60,11,'PostID','188'),(61,11,'PostType','\"page\"'),(62,11,'PostTitle','\"Membership Directory\"'),(63,11,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=188\"'),(64,11,'ClientIP','\"70.89.132.17\"'),(65,11,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(66,11,'CurrentUserID','4'),(67,11,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(68,12,'Username','\"kharvey\"'),(69,12,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(70,12,'ClientIP','\"70.89.132.17\"'),(71,12,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(72,13,'PostID','115'),(73,13,'PostType','\"page\"'),(74,13,'PostTitle','\"Executive Officers and Board of Directors\"'),(75,13,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=115\"'),(76,13,'ClientIP','\"70.89.132.17\"'),(77,13,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(78,13,'CurrentUserID','4'),(79,13,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(80,14,'PostID','63'),(81,14,'PostType','\"page\"'),(82,14,'PostTitle','\"BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE\"'),(83,14,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=63\"'),(84,14,'ClientIP','\"70.89.132.17\"'),(85,14,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(86,14,'CurrentUserID','4'),(87,14,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(88,15,'PostID','184'),(89,15,'PostType','\"page\"'),(90,15,'PostTitle','\"Membership Categories\"'),(91,15,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=184\"'),(92,15,'ClientIP','\"70.89.132.17\"'),(93,15,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(94,15,'CurrentUserID','4'),(95,15,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(96,16,'PostID','184'),(97,16,'PostType','\"page\"'),(98,16,'PostTitle','\"Membership Categories\"'),(99,16,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=184\"'),(100,16,'ClientIP','\"70.89.132.17\"'),(101,16,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(102,16,'CurrentUserID','4'),(103,16,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(104,17,'PostID','184'),(105,17,'PostType','\"page\"'),(106,17,'PostTitle','\"Membership Categories\"'),(107,17,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=184\"'),(108,17,'ClientIP','\"70.89.132.17\"'),(109,17,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(110,17,'CurrentUserID','4'),(111,17,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(112,18,'PostID','184'),(113,18,'PostType','\"page\"'),(114,18,'PostTitle','\"Membership Categories\"'),(115,18,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=184\"'),(116,18,'ClientIP','\"70.89.132.17\"'),(117,18,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(118,18,'CurrentUserID','4'),(119,18,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(120,19,'PostID','188'),(121,19,'PostType','\"page\"'),(122,19,'PostTitle','\"Membership Directory\"'),(123,19,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=188\"'),(124,19,'ClientIP','\"70.89.132.17\"'),(125,19,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(126,19,'CurrentUserID','4'),(127,19,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(128,20,'PostID','178'),(129,20,'PostType','\"page\"'),(130,20,'PostTitle','\"Join\"'),(131,20,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=178\"'),(132,20,'ClientIP','\"70.89.132.17\"'),(133,20,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(134,20,'CurrentUserID','4'),(135,20,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(136,21,'PostID','115'),(137,21,'PostType','\"page\"'),(138,21,'PostTitle','\"Executive Officers and Board of Directors\"'),(139,21,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=115\"'),(140,21,'ClientIP','\"70.89.132.17\"'),(141,21,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(142,21,'CurrentUserID','4'),(143,21,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(144,22,'PostID','115'),(145,22,'PostType','\"page\"'),(146,22,'PostTitle','\"Executive Officers and Board of Directors\"'),(147,22,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=115\"'),(148,22,'ClientIP','\"70.89.132.17\"'),(149,22,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(150,22,'CurrentUserID','4'),(151,22,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(152,23,'PostID','115'),(153,23,'PostType','\"page\"'),(154,23,'PostTitle','\"Executive Officers and Board of Directors\"'),(155,23,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=115\"'),(156,23,'ClientIP','\"70.89.132.17\"'),(157,23,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(158,23,'CurrentUserID','4'),(159,23,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(160,24,'PostID','115'),(161,24,'PostType','\"page\"'),(162,24,'PostTitle','\"Executive Officers and Board of Directors\"'),(163,24,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=115\"'),(164,24,'ClientIP','\"70.89.132.17\"'),(165,24,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(166,24,'CurrentUserID','4'),(167,24,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(168,25,'PostID','63'),(169,25,'PostType','\"page\"'),(170,25,'PostTitle','\"BYLAWS OF THE WASHINGTON STATE AVIATION ALLIANCE\"'),(171,25,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=63\"'),(172,25,'ClientIP','\"70.89.132.17\"'),(173,25,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(174,25,'CurrentUserID','4'),(175,25,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(176,26,'PostID','63'),(177,26,'PostType','\"page\"'),(178,26,'PostTitle','\"Bylaws - Washington State Aviation Alliance\"'),(179,26,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=63\"'),(180,26,'ClientIP','\"70.89.132.17\"'),(181,26,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(182,26,'CurrentUserID','4'),(183,26,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(184,27,'Username','\"kharvey\"'),(185,27,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(186,27,'ClientIP','\"70.89.132.17\"'),(187,27,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(188,28,'PostID','138'),(189,28,'PostType','\"nav_menu_item\"'),(190,28,'PostTitle','\"\"'),(191,28,'ClientIP','\"70.89.132.17\"'),(192,28,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(193,28,'CurrentUserID','4'),(194,28,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(195,29,'PostID','139'),(196,29,'PostType','\"nav_menu_item\"'),(197,29,'PostTitle','\"\"'),(198,29,'ClientIP','\"70.89.132.17\"'),(199,29,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(200,29,'CurrentUserID','4'),(201,29,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(202,30,'PostID','192'),(203,30,'PostType','\"nav_menu_item\"'),(204,30,'PostTitle','\"\"'),(205,30,'ClientIP','\"70.89.132.17\"'),(206,30,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(207,30,'CurrentUserID','4'),(208,30,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(209,31,'PostID','63'),(210,31,'PostType','\"page\"'),(211,31,'PostTitle','\"Bylaws - Washington State Aviation Alliance\"'),(212,31,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=63\"'),(213,31,'ClientIP','\"70.89.132.17\"'),(214,31,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(215,31,'CurrentUserID','4'),(216,31,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(217,32,'AttachmentID','89'),(218,32,'FileName','\"KandaceHarvey-HeadShot-125x156.jpg\"'),(219,32,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(220,32,'ClientIP','\"75.172.8.115\"'),(221,32,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(222,32,'CurrentUserID','2'),(223,32,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(224,33,'AttachmentID','267'),(225,33,'FileName','\"KandaceHarvey-HeadShot-125x156.jpg\"'),(226,33,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(227,33,'ClientIP','\"75.172.8.115\"'),(228,33,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(229,33,'CurrentUserID','2'),(230,33,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(231,34,'AttachmentID','268'),(232,34,'FileName','\"KandaceHarvey-HeadShot-2000x2500.jpg\"'),(233,34,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(234,34,'ClientIP','\"75.172.8.115\"'),(235,34,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(236,34,'CurrentUserID','2'),(237,34,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(238,35,'AttachmentID','269'),(239,35,'FileName','\"WSAALogo1-300x100.png\"'),(240,35,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(241,35,'ClientIP','\"75.172.8.115\"'),(242,35,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(243,35,'CurrentUserID','2'),(244,35,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(245,36,'AttachmentID','270'),(246,36,'FileName','\"WSAALogo1a-300x100.png\"'),(247,36,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(248,36,'ClientIP','\"75.172.8.115\"'),(249,36,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(250,36,'CurrentUserID','2'),(251,36,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(252,37,'PostID','69'),(253,37,'PostType','\"page\"'),(254,37,'PostTitle','\"Brochure\"'),(255,37,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=69\"'),(256,37,'ClientIP','\"75.172.8.115\"'),(257,37,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(258,37,'CurrentUserID','2'),(259,37,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(260,38,'PostID','69'),(261,38,'PostType','\"page\"'),(262,38,'PostTitle','\"Brochure\"'),(263,38,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=69\"'),(264,38,'ClientIP','\"75.172.8.115\"'),(265,38,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(266,38,'CurrentUserID','2'),(267,38,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(268,39,'PostID','69'),(269,39,'PostType','\"page\"'),(270,39,'PostTitle','\"Brochure\"'),(271,39,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=69\"'),(272,39,'ClientIP','\"75.172.8.115\"'),(273,39,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(274,39,'CurrentUserID','2'),(275,39,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(276,40,'PostID','69'),(277,40,'PostType','\"page\"'),(278,40,'PostTitle','\"Brochure\"'),(279,40,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=69\"'),(280,40,'ClientIP','\"75.172.8.115\"'),(281,40,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(282,40,'CurrentUserID','2'),(283,40,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(284,41,'PostID','275'),(285,41,'PostType','\"page\"'),(286,41,'PostTitle','\"BrochureX\"'),(287,41,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=275\"'),(288,41,'ClientIP','\"75.172.8.115\"'),(289,41,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(290,41,'CurrentUserID','2'),(291,41,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(292,42,'PostID','275'),(293,42,'PostType','\"page\"'),(294,42,'PostTitle','\"BrochureX\"'),(295,42,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=275\"'),(296,42,'ClientIP','\"75.172.8.115\"'),(297,42,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(298,42,'CurrentUserID','2'),(299,42,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(300,43,'PostID','275'),(301,43,'PostType','\"page\"'),(302,43,'PostTitle','\"BrochureX\"'),(303,43,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=275\"'),(304,43,'ClientIP','\"75.172.8.115\"'),(305,43,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(306,43,'CurrentUserID','2'),(307,43,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(308,44,'PostID','69'),(309,44,'PostType','\"page\"'),(310,44,'PostTitle','\"Brochure\"'),(311,44,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=69\"'),(312,44,'ClientIP','\"75.172.8.115\"'),(313,44,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(314,44,'CurrentUserID','2'),(315,44,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(316,45,'PostID','275'),(317,45,'PostType','\"page\"'),(318,45,'PostTitle','\"BrochureX\"'),(319,45,'ClientIP','\"75.172.8.115\"'),(320,45,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(321,45,'CurrentUserID','2'),(322,45,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(323,46,'PostID','67'),(324,46,'PostType','\"page\"'),(325,46,'PostTitle','\"Umbrella of Strength\"'),(326,46,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(327,46,'ClientIP','\"75.172.8.115\"'),(328,46,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.101 Safari\\/537.36\"'),(329,46,'CurrentUserID','2'),(330,46,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(331,47,'PostID','132'),(332,47,'PostType','\"post\"'),(333,47,'PostTitle','\"Auto Draft\"'),(334,47,'ClientIP','\"10.30.65.101\"'),(335,47,'UserAgent','\"WordPress\\/4.1.1; http:\\/\\/www.wsaa.aero\"'),(336,47,'CurrentUserID','0'),(337,48,'PostID','266'),(338,48,'PostType','\"post\"'),(339,48,'PostTitle','\"Auto Draft\"'),(340,48,'ClientIP','\"10.30.65.102\"'),(341,48,'UserAgent','\"WordPress\\/4.1.1; http:\\/\\/www.wsaa.aero\"'),(342,48,'CurrentUserID','0'),(343,49,'Attempts','\"10+\"'),(344,49,'ClientIP','\"41.140.65.156\"'),(345,49,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(346,49,'CurrentUserID','0'),(347,50,'Attempts','1'),(348,50,'ClientIP','\"75.172.8.115\"'),(349,50,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(350,50,'CurrentUserID','0'),(351,51,'Username','\"wsaaus15\"'),(352,51,'CurrentUserRoles','[\"administrator\"]'),(353,51,'ClientIP','\"75.172.8.115\"'),(354,51,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(355,52,'PluginFile','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/wordpress-backup-to-dropbox\\/wp-backup-to-dropbox.php\"'),(356,52,'PluginData','{\"Name\":\"WordPress Backup to Dropbox\",\"PluginURI\":\"http:\\/\\/wpb2d.com\",\"Version\":\"4.1\",\"Author\":\"Michael De Wildt\",\"Network\":\"False\"}'),(357,52,'ClientIP','\"75.172.8.115\"'),(358,52,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(359,52,'CurrentUserID','1'),(360,52,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(361,53,'PostID','188'),(362,53,'PostType','\"page\"'),(363,53,'PostTitle','\"Membership Directory\"'),(364,53,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=188\"'),(365,53,'ClientIP','\"75.172.8.115\"'),(366,53,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(367,53,'CurrentUserID','1'),(368,53,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(369,54,'NewUserID','7'),(370,54,'NewUserData','{\"Username\":\"secretary@wsaa.aero\",\"FirstName\":\"Tristan\",\"LastName\":\"Atkins\",\"Email\":\"secretary@wsaa.aero\",\"Roles\":\"administrator\"}'),(371,54,'ClientIP','\"75.172.8.115\"'),(372,54,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(373,54,'CurrentUserID','1'),(374,54,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(375,55,'Username','\"kharvey\"'),(376,55,'CurrentUserRoles','[\"administrator\"]'),(377,55,'ClientIP','\"70.89.132.17\"'),(378,55,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(379,56,'Username','\"kharvey\"'),(380,56,'CurrentUserRoles','[\"administrator\"]'),(381,56,'ClientIP','\"216.227.104.38\"'),(382,56,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(383,57,'Username','\"kharvey\"'),(384,57,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(385,57,'ClientIP','\"216.227.104.38\"'),(386,57,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(387,58,'CurrentUserID','4'),(388,58,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(389,58,'ClientIP','\"216.227.104.38\"'),(390,58,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(391,59,'Username','\"kharvey\"'),(392,59,'CurrentUserRoles','[\"administrator\"]'),(393,59,'ClientIP','\"70.89.132.17\"'),(394,59,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(395,60,'Username','\"kharvey\"'),(396,60,'CurrentUserRoles','[\"administrator\"]'),(397,60,'ClientIP','\"70.89.132.17\"'),(398,60,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(399,61,'Username','\"kharvey\"'),(400,61,'CurrentUserRoles','[\"administrator\"]'),(401,61,'ClientIP','\"50.170.107.65\"'),(402,61,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.118 Safari\\/537.36\"'),(403,62,'CurrentUserID','4'),(404,62,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(405,62,'ClientIP','\"50.170.107.65\"'),(406,62,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/41.0.2272.118 Safari\\/537.36\"'),(407,63,'Username','\"kharvey\"'),(408,63,'CurrentUserRoles','[\"administrator\"]'),(409,63,'ClientIP','\"216.227.104.38\"'),(410,63,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(411,64,'CurrentUserID','4'),(412,64,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(413,64,'ClientIP','\"216.227.104.38\"'),(414,64,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(415,65,'Attempts','4'),(416,65,'ClientIP','\"195.3.144.98\"'),(417,65,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(418,65,'CurrentUserID','0'),(419,66,'Username','\"David.Ketchum@WSCAA.org\"'),(420,66,'CurrentUserRoles','[\"administrator\"]'),(421,66,'ClientIP','\"50.35.36.233\"'),(422,66,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64; Trident\\/7.0; MDDRJS; rv:11.0) like Gecko\"'),(423,67,'Username','\"David.Ketchum@WSCAA.org\"'),(424,67,'CurrentUserRoles','[\"administrator\"]'),(425,67,'ClientIP','\"50.35.36.233\"'),(426,67,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; Win64; x64; Trident\\/7.0; MDDRJS; rv:11.0) like Gecko\"'),(427,68,'Attempts','8'),(428,68,'ClientIP','\"195.3.144.98\"'),(429,68,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(430,68,'CurrentUserID','0'),(431,69,'PostID','280'),(432,69,'PostType','\"post\"'),(433,69,'PostTitle','\"Auto Draft\"'),(434,69,'ClientIP','\"10.30.65.102\"'),(435,69,'UserAgent','\"WordPress\\/4.1.1; http:\\/\\/www.wsaa.aero\"'),(436,69,'CurrentUserID','0'),(437,70,'PostID','283'),(438,70,'PostType','\"post\"'),(439,70,'PostTitle','\"Auto Draft\"'),(440,70,'ClientIP','\"10.30.65.102\"'),(441,70,'UserAgent','\"WordPress\\/4.1.1; http:\\/\\/www.wsaa.aero\"'),(442,70,'CurrentUserID','0'),(443,71,'Attempts','2'),(444,71,'ClientIP','\"178.136.197.139\"'),(445,71,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(446,71,'CurrentUserID','0'),(447,72,'Attempts','10'),(448,72,'ClientIP','\"178.136.197.139\"'),(449,72,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(450,72,'CurrentUserID','0'),(451,73,'Username','\"David.Ketchum@WSCAA.org\"'),(452,73,'CurrentUserRoles','[\"administrator\"]'),(453,73,'ClientIP','\"50.181.141.126\"'),(454,73,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(455,74,'Username','\"kharvey\"'),(456,74,'CurrentUserRoles','[\"administrator\"]'),(457,74,'ClientIP','\"164.110.37.87\"'),(458,74,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(459,75,'CurrentUserID','4'),(460,75,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(461,75,'ClientIP','\"164.110.37.87\"'),(462,75,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(463,76,'Attempts','\"10+\"'),(464,76,'ClientIP','\"195.3.144.98\"'),(465,76,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(466,76,'CurrentUserID','0'),(467,77,'Attempts','2'),(468,77,'ClientIP','\"195.3.144.98\"'),(469,77,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(470,77,'CurrentUserID','0'),(471,78,'Username','\"kharvey\"'),(472,78,'CurrentUserRoles','[\"administrator\"]'),(473,78,'ClientIP','\"164.110.37.87\"'),(474,78,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(475,79,'PostID','284'),(476,79,'PostType','\"post\"'),(477,79,'PostTitle','\"Auto Draft\"'),(478,79,'ClientIP','\"10.30.65.102\"'),(479,79,'UserAgent','\"WordPress\\/4.1.3; http:\\/\\/www.wsaa.aero\"'),(480,79,'CurrentUserID','0'),(481,80,'CurrentUserID','4'),(482,80,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(483,80,'ClientIP','\"164.110.37.87\"'),(484,80,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(485,81,'Attempts','\"10+\"'),(486,81,'ClientIP','\"195.154.225.13\"'),(487,81,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"'),(488,81,'CurrentUserID','0'),(489,82,'PostID','285'),(490,82,'PostType','\"page\"'),(491,82,'PostTitle','\"Auto Draft\"'),(492,82,'ClientIP','\"10.30.65.100\"'),(493,82,'UserAgent','\"WordPress\\/4.1.4; http:\\/\\/www.wsaa.aero\"'),(494,82,'CurrentUserID','0'),(495,83,'PostID','275'),(496,83,'PostType','\"page\"'),(497,83,'PostTitle','\"BrochureX\"'),(498,83,'ClientIP','\"10.30.65.101\"'),(499,83,'UserAgent','\"WordPress\\/4.1.4; http:\\/\\/www.wsaa.aero\"'),(500,83,'CurrentUserID','0'),(501,84,'PostID','286'),(502,84,'PostType','\"post\"'),(503,84,'PostTitle','\"Auto Draft\"'),(504,84,'ClientIP','\"10.30.65.100\"'),(505,84,'UserAgent','\"WordPress\\/4.1.4; http:\\/\\/www.wsaa.aero\"'),(506,84,'CurrentUserID','0'),(507,85,'Username','\"kharvey\"'),(508,85,'CurrentUserRoles','[\"administrator\"]'),(509,85,'ClientIP','\"164.110.9.210\"'),(510,85,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(511,86,'Username','\"kharvey\"'),(512,86,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(513,86,'ClientIP','\"164.110.9.210\"'),(514,86,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(515,87,'Username','\"kharvey\"'),(516,87,'CurrentUserRoles','[\"administrator\"]'),(517,87,'ClientIP','\"164.110.37.87\"'),(518,87,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(519,88,'CurrentUserID','4'),(520,88,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(521,88,'ClientIP','\"164.110.37.87\"'),(522,88,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(523,89,'PostID','287'),(524,89,'PostType','\"post\"'),(525,89,'PostTitle','\"Auto Draft\"'),(526,89,'ClientIP','\"10.30.65.102\"'),(527,89,'UserAgent','\"WordPress\\/4.1.5; http:\\/\\/www.wsaa.aero\"'),(528,89,'CurrentUserID','0'),(529,90,'PostID','288'),(530,90,'PostType','\"post\"'),(531,90,'PostTitle','\"Auto Draft\"'),(532,90,'ClientIP','\"10.30.65.102\"'),(533,90,'UserAgent','\"WordPress\\/4.1.5; http:\\/\\/www.wsaa.aero\"'),(534,90,'CurrentUserID','0'),(535,91,'Username','\"runamuk0@msn.com\"'),(536,91,'CurrentUserRoles','[\"administrator\"]'),(537,91,'ClientIP','\"75.172.25.74\"'),(538,91,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.135 Safari\\/537.36\"'),(539,92,'TargetUserID','5'),(540,92,'TargetUserData','{\"Username\":\"pgmarshall@pgmarshall.net\",\"Roles\":\"administrator\"}'),(541,92,'ClientIP','\"75.172.25.74\"'),(542,92,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.135 Safari\\/537.36\"'),(543,92,'CurrentUserID','2'),(544,92,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(545,93,'Attempts','1'),(546,93,'Username','\"pgmarshall@pgmarshall.net\"'),(547,93,'CurrentUserRoles','[\"administrator\"]'),(548,93,'ClientIP','\"23.242.184.255\"'),(549,93,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(550,94,'Username','\"pgmarshall@pgmarshall.net\"'),(551,94,'CurrentUserRoles','[\"administrator\"]'),(552,94,'ClientIP','\"23.242.184.255\"'),(553,94,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(554,95,'AttachmentID','291'),(555,95,'FileName','\"WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015.jpg\"'),(556,95,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/05\"'),(557,95,'ClientIP','\"23.242.184.255\"'),(558,95,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(559,95,'CurrentUserID','5'),(560,95,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(561,96,'AttachmentID','292'),(562,96,'FileName','\"cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.2015.jpg\"'),(563,96,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/05\"'),(564,96,'ClientIP','\"23.242.184.255\"'),(565,96,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(566,96,'CurrentUserID','5'),(567,96,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(568,97,'AttachmentID','293'),(569,97,'FileName','\"WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg\"'),(570,97,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/05\"'),(571,97,'ClientIP','\"23.242.184.255\"'),(572,97,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(573,97,'CurrentUserID','5'),(574,97,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(575,98,'AttachmentID','294'),(576,98,'FileName','\"cropped-WSAA_Aviation-Alliance-Logo-Blue-Plain-5.12.20151.jpg\"'),(577,98,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/05\"'),(578,98,'ClientIP','\"23.242.184.255\"'),(579,98,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(580,98,'CurrentUserID','5'),(581,98,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(582,99,'Username','\"pgmarshall@pgmarshall.net\"'),(583,99,'CurrentUserRoles','[\"administrator\"]'),(584,99,'ClientIP','\"23.242.184.255\"'),(585,99,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(586,100,'Username','\"pgmarshall@pgmarshall.net\"'),(587,100,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(588,100,'ClientIP','\"23.242.184.255\"'),(589,100,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(590,101,'AttachmentID','296'),(591,101,'FileName','\"Newsbrief-WSAA-Formation.pdf\"'),(592,101,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/05\"'),(593,101,'ClientIP','\"23.242.184.255\"'),(594,101,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(595,101,'CurrentUserID','5'),(596,101,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(597,102,'PostID','295'),(598,102,'PostType','\"page\"'),(599,102,'PostTitle','\"News\"'),(600,102,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=295\"'),(601,102,'ClientIP','\"23.242.184.255\"'),(602,102,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(603,102,'CurrentUserID','5'),(604,102,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(605,103,'Username','\"pgmarshall@pgmarshall.net\"'),(606,103,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(607,103,'ClientIP','\"23.242.184.255\"'),(608,103,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(609,104,'AttachmentID','298'),(610,104,'FileName','\"Newsbrief-WSAA-Formation1.pdf\"'),(611,104,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/05\"'),(612,104,'ClientIP','\"23.242.184.255\"'),(613,104,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(614,104,'CurrentUserID','5'),(615,104,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(616,105,'Username','\"pgmarshall@pgmarshall.net\"'),(617,105,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(618,105,'ClientIP','\"23.242.184.255\"'),(619,105,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(620,106,'PostID','299'),(621,106,'PostType','\"post\"'),(622,106,'PostTitle','\"WSAA forms to support state aviation\"'),(623,106,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=299\"'),(624,106,'ClientIP','\"23.242.184.255\"'),(625,106,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(626,106,'CurrentUserID','5'),(627,106,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(628,107,'PostID','299'),(629,107,'PostType','\"post\"'),(630,107,'PostTitle','\"WSAA forms to support state aviation\"'),(631,107,'ClientIP','\"23.242.184.255\"'),(632,107,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(633,107,'CurrentUserID','5'),(634,107,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(635,108,'Username','\"pgmarshall@pgmarshall.net\"'),(636,108,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(637,108,'ClientIP','\"23.242.184.255\"'),(638,108,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(639,109,'Username','\"runamuk0@msn.com\"'),(640,109,'CurrentUserRoles','[\"administrator\"]'),(641,109,'ClientIP','\"75.172.25.74\"'),(642,109,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(643,110,'PostID','1'),(644,110,'PostType','\"post\"'),(645,110,'PostTitle','\"Hello world!\"'),(646,110,'ClientIP','\"23.242.184.255\"'),(647,110,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(648,110,'CurrentUserID','5'),(649,110,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(650,111,'CategoryName','\"News\"'),(651,111,'ClientIP','\"23.242.184.255\"'),(652,111,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(653,111,'CurrentUserID','5'),(654,111,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(655,112,'PostID','308'),(656,112,'PostType','\"post\"'),(657,112,'PostTitle','\"Testing news item\"'),(658,112,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=308\"'),(659,112,'ClientIP','\"23.242.184.255\"'),(660,112,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(661,112,'CurrentUserID','5'),(662,112,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(663,113,'PostID','308'),(664,113,'PostType','\"post\"'),(665,113,'PostTitle','\"Testing news item\"'),(666,113,'ClientIP','\"23.242.184.255\"'),(667,113,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(668,113,'CurrentUserID','5'),(669,113,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(670,114,'PostID','311'),(671,114,'PostType','\"post\"'),(672,114,'PostTitle','\"WSAA forms to support state aviation\"'),(673,114,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(674,114,'ClientIP','\"23.242.184.255\"'),(675,114,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(676,114,'CurrentUserID','5'),(677,114,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(678,115,'PostID','58'),(679,115,'PostType','\"nav_menu_item\"'),(680,115,'PostTitle','\"News\"'),(681,115,'ClientIP','\"23.242.184.255\"'),(682,115,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(683,115,'CurrentUserID','5'),(684,115,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(685,116,'PostID','311'),(686,116,'PostType','\"post\"'),(687,116,'PostTitle','\"WSAA forms to support state aviation\"'),(688,116,'OldCategories','\"Uncategorized\"'),(689,116,'NewCategories','\"News\"'),(690,116,'ClientIP','\"23.242.184.255\"'),(691,116,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(692,116,'CurrentUserID','5'),(693,116,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(694,117,'PostID','290'),(695,117,'PostType','\"post\"'),(696,117,'PostTitle','\"Testing news posting\"'),(697,117,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=290\"'),(698,117,'ClientIP','\"23.242.184.255\"'),(699,117,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(700,117,'CurrentUserID','5'),(701,117,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(702,118,'PostID','290'),(703,118,'PostType','\"post\"'),(704,118,'PostTitle','\"Auto Draft\"'),(705,118,'OldDate','\"2015-05-15 08:36:17\"'),(706,118,'NewDate','\"2015-05-16 11:40:55\"'),(707,118,'ClientIP','\"23.242.184.255\"'),(708,118,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(709,118,'CurrentUserID','5'),(710,118,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(711,119,'PostID','290'),(712,119,'PostType','\"post\"'),(713,119,'PostTitle','\"Testing news posting\"'),(714,119,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=290\"'),(715,119,'ClientIP','\"23.242.184.255\"'),(716,119,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(717,119,'CurrentUserID','5'),(718,119,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(719,120,'PostID','290'),(720,120,'PostType','\"post\"'),(721,120,'PostTitle','\"Testing news posting\"'),(722,120,'OldCategories','\"Uncategorized\"'),(723,120,'NewCategories','\"News, Uncategorized\"'),(724,120,'ClientIP','\"23.242.184.255\"'),(725,120,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(726,120,'CurrentUserID','5'),(727,120,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(728,121,'PostID','290'),(729,121,'PostType','\"post\"'),(730,121,'PostTitle','\"Testing news posting\"'),(731,121,'ClientIP','\"23.242.184.255\"'),(732,121,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko\\/20100101 Firefox\\/37.0\"'),(733,121,'CurrentUserID','5'),(734,121,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(735,122,'Username','\"runamuk0@msn.com\"'),(736,122,'CurrentUserRoles','[\"administrator\"]'),(737,122,'ClientIP','\"75.172.25.74\"'),(738,122,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(739,123,'WidgetName','\"recent-posts\"'),(740,123,'Sidebar','\"right-sidebar\"'),(741,123,'ClientIP','\"75.172.25.74\"'),(742,123,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(743,123,'CurrentUserID','2'),(744,123,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(745,124,'WidgetName','\"recent-comments-2\"'),(746,124,'OldPosition','3'),(747,124,'NewPosition','2'),(748,124,'Sidebar','\"Right Sidebar\"'),(749,124,'ClientIP','\"75.172.25.74\"'),(750,124,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(751,124,'CurrentUserID','2'),(752,124,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(753,125,'WidgetName','\"archives-2\"'),(754,125,'OldPosition','4'),(755,125,'NewPosition','3'),(756,125,'Sidebar','\"Right Sidebar\"'),(757,125,'ClientIP','\"75.172.25.74\"'),(758,125,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(759,125,'CurrentUserID','2'),(760,125,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(761,126,'WidgetName','\"categories-2\"'),(762,126,'OldPosition','5'),(763,126,'NewPosition','4'),(764,126,'Sidebar','\"Right Sidebar\"'),(765,126,'ClientIP','\"75.172.25.74\"'),(766,126,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(767,126,'CurrentUserID','2'),(768,126,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(769,127,'WidgetName','\"meta-2\"'),(770,127,'OldPosition','6'),(771,127,'NewPosition','5'),(772,127,'Sidebar','\"Right Sidebar\"'),(773,127,'ClientIP','\"75.172.25.74\"'),(774,127,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(775,127,'CurrentUserID','2'),(776,127,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(777,128,'WidgetName','\"recent-comments\"'),(778,128,'Sidebar','\"right-sidebar\"'),(779,128,'ClientIP','\"75.172.25.74\"'),(780,128,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(781,128,'CurrentUserID','2'),(782,128,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(783,129,'WidgetName','\"archives-2\"'),(784,129,'OldPosition','3'),(785,129,'NewPosition','2'),(786,129,'Sidebar','\"Right Sidebar\"'),(787,129,'ClientIP','\"75.172.25.74\"'),(788,129,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(789,129,'CurrentUserID','2'),(790,129,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(791,130,'WidgetName','\"categories-2\"'),(792,130,'OldPosition','4'),(793,130,'NewPosition','3'),(794,130,'Sidebar','\"Right Sidebar\"'),(795,130,'ClientIP','\"75.172.25.74\"'),(796,130,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(797,130,'CurrentUserID','2'),(798,130,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(799,131,'WidgetName','\"meta-2\"'),(800,131,'OldPosition','5'),(801,131,'NewPosition','4'),(802,131,'Sidebar','\"Right Sidebar\"'),(803,131,'ClientIP','\"75.172.25.74\"'),(804,131,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(805,131,'CurrentUserID','2'),(806,131,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(807,132,'WidgetName','\"archives\"'),(808,132,'Sidebar','\"right-sidebar\"'),(809,132,'ClientIP','\"75.172.25.74\"'),(810,132,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(811,132,'CurrentUserID','2'),(812,132,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(813,133,'WidgetName','\"categories-2\"'),(814,133,'OldPosition','4'),(815,133,'NewPosition','2'),(816,133,'Sidebar','\"Right Sidebar\"'),(817,133,'ClientIP','\"75.172.25.74\"'),(818,133,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(819,133,'CurrentUserID','2'),(820,133,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(821,134,'WidgetName','\"meta-2\"'),(822,134,'OldPosition','5'),(823,134,'NewPosition','3'),(824,134,'Sidebar','\"Right Sidebar\"'),(825,134,'ClientIP','\"75.172.25.74\"'),(826,134,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(827,134,'CurrentUserID','2'),(828,134,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(829,135,'WidgetName','\"categories\"'),(830,135,'Sidebar','\"right-sidebar\"'),(831,135,'ClientIP','\"75.172.25.74\"'),(832,135,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(833,135,'CurrentUserID','2'),(834,135,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(835,136,'WidgetName','\"meta-2\"'),(836,136,'OldPosition','3'),(837,136,'NewPosition','2'),(838,136,'Sidebar','\"Right Sidebar\"'),(839,136,'ClientIP','\"75.172.25.74\"'),(840,136,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(841,136,'CurrentUserID','2'),(842,136,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(843,137,'WidgetName','\"meta\"'),(844,137,'Sidebar','\"right-sidebar\"'),(845,137,'ClientIP','\"75.172.25.74\"'),(846,137,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(847,137,'CurrentUserID','2'),(848,137,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(849,138,'CurrentUserID','2'),(850,138,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(851,138,'ClientIP','\"75.172.25.74\"'),(852,138,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(853,139,'Username','\"kharvey\"'),(854,139,'CurrentUserRoles','[\"administrator\"]'),(855,139,'ClientIP','\"164.110.9.210\"'),(856,139,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(857,140,'Username','\"kharvey\"'),(858,140,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(859,140,'ClientIP','\"164.110.9.210\"'),(860,140,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(861,141,'PostID','289'),(862,141,'PostType','\"post\"'),(863,141,'PostTitle','\"Auto Draft\"'),(864,141,'ClientIP','\"10.30.65.104\"'),(865,141,'UserAgent','\"WordPress\\/4.1.5; http:\\/\\/www.wsaa.aero\"'),(866,141,'CurrentUserID','0'),(867,142,'PostID','314'),(868,142,'PostType','\"post\"'),(869,142,'PostTitle','\"Auto Draft\"'),(870,142,'ClientIP','\"10.30.65.100\"'),(871,142,'UserAgent','\"WordPress\\/4.1.5; http:\\/\\/www.wsaa.aero\"'),(872,142,'CurrentUserID','0'),(873,143,'Attempts','1'),(874,143,'ClientIP','\"109.234.36.251\"'),(875,143,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(876,143,'CurrentUserID','0'),(877,144,'PostID','315'),(878,144,'PostType','\"post\"'),(879,144,'PostTitle','\"Auto Draft\"'),(880,144,'ClientIP','\"10.30.65.103\"'),(881,144,'UserAgent','\"WordPress\\/4.1.5; http:\\/\\/www.wsaa.aero\"'),(882,144,'CurrentUserID','0'),(883,145,'Attempts','1'),(884,145,'ClientIP','\"37.115.33.123\"'),(885,145,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(886,145,'CurrentUserID','0'),(887,146,'Username','\"pgmarshall@pgmarshall.net\"'),(888,146,'CurrentUserRoles','[\"administrator\"]'),(889,146,'ClientIP','\"50.181.141.126\"'),(890,146,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(891,147,'PostID','316'),(892,147,'PostType','\"post\"'),(893,147,'PostTitle','\"Washington State Aviation Alliance (WSAA) Launches New Website\"'),(894,147,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=316\"'),(895,147,'ClientIP','\"50.181.141.126\"'),(896,147,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(897,147,'CurrentUserID','5'),(898,147,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(899,148,'PostID','316'),(900,148,'PostType','\"post\"'),(901,148,'PostTitle','\"Auto Draft\"'),(902,148,'OldDate','\"2015-05-28 14:32:23\"'),(903,148,'NewDate','\"2015-05-28 14:33:55\"'),(904,148,'ClientIP','\"50.181.141.126\"'),(905,148,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(906,148,'CurrentUserID','5'),(907,148,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(908,149,'PostID','316'),(909,149,'PostType','\"post\"'),(910,149,'PostTitle','\"Washington State Aviation Alliance (WSAA) Launches New Website\"'),(911,149,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=316\"'),(912,149,'ClientIP','\"50.181.141.126\"'),(913,149,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(914,149,'CurrentUserID','5'),(915,149,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(916,150,'PostID','316'),(917,150,'PostType','\"post\"'),(918,150,'PostTitle','\"Washington State Aviation Alliance (WSAA) Launches New Website\"'),(919,150,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=316\"'),(920,150,'ClientIP','\"50.181.141.126\"'),(921,150,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(922,150,'CurrentUserID','5'),(923,150,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(924,151,'PostID','316'),(925,151,'PostType','\"post\"'),(926,151,'PostTitle','\"Washington State Aviation Alliance (WSAA) Launches New Website\"'),(927,151,'OldCategories','\"Uncategorized\"'),(928,151,'NewCategories','\"News, Uncategorized\"'),(929,151,'ClientIP','\"50.181.141.126\"'),(930,151,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(931,151,'CurrentUserID','5'),(932,151,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(933,152,'PostID','316'),(934,152,'PostType','\"post\"'),(935,152,'PostTitle','\"Washington State Aviation Alliance (WSAA) Launches New Website\"'),(936,152,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=316\"'),(937,152,'ClientIP','\"50.181.141.126\"'),(938,152,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(939,152,'CurrentUserID','5'),(940,152,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(941,153,'Username','\"pgmarshall@pgmarshall.net\"'),(942,153,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(943,153,'ClientIP','\"50.181.141.126\"'),(944,153,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(945,154,'AttachmentID','321'),(946,154,'FileName','\"WSAA-Brochure-Updated-with-GA-May-12-2015.pdf\"'),(947,154,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(948,154,'ClientIP','\"50.181.141.126\"'),(949,154,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(950,154,'CurrentUserID','5'),(951,154,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(952,155,'PostID','25'),(953,155,'PostType','\"page\"'),(954,155,'PostTitle','\"About\"'),(955,155,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=25\"'),(956,155,'ClientIP','\"50.181.141.126\"'),(957,155,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(958,155,'CurrentUserID','5'),(959,155,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(960,156,'Attempts','2'),(961,156,'Username','\"pgmarshall@pgmarshall.net\"'),(962,156,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(963,156,'ClientIP','\"50.181.141.126\"'),(964,156,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(965,157,'Username','\"pgmarshall@pgmarshall.net\"'),(966,157,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(967,157,'ClientIP','\"50.181.141.126\"'),(968,157,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(969,158,'PostID','69'),(970,158,'PostType','\"page\"'),(971,158,'PostTitle','\"Brochure\"'),(972,158,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=69\"'),(973,158,'ClientIP','\"50.181.141.126\"'),(974,158,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(975,158,'CurrentUserID','5'),(976,158,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(977,159,'PostID','311'),(978,159,'PostType','\"post\"'),(979,159,'PostTitle','\"WSAA forms to support state aviation\"'),(980,159,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(981,159,'ClientIP','\"50.181.141.126\"'),(982,159,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(983,159,'CurrentUserID','5'),(984,159,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(985,160,'PostID','311'),(986,160,'PostType','\"post\"'),(987,160,'PostTitle','\"WSAA forms to support state aviation\"'),(988,160,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(989,160,'ClientIP','\"50.181.141.126\"'),(990,160,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(991,160,'CurrentUserID','5'),(992,160,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(993,161,'PostID','311'),(994,161,'PostType','\"post\"'),(995,161,'PostTitle','\"WSAA forms to support state aviation\"'),(996,161,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(997,161,'ClientIP','\"50.181.141.126\"'),(998,161,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(999,161,'CurrentUserID','5'),(1000,161,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1001,162,'PostID','311'),(1002,162,'PostType','\"post\"'),(1003,162,'PostTitle','\"WSAA forms to support state aviation\"'),(1004,162,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(1005,162,'ClientIP','\"50.181.141.126\"'),(1006,162,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1007,162,'CurrentUserID','5'),(1008,162,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1009,163,'PostID','311'),(1010,163,'PostType','\"post\"'),(1011,163,'PostTitle','\"WSAA forms to support state aviation\"'),(1012,163,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(1013,163,'ClientIP','\"50.181.141.126\"'),(1014,163,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1015,163,'CurrentUserID','5'),(1016,163,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1017,164,'PostID','311'),(1018,164,'PostType','\"post\"'),(1019,164,'PostTitle','\"WSAA forms to support state aviation\"'),(1020,164,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(1021,164,'ClientIP','\"50.181.141.126\"'),(1022,164,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1023,164,'CurrentUserID','5'),(1024,164,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1025,165,'AttachmentID','331'),(1026,165,'FileName','\"Newsbrief-WSAA-Formation2.pdf\"'),(1027,165,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/05\"'),(1028,165,'ClientIP','\"50.181.141.126\"'),(1029,165,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1030,165,'CurrentUserID','5'),(1031,165,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1032,166,'PostID','311'),(1033,166,'PostType','\"post\"'),(1034,166,'PostTitle','\"WSAA forms to support state aviation\"'),(1035,166,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(1036,166,'ClientIP','\"50.181.141.126\"'),(1037,166,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1038,166,'CurrentUserID','5'),(1039,166,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1040,167,'PostID','311'),(1041,167,'PostType','\"post\"'),(1042,167,'PostTitle','\"WSAA forms to support state aviation\"'),(1043,167,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(1044,167,'ClientIP','\"50.181.141.126\"'),(1045,167,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1046,167,'CurrentUserID','5'),(1047,167,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1048,168,'AttachmentID','298'),(1049,168,'FileName','\"Newsbrief-WSAA-Formation1.pdf\"'),(1050,168,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/05\"'),(1051,168,'ClientIP','\"50.181.141.126\"'),(1052,168,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1053,168,'CurrentUserID','5'),(1054,168,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1055,169,'AttachmentID','296'),(1056,169,'FileName','\"Newsbrief-WSAA-Formation.pdf\"'),(1057,169,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/05\"'),(1058,169,'ClientIP','\"50.181.141.126\"'),(1059,169,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1060,169,'CurrentUserID','5'),(1061,169,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1062,170,'PostID','311'),(1063,170,'PostType','\"post\"'),(1064,170,'PostTitle','\"WSAA forms to support state aviation\"'),(1065,170,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(1066,170,'ClientIP','\"50.181.141.126\"'),(1067,170,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1068,170,'CurrentUserID','5'),(1069,170,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1070,171,'PostID','311'),(1071,171,'PostType','\"post\"'),(1072,171,'PostTitle','\"WSAA forms to support state aviation\"'),(1073,171,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(1074,171,'ClientIP','\"50.181.141.126\"'),(1075,171,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1076,171,'CurrentUserID','5'),(1077,171,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1078,172,'PostID','311'),(1079,172,'PostType','\"post\"'),(1080,172,'PostTitle','\"WSAA forms to support state aviation\"'),(1081,172,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(1082,172,'ClientIP','\"50.181.141.126\"'),(1083,172,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1084,172,'CurrentUserID','5'),(1085,172,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1086,173,'Username','\"pgmarshall@pgmarshall.net\"'),(1087,173,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1088,173,'ClientIP','\"50.181.141.126\"'),(1089,173,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1090,174,'PostID','311'),(1091,174,'PostType','\"post\"'),(1092,174,'PostTitle','\"WSAA forms to support state aviation\"'),(1093,174,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(1094,174,'ClientIP','\"50.181.141.126\"'),(1095,174,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1096,174,'CurrentUserID','5'),(1097,174,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1098,175,'PostID','316'),(1099,175,'PostType','\"post\"'),(1100,175,'PostTitle','\"Washington State Aviation Alliance (WSAA) Launches New Website\"'),(1101,175,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=316\"'),(1102,175,'ClientIP','\"50.181.141.126\"'),(1103,175,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1104,175,'CurrentUserID','5'),(1105,175,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1106,176,'PostID','316'),(1107,176,'PostType','\"post\"'),(1108,176,'PostTitle','\"Washington State Aviation Alliance (WSAA) Launches New Website\"'),(1109,176,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=316\"'),(1110,176,'ClientIP','\"50.181.141.126\"'),(1111,176,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1112,176,'CurrentUserID','5'),(1113,176,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1114,177,'Username','\"runamuk0@msn.com\"'),(1115,177,'CurrentUserRoles','[\"administrator\"]'),(1116,177,'ClientIP','\"75.172.25.74\"'),(1117,177,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(1118,178,'AttachmentID','341'),(1119,178,'FileName','\"Aviation-Alliance-Brochure-12May2015.pdf\"'),(1120,178,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/05\"'),(1121,178,'ClientIP','\"75.172.25.74\"'),(1122,178,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(1123,178,'CurrentUserID','2'),(1124,178,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1125,179,'OldVersion','\"4.1.5\"'),(1126,179,'NewVersion','\"4.2.2\"'),(1127,179,'ClientIP','\"75.172.25.74\"'),(1128,179,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(1129,179,'CurrentUserID','2'),(1130,179,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1131,180,'PostID','69'),(1132,180,'PostType','\"page\"'),(1133,180,'PostTitle','\"Brochure\"'),(1134,180,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=69\"'),(1135,180,'ClientIP','\"75.172.25.74\"'),(1136,180,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(1137,180,'CurrentUserID','2'),(1138,180,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1139,181,'Plugin','{\"Name\":\"W3 Total Cache\"}'),(1140,181,'TableNames','\"`wp_w3tc_cdn_queue`\"'),(1141,181,'ClientIP','\"75.172.25.74\"'),(1142,181,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(1143,181,'CurrentUserID','2'),(1144,181,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1145,182,'PluginFile','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/w3-total-cache\\/w3-total-cache.php\"'),(1146,182,'PluginData','{\"Name\":\"W3 Total Cache\",\"PluginURI\":\"http:\\/\\/www.w3-edge.com\\/wordpress-plugins\\/w3-total-cache\\/\",\"Version\":\"0.9.4.1\",\"Author\":\"Frederick Townes\",\"Network\":\"True\"}'),(1147,182,'ClientIP','\"75.172.25.74\"'),(1148,182,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.152 Safari\\/537.36\"'),(1149,182,'CurrentUserID','2'),(1150,182,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1151,184,'Attempts','1'),(1152,183,'Attempts','\"10+\"'),(1153,184,'ClientIP','\"91.200.12.50\"'),(1154,183,'ClientIP','\"91.200.12.50\"'),(1155,183,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.11 (KHTML, like Gecko) Chrome\\/23.0.1271.97 Safari\\/537.11\"'),(1156,184,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.11 (KHTML, like Gecko) Chrome\\/23.0.1271.97 Safari\\/537.11\"'),(1157,183,'CurrentUserID','0'),(1158,184,'CurrentUserID','0'),(1159,185,'PostID','318'),(1160,185,'PostType','\"post\"'),(1161,185,'PostTitle','\"Auto Draft\"'),(1162,185,'ClientIP','\"10.30.65.100\"'),(1163,185,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(1164,185,'CurrentUserID','0'),(1165,186,'Attempts','\"10+\"'),(1166,186,'ClientIP','\"195.154.240.246\"'),(1167,186,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"'),(1168,186,'CurrentUserID','0'),(1169,187,'PostID','340'),(1170,187,'PostType','\"post\"'),(1171,187,'PostTitle','\"Auto Draft\"'),(1172,187,'ClientIP','\"10.30.65.100\"'),(1173,187,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(1174,187,'CurrentUserID','0'),(1175,188,'Username','\"pgmarshall@pgmarshall.net\"'),(1176,188,'CurrentUserRoles','[\"administrator\"]'),(1177,188,'ClientIP','\"172.91.130.102\"'),(1178,188,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1179,189,'PostID','117'),(1180,189,'PostType','\"page\"'),(1181,189,'PostTitle','\"Home\"'),(1182,189,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/\"'),(1183,189,'ClientIP','\"172.91.130.102\"'),(1184,189,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1185,189,'CurrentUserID','5'),(1186,189,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1187,190,'PostID','117'),(1188,190,'PostType','\"page\"'),(1189,190,'PostTitle','\"Washington State Aviation Alliance (WSSA) The Washington State Aviation Alliance serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.\"'),(1190,190,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/\"'),(1191,190,'ClientIP','\"172.91.130.102\"'),(1192,190,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1193,190,'CurrentUserID','5'),(1194,190,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1195,191,'PostID','117'),(1196,191,'PostType','\"page\"'),(1197,191,'PostTitle','\"The Washington State Aviation Alliance (WSSA) serves as a collective voice for aviation and airport related organizations to protect and promote aviation in the state of Washington.\"'),(1198,191,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/\"'),(1199,191,'ClientIP','\"172.91.130.102\"'),(1200,191,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1201,191,'CurrentUserID','5'),(1202,191,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1203,192,'PostID','117'),(1204,192,'PostType','\"page\"'),(1205,192,'PostTitle','\"Home\"'),(1206,192,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/\"'),(1207,192,'ClientIP','\"172.91.130.102\"'),(1208,192,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1209,192,'CurrentUserID','5'),(1210,192,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1211,193,'PostID','117'),(1212,193,'PostType','\"page\"'),(1213,193,'PostTitle','\"\"'),(1214,193,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/\"'),(1215,193,'ClientIP','\"172.91.130.102\"'),(1216,193,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1217,193,'CurrentUserID','5'),(1218,193,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1219,194,'PostID','117'),(1220,194,'PostType','\"page\"'),(1221,194,'PostTitle','\"Home\"'),(1222,194,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/\"'),(1223,194,'ClientIP','\"172.91.130.102\"'),(1224,194,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1225,194,'CurrentUserID','5'),(1226,194,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1227,195,'PostID','117'),(1228,195,'PostType','\"page\"'),(1229,195,'PostTitle','\"Home\"'),(1230,195,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/\"'),(1231,195,'ClientIP','\"172.91.130.102\"'),(1232,195,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1233,195,'CurrentUserID','5'),(1234,195,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1235,196,'PostID','117'),(1236,196,'PostType','\"page\"'),(1237,196,'PostTitle','\"\"'),(1238,196,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/\"'),(1239,196,'ClientIP','\"172.91.130.102\"'),(1240,196,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1241,196,'CurrentUserID','5'),(1242,196,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1243,197,'CategoryName','\"Home\"'),(1244,197,'ClientIP','\"172.91.130.102\"'),(1245,197,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1246,197,'CurrentUserID','5'),(1247,197,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1248,198,'PostID','316'),(1249,198,'PostType','\"post\"'),(1250,198,'PostTitle','\"Washington State Aviation Alliance (WSAA) Launches New Website\"'),(1251,198,'OldCategories','\"News, Uncategorized\"'),(1252,198,'NewCategories','\"Home, News, Uncategorized\"'),(1253,198,'ClientIP','\"172.91.130.102\"'),(1254,198,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1255,198,'CurrentUserID','5'),(1256,198,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1257,199,'PostID','311'),(1258,199,'PostType','\"post\"'),(1259,199,'PostTitle','\"WSAA forms to support state aviation\"'),(1260,199,'OldCategories','\"News\"'),(1261,199,'NewCategories','\"Home, News\"'),(1262,199,'ClientIP','\"172.91.130.102\"'),(1263,199,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1264,199,'CurrentUserID','5'),(1265,199,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1266,200,'Plugin','{\"Name\":\"pTypeConverter\",\"PluginURI\":\"http:\\/\\/www.briandgoad.com\\/downloads\\/pTypeConverter\",\"Version\":\"0.2.8.1\",\"Author\":\"Brian D. Goad\",\"Network\":\"False\",\"plugin_dir_path\":\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/\"}'),(1267,200,'ClientIP','\"172.91.130.102\"'),(1268,200,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1269,200,'CurrentUserID','5'),(1270,200,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1271,201,'Plugin','{\"Name\":\"PTypeConverter\"}'),(1272,201,'TableNames','\"wp_pTC_logs\"'),(1273,201,'ClientIP','\"172.91.130.102\"'),(1274,201,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1275,201,'CurrentUserID','5'),(1276,201,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1277,202,'PluginFile','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/ptypeconverter\\/pTypeConverter.php\"'),(1278,202,'PluginData','{\"Name\":\"pTypeConverter\",\"PluginURI\":\"http:\\/\\/www.briandgoad.com\\/downloads\\/pTypeConverter\",\"Version\":\"0.2.8.1\",\"Author\":\"Brian D. Goad\",\"Network\":\"False\"}'),(1279,202,'ClientIP','\"172.91.130.102\"'),(1280,202,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1281,202,'CurrentUserID','5'),(1282,202,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1283,203,'CategoryName','null'),(1284,203,'OldParent','\"no parent\"'),(1285,203,'NewParent','null'),(1286,203,'ClientIP','\"172.91.130.102\"'),(1287,203,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1288,203,'CurrentUserID','5'),(1289,203,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1290,204,'CurrentUserID','5'),(1291,204,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1292,204,'ClientIP','\"172.91.130.102\"'),(1293,204,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1294,205,'Username','\"pgmarshall@pgmarshall.net\"'),(1295,205,'CurrentUserRoles','[\"administrator\"]'),(1296,205,'ClientIP','\"172.91.130.102\"'),(1297,205,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1298,206,'File','\"functions.php\"'),(1299,206,'Theme','\"devdmbootstrap3\"'),(1300,206,'ClientIP','\"172.91.130.102\"'),(1301,206,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1302,206,'CurrentUserID','5'),(1303,206,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1304,207,'File','\"functions.php\"'),(1305,207,'Theme','\"devdmbootstrap3\"'),(1306,207,'ClientIP','\"172.91.130.102\"'),(1307,207,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1308,207,'CurrentUserID','5'),(1309,207,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1310,208,'PostID','344'),(1311,208,'PostType','\"post\"'),(1312,208,'PostTitle','\"Snohomish County Council adopts ordinance discouraging incompatible development near airports\"'),(1313,208,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=344\"'),(1314,208,'ClientIP','\"172.91.130.102\"'),(1315,208,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1316,208,'CurrentUserID','5'),(1317,208,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1318,209,'PostID','344'),(1319,209,'PostType','\"post\"'),(1320,209,'PostTitle','\"Auto Draft\"'),(1321,209,'OldDate','\"2015-06-09 12:46:26\"'),(1322,209,'NewDate','\"2015-06-09 14:30:36\"'),(1323,209,'ClientIP','\"172.91.130.102\"'),(1324,209,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1325,209,'CurrentUserID','5'),(1326,209,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1327,210,'PostID','344'),(1328,210,'PostType','\"post\"'),(1329,210,'PostTitle','\"Snohomish County adopts ordinance discouraging incompatible development near airports\"'),(1330,210,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=344\"'),(1331,210,'ClientIP','\"172.91.130.102\"'),(1332,210,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1333,210,'CurrentUserID','5'),(1334,210,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1335,211,'PostID','344'),(1336,211,'PostType','\"post\"'),(1337,211,'PostTitle','\"Snohomish County adopts ordinance discouraging incompatible development near airports\"'),(1338,211,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=344\"'),(1339,211,'ClientIP','\"172.91.130.102\"'),(1340,211,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1341,211,'CurrentUserID','5'),(1342,211,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1343,212,'PostID','344'),(1344,212,'PostType','\"post\"'),(1345,212,'PostTitle','\"Snohomish County adopts ordinance discouraging incompatible development near airports\"'),(1346,212,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=344\"'),(1347,212,'ClientIP','\"172.91.130.102\"'),(1348,212,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1349,212,'CurrentUserID','5'),(1350,212,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1351,213,'PostID','344'),(1352,213,'PostType','\"post\"'),(1353,213,'PostTitle','\"Snohomish County adopts ordinance discouraging incompatible development near airports\"'),(1354,213,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=344\"'),(1355,213,'ClientIP','\"172.91.130.102\"'),(1356,213,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1357,213,'CurrentUserID','5'),(1358,213,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1359,214,'File','\"functions.php\"'),(1360,214,'Theme','\"devdmbootstrap3\"'),(1361,214,'ClientIP','\"172.91.130.102\"'),(1362,214,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1363,214,'CurrentUserID','5'),(1364,214,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1365,215,'PostID','344'),(1366,215,'PostType','\"post\"'),(1367,215,'PostTitle','\"Snohomish County adopts ordinance discouraging incompatible development near airports\"'),(1368,215,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=344\"'),(1369,215,'ClientIP','\"172.91.130.102\"'),(1370,215,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1371,215,'CurrentUserID','5'),(1372,215,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1373,216,'PostID','316'),(1374,216,'PostType','\"post\"'),(1375,216,'PostTitle','\"Washington State Aviation Alliance (WSAA) Launches New Website\"'),(1376,216,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=316\"'),(1377,216,'ClientIP','\"172.91.130.102\"'),(1378,216,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1379,216,'CurrentUserID','5'),(1380,216,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1381,217,'PostID','311'),(1382,217,'PostType','\"post\"'),(1383,217,'PostTitle','\"WSAA forms to support state aviation\"'),(1384,217,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=311\"'),(1385,217,'ClientIP','\"172.91.130.102\"'),(1386,217,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1387,217,'CurrentUserID','5'),(1388,217,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1389,218,'File','\"template-part-postmeta.php\"'),(1390,218,'Theme','\"devdmbootstrap3\"'),(1391,218,'ClientIP','\"172.91.130.102\"'),(1392,218,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1393,218,'CurrentUserID','5'),(1394,218,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1395,219,'File','\"template-part-postmeta.php\"'),(1396,219,'Theme','\"devdmbootstrap3\"'),(1397,219,'ClientIP','\"172.91.130.102\"'),(1398,219,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1399,219,'CurrentUserID','5'),(1400,219,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1401,220,'File','\"template-part-postmeta.php\"'),(1402,220,'Theme','\"devdmbootstrap3\"'),(1403,220,'ClientIP','\"172.91.130.102\"'),(1404,220,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1405,220,'CurrentUserID','5'),(1406,220,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1407,221,'PostID','119'),(1408,221,'PostType','\"nav_menu_item\"'),(1409,221,'PostTitle','\"Home\"'),(1410,221,'ClientIP','\"172.91.130.102\"'),(1411,221,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1412,221,'CurrentUserID','5'),(1413,221,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1414,222,'PostID','7'),(1415,222,'PostType','\"page\"'),(1416,222,'PostTitle','\"HomeX\"'),(1417,222,'ClientIP','\"172.91.130.102\"'),(1418,222,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1419,222,'CurrentUserID','5'),(1420,222,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1421,223,'PostID','365'),(1422,223,'PostTitle','\"HomeX\"'),(1423,223,'PostType','\"revision\"'),(1424,223,'MetaKey','\"panels_data\"'),(1425,223,'MetaValue','{\"widgets\":[{\"frames\":[{\"background_image\":false,\"background_image_type\":\"cover\",\"foreground_image\":0,\"url\":\"\",\"background_videos\":false}],\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"panels_info\":{\"class\":\"SiteOrigin_Widget_Slider_Widget\",\"raw\":false,\"grid\":0,\"cell\":0,\"id\":0,\"style\":{\"background_display\":\"tile\"}}},{\"features\":[{\"container_color\":\"#404040\",\"icon\":\"fontawesome-heart\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"title\":\"Simple and Free\",\"text\":\"Praesent semper, ex quis mollis dictum, mauris enim sollicitudin mi, quis aliquet lorem odio vel augue. Aliquam ac nisl scelerisque, tempus elit a, tempor lectus. Aenean vel vehicula lectus.\",\"more_text\":\"Download Now\",\"more_url\":\"#\"},{\"container_color\":\"#404040\",\"icon\":\"fontawesome-cubes\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"title\":\"Advanced Builder\",\"text\":\"Praesent semper, ex quis mollis dictum, mauris enim sollicitudin mi, quis aliquet lorem odio vel augue. Aliquam ac nisl scelerisque, tempus elit a, tempor lectus. Aenean vel vehicula lectus.\",\"more_text\":\"Try Now\",\"more_url\":\"#\"},{\"container_color\":\"#404040\",\"icon\":\"fontawesome-magic\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"title\":\"Simple Setup\",\"text\":\"Praesent semper, ex quis mollis dictum, mauris enim sollicitudin mi, quis aliquet lorem odio vel augue. Aliquam ac nisl scelerisque, tempus elit a, tempor lectus. Aenean vel vehicula lectus.\",\"more_text\":\"Setup Now\",\"more_url\":\"#\"}],\"container_shape\":\"sticker\",\"container_size\":84,\"icon_size\":24,\"per_row\":3,\"responsive\":true,\"title_link\":false,\"icon_link\":false,\"new_window\":false,\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":0,\"cell\":0,\"id\":1,\"style\":{\"background_display\":\"tile\"}}},{\"type\":\"html\",\"title\":\"\",\"text\":\"<h1 style=\\\"text-align: center;\\\">This is a Visual Editor<\\/h1>\\n<hr style=\\\"max-width:400px;\\\" \\/>\\n<h3 style=\\\"text-align: center;\\\">It\'s Amazing What You Can Accomplish<\\/h3>\",\"filter\":\"1\",\"panels_info\":{\"class\":\"WP_Widget_Black_Studio_TinyMCE\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":2,\"style\":{\"background_display\":\"tile\"}}},{\"type\":\"visual\",\"title\":\"\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sit amet augue tincidunt, convallis turpis in, dictum elit. Sed risus felis, tincidunt sed nisl in, vehicula venenatis leo. Suspendisse nec tortor sed augue elementum mollis in nec enim. Phasellus commodo suscipit ligula a egestas. Vestibulum placerat vestibulum consequat. Praesent nec nisl feugiat, rhoncus metus ac, scelerisque diam. Donec nec euismod orci, a luctus tellus. Vivamus lacus purus, imperdiet quis nisl sit amet, varius ornare sem.<\\/p>\\n\",\"filter\":\"1\",\"panels_info\":{\"class\":\"WP_Widget_Black_Studio_TinyMCE\",\"raw\":false,\"grid\":2,\"cell\":0,\"id\":3,\"style\":{\"background_display\":\"tile\"}}},{\"type\":\"visual\",\"title\":\"\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse sit amet augue tincidunt, convallis turpis in, dictum elit. Sed risus felis, tincidunt sed nisl in, vehicula venenatis leo. Suspendisse nec tortor sed augue elementum mollis in nec enim. Phasellus commodo suscipit ligula a egestas. Vestibulum placerat vestibulum consequat. Praesent nec nisl feugiat, rhoncus metus ac, scelerisque diam. Donec nec euismod orci, a luctus tellus. Vivamus lacus purus, imperdiet quis nisl sit amet, varius ornare sem.<\\/p>\",\"filter\":\"1\",\"panels_info\":{\"class\":\"WP_Widget_Black_Studio_TinyMCE\",\"raw\":false,\"grid\":2,\"cell\":1,\"id\":4,\"style\":{\"background_display\":\"tile\"}}},{\"title\":\"Latest Posts\",\"posts\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_PostCarousel_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":5,\"style\":{\"background_display\":\"tile\"}}}],\"grids\":[{\"cells\":1,\"style\":{\"row_css\":\"padding:0px !important;\",\"background_display\":\"tile\"}},{\"cells\":1,\"style\":{\"padding\":\"30px\",\"row_stretch\":\"full\",\"background\":\"#f4f4f4\",\"background_display\":\"tile\",\"border_color\":\"#e0e0e0\"}},{\"cells\":2,\"style\":{\"background_display\":\"tile\"}},{\"cells\":1,\"style\":[]}],\"grid_cells\":[{\"grid\":0,\"weight\":1},{\"grid\":1,\"weight\":1},{\"grid\":2,\"weight\":0.618033992092},{\"grid\":2,\"weight\":0.381966007908},{\"grid\":3,\"weight\":1}]}'),(1426,223,'MetaLink','\"panels_data\"'),(1427,223,'ClientIP','\"172.91.130.102\"'),(1428,223,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1429,223,'CurrentUserID','5'),(1430,223,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1431,224,'PostID','18'),(1432,224,'PostType','\"page\"'),(1433,224,'PostTitle','\"Home1\"'),(1434,224,'ClientIP','\"172.91.130.102\"'),(1435,224,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(1436,224,'CurrentUserID','5'),(1437,224,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(1438,225,'Attempts','\"10+\"'),(1439,225,'ClientIP','\"195.154.237.92\"'),(1440,225,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\"'),(1441,225,'CurrentUserID','0'),(1442,226,'Attempts','\"10+\"'),(1443,226,'ClientIP','\"134.249.54.195\"'),(1444,226,'UserAgent','\"\"'),(1445,226,'CurrentUserID','0'),(1446,227,'Attempts','10'),(1447,227,'ClientIP','\"89.248.165.138\"'),(1448,227,'UserAgent','\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.2) Gecko\\/2008091620 Firefox\\/3.0.2\"'),(1449,227,'CurrentUserID','0'),(1450,228,'PostID','290'),(1451,228,'PostType','\"post\"'),(1452,228,'PostTitle','\"Testing news posting\"'),(1453,228,'ClientIP','\"10.30.65.100\"'),(1454,228,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(1455,228,'CurrentUserID','0'),(1456,229,'PostID','299'),(1457,229,'PostType','\"post\"'),(1458,229,'PostTitle','\"WSAA forms to support state aviation\"'),(1459,229,'ClientIP','\"10.30.65.100\"'),(1460,229,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(1461,229,'CurrentUserID','0'),(1462,230,'PostID','1'),(1463,230,'PostType','\"post\"'),(1464,230,'PostTitle','\"Hello world!\"'),(1465,230,'ClientIP','\"10.30.65.100\"'),(1466,230,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(1467,230,'CurrentUserID','0'),(1468,231,'PostID','308'),(1469,231,'PostType','\"post\"'),(1470,231,'PostTitle','\"Testing news item\"'),(1471,231,'ClientIP','\"10.30.65.100\"'),(1472,231,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(1473,231,'CurrentUserID','0'),(1474,232,'Attempts','1'),(1475,232,'ClientIP','\"176.8.22.48\"'),(1476,232,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(1477,232,'CurrentUserID','0'),(1478,233,'Attempts','1'),(1479,233,'ClientIP','\"46.119.58.80\"'),(1480,233,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(1481,233,'CurrentUserID','0'),(1482,234,'Attempts','1'),(1483,234,'ClientIP','\"46.211.254.99\"'),(1484,234,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(1485,234,'CurrentUserID','0'),(1486,235,'Attempts','1'),(1487,235,'ClientIP','\"94.153.34.182\"'),(1488,235,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(1489,235,'CurrentUserID','0'),(1490,236,'PostID','354'),(1491,236,'PostType','\"page\"'),(1492,236,'PostTitle','\"Auto Draft\"'),(1493,236,'ClientIP','\"10.30.65.100\"'),(1494,236,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(1495,236,'CurrentUserID','0'),(1496,237,'PostID','353'),(1497,237,'PostType','\"post\"'),(1498,237,'PostTitle','\"Auto Draft\"'),(1499,237,'ClientIP','\"10.30.65.100\"'),(1500,237,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(1501,237,'CurrentUserID','0'),(1502,238,'PostID','356'),(1503,238,'PostType','\"post\"'),(1504,238,'PostTitle','\"Auto Draft\"'),(1505,238,'ClientIP','\"10.30.65.100\"'),(1506,238,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(1507,238,'CurrentUserID','0'),(1508,239,'Attempts','1'),(1509,239,'ClientIP','\"37.115.33.126\"'),(1510,239,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(1511,239,'CurrentUserID','0'),(1512,240,'Attempts','1'),(1513,240,'ClientIP','\"5.61.43.171\"'),(1514,240,'UserAgent','\"\"'),(1515,240,'CurrentUserID','0'),(1516,241,'Attempts','1'),(1517,241,'ClientIP','\"46.211.252.1\"'),(1518,241,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(1519,241,'CurrentUserID','0'),(1520,242,'Attempts','1'),(1521,242,'ClientIP','\"186.4.32.38\"'),(1522,242,'UserAgent','\"\"'),(1523,242,'CurrentUserID','0'),(1524,243,'Attempts','7'),(1525,243,'ClientIP','\"183.182.105.232\"'),(1526,243,'UserAgent','\"\"'),(1527,243,'CurrentUserID','0'),(1528,244,'Attempts','1'),(1529,244,'ClientIP','\"195.28.71.211\"'),(1530,244,'UserAgent','\"\"'),(1531,244,'CurrentUserID','0'),(1532,245,'Attempts','1'),(1533,245,'ClientIP','\"187.57.203.201\"'),(1534,245,'UserAgent','\"\"'),(1535,245,'CurrentUserID','0'),(1536,246,'Attempts','8'),(1537,246,'ClientIP','\"91.183.94.86\"'),(1538,246,'UserAgent','\"\"'),(1539,246,'CurrentUserID','0'),(1540,247,'Attempts','5'),(1541,247,'ClientIP','\"109.98.82.5\"'),(1542,247,'UserAgent','\"\"'),(1543,247,'CurrentUserID','0'),(1544,248,'Attempts','3'),(1545,248,'ClientIP','\"91.188.48.8\"'),(1546,248,'UserAgent','\"\"'),(1547,248,'CurrentUserID','0'),(1548,249,'Attempts','2'),(1549,249,'ClientIP','\"81.218.131.234\"'),(1550,249,'UserAgent','\"\"'),(1551,249,'CurrentUserID','0'),(1552,250,'Attempts','2'),(1553,250,'ClientIP','\"105.225.69.215\"'),(1554,250,'UserAgent','\"\"'),(1555,250,'CurrentUserID','0'),(1556,251,'Attempts','1'),(1557,251,'ClientIP','\"212.30.48.57\"'),(1558,251,'UserAgent','\"\"'),(1559,251,'CurrentUserID','0'),(1560,252,'Attempts','8'),(1561,252,'ClientIP','\"200.54.189.210\"'),(1562,252,'UserAgent','\"\"'),(1563,252,'CurrentUserID','0'),(1564,253,'Attempts','1'),(1565,253,'ClientIP','\"78.134.35.154\"'),(1566,253,'UserAgent','\"\"'),(1567,253,'CurrentUserID','0'),(1568,254,'Attempts','1'),(1569,254,'ClientIP','\"110.78.175.210\"'),(1570,254,'UserAgent','\"\"'),(1571,254,'CurrentUserID','0'),(1572,255,'Attempts','1'),(1573,255,'ClientIP','\"212.251.27.244\"'),(1574,255,'UserAgent','\"\"'),(1575,255,'CurrentUserID','0'),(1576,256,'Attempts','1'),(1577,256,'ClientIP','\"79.170.53.86\"'),(1578,256,'UserAgent','\"\"'),(1579,256,'CurrentUserID','0'),(1580,257,'Attempts','1'),(1581,257,'ClientIP','\"197.220.169.29\"'),(1582,257,'UserAgent','\"\"'),(1583,257,'CurrentUserID','0'),(1584,258,'Attempts','5'),(1585,258,'ClientIP','\"95.239.100.113\"'),(1586,258,'UserAgent','\"\"'),(1587,258,'CurrentUserID','0'),(1588,259,'Attempts','1'),(1589,259,'ClientIP','\"46.24.58.46\"'),(1590,259,'UserAgent','\"\"'),(1591,259,'CurrentUserID','0'),(1592,260,'Attempts','2'),(1593,260,'ClientIP','\"111.69.249.109\"'),(1594,260,'UserAgent','\"\"'),(1595,260,'CurrentUserID','0'),(1596,261,'Attempts','2'),(1597,262,'Attempts','2'),(1598,261,'ClientIP','\"85.245.76.119\"'),(1599,262,'ClientIP','\"83.45.72.177\"'),(1600,261,'UserAgent','\"\"'),(1601,262,'UserAgent','\"\"'),(1602,261,'CurrentUserID','0'),(1603,262,'CurrentUserID','0'),(1604,263,'Attempts','2'),(1605,263,'ClientIP','\"58.84.184.44\"'),(1606,263,'UserAgent','\"\"'),(1607,263,'CurrentUserID','0'),(1608,264,'Attempts','5'),(1609,264,'ClientIP','\"190.20.48.149\"'),(1610,264,'UserAgent','\"\"'),(1611,264,'CurrentUserID','0'),(1612,265,'Attempts','7'),(1613,265,'ClientIP','\"62.235.176.200\"'),(1614,265,'UserAgent','\"\"'),(1615,265,'CurrentUserID','0'),(1616,266,'Attempts','1'),(1617,266,'ClientIP','\"109.110.225.34\"'),(1618,266,'UserAgent','\"\"'),(1619,266,'CurrentUserID','0'),(1620,267,'Attempts','9'),(1621,267,'ClientIP','\"85.84.29.91\"'),(1622,267,'UserAgent','\"\"'),(1623,267,'CurrentUserID','0'),(1624,268,'Attempts','2'),(1625,268,'ClientIP','\"190.206.12.33\"'),(1626,268,'UserAgent','\"\"'),(1627,268,'CurrentUserID','0'),(1628,269,'Attempts','2'),(1629,269,'ClientIP','\"171.4.139.245\"'),(1630,269,'UserAgent','\"\"'),(1631,269,'CurrentUserID','0'),(1632,270,'Attempts','1'),(1633,270,'ClientIP','\"92.114.122.141\"'),(1634,270,'UserAgent','\"\"'),(1635,270,'CurrentUserID','0'),(1636,271,'Attempts','1'),(1637,271,'ClientIP','\"109.101.107.66\"'),(1638,271,'UserAgent','\"\"'),(1639,271,'CurrentUserID','0'),(1640,272,'Attempts','6'),(1641,272,'ClientIP','\"106.150.252.251\"'),(1642,272,'UserAgent','\"\"'),(1643,272,'CurrentUserID','0'),(1644,273,'Attempts','\"10+\"'),(1645,273,'ClientIP','\"95.249.43.19\"'),(1646,273,'UserAgent','\"\"'),(1647,273,'CurrentUserID','0'),(1648,274,'Attempts','3'),(1649,274,'ClientIP','\"93.140.178.247\"'),(1650,274,'UserAgent','\"\"'),(1651,274,'CurrentUserID','0'),(1652,275,'Attempts','1'),(1653,275,'ClientIP','\"49.145.39.60\"'),(1654,275,'UserAgent','\"\"'),(1655,275,'CurrentUserID','0'),(1656,276,'Attempts','1'),(1657,276,'ClientIP','\"178.220.56.79\"'),(1658,276,'UserAgent','\"\"'),(1659,276,'CurrentUserID','0'),(1660,277,'Attempts','8'),(1661,277,'ClientIP','\"2.71.253.213\"'),(1662,277,'UserAgent','\"\"'),(1663,277,'CurrentUserID','0'),(1664,278,'Attempts','2'),(1665,278,'ClientIP','\"188.167.249.239\"'),(1666,278,'UserAgent','\"\"'),(1667,278,'CurrentUserID','0'),(1668,279,'Attempts','1'),(1669,279,'ClientIP','\"180.191.143.33\"'),(1670,279,'UserAgent','\"\"'),(1671,279,'CurrentUserID','0'),(1672,280,'Attempts','4'),(1673,280,'ClientIP','\"80.217.194.74\"'),(1674,280,'UserAgent','\"\"'),(1675,280,'CurrentUserID','0'),(1676,281,'Attempts','1'),(1677,281,'ClientIP','\"123.49.42.226\"'),(1678,281,'UserAgent','\"\"'),(1679,281,'CurrentUserID','0'),(1680,282,'Attempts','3'),(1681,282,'ClientIP','\"65.184.24.118\"'),(1682,282,'UserAgent','\"\"'),(1683,282,'CurrentUserID','0'),(1684,283,'Attempts','1'),(1685,283,'ClientIP','\"121.54.32.145\"'),(1686,283,'UserAgent','\"\"'),(1687,283,'CurrentUserID','0'),(1688,284,'Attempts','3'),(1689,284,'ClientIP','\"86.22.1.108\"'),(1690,284,'UserAgent','\"\"'),(1691,284,'CurrentUserID','0'),(1692,286,'Attempts','3'),(1693,285,'Attempts','2'),(1694,286,'ClientIP','\"203.83.19.90\"'),(1695,285,'ClientIP','\"122.2.17.194\"'),(1696,286,'UserAgent','\"\"'),(1697,285,'UserAgent','\"\"'),(1698,286,'CurrentUserID','0'),(1699,285,'CurrentUserID','0'),(1700,287,'Attempts','1'),(1701,287,'ClientIP','\"139.193.108.58\"'),(1702,287,'UserAgent','\"\"'),(1703,287,'CurrentUserID','0'),(1704,288,'Attempts','1'),(1705,288,'ClientIP','\"188.236.20.168\"'),(1706,288,'UserAgent','\"\"'),(1707,288,'CurrentUserID','0'),(1708,289,'Attempts','1'),(1709,289,'ClientIP','\"41.105.225.0\"'),(1710,289,'UserAgent','\"\"'),(1711,289,'CurrentUserID','0'),(1712,290,'Attempts','2'),(1713,290,'ClientIP','\"109.100.245.237\"'),(1714,290,'UserAgent','\"\"'),(1715,290,'CurrentUserID','0'),(1716,291,'Attempts','1'),(1717,291,'ClientIP','\"188.24.32.232\"'),(1718,291,'UserAgent','\"\"'),(1719,291,'CurrentUserID','0'),(1720,292,'Attempts','1'),(1721,292,'ClientIP','\"41.215.170.21\"'),(1722,292,'UserAgent','\"\"'),(1723,292,'CurrentUserID','0'),(1724,293,'Attempts','1'),(1725,293,'ClientIP','\"212.250.220.179\"'),(1726,293,'UserAgent','\"\"'),(1727,293,'CurrentUserID','0'),(1728,294,'Attempts','4'),(1729,294,'ClientIP','\"178.222.202.55\"'),(1730,294,'UserAgent','\"\"'),(1731,294,'CurrentUserID','0'),(1732,295,'Attempts','2'),(1733,295,'ClientIP','\"41.161.76.230\"'),(1734,295,'UserAgent','\"\"'),(1735,295,'CurrentUserID','0'),(1736,296,'Attempts','1'),(1737,296,'ClientIP','\"180.180.62.149\"'),(1738,296,'UserAgent','\"\"'),(1739,296,'CurrentUserID','0'),(1740,297,'Attempts','1'),(1741,297,'ClientIP','\"93.102.240.31\"'),(1742,297,'UserAgent','\"\"'),(1743,297,'CurrentUserID','0'),(1744,298,'Attempts','4'),(1745,298,'ClientIP','\"31.154.17.106\"'),(1746,298,'UserAgent','\"\"'),(1747,298,'CurrentUserID','0'),(1748,299,'Attempts','1'),(1749,299,'ClientIP','\"105.210.113.111\"'),(1750,299,'UserAgent','\"\"'),(1751,299,'CurrentUserID','0'),(1752,300,'Attempts','5'),(1753,300,'ClientIP','\"94.208.137.178\"'),(1754,300,'UserAgent','\"\"'),(1755,300,'CurrentUserID','0'),(1756,301,'Attempts','1'),(1757,301,'ClientIP','\"175.103.42.186\"'),(1758,301,'UserAgent','\"\"'),(1759,301,'CurrentUserID','0'),(1760,302,'Attempts','1'),(1761,302,'ClientIP','\"118.200.80.144\"'),(1762,302,'UserAgent','\"\"'),(1763,302,'CurrentUserID','0'),(1764,303,'Attempts','1'),(1765,303,'ClientIP','\"118.101.173.50\"'),(1766,303,'UserAgent','\"\"'),(1767,303,'CurrentUserID','0'),(1768,304,'Attempts','2'),(1769,304,'ClientIP','\"79.106.20.112\"'),(1770,304,'UserAgent','\"\"'),(1771,304,'CurrentUserID','0'),(1772,305,'Attempts','2'),(1773,305,'ClientIP','\"31.11.103.28\"'),(1774,305,'UserAgent','\"\"'),(1775,305,'CurrentUserID','0'),(1776,306,'Attempts','7'),(1777,306,'ClientIP','\"188.241.177.61\"'),(1778,306,'UserAgent','\"\"'),(1779,306,'CurrentUserID','0'),(1780,307,'Attempts','1'),(1781,307,'ClientIP','\"178.222.49.193\"'),(1782,307,'UserAgent','\"\"'),(1783,307,'CurrentUserID','0'),(1784,308,'Attempts','3'),(1785,308,'ClientIP','\"73.29.194.189\"'),(1786,308,'UserAgent','\"\"'),(1787,308,'CurrentUserID','0'),(1788,309,'Attempts','1'),(1789,309,'ClientIP','\"41.140.248.64\"'),(1790,309,'UserAgent','\"\"'),(1791,309,'CurrentUserID','0'),(1792,310,'Attempts','2'),(1793,310,'ClientIP','\"88.212.40.159\"'),(1794,310,'UserAgent','\"\"'),(1795,310,'CurrentUserID','0'),(1796,311,'Attempts','1'),(1797,311,'ClientIP','\"211.192.83.6\"'),(1798,311,'UserAgent','\"\"'),(1799,311,'CurrentUserID','0'),(1800,312,'Attempts','2'),(1801,312,'ClientIP','\"60.224.10.237\"'),(1802,312,'UserAgent','\"\"'),(1803,312,'CurrentUserID','0'),(1804,313,'Attempts','1'),(1805,313,'ClientIP','\"5.22.129.236\"'),(1806,313,'UserAgent','\"\"'),(1807,313,'CurrentUserID','0'),(1808,314,'Attempts','4'),(1809,314,'ClientIP','\"79.178.5.251\"'),(1810,314,'UserAgent','\"\"'),(1811,314,'CurrentUserID','0'),(1812,315,'Attempts','2'),(1813,315,'ClientIP','\"192.168.3.163\"'),(1814,315,'UserAgent','\"\"'),(1815,315,'CurrentUserID','0'),(1816,316,'Attempts','2'),(1817,316,'ClientIP','\"2.51.94.86\"'),(1818,316,'UserAgent','\"\"'),(1819,316,'CurrentUserID','0'),(1820,317,'Attempts','1'),(1821,317,'ClientIP','\"60.52.64.68\"'),(1822,317,'UserAgent','\"\"'),(1823,317,'CurrentUserID','0'),(1824,318,'Attempts','8'),(1825,318,'ClientIP','\"190.14.200.2\"'),(1826,318,'UserAgent','\"\"'),(1827,318,'CurrentUserID','0'),(1828,319,'Attempts','1'),(1829,319,'ClientIP','\"176.41.20.159\"'),(1830,319,'UserAgent','\"\"'),(1831,319,'CurrentUserID','0'),(1832,320,'Attempts','4'),(1833,320,'ClientIP','\"87.100.41.230\"'),(1834,320,'UserAgent','\"\"'),(1835,320,'CurrentUserID','0'),(1836,321,'Attempts','2'),(1837,321,'ClientIP','\"46.236.78.96\"'),(1838,321,'UserAgent','\"\"'),(1839,321,'CurrentUserID','0'),(1840,322,'Attempts','5'),(1841,323,'Attempts','1'),(1842,322,'ClientIP','\"5.15.166.101\"'),(1843,323,'ClientIP','\"183.109.149.169\"'),(1844,322,'UserAgent','\"\"'),(1845,323,'UserAgent','\"\"'),(1846,322,'CurrentUserID','0'),(1847,323,'CurrentUserID','0'),(1848,324,'Attempts','1'),(1849,324,'ClientIP','\"114.108.202.226\"'),(1850,324,'UserAgent','\"\"'),(1851,324,'CurrentUserID','0'),(1852,325,'Attempts','7'),(1853,325,'ClientIP','\"212.187.200.190\"'),(1854,325,'UserAgent','\"\"'),(1855,325,'CurrentUserID','0'),(1856,326,'Attempts','1'),(1857,326,'ClientIP','\"109.144.145.112\"'),(1858,326,'UserAgent','\"\"'),(1859,326,'CurrentUserID','0'),(1860,327,'Attempts','4'),(1861,327,'ClientIP','\"84.220.46.197\"'),(1862,327,'UserAgent','\"\"'),(1863,327,'CurrentUserID','0'),(1864,328,'Attempts','1'),(1865,328,'ClientIP','\"119.83.14.236\"'),(1866,328,'UserAgent','\"\"'),(1867,328,'CurrentUserID','0'),(1868,329,'Attempts','2'),(1869,329,'ClientIP','\"177.75.129.151\"'),(1870,329,'UserAgent','\"\"'),(1871,329,'CurrentUserID','0'),(1872,330,'Attempts','1'),(1873,330,'ClientIP','\"188.81.127.237\"'),(1874,330,'UserAgent','\"\"'),(1875,330,'CurrentUserID','0'),(1876,331,'Attempts','8'),(1877,331,'ClientIP','\"212.231.40.131\"'),(1878,331,'UserAgent','\"\"'),(1879,331,'CurrentUserID','0'),(1880,332,'Attempts','1'),(1881,332,'ClientIP','\"125.209.121.197\"'),(1882,332,'UserAgent','\"\"'),(1883,332,'CurrentUserID','0'),(1884,333,'Attempts','1'),(1885,333,'ClientIP','\"66.185.198.28\"'),(1886,333,'UserAgent','\"\"'),(1887,333,'CurrentUserID','0'),(1888,334,'Attempts','2'),(1889,334,'ClientIP','\"139.190.97.235\"'),(1890,334,'UserAgent','\"\"'),(1891,334,'CurrentUserID','0'),(1892,335,'Attempts','2'),(1893,335,'ClientIP','\"89.240.2.109\"'),(1894,335,'UserAgent','\"\"'),(1895,335,'CurrentUserID','0'),(1896,336,'Attempts','3'),(1897,336,'ClientIP','\"92.82.191.83\"'),(1898,336,'UserAgent','\"\"'),(1899,336,'CurrentUserID','0'),(1900,337,'Attempts','5'),(1901,337,'ClientIP','\"41.221.25.205\"'),(1902,337,'UserAgent','\"\"'),(1903,337,'CurrentUserID','0'),(1904,338,'Attempts','3'),(1905,338,'ClientIP','\"124.185.162.104\"'),(1906,338,'UserAgent','\"\"'),(1907,338,'CurrentUserID','0'),(1908,339,'Attempts','1'),(1909,339,'ClientIP','\"2.124.42.63\"'),(1910,339,'UserAgent','\"\"'),(1911,339,'CurrentUserID','0'),(1912,340,'Attempts','1'),(1913,340,'ClientIP','\"109.97.79.132\"'),(1914,340,'UserAgent','\"\"'),(1915,340,'CurrentUserID','0'),(1916,341,'Attempts','7'),(1917,341,'ClientIP','\"126.77.31.204\"'),(1918,341,'UserAgent','\"\"'),(1919,341,'CurrentUserID','0'),(1920,342,'Attempts','1'),(1921,342,'ClientIP','\"192.38.10.194\"'),(1922,342,'UserAgent','\"\"'),(1923,342,'CurrentUserID','0'),(1924,343,'Attempts','1'),(1925,343,'ClientIP','\"5.13.140.182\"'),(1926,343,'UserAgent','\"\"'),(1927,343,'CurrentUserID','0'),(1928,344,'Attempts','8'),(1929,344,'ClientIP','\"88.246.103.123\"'),(1930,344,'UserAgent','\"\"'),(1931,344,'CurrentUserID','0'),(1932,345,'Attempts','6'),(1933,345,'ClientIP','\"217.126.61.147\"'),(1934,345,'UserAgent','\"\"'),(1935,345,'CurrentUserID','0'),(1936,346,'Attempts','2'),(1937,346,'ClientIP','\"163.47.70.2\"'),(1938,346,'UserAgent','\"\"'),(1939,346,'CurrentUserID','0'),(1940,347,'Attempts','5'),(1941,347,'ClientIP','\"203.166.225.223\"'),(1942,347,'UserAgent','\"\"'),(1943,347,'CurrentUserID','0'),(1944,348,'Attempts','1'),(1945,348,'ClientIP','\"41.225.35.249\"'),(1946,348,'UserAgent','\"\"'),(1947,348,'CurrentUserID','0'),(1948,349,'Attempts','1'),(1949,349,'ClientIP','\"130.25.15.143\"'),(1950,349,'UserAgent','\"\"'),(1951,349,'CurrentUserID','0'),(1952,350,'Attempts','4'),(1953,350,'ClientIP','\"121.45.123.178\"'),(1954,350,'UserAgent','\"\"'),(1955,350,'CurrentUserID','0'),(1956,351,'Attempts','1'),(1957,351,'ClientIP','\"188.52.69.80\"'),(1958,351,'UserAgent','\"\"'),(1959,351,'CurrentUserID','0'),(1960,352,'Attempts','5'),(1961,352,'ClientIP','\"188.219.226.130\"'),(1962,352,'UserAgent','\"\"'),(1963,352,'CurrentUserID','0'),(1964,353,'Attempts','7'),(1965,353,'ClientIP','\"5.12.255.43\"'),(1966,353,'UserAgent','\"\"'),(1967,353,'CurrentUserID','0'),(1968,354,'Attempts','1'),(1969,354,'ClientIP','\"86.20.33.197\"'),(1970,354,'UserAgent','\"\"'),(1971,354,'CurrentUserID','0'),(1972,355,'Attempts','1'),(1973,355,'ClientIP','\"92.251.41.174\"'),(1974,355,'UserAgent','\"\"'),(1975,355,'CurrentUserID','0'),(1976,356,'Attempts','1'),(1977,356,'ClientIP','\"120.155.15.195\"'),(1978,356,'UserAgent','\"\"'),(1979,356,'CurrentUserID','0'),(1980,357,'Attempts','1'),(1981,357,'ClientIP','\"197.227.130.249\"'),(1982,357,'UserAgent','\"\"'),(1983,357,'CurrentUserID','0'),(1984,358,'Attempts','\"10+\"'),(1985,358,'ClientIP','\"86.97.6.195\"'),(1986,358,'UserAgent','\"\"'),(1987,358,'CurrentUserID','0'),(1988,359,'Attempts','3'),(1989,359,'ClientIP','\"212.36.73.35\"'),(1990,359,'UserAgent','\"\"'),(1991,359,'CurrentUserID','0'),(1992,360,'Attempts','1'),(1993,360,'ClientIP','\"92.239.57.61\"'),(1994,360,'UserAgent','\"\"'),(1995,360,'CurrentUserID','0'),(1996,361,'Attempts','3'),(1997,361,'ClientIP','\"177.102.46.35\"'),(1998,361,'UserAgent','\"\"'),(1999,361,'CurrentUserID','0'),(2000,362,'Attempts','1'),(2001,362,'ClientIP','\"82.245.207.122\"'),(2002,362,'UserAgent','\"\"'),(2003,362,'CurrentUserID','0'),(2004,363,'Attempts','1'),(2005,363,'ClientIP','\"82.102.82.44\"'),(2006,363,'UserAgent','\"\"'),(2007,363,'CurrentUserID','0'),(2008,364,'Attempts','3'),(2009,364,'ClientIP','\"212.25.54.12\"'),(2010,364,'UserAgent','\"\"'),(2011,364,'CurrentUserID','0'),(2012,365,'Attempts','3'),(2013,365,'ClientIP','\"175.142.247.159\"'),(2014,365,'UserAgent','\"\"'),(2015,365,'CurrentUserID','0'),(2016,366,'Attempts','2'),(2017,366,'ClientIP','\"79.101.177.3\"'),(2018,366,'UserAgent','\"\"'),(2019,366,'CurrentUserID','0'),(2020,367,'Attempts','3'),(2021,367,'ClientIP','\"202.142.104.249\"'),(2022,367,'UserAgent','\"\"'),(2023,367,'CurrentUserID','0'),(2024,368,'Attempts','6'),(2025,368,'ClientIP','\"116.86.192.60\"'),(2026,368,'UserAgent','\"\"'),(2027,368,'CurrentUserID','0'),(2028,369,'Attempts','3'),(2029,369,'ClientIP','\"93.93.33.7\"'),(2030,369,'UserAgent','\"\"'),(2031,369,'CurrentUserID','0'),(2032,370,'Attempts','5'),(2033,370,'ClientIP','\"85.222.92.225\"'),(2034,370,'UserAgent','\"\"'),(2035,370,'CurrentUserID','0'),(2036,371,'Attempts','2'),(2037,371,'ClientIP','\"187.114.213.176\"'),(2038,371,'UserAgent','\"\"'),(2039,371,'CurrentUserID','0'),(2040,372,'Attempts','5'),(2041,372,'ClientIP','\"188.24.159.26\"'),(2042,372,'UserAgent','\"\"'),(2043,372,'CurrentUserID','0'),(2044,373,'Attempts','1'),(2045,373,'ClientIP','\"105.237.72.111\"'),(2046,373,'UserAgent','\"\"'),(2047,373,'CurrentUserID','0'),(2048,374,'Attempts','\"10+\"'),(2049,374,'ClientIP','\"5.13.228.222\"'),(2050,374,'UserAgent','\"\"'),(2051,374,'CurrentUserID','0'),(2052,375,'Attempts','1'),(2053,375,'ClientIP','\"109.96.20.182\"'),(2054,375,'UserAgent','\"\"'),(2055,375,'CurrentUserID','0'),(2056,376,'Attempts','1'),(2057,376,'ClientIP','\"2.50.193.33\"'),(2058,376,'UserAgent','\"\"'),(2059,376,'CurrentUserID','0'),(2060,377,'Attempts','4'),(2061,377,'ClientIP','\"77.172.249.89\"'),(2062,377,'UserAgent','\"\"'),(2063,377,'CurrentUserID','0'),(2064,378,'Attempts','2'),(2065,378,'ClientIP','\"79.115.164.43\"'),(2066,378,'UserAgent','\"\"'),(2067,378,'CurrentUserID','0'),(2068,379,'Attempts','1'),(2069,379,'ClientIP','\"41.77.192.85\"'),(2070,379,'UserAgent','\"\"'),(2071,379,'CurrentUserID','0'),(2072,380,'Attempts','3'),(2073,380,'ClientIP','\"41.74.70.208\"'),(2074,380,'UserAgent','\"\"'),(2075,380,'CurrentUserID','0'),(2076,381,'Attempts','2'),(2077,381,'ClientIP','\"5.83.122.110\"'),(2078,381,'UserAgent','\"\"'),(2079,381,'CurrentUserID','0'),(2080,382,'Attempts','2'),(2081,382,'ClientIP','\"168.167.255.158\"'),(2082,382,'UserAgent','\"\"'),(2083,382,'CurrentUserID','0'),(2084,383,'Attempts','1'),(2085,383,'ClientIP','\"41.13.14.238\"'),(2086,383,'UserAgent','\"\"'),(2087,383,'CurrentUserID','0'),(2088,384,'Attempts','2'),(2089,384,'ClientIP','\"95.9.192.81\"'),(2090,384,'UserAgent','\"\"'),(2091,384,'CurrentUserID','0'),(2092,385,'Attempts','2'),(2093,385,'ClientIP','\"188.82.147.87\"'),(2094,385,'UserAgent','\"\"'),(2095,385,'CurrentUserID','0'),(2096,386,'Attempts','1'),(2097,386,'ClientIP','\"93.173.234.21\"'),(2098,386,'UserAgent','\"\"'),(2099,386,'CurrentUserID','0'),(2100,387,'Attempts','1'),(2101,388,'Attempts','1'),(2102,387,'ClientIP','\"79.169.171.82\"'),(2103,388,'ClientIP','\"81.245.234.127\"'),(2104,387,'UserAgent','\"\"'),(2105,388,'UserAgent','\"\"'),(2106,387,'CurrentUserID','0'),(2107,388,'CurrentUserID','0'),(2108,389,'Attempts','4'),(2109,389,'ClientIP','\"188.214.7.143\"'),(2110,389,'UserAgent','\"\"'),(2111,389,'CurrentUserID','0'),(2112,390,'Attempts','2'),(2113,390,'ClientIP','\"180.191.103.171\"'),(2114,390,'UserAgent','\"\"'),(2115,390,'CurrentUserID','0'),(2116,391,'Attempts','1'),(2117,391,'ClientIP','\"50.153.4.127\"'),(2118,391,'UserAgent','\"\"'),(2119,391,'CurrentUserID','0'),(2120,392,'Attempts','1'),(2121,392,'ClientIP','\"85.132.188.81\"'),(2122,392,'UserAgent','\"\"'),(2123,392,'CurrentUserID','0'),(2124,393,'Attempts','1'),(2125,393,'ClientIP','\"89.174.34.11\"'),(2126,393,'UserAgent','\"\"'),(2127,393,'CurrentUserID','0'),(2128,394,'Attempts','2'),(2129,394,'ClientIP','\"188.25.214.148\"'),(2130,394,'UserAgent','\"\"'),(2131,394,'CurrentUserID','0'),(2132,395,'Attempts','2'),(2133,395,'ClientIP','\"77.114.16.175\"'),(2134,395,'UserAgent','\"\"'),(2135,395,'CurrentUserID','0'),(2136,396,'Attempts','3'),(2137,396,'ClientIP','\"89.216.124.6\"'),(2138,396,'UserAgent','\"\"'),(2139,396,'CurrentUserID','0'),(2140,397,'Attempts','1'),(2141,397,'ClientIP','\"125.19.34.60\"'),(2142,397,'UserAgent','\"\"'),(2143,397,'CurrentUserID','0'),(2144,398,'Attempts','7'),(2145,398,'ClientIP','\"37.11.146.136\"'),(2146,398,'UserAgent','\"\"'),(2147,398,'CurrentUserID','0'),(2148,399,'Attempts','1'),(2149,399,'ClientIP','\"2.80.113.49\"'),(2150,399,'UserAgent','\"\"'),(2151,399,'CurrentUserID','0'),(2152,400,'Attempts','1'),(2153,400,'ClientIP','\"178.128.205.2\"'),(2154,400,'UserAgent','\"\"'),(2155,400,'CurrentUserID','0'),(2156,401,'Attempts','3'),(2157,401,'ClientIP','\"213.233.237.175\"'),(2158,401,'UserAgent','\"\"'),(2159,401,'CurrentUserID','0'),(2160,402,'Attempts','2'),(2161,402,'ClientIP','\"118.209.87.123\"'),(2162,402,'UserAgent','\"\"'),(2163,402,'CurrentUserID','0'),(2164,403,'Attempts','2'),(2165,403,'ClientIP','\"58.65.154.13\"'),(2166,403,'UserAgent','\"\"'),(2167,403,'CurrentUserID','0'),(2168,404,'Attempts','1'),(2169,404,'ClientIP','\"180.232.78.186\"'),(2170,404,'UserAgent','\"\"'),(2171,404,'CurrentUserID','0'),(2172,405,'Attempts','1'),(2173,405,'ClientIP','\"112.164.37.192\"'),(2174,405,'UserAgent','\"\"'),(2175,405,'CurrentUserID','0'),(2176,406,'Attempts','6'),(2177,406,'ClientIP','\"77.58.69.243\"'),(2178,406,'UserAgent','\"\"'),(2179,406,'CurrentUserID','0'),(2180,407,'Attempts','9'),(2181,407,'ClientIP','\"89.212.202.43\"'),(2182,407,'UserAgent','\"\"'),(2183,407,'CurrentUserID','0'),(2184,408,'Attempts','2'),(2185,408,'ClientIP','\"27.32.219.45\"'),(2186,408,'UserAgent','\"\"'),(2187,408,'CurrentUserID','0'),(2188,409,'Attempts','7'),(2189,409,'ClientIP','\"109.66.61.52\"'),(2190,409,'UserAgent','\"\"'),(2191,409,'CurrentUserID','0'),(2192,410,'Attempts','3'),(2193,410,'ClientIP','\"117.6.162.14\"'),(2194,410,'UserAgent','\"\"'),(2195,410,'CurrentUserID','0'),(2196,411,'Attempts','7'),(2197,411,'ClientIP','\"178.79.42.7\"'),(2198,411,'UserAgent','\"\"'),(2199,411,'CurrentUserID','0'),(2200,412,'Attempts','1'),(2201,412,'ClientIP','\"39.33.218.150\"'),(2202,412,'UserAgent','\"\"'),(2203,412,'CurrentUserID','0'),(2204,413,'Attempts','2'),(2205,413,'ClientIP','\"37.107.177.12\"'),(2206,413,'UserAgent','\"\"'),(2207,413,'CurrentUserID','0'),(2208,414,'Attempts','6'),(2209,414,'ClientIP','\"92.55.105.28\"'),(2210,414,'UserAgent','\"\"'),(2211,414,'CurrentUserID','0'),(2212,415,'Attempts','5'),(2213,415,'ClientIP','\"176.46.59.96\"'),(2214,415,'UserAgent','\"\"'),(2215,415,'CurrentUserID','0'),(2216,416,'Attempts','1'),(2217,416,'ClientIP','\"188.2.137.212\"'),(2218,416,'UserAgent','\"\"'),(2219,416,'CurrentUserID','0'),(2220,417,'Attempts','2'),(2221,417,'ClientIP','\"85.138.248.82\"'),(2222,417,'UserAgent','\"\"'),(2223,417,'CurrentUserID','0'),(2224,418,'Attempts','1'),(2225,418,'ClientIP','\"197.35.168.53\"'),(2226,418,'UserAgent','\"\"'),(2227,418,'CurrentUserID','0'),(2228,419,'Attempts','1'),(2229,419,'ClientIP','\"106.142.64.9\"'),(2230,419,'UserAgent','\"\"'),(2231,419,'CurrentUserID','0'),(2232,420,'Attempts','1'),(2233,420,'ClientIP','\"37.122.160.34\"'),(2234,420,'UserAgent','\"\"'),(2235,420,'CurrentUserID','0'),(2236,421,'Attempts','6'),(2237,421,'ClientIP','\"85.67.89.145\"'),(2238,421,'UserAgent','\"\"'),(2239,421,'CurrentUserID','0'),(2240,422,'Attempts','2'),(2241,422,'ClientIP','\"85.247.16.27\"'),(2242,422,'UserAgent','\"\"'),(2243,422,'CurrentUserID','0'),(2244,423,'Attempts','1'),(2245,423,'ClientIP','\"190.211.59.13\"'),(2246,423,'UserAgent','\"\"'),(2247,423,'CurrentUserID','0'),(2248,424,'Attempts','2'),(2249,424,'ClientIP','\"121.54.46.84\"'),(2250,424,'UserAgent','\"\"'),(2251,424,'CurrentUserID','0'),(2252,425,'Attempts','3'),(2253,425,'ClientIP','\"95.96.68.64\"'),(2254,425,'UserAgent','\"\"'),(2255,425,'CurrentUserID','0'),(2256,426,'Attempts','1'),(2257,426,'ClientIP','\"149.129.121.198\"'),(2258,426,'UserAgent','\"\"'),(2259,426,'CurrentUserID','0'),(2260,427,'Attempts','4'),(2261,427,'ClientIP','\"79.119.184.96\"'),(2262,427,'UserAgent','\"\"'),(2263,427,'CurrentUserID','0'),(2264,428,'Attempts','1'),(2265,428,'ClientIP','\"80.78.70.66\"'),(2266,428,'UserAgent','\"\"'),(2267,428,'CurrentUserID','0'),(2268,429,'Attempts','1'),(2269,429,'ClientIP','\"106.245.88.86\"'),(2270,429,'UserAgent','\"\"'),(2271,429,'CurrentUserID','0'),(2272,430,'Attempts','1'),(2273,430,'ClientIP','\"46.99.13.23\"'),(2274,430,'UserAgent','\"\"'),(2275,430,'CurrentUserID','0'),(2276,431,'Attempts','1'),(2277,431,'ClientIP','\"197.39.210.224\"'),(2278,431,'UserAgent','\"\"'),(2279,431,'CurrentUserID','0'),(2280,432,'Attempts','2'),(2281,432,'ClientIP','\"200.24.204.194\"'),(2282,432,'UserAgent','\"\"'),(2283,432,'CurrentUserID','0'),(2284,433,'Attempts','1'),(2285,433,'ClientIP','\"116.89.52.168\"'),(2286,433,'UserAgent','\"\"'),(2287,433,'CurrentUserID','0'),(2288,434,'Attempts','2'),(2289,434,'ClientIP','\"85.101.101.33\"'),(2290,434,'UserAgent','\"\"'),(2291,434,'CurrentUserID','0'),(2292,435,'Attempts','3'),(2293,435,'ClientIP','\"92.92.212.96\"'),(2294,435,'UserAgent','\"\"'),(2295,435,'CurrentUserID','0'),(2296,436,'Attempts','4'),(2297,436,'ClientIP','\"62.198.230.247\"'),(2298,436,'UserAgent','\"\"'),(2299,436,'CurrentUserID','0'),(2300,437,'Attempts','1'),(2301,437,'ClientIP','\"41.232.45.18\"'),(2302,437,'UserAgent','\"\"'),(2303,437,'CurrentUserID','0'),(2304,438,'Attempts','1'),(2305,438,'ClientIP','\"217.50.23.95\"'),(2306,438,'UserAgent','\"\"'),(2307,438,'CurrentUserID','0'),(2308,439,'Attempts','2'),(2309,439,'ClientIP','\"115.132.72.192\"'),(2310,439,'UserAgent','\"\"'),(2311,439,'CurrentUserID','0'),(2312,440,'Attempts','1'),(2313,440,'ClientIP','\"60.53.81.150\"'),(2314,440,'UserAgent','\"\"'),(2315,440,'CurrentUserID','0'),(2316,441,'Attempts','8'),(2317,441,'ClientIP','\"86.85.39.150\"'),(2318,441,'UserAgent','\"\"'),(2319,441,'CurrentUserID','0'),(2320,442,'Attempts','2'),(2321,442,'ClientIP','\"154.70.128.14\"'),(2322,442,'UserAgent','\"\"'),(2323,442,'CurrentUserID','0'),(2324,443,'Attempts','7'),(2325,443,'ClientIP','\"88.241.252.144\"'),(2326,443,'UserAgent','\"\"'),(2327,443,'CurrentUserID','0'),(2328,444,'Attempts','2'),(2329,444,'ClientIP','\"202.126.28.154\"'),(2330,444,'UserAgent','\"\"'),(2331,444,'CurrentUserID','0'),(2332,445,'Attempts','4'),(2333,445,'ClientIP','\"79.182.13.204\"'),(2334,445,'UserAgent','\"\"'),(2335,445,'CurrentUserID','0'),(2336,446,'Attempts','1'),(2337,446,'ClientIP','\"188.167.83.254\"'),(2338,446,'UserAgent','\"\"'),(2339,446,'CurrentUserID','0'),(2340,447,'Attempts','1'),(2341,447,'ClientIP','\"80.198.127.72\"'),(2342,447,'UserAgent','\"\"'),(2343,447,'CurrentUserID','0'),(2344,448,'Attempts','2'),(2345,448,'ClientIP','\"197.79.10.62\"'),(2346,448,'UserAgent','\"\"'),(2347,448,'CurrentUserID','0'),(2348,449,'Attempts','1'),(2349,449,'ClientIP','\"193.231.34.18\"'),(2350,449,'UserAgent','\"\"'),(2351,449,'CurrentUserID','0'),(2352,450,'Attempts','2'),(2353,450,'ClientIP','\"78.149.237.50\"'),(2354,450,'UserAgent','\"\"'),(2355,450,'CurrentUserID','0'),(2356,451,'Attempts','1'),(2357,451,'ClientIP','\"70.79.180.77\"'),(2358,451,'UserAgent','\"\"'),(2359,451,'CurrentUserID','0'),(2360,452,'Attempts','2'),(2361,452,'ClientIP','\"188.241.129.29\"'),(2362,452,'UserAgent','\"\"'),(2363,452,'CurrentUserID','0'),(2364,453,'Attempts','7'),(2365,454,'Attempts','4'),(2366,453,'ClientIP','\"108.26.63.130\"'),(2367,454,'ClientIP','\"85.105.172.162\"'),(2368,453,'UserAgent','\"\"'),(2369,453,'CurrentUserID','0'),(2370,454,'UserAgent','\"\"'),(2371,454,'CurrentUserID','0'),(2372,455,'Attempts','2'),(2373,455,'ClientIP','\"86.96.18.81\"'),(2374,455,'UserAgent','\"\"'),(2375,455,'CurrentUserID','0'),(2376,456,'Attempts','4'),(2377,456,'ClientIP','\"110.22.97.114\"'),(2378,456,'UserAgent','\"\"'),(2379,456,'CurrentUserID','0'),(2380,457,'Attempts','6'),(2381,457,'ClientIP','\"72.183.195.183\"'),(2382,457,'UserAgent','\"\"'),(2383,457,'CurrentUserID','0'),(2384,458,'Attempts','1'),(2385,458,'ClientIP','\"180.191.143.91\"'),(2386,458,'UserAgent','\"\"'),(2387,458,'CurrentUserID','0'),(2388,459,'Attempts','1'),(2389,459,'ClientIP','\"111.168.217.75\"'),(2390,459,'UserAgent','\"\"'),(2391,459,'CurrentUserID','0'),(2392,460,'Attempts','1'),(2393,460,'ClientIP','\"5.13.228.81\"'),(2394,460,'UserAgent','\"\"'),(2395,460,'CurrentUserID','0'),(2396,461,'Attempts','5'),(2397,461,'ClientIP','\"178.16.40.203\"'),(2398,461,'UserAgent','\"\"'),(2399,461,'CurrentUserID','0'),(2400,462,'Attempts','1'),(2401,462,'ClientIP','\"41.45.244.72\"'),(2402,462,'UserAgent','\"\"'),(2403,462,'CurrentUserID','0'),(2404,463,'Attempts','1'),(2405,463,'ClientIP','\"87.119.68.192\"'),(2406,463,'UserAgent','\"\"'),(2407,463,'CurrentUserID','0'),(2408,464,'Attempts','5'),(2409,464,'ClientIP','\"71.11.135.61\"'),(2410,464,'UserAgent','\"\"'),(2411,464,'CurrentUserID','0'),(2412,465,'Attempts','2'),(2413,465,'ClientIP','\"84.245.219.96\"'),(2414,465,'UserAgent','\"\"'),(2415,465,'CurrentUserID','0'),(2416,466,'Attempts','5'),(2417,466,'ClientIP','\"93.143.154.31\"'),(2418,466,'UserAgent','\"\"'),(2419,466,'CurrentUserID','0'),(2420,467,'Attempts','2'),(2421,467,'ClientIP','\"75.129.138.11\"'),(2422,467,'UserAgent','\"\"'),(2423,467,'CurrentUserID','0'),(2424,468,'Attempts','2'),(2425,468,'ClientIP','\"78.30.178.50\"'),(2426,468,'UserAgent','\"\"'),(2427,468,'CurrentUserID','0'),(2428,469,'Attempts','2'),(2429,469,'ClientIP','\"46.193.136.5\"'),(2430,469,'UserAgent','\"\"'),(2431,469,'CurrentUserID','0'),(2432,470,'Attempts','1'),(2433,470,'ClientIP','\"124.107.175.165\"'),(2434,470,'UserAgent','\"\"'),(2435,470,'CurrentUserID','0'),(2436,471,'Attempts','1'),(2437,471,'ClientIP','\"111.68.60.129\"'),(2438,471,'UserAgent','\"\"'),(2439,471,'CurrentUserID','0'),(2440,472,'Attempts','1'),(2441,472,'ClientIP','\"49.151.98.45\"'),(2442,472,'UserAgent','\"\"'),(2443,472,'CurrentUserID','0'),(2444,473,'Attempts','1'),(2445,473,'ClientIP','\"94.65.107.94\"'),(2446,473,'UserAgent','\"\"'),(2447,473,'CurrentUserID','0'),(2448,474,'Attempts','5'),(2449,474,'ClientIP','\"188.25.218.110\"'),(2450,474,'UserAgent','\"\"'),(2451,474,'CurrentUserID','0'),(2452,475,'Attempts','2'),(2453,475,'ClientIP','\"71.30.178.66\"'),(2454,475,'UserAgent','\"\"'),(2455,475,'CurrentUserID','0'),(2456,476,'Attempts','2'),(2457,476,'ClientIP','\"143.177.129.50\"'),(2458,476,'UserAgent','\"\"'),(2459,476,'CurrentUserID','0'),(2460,477,'Attempts','2'),(2461,477,'ClientIP','\"83.31.143.247\"'),(2462,477,'UserAgent','\"\"'),(2463,477,'CurrentUserID','0'),(2464,478,'Attempts','3'),(2465,478,'ClientIP','\"115.167.17.230\"'),(2466,478,'UserAgent','\"\"'),(2467,478,'CurrentUserID','0'),(2468,479,'Attempts','1'),(2469,479,'ClientIP','\"187.112.22.135\"'),(2470,479,'UserAgent','\"\"'),(2471,479,'CurrentUserID','0'),(2472,480,'Attempts','2'),(2473,480,'ClientIP','\"88.10.162.47\"'),(2474,480,'UserAgent','\"\"'),(2475,480,'CurrentUserID','0'),(2476,481,'Attempts','1'),(2477,481,'ClientIP','\"14.198.197.228\"'),(2478,481,'UserAgent','\"\"'),(2479,481,'CurrentUserID','0'),(2480,482,'Attempts','1'),(2481,482,'ClientIP','\"193.92.70.136\"'),(2482,482,'UserAgent','\"\"'),(2483,482,'CurrentUserID','0'),(2484,483,'Attempts','2'),(2485,483,'ClientIP','\"189.252.174.10\"'),(2486,483,'UserAgent','\"\"'),(2487,483,'CurrentUserID','0'),(2488,484,'Attempts','7'),(2489,484,'ClientIP','\"103.252.201.65\"'),(2490,484,'UserAgent','\"\"'),(2491,484,'CurrentUserID','0'),(2492,485,'Attempts','5'),(2493,485,'ClientIP','\"31.11.114.158\"'),(2494,485,'UserAgent','\"\"'),(2495,485,'CurrentUserID','0'),(2496,486,'Attempts','3'),(2497,486,'ClientIP','\"164.126.79.164\"'),(2498,486,'UserAgent','\"\"'),(2499,486,'CurrentUserID','0'),(2500,487,'Attempts','1'),(2501,487,'ClientIP','\"85.64.152.107\"'),(2502,487,'UserAgent','\"\"'),(2503,487,'CurrentUserID','0'),(2504,488,'Attempts','4'),(2505,488,'ClientIP','\"84.252.38.248\"'),(2506,488,'UserAgent','\"\"'),(2507,488,'CurrentUserID','0'),(2508,489,'Attempts','2'),(2509,489,'ClientIP','\"87.10.228.135\"'),(2510,489,'UserAgent','\"\"'),(2511,489,'CurrentUserID','0'),(2512,490,'Attempts','2'),(2513,490,'ClientIP','\"187.21.11.252\"'),(2514,490,'UserAgent','\"\"'),(2515,490,'CurrentUserID','0'),(2516,491,'Attempts','4'),(2517,491,'ClientIP','\"89.180.147.54\"'),(2518,491,'UserAgent','\"\"'),(2519,491,'CurrentUserID','0'),(2520,492,'Attempts','1'),(2521,492,'ClientIP','\"126.43.42.97\"'),(2522,492,'UserAgent','\"\"'),(2523,492,'CurrentUserID','0'),(2524,493,'Attempts','7'),(2525,493,'ClientIP','\"80.8.111.235\"'),(2526,493,'UserAgent','\"\"'),(2527,493,'CurrentUserID','0'),(2528,494,'Attempts','1'),(2529,494,'ClientIP','\"211.226.227.111\"'),(2530,494,'UserAgent','\"\"'),(2531,494,'CurrentUserID','0'),(2532,495,'Attempts','1'),(2533,495,'ClientIP','\"177.42.47.155\"'),(2534,495,'UserAgent','\"\"'),(2535,495,'CurrentUserID','0'),(2536,496,'Attempts','2'),(2537,496,'ClientIP','\"89.29.80.194\"'),(2538,496,'UserAgent','\"\"'),(2539,496,'CurrentUserID','0'),(2540,497,'Attempts','1'),(2541,497,'ClientIP','\"27.35.9.22\"'),(2542,497,'UserAgent','\"\"'),(2543,497,'CurrentUserID','0'),(2544,498,'Attempts','1'),(2545,498,'ClientIP','\"201.157.62.4\"'),(2546,498,'UserAgent','\"\"'),(2547,498,'CurrentUserID','0'),(2548,499,'Attempts','2'),(2549,499,'ClientIP','\"74.131.120.169\"'),(2550,499,'UserAgent','\"\"'),(2551,499,'CurrentUserID','0'),(2552,500,'Attempts','6'),(2553,500,'ClientIP','\"107.202.164.162\"'),(2554,500,'UserAgent','\"\"'),(2555,500,'CurrentUserID','0'),(2556,501,'Attempts','7'),(2557,501,'ClientIP','\"46.189.245.8\"'),(2558,501,'UserAgent','\"\"'),(2559,501,'CurrentUserID','0'),(2560,502,'Attempts','2'),(2561,502,'ClientIP','\"62.24.83.20\"'),(2562,502,'UserAgent','\"\"'),(2563,502,'CurrentUserID','0'),(2564,503,'Attempts','2'),(2565,503,'ClientIP','\"86.169.112.183\"'),(2566,503,'UserAgent','\"\"'),(2567,503,'CurrentUserID','0'),(2568,504,'Attempts','5'),(2569,504,'ClientIP','\"84.50.204.132\"'),(2570,504,'UserAgent','\"\"'),(2571,504,'CurrentUserID','0'),(2572,505,'Attempts','2'),(2573,505,'ClientIP','\"89.136.98.223\"'),(2574,505,'UserAgent','\"\"'),(2575,505,'CurrentUserID','0'),(2576,506,'Attempts','1'),(2577,506,'ClientIP','\"90.168.176.179\"'),(2578,506,'UserAgent','\"\"'),(2579,506,'CurrentUserID','0'),(2580,507,'Attempts','1'),(2581,507,'ClientIP','\"196.219.44.178\"'),(2582,507,'UserAgent','\"\"'),(2583,507,'CurrentUserID','0'),(2584,508,'Attempts','1'),(2585,508,'ClientIP','\"179.191.15.208\"'),(2586,508,'UserAgent','\"\"'),(2587,508,'CurrentUserID','0'),(2588,509,'Attempts','1'),(2589,509,'ClientIP','\"24.132.32.230\"'),(2590,509,'UserAgent','\"\"'),(2591,509,'CurrentUserID','0'),(2592,510,'Attempts','1'),(2593,510,'ClientIP','\"86.101.90.41\"'),(2594,510,'UserAgent','\"\"'),(2595,510,'CurrentUserID','0'),(2596,511,'Attempts','1'),(2597,511,'ClientIP','\"2.220.75.6\"'),(2598,511,'UserAgent','\"\"'),(2599,511,'CurrentUserID','0'),(2600,512,'Attempts','1'),(2601,512,'ClientIP','\"123.176.23.93\"'),(2602,512,'UserAgent','\"\"'),(2603,512,'CurrentUserID','0'),(2604,513,'Attempts','1'),(2605,513,'ClientIP','\"211.55.74.27\"'),(2606,513,'UserAgent','\"\"'),(2607,513,'CurrentUserID','0'),(2608,514,'Attempts','2'),(2609,514,'ClientIP','\"151.224.21.240\"'),(2610,514,'UserAgent','\"\"'),(2611,514,'CurrentUserID','0'),(2612,515,'Attempts','2'),(2613,515,'ClientIP','\"171.96.176.111\"'),(2614,515,'UserAgent','\"\"'),(2615,515,'CurrentUserID','0'),(2616,516,'Attempts','3'),(2617,516,'ClientIP','\"213.144.96.71\"'),(2618,516,'UserAgent','\"\"'),(2619,516,'CurrentUserID','0'),(2620,517,'Attempts','2'),(2621,517,'ClientIP','\"95.95.141.33\"'),(2622,517,'UserAgent','\"\"'),(2623,517,'CurrentUserID','0'),(2624,518,'Attempts','3'),(2625,519,'Attempts','1'),(2626,518,'ClientIP','\"39.115.125.88\"'),(2627,519,'ClientIP','\"188.49.74.224\"'),(2628,518,'UserAgent','\"\"'),(2629,519,'UserAgent','\"\"'),(2630,518,'CurrentUserID','0'),(2631,519,'CurrentUserID','0'),(2632,520,'Attempts','2'),(2633,520,'ClientIP','\"61.245.160.190\"'),(2634,520,'UserAgent','\"\"'),(2635,520,'CurrentUserID','0'),(2636,521,'Attempts','1'),(2637,521,'ClientIP','\"31.154.3.222\"'),(2638,521,'UserAgent','\"\"'),(2639,521,'CurrentUserID','0'),(2640,522,'Attempts','1'),(2641,522,'ClientIP','\"103.19.252.82\"'),(2642,522,'UserAgent','\"\"'),(2643,522,'CurrentUserID','0'),(2644,523,'Attempts','2'),(2645,523,'ClientIP','\"37.247.60.29\"'),(2646,523,'UserAgent','\"\"'),(2647,523,'CurrentUserID','0'),(2648,524,'Attempts','1'),(2649,524,'ClientIP','\"79.31.235.153\"'),(2650,524,'UserAgent','\"\"'),(2651,524,'CurrentUserID','0'),(2652,525,'Attempts','2'),(2653,525,'ClientIP','\"106.186.18.97\"'),(2654,525,'UserAgent','\"\"'),(2655,525,'CurrentUserID','0'),(2656,526,'Attempts','2'),(2657,526,'ClientIP','\"89.155.235.117\"'),(2658,526,'UserAgent','\"\"'),(2659,526,'CurrentUserID','0'),(2660,527,'Attempts','1'),(2661,527,'ClientIP','\"196.11.90.138\"'),(2662,527,'UserAgent','\"\"'),(2663,527,'CurrentUserID','0'),(2664,528,'Attempts','1'),(2665,528,'ClientIP','\"201.248.225.71\"'),(2666,528,'UserAgent','\"\"'),(2667,528,'CurrentUserID','0'),(2668,529,'Attempts','5'),(2669,529,'ClientIP','\"92.87.226.139\"'),(2670,529,'UserAgent','\"\"'),(2671,529,'CurrentUserID','0'),(2672,530,'Attempts','2'),(2673,530,'ClientIP','\"90.181.202.177\"'),(2674,530,'UserAgent','\"\"'),(2675,530,'CurrentUserID','0'),(2676,531,'Attempts','3'),(2677,531,'ClientIP','\"80.202.75.147\"'),(2678,531,'UserAgent','\"\"'),(2679,531,'CurrentUserID','0'),(2680,532,'Attempts','2'),(2681,532,'ClientIP','\"31.154.174.152\"'),(2682,532,'UserAgent','\"\"'),(2683,532,'CurrentUserID','0'),(2684,533,'Attempts','2'),(2685,533,'ClientIP','\"64.110.234.252\"'),(2686,533,'UserAgent','\"\"'),(2687,533,'CurrentUserID','0'),(2688,534,'Attempts','2'),(2689,534,'ClientIP','\"121.54.32.135\"'),(2690,534,'UserAgent','\"\"'),(2691,534,'CurrentUserID','0'),(2692,535,'Attempts','2'),(2693,535,'ClientIP','\"93.136.107.151\"'),(2694,535,'UserAgent','\"\"'),(2695,535,'CurrentUserID','0'),(2696,536,'Attempts','1'),(2697,536,'ClientIP','\"49.146.254.84\"'),(2698,536,'UserAgent','\"\"'),(2699,536,'CurrentUserID','0'),(2700,537,'Attempts','1'),(2701,537,'ClientIP','\"89.207.195.13\"'),(2702,537,'UserAgent','\"\"'),(2703,537,'CurrentUserID','0'),(2704,538,'Attempts','1'),(2705,538,'ClientIP','\"82.52.97.151\"'),(2706,538,'UserAgent','\"\"'),(2707,538,'CurrentUserID','0'),(2708,539,'Attempts','1'),(2709,539,'ClientIP','\"10.10.22.226\"'),(2710,539,'UserAgent','\"\"'),(2711,539,'CurrentUserID','0'),(2712,540,'Attempts','6'),(2713,540,'ClientIP','\"213.66.28.252\"'),(2714,540,'UserAgent','\"\"'),(2715,540,'CurrentUserID','0'),(2716,541,'Attempts','1'),(2717,541,'ClientIP','\"197.215.212.104\"'),(2718,541,'UserAgent','\"\"'),(2719,541,'CurrentUserID','0'),(2720,542,'Attempts','8'),(2721,542,'ClientIP','\"126.75.123.41\"'),(2722,542,'UserAgent','\"\"'),(2723,542,'CurrentUserID','0'),(2724,543,'Attempts','1'),(2725,543,'ClientIP','\"197.36.59.30\"'),(2726,543,'UserAgent','\"\"'),(2727,543,'CurrentUserID','0'),(2728,544,'Attempts','2'),(2729,544,'ClientIP','\"203.206.41.239\"'),(2730,544,'UserAgent','\"\"'),(2731,544,'CurrentUserID','0'),(2732,545,'Attempts','1'),(2733,545,'ClientIP','\"89.137.113.186\"'),(2734,545,'UserAgent','\"\"'),(2735,545,'CurrentUserID','0'),(2736,546,'Attempts','3'),(2737,546,'ClientIP','\"92.83.84.60\"'),(2738,546,'UserAgent','\"\"'),(2739,546,'CurrentUserID','0'),(2740,547,'Attempts','2'),(2741,547,'ClientIP','\"176.43.144.84\"'),(2742,547,'UserAgent','\"\"'),(2743,547,'CurrentUserID','0'),(2744,548,'Attempts','1'),(2745,548,'ClientIP','\"101.98.167.40\"'),(2746,548,'UserAgent','\"\"'),(2747,548,'CurrentUserID','0'),(2748,549,'Attempts','5'),(2749,549,'ClientIP','\"91.148.100.115\"'),(2750,549,'UserAgent','\"\"'),(2751,549,'CurrentUserID','0'),(2752,550,'Attempts','3'),(2753,550,'ClientIP','\"172.198.162.192\"'),(2754,550,'UserAgent','\"\"'),(2755,550,'CurrentUserID','0'),(2756,551,'Attempts','1'),(2757,551,'ClientIP','\"89.152.92.59\"'),(2758,551,'UserAgent','\"\"'),(2759,551,'CurrentUserID','0'),(2760,552,'Attempts','4'),(2761,552,'ClientIP','\"93.115.24.149\"'),(2762,552,'UserAgent','\"\"'),(2763,552,'CurrentUserID','0'),(2764,553,'Attempts','3'),(2765,553,'ClientIP','\"79.158.142.250\"'),(2766,553,'UserAgent','\"\"'),(2767,553,'CurrentUserID','0'),(2768,554,'Attempts','1'),(2769,554,'ClientIP','\"41.143.174.5\"'),(2770,554,'UserAgent','\"\"'),(2771,554,'CurrentUserID','0'),(2772,555,'Attempts','3'),(2773,555,'ClientIP','\"200.114.123.223\"'),(2774,555,'UserAgent','\"\"'),(2775,555,'CurrentUserID','0'),(2776,556,'Attempts','4'),(2777,556,'ClientIP','\"109.92.76.25\"'),(2778,556,'UserAgent','\"\"'),(2779,556,'CurrentUserID','0'),(2780,557,'Attempts','4'),(2781,557,'ClientIP','\"58.108.189.112\"'),(2782,557,'UserAgent','\"\"'),(2783,557,'CurrentUserID','0'),(2784,558,'Attempts','1'),(2785,558,'ClientIP','\"180.234.140.3\"'),(2786,558,'UserAgent','\"\"'),(2787,558,'CurrentUserID','0'),(2788,559,'Attempts','3'),(2789,559,'ClientIP','\"79.107.19.100\"'),(2790,559,'UserAgent','\"\"'),(2791,559,'CurrentUserID','0'),(2792,560,'Attempts','2'),(2793,561,'Attempts','1'),(2794,560,'ClientIP','\"114.32.117.151\"'),(2795,561,'ClientIP','\"2.123.77.241\"'),(2796,560,'UserAgent','\"\"'),(2797,561,'UserAgent','\"\"'),(2798,560,'CurrentUserID','0'),(2799,561,'CurrentUserID','0'),(2800,562,'Attempts','4'),(2801,562,'ClientIP','\"132.72.209.10\"'),(2802,562,'UserAgent','\"\"'),(2803,562,'CurrentUserID','0'),(2804,563,'Attempts','1'),(2805,563,'ClientIP','\"190.58.249.21\"'),(2806,563,'UserAgent','\"\"'),(2807,563,'CurrentUserID','0'),(2808,564,'Attempts','2'),(2809,564,'ClientIP','\"151.63.5.155\"'),(2810,564,'UserAgent','\"\"'),(2811,564,'CurrentUserID','0'),(2812,565,'Attempts','1'),(2813,565,'ClientIP','\"115.135.40.250\"'),(2814,565,'UserAgent','\"\"'),(2815,565,'CurrentUserID','0'),(2816,566,'Attempts','1'),(2817,566,'ClientIP','\"79.177.126.47\"'),(2818,566,'UserAgent','\"\"'),(2819,566,'CurrentUserID','0'),(2820,567,'Attempts','3'),(2821,567,'ClientIP','\"85.154.121.159\"'),(2822,567,'UserAgent','\"\"'),(2823,567,'CurrentUserID','0'),(2824,568,'Attempts','1'),(2825,568,'ClientIP','\"139.218.116.235\"'),(2826,568,'UserAgent','\"\"'),(2827,568,'CurrentUserID','0'),(2828,569,'Attempts','1'),(2829,569,'ClientIP','\"87.195.54.164\"'),(2830,569,'UserAgent','\"\"'),(2831,569,'CurrentUserID','0'),(2832,570,'Attempts','3'),(2833,570,'ClientIP','\"62.68.48.67\"'),(2834,570,'UserAgent','\"\"'),(2835,570,'CurrentUserID','0'),(2836,571,'Attempts','5'),(2837,571,'ClientIP','\"77.174.47.227\"'),(2838,571,'UserAgent','\"\"'),(2839,571,'CurrentUserID','0'),(2840,572,'Attempts','1'),(2841,572,'ClientIP','\"197.160.183.121\"'),(2842,572,'UserAgent','\"\"'),(2843,572,'CurrentUserID','0'),(2844,573,'Attempts','4'),(2845,573,'ClientIP','\"89.137.123.13\"'),(2846,573,'UserAgent','\"\"'),(2847,573,'CurrentUserID','0'),(2848,574,'Attempts','1'),(2849,574,'ClientIP','\"78.62.74.153\"'),(2850,574,'UserAgent','\"\"'),(2851,574,'CurrentUserID','0'),(2852,575,'Attempts','1'),(2853,575,'ClientIP','\"180.191.142.182\"'),(2854,575,'UserAgent','\"\"'),(2855,575,'CurrentUserID','0'),(2856,576,'Attempts','4'),(2857,576,'ClientIP','\"92.155.158.45\"'),(2858,576,'UserAgent','\"\"'),(2859,576,'CurrentUserID','0'),(2860,577,'Attempts','6'),(2861,577,'ClientIP','\"124.13.207.137\"'),(2862,577,'UserAgent','\"\"'),(2863,577,'CurrentUserID','0'),(2864,578,'Attempts','2'),(2865,578,'ClientIP','\"188.24.240.186\"'),(2866,578,'UserAgent','\"\"'),(2867,578,'CurrentUserID','0'),(2868,579,'Attempts','3'),(2869,579,'ClientIP','\"196.253.161.156\"'),(2870,579,'UserAgent','\"\"'),(2871,579,'CurrentUserID','0'),(2872,580,'Attempts','3'),(2873,580,'ClientIP','\"37.8.139.46\"'),(2874,580,'UserAgent','\"\"'),(2875,580,'CurrentUserID','0'),(2876,581,'Attempts','2'),(2877,581,'ClientIP','\"58.110.46.30\"'),(2878,581,'UserAgent','\"\"'),(2879,581,'CurrentUserID','0'),(2880,582,'Attempts','1'),(2881,582,'ClientIP','\"39.34.45.247\"'),(2882,582,'UserAgent','\"\"'),(2883,582,'CurrentUserID','0'),(2884,583,'Attempts','2'),(2885,583,'ClientIP','\"46.99.159.66\"'),(2886,583,'UserAgent','\"\"'),(2887,583,'CurrentUserID','0'),(2888,584,'Attempts','6'),(2889,584,'ClientIP','\"31.215.86.198\"'),(2890,584,'UserAgent','\"\"'),(2891,584,'CurrentUserID','0'),(2892,585,'Attempts','2'),(2893,585,'ClientIP','\"151.46.128.114\"'),(2894,585,'UserAgent','\"\"'),(2895,585,'CurrentUserID','0'),(2896,586,'Attempts','2'),(2897,586,'ClientIP','\"178.41.145.90\"'),(2898,586,'UserAgent','\"\"'),(2899,586,'CurrentUserID','0'),(2900,587,'Attempts','2'),(2901,587,'ClientIP','\"61.22.168.113\"'),(2902,587,'UserAgent','\"\"'),(2903,587,'CurrentUserID','0'),(2904,588,'Attempts','1'),(2905,588,'ClientIP','\"79.118.126.219\"'),(2906,588,'UserAgent','\"\"'),(2907,588,'CurrentUserID','0'),(2908,589,'Attempts','2'),(2909,589,'ClientIP','\"83.114.61.186\"'),(2910,589,'UserAgent','\"\"'),(2911,589,'CurrentUserID','0'),(2912,590,'Attempts','2'),(2913,590,'ClientIP','\"79.51.165.125\"'),(2914,590,'UserAgent','\"\"'),(2915,590,'CurrentUserID','0'),(2916,591,'Attempts','3'),(2917,591,'ClientIP','\"79.112.125.85\"'),(2918,591,'UserAgent','\"\"'),(2919,591,'CurrentUserID','0'),(2920,592,'Attempts','1'),(2921,592,'ClientIP','\"41.79.232.9\"'),(2922,592,'UserAgent','\"\"'),(2923,592,'CurrentUserID','0'),(2924,593,'Attempts','2'),(2925,593,'ClientIP','\"197.35.201.194\"'),(2926,593,'UserAgent','\"\"'),(2927,593,'CurrentUserID','0'),(2928,594,'Attempts','1'),(2929,594,'ClientIP','\"185.18.60.128\"'),(2930,594,'UserAgent','\"\"'),(2931,594,'CurrentUserID','0'),(2932,595,'Attempts','5'),(2933,595,'ClientIP','\"95.43.124.21\"'),(2934,595,'UserAgent','\"\"'),(2935,595,'CurrentUserID','0'),(2936,596,'Attempts','1'),(2937,596,'ClientIP','\"67.191.164.40\"'),(2938,596,'UserAgent','\"\"'),(2939,596,'CurrentUserID','0'),(2940,597,'Attempts','5'),(2941,597,'ClientIP','\"62.149.108.89\"'),(2942,597,'UserAgent','\"\"'),(2943,597,'CurrentUserID','0'),(2944,598,'Attempts','4'),(2945,598,'ClientIP','\"85.164.178.152\"'),(2946,598,'UserAgent','\"\"'),(2947,598,'CurrentUserID','0'),(2948,599,'Attempts','1'),(2949,599,'ClientIP','\"178.61.130.25\"'),(2950,599,'UserAgent','\"\"'),(2951,599,'CurrentUserID','0'),(2952,600,'Attempts','1'),(2953,600,'ClientIP','\"92.221.46.119\"'),(2954,600,'UserAgent','\"\"'),(2955,600,'CurrentUserID','0'),(2956,601,'Attempts','1'),(2957,601,'ClientIP','\"192.0.225.36\"'),(2958,601,'UserAgent','\"\"'),(2959,601,'CurrentUserID','0'),(2960,602,'Attempts','2'),(2961,602,'ClientIP','\"92.83.176.234\"'),(2962,602,'UserAgent','\"\"'),(2963,602,'CurrentUserID','0'),(2964,603,'Attempts','5'),(2965,603,'ClientIP','\"94.211.211.182\"'),(2966,603,'UserAgent','\"\"'),(2967,603,'CurrentUserID','0'),(2968,604,'Attempts','1'),(2969,604,'ClientIP','\"46.117.198.66\"'),(2970,604,'UserAgent','\"\"'),(2971,604,'CurrentUserID','0'),(2972,606,'Attempts','1'),(2973,605,'Attempts','2'),(2974,605,'ClientIP','\"79.112.191.242\"'),(2975,606,'ClientIP','\"121.54.92.148\"'),(2976,605,'UserAgent','\"\"'),(2977,606,'UserAgent','\"\"'),(2978,605,'CurrentUserID','0'),(2979,606,'CurrentUserID','0'),(2980,607,'Attempts','3'),(2981,607,'ClientIP','\"62.163.209.207\"'),(2982,607,'UserAgent','\"\"'),(2983,607,'CurrentUserID','0'),(2984,608,'Attempts','1'),(2985,608,'ClientIP','\"203.128.16.70\"'),(2986,608,'UserAgent','\"\"'),(2987,608,'CurrentUserID','0'),(2988,609,'Attempts','4'),(2989,609,'ClientIP','\"83.110.10.57\"'),(2990,609,'UserAgent','\"\"'),(2991,609,'CurrentUserID','0'),(2992,610,'Attempts','1'),(2993,610,'ClientIP','\"87.204.223.89\"'),(2994,610,'UserAgent','\"\"'),(2995,610,'CurrentUserID','0'),(2996,611,'Attempts','3'),(2997,611,'ClientIP','\"78.98.52.32\"'),(2998,611,'UserAgent','\"\"'),(2999,611,'CurrentUserID','0'),(3000,612,'Attempts','1'),(3001,612,'ClientIP','\"133.236.85.94\"'),(3002,612,'UserAgent','\"\"'),(3003,612,'CurrentUserID','0'),(3004,613,'Attempts','1'),(3005,613,'ClientIP','\"197.211.46.154\"'),(3006,613,'UserAgent','\"\"'),(3007,613,'CurrentUserID','0'),(3008,614,'Attempts','1'),(3009,614,'ClientIP','\"104.173.81.147\"'),(3010,614,'UserAgent','\"\"'),(3011,614,'CurrentUserID','0'),(3012,615,'Attempts','1'),(3013,615,'ClientIP','\"46.99.90.110\"'),(3014,615,'UserAgent','\"\"'),(3015,615,'CurrentUserID','0'),(3016,616,'Attempts','1'),(3017,616,'ClientIP','\"31.9.42.154\"'),(3018,616,'UserAgent','\"\"'),(3019,616,'CurrentUserID','0'),(3020,617,'Attempts','2'),(3021,617,'ClientIP','\"109.98.184.65\"'),(3022,617,'UserAgent','\"\"'),(3023,617,'CurrentUserID','0'),(3024,618,'Attempts','2'),(3025,618,'ClientIP','\"202.142.158.218\"'),(3026,618,'UserAgent','\"\"'),(3027,618,'CurrentUserID','0'),(3028,619,'Attempts','2'),(3029,619,'ClientIP','\"94.210.149.103\"'),(3030,619,'UserAgent','\"\"'),(3031,619,'CurrentUserID','0'),(3032,620,'Attempts','3'),(3033,620,'ClientIP','\"85.130.205.155\"'),(3034,620,'UserAgent','\"\"'),(3035,620,'CurrentUserID','0'),(3036,621,'Attempts','1'),(3037,621,'ClientIP','\"196.23.22.119\"'),(3038,621,'UserAgent','\"\"'),(3039,621,'CurrentUserID','0'),(3040,622,'Attempts','6'),(3041,622,'ClientIP','\"181.95.204.6\"'),(3042,622,'UserAgent','\"\"'),(3043,622,'CurrentUserID','0'),(3044,623,'Attempts','4'),(3045,623,'ClientIP','\"222.14.209.194\"'),(3046,623,'UserAgent','\"\"'),(3047,623,'CurrentUserID','0'),(3048,624,'Attempts','5'),(3049,624,'ClientIP','\"87.205.83.221\"'),(3050,624,'UserAgent','\"\"'),(3051,624,'CurrentUserID','0'),(3052,625,'Attempts','1'),(3053,625,'ClientIP','\"186.45.1.195\"'),(3054,625,'UserAgent','\"\"'),(3055,625,'CurrentUserID','0'),(3056,626,'Attempts','2'),(3057,626,'ClientIP','\"109.64.135.245\"'),(3058,626,'UserAgent','\"\"'),(3059,626,'CurrentUserID','0'),(3060,627,'Attempts','1'),(3061,627,'ClientIP','\"94.244.106.197\"'),(3062,627,'UserAgent','\"\"'),(3063,627,'CurrentUserID','0'),(3064,628,'Attempts','1'),(3065,628,'ClientIP','\"27.34.0.223\"'),(3066,628,'UserAgent','\"\"'),(3067,628,'CurrentUserID','0'),(3068,629,'Attempts','3'),(3069,629,'ClientIP','\"84.80.155.233\"'),(3070,629,'UserAgent','\"\"'),(3071,629,'CurrentUserID','0'),(3072,630,'Attempts','3'),(3073,630,'ClientIP','\"89.152.79.186\"'),(3074,630,'UserAgent','\"\"'),(3075,630,'CurrentUserID','0'),(3076,631,'Attempts','1'),(3077,631,'ClientIP','\"37.236.216.15\"'),(3078,631,'UserAgent','\"\"'),(3079,631,'CurrentUserID','0'),(3080,632,'Attempts','1'),(3081,632,'ClientIP','\"81.61.86.86\"'),(3082,632,'UserAgent','\"\"'),(3083,632,'CurrentUserID','0'),(3084,633,'Attempts','1'),(3085,633,'ClientIP','\"86.20.146.4\"'),(3086,633,'UserAgent','\"\"'),(3087,633,'CurrentUserID','0'),(3088,634,'Attempts','2'),(3089,634,'ClientIP','\"195.94.195.231\"'),(3090,634,'UserAgent','\"\"'),(3091,634,'CurrentUserID','0'),(3092,635,'Attempts','2'),(3093,635,'ClientIP','\"86.99.8.172\"'),(3094,635,'UserAgent','\"\"'),(3095,635,'CurrentUserID','0'),(3096,636,'Attempts','1'),(3097,636,'ClientIP','\"163.47.148.197\"'),(3098,636,'UserAgent','\"\"'),(3099,636,'CurrentUserID','0'),(3100,637,'Attempts','1'),(3101,637,'ClientIP','\"79.112.45.57\"'),(3102,637,'UserAgent','\"\"'),(3103,637,'CurrentUserID','0'),(3104,638,'Attempts','5'),(3105,638,'ClientIP','\"47.55.90.119\"'),(3106,638,'UserAgent','\"\"'),(3107,638,'CurrentUserID','0'),(3108,639,'Attempts','5'),(3109,639,'ClientIP','\"118.100.174.210\"'),(3110,639,'UserAgent','\"\"'),(3111,639,'CurrentUserID','0'),(3112,640,'Attempts','2'),(3113,640,'ClientIP','\"109.101.97.214\"'),(3114,640,'UserAgent','\"\"'),(3115,640,'CurrentUserID','0'),(3116,641,'Attempts','2'),(3117,641,'ClientIP','\"90.208.21.29\"'),(3118,641,'UserAgent','\"\"'),(3119,641,'CurrentUserID','0'),(3120,642,'Attempts','1'),(3121,642,'ClientIP','\"85.255.232.132\"'),(3122,642,'UserAgent','\"\"'),(3123,642,'CurrentUserID','0'),(3124,643,'Attempts','3'),(3125,643,'ClientIP','\"92.99.95.66\"'),(3126,643,'UserAgent','\"\"'),(3127,643,'CurrentUserID','0'),(3128,644,'Attempts','5'),(3129,644,'ClientIP','\"79.130.37.122\"'),(3130,644,'UserAgent','\"\"'),(3131,644,'CurrentUserID','0'),(3132,645,'Attempts','1'),(3133,645,'ClientIP','\"200.219.152.238\"'),(3134,645,'UserAgent','\"\"'),(3135,645,'CurrentUserID','0'),(3136,646,'Attempts','1'),(3137,646,'ClientIP','\"176.46.17.120\"'),(3138,646,'UserAgent','\"\"'),(3139,646,'CurrentUserID','0'),(3140,647,'Attempts','3'),(3141,647,'ClientIP','\"84.192.119.87\"'),(3142,647,'UserAgent','\"\"'),(3143,647,'CurrentUserID','0'),(3144,648,'Attempts','1'),(3145,648,'ClientIP','\"95.91.87.217\"'),(3146,648,'UserAgent','\"\"'),(3147,648,'CurrentUserID','0'),(3148,649,'Attempts','6'),(3149,649,'ClientIP','\"203.213.240.65\"'),(3150,649,'UserAgent','\"\"'),(3151,649,'CurrentUserID','0'),(3152,650,'Attempts','4'),(3153,650,'ClientIP','\"151.16.177.30\"'),(3154,650,'UserAgent','\"\"'),(3155,650,'CurrentUserID','0'),(3156,651,'Attempts','1'),(3157,651,'ClientIP','\"41.248.111.107\"'),(3158,651,'UserAgent','\"\"'),(3159,651,'CurrentUserID','0'),(3160,652,'Attempts','1'),(3161,652,'ClientIP','\"112.208.57.218\"'),(3162,652,'UserAgent','\"\"'),(3163,652,'CurrentUserID','0'),(3164,653,'Attempts','2'),(3165,653,'ClientIP','\"212.242.224.88\"'),(3166,653,'UserAgent','\"\"'),(3167,653,'CurrentUserID','0'),(3168,654,'Attempts','2'),(3169,654,'ClientIP','\"78.203.12.30\"'),(3170,654,'UserAgent','\"\"'),(3171,654,'CurrentUserID','0'),(3172,655,'Attempts','1'),(3173,655,'ClientIP','\"67.230.140.59\"'),(3174,655,'UserAgent','\"\"'),(3175,655,'CurrentUserID','0'),(3176,656,'Attempts','1'),(3177,656,'ClientIP','\"112.198.103.175\"'),(3178,656,'UserAgent','\"\"'),(3179,656,'CurrentUserID','0'),(3180,657,'Attempts','2'),(3181,657,'ClientIP','\"14.39.133.171\"'),(3182,657,'UserAgent','\"\"'),(3183,657,'CurrentUserID','0'),(3184,658,'Attempts','2'),(3185,658,'ClientIP','\"5.80.125.36\"'),(3186,658,'UserAgent','\"\"'),(3187,658,'CurrentUserID','0'),(3188,659,'Attempts','6'),(3189,659,'ClientIP','\"5.14.128.215\"'),(3190,659,'UserAgent','\"\"'),(3191,659,'CurrentUserID','0'),(3192,660,'Attempts','1'),(3193,660,'ClientIP','\"95.180.87.221\"'),(3194,660,'UserAgent','\"\"'),(3195,660,'CurrentUserID','0'),(3196,661,'Attempts','1'),(3197,661,'ClientIP','\"113.199.232.36\"'),(3198,661,'UserAgent','\"\"'),(3199,661,'CurrentUserID','0'),(3200,662,'Attempts','3'),(3201,662,'ClientIP','\"98.14.182.113\"'),(3202,662,'UserAgent','\"\"'),(3203,662,'CurrentUserID','0'),(3204,663,'Attempts','2'),(3205,663,'ClientIP','\"175.139.179.253\"'),(3206,663,'UserAgent','\"\"'),(3207,663,'CurrentUserID','0'),(3208,664,'Attempts','1'),(3209,664,'ClientIP','\"121.99.149.245\"'),(3210,664,'UserAgent','\"\"'),(3211,664,'CurrentUserID','0'),(3212,665,'Attempts','5'),(3213,665,'ClientIP','\"131.0.124.229\"'),(3214,665,'UserAgent','\"\"'),(3215,665,'CurrentUserID','0'),(3216,666,'Attempts','1'),(3217,666,'ClientIP','\"115.66.165.172\"'),(3218,666,'UserAgent','\"\"'),(3219,666,'CurrentUserID','0'),(3220,667,'Attempts','2'),(3221,667,'ClientIP','\"91.135.85.146\"'),(3222,667,'UserAgent','\"\"'),(3223,667,'CurrentUserID','0'),(3224,668,'Attempts','1'),(3225,668,'ClientIP','\"114.125.189.242\"'),(3226,668,'UserAgent','\"\"'),(3227,668,'CurrentUserID','0'),(3228,669,'Attempts','2'),(3229,669,'ClientIP','\"187.2.139.228\"'),(3230,669,'UserAgent','\"\"'),(3231,669,'CurrentUserID','0'),(3232,670,'Attempts','1'),(3233,670,'ClientIP','\"178.41.255.132\"'),(3234,670,'UserAgent','\"\"'),(3235,670,'CurrentUserID','0'),(3236,671,'Attempts','2'),(3237,671,'ClientIP','\"222.121.239.22\"'),(3238,671,'UserAgent','\"\"'),(3239,671,'CurrentUserID','0'),(3240,672,'Attempts','1'),(3241,672,'ClientIP','\"191.5.15.250\"'),(3242,672,'UserAgent','\"\"'),(3243,672,'CurrentUserID','0'),(3244,673,'Attempts','4'),(3245,673,'ClientIP','\"187.113.141.190\"'),(3246,673,'UserAgent','\"\"'),(3247,673,'CurrentUserID','0'),(3248,674,'Attempts','2'),(3249,674,'ClientIP','\"39.36.187.130\"'),(3250,674,'UserAgent','\"\"'),(3251,674,'CurrentUserID','0'),(3252,675,'Attempts','5'),(3253,675,'ClientIP','\"176.21.91.49\"'),(3254,675,'UserAgent','\"\"'),(3255,675,'CurrentUserID','0'),(3256,676,'Attempts','2'),(3257,676,'ClientIP','\"73.223.33.153\"'),(3258,676,'UserAgent','\"\"'),(3259,676,'CurrentUserID','0'),(3260,677,'Attempts','2'),(3261,677,'ClientIP','\"179.233.145.220\"'),(3262,677,'UserAgent','\"\"'),(3263,677,'CurrentUserID','0'),(3264,678,'Attempts','1'),(3265,678,'ClientIP','\"79.117.34.225\"'),(3266,678,'UserAgent','\"\"'),(3267,678,'CurrentUserID','0'),(3268,679,'Attempts','1'),(3269,679,'ClientIP','\"79.31.238.127\"'),(3270,679,'UserAgent','\"\"'),(3271,679,'CurrentUserID','0'),(3272,680,'Attempts','1'),(3273,680,'ClientIP','\"39.51.97.63\"'),(3274,680,'UserAgent','\"\"'),(3275,680,'CurrentUserID','0'),(3276,681,'Attempts','1'),(3277,681,'ClientIP','\"92.83.93.122\"'),(3278,681,'UserAgent','\"\"'),(3279,681,'CurrentUserID','0'),(3280,682,'Attempts','1'),(3281,682,'ClientIP','\"84.228.81.167\"'),(3282,682,'UserAgent','\"\"'),(3283,682,'CurrentUserID','0'),(3284,683,'Attempts','1'),(3285,683,'ClientIP','\"5.22.129.238\"'),(3286,683,'UserAgent','\"\"'),(3287,683,'CurrentUserID','0'),(3288,684,'Attempts','2'),(3289,685,'Attempts','3'),(3290,684,'ClientIP','\"176.12.115.208\"'),(3291,685,'ClientIP','\"182.160.4.18\"'),(3292,684,'UserAgent','\"\"'),(3293,685,'UserAgent','\"\"'),(3294,684,'CurrentUserID','0'),(3295,685,'CurrentUserID','0'),(3296,686,'Attempts','2'),(3297,686,'ClientIP','\"92.83.139.169\"'),(3298,686,'UserAgent','\"\"'),(3299,686,'CurrentUserID','0'),(3300,687,'Attempts','1'),(3301,687,'ClientIP','\"182.253.179.207\"'),(3302,687,'UserAgent','\"\"'),(3303,687,'CurrentUserID','0'),(3304,688,'Attempts','2'),(3305,688,'ClientIP','\"46.237.66.231\"'),(3306,688,'UserAgent','\"\"'),(3307,688,'CurrentUserID','0'),(3308,689,'Attempts','1'),(3309,689,'ClientIP','\"2.80.115.54\"'),(3310,689,'UserAgent','\"\"'),(3311,689,'CurrentUserID','0'),(3312,690,'Attempts','4'),(3313,690,'ClientIP','\"91.186.228.165\"'),(3314,690,'UserAgent','\"\"'),(3315,690,'CurrentUserID','0'),(3316,691,'Attempts','1'),(3317,691,'ClientIP','\"179.187.48.231\"'),(3318,691,'UserAgent','\"\"'),(3319,691,'CurrentUserID','0'),(3320,692,'Attempts','4'),(3321,692,'ClientIP','\"178.223.153.152\"'),(3322,692,'UserAgent','\"\"'),(3323,692,'CurrentUserID','0'),(3324,693,'Attempts','2'),(3325,694,'Attempts','2'),(3326,693,'ClientIP','\"41.130.16.123\"'),(3327,694,'ClientIP','\"86.96.65.32\"'),(3328,693,'UserAgent','\"\"'),(3329,694,'UserAgent','\"\"'),(3330,693,'CurrentUserID','0'),(3331,694,'CurrentUserID','0'),(3332,695,'Attempts','1'),(3333,695,'ClientIP','\"103.39.240.122\"'),(3334,695,'UserAgent','\"\"'),(3335,695,'CurrentUserID','0'),(3336,696,'Attempts','2'),(3337,696,'ClientIP','\"72.225.245.8\"'),(3338,696,'UserAgent','\"\"'),(3339,696,'CurrentUserID','0'),(3340,697,'Attempts','4'),(3341,697,'ClientIP','\"151.250.161.165\"'),(3342,697,'UserAgent','\"\"'),(3343,697,'CurrentUserID','0'),(3344,698,'Attempts','1'),(3345,698,'ClientIP','\"83.28.128.219\"'),(3346,698,'UserAgent','\"\"'),(3347,698,'CurrentUserID','0'),(3348,699,'Attempts','1'),(3349,699,'ClientIP','\"89.207.195.17\"'),(3350,699,'UserAgent','\"\"'),(3351,699,'CurrentUserID','0'),(3352,700,'Attempts','2'),(3353,700,'ClientIP','\"157.193.140.25\"'),(3354,700,'UserAgent','\"\"'),(3355,700,'CurrentUserID','0'),(3356,701,'Attempts','1'),(3357,701,'ClientIP','\"92.80.211.83\"'),(3358,701,'UserAgent','\"\"'),(3359,701,'CurrentUserID','0'),(3360,702,'Attempts','2'),(3361,702,'ClientIP','\"119.94.61.137\"'),(3362,702,'UserAgent','\"\"'),(3363,702,'CurrentUserID','0'),(3364,703,'Attempts','5'),(3365,703,'ClientIP','\"118.152.72.33\"'),(3366,703,'UserAgent','\"\"'),(3367,703,'CurrentUserID','0'),(3368,704,'Attempts','2'),(3369,704,'ClientIP','\"31.47.107.246\"'),(3370,704,'UserAgent','\"\"'),(3371,704,'CurrentUserID','0'),(3372,705,'Attempts','2'),(3373,705,'ClientIP','\"222.100.80.232\"'),(3374,705,'UserAgent','\"\"'),(3375,705,'CurrentUserID','0'),(3376,706,'Attempts','1'),(3377,706,'ClientIP','\"201.148.180.10\"'),(3378,706,'UserAgent','\"\"'),(3379,706,'CurrentUserID','0'),(3380,707,'Attempts','1'),(3381,707,'ClientIP','\"71.215.100.79\"'),(3382,707,'UserAgent','\"\"'),(3383,707,'CurrentUserID','0'),(3384,708,'Attempts','1'),(3385,708,'ClientIP','\"109.175.100.255\"'),(3386,709,'Attempts','2'),(3387,708,'UserAgent','\"\"'),(3388,709,'ClientIP','\"5.57.76.45\"'),(3389,708,'CurrentUserID','0'),(3390,709,'UserAgent','\"\"'),(3391,709,'CurrentUserID','0'),(3392,710,'Attempts','4'),(3393,710,'ClientIP','\"109.64.32.158\"'),(3394,710,'UserAgent','\"\"'),(3395,710,'CurrentUserID','0'),(3396,711,'Attempts','5'),(3397,711,'ClientIP','\"39.32.8.227\"'),(3398,711,'UserAgent','\"\"'),(3399,711,'CurrentUserID','0'),(3400,712,'Attempts','3'),(3401,712,'ClientIP','\"188.24.73.209\"'),(3402,712,'UserAgent','\"\"'),(3403,712,'CurrentUserID','0'),(3404,713,'Attempts','1'),(3405,713,'ClientIP','\"85.206.153.41\"'),(3406,713,'UserAgent','\"\"'),(3407,713,'CurrentUserID','0'),(3408,714,'Attempts','1'),(3409,714,'ClientIP','\"189.100.219.221\"'),(3410,714,'UserAgent','\"\"'),(3411,714,'CurrentUserID','0'),(3412,715,'Attempts','1'),(3413,715,'ClientIP','\"186.137.85.116\"'),(3414,715,'UserAgent','\"\"'),(3415,715,'CurrentUserID','0'),(3416,716,'Attempts','1'),(3417,716,'ClientIP','\"89.97.148.5\"'),(3418,716,'UserAgent','\"\"'),(3419,716,'CurrentUserID','0'),(3420,717,'Attempts','1'),(3421,717,'ClientIP','\"39.58.67.97\"'),(3422,717,'UserAgent','\"\"'),(3423,717,'CurrentUserID','0'),(3424,718,'Attempts','3'),(3425,718,'ClientIP','\"86.126.73.66\"'),(3426,718,'UserAgent','\"\"'),(3427,718,'CurrentUserID','0'),(3428,719,'Attempts','7'),(3429,719,'ClientIP','\"73.49.80.181\"'),(3430,719,'UserAgent','\"\"'),(3431,719,'CurrentUserID','0'),(3432,720,'Attempts','1'),(3433,720,'ClientIP','\"5.69.133.134\"'),(3434,720,'UserAgent','\"\"'),(3435,720,'CurrentUserID','0'),(3436,721,'Attempts','2'),(3437,721,'ClientIP','\"78.0.237.98\"'),(3438,721,'UserAgent','\"\"'),(3439,721,'CurrentUserID','0'),(3440,722,'Attempts','5'),(3441,722,'ClientIP','\"79.180.133.253\"'),(3442,722,'UserAgent','\"\"'),(3443,722,'CurrentUserID','0'),(3444,723,'Attempts','1'),(3445,723,'ClientIP','\"94.14.235.67\"'),(3446,723,'UserAgent','\"\"'),(3447,723,'CurrentUserID','0'),(3448,724,'Attempts','1'),(3449,724,'ClientIP','\"74.93.211.41\"'),(3450,724,'UserAgent','\"\"'),(3451,724,'CurrentUserID','0'),(3452,725,'Attempts','2'),(3453,725,'ClientIP','\"93.91.145.250\"'),(3454,725,'UserAgent','\"\"'),(3455,725,'CurrentUserID','0'),(3456,726,'Attempts','2'),(3457,726,'ClientIP','\"109.65.80.195\"'),(3458,726,'UserAgent','\"\"'),(3459,726,'CurrentUserID','0'),(3460,727,'Attempts','1'),(3461,727,'ClientIP','\"78.189.215.175\"'),(3462,727,'UserAgent','\"\"'),(3463,727,'CurrentUserID','0'),(3464,728,'Attempts','3'),(3465,728,'ClientIP','\"121.58.243.58\"'),(3466,728,'UserAgent','\"\"'),(3467,728,'CurrentUserID','0'),(3468,729,'Attempts','1'),(3469,729,'ClientIP','\"203.106.97.124\"'),(3470,729,'UserAgent','\"\"'),(3471,729,'CurrentUserID','0'),(3472,730,'Attempts','2'),(3473,730,'ClientIP','\"110.93.206.82\"'),(3474,730,'UserAgent','\"\"'),(3475,730,'CurrentUserID','0'),(3476,731,'Attempts','1'),(3477,731,'ClientIP','\"86.126.121.80\"'),(3478,731,'UserAgent','\"\"'),(3479,731,'CurrentUserID','0'),(3480,732,'Attempts','1'),(3481,732,'ClientIP','\"5.154.242.17\"'),(3482,732,'UserAgent','\"\"'),(3483,732,'CurrentUserID','0'),(3484,733,'Attempts','1'),(3485,733,'ClientIP','\"88.211.40.178\"'),(3486,733,'UserAgent','\"\"'),(3487,733,'CurrentUserID','0'),(3488,734,'Attempts','1'),(3489,734,'ClientIP','\"217.23.36.166\"'),(3490,734,'UserAgent','\"\"'),(3491,734,'CurrentUserID','0'),(3492,735,'Attempts','1'),(3493,735,'ClientIP','\"82.247.70.189\"'),(3494,735,'UserAgent','\"\"'),(3495,735,'CurrentUserID','0'),(3496,736,'Attempts','1'),(3497,736,'ClientIP','\"83.143.25.233\"'),(3498,736,'UserAgent','\"\"'),(3499,736,'CurrentUserID','0'),(3500,737,'Attempts','2'),(3501,737,'ClientIP','\"82.105.169.147\"'),(3502,737,'UserAgent','\"\"'),(3503,737,'CurrentUserID','0'),(3504,738,'Attempts','2'),(3505,738,'ClientIP','\"79.112.216.183\"'),(3506,738,'UserAgent','\"\"'),(3507,738,'CurrentUserID','0'),(3508,739,'Attempts','1'),(3509,739,'ClientIP','\"78.62.145.181\"'),(3510,739,'UserAgent','\"\"'),(3511,739,'CurrentUserID','0'),(3512,740,'Attempts','6'),(3513,740,'ClientIP','\"82.247.14.54\"'),(3514,740,'UserAgent','\"\"'),(3515,740,'CurrentUserID','0'),(3516,741,'Attempts','3'),(3517,741,'ClientIP','\"46.163.34.76\"'),(3518,741,'UserAgent','\"\"'),(3519,741,'CurrentUserID','0'),(3520,742,'Attempts','2'),(3521,742,'ClientIP','\"89.142.227.56\"'),(3522,742,'UserAgent','\"\"'),(3523,742,'CurrentUserID','0'),(3524,743,'Attempts','2'),(3525,743,'ClientIP','\"103.254.84.65\"'),(3526,743,'UserAgent','\"\"'),(3527,743,'CurrentUserID','0'),(3528,744,'Attempts','1'),(3529,744,'ClientIP','\"183.82.234.65\"'),(3530,744,'UserAgent','\"\"'),(3531,744,'CurrentUserID','0'),(3532,745,'Attempts','1'),(3533,745,'ClientIP','\"62.169.178.230\"'),(3534,745,'UserAgent','\"\"'),(3535,745,'CurrentUserID','0'),(3536,746,'Attempts','1'),(3537,746,'ClientIP','\"212.34.11.121\"'),(3538,746,'UserAgent','\"\"'),(3539,746,'CurrentUserID','0'),(3540,747,'Attempts','1'),(3541,747,'ClientIP','\"94.230.93.229\"'),(3542,747,'UserAgent','\"\"'),(3543,747,'CurrentUserID','0'),(3544,748,'Attempts','1'),(3545,748,'ClientIP','\"89.229.97.122\"'),(3546,748,'UserAgent','\"\"'),(3547,748,'CurrentUserID','0'),(3548,749,'Attempts','1'),(3549,749,'ClientIP','\"112.208.146.209\"'),(3550,749,'UserAgent','\"\"'),(3551,749,'CurrentUserID','0'),(3552,750,'Attempts','2'),(3553,750,'ClientIP','\"110.47.228.177\"'),(3554,750,'UserAgent','\"\"'),(3555,750,'CurrentUserID','0'),(3556,751,'Attempts','1'),(3557,751,'ClientIP','\"77.145.250.131\"'),(3558,751,'UserAgent','\"\"'),(3559,751,'CurrentUserID','0'),(3560,752,'Attempts','1'),(3561,752,'ClientIP','\"186.195.9.73\"'),(3562,752,'UserAgent','\"\"'),(3563,752,'CurrentUserID','0'),(3564,753,'Attempts','1'),(3565,753,'ClientIP','\"190.36.14.136\"'),(3566,753,'UserAgent','\"\"'),(3567,753,'CurrentUserID','0'),(3568,754,'Attempts','8'),(3569,754,'ClientIP','\"176.45.250.170\"'),(3570,754,'UserAgent','\"\"'),(3571,754,'CurrentUserID','0'),(3572,755,'Attempts','3'),(3573,755,'ClientIP','\"94.201.194.59\"'),(3574,755,'UserAgent','\"\"'),(3575,755,'CurrentUserID','0'),(3576,756,'Attempts','3'),(3577,756,'ClientIP','\"81.105.204.117\"'),(3578,756,'UserAgent','\"\"'),(3579,756,'CurrentUserID','0'),(3580,757,'Attempts','1'),(3581,757,'ClientIP','\"95.225.128.107\"'),(3582,757,'UserAgent','\"\"'),(3583,757,'CurrentUserID','0'),(3584,758,'Attempts','2'),(3585,758,'ClientIP','\"80.218.138.32\"'),(3586,758,'UserAgent','\"\"'),(3587,758,'CurrentUserID','0'),(3588,759,'Attempts','1'),(3589,759,'ClientIP','\"105.157.146.244\"'),(3590,759,'UserAgent','\"\"'),(3591,759,'CurrentUserID','0'),(3592,760,'Attempts','1'),(3593,760,'ClientIP','\"202.44.228.75\"'),(3594,760,'UserAgent','\"\"'),(3595,760,'CurrentUserID','0'),(3596,761,'Attempts','6'),(3597,761,'ClientIP','\"178.59.245.178\"'),(3598,761,'UserAgent','\"\"'),(3599,761,'CurrentUserID','0'),(3600,762,'Attempts','3'),(3601,762,'ClientIP','\"162.216.46.97\"'),(3602,762,'UserAgent','\"\"'),(3603,762,'CurrentUserID','0'),(3604,763,'Attempts','4'),(3605,763,'ClientIP','\"86.86.127.125\"'),(3606,763,'UserAgent','\"\"'),(3607,763,'CurrentUserID','0'),(3608,764,'Attempts','1'),(3609,764,'ClientIP','\"110.11.238.176\"'),(3610,764,'UserAgent','\"\"'),(3611,764,'CurrentUserID','0'),(3612,765,'Attempts','3'),(3613,765,'ClientIP','\"67.204.255.136\"'),(3614,765,'UserAgent','\"\"'),(3615,765,'CurrentUserID','0'),(3616,766,'Attempts','2'),(3617,766,'ClientIP','\"104.172.142.78\"'),(3618,766,'UserAgent','\"\"'),(3619,766,'CurrentUserID','0'),(3620,768,'Attempts','3'),(3621,767,'Attempts','9'),(3622,768,'ClientIP','\"78.96.183.170\"'),(3623,767,'ClientIP','\"123.99.104.155\"'),(3624,768,'UserAgent','\"\"'),(3625,767,'UserAgent','\"\"'),(3626,768,'CurrentUserID','0'),(3627,767,'CurrentUserID','0'),(3628,769,'Attempts','5'),(3629,769,'ClientIP','\"203.59.149.214\"'),(3630,769,'UserAgent','\"\"'),(3631,769,'CurrentUserID','0'),(3632,770,'Attempts','1'),(3633,770,'ClientIP','\"112.198.77.129\"'),(3634,770,'UserAgent','\"\"'),(3635,770,'CurrentUserID','0'),(3636,771,'Attempts','6'),(3637,771,'ClientIP','\"212.50.29.170\"'),(3638,771,'UserAgent','\"\"'),(3639,771,'CurrentUserID','0'),(3640,772,'Attempts','7'),(3641,772,'ClientIP','\"103.252.200.216\"'),(3642,772,'UserAgent','\"\"'),(3643,772,'CurrentUserID','0'),(3644,773,'Attempts','1'),(3645,773,'ClientIP','\"124.197.52.6\"'),(3646,773,'UserAgent','\"\"'),(3647,773,'CurrentUserID','0'),(3648,774,'Attempts','7'),(3649,774,'ClientIP','\"46.193.0.237\"'),(3650,774,'UserAgent','\"\"'),(3651,774,'CurrentUserID','0'),(3652,775,'Attempts','6'),(3653,775,'ClientIP','\"59.167.214.72\"'),(3654,775,'UserAgent','\"\"'),(3655,775,'CurrentUserID','0'),(3656,776,'Attempts','1'),(3657,776,'ClientIP','\"77.43.122.106\"'),(3658,776,'UserAgent','\"\"'),(3659,776,'CurrentUserID','0'),(3660,777,'Attempts','1'),(3661,777,'ClientIP','\"2.24.157.34\"'),(3662,777,'UserAgent','\"\"'),(3663,777,'CurrentUserID','0'),(3664,778,'Attempts','1'),(3665,778,'ClientIP','\"203.176.181.35\"'),(3666,778,'UserAgent','\"\"'),(3667,778,'CurrentUserID','0'),(3668,779,'Attempts','5'),(3669,779,'ClientIP','\"41.190.76.37\"'),(3670,779,'UserAgent','\"\"'),(3671,779,'CurrentUserID','0'),(3672,780,'Attempts','1'),(3673,780,'ClientIP','\"184.144.196.101\"'),(3674,780,'UserAgent','\"\"'),(3675,780,'CurrentUserID','0'),(3676,781,'Attempts','2'),(3677,781,'ClientIP','\"178.164.80.96\"'),(3678,781,'UserAgent','\"\"'),(3679,781,'CurrentUserID','0'),(3680,782,'Attempts','2'),(3681,782,'ClientIP','\"86.132.176.119\"'),(3682,782,'UserAgent','\"\"'),(3683,782,'CurrentUserID','0'),(3684,783,'Attempts','5'),(3685,783,'ClientIP','\"14.203.235.53\"'),(3686,783,'UserAgent','\"\"'),(3687,783,'CurrentUserID','0'),(3688,784,'Attempts','1'),(3689,784,'ClientIP','\"74.209.150.94\"'),(3690,784,'UserAgent','\"\"'),(3691,784,'CurrentUserID','0'),(3692,785,'Attempts','2'),(3693,785,'ClientIP','\"84.91.23.196\"'),(3694,785,'UserAgent','\"\"'),(3695,785,'CurrentUserID','0'),(3696,786,'Attempts','2'),(3697,787,'Attempts','1'),(3698,786,'ClientIP','\"75.139.48.46\"'),(3699,787,'ClientIP','\"173.88.192.102\"'),(3700,786,'UserAgent','\"\"'),(3701,787,'UserAgent','\"\"'),(3702,786,'CurrentUserID','0'),(3703,787,'CurrentUserID','0'),(3704,788,'Attempts','1'),(3705,788,'ClientIP','\"46.214.82.86\"'),(3706,788,'UserAgent','\"\"'),(3707,788,'CurrentUserID','0'),(3708,789,'Attempts','3'),(3709,789,'ClientIP','\"188.26.179.122\"'),(3710,789,'UserAgent','\"\"'),(3711,789,'CurrentUserID','0'),(3712,790,'Attempts','2'),(3713,790,'ClientIP','\"175.136.5.39\"'),(3714,790,'UserAgent','\"\"'),(3715,790,'CurrentUserID','0'),(3716,791,'Attempts','4'),(3717,791,'ClientIP','\"193.138.153.153\"'),(3718,791,'UserAgent','\"\"'),(3719,791,'CurrentUserID','0'),(3720,792,'Attempts','1'),(3721,792,'ClientIP','\"41.45.242.1\"'),(3722,792,'UserAgent','\"\"'),(3723,792,'CurrentUserID','0'),(3724,793,'Attempts','1'),(3725,793,'ClientIP','\"182.178.212.4\"'),(3726,793,'UserAgent','\"\"'),(3727,793,'CurrentUserID','0'),(3728,794,'Attempts','3'),(3729,794,'ClientIP','\"197.2.67.0\"'),(3730,794,'UserAgent','\"\"'),(3731,794,'CurrentUserID','0'),(3732,795,'Attempts','4'),(3733,795,'ClientIP','\"46.24.96.40\"'),(3734,795,'UserAgent','\"\"'),(3735,795,'CurrentUserID','0'),(3736,796,'Attempts','5'),(3737,796,'ClientIP','\"175.138.233.78\"'),(3738,796,'UserAgent','\"\"'),(3739,796,'CurrentUserID','0'),(3740,797,'Attempts','2'),(3741,797,'ClientIP','\"150.129.113.128\"'),(3742,797,'UserAgent','\"\"'),(3743,797,'CurrentUserID','0'),(3744,798,'Attempts','2'),(3745,798,'ClientIP','\"49.149.155.212\"'),(3746,798,'UserAgent','\"\"'),(3747,798,'CurrentUserID','0'),(3748,799,'Attempts','3'),(3749,799,'ClientIP','\"36.84.64.57\"'),(3750,799,'UserAgent','\"\"'),(3751,799,'CurrentUserID','0'),(3752,800,'Attempts','1'),(3753,800,'ClientIP','\"171.96.183.219\"'),(3754,800,'UserAgent','\"\"'),(3755,800,'CurrentUserID','0'),(3756,801,'Attempts','1'),(3757,801,'ClientIP','\"79.116.226.54\"'),(3758,801,'UserAgent','\"\"'),(3759,801,'CurrentUserID','0'),(3760,802,'Attempts','1'),(3761,802,'ClientIP','\"182.178.172.227\"'),(3762,802,'UserAgent','\"\"'),(3763,802,'CurrentUserID','0'),(3764,803,'Attempts','2'),(3765,803,'ClientIP','\"180.250.75.218\"'),(3766,803,'UserAgent','\"\"'),(3767,803,'CurrentUserID','0'),(3768,804,'Attempts','2'),(3769,804,'ClientIP','\"82.77.33.251\"'),(3770,805,'Attempts','1'),(3771,804,'UserAgent','\"\"'),(3772,805,'ClientIP','\"83.238.48.22\"'),(3773,804,'CurrentUserID','0'),(3774,805,'UserAgent','\"\"'),(3775,805,'CurrentUserID','0'),(3776,806,'Attempts','3'),(3777,806,'ClientIP','\"85.254.158.36\"'),(3778,806,'UserAgent','\"\"'),(3779,806,'CurrentUserID','0'),(3780,807,'Attempts','3'),(3781,807,'ClientIP','\"2.232.70.34\"'),(3782,807,'UserAgent','\"\"'),(3783,807,'CurrentUserID','0'),(3784,808,'Attempts','3'),(3785,808,'ClientIP','\"152.238.73.185\"'),(3786,808,'UserAgent','\"\"'),(3787,808,'CurrentUserID','0'),(3788,809,'Attempts','7'),(3789,809,'ClientIP','\"89.134.180.105\"'),(3790,809,'UserAgent','\"\"'),(3791,809,'CurrentUserID','0'),(3792,810,'Attempts','1'),(3793,810,'ClientIP','\"62.98.84.105\"'),(3794,810,'UserAgent','\"\"'),(3795,810,'CurrentUserID','0'),(3796,811,'Attempts','1'),(3797,811,'ClientIP','\"60.240.39.240\"'),(3798,811,'UserAgent','\"\"'),(3799,811,'CurrentUserID','0'),(3800,812,'Attempts','4'),(3801,812,'ClientIP','\"1.171.7.92\"'),(3802,812,'UserAgent','\"\"'),(3803,812,'CurrentUserID','0'),(3804,813,'Attempts','1'),(3805,813,'ClientIP','\"49.145.125.158\"'),(3806,813,'UserAgent','\"\"'),(3807,813,'CurrentUserID','0'),(3808,814,'Attempts','1'),(3809,814,'ClientIP','\"80.112.243.143\"'),(3810,814,'UserAgent','\"\"'),(3811,814,'CurrentUserID','0'),(3812,815,'Attempts','1'),(3813,815,'ClientIP','\"108.180.163.127\"'),(3814,815,'UserAgent','\"\"'),(3815,815,'CurrentUserID','0'),(3816,816,'Attempts','1'),(3817,816,'ClientIP','\"111.88.130.193\"'),(3818,816,'UserAgent','\"\"'),(3819,816,'CurrentUserID','0'),(3820,817,'Attempts','1'),(3821,817,'ClientIP','\"37.142.216.116\"'),(3822,817,'UserAgent','\"\"'),(3823,817,'CurrentUserID','0'),(3824,818,'Attempts','2'),(3825,818,'ClientIP','\"217.170.242.23\"'),(3826,818,'UserAgent','\"\"'),(3827,818,'CurrentUserID','0'),(3828,819,'Attempts','1'),(3829,819,'ClientIP','\"5.13.249.8\"'),(3830,819,'UserAgent','\"\"'),(3831,819,'CurrentUserID','0'),(3832,820,'Attempts','1'),(3833,820,'ClientIP','\"78.1.239.193\"'),(3834,820,'UserAgent','\"\"'),(3835,820,'CurrentUserID','0'),(3836,821,'Attempts','5'),(3837,821,'ClientIP','\"79.178.166.206\"'),(3838,821,'UserAgent','\"\"'),(3839,821,'CurrentUserID','0'),(3840,822,'Attempts','6'),(3841,822,'ClientIP','\"82.178.134.194\"'),(3842,822,'UserAgent','\"\"'),(3843,822,'CurrentUserID','0'),(3844,823,'Attempts','1'),(3845,823,'ClientIP','\"175.142.111.45\"'),(3846,823,'UserAgent','\"\"'),(3847,823,'CurrentUserID','0'),(3848,824,'Attempts','1'),(3849,824,'ClientIP','\"58.168.28.15\"'),(3850,824,'UserAgent','\"\"'),(3851,824,'CurrentUserID','0'),(3852,825,'Attempts','2'),(3853,825,'ClientIP','\"178.199.88.126\"'),(3854,825,'UserAgent','\"\"'),(3855,825,'CurrentUserID','0'),(3856,826,'Attempts','1'),(3857,826,'ClientIP','\"177.132.134.31\"'),(3858,826,'UserAgent','\"\"'),(3859,826,'CurrentUserID','0'),(3860,827,'Attempts','4'),(3861,827,'ClientIP','\"172.90.19.75\"'),(3862,827,'UserAgent','\"\"'),(3863,827,'CurrentUserID','0'),(3864,828,'Attempts','2'),(3865,828,'ClientIP','\"212.116.166.10\"'),(3866,828,'UserAgent','\"\"'),(3867,828,'CurrentUserID','0'),(3868,829,'Attempts','1'),(3869,829,'ClientIP','\"77.229.26.202\"'),(3870,829,'UserAgent','\"\"'),(3871,829,'CurrentUserID','0'),(3872,830,'Attempts','5'),(3873,830,'ClientIP','\"50.136.175.55\"'),(3874,830,'UserAgent','\"\"'),(3875,830,'CurrentUserID','0'),(3876,831,'Attempts','2'),(3877,831,'ClientIP','\"88.236.71.248\"'),(3878,831,'UserAgent','\"\"'),(3879,831,'CurrentUserID','0'),(3880,832,'Attempts','1'),(3881,832,'ClientIP','\"122.116.179.22\"'),(3882,832,'UserAgent','\"\"'),(3883,832,'CurrentUserID','0'),(3884,833,'Attempts','2'),(3885,833,'ClientIP','\"93.161.172.250\"'),(3886,833,'UserAgent','\"\"'),(3887,833,'CurrentUserID','0'),(3888,834,'Attempts','1'),(3889,834,'ClientIP','\"175.157.131.145\"'),(3890,834,'UserAgent','\"\"'),(3891,834,'CurrentUserID','0'),(3892,835,'Attempts','1'),(3893,835,'ClientIP','\"79.116.77.140\"'),(3894,835,'UserAgent','\"\"'),(3895,835,'CurrentUserID','0'),(3896,836,'Attempts','1'),(3897,836,'ClientIP','\"178.223.134.31\"'),(3898,836,'UserAgent','\"\"'),(3899,836,'CurrentUserID','0'),(3900,837,'Attempts','2'),(3901,837,'ClientIP','\"89.152.52.186\"'),(3902,837,'UserAgent','\"\"'),(3903,837,'CurrentUserID','0'),(3904,838,'Attempts','1'),(3905,838,'ClientIP','\"83.110.73.44\"'),(3906,838,'UserAgent','\"\"'),(3907,838,'CurrentUserID','0'),(3908,839,'Attempts','4'),(3909,839,'ClientIP','\"5.15.133.85\"'),(3910,839,'UserAgent','\"\"'),(3911,839,'CurrentUserID','0'),(3912,840,'Attempts','1'),(3913,840,'ClientIP','\"98.195.79.206\"'),(3914,840,'UserAgent','\"\"'),(3915,840,'CurrentUserID','0'),(3916,841,'Attempts','2'),(3917,841,'ClientIP','\"189.45.143.80\"'),(3918,841,'UserAgent','\"\"'),(3919,841,'CurrentUserID','0'),(3920,842,'Attempts','1'),(3921,842,'ClientIP','\"94.37.25.60\"'),(3922,842,'UserAgent','\"\"'),(3923,842,'CurrentUserID','0'),(3924,843,'Attempts','4'),(3925,843,'ClientIP','\"182.253.72.4\"'),(3926,843,'UserAgent','\"\"'),(3927,843,'CurrentUserID','0'),(3928,844,'Attempts','1'),(3929,844,'ClientIP','\"46.11.29.16\"'),(3930,844,'UserAgent','\"\"'),(3931,845,'Attempts','2'),(3932,844,'CurrentUserID','0'),(3933,845,'ClientIP','\"77.49.90.158\"'),(3934,845,'UserAgent','\"\"'),(3935,845,'CurrentUserID','0'),(3936,846,'Attempts','1'),(3937,846,'ClientIP','\"112.206.104.204\"'),(3938,846,'UserAgent','\"\"'),(3939,846,'CurrentUserID','0'),(3940,847,'Attempts','1'),(3941,847,'ClientIP','\"62.173.1.110\"'),(3942,847,'UserAgent','\"\"'),(3943,847,'CurrentUserID','0'),(3944,848,'Attempts','1'),(3945,848,'ClientIP','\"213.22.72.215\"'),(3946,848,'UserAgent','\"\"'),(3947,848,'CurrentUserID','0'),(3948,849,'Attempts','4'),(3949,849,'ClientIP','\"39.42.18.25\"'),(3950,849,'UserAgent','\"\"'),(3951,849,'CurrentUserID','0'),(3952,850,'Attempts','3'),(3953,850,'ClientIP','\"82.171.192.57\"'),(3954,850,'UserAgent','\"\"'),(3955,850,'CurrentUserID','0'),(3956,851,'Attempts','1'),(3957,851,'ClientIP','\"46.117.142.237\"'),(3958,851,'UserAgent','\"\"'),(3959,851,'CurrentUserID','0'),(3960,852,'Attempts','1'),(3961,852,'ClientIP','\"98.124.175.61\"'),(3962,852,'UserAgent','\"\"'),(3963,852,'CurrentUserID','0'),(3964,853,'Attempts','1'),(3965,853,'ClientIP','\"197.15.246.219\"'),(3966,853,'UserAgent','\"\"'),(3967,853,'CurrentUserID','0'),(3968,854,'Attempts','1'),(3969,854,'ClientIP','\"41.225.193.184\"'),(3970,854,'UserAgent','\"\"'),(3971,854,'CurrentUserID','0'),(3972,855,'Attempts','4'),(3973,855,'ClientIP','\"186.231.99.80\"'),(3974,855,'UserAgent','\"\"'),(3975,855,'CurrentUserID','0'),(3976,856,'Attempts','6'),(3977,856,'ClientIP','\"213.175.179.138\"'),(3978,856,'UserAgent','\"\"'),(3979,856,'CurrentUserID','0'),(3980,857,'Attempts','1'),(3981,857,'ClientIP','\"93.139.141.200\"'),(3982,857,'UserAgent','\"\"'),(3983,857,'CurrentUserID','0'),(3984,858,'Attempts','1'),(3985,858,'ClientIP','\"180.191.111.48\"'),(3986,858,'UserAgent','\"\"'),(3987,858,'CurrentUserID','0'),(3988,859,'Attempts','1'),(3989,859,'ClientIP','\"27.34.109.225\"'),(3990,859,'UserAgent','\"\"'),(3991,859,'CurrentUserID','0'),(3992,860,'Attempts','1'),(3993,860,'ClientIP','\"114.108.222.61\"'),(3994,860,'UserAgent','\"\"'),(3995,860,'CurrentUserID','0'),(3996,861,'Attempts','4'),(3997,861,'ClientIP','\"82.114.68.106\"'),(3998,861,'UserAgent','\"\"'),(3999,861,'CurrentUserID','0'),(4000,862,'Attempts','1'),(4001,862,'ClientIP','\"188.52.109.103\"'),(4002,862,'UserAgent','\"\"'),(4003,862,'CurrentUserID','0'),(4004,863,'Attempts','2'),(4005,863,'ClientIP','\"110.93.95.195\"'),(4006,863,'UserAgent','\"\"'),(4007,863,'CurrentUserID','0'),(4008,864,'Attempts','3'),(4009,864,'ClientIP','\"85.204.254.123\"'),(4010,864,'UserAgent','\"\"'),(4011,864,'CurrentUserID','0'),(4012,865,'Attempts','4'),(4013,865,'ClientIP','\"80.56.15.156\"'),(4014,865,'UserAgent','\"\"'),(4015,865,'CurrentUserID','0'),(4016,866,'Attempts','2'),(4017,866,'ClientIP','\"210.113.85.69\"'),(4018,866,'UserAgent','\"\"'),(4019,866,'CurrentUserID','0'),(4020,868,'Attempts','3'),(4021,867,'Attempts','2'),(4022,868,'ClientIP','\"121.151.85.66\"'),(4023,867,'ClientIP','\"111.223.95.1\"'),(4024,867,'UserAgent','\"\"'),(4025,868,'UserAgent','\"\"'),(4026,867,'CurrentUserID','0'),(4027,868,'CurrentUserID','0'),(4028,869,'Attempts','2'),(4029,869,'ClientIP','\"93.89.240.28\"'),(4030,869,'UserAgent','\"\"'),(4031,869,'CurrentUserID','0'),(4032,870,'Attempts','2'),(4033,870,'ClientIP','\"88.222.224.32\"'),(4034,870,'UserAgent','\"\"'),(4035,870,'CurrentUserID','0'),(4036,871,'Attempts','2'),(4037,871,'ClientIP','\"31.168.89.171\"'),(4038,871,'UserAgent','\"\"'),(4039,871,'CurrentUserID','0'),(4040,872,'Attempts','1'),(4041,872,'ClientIP','\"109.160.59.149\"'),(4042,872,'UserAgent','\"\"'),(4043,872,'CurrentUserID','0'),(4044,873,'Attempts','1'),(4045,873,'ClientIP','\"211.245.227.113\"'),(4046,873,'UserAgent','\"\"'),(4047,873,'CurrentUserID','0'),(4048,874,'Attempts','2'),(4049,874,'ClientIP','\"78.196.70.14\"'),(4050,874,'UserAgent','\"\"'),(4051,874,'CurrentUserID','0'),(4052,875,'Attempts','4'),(4053,875,'ClientIP','\"179.154.223.36\"'),(4054,875,'UserAgent','\"\"'),(4055,875,'CurrentUserID','0'),(4056,876,'Attempts','1'),(4057,876,'ClientIP','\"83.26.251.41\"'),(4058,876,'UserAgent','\"\"'),(4059,876,'CurrentUserID','0'),(4060,877,'Attempts','3'),(4061,877,'ClientIP','\"178.156.121.177\"'),(4062,877,'UserAgent','\"\"'),(4063,877,'CurrentUserID','0'),(4064,878,'Attempts','1'),(4065,878,'ClientIP','\"179.232.25.242\"'),(4066,878,'UserAgent','\"\"'),(4067,878,'CurrentUserID','0'),(4068,879,'Attempts','3'),(4069,879,'ClientIP','\"84.77.223.171\"'),(4070,879,'UserAgent','\"\"'),(4071,879,'CurrentUserID','0'),(4072,880,'Attempts','2'),(4073,880,'ClientIP','\"46.99.59.111\"'),(4074,880,'UserAgent','\"\"'),(4075,880,'CurrentUserID','0'),(4076,881,'Attempts','3'),(4077,881,'ClientIP','\"121.54.54.44\"'),(4078,881,'UserAgent','\"\"'),(4079,881,'CurrentUserID','0'),(4080,882,'Attempts','7'),(4081,882,'ClientIP','\"173.0.15.140\"'),(4082,882,'UserAgent','\"\"'),(4083,882,'CurrentUserID','0'),(4084,883,'Attempts','4'),(4085,883,'ClientIP','\"108.162.171.178\"'),(4086,883,'UserAgent','\"\"'),(4087,883,'CurrentUserID','0'),(4088,884,'Attempts','5'),(4089,884,'ClientIP','\"186.235.33.58\"'),(4090,884,'UserAgent','\"\"'),(4091,884,'CurrentUserID','0'),(4092,885,'Attempts','1'),(4093,885,'ClientIP','\"112.145.103.105\"'),(4094,885,'UserAgent','\"\"'),(4095,885,'CurrentUserID','0'),(4096,886,'Attempts','4'),(4097,886,'ClientIP','\"114.108.214.92\"'),(4098,886,'UserAgent','\"\"'),(4099,886,'CurrentUserID','0'),(4100,887,'Attempts','1'),(4101,887,'ClientIP','\"79.183.48.131\"'),(4102,887,'UserAgent','\"\"'),(4103,887,'CurrentUserID','0'),(4104,888,'Attempts','3'),(4105,888,'ClientIP','\"71.79.48.186\"'),(4106,888,'UserAgent','\"\"'),(4107,888,'CurrentUserID','0'),(4108,889,'Attempts','3'),(4109,889,'ClientIP','\"95.10.223.98\"'),(4110,889,'UserAgent','\"\"'),(4111,889,'CurrentUserID','0'),(4112,890,'Attempts','2'),(4113,890,'ClientIP','\"213.57.75.58\"'),(4114,890,'UserAgent','\"\"'),(4115,890,'CurrentUserID','0'),(4116,891,'Attempts','1'),(4117,891,'ClientIP','\"92.244.155.108\"'),(4118,891,'UserAgent','\"\"'),(4119,891,'CurrentUserID','0'),(4120,892,'Attempts','1'),(4121,892,'ClientIP','\"113.199.178.195\"'),(4122,892,'UserAgent','\"\"'),(4123,892,'CurrentUserID','0'),(4124,893,'Attempts','3'),(4125,893,'ClientIP','\"110.67.249.181\"'),(4126,893,'UserAgent','\"\"'),(4127,893,'CurrentUserID','0'),(4128,894,'Attempts','2'),(4129,894,'ClientIP','\"105.224.106.234\"'),(4130,894,'UserAgent','\"\"'),(4131,894,'CurrentUserID','0'),(4132,895,'Attempts','4'),(4133,895,'ClientIP','\"186.91.179.234\"'),(4134,895,'UserAgent','\"\"'),(4135,895,'CurrentUserID','0'),(4136,896,'Attempts','2'),(4137,896,'ClientIP','\"175.136.233.66\"'),(4138,896,'UserAgent','\"\"'),(4139,896,'CurrentUserID','0'),(4140,897,'Attempts','1'),(4141,897,'ClientIP','\"181.165.172.157\"'),(4142,897,'UserAgent','\"\"'),(4143,897,'CurrentUserID','0'),(4144,898,'Attempts','1'),(4145,898,'ClientIP','\"41.58.82.192\"'),(4146,898,'UserAgent','\"\"'),(4147,898,'CurrentUserID','0'),(4148,899,'Attempts','4'),(4149,899,'ClientIP','\"109.64.14.20\"'),(4150,899,'UserAgent','\"\"'),(4151,899,'CurrentUserID','0'),(4152,900,'Attempts','1'),(4153,900,'ClientIP','\"188.44.22.74\"'),(4154,900,'UserAgent','\"\"'),(4155,900,'CurrentUserID','0'),(4156,901,'Attempts','1'),(4157,901,'ClientIP','\"92.72.29.163\"'),(4158,901,'UserAgent','\"\"'),(4159,901,'CurrentUserID','0'),(4160,902,'Attempts','3'),(4161,903,'Attempts','2'),(4162,902,'ClientIP','\"82.102.82.181\"'),(4163,903,'ClientIP','\"31.55.76.14\"'),(4164,902,'UserAgent','\"\"'),(4165,903,'UserAgent','\"\"'),(4166,902,'CurrentUserID','0'),(4167,903,'CurrentUserID','0'),(4168,904,'Attempts','1'),(4169,904,'ClientIP','\"178.232.4.75\"'),(4170,904,'UserAgent','\"\"'),(4171,904,'CurrentUserID','0'),(4172,905,'Attempts','1'),(4173,905,'ClientIP','\"83.4.178.33\"'),(4174,905,'UserAgent','\"\"'),(4175,905,'CurrentUserID','0'),(4176,906,'Attempts','2'),(4177,906,'ClientIP','\"121.222.23.30\"'),(4178,906,'UserAgent','\"\"'),(4179,906,'CurrentUserID','0'),(4180,907,'Attempts','2'),(4181,907,'ClientIP','\"121.73.246.153\"'),(4182,907,'UserAgent','\"\"'),(4183,907,'CurrentUserID','0'),(4184,908,'Attempts','3'),(4185,908,'ClientIP','\"172.28.10.232\"'),(4186,908,'UserAgent','\"\"'),(4187,908,'CurrentUserID','0'),(4188,909,'Attempts','2'),(4189,909,'ClientIP','\"113.162.173.75\"'),(4190,909,'UserAgent','\"\"'),(4191,909,'CurrentUserID','0'),(4192,910,'Attempts','3'),(4193,910,'ClientIP','\"46.9.160.240\"'),(4194,910,'UserAgent','\"\"'),(4195,910,'CurrentUserID','0'),(4196,911,'Attempts','3'),(4197,911,'ClientIP','\"109.131.167.177\"'),(4198,911,'UserAgent','\"\"'),(4199,911,'CurrentUserID','0'),(4200,912,'Attempts','1'),(4201,912,'ClientIP','\"122.103.112.86\"'),(4202,912,'UserAgent','\"\"'),(4203,912,'CurrentUserID','0'),(4204,913,'Attempts','1'),(4205,913,'ClientIP','\"109.92.217.176\"'),(4206,913,'UserAgent','\"\"'),(4207,913,'CurrentUserID','0'),(4208,914,'Attempts','1'),(4209,914,'ClientIP','\"197.148.99.191\"'),(4210,914,'UserAgent','\"\"'),(4211,914,'CurrentUserID','0'),(4212,915,'Attempts','3'),(4213,915,'ClientIP','\"91.187.165.203\"'),(4214,915,'UserAgent','\"\"'),(4215,915,'CurrentUserID','0'),(4216,916,'Attempts','2'),(4217,916,'ClientIP','\"178.83.158.88\"'),(4218,916,'UserAgent','\"\"'),(4219,916,'CurrentUserID','0'),(4220,917,'Attempts','3'),(4221,917,'ClientIP','\"14.1.198.77\"'),(4222,917,'UserAgent','\"\"'),(4223,917,'CurrentUserID','0'),(4224,918,'Attempts','4'),(4225,918,'ClientIP','\"211.226.162.174\"'),(4226,918,'UserAgent','\"\"'),(4227,918,'CurrentUserID','0'),(4228,919,'Attempts','1'),(4229,919,'ClientIP','\"89.152.197.93\"'),(4230,919,'UserAgent','\"\"'),(4231,919,'CurrentUserID','0'),(4232,920,'Attempts','1'),(4233,920,'ClientIP','\"92.40.248.98\"'),(4234,920,'UserAgent','\"\"'),(4235,920,'CurrentUserID','0'),(4236,921,'Attempts','3'),(4237,921,'ClientIP','\"90.26.62.213\"'),(4238,921,'UserAgent','\"\"'),(4239,921,'CurrentUserID','0'),(4240,922,'Attempts','3'),(4241,922,'ClientIP','\"46.99.69.44\"'),(4242,922,'UserAgent','\"\"'),(4243,922,'CurrentUserID','0'),(4244,923,'Attempts','3'),(4245,923,'ClientIP','\"92.57.30.205\"'),(4246,923,'UserAgent','\"\"'),(4247,923,'CurrentUserID','0'),(4248,924,'Attempts','2'),(4249,924,'ClientIP','\"181.194.79.164\"'),(4250,924,'UserAgent','\"\"'),(4251,924,'CurrentUserID','0'),(4252,925,'Attempts','7'),(4253,925,'ClientIP','\"60.52.106.232\"'),(4254,925,'UserAgent','\"\"'),(4255,925,'CurrentUserID','0'),(4256,926,'Attempts','2'),(4257,926,'ClientIP','\"124.171.99.225\"'),(4258,926,'UserAgent','\"\"'),(4259,926,'CurrentUserID','0'),(4260,927,'Attempts','4'),(4261,927,'ClientIP','\"190.213.116.47\"'),(4262,927,'UserAgent','\"\"'),(4263,927,'CurrentUserID','0'),(4264,928,'Attempts','4'),(4265,928,'ClientIP','\"191.250.193.139\"'),(4266,928,'UserAgent','\"\"'),(4267,928,'CurrentUserID','0'),(4268,929,'Attempts','6'),(4269,929,'ClientIP','\"58.185.218.226\"'),(4270,929,'UserAgent','\"\"'),(4271,929,'CurrentUserID','0'),(4272,930,'Attempts','2'),(4273,930,'ClientIP','\"178.153.53.12\"'),(4274,930,'UserAgent','\"\"'),(4275,930,'CurrentUserID','0'),(4276,931,'Attempts','2'),(4277,931,'ClientIP','\"210.195.63.151\"'),(4278,931,'UserAgent','\"\"'),(4279,931,'CurrentUserID','0'),(4280,932,'Attempts','1'),(4281,932,'ClientIP','\"189.168.198.142\"'),(4282,932,'UserAgent','\"\"'),(4283,932,'CurrentUserID','0'),(4284,933,'Attempts','2'),(4285,933,'ClientIP','\"73.196.40.175\"'),(4286,933,'UserAgent','\"\"'),(4287,933,'CurrentUserID','0'),(4288,934,'Attempts','1'),(4289,934,'ClientIP','\"176.233.13.137\"'),(4290,934,'UserAgent','\"\"'),(4291,934,'CurrentUserID','0'),(4292,935,'Attempts','1'),(4293,935,'ClientIP','\"109.226.15.199\"'),(4294,935,'UserAgent','\"\"'),(4295,935,'CurrentUserID','0'),(4296,936,'Attempts','8'),(4297,936,'ClientIP','\"75.131.221.21\"'),(4298,936,'UserAgent','\"\"'),(4299,936,'CurrentUserID','0'),(4300,937,'Attempts','2'),(4301,937,'ClientIP','\"73.191.71.101\"'),(4302,937,'UserAgent','\"\"'),(4303,937,'CurrentUserID','0'),(4304,938,'Attempts','2'),(4305,938,'ClientIP','\"179.98.157.113\"'),(4306,938,'UserAgent','\"\"'),(4307,938,'CurrentUserID','0'),(4308,939,'Attempts','2'),(4309,940,'Attempts','2'),(4310,939,'ClientIP','\"116.88.102.110\"'),(4311,940,'ClientIP','\"141.85.0.124\"'),(4312,939,'UserAgent','\"\"'),(4313,940,'UserAgent','\"\"'),(4314,939,'CurrentUserID','0'),(4315,940,'CurrentUserID','0'),(4316,941,'Attempts','1'),(4317,941,'ClientIP','\"121.161.56.49\"'),(4318,941,'UserAgent','\"\"'),(4319,941,'CurrentUserID','0'),(4320,942,'Attempts','6'),(4321,942,'ClientIP','\"79.114.236.9\"'),(4322,942,'UserAgent','\"\"'),(4323,942,'CurrentUserID','0'),(4324,943,'Attempts','3'),(4325,943,'ClientIP','\"89.35.75.112\"'),(4326,943,'UserAgent','\"\"'),(4327,943,'CurrentUserID','0'),(4328,944,'Attempts','3'),(4329,944,'ClientIP','\"180.198.143.124\"'),(4330,944,'UserAgent','\"\"'),(4331,944,'CurrentUserID','0'),(4332,945,'Attempts','1'),(4333,945,'ClientIP','\"93.34.100.56\"'),(4334,945,'UserAgent','\"\"'),(4335,945,'CurrentUserID','0'),(4336,946,'Attempts','1'),(4337,946,'ClientIP','\"81.36.247.70\"'),(4338,946,'UserAgent','\"\"'),(4339,946,'CurrentUserID','0'),(4340,947,'Attempts','3'),(4341,947,'ClientIP','\"87.116.162.254\"'),(4342,947,'UserAgent','\"\"'),(4343,947,'CurrentUserID','0'),(4344,948,'Attempts','1'),(4345,948,'ClientIP','\"124.43.231.151\"'),(4346,948,'UserAgent','\"\"'),(4347,948,'CurrentUserID','0'),(4348,949,'Attempts','1'),(4349,949,'ClientIP','\"188.48.60.101\"'),(4350,949,'UserAgent','\"\"'),(4351,949,'CurrentUserID','0'),(4352,950,'Attempts','3'),(4353,950,'ClientIP','\"79.170.54.61\"'),(4354,950,'UserAgent','\"\"'),(4355,950,'CurrentUserID','0'),(4356,951,'Attempts','2'),(4357,951,'ClientIP','\"93.148.144.14\"'),(4358,951,'UserAgent','\"\"'),(4359,951,'CurrentUserID','0'),(4360,952,'Attempts','1'),(4361,952,'ClientIP','\"188.26.50.52\"'),(4362,952,'UserAgent','\"\"'),(4363,952,'CurrentUserID','0'),(4364,953,'Attempts','3'),(4365,953,'ClientIP','\"196.43.135.13\"'),(4366,953,'UserAgent','\"\"'),(4367,953,'CurrentUserID','0'),(4368,954,'Attempts','1'),(4369,954,'ClientIP','\"93.139.211.144\"'),(4370,954,'UserAgent','\"\"'),(4371,954,'CurrentUserID','0'),(4372,955,'Attempts','1'),(4373,955,'ClientIP','\"201.47.255.36\"'),(4374,955,'UserAgent','\"\"'),(4375,955,'CurrentUserID','0'),(4376,956,'Attempts','1'),(4377,956,'ClientIP','\"83.128.199.101\"'),(4378,956,'UserAgent','\"\"'),(4379,956,'CurrentUserID','0'),(4380,957,'Attempts','3'),(4381,957,'ClientIP','\"186.211.59.229\"'),(4382,957,'UserAgent','\"\"'),(4383,957,'CurrentUserID','0'),(4384,958,'Attempts','1'),(4385,958,'ClientIP','\"58.165.208.247\"'),(4386,958,'UserAgent','\"\"'),(4387,958,'CurrentUserID','0'),(4388,959,'Attempts','1'),(4389,959,'ClientIP','\"120.140.117.235\"'),(4390,959,'UserAgent','\"\"'),(4391,959,'CurrentUserID','0'),(4392,960,'Attempts','1'),(4393,960,'ClientIP','\"85.64.163.135\"'),(4394,960,'UserAgent','\"\"'),(4395,960,'CurrentUserID','0'),(4396,961,'Attempts','1'),(4397,961,'ClientIP','\"139.216.98.36\"'),(4398,961,'UserAgent','\"\"'),(4399,961,'CurrentUserID','0'),(4400,962,'Attempts','1'),(4401,962,'ClientIP','\"178.157.248.92\"'),(4402,962,'UserAgent','\"\"'),(4403,962,'CurrentUserID','0'),(4404,963,'Attempts','1'),(4405,963,'ClientIP','\"111.196.68.65\"'),(4406,963,'UserAgent','\"\"'),(4407,963,'CurrentUserID','0'),(4408,964,'Attempts','3'),(4409,964,'ClientIP','\"154.70.45.31\"'),(4410,964,'UserAgent','\"\"'),(4411,964,'CurrentUserID','0'),(4412,965,'Attempts','3'),(4413,965,'ClientIP','\"120.140.3.107\"'),(4414,965,'UserAgent','\"\"'),(4415,965,'CurrentUserID','0'),(4416,966,'Attempts','3'),(4417,966,'ClientIP','\"103.230.5.106\"'),(4418,966,'UserAgent','\"\"'),(4419,966,'CurrentUserID','0'),(4420,967,'Attempts','1'),(4421,967,'ClientIP','\"121.121.57.84\"'),(4422,967,'UserAgent','\"\"'),(4423,967,'CurrentUserID','0'),(4424,968,'Attempts','3'),(4425,968,'ClientIP','\"93.142.139.150\"'),(4426,968,'UserAgent','\"\"'),(4427,968,'CurrentUserID','0'),(4428,969,'Attempts','2'),(4429,969,'ClientIP','\"76.11.96.221\"'),(4430,969,'UserAgent','\"\"'),(4431,969,'CurrentUserID','0'),(4432,970,'Attempts','1'),(4433,970,'ClientIP','\"39.54.250.232\"'),(4434,970,'UserAgent','\"\"'),(4435,970,'CurrentUserID','0'),(4436,971,'Attempts','1'),(4437,971,'ClientIP','\"103.26.225.49\"'),(4438,971,'UserAgent','\"\"'),(4439,971,'CurrentUserID','0'),(4440,972,'Attempts','1'),(4441,972,'ClientIP','\"59.66.152.174\"'),(4442,972,'UserAgent','\"\"'),(4443,972,'CurrentUserID','0'),(4444,973,'Attempts','1'),(4445,973,'ClientIP','\"85.254.159.182\"'),(4446,973,'UserAgent','\"\"'),(4447,973,'CurrentUserID','0'),(4448,974,'Attempts','7'),(4449,974,'ClientIP','\"80.11.137.94\"'),(4450,974,'UserAgent','\"\"'),(4451,974,'CurrentUserID','0'),(4452,975,'Attempts','3'),(4453,975,'ClientIP','\"190.164.161.213\"'),(4454,975,'UserAgent','\"\"'),(4455,975,'CurrentUserID','0'),(4456,976,'Attempts','3'),(4457,976,'ClientIP','\"178.223.66.51\"'),(4458,976,'UserAgent','\"\"'),(4459,976,'CurrentUserID','0'),(4460,977,'Attempts','1'),(4461,977,'ClientIP','\"191.178.4.242\"'),(4462,977,'UserAgent','\"\"'),(4463,977,'CurrentUserID','0'),(4464,978,'Attempts','1'),(4465,978,'ClientIP','\"89.97.199.146\"'),(4466,978,'UserAgent','\"\"'),(4467,978,'CurrentUserID','0'),(4468,979,'Attempts','1'),(4469,979,'ClientIP','\"112.209.43.201\"'),(4470,979,'UserAgent','\"\"'),(4471,979,'CurrentUserID','0'),(4472,980,'Attempts','3'),(4473,980,'ClientIP','\"46.189.174.150\"'),(4474,980,'UserAgent','\"\"'),(4475,980,'CurrentUserID','0'),(4476,981,'Attempts','2'),(4477,981,'ClientIP','\"201.87.239.27\"'),(4478,981,'UserAgent','\"\"'),(4479,981,'CurrentUserID','0'),(4480,982,'Attempts','1'),(4481,982,'ClientIP','\"187.114.214.3\"'),(4482,982,'UserAgent','\"\"'),(4483,982,'CurrentUserID','0'),(4484,983,'Attempts','1'),(4485,983,'ClientIP','\"193.136.97.244\"'),(4486,983,'UserAgent','\"\"'),(4487,983,'CurrentUserID','0'),(4488,984,'Attempts','1'),(4489,984,'ClientIP','\"195.158.83.9\"'),(4490,984,'UserAgent','\"\"'),(4491,984,'CurrentUserID','0'),(4492,985,'Attempts','1'),(4493,985,'ClientIP','\"89.212.206.252\"'),(4494,985,'UserAgent','\"\"'),(4495,985,'CurrentUserID','0'),(4496,986,'Attempts','1'),(4497,986,'ClientIP','\"58.97.235.223\"'),(4498,986,'UserAgent','\"\"'),(4499,986,'CurrentUserID','0'),(4500,987,'Attempts','1'),(4501,987,'ClientIP','\"2.233.140.254\"'),(4502,987,'UserAgent','\"\"'),(4503,987,'CurrentUserID','0'),(4504,988,'Attempts','6'),(4505,988,'ClientIP','\"103.230.63.110\"'),(4506,988,'UserAgent','\"\"'),(4507,988,'CurrentUserID','0'),(4508,989,'Attempts','2'),(4509,989,'ClientIP','\"149.129.31.190\"'),(4510,989,'UserAgent','\"\"'),(4511,989,'CurrentUserID','0'),(4512,990,'Attempts','2'),(4513,990,'ClientIP','\"196.205.210.156\"'),(4514,990,'UserAgent','\"\"'),(4515,990,'CurrentUserID','0'),(4516,991,'Attempts','3'),(4517,991,'ClientIP','\"123.100.174.169\"'),(4518,991,'UserAgent','\"\"'),(4519,991,'CurrentUserID','0'),(4520,992,'Attempts','1'),(4521,992,'ClientIP','\"41.66.235.203\"'),(4522,992,'UserAgent','\"\"'),(4523,992,'CurrentUserID','0'),(4524,993,'Attempts','5'),(4525,993,'ClientIP','\"122.53.125.3\"'),(4526,993,'UserAgent','\"\"'),(4527,993,'CurrentUserID','0'),(4528,994,'Attempts','2'),(4529,994,'ClientIP','\"119.94.47.238\"'),(4530,994,'UserAgent','\"\"'),(4531,994,'CurrentUserID','0'),(4532,995,'Attempts','2'),(4533,995,'ClientIP','\"90.44.125.229\"'),(4534,995,'UserAgent','\"\"'),(4535,995,'CurrentUserID','0'),(4536,996,'Attempts','2'),(4537,996,'ClientIP','\"91.192.196.58\"'),(4538,996,'UserAgent','\"\"'),(4539,996,'CurrentUserID','0'),(4540,997,'Attempts','3'),(4541,997,'ClientIP','\"109.160.225.138\"'),(4542,997,'UserAgent','\"\"'),(4543,997,'CurrentUserID','0'),(4544,998,'Attempts','6'),(4545,998,'ClientIP','\"93.35.242.48\"'),(4546,998,'UserAgent','\"\"'),(4547,998,'CurrentUserID','0'),(4548,999,'Attempts','1'),(4549,999,'ClientIP','\"94.176.221.36\"'),(4550,999,'UserAgent','\"\"'),(4551,999,'CurrentUserID','0'),(4552,1000,'Attempts','2'),(4553,1000,'ClientIP','\"89.114.37.71\"'),(4554,1000,'UserAgent','\"\"'),(4555,1000,'CurrentUserID','0'),(4556,1001,'Attempts','1'),(4557,1001,'ClientIP','\"197.0.109.244\"'),(4558,1001,'UserAgent','\"\"'),(4559,1001,'CurrentUserID','0'),(4560,1002,'Attempts','2'),(4561,1002,'ClientIP','\"134.242.92.2\"'),(4562,1002,'UserAgent','\"\"'),(4563,1002,'CurrentUserID','0'),(4564,1003,'Attempts','1'),(4565,1003,'ClientIP','\"83.83.252.176\"'),(4566,1003,'UserAgent','\"\"'),(4567,1003,'CurrentUserID','0'),(4568,1004,'Attempts','6'),(4569,1004,'ClientIP','\"180.232.98.66\"'),(4570,1004,'UserAgent','\"\"'),(4571,1004,'CurrentUserID','0'),(4572,1005,'Attempts','1'),(4573,1005,'ClientIP','\"95.240.90.210\"'),(4574,1005,'UserAgent','\"\"'),(4575,1005,'CurrentUserID','0'),(4576,1006,'Attempts','3'),(4577,1006,'ClientIP','\"91.191.59.186\"'),(4578,1006,'UserAgent','\"\"'),(4579,1006,'CurrentUserID','0'),(4580,1007,'Attempts','2'),(4581,1007,'ClientIP','\"101.127.160.134\"'),(4582,1007,'UserAgent','\"\"'),(4583,1007,'CurrentUserID','0'),(4584,1008,'Attempts','2'),(4585,1008,'ClientIP','\"79.112.213.115\"'),(4586,1008,'UserAgent','\"\"'),(4587,1008,'CurrentUserID','0'),(4588,1009,'Attempts','1'),(4589,1009,'ClientIP','\"93.44.160.182\"'),(4590,1009,'UserAgent','\"\"'),(4591,1009,'CurrentUserID','0'),(4592,1010,'Attempts','1'),(4593,1010,'ClientIP','\"150.107.232.171\"'),(4594,1010,'UserAgent','\"\"'),(4595,1010,'CurrentUserID','0'),(4596,1011,'Attempts','2'),(4597,1011,'ClientIP','\"108.233.205.190\"'),(4598,1011,'UserAgent','\"\"'),(4599,1011,'CurrentUserID','0'),(4600,1012,'Attempts','1'),(4601,1012,'ClientIP','\"94.230.93.136\"'),(4602,1012,'UserAgent','\"\"'),(4603,1012,'CurrentUserID','0'),(4604,1013,'Attempts','2'),(4605,1013,'ClientIP','\"105.210.120.71\"'),(4606,1013,'UserAgent','\"\"'),(4607,1013,'CurrentUserID','0'),(4608,1014,'Attempts','1'),(4609,1014,'ClientIP','\"197.215.212.100\"'),(4610,1014,'UserAgent','\"\"'),(4611,1014,'CurrentUserID','0'),(4612,1015,'Attempts','1'),(4613,1015,'ClientIP','\"188.27.187.165\"'),(4614,1015,'UserAgent','\"\"'),(4615,1015,'CurrentUserID','0'),(4616,1016,'Attempts','4'),(4617,1017,'Attempts','2'),(4618,1016,'ClientIP','\"78.29.186.181\"'),(4619,1017,'ClientIP','\"201.214.23.104\"'),(4620,1016,'UserAgent','\"\"'),(4621,1017,'UserAgent','\"\"'),(4622,1016,'CurrentUserID','0'),(4623,1017,'CurrentUserID','0'),(4624,1018,'Attempts','4'),(4625,1018,'ClientIP','\"190.213.18.30\"'),(4626,1018,'UserAgent','\"\"'),(4627,1018,'CurrentUserID','0'),(4628,1019,'Attempts','2'),(4629,1019,'ClientIP','\"41.161.118.171\"'),(4630,1019,'UserAgent','\"\"'),(4631,1019,'CurrentUserID','0'),(4632,1020,'Attempts','1'),(4633,1020,'ClientIP','\"5.107.168.174\"'),(4634,1020,'UserAgent','\"\"'),(4635,1020,'CurrentUserID','0'),(4636,1021,'Attempts','1'),(4637,1021,'ClientIP','\"94.230.93.130\"'),(4638,1021,'UserAgent','\"\"'),(4639,1021,'CurrentUserID','0'),(4640,1022,'Attempts','3'),(4641,1022,'ClientIP','\"180.196.34.43\"'),(4642,1022,'UserAgent','\"\"'),(4643,1022,'CurrentUserID','0'),(4644,1023,'Attempts','2'),(4645,1023,'ClientIP','\"201.170.63.70\"'),(4646,1023,'UserAgent','\"\"'),(4647,1023,'CurrentUserID','0'),(4648,1024,'Attempts','2'),(4649,1024,'ClientIP','\"188.82.149.47\"'),(4650,1024,'UserAgent','\"\"'),(4651,1024,'CurrentUserID','0'),(4652,1025,'Attempts','4'),(4653,1025,'ClientIP','\"62.163.27.61\"'),(4654,1025,'UserAgent','\"\"'),(4655,1025,'CurrentUserID','0'),(4656,1026,'Attempts','1'),(4657,1026,'ClientIP','\"5.174.22.29\"'),(4658,1026,'UserAgent','\"\"'),(4659,1026,'CurrentUserID','0'),(4660,1027,'Attempts','6'),(4661,1027,'ClientIP','\"141.85.0.118\"'),(4662,1027,'UserAgent','\"\"'),(4663,1027,'CurrentUserID','0'),(4664,1028,'Attempts','1'),(4665,1028,'ClientIP','\"87.244.81.66\"'),(4666,1028,'UserAgent','\"\"'),(4667,1028,'CurrentUserID','0'),(4668,1029,'Attempts','1'),(4669,1029,'ClientIP','\"83.110.197.171\"'),(4670,1029,'UserAgent','\"\"'),(4671,1029,'CurrentUserID','0'),(4672,1030,'Attempts','3'),(4673,1030,'ClientIP','\"78.242.33.203\"'),(4674,1030,'UserAgent','\"\"'),(4675,1030,'CurrentUserID','0'),(4676,1031,'Attempts','2'),(4677,1031,'ClientIP','\"81.99.94.117\"'),(4678,1031,'UserAgent','\"\"'),(4679,1031,'CurrentUserID','0'),(4680,1032,'Attempts','1'),(4681,1032,'ClientIP','\"92.10.87.241\"'),(4682,1032,'UserAgent','\"\"'),(4683,1032,'CurrentUserID','0'),(4684,1033,'Attempts','1'),(4685,1033,'ClientIP','\"94.230.93.162\"'),(4686,1033,'UserAgent','\"\"'),(4687,1033,'CurrentUserID','0'),(4688,1034,'Attempts','2'),(4689,1034,'ClientIP','\"143.176.93.68\"'),(4690,1034,'UserAgent','\"\"'),(4691,1034,'CurrentUserID','0'),(4692,1035,'Attempts','2'),(4693,1035,'ClientIP','\"46.17.150.114\"'),(4694,1035,'UserAgent','\"\"'),(4695,1035,'CurrentUserID','0'),(4696,1036,'Attempts','1'),(4697,1036,'ClientIP','\"78.12.172.249\"'),(4698,1036,'UserAgent','\"\"'),(4699,1036,'CurrentUserID','0'),(4700,1037,'Attempts','1'),(4701,1037,'ClientIP','\"173.3.180.117\"'),(4702,1037,'UserAgent','\"\"'),(4703,1037,'CurrentUserID','0'),(4704,1038,'Attempts','3'),(4705,1038,'ClientIP','\"178.235.188.21\"'),(4706,1038,'UserAgent','\"\"'),(4707,1038,'CurrentUserID','0'),(4708,1039,'Attempts','2'),(4709,1039,'ClientIP','\"158.181.239.227\"'),(4710,1039,'UserAgent','\"\"'),(4711,1039,'CurrentUserID','0'),(4712,1040,'Attempts','1'),(4713,1040,'ClientIP','\"89.138.32.26\"'),(4714,1041,'Attempts','3'),(4715,1040,'UserAgent','\"\"'),(4716,1040,'CurrentUserID','0'),(4717,1041,'ClientIP','\"188.24.90.72\"'),(4718,1041,'UserAgent','\"\"'),(4719,1041,'CurrentUserID','0'),(4720,1042,'Attempts','1'),(4721,1042,'ClientIP','\"64.237.239.55\"'),(4722,1042,'UserAgent','\"\"'),(4723,1042,'CurrentUserID','0'),(4724,1043,'Attempts','3'),(4725,1043,'ClientIP','\"85.187.221.36\"'),(4726,1043,'UserAgent','\"\"'),(4727,1043,'CurrentUserID','0'),(4728,1044,'Attempts','2'),(4729,1044,'ClientIP','\"189.69.55.96\"'),(4730,1044,'UserAgent','\"\"'),(4731,1044,'CurrentUserID','0'),(4732,1045,'Attempts','4'),(4733,1045,'ClientIP','\"46.216.10.13\"'),(4734,1045,'UserAgent','\"\"'),(4735,1045,'CurrentUserID','0'),(4736,1046,'Attempts','1'),(4737,1046,'ClientIP','\"46.230.185.72\"'),(4738,1046,'UserAgent','\"\"'),(4739,1046,'CurrentUserID','0'),(4740,1047,'Attempts','3'),(4741,1047,'ClientIP','\"37.210.188.211\"'),(4742,1047,'UserAgent','\"\"'),(4743,1047,'CurrentUserID','0'),(4744,1048,'Attempts','3'),(4745,1048,'ClientIP','\"59.152.99.2\"'),(4746,1048,'UserAgent','\"\"'),(4747,1048,'CurrentUserID','0'),(4748,1049,'Attempts','4'),(4749,1049,'ClientIP','\"95.103.170.63\"'),(4750,1049,'UserAgent','\"\"'),(4751,1049,'CurrentUserID','0'),(4752,1050,'Attempts','2'),(4753,1050,'ClientIP','\"84.90.33.94\"'),(4754,1050,'UserAgent','\"\"'),(4755,1050,'CurrentUserID','0'),(4756,1051,'Attempts','3'),(4757,1051,'ClientIP','\"110.132.103.178\"'),(4758,1051,'UserAgent','\"\"'),(4759,1051,'CurrentUserID','0'),(4760,1052,'Attempts','2'),(4761,1052,'ClientIP','\"98.143.3.190\"'),(4762,1052,'UserAgent','\"\"'),(4763,1052,'CurrentUserID','0'),(4764,1053,'Attempts','1'),(4765,1053,'ClientIP','\"112.134.177.95\"'),(4766,1053,'UserAgent','\"\"'),(4767,1053,'CurrentUserID','0'),(4768,1054,'Attempts','1'),(4769,1054,'ClientIP','\"112.134.148.50\"'),(4770,1054,'UserAgent','\"\"'),(4771,1054,'CurrentUserID','0'),(4772,1055,'Attempts','3'),(4773,1055,'ClientIP','\"2.50.242.51\"'),(4774,1055,'UserAgent','\"\"'),(4775,1055,'CurrentUserID','0'),(4776,1056,'Attempts','3'),(4777,1056,'ClientIP','\"187.157.139.167\"'),(4778,1056,'UserAgent','\"\"'),(4779,1056,'CurrentUserID','0'),(4780,1057,'Attempts','1'),(4781,1057,'ClientIP','\"95.242.106.233\"'),(4782,1057,'UserAgent','\"\"'),(4783,1057,'CurrentUserID','0'),(4784,1058,'Attempts','2'),(4785,1058,'ClientIP','\"79.173.240.107\"'),(4786,1058,'UserAgent','\"\"'),(4787,1058,'CurrentUserID','0'),(4788,1059,'Attempts','7'),(4789,1059,'ClientIP','\"89.73.86.79\"'),(4790,1059,'UserAgent','\"\"'),(4791,1059,'CurrentUserID','0'),(4792,1060,'Attempts','4'),(4793,1060,'ClientIP','\"171.96.181.169\"'),(4794,1060,'UserAgent','\"\"'),(4795,1060,'CurrentUserID','0'),(4796,1061,'Attempts','1'),(4797,1061,'ClientIP','\"41.36.255.136\"'),(4798,1061,'UserAgent','\"\"'),(4799,1061,'CurrentUserID','0'),(4800,1062,'Attempts','3'),(4801,1062,'ClientIP','\"217.164.137.166\"'),(4802,1062,'UserAgent','\"\"'),(4803,1062,'CurrentUserID','0'),(4804,1063,'Attempts','1'),(4805,1063,'ClientIP','\"79.109.19.217\"'),(4806,1063,'UserAgent','\"\"'),(4807,1063,'CurrentUserID','0'),(4808,1064,'Attempts','2'),(4809,1064,'ClientIP','\"109.122.108.44\"'),(4810,1064,'UserAgent','\"\"'),(4811,1064,'CurrentUserID','0'),(4812,1065,'Attempts','1'),(4813,1065,'ClientIP','\"81.56.246.51\"'),(4814,1065,'UserAgent','\"\"'),(4815,1065,'CurrentUserID','0'),(4816,1066,'Attempts','2'),(4817,1066,'ClientIP','\"95.136.101.210\"'),(4818,1066,'UserAgent','\"\"'),(4819,1066,'CurrentUserID','0'),(4820,1067,'Attempts','2'),(4821,1067,'ClientIP','\"24.104.245.151\"'),(4822,1067,'UserAgent','\"\"'),(4823,1067,'CurrentUserID','0'),(4824,1068,'Attempts','1'),(4825,1068,'ClientIP','\"185.54.56.220\"'),(4826,1068,'UserAgent','\"\"'),(4827,1068,'CurrentUserID','0'),(4828,1069,'Attempts','1'),(4829,1069,'ClientIP','\"197.200.12.94\"'),(4830,1069,'UserAgent','\"\"'),(4831,1069,'CurrentUserID','0'),(4832,1070,'Attempts','2'),(4833,1070,'ClientIP','\"192.168.3.35\"'),(4834,1070,'UserAgent','\"\"'),(4835,1070,'CurrentUserID','0'),(4836,1071,'Attempts','1'),(4837,1071,'ClientIP','\"49.149.196.146\"'),(4838,1071,'UserAgent','\"\"'),(4839,1071,'CurrentUserID','0'),(4840,1072,'Attempts','1'),(4841,1072,'ClientIP','\"78.15.3.197\"'),(4842,1072,'UserAgent','\"\"'),(4843,1072,'CurrentUserID','0'),(4844,1073,'Attempts','1'),(4845,1073,'ClientIP','\"188.25.116.97\"'),(4846,1073,'UserAgent','\"\"'),(4847,1073,'CurrentUserID','0'),(4848,1074,'Attempts','2'),(4849,1074,'ClientIP','\"85.253.164.103\"'),(4850,1074,'UserAgent','\"\"'),(4851,1074,'CurrentUserID','0'),(4852,1075,'Attempts','1'),(4853,1075,'ClientIP','\"49.128.170.162\"'),(4854,1075,'UserAgent','\"\"'),(4855,1075,'CurrentUserID','0'),(4856,1076,'Attempts','8'),(4857,1076,'ClientIP','\"202.129.11.126\"'),(4858,1076,'UserAgent','\"\"'),(4859,1076,'CurrentUserID','0'),(4860,1077,'Attempts','1'),(4861,1077,'ClientIP','\"103.248.29.60\"'),(4862,1077,'UserAgent','\"\"'),(4863,1077,'CurrentUserID','0'),(4864,1078,'Attempts','5'),(4865,1078,'ClientIP','\"181.48.222.57\"'),(4866,1078,'UserAgent','\"\"'),(4867,1078,'CurrentUserID','0'),(4868,1079,'Attempts','1'),(4869,1079,'ClientIP','\"121.54.54.38\"'),(4870,1079,'UserAgent','\"\"'),(4871,1079,'CurrentUserID','0'),(4872,1080,'Attempts','5'),(4873,1080,'ClientIP','\"46.99.65.167\"'),(4874,1080,'UserAgent','\"\"'),(4875,1080,'CurrentUserID','0'),(4876,1081,'Attempts','1'),(4877,1081,'ClientIP','\"37.1.248.69\"'),(4878,1081,'UserAgent','\"\"'),(4879,1081,'CurrentUserID','0'),(4880,1082,'Attempts','6'),(4881,1082,'ClientIP','\"93.173.153.174\"'),(4882,1082,'UserAgent','\"\"'),(4883,1082,'CurrentUserID','0'),(4884,1083,'Attempts','4'),(4885,1083,'ClientIP','\"14.202.105.185\"'),(4886,1083,'UserAgent','\"\"'),(4887,1083,'CurrentUserID','0'),(4888,1084,'Attempts','1'),(4889,1084,'ClientIP','\"80.72.160.51\"'),(4890,1084,'UserAgent','\"\"'),(4891,1084,'CurrentUserID','0'),(4892,1085,'Attempts','1'),(4893,1085,'ClientIP','\"5.29.108.94\"'),(4894,1085,'UserAgent','\"\"'),(4895,1085,'CurrentUserID','0'),(4896,1086,'Attempts','3'),(4897,1086,'ClientIP','\"91.182.83.187\"'),(4898,1086,'UserAgent','\"\"'),(4899,1086,'CurrentUserID','0'),(4900,1087,'Attempts','2'),(4901,1087,'ClientIP','\"31.210.189.73\"'),(4902,1087,'UserAgent','\"\"'),(4903,1087,'CurrentUserID','0'),(4904,1088,'Attempts','3'),(4905,1088,'ClientIP','\"211.224.14.50\"'),(4906,1088,'UserAgent','\"\"'),(4907,1088,'CurrentUserID','0'),(4908,1089,'Attempts','2'),(4909,1089,'ClientIP','\"121.211.98.142\"'),(4910,1089,'UserAgent','\"\"'),(4911,1089,'CurrentUserID','0'),(4912,1090,'Attempts','1'),(4913,1090,'ClientIP','\"39.47.162.84\"'),(4914,1090,'UserAgent','\"\"'),(4915,1090,'CurrentUserID','0'),(4916,1091,'Attempts','1'),(4917,1091,'ClientIP','\"191.250.17.75\"'),(4918,1091,'UserAgent','\"\"'),(4919,1091,'CurrentUserID','0'),(4920,1092,'Attempts','4'),(4921,1092,'ClientIP','\"122.52.94.164\"'),(4922,1092,'UserAgent','\"\"'),(4923,1092,'CurrentUserID','0'),(4924,1093,'Attempts','1'),(4925,1093,'ClientIP','\"194.204.207.2\"'),(4926,1093,'UserAgent','\"\"'),(4927,1093,'CurrentUserID','0'),(4928,1094,'Attempts','1'),(4929,1094,'ClientIP','\"93.106.127.68\"'),(4930,1094,'UserAgent','\"\"'),(4931,1094,'CurrentUserID','0'),(4932,1095,'Attempts','3'),(4933,1095,'ClientIP','\"72.240.123.10\"'),(4934,1095,'UserAgent','\"\"'),(4935,1095,'CurrentUserID','0'),(4936,1096,'Attempts','2'),(4937,1096,'ClientIP','\"62.209.197.2\"'),(4938,1096,'UserAgent','\"\"'),(4939,1096,'CurrentUserID','0'),(4940,1097,'Attempts','1'),(4941,1097,'ClientIP','\"41.212.220.227\"'),(4942,1097,'UserAgent','\"\"'),(4943,1097,'CurrentUserID','0'),(4944,1098,'Attempts','1'),(4945,1098,'ClientIP','\"112.211.23.128\"'),(4946,1098,'UserAgent','\"\"'),(4947,1098,'CurrentUserID','0'),(4948,1099,'Attempts','1'),(4949,1099,'ClientIP','\"2.84.76.108\"'),(4950,1099,'UserAgent','\"\"'),(4951,1099,'CurrentUserID','0'),(4952,1100,'Attempts','3'),(4953,1100,'ClientIP','\"213.151.54.220\"'),(4954,1100,'UserAgent','\"\"'),(4955,1100,'CurrentUserID','0'),(4956,1101,'Attempts','1'),(4957,1101,'ClientIP','\"87.92.98.65\"'),(4958,1101,'UserAgent','\"\"'),(4959,1101,'CurrentUserID','0'),(4960,1102,'Attempts','1'),(4961,1102,'ClientIP','\"88.211.43.142\"'),(4962,1102,'UserAgent','\"\"'),(4963,1102,'CurrentUserID','0'),(4964,1103,'Attempts','1'),(4965,1103,'ClientIP','\"49.145.193.45\"'),(4966,1103,'UserAgent','\"\"'),(4967,1103,'CurrentUserID','0'),(4968,1104,'Attempts','1'),(4969,1104,'ClientIP','\"46.99.74.68\"'),(4970,1104,'UserAgent','\"\"'),(4971,1104,'CurrentUserID','0'),(4972,1105,'Attempts','1'),(4973,1105,'ClientIP','\"112.198.103.252\"'),(4974,1105,'UserAgent','\"\"'),(4975,1105,'CurrentUserID','0'),(4976,1106,'Attempts','5'),(4977,1106,'ClientIP','\"79.101.215.128\"'),(4978,1106,'UserAgent','\"\"'),(4979,1106,'CurrentUserID','0'),(4980,1107,'Attempts','4'),(4981,1107,'ClientIP','\"192.197.60.2\"'),(4982,1107,'UserAgent','\"\"'),(4983,1107,'CurrentUserID','0'),(4984,1108,'Attempts','1'),(4985,1108,'ClientIP','\"203.215.121.24\"'),(4986,1108,'UserAgent','\"\"'),(4987,1108,'CurrentUserID','0'),(4988,1109,'Attempts','1'),(4989,1109,'ClientIP','\"60.54.89.165\"'),(4990,1109,'UserAgent','\"\"'),(4991,1109,'CurrentUserID','0'),(4992,1110,'Attempts','2'),(4993,1110,'ClientIP','\"105.228.132.115\"'),(4994,1110,'UserAgent','\"\"'),(4995,1110,'CurrentUserID','0'),(4996,1111,'Attempts','4'),(4997,1111,'ClientIP','\"125.133.199.31\"'),(4998,1111,'UserAgent','\"\"'),(4999,1111,'CurrentUserID','0'),(5000,1112,'Attempts','2'),(5001,1112,'ClientIP','\"180.214.233.13\"'),(5002,1112,'UserAgent','\"\"'),(5003,1112,'CurrentUserID','0'),(5004,1113,'Attempts','3'),(5005,1113,'ClientIP','\"188.25.82.122\"'),(5006,1113,'UserAgent','\"\"'),(5007,1113,'CurrentUserID','0'),(5008,1114,'Attempts','1'),(5009,1114,'ClientIP','\"107.210.122.88\"'),(5010,1114,'UserAgent','\"\"'),(5011,1114,'CurrentUserID','0'),(5012,1115,'Attempts','4'),(5013,1115,'ClientIP','\"91.157.221.242\"'),(5014,1115,'UserAgent','\"\"'),(5015,1115,'CurrentUserID','0'),(5016,1116,'Attempts','3'),(5017,1116,'ClientIP','\"71.61.66.105\"'),(5018,1116,'UserAgent','\"\"'),(5019,1116,'CurrentUserID','0'),(5020,1117,'Attempts','1'),(5021,1117,'ClientIP','\"212.37.80.10\"'),(5022,1117,'UserAgent','\"\"'),(5023,1117,'CurrentUserID','0'),(5024,1118,'Attempts','2'),(5025,1118,'ClientIP','\"200.87.86.10\"'),(5026,1118,'UserAgent','\"\"'),(5027,1118,'CurrentUserID','0'),(5028,1119,'Attempts','1'),(5029,1119,'ClientIP','\"93.139.52.15\"'),(5030,1119,'UserAgent','\"\"'),(5031,1119,'CurrentUserID','0'),(5032,1120,'Attempts','1'),(5033,1120,'ClientIP','\"49.147.45.186\"'),(5034,1120,'UserAgent','\"\"'),(5035,1120,'CurrentUserID','0'),(5036,1121,'Attempts','4'),(5037,1121,'ClientIP','\"85.67.19.229\"'),(5038,1121,'UserAgent','\"\"'),(5039,1121,'CurrentUserID','0'),(5040,1122,'Attempts','2'),(5041,1122,'ClientIP','\"118.93.34.192\"'),(5042,1122,'UserAgent','\"\"'),(5043,1122,'CurrentUserID','0'),(5044,1123,'Attempts','3'),(5045,1123,'ClientIP','\"103.230.63.106\"'),(5046,1123,'UserAgent','\"\"'),(5047,1123,'CurrentUserID','0'),(5048,1124,'Attempts','2'),(5049,1124,'ClientIP','\"105.227.198.87\"'),(5050,1124,'UserAgent','\"\"'),(5051,1124,'CurrentUserID','0'),(5052,1125,'Attempts','1'),(5053,1125,'ClientIP','\"124.13.234.152\"'),(5054,1125,'UserAgent','\"\"'),(5055,1125,'CurrentUserID','0'),(5056,1126,'Attempts','1'),(5057,1126,'ClientIP','\"175.136.134.249\"'),(5058,1126,'UserAgent','\"\"'),(5059,1126,'CurrentUserID','0'),(5060,1127,'Attempts','1'),(5061,1127,'ClientIP','\"119.34.210.2\"'),(5062,1127,'UserAgent','\"\"'),(5063,1127,'CurrentUserID','0'),(5064,1128,'Attempts','2'),(5065,1128,'ClientIP','\"212.93.105.46\"'),(5066,1128,'UserAgent','\"\"'),(5067,1128,'CurrentUserID','0'),(5068,1129,'Attempts','2'),(5069,1129,'ClientIP','\"78.84.166.11\"'),(5070,1129,'UserAgent','\"\"'),(5071,1129,'CurrentUserID','0'),(5072,1130,'Attempts','1'),(5073,1130,'ClientIP','\"197.200.8.252\"'),(5074,1130,'UserAgent','\"\"'),(5075,1130,'CurrentUserID','0'),(5076,1131,'Attempts','1'),(5077,1131,'ClientIP','\"109.121.38.171\"'),(5078,1131,'UserAgent','\"\"'),(5079,1131,'CurrentUserID','0'),(5080,1132,'Attempts','1'),(5081,1132,'ClientIP','\"79.118.87.161\"'),(5082,1132,'UserAgent','\"\"'),(5083,1132,'CurrentUserID','0'),(5084,1133,'Attempts','1'),(5085,1133,'ClientIP','\"77.199.99.180\"'),(5086,1133,'UserAgent','\"\"'),(5087,1133,'CurrentUserID','0'),(5088,1134,'Attempts','6'),(5089,1134,'ClientIP','\"96.254.43.47\"'),(5090,1134,'UserAgent','\"\"'),(5091,1134,'CurrentUserID','0'),(5092,1135,'Attempts','3'),(5093,1135,'ClientIP','\"115.186.36.200\"'),(5094,1135,'UserAgent','\"\"'),(5095,1135,'CurrentUserID','0'),(5096,1136,'Attempts','1'),(5097,1136,'ClientIP','\"79.114.212.209\"'),(5098,1136,'UserAgent','\"\"'),(5099,1136,'CurrentUserID','0'),(5100,1137,'Attempts','1'),(5101,1137,'ClientIP','\"187.122.65.92\"'),(5102,1137,'UserAgent','\"\"'),(5103,1137,'CurrentUserID','0'),(5104,1138,'Attempts','2'),(5105,1138,'ClientIP','\"180.214.233.3\"'),(5106,1138,'UserAgent','\"\"'),(5107,1138,'CurrentUserID','0'),(5108,1139,'Attempts','1'),(5109,1139,'ClientIP','\"115.167.34.222\"'),(5110,1139,'UserAgent','\"\"'),(5111,1139,'CurrentUserID','0'),(5112,1140,'Attempts','2'),(5113,1140,'ClientIP','\"5.22.129.148\"'),(5114,1140,'UserAgent','\"\"'),(5115,1140,'CurrentUserID','0'),(5116,1141,'Attempts','3'),(5117,1141,'ClientIP','\"187.20.92.245\"'),(5118,1141,'UserAgent','\"\"'),(5119,1141,'CurrentUserID','0'),(5120,1142,'Attempts','2'),(5121,1142,'ClientIP','\"77.125.88.207\"'),(5122,1142,'UserAgent','\"\"'),(5123,1142,'CurrentUserID','0'),(5124,1143,'Attempts','2'),(5125,1143,'ClientIP','\"118.101.255.162\"'),(5126,1143,'UserAgent','\"\"'),(5127,1143,'CurrentUserID','0'),(5128,1144,'Attempts','2'),(5129,1144,'ClientIP','\"89.110.252.219\"'),(5130,1144,'UserAgent','\"\"'),(5131,1144,'CurrentUserID','0'),(5132,1145,'Attempts','4'),(5133,1145,'ClientIP','\"95.211.204.225\"'),(5134,1145,'UserAgent','\"\"'),(5135,1145,'CurrentUserID','0'),(5136,1146,'Attempts','1'),(5137,1146,'ClientIP','\"98.101.204.189\"'),(5138,1146,'UserAgent','\"\"'),(5139,1146,'CurrentUserID','0'),(5140,1147,'Attempts','2'),(5141,1147,'ClientIP','\"80.6.112.74\"'),(5142,1147,'UserAgent','\"\"'),(5143,1147,'CurrentUserID','0'),(5144,1148,'Attempts','2'),(5145,1148,'ClientIP','\"93.44.108.103\"'),(5146,1148,'UserAgent','\"\"'),(5147,1148,'CurrentUserID','0'),(5148,1149,'Attempts','4'),(5149,1149,'ClientIP','\"217.103.126.236\"'),(5150,1149,'UserAgent','\"\"'),(5151,1149,'CurrentUserID','0'),(5152,1150,'Attempts','3'),(5153,1150,'ClientIP','\"37.188.68.73\"'),(5154,1150,'UserAgent','\"\"'),(5155,1150,'CurrentUserID','0'),(5156,1151,'Attempts','2'),(5157,1151,'ClientIP','\"105.184.179.117\"'),(5158,1151,'UserAgent','\"\"'),(5159,1151,'CurrentUserID','0'),(5160,1152,'Attempts','1'),(5161,1152,'ClientIP','\"203.166.241.26\"'),(5162,1152,'UserAgent','\"\"'),(5163,1152,'CurrentUserID','0'),(5164,1153,'Attempts','2'),(5165,1153,'ClientIP','\"74.57.101.229\"'),(5166,1153,'UserAgent','\"\"'),(5167,1153,'CurrentUserID','0'),(5168,1154,'Attempts','1'),(5169,1154,'ClientIP','\"195.146.126.232\"'),(5170,1154,'UserAgent','\"\"'),(5171,1154,'CurrentUserID','0'),(5172,1155,'Attempts','1'),(5173,1155,'ClientIP','\"86.63.122.193\"'),(5174,1155,'UserAgent','\"\"'),(5175,1155,'CurrentUserID','0'),(5176,1156,'Attempts','1'),(5177,1156,'ClientIP','\"89.71.245.206\"'),(5178,1156,'UserAgent','\"\"'),(5179,1156,'CurrentUserID','0'),(5180,1157,'Attempts','3'),(5181,1157,'ClientIP','\"24.144.16.69\"'),(5182,1157,'UserAgent','\"\"'),(5183,1157,'CurrentUserID','0'),(5184,1158,'Attempts','2'),(5185,1158,'ClientIP','\"91.137.174.155\"'),(5186,1158,'UserAgent','\"\"'),(5187,1158,'CurrentUserID','0'),(5188,1159,'Attempts','3'),(5189,1159,'ClientIP','\"89.180.147.25\"'),(5190,1159,'UserAgent','\"\"'),(5191,1159,'CurrentUserID','0'),(5192,1160,'Attempts','1'),(5193,1160,'ClientIP','\"39.47.77.145\"'),(5194,1160,'UserAgent','\"\"'),(5195,1160,'CurrentUserID','0'),(5196,1161,'Attempts','1'),(5197,1161,'ClientIP','\"77.29.126.147\"'),(5198,1161,'UserAgent','\"\"'),(5199,1161,'CurrentUserID','0'),(5200,1162,'Attempts','1'),(5201,1162,'ClientIP','\"87.7.93.31\"'),(5202,1162,'UserAgent','\"\"'),(5203,1162,'CurrentUserID','0'),(5204,1163,'Attempts','1'),(5205,1163,'ClientIP','\"103.55.144.18\"'),(5206,1163,'UserAgent','\"\"'),(5207,1163,'CurrentUserID','0'),(5208,1164,'Attempts','2'),(5209,1164,'ClientIP','\"109.97.77.166\"'),(5210,1164,'UserAgent','\"\"'),(5211,1164,'CurrentUserID','0'),(5212,1165,'Attempts','3'),(5213,1165,'ClientIP','\"174.3.134.127\"'),(5214,1165,'UserAgent','\"\"'),(5215,1165,'CurrentUserID','0'),(5216,1166,'Attempts','1'),(5217,1166,'ClientIP','\"122.3.152.62\"'),(5218,1166,'UserAgent','\"\"'),(5219,1166,'CurrentUserID','0'),(5220,1167,'Attempts','2'),(5221,1167,'ClientIP','\"31.53.129.127\"'),(5222,1167,'UserAgent','\"\"'),(5223,1167,'CurrentUserID','0'),(5224,1168,'Attempts','1'),(5225,1168,'ClientIP','\"90.191.115.140\"'),(5226,1168,'UserAgent','\"\"'),(5227,1168,'CurrentUserID','0'),(5228,1169,'Attempts','3'),(5229,1169,'ClientIP','\"46.40.127.96\"'),(5230,1169,'UserAgent','\"\"'),(5231,1169,'CurrentUserID','0'),(5232,1170,'Attempts','1'),(5233,1170,'ClientIP','\"176.23.25.168\"'),(5234,1170,'UserAgent','\"\"'),(5235,1170,'CurrentUserID','0'),(5236,1171,'Attempts','3'),(5237,1171,'ClientIP','\"178.167.254.134\"'),(5238,1171,'UserAgent','\"\"'),(5239,1171,'CurrentUserID','0'),(5240,1172,'Attempts','5'),(5241,1172,'ClientIP','\"216.189.168.24\"'),(5242,1172,'UserAgent','\"\"'),(5243,1172,'CurrentUserID','0'),(5244,1173,'Attempts','2'),(5245,1173,'ClientIP','\"158.58.229.227\"'),(5246,1173,'UserAgent','\"\"'),(5247,1173,'CurrentUserID','0'),(5248,1174,'Attempts','1'),(5249,1174,'ClientIP','\"114.25.155.214\"'),(5250,1174,'UserAgent','\"\"'),(5251,1174,'CurrentUserID','0'),(5252,1175,'Attempts','1'),(5253,1175,'ClientIP','\"43.230.175.5\"'),(5254,1175,'UserAgent','\"\"'),(5255,1175,'CurrentUserID','0'),(5256,1176,'Attempts','1'),(5257,1176,'ClientIP','\"191.17.202.102\"'),(5258,1176,'UserAgent','\"\"'),(5259,1176,'CurrentUserID','0'),(5260,1177,'Attempts','2'),(5261,1177,'ClientIP','\"46.117.77.102\"'),(5262,1177,'UserAgent','\"\"'),(5263,1177,'CurrentUserID','0'),(5264,1178,'Attempts','7'),(5265,1178,'ClientIP','\"85.139.238.35\"'),(5266,1178,'UserAgent','\"\"'),(5267,1178,'CurrentUserID','0'),(5268,1179,'Attempts','1'),(5269,1179,'ClientIP','\"200.8.167.13\"'),(5270,1179,'UserAgent','\"\"'),(5271,1179,'CurrentUserID','0'),(5272,1180,'Attempts','1'),(5273,1180,'ClientIP','\"185.58.93.88\"'),(5274,1180,'UserAgent','\"\"'),(5275,1180,'CurrentUserID','0'),(5276,1181,'Attempts','2'),(5277,1181,'ClientIP','\"197.87.79.46\"'),(5278,1181,'UserAgent','\"\"'),(5279,1181,'CurrentUserID','0'),(5280,1182,'Attempts','1'),(5281,1182,'ClientIP','\"88.139.178.141\"'),(5282,1182,'UserAgent','\"\"'),(5283,1182,'CurrentUserID','0'),(5284,1183,'Attempts','1'),(5285,1183,'ClientIP','\"31.151.131.42\"'),(5286,1183,'UserAgent','\"\"'),(5287,1183,'CurrentUserID','0'),(5288,1184,'Attempts','2'),(5289,1184,'ClientIP','\"98.239.156.19\"'),(5290,1184,'UserAgent','\"\"'),(5291,1184,'CurrentUserID','0'),(5292,1185,'Attempts','2'),(5293,1185,'ClientIP','\"176.86.84.157\"'),(5294,1185,'UserAgent','\"\"'),(5295,1185,'CurrentUserID','0'),(5296,1186,'Attempts','1'),(5297,1186,'ClientIP','\"41.216.58.95\"'),(5298,1186,'UserAgent','\"\"'),(5299,1186,'CurrentUserID','0'),(5300,1187,'Attempts','1'),(5301,1187,'ClientIP','\"79.117.5.136\"'),(5302,1187,'UserAgent','\"\"'),(5303,1187,'CurrentUserID','0'),(5304,1188,'Attempts','1'),(5305,1188,'ClientIP','\"105.224.175.97\"'),(5306,1188,'UserAgent','\"\"'),(5307,1188,'CurrentUserID','0'),(5308,1189,'Attempts','1'),(5309,1189,'ClientIP','\"5.156.221.249\"'),(5310,1189,'UserAgent','\"\"'),(5311,1189,'CurrentUserID','0'),(5312,1190,'Attempts','3'),(5313,1190,'ClientIP','\"200.219.152.6\"'),(5314,1190,'UserAgent','\"\"'),(5315,1190,'CurrentUserID','0'),(5316,1191,'Attempts','1'),(5317,1191,'ClientIP','\"178.152.133.242\"'),(5318,1191,'UserAgent','\"\"'),(5319,1191,'CurrentUserID','0'),(5320,1192,'Attempts','1'),(5321,1192,'ClientIP','\"83.99.182.34\"'),(5322,1192,'UserAgent','\"\"'),(5323,1192,'CurrentUserID','0'),(5324,1193,'Attempts','2'),(5325,1193,'ClientIP','\"175.182.116.246\"'),(5326,1193,'UserAgent','\"\"'),(5327,1193,'CurrentUserID','0'),(5328,1194,'Attempts','2'),(5329,1194,'ClientIP','\"201.146.50.85\"'),(5330,1194,'UserAgent','\"\"'),(5331,1194,'CurrentUserID','0'),(5332,1195,'Attempts','2'),(5333,1195,'ClientIP','\"188.251.0.195\"'),(5334,1195,'UserAgent','\"\"'),(5335,1195,'CurrentUserID','0'),(5336,1196,'Attempts','1'),(5337,1196,'ClientIP','\"85.64.164.232\"'),(5338,1196,'UserAgent','\"\"'),(5339,1196,'CurrentUserID','0'),(5340,1197,'Attempts','3'),(5341,1197,'ClientIP','\"190.166.252.43\"'),(5342,1197,'UserAgent','\"\"'),(5343,1197,'CurrentUserID','0'),(5344,1198,'Attempts','1'),(5345,1198,'ClientIP','\"178.152.64.19\"'),(5346,1198,'UserAgent','\"\"'),(5347,1198,'CurrentUserID','0'),(5348,1199,'Attempts','1'),(5349,1199,'ClientIP','\"58.152.161.25\"'),(5350,1199,'UserAgent','\"\"'),(5351,1199,'CurrentUserID','0'),(5352,1200,'Attempts','1'),(5353,1200,'ClientIP','\"212.93.114.142\"'),(5354,1200,'UserAgent','\"\"'),(5355,1200,'CurrentUserID','0'),(5356,1201,'Attempts','1'),(5357,1201,'ClientIP','\"78.143.107.158\"'),(5358,1201,'UserAgent','\"\"'),(5359,1201,'CurrentUserID','0'),(5360,1202,'Attempts','1'),(5361,1202,'ClientIP','\"24.133.171.230\"'),(5362,1202,'UserAgent','\"\"'),(5363,1202,'CurrentUserID','0'),(5364,1203,'Attempts','1'),(5365,1203,'ClientIP','\"94.205.80.196\"'),(5366,1203,'UserAgent','\"\"'),(5367,1203,'CurrentUserID','0'),(5368,1204,'Attempts','3'),(5369,1204,'ClientIP','\"79.118.187.84\"'),(5370,1204,'UserAgent','\"\"'),(5371,1204,'CurrentUserID','0'),(5372,1205,'Attempts','1'),(5373,1205,'ClientIP','\"86.120.16.106\"'),(5374,1205,'UserAgent','\"\"'),(5375,1205,'CurrentUserID','0'),(5376,1206,'Attempts','1'),(5377,1206,'ClientIP','\"86.126.110.130\"'),(5378,1206,'UserAgent','\"\"'),(5379,1206,'CurrentUserID','0'),(5380,1207,'Attempts','1'),(5381,1207,'ClientIP','\"105.108.96.10\"'),(5382,1207,'UserAgent','\"\"'),(5383,1207,'CurrentUserID','0'),(5384,1208,'Attempts','1'),(5385,1208,'ClientIP','\"85.253.66.27\"'),(5386,1208,'UserAgent','\"\"'),(5387,1208,'CurrentUserID','0'),(5388,1209,'Attempts','1'),(5389,1209,'ClientIP','\"196.210.133.210\"'),(5390,1209,'UserAgent','\"\"'),(5391,1209,'CurrentUserID','0'),(5392,1210,'Attempts','4'),(5393,1210,'ClientIP','\"200.54.125.100\"'),(5394,1210,'UserAgent','\"\"'),(5395,1210,'CurrentUserID','0'),(5396,1211,'Attempts','3'),(5397,1211,'ClientIP','\"197.251.38.60\"'),(5398,1211,'UserAgent','\"\"'),(5399,1211,'CurrentUserID','0'),(5400,1212,'Attempts','4'),(5401,1212,'ClientIP','\"203.229.75.81\"'),(5402,1212,'UserAgent','\"\"'),(5403,1212,'CurrentUserID','0'),(5404,1213,'Attempts','2'),(5405,1213,'ClientIP','\"82.44.28.8\"'),(5406,1213,'UserAgent','\"\"'),(5407,1213,'CurrentUserID','0'),(5408,1214,'Attempts','2'),(5409,1214,'ClientIP','\"23.27.45.50\"'),(5410,1214,'UserAgent','\"\"'),(5411,1214,'CurrentUserID','0'),(5412,1215,'Attempts','3'),(5413,1215,'ClientIP','\"82.166.119.110\"'),(5414,1215,'UserAgent','\"\"'),(5415,1215,'CurrentUserID','0'),(5416,1216,'Attempts','3'),(5417,1216,'ClientIP','\"176.42.148.201\"'),(5418,1216,'UserAgent','\"\"'),(5419,1216,'CurrentUserID','0'),(5420,1217,'Attempts','2'),(5421,1217,'ClientIP','\"2.28.17.236\"'),(5422,1217,'UserAgent','\"\"'),(5423,1217,'CurrentUserID','0'),(5424,1218,'Attempts','1'),(5425,1218,'ClientIP','\"109.101.42.37\"'),(5426,1218,'UserAgent','\"\"'),(5427,1218,'CurrentUserID','0'),(5428,1219,'Attempts','2'),(5429,1219,'ClientIP','\"177.200.217.60\"'),(5430,1219,'UserAgent','\"\"'),(5431,1219,'CurrentUserID','0'),(5432,1220,'Attempts','4'),(5433,1220,'ClientIP','\"187.108.1.74\"'),(5434,1220,'UserAgent','\"\"'),(5435,1220,'CurrentUserID','0'),(5436,1221,'Attempts','1'),(5437,1221,'ClientIP','\"82.176.148.165\"'),(5438,1221,'UserAgent','\"\"'),(5439,1221,'CurrentUserID','0'),(5440,1222,'Attempts','1'),(5441,1222,'ClientIP','\"200.68.8.225\"'),(5442,1222,'UserAgent','\"\"'),(5443,1222,'CurrentUserID','0'),(5444,1223,'Attempts','1'),(5445,1223,'ClientIP','\"93.103.95.47\"'),(5446,1223,'UserAgent','\"\"'),(5447,1223,'CurrentUserID','0'),(5448,1224,'Attempts','1'),(5449,1224,'ClientIP','\"78.56.184.65\"'),(5450,1224,'UserAgent','\"\"'),(5451,1224,'CurrentUserID','0'),(5452,1225,'Attempts','5'),(5453,1225,'ClientIP','\"81.83.0.181\"'),(5454,1225,'UserAgent','\"\"'),(5455,1225,'CurrentUserID','0'),(5456,1226,'Attempts','2'),(5457,1226,'ClientIP','\"105.237.162.60\"'),(5458,1226,'UserAgent','\"\"'),(5459,1226,'CurrentUserID','0'),(5460,1227,'Attempts','2'),(5461,1227,'ClientIP','\"161.22.59.205\"'),(5462,1227,'UserAgent','\"\"'),(5463,1227,'CurrentUserID','0'),(5464,1228,'Attempts','1'),(5465,1228,'ClientIP','\"85.10.26.231\"'),(5466,1228,'UserAgent','\"\"'),(5467,1228,'CurrentUserID','0'),(5468,1229,'Attempts','2'),(5469,1229,'ClientIP','\"116.102.87.221\"'),(5470,1229,'UserAgent','\"\"'),(5471,1229,'CurrentUserID','0'),(5472,1230,'Attempts','1'),(5473,1230,'ClientIP','\"82.80.135.16\"'),(5474,1230,'UserAgent','\"\"'),(5475,1230,'CurrentUserID','0'),(5476,1231,'Attempts','4'),(5477,1231,'ClientIP','\"109.101.107.107\"'),(5478,1231,'UserAgent','\"\"'),(5479,1231,'CurrentUserID','0'),(5480,1232,'Attempts','5'),(5481,1232,'ClientIP','\"115.93.115.203\"'),(5482,1232,'UserAgent','\"\"'),(5483,1232,'CurrentUserID','0'),(5484,1233,'Attempts','2'),(5485,1233,'ClientIP','\"77.164.236.155\"'),(5486,1233,'UserAgent','\"\"'),(5487,1233,'CurrentUserID','0'),(5488,1234,'Attempts','1'),(5489,1234,'ClientIP','\"187.182.41.209\"'),(5490,1234,'UserAgent','\"\"'),(5491,1234,'CurrentUserID','0'),(5492,1235,'Attempts','7'),(5493,1235,'ClientIP','\"212.189.140.12\"'),(5494,1235,'UserAgent','\"\"'),(5495,1235,'CurrentUserID','0'),(5496,1236,'Attempts','1'),(5497,1236,'ClientIP','\"39.52.8.218\"'),(5498,1236,'UserAgent','\"\"'),(5499,1236,'CurrentUserID','0'),(5500,1237,'Attempts','2'),(5501,1237,'ClientIP','\"121.81.64.78\"'),(5502,1237,'UserAgent','\"\"'),(5503,1237,'CurrentUserID','0'),(5504,1238,'Attempts','2'),(5505,1238,'ClientIP','\"110.5.67.76\"'),(5506,1238,'UserAgent','\"\"'),(5507,1238,'CurrentUserID','0'),(5508,1239,'Attempts','2'),(5509,1239,'ClientIP','\"126.94.120.71\"'),(5510,1239,'UserAgent','\"\"'),(5511,1239,'CurrentUserID','0'),(5512,1240,'Attempts','1'),(5513,1240,'ClientIP','\"95.237.254.172\"'),(5514,1240,'UserAgent','\"\"'),(5515,1240,'CurrentUserID','0'),(5516,1241,'Attempts','2'),(5517,1241,'ClientIP','\"39.32.135.37\"'),(5518,1241,'UserAgent','\"\"'),(5519,1241,'CurrentUserID','0'),(5520,1242,'Attempts','2'),(5521,1242,'ClientIP','\"31.210.187.198\"'),(5522,1242,'UserAgent','\"\"'),(5523,1242,'CurrentUserID','0'),(5524,1243,'Attempts','2'),(5525,1243,'ClientIP','\"176.221.120.125\"'),(5526,1243,'UserAgent','\"\"'),(5527,1243,'CurrentUserID','0'),(5528,1244,'Attempts','1'),(5529,1244,'ClientIP','\"62.152.7.242\"'),(5530,1244,'UserAgent','\"\"'),(5531,1244,'CurrentUserID','0'),(5532,1245,'Attempts','8'),(5533,1245,'ClientIP','\"78.234.197.113\"'),(5534,1245,'UserAgent','\"\"'),(5535,1245,'CurrentUserID','0'),(5536,1246,'Attempts','1'),(5537,1246,'ClientIP','\"82.178.51.242\"'),(5538,1246,'UserAgent','\"\"'),(5539,1246,'CurrentUserID','0'),(5540,1247,'Attempts','4'),(5541,1247,'ClientIP','\"110.38.2.148\"'),(5542,1247,'UserAgent','\"\"'),(5543,1247,'CurrentUserID','0'),(5544,1248,'Attempts','1'),(5545,1248,'ClientIP','\"69.140.44.196\"'),(5546,1248,'UserAgent','\"\"'),(5547,1248,'CurrentUserID','0'),(5548,1249,'Attempts','2'),(5549,1249,'ClientIP','\"93.143.232.217\"'),(5550,1249,'UserAgent','\"\"'),(5551,1249,'CurrentUserID','0'),(5552,1250,'Attempts','1'),(5553,1250,'ClientIP','\"190.77.169.74\"'),(5554,1250,'UserAgent','\"\"'),(5555,1250,'CurrentUserID','0'),(5556,1251,'Attempts','2'),(5557,1251,'ClientIP','\"37.189.37.194\"'),(5558,1251,'UserAgent','\"\"'),(5559,1251,'CurrentUserID','0'),(5560,1252,'Attempts','1'),(5561,1252,'ClientIP','\"41.143.203.151\"'),(5562,1252,'UserAgent','\"\"'),(5563,1252,'CurrentUserID','0'),(5564,1253,'Attempts','1'),(5565,1253,'ClientIP','\"184.144.202.51\"'),(5566,1253,'UserAgent','\"\"'),(5567,1253,'CurrentUserID','0'),(5568,1254,'Attempts','1'),(5569,1254,'ClientIP','\"126.8.237.62\"'),(5570,1254,'UserAgent','\"\"'),(5571,1254,'CurrentUserID','0'),(5572,1255,'Attempts','2'),(5573,1255,'ClientIP','\"79.141.113.21\"'),(5574,1255,'UserAgent','\"\"'),(5575,1255,'CurrentUserID','0'),(5576,1256,'Attempts','3'),(5577,1256,'ClientIP','\"83.23.253.117\"'),(5578,1256,'UserAgent','\"\"'),(5579,1256,'CurrentUserID','0'),(5580,1257,'Attempts','1'),(5581,1257,'ClientIP','\"5.0.225.238\"'),(5582,1257,'UserAgent','\"\"'),(5583,1257,'CurrentUserID','0'),(5584,1258,'Attempts','2'),(5585,1258,'ClientIP','\"74.134.93.128\"'),(5586,1258,'UserAgent','\"\"'),(5587,1258,'CurrentUserID','0'),(5588,1259,'Attempts','1'),(5589,1259,'ClientIP','\"46.214.183.150\"'),(5590,1259,'UserAgent','\"\"'),(5591,1259,'CurrentUserID','0'),(5592,1260,'Attempts','1'),(5593,1260,'ClientIP','\"70.67.194.126\"'),(5594,1260,'UserAgent','\"\"'),(5595,1260,'CurrentUserID','0'),(5596,1261,'Attempts','1'),(5597,1261,'ClientIP','\"39.33.204.73\"'),(5598,1261,'UserAgent','\"\"'),(5599,1261,'CurrentUserID','0'),(5600,1262,'Attempts','2'),(5601,1262,'ClientIP','\"95.41.104.73\"'),(5602,1262,'UserAgent','\"\"'),(5603,1262,'CurrentUserID','0'),(5604,1263,'Attempts','1'),(5605,1263,'ClientIP','\"197.88.77.42\"'),(5606,1263,'UserAgent','\"\"'),(5607,1263,'CurrentUserID','0'),(5608,1264,'Attempts','2'),(5609,1264,'ClientIP','\"200.54.235.242\"'),(5610,1264,'UserAgent','\"\"'),(5611,1264,'CurrentUserID','0'),(5612,1265,'Attempts','1'),(5613,1265,'ClientIP','\"41.66.224.5\"'),(5614,1265,'UserAgent','\"\"'),(5615,1265,'CurrentUserID','0'),(5616,1266,'Attempts','1'),(5617,1266,'ClientIP','\"176.24.62.24\"'),(5618,1266,'UserAgent','\"\"'),(5619,1266,'CurrentUserID','0'),(5620,1267,'Attempts','3'),(5621,1267,'ClientIP','\"115.91.132.163\"'),(5622,1267,'UserAgent','\"\"'),(5623,1267,'CurrentUserID','0'),(5624,1268,'Attempts','1'),(5625,1268,'ClientIP','\"88.109.87.156\"'),(5626,1268,'UserAgent','\"\"'),(5627,1268,'CurrentUserID','0'),(5628,1269,'Attempts','1'),(5629,1269,'ClientIP','\"191.242.104.58\"'),(5630,1269,'UserAgent','\"\"'),(5631,1269,'CurrentUserID','0'),(5632,1270,'Attempts','1'),(5633,1270,'ClientIP','\"95.145.226.2\"'),(5634,1270,'UserAgent','\"\"'),(5635,1270,'CurrentUserID','0'),(5636,1271,'Attempts','1'),(5637,1271,'ClientIP','\"197.205.71.242\"'),(5638,1271,'UserAgent','\"\"'),(5639,1271,'CurrentUserID','0'),(5640,1272,'Attempts','1'),(5641,1272,'ClientIP','\"87.2.65.133\"'),(5642,1272,'UserAgent','\"\"'),(5643,1272,'CurrentUserID','0'),(5644,1273,'Attempts','1'),(5645,1273,'ClientIP','\"105.157.229.222\"'),(5646,1273,'UserAgent','\"\"'),(5647,1273,'CurrentUserID','0'),(5648,1274,'Attempts','4'),(5649,1274,'ClientIP','\"78.63.249.46\"'),(5650,1274,'UserAgent','\"\"'),(5651,1274,'CurrentUserID','0'),(5652,1275,'Attempts','1'),(5653,1275,'ClientIP','\"46.185.227.122\"'),(5654,1275,'UserAgent','\"\"'),(5655,1275,'CurrentUserID','0'),(5656,1276,'Attempts','2'),(5657,1276,'ClientIP','\"121.54.54.56\"'),(5658,1276,'UserAgent','\"\"'),(5659,1276,'CurrentUserID','0'),(5660,1277,'Attempts','1'),(5661,1277,'ClientIP','\"78.97.17.38\"'),(5662,1277,'UserAgent','\"\"'),(5663,1277,'CurrentUserID','0'),(5664,1278,'Attempts','1'),(5665,1278,'ClientIP','\"180.70.82.228\"'),(5666,1278,'UserAgent','\"\"'),(5667,1278,'CurrentUserID','0'),(5668,1279,'Attempts','1'),(5669,1279,'ClientIP','\"112.209.245.21\"'),(5670,1279,'UserAgent','\"\"'),(5671,1279,'CurrentUserID','0'),(5672,1280,'Attempts','1'),(5673,1280,'ClientIP','\"182.19.235.166\"'),(5674,1280,'UserAgent','\"\"'),(5675,1280,'CurrentUserID','0'),(5676,1281,'Attempts','1'),(5677,1281,'ClientIP','\"84.117.190.35\"'),(5678,1281,'UserAgent','\"\"'),(5679,1281,'CurrentUserID','0'),(5680,1282,'Attempts','1'),(5681,1282,'ClientIP','\"62.57.39.245\"'),(5682,1282,'UserAgent','\"\"'),(5683,1282,'CurrentUserID','0'),(5684,1283,'Attempts','1'),(5685,1283,'ClientIP','\"77.85.157.14\"'),(5686,1283,'UserAgent','\"\"'),(5687,1283,'CurrentUserID','0'),(5688,1284,'Attempts','2'),(5689,1284,'ClientIP','\"94.232.227.229\"'),(5690,1284,'UserAgent','\"\"'),(5691,1284,'CurrentUserID','0'),(5692,1285,'Attempts','1'),(5693,1285,'ClientIP','\"153.142.12.83\"'),(5694,1285,'UserAgent','\"\"'),(5695,1285,'CurrentUserID','0'),(5696,1286,'Attempts','1'),(5697,1286,'ClientIP','\"84.41.96.89\"'),(5698,1286,'UserAgent','\"\"'),(5699,1286,'CurrentUserID','0'),(5700,1287,'Attempts','5'),(5701,1287,'ClientIP','\"83.110.74.225\"'),(5702,1287,'UserAgent','\"\"'),(5703,1287,'CurrentUserID','0'),(5704,1288,'Attempts','1'),(5705,1288,'ClientIP','\"130.193.155.148\"'),(5706,1288,'UserAgent','\"\"'),(5707,1288,'CurrentUserID','0'),(5708,1289,'Attempts','1'),(5709,1289,'ClientIP','\"197.88.22.12\"'),(5710,1289,'UserAgent','\"\"'),(5711,1289,'CurrentUserID','0'),(5712,1290,'Attempts','3'),(5713,1290,'ClientIP','\"46.99.7.86\"'),(5714,1290,'UserAgent','\"\"'),(5715,1290,'CurrentUserID','0'),(5716,1291,'Attempts','3'),(5717,1291,'ClientIP','\"46.196.144.249\"'),(5718,1291,'UserAgent','\"\"'),(5719,1291,'CurrentUserID','0'),(5720,1292,'Attempts','3'),(5721,1292,'ClientIP','\"24.246.89.143\"'),(5722,1292,'UserAgent','\"\"'),(5723,1292,'CurrentUserID','0'),(5724,1293,'Attempts','1'),(5725,1293,'ClientIP','\"5.149.80.154\"'),(5726,1293,'UserAgent','\"\"'),(5727,1293,'CurrentUserID','0'),(5728,1294,'Attempts','1'),(5729,1294,'ClientIP','\"103.19.253.122\"'),(5730,1294,'UserAgent','\"\"'),(5731,1294,'CurrentUserID','0'),(5732,1295,'Attempts','1'),(5733,1295,'ClientIP','\"121.217.39.187\"'),(5734,1295,'UserAgent','\"\"'),(5735,1295,'CurrentUserID','0'),(5736,1296,'Attempts','2'),(5737,1296,'ClientIP','\"91.74.223.119\"'),(5738,1296,'UserAgent','\"\"'),(5739,1296,'CurrentUserID','0'),(5740,1297,'Attempts','1'),(5741,1297,'ClientIP','\"110.33.105.39\"'),(5742,1297,'UserAgent','\"\"'),(5743,1297,'CurrentUserID','0'),(5744,1298,'Attempts','2'),(5745,1298,'ClientIP','\"203.106.184.81\"'),(5746,1298,'UserAgent','\"\"'),(5747,1298,'CurrentUserID','0'),(5748,1299,'Attempts','1'),(5749,1299,'ClientIP','\"31.56.144.153\"'),(5750,1299,'UserAgent','\"\"'),(5751,1299,'CurrentUserID','0'),(5752,1300,'Attempts','2'),(5753,1300,'ClientIP','\"46.163.62.160\"'),(5754,1300,'UserAgent','\"\"'),(5755,1300,'CurrentUserID','0'),(5756,1301,'Attempts','1'),(5757,1301,'ClientIP','\"210.187.215.109\"'),(5758,1301,'UserAgent','\"\"'),(5759,1301,'CurrentUserID','0'),(5760,1302,'Attempts','2'),(5761,1302,'ClientIP','\"78.83.34.2\"'),(5762,1302,'UserAgent','\"\"'),(5763,1302,'CurrentUserID','0'),(5764,1303,'Attempts','1'),(5765,1303,'ClientIP','\"105.187.9.208\"'),(5766,1303,'UserAgent','\"\"'),(5767,1303,'CurrentUserID','0'),(5768,1304,'Attempts','1'),(5769,1304,'ClientIP','\"149.129.7.0\"'),(5770,1304,'UserAgent','\"\"'),(5771,1304,'CurrentUserID','0'),(5772,1305,'Attempts','1'),(5773,1305,'ClientIP','\"98.17.174.82\"'),(5774,1305,'UserAgent','\"\"'),(5775,1305,'CurrentUserID','0'),(5776,1306,'Attempts','1'),(5777,1306,'ClientIP','\"203.215.120.187\"'),(5778,1306,'UserAgent','\"\"'),(5779,1306,'CurrentUserID','0'),(5780,1307,'Attempts','1'),(5781,1307,'ClientIP','\"65.74.100.61\"'),(5782,1307,'UserAgent','\"\"'),(5783,1307,'CurrentUserID','0'),(5784,1308,'Attempts','1'),(5785,1308,'ClientIP','\"27.121.101.73\"'),(5786,1308,'UserAgent','\"\"'),(5787,1308,'CurrentUserID','0'),(5788,1309,'Attempts','1'),(5789,1309,'ClientIP','\"41.111.6.106\"'),(5790,1309,'UserAgent','\"\"'),(5791,1309,'CurrentUserID','0'),(5792,1310,'Attempts','2'),(5793,1310,'ClientIP','\"94.38.70.133\"'),(5794,1310,'UserAgent','\"\"'),(5795,1310,'CurrentUserID','0'),(5796,1311,'Attempts','1'),(5797,1311,'ClientIP','\"41.86.39.225\"'),(5798,1311,'UserAgent','\"\"'),(5799,1311,'CurrentUserID','0'),(5800,1312,'Attempts','1'),(5801,1312,'ClientIP','\"80.197.117.103\"'),(5802,1312,'UserAgent','\"\"'),(5803,1312,'CurrentUserID','0'),(5804,1313,'Attempts','4'),(5805,1313,'ClientIP','\"73.223.215.16\"'),(5806,1313,'UserAgent','\"\"'),(5807,1313,'CurrentUserID','0'),(5808,1314,'Attempts','1'),(5809,1314,'ClientIP','\"72.197.70.213\"'),(5810,1314,'UserAgent','\"\"'),(5811,1314,'CurrentUserID','0'),(5812,1315,'Attempts','1'),(5813,1315,'ClientIP','\"94.43.130.37\"'),(5814,1315,'UserAgent','\"\"'),(5815,1315,'CurrentUserID','0'),(5816,1316,'Attempts','1'),(5817,1316,'ClientIP','\"79.35.65.75\"'),(5818,1316,'UserAgent','\"\"'),(5819,1316,'CurrentUserID','0'),(5820,1317,'Attempts','1'),(5821,1317,'ClientIP','\"185.37.161.1\"'),(5822,1317,'UserAgent','\"\"'),(5823,1317,'CurrentUserID','0'),(5824,1318,'Attempts','1'),(5825,1318,'ClientIP','\"93.142.197.141\"'),(5826,1318,'UserAgent','\"\"'),(5827,1318,'CurrentUserID','0'),(5828,1319,'Attempts','2'),(5829,1319,'ClientIP','\"2.89.46.186\"'),(5830,1319,'UserAgent','\"\"'),(5831,1319,'CurrentUserID','0'),(5832,1320,'Attempts','2'),(5833,1320,'ClientIP','\"80.4.22.13\"'),(5834,1320,'UserAgent','\"\"'),(5835,1320,'CurrentUserID','0'),(5836,1321,'Attempts','1'),(5837,1321,'ClientIP','\"146.198.96.32\"'),(5838,1321,'UserAgent','\"\"'),(5839,1321,'CurrentUserID','0'),(5840,1322,'Attempts','3'),(5841,1322,'ClientIP','\"190.6.219.75\"'),(5842,1322,'UserAgent','\"\"'),(5843,1322,'CurrentUserID','0'),(5844,1323,'Attempts','2'),(5845,1323,'ClientIP','\"181.30.249.134\"'),(5846,1323,'UserAgent','\"\"'),(5847,1323,'CurrentUserID','0'),(5848,1324,'Attempts','1'),(5849,1324,'ClientIP','\"90.29.4.151\"'),(5850,1324,'UserAgent','\"\"'),(5851,1324,'CurrentUserID','0'),(5852,1325,'Attempts','1'),(5853,1325,'ClientIP','\"1.32.70.54\"'),(5854,1325,'UserAgent','\"\"'),(5855,1325,'CurrentUserID','0'),(5856,1326,'Attempts','3'),(5857,1326,'ClientIP','\"188.50.14.50\"'),(5858,1326,'UserAgent','\"\"'),(5859,1326,'CurrentUserID','0'),(5860,1327,'Attempts','1'),(5861,1327,'ClientIP','\"110.147.150.247\"'),(5862,1327,'UserAgent','\"\"'),(5863,1327,'CurrentUserID','0'),(5864,1328,'Attempts','1'),(5865,1328,'ClientIP','\"94.230.93.184\"'),(5866,1328,'UserAgent','\"\"'),(5867,1328,'CurrentUserID','0'),(5868,1329,'Attempts','3'),(5869,1329,'ClientIP','\"85.154.148.98\"'),(5870,1329,'UserAgent','\"\"'),(5871,1329,'CurrentUserID','0'),(5872,1330,'Attempts','3'),(5873,1330,'ClientIP','\"194.210.192.129\"'),(5874,1330,'UserAgent','\"\"'),(5875,1330,'CurrentUserID','0'),(5876,1331,'Attempts','2'),(5877,1331,'ClientIP','\"5.12.17.64\"'),(5878,1331,'UserAgent','\"\"'),(5879,1331,'CurrentUserID','0'),(5880,1332,'Attempts','1'),(5881,1332,'ClientIP','\"81.235.173.142\"'),(5882,1332,'UserAgent','\"\"'),(5883,1332,'CurrentUserID','0'),(5884,1333,'Attempts','3'),(5885,1333,'ClientIP','\"124.148.163.197\"'),(5886,1333,'UserAgent','\"\"'),(5887,1333,'CurrentUserID','0'),(5888,1334,'Attempts','4'),(5889,1334,'ClientIP','\"31.6.42.42\"'),(5890,1334,'UserAgent','\"\"'),(5891,1334,'CurrentUserID','0'),(5892,1335,'Attempts','2'),(5893,1335,'ClientIP','\"79.169.238.87\"'),(5894,1335,'UserAgent','\"\"'),(5895,1335,'CurrentUserID','0'),(5896,1336,'Attempts','2'),(5897,1336,'ClientIP','\"86.183.0.74\"'),(5898,1336,'UserAgent','\"\"'),(5899,1336,'CurrentUserID','0'),(5900,1337,'Attempts','1'),(5901,1337,'ClientIP','\"66.50.127.89\"'),(5902,1337,'UserAgent','\"\"'),(5903,1337,'CurrentUserID','0'),(5904,1338,'Attempts','2'),(5905,1338,'ClientIP','\"212.93.100.35\"'),(5906,1338,'UserAgent','\"\"'),(5907,1338,'CurrentUserID','0'),(5908,1339,'Attempts','2'),(5909,1339,'ClientIP','\"91.176.112.127\"'),(5910,1339,'UserAgent','\"\"'),(5911,1339,'CurrentUserID','0'),(5912,1340,'Attempts','1'),(5913,1340,'ClientIP','\"79.112.216.14\"'),(5914,1340,'UserAgent','\"\"'),(5915,1340,'CurrentUserID','0'),(5916,1341,'Attempts','1'),(5917,1341,'ClientIP','\"101.181.110.2\"'),(5918,1341,'UserAgent','\"\"'),(5919,1341,'CurrentUserID','0'),(5920,1342,'Attempts','3'),(5921,1342,'ClientIP','\"190.139.250.217\"'),(5922,1342,'UserAgent','\"\"'),(5923,1342,'CurrentUserID','0'),(5924,1343,'Attempts','1'),(5925,1343,'ClientIP','\"176.240.8.36\"'),(5926,1343,'UserAgent','\"\"'),(5927,1343,'CurrentUserID','0'),(5928,1344,'Attempts','3'),(5929,1344,'ClientIP','\"93.139.66.149\"'),(5930,1344,'UserAgent','\"\"'),(5931,1344,'CurrentUserID','0'),(5932,1345,'Attempts','2'),(5933,1345,'ClientIP','\"222.154.137.45\"'),(5934,1345,'UserAgent','\"\"'),(5935,1345,'CurrentUserID','0'),(5936,1346,'Attempts','1'),(5937,1346,'ClientIP','\"95.180.85.157\"'),(5938,1346,'UserAgent','\"\"'),(5939,1346,'CurrentUserID','0'),(5940,1347,'Attempts','1'),(5941,1347,'ClientIP','\"70.211.66.210\"'),(5942,1347,'UserAgent','\"\"'),(5943,1347,'CurrentUserID','0'),(5944,1348,'Attempts','1'),(5945,1348,'ClientIP','\"190.164.68.195\"'),(5946,1348,'UserAgent','\"\"'),(5947,1348,'CurrentUserID','0'),(5948,1349,'Attempts','1'),(5949,1349,'ClientIP','\"176.205.30.12\"'),(5950,1349,'UserAgent','\"\"'),(5951,1349,'CurrentUserID','0'),(5952,1350,'Attempts','1'),(5953,1351,'Attempts','1'),(5954,1351,'ClientIP','\"175.138.115.215\"'),(5955,1350,'ClientIP','\"188.24.225.197\"'),(5956,1350,'UserAgent','\"\"'),(5957,1351,'UserAgent','\"\"'),(5958,1350,'CurrentUserID','0'),(5959,1351,'CurrentUserID','0'),(5960,1352,'Attempts','1'),(5961,1352,'ClientIP','\"176.43.40.237\"'),(5962,1352,'UserAgent','\"\"'),(5963,1352,'CurrentUserID','0'),(5964,1353,'Attempts','1'),(5965,1353,'ClientIP','\"79.21.31.230\"'),(5966,1353,'UserAgent','\"\"'),(5967,1353,'CurrentUserID','0'),(5968,1354,'Attempts','1'),(5969,1354,'ClientIP','\"89.114.212.78\"'),(5970,1354,'UserAgent','\"\"'),(5971,1354,'CurrentUserID','0'),(5972,1355,'Attempts','1'),(5973,1355,'ClientIP','\"87.95.81.84\"'),(5974,1355,'UserAgent','\"\"'),(5975,1355,'CurrentUserID','0'),(5976,1356,'Attempts','1'),(5977,1356,'ClientIP','\"109.98.193.44\"'),(5978,1356,'UserAgent','\"\"'),(5979,1356,'CurrentUserID','0'),(5980,1357,'Attempts','1'),(5981,1357,'ClientIP','\"193.77.101.141\"'),(5982,1357,'UserAgent','\"\"'),(5983,1357,'CurrentUserID','0'),(5984,1358,'Attempts','3'),(5985,1358,'ClientIP','\"82.137.124.105\"'),(5986,1358,'UserAgent','\"\"'),(5987,1358,'CurrentUserID','0'),(5988,1359,'Attempts','2'),(5989,1359,'ClientIP','\"182.185.240.193\"'),(5990,1359,'UserAgent','\"\"'),(5991,1359,'CurrentUserID','0'),(5992,1360,'Attempts','4'),(5993,1360,'ClientIP','\"208.104.131.34\"'),(5994,1360,'UserAgent','\"\"'),(5995,1360,'CurrentUserID','0'),(5996,1361,'Attempts','3'),(5997,1361,'ClientIP','\"67.185.109.131\"'),(5998,1361,'UserAgent','\"\"'),(5999,1361,'CurrentUserID','0'),(6000,1362,'Attempts','1'),(6001,1363,'Attempts','1'),(6002,1362,'ClientIP','\"88.167.223.92\"'),(6003,1363,'ClientIP','\"125.165.19.160\"'),(6004,1362,'UserAgent','\"\"'),(6005,1363,'UserAgent','\"\"'),(6006,1362,'CurrentUserID','0'),(6007,1363,'CurrentUserID','0'),(6008,1364,'Attempts','1'),(6009,1364,'ClientIP','\"184.75.217.241\"'),(6010,1364,'UserAgent','\"\"'),(6011,1364,'CurrentUserID','0'),(6012,1365,'Attempts','2'),(6013,1365,'ClientIP','\"94.99.148.231\"'),(6014,1365,'UserAgent','\"\"'),(6015,1365,'CurrentUserID','0'),(6016,1366,'Attempts','1'),(6017,1366,'ClientIP','\"141.255.16.115\"'),(6018,1366,'UserAgent','\"\"'),(6019,1366,'CurrentUserID','0'),(6020,1367,'Attempts','3'),(6021,1367,'ClientIP','\"86.14.124.97\"'),(6022,1367,'UserAgent','\"\"'),(6023,1367,'CurrentUserID','0'),(6024,1368,'Attempts','2'),(6025,1368,'ClientIP','\"158.195.149.52\"'),(6026,1368,'UserAgent','\"\"'),(6027,1368,'CurrentUserID','0'),(6028,1369,'Attempts','1'),(6029,1369,'ClientIP','\"109.175.101.96\"'),(6030,1369,'UserAgent','\"\"'),(6031,1369,'CurrentUserID','0'),(6032,1370,'Attempts','1'),(6033,1370,'ClientIP','\"95.85.139.45\"'),(6034,1370,'UserAgent','\"\"'),(6035,1370,'CurrentUserID','0'),(6036,1371,'Attempts','1'),(6037,1371,'ClientIP','\"39.33.167.218\"'),(6038,1371,'UserAgent','\"\"'),(6039,1371,'CurrentUserID','0'),(6040,1372,'Attempts','1'),(6041,1372,'ClientIP','\"86.125.149.115\"'),(6042,1372,'UserAgent','\"\"'),(6043,1372,'CurrentUserID','0'),(6044,1373,'Attempts','1'),(6045,1373,'ClientIP','\"93.143.210.67\"'),(6046,1373,'UserAgent','\"\"'),(6047,1373,'CurrentUserID','0'),(6048,1374,'Attempts','1'),(6049,1374,'ClientIP','\"108.80.246.103\"'),(6050,1374,'UserAgent','\"\"'),(6051,1374,'CurrentUserID','0'),(6052,1375,'Attempts','1'),(6053,1375,'ClientIP','\"180.196.44.41\"'),(6054,1375,'UserAgent','\"\"'),(6055,1375,'CurrentUserID','0'),(6056,1376,'Attempts','1'),(6057,1376,'ClientIP','\"191.248.18.141\"'),(6058,1376,'UserAgent','\"\"'),(6059,1376,'CurrentUserID','0'),(6060,1377,'Attempts','4'),(6061,1377,'ClientIP','\"86.146.35.30\"'),(6062,1377,'UserAgent','\"\"'),(6063,1377,'CurrentUserID','0'),(6064,1378,'Attempts','1'),(6065,1378,'ClientIP','\"1.32.75.20\"'),(6066,1378,'UserAgent','\"\"'),(6067,1378,'CurrentUserID','0'),(6068,1379,'Attempts','2'),(6069,1379,'ClientIP','\"124.43.195.123\"'),(6070,1379,'UserAgent','\"\"'),(6071,1379,'CurrentUserID','0'),(6072,1380,'Attempts','1'),(6073,1380,'ClientIP','\"68.173.59.5\"'),(6074,1380,'UserAgent','\"\"'),(6075,1380,'CurrentUserID','0'),(6076,1381,'Attempts','1'),(6077,1381,'ClientIP','\"82.21.64.251\"'),(6078,1381,'UserAgent','\"\"'),(6079,1381,'CurrentUserID','0'),(6080,1382,'Attempts','1'),(6081,1382,'ClientIP','\"185.5.153.181\"'),(6082,1382,'UserAgent','\"\"'),(6083,1382,'CurrentUserID','0'),(6084,1383,'Attempts','1'),(6085,1383,'ClientIP','\"115.64.49.32\"'),(6086,1383,'UserAgent','\"\"'),(6087,1383,'CurrentUserID','0'),(6088,1384,'Attempts','1'),(6089,1384,'ClientIP','\"92.80.19.228\"'),(6090,1384,'UserAgent','\"\"'),(6091,1384,'CurrentUserID','0'),(6092,1385,'Attempts','1'),(6093,1385,'ClientIP','\"31.30.36.164\"'),(6094,1385,'UserAgent','\"\"'),(6095,1385,'CurrentUserID','0'),(6096,1386,'Attempts','1'),(6097,1386,'ClientIP','\"197.237.210.43\"'),(6098,1386,'UserAgent','\"\"'),(6099,1386,'CurrentUserID','0'),(6100,1387,'Attempts','1'),(6101,1387,'ClientIP','\"88.8.188.63\"'),(6102,1387,'UserAgent','\"\"'),(6103,1387,'CurrentUserID','0'),(6104,1388,'Attempts','1'),(6105,1388,'ClientIP','\"86.47.50.81\"'),(6106,1388,'UserAgent','\"\"'),(6107,1388,'CurrentUserID','0'),(6108,1389,'Attempts','1'),(6109,1389,'ClientIP','\"108.49.149.208\"'),(6110,1389,'UserAgent','\"\"'),(6111,1389,'CurrentUserID','0'),(6112,1390,'Attempts','2'),(6113,1390,'ClientIP','\"181.168.202.103\"'),(6114,1390,'UserAgent','\"\"'),(6115,1390,'CurrentUserID','0'),(6116,1391,'Attempts','1'),(6117,1391,'ClientIP','\"197.203.243.90\"'),(6118,1391,'UserAgent','\"\"'),(6119,1391,'CurrentUserID','0'),(6120,1392,'Attempts','1'),(6121,1392,'ClientIP','\"46.185.176.113\"'),(6122,1392,'UserAgent','\"\"'),(6123,1392,'CurrentUserID','0'),(6124,1393,'Attempts','1'),(6125,1393,'ClientIP','\"125.60.156.141\"'),(6126,1393,'UserAgent','\"\"'),(6127,1393,'CurrentUserID','0'),(6128,1394,'Attempts','2'),(6129,1394,'ClientIP','\"190.15.201.36\"'),(6130,1394,'UserAgent','\"\"'),(6131,1394,'CurrentUserID','0'),(6132,1395,'Attempts','1'),(6133,1395,'ClientIP','\"83.163.6.236\"'),(6134,1395,'UserAgent','\"\"'),(6135,1395,'CurrentUserID','0'),(6136,1396,'Attempts','2'),(6137,1396,'ClientIP','\"202.83.172.26\"'),(6138,1396,'UserAgent','\"\"'),(6139,1396,'CurrentUserID','0'),(6140,1397,'Attempts','2'),(6141,1397,'ClientIP','\"77.98.205.107\"'),(6142,1397,'UserAgent','\"\"'),(6143,1397,'CurrentUserID','0'),(6144,1398,'Attempts','1'),(6145,1398,'ClientIP','\"89.78.95.135\"'),(6146,1398,'UserAgent','\"\"'),(6147,1398,'CurrentUserID','0'),(6148,1399,'Attempts','1'),(6149,1399,'ClientIP','\"78.149.224.173\"'),(6150,1399,'UserAgent','\"\"'),(6151,1399,'CurrentUserID','0'),(6152,1400,'Attempts','1'),(6153,1400,'ClientIP','\"177.102.184.84\"'),(6154,1400,'UserAgent','\"\"'),(6155,1400,'CurrentUserID','0'),(6156,1401,'Attempts','1'),(6157,1401,'ClientIP','\"168.167.126.219\"'),(6158,1401,'UserAgent','\"\"'),(6159,1401,'CurrentUserID','0'),(6160,1402,'Attempts','1'),(6161,1402,'ClientIP','\"105.104.2.236\"'),(6162,1402,'UserAgent','\"\"'),(6163,1402,'CurrentUserID','0'),(6164,1403,'Attempts','1'),(6165,1403,'ClientIP','\"220.143.62.40\"'),(6166,1403,'UserAgent','\"\"'),(6167,1403,'CurrentUserID','0'),(6168,1404,'Attempts','1'),(6169,1404,'ClientIP','\"124.82.89.76\"'),(6170,1404,'UserAgent','\"\"'),(6171,1404,'CurrentUserID','0'),(6172,1405,'Attempts','3'),(6173,1405,'ClientIP','\"202.142.104.148\"'),(6174,1405,'UserAgent','\"\"'),(6175,1405,'CurrentUserID','0'),(6176,1406,'Attempts','1'),(6177,1406,'ClientIP','\"109.147.141.65\"'),(6178,1406,'UserAgent','\"\"'),(6179,1406,'CurrentUserID','0'),(6180,1407,'Attempts','2'),(6181,1407,'ClientIP','\"121.136.210.121\"'),(6182,1407,'UserAgent','\"\"'),(6183,1407,'CurrentUserID','0'),(6184,1408,'Attempts','1'),(6185,1408,'ClientIP','\"105.236.167.174\"'),(6186,1408,'UserAgent','\"\"'),(6187,1408,'CurrentUserID','0'),(6188,1409,'Attempts','1'),(6189,1409,'ClientIP','\"177.97.192.178\"'),(6190,1409,'UserAgent','\"\"'),(6191,1409,'CurrentUserID','0'),(6192,1410,'Attempts','1'),(6193,1410,'ClientIP','\"60.53.19.194\"'),(6194,1410,'UserAgent','\"\"'),(6195,1410,'CurrentUserID','0'),(6196,1411,'Attempts','1'),(6197,1411,'ClientIP','\"197.200.222.116\"'),(6198,1411,'UserAgent','\"\"'),(6199,1411,'CurrentUserID','0'),(6200,1412,'Attempts','1'),(6201,1412,'ClientIP','\"212.195.128.135\"'),(6202,1412,'UserAgent','\"\"'),(6203,1412,'CurrentUserID','0'),(6204,1413,'Attempts','1'),(6205,1413,'ClientIP','\"105.157.194.191\"'),(6206,1413,'UserAgent','\"\"'),(6207,1413,'CurrentUserID','0'),(6208,1414,'Attempts','1'),(6209,1414,'ClientIP','\"190.20.15.198\"'),(6210,1414,'UserAgent','\"\"'),(6211,1414,'CurrentUserID','0'),(6212,1415,'Attempts','1'),(6213,1415,'ClientIP','\"105.228.53.103\"'),(6214,1415,'UserAgent','\"\"'),(6215,1415,'CurrentUserID','0'),(6216,1416,'Attempts','1'),(6217,1416,'ClientIP','\"77.54.224.245\"'),(6218,1416,'UserAgent','\"\"'),(6219,1416,'CurrentUserID','0'),(6220,1417,'Attempts','1'),(6221,1417,'ClientIP','\"203.106.153.218\"'),(6222,1417,'UserAgent','\"\"'),(6223,1417,'CurrentUserID','0'),(6224,1418,'Attempts','1'),(6225,1418,'ClientIP','\"49.150.139.113\"'),(6226,1418,'UserAgent','\"\"'),(6227,1418,'CurrentUserID','0'),(6228,1419,'Attempts','1'),(6229,1419,'ClientIP','\"197.200.16.234\"'),(6230,1419,'UserAgent','\"\"'),(6231,1419,'CurrentUserID','0'),(6232,1420,'Attempts','1'),(6233,1420,'ClientIP','\"105.111.95.28\"'),(6234,1420,'UserAgent','\"\"'),(6235,1420,'CurrentUserID','0'),(6236,1421,'Attempts','1'),(6237,1421,'ClientIP','\"212.12.206.158\"'),(6238,1421,'UserAgent','\"\"'),(6239,1421,'CurrentUserID','0'),(6240,1422,'Attempts','1'),(6241,1422,'ClientIP','\"68.231.149.48\"'),(6242,1422,'UserAgent','\"\"'),(6243,1422,'CurrentUserID','0'),(6244,1423,'Attempts','2'),(6245,1423,'ClientIP','\"200.112.60.17\"'),(6246,1423,'UserAgent','\"\"'),(6247,1423,'CurrentUserID','0'),(6248,1424,'Attempts','1'),(6249,1424,'ClientIP','\"112.198.103.31\"'),(6250,1424,'UserAgent','\"\"'),(6251,1424,'CurrentUserID','0'),(6252,1425,'Attempts','1'),(6253,1425,'ClientIP','\"118.208.2.159\"'),(6254,1425,'UserAgent','\"\"'),(6255,1425,'CurrentUserID','0'),(6256,1426,'Attempts','1'),(6257,1426,'ClientIP','\"121.54.54.61\"'),(6258,1426,'UserAgent','\"\"'),(6259,1426,'CurrentUserID','0'),(6260,1427,'Attempts','1'),(6261,1427,'ClientIP','\"182.178.212.42\"'),(6262,1427,'UserAgent','\"\"'),(6263,1427,'CurrentUserID','0'),(6264,1428,'Attempts','1'),(6265,1428,'ClientIP','\"89.207.195.14\"'),(6266,1428,'UserAgent','\"\"'),(6267,1428,'CurrentUserID','0'),(6268,1429,'Attempts','1'),(6269,1429,'ClientIP','\"39.54.67.117\"'),(6270,1429,'UserAgent','\"\"'),(6271,1429,'CurrentUserID','0'),(6272,1430,'Attempts','1'),(6273,1430,'ClientIP','\"190.94.3.139\"'),(6274,1430,'UserAgent','\"\"'),(6275,1430,'CurrentUserID','0'),(6276,1431,'Attempts','1'),(6277,1431,'ClientIP','\"86.205.99.132\"'),(6278,1431,'UserAgent','\"\"'),(6279,1431,'CurrentUserID','0'),(6280,1432,'Attempts','1'),(6281,1432,'ClientIP','\"178.21.237.211\"'),(6282,1432,'UserAgent','\"\"'),(6283,1432,'CurrentUserID','0'),(6284,1433,'Attempts','1'),(6285,1433,'ClientIP','\"31.205.17.10\"'),(6286,1433,'UserAgent','\"\"'),(6287,1433,'CurrentUserID','0'),(6288,1434,'Attempts','1'),(6289,1434,'ClientIP','\"91.250.254.127\"'),(6290,1434,'UserAgent','\"\"'),(6291,1434,'CurrentUserID','0'),(6292,1435,'Attempts','1'),(6293,1435,'ClientIP','\"77.69.129.88\"'),(6294,1435,'UserAgent','\"\"'),(6295,1435,'CurrentUserID','0'),(6296,1436,'Attempts','2'),(6297,1436,'ClientIP','\"180.196.47.163\"'),(6298,1436,'UserAgent','\"\"'),(6299,1436,'CurrentUserID','0'),(6300,1437,'Attempts','1'),(6301,1437,'ClientIP','\"79.101.146.207\"'),(6302,1437,'UserAgent','\"\"'),(6303,1437,'CurrentUserID','0'),(6304,1438,'Attempts','1'),(6305,1438,'ClientIP','\"23.240.208.137\"'),(6306,1438,'UserAgent','\"\"'),(6307,1438,'CurrentUserID','0'),(6308,1439,'Attempts','1'),(6309,1439,'ClientIP','\"36.37.186.98\"'),(6310,1439,'UserAgent','\"\"'),(6311,1439,'CurrentUserID','0'),(6312,1440,'Attempts','1'),(6313,1440,'ClientIP','\"177.230.15.98\"'),(6314,1440,'UserAgent','\"\"'),(6315,1440,'CurrentUserID','0'),(6316,1441,'Attempts','1'),(6317,1441,'ClientIP','\"79.7.12.246\"'),(6318,1441,'UserAgent','\"\"'),(6319,1441,'CurrentUserID','0'),(6320,1442,'Attempts','2'),(6321,1442,'ClientIP','\"176.249.73.0\"'),(6322,1442,'UserAgent','\"\"'),(6323,1442,'CurrentUserID','0'),(6324,1443,'Attempts','1'),(6325,1443,'ClientIP','\"109.182.70.42\"'),(6326,1443,'UserAgent','\"\"'),(6327,1443,'CurrentUserID','0'),(6328,1444,'Attempts','1'),(6329,1444,'ClientIP','\"82.78.54.199\"'),(6330,1444,'UserAgent','\"\"'),(6331,1444,'CurrentUserID','0'),(6332,1445,'Attempts','1'),(6333,1445,'ClientIP','\"204.93.58.180\"'),(6334,1445,'UserAgent','\"\"'),(6335,1445,'CurrentUserID','0'),(6336,1446,'Attempts','1'),(6337,1446,'ClientIP','\"77.28.89.88\"'),(6338,1446,'UserAgent','\"\"'),(6339,1446,'CurrentUserID','0'),(6340,1447,'Attempts','2'),(6341,1447,'ClientIP','\"213.150.178.114\"'),(6342,1447,'UserAgent','\"\"'),(6343,1447,'CurrentUserID','0'),(6344,1448,'Attempts','1'),(6345,1448,'ClientIP','\"197.27.79.161\"'),(6346,1448,'UserAgent','\"\"'),(6347,1448,'CurrentUserID','0'),(6348,1449,'Attempts','1'),(6349,1449,'ClientIP','\"222.127.183.234\"'),(6350,1449,'UserAgent','\"\"'),(6351,1449,'CurrentUserID','0'),(6352,1450,'Attempts','1'),(6353,1450,'ClientIP','\"77.131.254.17\"'),(6354,1450,'UserAgent','\"\"'),(6355,1450,'CurrentUserID','0'),(6356,1451,'Attempts','1'),(6357,1451,'ClientIP','\"121.54.54.224\"'),(6358,1451,'UserAgent','\"\"'),(6359,1451,'CurrentUserID','0'),(6360,1452,'Attempts','1'),(6361,1452,'ClientIP','\"153.220.241.60\"'),(6362,1452,'UserAgent','\"\"'),(6363,1452,'CurrentUserID','0'),(6364,1453,'Attempts','1'),(6365,1453,'ClientIP','\"94.230.93.232\"'),(6366,1453,'UserAgent','\"\"'),(6367,1453,'CurrentUserID','0'),(6368,1454,'Attempts','1'),(6369,1454,'ClientIP','\"190.113.112.98\"'),(6370,1454,'UserAgent','\"\"'),(6371,1454,'CurrentUserID','0'),(6372,1455,'Attempts','1'),(6373,1455,'ClientIP','\"121.54.58.227\"'),(6374,1455,'UserAgent','\"\"'),(6375,1455,'CurrentUserID','0'),(6376,1456,'Attempts','1'),(6377,1456,'ClientIP','\"83.187.130.242\"'),(6378,1456,'UserAgent','\"\"'),(6379,1456,'CurrentUserID','0'),(6380,1457,'Attempts','1'),(6381,1457,'ClientIP','\"67.248.84.92\"'),(6382,1457,'UserAgent','\"\"'),(6383,1457,'CurrentUserID','0'),(6384,1458,'Attempts','1'),(6385,1458,'ClientIP','\"112.200.5.110\"'),(6386,1458,'UserAgent','\"\"'),(6387,1458,'CurrentUserID','0'),(6388,1459,'Attempts','1'),(6389,1459,'ClientIP','\"178.148.161.15\"'),(6390,1459,'UserAgent','\"\"'),(6391,1459,'CurrentUserID','0'),(6392,1460,'Attempts','1'),(6393,1460,'ClientIP','\"217.23.38.82\"'),(6394,1460,'UserAgent','\"\"'),(6395,1460,'CurrentUserID','0'),(6396,1461,'Attempts','1'),(6397,1461,'ClientIP','\"93.140.172.15\"'),(6398,1461,'UserAgent','\"\"'),(6399,1461,'CurrentUserID','0'),(6400,1462,'Attempts','1'),(6401,1462,'ClientIP','\"176.61.2.20\"'),(6402,1462,'UserAgent','\"\"'),(6403,1462,'CurrentUserID','0'),(6404,1463,'Attempts','1'),(6405,1463,'ClientIP','\"41.235.7.172\"'),(6406,1463,'UserAgent','\"\"'),(6407,1463,'CurrentUserID','0'),(6408,1464,'Attempts','1'),(6409,1464,'ClientIP','\"197.134.148.81\"'),(6410,1464,'UserAgent','\"\"'),(6411,1464,'CurrentUserID','0'),(6412,1465,'Attempts','1'),(6413,1465,'ClientIP','\"2.86.213.45\"'),(6414,1465,'UserAgent','\"\"'),(6415,1465,'CurrentUserID','0'),(6416,1466,'Attempts','1'),(6417,1466,'ClientIP','\"188.25.157.14\"'),(6418,1466,'UserAgent','\"\"'),(6419,1466,'CurrentUserID','0'),(6420,1467,'Attempts','1'),(6421,1467,'ClientIP','\"201.67.36.158\"'),(6422,1467,'UserAgent','\"\"'),(6423,1467,'CurrentUserID','0'),(6424,1468,'Attempts','1'),(6425,1468,'ClientIP','\"84.31.251.56\"'),(6426,1468,'UserAgent','\"\"'),(6427,1468,'CurrentUserID','0'),(6428,1469,'Attempts','1'),(6429,1469,'ClientIP','\"1.32.70.67\"'),(6430,1469,'UserAgent','\"\"'),(6431,1469,'CurrentUserID','0'),(6432,1470,'Attempts','1'),(6433,1470,'ClientIP','\"176.40.19.26\"'),(6434,1470,'UserAgent','\"\"'),(6435,1470,'CurrentUserID','0'),(6436,1471,'Attempts','1'),(6437,1471,'ClientIP','\"108.194.28.238\"'),(6438,1471,'UserAgent','\"\"'),(6439,1471,'CurrentUserID','0'),(6440,1472,'Attempts','1'),(6441,1472,'ClientIP','\"2.136.119.7\"'),(6442,1472,'UserAgent','\"\"'),(6443,1472,'CurrentUserID','0'),(6444,1473,'Attempts','1'),(6445,1473,'ClientIP','\"202.65.175.36\"'),(6446,1473,'UserAgent','\"\"'),(6447,1473,'CurrentUserID','0'),(6448,1474,'Attempts','1'),(6449,1474,'ClientIP','\"77.100.156.107\"'),(6450,1474,'UserAgent','\"\"'),(6451,1474,'CurrentUserID','0'),(6452,1475,'Attempts','1'),(6453,1475,'ClientIP','\"118.101.255.162\"'),(6454,1475,'UserAgent','\"\"'),(6455,1475,'CurrentUserID','0'),(6456,1476,'Attempts','2'),(6457,1476,'ClientIP','\"80.11.137.94\"'),(6458,1476,'UserAgent','\"\"'),(6459,1476,'CurrentUserID','0'),(6460,1477,'Attempts','1'),(6461,1477,'ClientIP','\"31.215.86.198\"'),(6462,1477,'UserAgent','\"\"'),(6463,1477,'CurrentUserID','0'),(6464,1478,'Attempts','2'),(6465,1478,'ClientIP','\"86.183.0.74\"'),(6466,1478,'UserAgent','\"\"'),(6467,1478,'CurrentUserID','0'),(6468,1479,'Attempts','2'),(6469,1479,'ClientIP','\"85.187.221.36\"'),(6470,1479,'UserAgent','\"\"'),(6471,1479,'CurrentUserID','0'),(6472,1480,'Attempts','2'),(6473,1480,'ClientIP','\"131.0.124.229\"'),(6474,1480,'UserAgent','\"\"'),(6475,1480,'CurrentUserID','0'),(6476,1481,'Attempts','4'),(6477,1481,'ClientIP','\"31.210.187.198\"'),(6478,1481,'UserAgent','\"\"'),(6479,1481,'CurrentUserID','0'),(6480,1482,'Attempts','2'),(6481,1482,'ClientIP','\"186.91.179.234\"'),(6482,1482,'UserAgent','\"\"'),(6483,1482,'CurrentUserID','0'),(6484,1483,'Attempts','2'),(6485,1483,'ClientIP','\"212.242.224.88\"'),(6486,1483,'UserAgent','\"\"'),(6487,1483,'CurrentUserID','0'),(6488,1484,'Attempts','2'),(6489,1484,'ClientIP','\"197.231.254.70\"'),(6490,1484,'UserAgent','\"\"'),(6491,1484,'CurrentUserID','0'),(6492,1485,'Attempts','1'),(6493,1485,'ClientIP','\"202.152.86.251\"'),(6494,1485,'UserAgent','\"\"'),(6495,1485,'CurrentUserID','0'),(6496,1486,'Attempts','5'),(6497,1486,'ClientIP','\"85.222.92.225\"'),(6498,1486,'UserAgent','\"\"'),(6499,1486,'CurrentUserID','0'),(6500,1487,'Attempts','1'),(6501,1487,'ClientIP','\"178.152.133.242\"'),(6502,1487,'UserAgent','\"\"'),(6503,1487,'CurrentUserID','0'),(6504,1488,'Attempts','2'),(6505,1489,'Attempts','2'),(6506,1488,'ClientIP','\"79.176.57.220\"'),(6507,1489,'ClientIP','\"85.154.121.159\"'),(6508,1488,'UserAgent','\"\"'),(6509,1489,'UserAgent','\"\"'),(6510,1488,'CurrentUserID','0'),(6511,1489,'CurrentUserID','0'),(6512,1490,'Attempts','2'),(6513,1490,'ClientIP','\"105.225.69.215\"'),(6514,1490,'UserAgent','\"\"'),(6515,1490,'CurrentUserID','0'),(6516,1491,'Attempts','1'),(6517,1491,'ClientIP','\"115.167.34.222\"'),(6518,1491,'UserAgent','\"\"'),(6519,1491,'CurrentUserID','0'),(6520,1492,'Attempts','4'),(6521,1492,'ClientIP','\"103.247.135.228\"'),(6522,1492,'UserAgent','\"\"'),(6523,1492,'CurrentUserID','0'),(6524,1493,'Attempts','1'),(6525,1493,'ClientIP','\"91.176.112.127\"'),(6526,1493,'UserAgent','\"\"'),(6527,1493,'CurrentUserID','0'),(6528,1494,'Attempts','4'),(6529,1494,'ClientIP','\"39.32.8.227\"'),(6530,1494,'UserAgent','\"\"'),(6531,1494,'CurrentUserID','0'),(6532,1495,'Attempts','2'),(6533,1495,'ClientIP','\"202.129.11.126\"'),(6534,1495,'UserAgent','\"\"'),(6535,1495,'CurrentUserID','0'),(6536,1496,'Attempts','2'),(6537,1496,'ClientIP','\"90.37.164.19\"'),(6538,1496,'UserAgent','\"\"'),(6539,1496,'CurrentUserID','0'),(6540,1497,'Attempts','5'),(6541,1497,'ClientIP','\"80.6.112.74\"'),(6542,1497,'UserAgent','\"\"'),(6543,1497,'CurrentUserID','0'),(6544,1498,'Attempts','1'),(6545,1498,'ClientIP','\"180.250.75.218\"'),(6546,1498,'UserAgent','\"\"'),(6547,1498,'CurrentUserID','0'),(6548,1499,'Attempts','1'),(6549,1499,'ClientIP','\"201.146.50.85\"'),(6550,1499,'UserAgent','\"\"'),(6551,1499,'CurrentUserID','0'),(6552,1500,'Attempts','2'),(6553,1500,'ClientIP','\"212.189.140.12\"'),(6554,1500,'UserAgent','\"\"'),(6555,1500,'CurrentUserID','0'),(6556,1501,'Attempts','1'),(6557,1501,'ClientIP','\"79.178.166.206\"'),(6558,1501,'UserAgent','\"\"'),(6559,1501,'CurrentUserID','0'),(6560,1502,'Attempts','3'),(6561,1502,'ClientIP','\"58.185.218.226\"'),(6562,1502,'UserAgent','\"\"'),(6563,1502,'CurrentUserID','0'),(6564,1503,'Attempts','2'),(6565,1503,'ClientIP','\"67.185.109.131\"'),(6566,1503,'UserAgent','\"\"'),(6567,1503,'CurrentUserID','0'),(6568,1504,'Attempts','4'),(6569,1504,'ClientIP','\"87.100.41.230\"'),(6570,1504,'UserAgent','\"\"'),(6571,1504,'CurrentUserID','0'),(6572,1505,'Attempts','2'),(6573,1505,'ClientIP','\"49.151.97.212\"'),(6574,1505,'UserAgent','\"\"'),(6575,1505,'CurrentUserID','0'),(6576,1506,'Attempts','2'),(6577,1506,'ClientIP','\"121.121.57.84\"'),(6578,1506,'UserAgent','\"\"'),(6579,1506,'CurrentUserID','0'),(6580,1507,'Attempts','2'),(6581,1507,'ClientIP','\"91.137.174.155\"'),(6582,1507,'UserAgent','\"\"'),(6583,1507,'CurrentUserID','0'),(6584,1508,'Attempts','2'),(6585,1508,'ClientIP','\"212.187.200.190\"'),(6586,1508,'UserAgent','\"\"'),(6587,1508,'CurrentUserID','0'),(6588,1509,'Attempts','3'),(6589,1509,'ClientIP','\"123.99.104.155\"'),(6590,1509,'UserAgent','\"\"'),(6591,1509,'CurrentUserID','0'),(6592,1510,'Attempts','4'),(6593,1510,'ClientIP','\"84.245.219.96\"'),(6594,1510,'UserAgent','\"\"'),(6595,1510,'CurrentUserID','0'),(6596,1511,'Attempts','1'),(6597,1511,'ClientIP','\"92.80.19.228\"'),(6598,1511,'UserAgent','\"\"'),(6599,1511,'CurrentUserID','0'),(6600,1512,'Attempts','1'),(6601,1512,'ClientIP','\"79.101.146.207\"'),(6602,1512,'UserAgent','\"\"'),(6603,1512,'CurrentUserID','0'),(6604,1513,'Attempts','3'),(6605,1513,'ClientIP','\"72.183.195.183\"'),(6606,1513,'UserAgent','\"\"'),(6607,1513,'CurrentUserID','0'),(6608,1514,'Attempts','3'),(6609,1514,'ClientIP','\"62.149.108.89\"'),(6610,1514,'UserAgent','\"\"'),(6611,1514,'CurrentUserID','0'),(6612,1515,'Attempts','3'),(6613,1515,'ClientIP','\"89.212.202.43\"'),(6614,1515,'UserAgent','\"\"'),(6615,1515,'CurrentUserID','0'),(6616,1516,'Attempts','1'),(6617,1516,'ClientIP','\"208.31.49.56\"'),(6618,1516,'UserAgent','\"\"'),(6619,1516,'CurrentUserID','0'),(6620,1517,'Attempts','2'),(6621,1517,'ClientIP','\"31.185.197.193\"'),(6622,1517,'UserAgent','\"\"'),(6623,1517,'CurrentUserID','0'),(6624,1518,'Attempts','1'),(6625,1518,'ClientIP','\"195.122.2.196\"'),(6626,1518,'UserAgent','\"\"'),(6627,1518,'CurrentUserID','0'),(6628,1519,'Attempts','1'),(6629,1519,'ClientIP','\"190.166.252.43\"'),(6630,1519,'UserAgent','\"\"'),(6631,1519,'CurrentUserID','0'),(6632,1520,'Attempts','3'),(6633,1520,'ClientIP','\"77.131.254.17\"'),(6634,1520,'UserAgent','\"\"'),(6635,1520,'CurrentUserID','0'),(6636,1521,'Attempts','2'),(6637,1521,'ClientIP','\"176.45.250.170\"'),(6638,1521,'UserAgent','\"\"'),(6639,1521,'CurrentUserID','0'),(6640,1522,'Attempts','3'),(6641,1522,'ClientIP','\"200.112.60.17\"'),(6642,1522,'UserAgent','\"\"'),(6643,1522,'CurrentUserID','0'),(6644,1523,'Attempts','2'),(6645,1523,'ClientIP','\"203.59.149.214\"'),(6646,1523,'UserAgent','\"\"'),(6647,1523,'CurrentUserID','0'),(6648,1524,'Attempts','1'),(6649,1524,'ClientIP','\"151.226.45.67\"'),(6650,1524,'UserAgent','\"\"'),(6651,1524,'CurrentUserID','0'),(6652,1525,'Attempts','2'),(6653,1525,'ClientIP','\"187.113.141.190\"'),(6654,1525,'UserAgent','\"\"'),(6655,1525,'CurrentUserID','0'),(6656,1526,'Attempts','2'),(6657,1526,'ClientIP','\"213.175.179.138\"'),(6658,1526,'UserAgent','\"\"'),(6659,1526,'CurrentUserID','0'),(6660,1527,'Attempts','2'),(6661,1527,'ClientIP','\"82.137.124.105\"'),(6662,1527,'UserAgent','\"\"'),(6663,1527,'CurrentUserID','0'),(6664,1528,'Attempts','1'),(6665,1528,'ClientIP','\"31.11.114.158\"'),(6666,1528,'UserAgent','\"\"'),(6667,1528,'CurrentUserID','0'),(6668,1529,'Attempts','1'),(6669,1529,'ClientIP','\"112.198.103.149\"'),(6670,1529,'UserAgent','\"\"'),(6671,1529,'CurrentUserID','0'),(6672,1530,'Attempts','1'),(6673,1530,'ClientIP','\"72.240.123.10\"'),(6674,1530,'UserAgent','\"\"'),(6675,1530,'CurrentUserID','0'),(6676,1531,'Attempts','2'),(6677,1531,'ClientIP','\"132.72.209.10\"'),(6678,1531,'UserAgent','\"\"'),(6679,1531,'CurrentUserID','0'),(6680,1532,'Attempts','3'),(6681,1532,'ClientIP','\"202.126.28.154\"'),(6682,1532,'UserAgent','\"\"'),(6683,1532,'CurrentUserID','0'),(6684,1533,'Attempts','1'),(6685,1533,'ClientIP','\"121.54.54.56\"'),(6686,1533,'UserAgent','\"\"'),(6687,1533,'CurrentUserID','0'),(6688,1534,'Attempts','1'),(6689,1534,'ClientIP','\"119.92.196.50\"'),(6690,1534,'UserAgent','\"\"'),(6691,1534,'CurrentUserID','0'),(6692,1535,'Attempts','2'),(6693,1535,'ClientIP','\"106.240.246.76\"'),(6694,1535,'UserAgent','\"\"'),(6695,1535,'CurrentUserID','0'),(6696,1536,'Attempts','2'),(6697,1536,'ClientIP','\"98.112.181.134\"'),(6698,1536,'UserAgent','\"\"'),(6699,1536,'CurrentUserID','0'),(6700,1537,'Attempts','1'),(6701,1537,'ClientIP','\"149.3.33.170\"'),(6702,1537,'UserAgent','\"\"'),(6703,1537,'CurrentUserID','0'),(6704,1538,'Attempts','1'),(6705,1538,'ClientIP','\"49.149.45.222\"'),(6706,1538,'UserAgent','\"\"'),(6707,1538,'CurrentUserID','0'),(6708,1539,'Attempts','1'),(6709,1539,'ClientIP','\"171.96.183.219\"'),(6710,1539,'UserAgent','\"\"'),(6711,1539,'CurrentUserID','0'),(6712,1540,'Attempts','4'),(6713,1540,'ClientIP','\"91.183.94.86\"'),(6714,1540,'UserAgent','\"\"'),(6715,1540,'CurrentUserID','0'),(6716,1541,'Attempts','1'),(6717,1541,'ClientIP','\"208.104.131.34\"'),(6718,1541,'UserAgent','\"\"'),(6719,1541,'CurrentUserID','0'),(6720,1542,'Attempts','2'),(6721,1542,'ClientIP','\"86.205.99.132\"'),(6722,1542,'UserAgent','\"\"'),(6723,1542,'CurrentUserID','0'),(6724,1543,'Attempts','3'),(6725,1543,'ClientIP','\"80.56.15.156\"'),(6726,1543,'UserAgent','\"\"'),(6727,1543,'CurrentUserID','0'),(6728,1544,'Attempts','3'),(6729,1544,'ClientIP','\"217.164.137.166\"'),(6730,1544,'UserAgent','\"\"'),(6731,1544,'CurrentUserID','0'),(6732,1545,'Attempts','1'),(6733,1545,'ClientIP','\"87.69.206.51\"'),(6734,1545,'UserAgent','\"\"'),(6735,1545,'CurrentUserID','0'),(6736,1546,'Attempts','2'),(6737,1546,'ClientIP','\"86.97.6.195\"'),(6738,1546,'UserAgent','\"\"'),(6739,1546,'CurrentUserID','0'),(6740,1547,'Attempts','1'),(6741,1547,'ClientIP','\"41.140.248.64\"'),(6742,1547,'UserAgent','\"\"'),(6743,1547,'CurrentUserID','0'),(6744,1548,'Attempts','1'),(6745,1548,'ClientIP','\"74.134.93.128\"'),(6746,1548,'UserAgent','\"\"'),(6747,1548,'CurrentUserID','0'),(6748,1549,'Attempts','1'),(6749,1549,'ClientIP','\"78.234.197.113\"'),(6750,1549,'UserAgent','\"\"'),(6751,1549,'CurrentUserID','0'),(6752,1550,'Attempts','2'),(6753,1550,'ClientIP','\"177.102.184.84\"'),(6754,1550,'UserAgent','\"\"'),(6755,1550,'CurrentUserID','0'),(6756,1551,'Attempts','1'),(6757,1551,'ClientIP','\"94.38.70.133\"'),(6758,1551,'UserAgent','\"\"'),(6759,1551,'CurrentUserID','0'),(6760,1552,'Attempts','3'),(6761,1552,'ClientIP','\"95.211.204.225\"'),(6762,1552,'UserAgent','\"\"'),(6763,1552,'CurrentUserID','0'),(6764,1553,'Attempts','1'),(6765,1553,'ClientIP','\"118.93.34.192\"'),(6766,1553,'UserAgent','\"\"'),(6767,1553,'CurrentUserID','0'),(6768,1554,'Attempts','3'),(6769,1554,'ClientIP','\"192.168.3.35\"'),(6770,1554,'UserAgent','\"\"'),(6771,1554,'CurrentUserID','0'),(6772,1555,'Attempts','2'),(6773,1555,'ClientIP','\"109.101.107.107\"'),(6774,1555,'UserAgent','\"\"'),(6775,1555,'CurrentUserID','0'),(6776,1556,'Attempts','1'),(6777,1556,'ClientIP','\"211.55.74.27\"'),(6778,1556,'UserAgent','\"\"'),(6779,1556,'CurrentUserID','0'),(6780,1557,'Attempts','5'),(6781,1557,'ClientIP','\"216.189.168.24\"'),(6782,1557,'UserAgent','\"\"'),(6783,1557,'CurrentUserID','0'),(6784,1558,'Attempts','3'),(6785,1558,'ClientIP','\"80.217.194.74\"'),(6786,1558,'UserAgent','\"\"'),(6787,1558,'CurrentUserID','0'),(6788,1559,'Attempts','3'),(6789,1560,'Attempts','1'),(6790,1559,'ClientIP','\"202.142.104.148\"'),(6791,1560,'ClientIP','\"139.216.98.36\"'),(6792,1559,'UserAgent','\"\"'),(6793,1560,'UserAgent','\"\"'),(6794,1559,'CurrentUserID','0'),(6795,1560,'CurrentUserID','0'),(6796,1561,'Attempts','1'),(6797,1561,'ClientIP','\"122.54.163.29\"'),(6798,1561,'UserAgent','\"\"'),(6799,1561,'CurrentUserID','0'),(6800,1562,'Attempts','1'),(6801,1562,'ClientIP','\"92.99.95.66\"'),(6802,1562,'UserAgent','\"\"'),(6803,1562,'CurrentUserID','0'),(6804,1563,'Attempts','3'),(6805,1563,'ClientIP','\"88.10.162.47\"'),(6806,1563,'UserAgent','\"\"'),(6807,1563,'CurrentUserID','0'),(6808,1564,'Attempts','3'),(6809,1564,'ClientIP','\"46.189.245.8\"'),(6810,1564,'UserAgent','\"\"'),(6811,1564,'CurrentUserID','0'),(6812,1565,'Attempts','2'),(6813,1565,'ClientIP','\"94.230.93.255\"'),(6814,1565,'UserAgent','\"\"'),(6815,1565,'CurrentUserID','0'),(6816,1566,'Attempts','2'),(6817,1566,'ClientIP','\"118.209.87.123\"'),(6818,1566,'UserAgent','\"\"'),(6819,1566,'CurrentUserID','0'),(6820,1567,'Attempts','3'),(6821,1567,'ClientIP','\"79.170.54.61\"'),(6822,1567,'UserAgent','\"\"'),(6823,1567,'CurrentUserID','0'),(6824,1568,'Attempts','3'),(6825,1568,'ClientIP','\"84.192.119.87\"'),(6826,1568,'UserAgent','\"\"'),(6827,1568,'CurrentUserID','0'),(6828,1569,'Attempts','1'),(6829,1569,'ClientIP','\"93.173.153.174\"'),(6830,1569,'UserAgent','\"\"'),(6831,1569,'CurrentUserID','0'),(6832,1570,'Attempts','3'),(6833,1570,'ClientIP','\"176.40.19.26\"'),(6834,1570,'UserAgent','\"\"'),(6835,1570,'CurrentUserID','0'),(6836,1571,'Attempts','2'),(6837,1571,'ClientIP','\"79.114.236.9\"'),(6838,1571,'UserAgent','\"\"'),(6839,1571,'CurrentUserID','0'),(6840,1572,'Attempts','2'),(6841,1572,'ClientIP','\"73.29.194.189\"'),(6842,1572,'UserAgent','\"\"'),(6843,1572,'CurrentUserID','0'),(6844,1573,'Attempts','2'),(6845,1573,'ClientIP','\"197.205.71.242\"'),(6846,1573,'UserAgent','\"\"'),(6847,1573,'CurrentUserID','0'),(6848,1574,'Attempts','2'),(6849,1574,'ClientIP','\"115.91.132.163\"'),(6850,1574,'UserAgent','\"\"'),(6851,1574,'CurrentUserID','0'),(6852,1575,'Attempts','2'),(6853,1575,'ClientIP','\"109.66.61.52\"'),(6854,1575,'UserAgent','\"\"'),(6855,1575,'CurrentUserID','0'),(6856,1576,'Attempts','5'),(6857,1576,'ClientIP','\"89.114.212.78\"'),(6858,1576,'UserAgent','\"\"'),(6859,1576,'CurrentUserID','0'),(6860,1577,'Attempts','2'),(6861,1577,'ClientIP','\"178.59.245.178\"'),(6862,1577,'UserAgent','\"\"'),(6863,1577,'CurrentUserID','0'),(6864,1578,'Attempts','2'),(6865,1579,'Attempts','3'),(6866,1578,'ClientIP','\"109.189.78.137\"'),(6867,1579,'ClientIP','\"77.125.88.207\"'),(6868,1578,'UserAgent','\"\"'),(6869,1579,'UserAgent','\"\"'),(6870,1578,'CurrentUserID','0'),(6871,1579,'CurrentUserID','0'),(6872,1580,'Attempts','4'),(6873,1580,'ClientIP','\"124.43.195.123\"'),(6874,1580,'UserAgent','\"\"'),(6875,1580,'CurrentUserID','0'),(6876,1581,'Attempts','2'),(6877,1581,'ClientIP','\"188.44.23.174\"'),(6878,1581,'UserAgent','\"\"'),(6879,1581,'CurrentUserID','0'),(6880,1582,'Attempts','2'),(6881,1582,'ClientIP','\"171.96.181.169\"'),(6882,1582,'UserAgent','\"\"'),(6883,1582,'CurrentUserID','0'),(6884,1583,'Attempts','1'),(6885,1583,'ClientIP','\"81.140.182.239\"'),(6886,1583,'UserAgent','\"\"'),(6887,1583,'CurrentUserID','0'),(6888,1584,'Attempts','3'),(6889,1584,'ClientIP','\"50.136.175.55\"'),(6890,1584,'UserAgent','\"\"'),(6891,1584,'CurrentUserID','0'),(6892,1585,'Attempts','3'),(6893,1585,'ClientIP','\"125.133.199.31\"'),(6894,1585,'UserAgent','\"\"'),(6895,1585,'CurrentUserID','0'),(6896,1586,'Attempts','2'),(6897,1586,'ClientIP','\"200.54.235.242\"'),(6898,1586,'UserAgent','\"\"'),(6899,1586,'CurrentUserID','0'),(6900,1587,'Attempts','3'),(6901,1587,'ClientIP','\"24.104.245.151\"'),(6902,1587,'UserAgent','\"\"'),(6903,1587,'CurrentUserID','0'),(6904,1588,'Attempts','1'),(6905,1588,'ClientIP','\"62.235.176.200\"'),(6906,1588,'UserAgent','\"\"'),(6907,1588,'CurrentUserID','0'),(6908,1589,'Attempts','2'),(6909,1589,'ClientIP','\"105.102.61.146\"'),(6910,1589,'UserAgent','\"\"'),(6911,1589,'CurrentUserID','0'),(6912,1590,'Attempts','1'),(6913,1590,'ClientIP','\"83.187.131.168\"'),(6914,1590,'UserAgent','\"\"'),(6915,1590,'CurrentUserID','0'),(6916,1591,'Attempts','3'),(6917,1591,'ClientIP','\"93.140.172.15\"'),(6918,1591,'UserAgent','\"\"'),(6919,1591,'CurrentUserID','0'),(6920,1592,'Attempts','1'),(6921,1592,'ClientIP','\"212.93.105.46\"'),(6922,1592,'UserAgent','\"\"'),(6923,1592,'CurrentUserID','0'),(6924,1593,'Attempts','2'),(6925,1593,'ClientIP','\"180.232.98.66\"'),(6926,1593,'UserAgent','\"\"'),(6927,1593,'CurrentUserID','0'),(6928,1594,'Attempts','4'),(6929,1594,'ClientIP','\"110.67.251.147\"'),(6930,1594,'UserAgent','\"\"'),(6931,1594,'CurrentUserID','0'),(6932,1595,'Attempts','1'),(6933,1595,'ClientIP','\"103.252.201.65\"'),(6934,1595,'UserAgent','\"\"'),(6935,1595,'CurrentUserID','0'),(6936,1596,'Attempts','1'),(6937,1596,'ClientIP','\"65.48.149.106\"'),(6938,1596,'UserAgent','\"\"'),(6939,1596,'CurrentUserID','0'),(6940,1597,'Attempts','3'),(6941,1597,'ClientIP','\"116.86.192.60\"'),(6942,1597,'UserAgent','\"\"'),(6943,1597,'CurrentUserID','0'),(6944,1598,'Attempts','2'),(6945,1598,'ClientIP','\"108.194.28.238\"'),(6946,1598,'UserAgent','\"\"'),(6947,1598,'CurrentUserID','0'),(6948,1599,'Attempts','1'),(6949,1599,'ClientIP','\"126.77.31.204\"'),(6950,1599,'UserAgent','\"\"'),(6951,1599,'CurrentUserID','0'),(6952,1600,'Attempts','1'),(6953,1600,'ClientIP','\"203.130.82.79\"'),(6954,1600,'UserAgent','\"\"'),(6955,1600,'CurrentUserID','0'),(6956,1601,'Attempts','4'),(6957,1601,'ClientIP','\"62.68.48.67\"'),(6958,1601,'UserAgent','\"\"'),(6959,1601,'CurrentUserID','0'),(6960,1602,'Attempts','3'),(6961,1602,'ClientIP','\"188.24.90.72\"'),(6962,1602,'UserAgent','\"\"'),(6963,1602,'CurrentUserID','0'),(6964,1603,'Attempts','2'),(6965,1603,'ClientIP','\"119.94.70.28\"'),(6966,1603,'UserAgent','\"\"'),(6967,1603,'CurrentUserID','0'),(6968,1604,'Attempts','1'),(6969,1604,'ClientIP','\"41.79.232.9\"'),(6970,1604,'UserAgent','\"\"'),(6971,1604,'CurrentUserID','0'),(6972,1605,'Attempts','2'),(6973,1605,'ClientIP','\"175.139.179.253\"'),(6974,1605,'UserAgent','\"\"'),(6975,1605,'CurrentUserID','0'),(6976,1606,'Attempts','2'),(6977,1606,'ClientIP','\"168.167.255.158\"'),(6978,1606,'UserAgent','\"\"'),(6979,1606,'CurrentUserID','0'),(6980,1607,'Attempts','1'),(6981,1607,'ClientIP','\"14.203.235.53\"'),(6982,1607,'UserAgent','\"\"'),(6983,1607,'CurrentUserID','0'),(6984,1608,'Attempts','1'),(6985,1608,'ClientIP','\"177.102.46.35\"'),(6986,1608,'UserAgent','\"\"'),(6987,1608,'CurrentUserID','0'),(6988,1609,'Attempts','3'),(6989,1609,'ClientIP','\"73.191.71.101\"'),(6990,1609,'UserAgent','\"\"'),(6991,1609,'CurrentUserID','0'),(6992,1610,'Attempts','1'),(6993,1610,'ClientIP','\"187.134.121.69\"'),(6994,1610,'UserAgent','\"\"'),(6995,1610,'CurrentUserID','0'),(6996,1611,'Attempts','1'),(6997,1611,'ClientIP','\"150.129.113.128\"'),(6998,1611,'UserAgent','\"\"'),(6999,1611,'CurrentUserID','0'),(7000,1612,'Attempts','1'),(7001,1612,'ClientIP','\"90.44.125.229\"'),(7002,1612,'UserAgent','\"\"'),(7003,1612,'CurrentUserID','0'),(7004,1613,'Attempts','4'),(7005,1613,'ClientIP','\"222.154.137.45\"'),(7006,1613,'UserAgent','\"\"'),(7007,1613,'CurrentUserID','0'),(7008,1614,'Attempts','1'),(7009,1614,'ClientIP','\"108.162.171.178\"'),(7010,1614,'UserAgent','\"\"'),(7011,1614,'CurrentUserID','0'),(7012,1615,'Attempts','2'),(7013,1615,'ClientIP','\"172.198.162.192\"'),(7014,1615,'UserAgent','\"\"'),(7015,1615,'CurrentUserID','0'),(7016,1616,'Attempts','1'),(7017,1616,'ClientIP','\"72.197.70.213\"'),(7018,1616,'UserAgent','\"\"'),(7019,1616,'CurrentUserID','0'),(7020,1617,'Attempts','2'),(7021,1617,'ClientIP','\"82.171.192.57\"'),(7022,1617,'UserAgent','\"\"'),(7023,1617,'CurrentUserID','0'),(7024,1618,'Attempts','3'),(7025,1618,'ClientIP','\"94.211.211.182\"'),(7026,1618,'UserAgent','\"\"'),(7027,1618,'CurrentUserID','0'),(7028,1619,'Attempts','1'),(7029,1619,'ClientIP','\"203.215.118.187\"'),(7030,1619,'UserAgent','\"\"'),(7031,1619,'CurrentUserID','0'),(7032,1620,'Attempts','2'),(7033,1620,'ClientIP','\"198.16.156.52\"'),(7034,1620,'UserAgent','\"\"'),(7035,1620,'CurrentUserID','0'),(7036,1621,'Attempts','4'),(7037,1621,'ClientIP','\"77.58.69.243\"'),(7038,1621,'UserAgent','\"\"'),(7039,1621,'CurrentUserID','0'),(7040,1622,'Attempts','2'),(7041,1622,'ClientIP','\"172.28.10.232\"'),(7042,1622,'UserAgent','\"\"'),(7043,1622,'CurrentUserID','0'),(7044,1623,'Attempts','1'),(7045,1623,'ClientIP','\"81.83.0.181\"'),(7046,1623,'UserAgent','\"\"'),(7047,1623,'CurrentUserID','0'),(7048,1624,'Attempts','2'),(7049,1624,'ClientIP','\"202.142.158.218\"'),(7050,1624,'UserAgent','\"\"'),(7051,1624,'CurrentUserID','0'),(7052,1625,'Attempts','1'),(7053,1625,'ClientIP','\"161.22.59.205\"'),(7054,1625,'UserAgent','\"\"'),(7055,1625,'CurrentUserID','0'),(7056,1626,'Attempts','1'),(7057,1626,'ClientIP','\"46.117.198.66\"'),(7058,1626,'UserAgent','\"\"'),(7059,1626,'CurrentUserID','0'),(7060,1627,'Attempts','2'),(7061,1627,'ClientIP','\"62.194.124.102\"'),(7062,1627,'UserAgent','\"\"'),(7063,1627,'CurrentUserID','0'),(7064,1628,'Attempts','4'),(7065,1628,'ClientIP','\"37.107.177.12\"'),(7066,1628,'UserAgent','\"\"'),(7067,1628,'CurrentUserID','0'),(7068,1629,'Attempts','1'),(7069,1629,'ClientIP','\"179.191.15.208\"'),(7070,1629,'UserAgent','\"\"'),(7071,1629,'CurrentUserID','0'),(7072,1630,'Attempts','1'),(7073,1630,'ClientIP','\"105.228.53.103\"'),(7074,1630,'UserAgent','\"\"'),(7075,1630,'CurrentUserID','0'),(7076,1631,'Attempts','1'),(7077,1631,'ClientIP','\"124.197.52.6\"'),(7078,1631,'UserAgent','\"\"'),(7079,1631,'CurrentUserID','0'),(7080,1632,'Attempts','3'),(7081,1632,'ClientIP','\"62.235.176.159\"'),(7082,1632,'UserAgent','\"\"'),(7083,1632,'CurrentUserID','0'),(7084,1633,'Attempts','4'),(7085,1633,'ClientIP','\"96.254.43.47\"'),(7086,1633,'UserAgent','\"\"'),(7087,1633,'CurrentUserID','0'),(7088,1634,'Attempts','1'),(7089,1634,'ClientIP','\"152.237.204.94\"'),(7090,1634,'UserAgent','\"\"'),(7091,1634,'CurrentUserID','0'),(7092,1635,'Attempts','1'),(7093,1635,'ClientIP','\"1.54.114.140\"'),(7094,1635,'UserAgent','\"\"'),(7095,1635,'CurrentUserID','0'),(7096,1636,'Attempts','2'),(7097,1636,'ClientIP','\"71.11.135.61\"'),(7098,1636,'UserAgent','\"\"'),(7099,1636,'CurrentUserID','0'),(7100,1637,'Attempts','1'),(7101,1637,'ClientIP','\"68.231.149.48\"'),(7102,1637,'UserAgent','\"\"'),(7103,1637,'CurrentUserID','0'),(7104,1638,'Attempts','1'),(7105,1638,'ClientIP','\"189.69.55.96\"'),(7106,1638,'UserAgent','\"\"'),(7107,1638,'CurrentUserID','0'),(7108,1639,'Attempts','1'),(7109,1639,'ClientIP','\"124.6.181.90\"'),(7110,1639,'UserAgent','\"\"'),(7111,1639,'CurrentUserID','0'),(7112,1640,'Attempts','4'),(7113,1640,'ClientIP','\"200.219.152.6\"'),(7114,1640,'UserAgent','\"\"'),(7115,1640,'CurrentUserID','0'),(7116,1641,'Attempts','2'),(7117,1641,'ClientIP','\"82.178.134.194\"'),(7118,1641,'UserAgent','\"\"'),(7119,1641,'CurrentUserID','0'),(7120,1642,'Attempts','1'),(7121,1642,'ClientIP','\"121.222.23.30\"'),(7122,1642,'UserAgent','\"\"'),(7123,1642,'CurrentUserID','0'),(7124,1643,'Attempts','1'),(7125,1643,'ClientIP','\"83.110.74.225\"'),(7126,1643,'UserAgent','\"\"'),(7127,1643,'CurrentUserID','0'),(7128,1644,'Attempts','2'),(7129,1644,'ClientIP','\"78.196.70.14\"'),(7130,1644,'UserAgent','\"\"'),(7131,1644,'CurrentUserID','0'),(7132,1645,'Attempts','1'),(7133,1645,'ClientIP','\"100.67.41.144\"'),(7134,1645,'UserAgent','\"\"'),(7135,1645,'CurrentUserID','0'),(7136,1646,'Attempts','1'),(7137,1646,'ClientIP','\"175.136.233.66\"'),(7138,1646,'UserAgent','\"\"'),(7139,1646,'CurrentUserID','0'),(7140,1647,'Attempts','1'),(7141,1647,'ClientIP','\"211.199.33.181\"'),(7142,1647,'UserAgent','\"\"'),(7143,1647,'CurrentUserID','0'),(7144,1648,'Attempts','1'),(7145,1648,'ClientIP','\"178.83.158.88\"'),(7146,1648,'UserAgent','\"\"'),(7147,1648,'CurrentUserID','0'),(7148,1649,'Attempts','4'),(7149,1649,'ClientIP','\"86.63.122.193\"'),(7150,1649,'UserAgent','\"\"'),(7151,1649,'CurrentUserID','0'),(7152,1650,'Attempts','1'),(7153,1650,'ClientIP','\"190.199.85.4\"'),(7154,1650,'UserAgent','\"\"'),(7155,1650,'CurrentUserID','0'),(7156,1651,'Attempts','1'),(7157,1651,'ClientIP','\"75.131.221.21\"'),(7158,1651,'UserAgent','\"\"'),(7159,1651,'CurrentUserID','0'),(7160,1652,'Attempts','1'),(7161,1652,'ClientIP','\"71.61.66.105\"'),(7162,1652,'UserAgent','\"\"'),(7163,1652,'CurrentUserID','0'),(7164,1653,'Attempts','1'),(7165,1653,'ClientIP','\"111.223.95.1\"'),(7166,1653,'UserAgent','\"\"'),(7167,1653,'CurrentUserID','0'),(7168,1654,'Attempts','1'),(7169,1654,'ClientIP','\"115.64.49.32\"'),(7170,1654,'UserAgent','\"\"'),(7171,1654,'CurrentUserID','0'),(7172,1655,'Attempts','2'),(7173,1655,'ClientIP','\"92.10.87.241\"'),(7174,1655,'UserAgent','\"\"'),(7175,1655,'CurrentUserID','0'),(7176,1656,'Attempts','1'),(7177,1656,'ClientIP','\"74.209.150.94\"'),(7178,1656,'UserAgent','\"\"'),(7179,1656,'CurrentUserID','0'),(7180,1657,'Attempts','2'),(7181,1657,'ClientIP','\"86.58.108.36\"'),(7182,1657,'UserAgent','\"\"'),(7183,1657,'CurrentUserID','0'),(7184,1658,'Attempts','2'),(7185,1658,'ClientIP','\"213.150.178.114\"'),(7186,1658,'UserAgent','\"\"'),(7187,1658,'CurrentUserID','0'),(7188,1659,'Attempts','1'),(7189,1659,'ClientIP','\"146.198.96.32\"'),(7190,1659,'UserAgent','\"\"'),(7191,1659,'CurrentUserID','0'),(7192,1660,'Attempts','2'),(7193,1660,'ClientIP','\"82.114.68.106\"'),(7194,1660,'UserAgent','\"\"'),(7195,1660,'CurrentUserID','0'),(7196,1661,'Attempts','1'),(7197,1661,'ClientIP','\"174.32.171.158\"'),(7198,1661,'UserAgent','\"\"'),(7199,1661,'CurrentUserID','0'),(7200,1662,'Attempts','2'),(7201,1662,'ClientIP','\"93.110.143.228\"'),(7202,1662,'UserAgent','\"\"'),(7203,1662,'CurrentUserID','0'),(7204,1663,'Attempts','2'),(7205,1663,'ClientIP','\"223.135.188.77\"'),(7206,1663,'UserAgent','\"\"'),(7207,1663,'CurrentUserID','0'),(7208,1664,'Attempts','3'),(7209,1664,'ClientIP','\"86.96.63.35\"'),(7210,1664,'UserAgent','\"\"'),(7211,1664,'CurrentUserID','0'),(7212,1665,'Attempts','1'),(7213,1665,'ClientIP','\"122.3.152.62\"'),(7214,1665,'UserAgent','\"\"'),(7215,1665,'CurrentUserID','0'),(7216,1666,'Attempts','2'),(7217,1666,'ClientIP','\"119.95.66.236\"'),(7218,1666,'UserAgent','\"\"'),(7219,1666,'CurrentUserID','0'),(7220,1667,'Attempts','3'),(7221,1667,'ClientIP','\"200.54.189.210\"'),(7222,1667,'UserAgent','\"\"'),(7223,1667,'CurrentUserID','0'),(7224,1668,'Attempts','1'),(7225,1668,'ClientIP','\"201.214.23.104\"'),(7226,1668,'UserAgent','\"\"'),(7227,1668,'CurrentUserID','0'),(7228,1669,'Attempts','2'),(7229,1669,'ClientIP','\"212.50.147.100\"'),(7230,1669,'UserAgent','\"\"'),(7231,1669,'CurrentUserID','0'),(7232,1670,'Attempts','2'),(7233,1670,'ClientIP','\"89.102.131.61\"'),(7234,1670,'UserAgent','\"\"'),(7235,1670,'CurrentUserID','0'),(7236,1671,'Attempts','1'),(7237,1671,'ClientIP','\"5.108.153.199\"'),(7238,1671,'UserAgent','\"\"'),(7239,1671,'CurrentUserID','0'),(7240,1672,'Attempts','1'),(7241,1672,'ClientIP','\"139.193.108.48\"'),(7242,1672,'UserAgent','\"\"'),(7243,1672,'CurrentUserID','0'),(7244,1673,'Attempts','1'),(7245,1673,'ClientIP','\"92.57.30.205\"'),(7246,1673,'UserAgent','\"\"'),(7247,1673,'CurrentUserID','0'),(7248,1674,'Attempts','2'),(7249,1674,'ClientIP','\"121.58.243.58\"'),(7250,1674,'UserAgent','\"\"'),(7251,1674,'CurrentUserID','0'),(7252,1675,'Attempts','1'),(7253,1675,'ClientIP','\"94.230.93.223\"'),(7254,1675,'UserAgent','\"\"'),(7255,1675,'CurrentUserID','0'),(7256,1676,'Attempts','1'),(7257,1676,'ClientIP','\"122.2.17.194\"'),(7258,1676,'UserAgent','\"\"'),(7259,1676,'CurrentUserID','0'),(7260,1677,'Attempts','1'),(7261,1677,'ClientIP','\"60.53.19.194\"'),(7262,1677,'UserAgent','\"\"'),(7263,1677,'CurrentUserID','0'),(7264,1678,'Attempts','3'),(7265,1678,'ClientIP','\"41.161.118.171\"'),(7266,1678,'UserAgent','\"\"'),(7267,1678,'CurrentUserID','0'),(7268,1679,'Attempts','3'),(7269,1679,'ClientIP','\"90.210.125.66\"'),(7270,1679,'UserAgent','\"\"'),(7271,1679,'CurrentUserID','0'),(7272,1680,'Attempts','1'),(7273,1680,'ClientIP','\"197.79.10.62\"'),(7274,1680,'UserAgent','\"\"'),(7275,1680,'CurrentUserID','0'),(7276,1681,'Attempts','3'),(7277,1681,'ClientIP','\"24.144.16.69\"'),(7278,1681,'UserAgent','\"\"'),(7279,1681,'CurrentUserID','0'),(7280,1682,'Attempts','2'),(7281,1682,'ClientIP','\"196.253.161.156\"'),(7282,1682,'UserAgent','\"\"'),(7283,1682,'CurrentUserID','0'),(7284,1683,'Attempts','1'),(7285,1683,'ClientIP','\"190.213.18.30\"'),(7286,1683,'UserAgent','\"\"'),(7287,1683,'CurrentUserID','0'),(7288,1684,'Attempts','1'),(7289,1684,'ClientIP','\"103.229.120.39\"'),(7290,1684,'UserAgent','\"\"'),(7291,1684,'CurrentUserID','0'),(7292,1685,'Attempts','1'),(7293,1685,'ClientIP','\"49.150.162.134\"'),(7294,1685,'UserAgent','\"\"'),(7295,1685,'CurrentUserID','0'),(7296,1686,'Attempts','1'),(7297,1686,'ClientIP','\"112.200.5.110\"'),(7298,1686,'UserAgent','\"\"'),(7299,1686,'CurrentUserID','0'),(7300,1687,'Attempts','1'),(7301,1687,'ClientIP','\"59.167.214.72\"'),(7302,1687,'UserAgent','\"\"'),(7303,1687,'CurrentUserID','0'),(7304,1688,'Attempts','1'),(7305,1688,'ClientIP','\"190.15.201.36\"'),(7306,1688,'UserAgent','\"\"'),(7307,1688,'CurrentUserID','0'),(7308,1689,'Attempts','1'),(7309,1689,'ClientIP','\"78.155.84.144\"'),(7310,1689,'UserAgent','\"\"'),(7311,1689,'CurrentUserID','0'),(7312,1690,'Attempts','1'),(7313,1690,'ClientIP','\"124.107.175.165\"'),(7314,1690,'UserAgent','\"\"'),(7315,1690,'CurrentUserID','0'),(7316,1691,'Attempts','4'),(7317,1691,'ClientIP','\"118.152.72.33\"'),(7318,1691,'UserAgent','\"\"'),(7319,1691,'CurrentUserID','0'),(7320,1692,'Attempts','1'),(7321,1692,'ClientIP','\"196.43.135.13\"'),(7322,1692,'UserAgent','\"\"'),(7323,1692,'CurrentUserID','0'),(7324,1693,'Attempts','1'),(7325,1693,'ClientIP','\"220.237.56.25\"'),(7326,1693,'UserAgent','\"\"'),(7327,1693,'CurrentUserID','0'),(7328,1694,'Attempts','1'),(7329,1694,'ClientIP','\"190.94.3.140\"'),(7330,1694,'UserAgent','\"\"'),(7331,1694,'CurrentUserID','0'),(7332,1695,'Attempts','1'),(7333,1695,'ClientIP','\"189.45.143.80\"'),(7334,1695,'UserAgent','\"\"'),(7335,1695,'CurrentUserID','0'),(7336,1696,'Attempts','1'),(7337,1696,'ClientIP','\"201.87.239.27\"'),(7338,1696,'UserAgent','\"\"'),(7339,1696,'CurrentUserID','0'),(7340,1697,'Attempts','1'),(7341,1697,'ClientIP','\"173.0.15.140\"'),(7342,1697,'UserAgent','\"\"'),(7343,1697,'CurrentUserID','0'),(7344,1698,'Attempts','2'),(7345,1698,'ClientIP','\"193.201.227.36\"'),(7346,1698,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(7347,1698,'CurrentUserID','0'),(7348,1699,'Attempts','1'),(7349,1699,'ClientIP','\"203.83.19.90\"'),(7350,1699,'UserAgent','\"\"'),(7351,1699,'CurrentUserID','0'),(7352,1700,'Attempts','2'),(7353,1700,'ClientIP','\"89.73.86.79\"'),(7354,1700,'UserAgent','\"\"'),(7355,1700,'CurrentUserID','0'),(7356,1701,'Attempts','1'),(7357,1701,'ClientIP','\"110.132.103.178\"'),(7358,1701,'UserAgent','\"\"'),(7359,1701,'CurrentUserID','0'),(7360,1702,'Attempts','1'),(7361,1702,'ClientIP','\"2.28.17.236\"'),(7362,1702,'UserAgent','\"\"'),(7363,1702,'CurrentUserID','0'),(7364,1703,'Attempts','2'),(7365,1703,'ClientIP','\"203.229.75.81\"'),(7366,1703,'UserAgent','\"\"'),(7367,1703,'CurrentUserID','0'),(7368,1704,'Attempts','1'),(7369,1704,'ClientIP','\"105.111.95.28\"'),(7370,1704,'UserAgent','\"\"'),(7371,1704,'CurrentUserID','0'),(7372,1705,'Attempts','1'),(7373,1705,'ClientIP','\"2.232.70.34\"'),(7374,1705,'UserAgent','\"\"'),(7375,1705,'CurrentUserID','0'),(7376,1706,'Attempts','1'),(7377,1706,'ClientIP','\"192.197.60.2\"'),(7378,1706,'UserAgent','\"\"'),(7379,1706,'CurrentUserID','0'),(7380,1707,'Attempts','1'),(7381,1707,'ClientIP','\"86.85.39.150\"'),(7382,1707,'UserAgent','\"\"'),(7383,1707,'CurrentUserID','0'),(7384,1708,'Attempts','1'),(7385,1708,'ClientIP','\"183.82.238.192\"'),(7386,1708,'UserAgent','\"\"'),(7387,1708,'CurrentUserID','0'),(7388,1709,'Attempts','3'),(7389,1709,'ClientIP','\"212.50.29.170\"'),(7390,1709,'UserAgent','\"\"'),(7391,1709,'CurrentUserID','0'),(7392,1710,'Attempts','3'),(7393,1710,'ClientIP','\"80.112.243.143\"'),(7394,1710,'UserAgent','\"\"'),(7395,1710,'CurrentUserID','0'),(7396,1711,'Attempts','1'),(7397,1711,'ClientIP','\"107.210.122.88\"'),(7398,1711,'UserAgent','\"\"'),(7399,1711,'CurrentUserID','0'),(7400,1712,'Attempts','1'),(7401,1712,'ClientIP','\"186.87.211.248\"'),(7402,1712,'UserAgent','\"\"'),(7403,1712,'CurrentUserID','0'),(7404,1713,'Attempts','1'),(7405,1713,'ClientIP','\"65.74.100.61\"'),(7406,1713,'UserAgent','\"\"'),(7407,1713,'CurrentUserID','0'),(7408,1714,'Attempts','1'),(7409,1714,'ClientIP','\"82.166.119.110\"'),(7410,1714,'UserAgent','\"\"'),(7411,1714,'CurrentUserID','0'),(7412,1715,'Attempts','2'),(7413,1715,'ClientIP','\"41.143.224.126\"'),(7414,1715,'UserAgent','\"\"'),(7415,1715,'CurrentUserID','0'),(7416,1716,'Attempts','1'),(7417,1716,'ClientIP','\"193.138.153.153\"'),(7418,1716,'UserAgent','\"\"'),(7419,1716,'CurrentUserID','0'),(7420,1717,'Attempts','1'),(7421,1717,'ClientIP','\"1.171.18.61\"'),(7422,1717,'UserAgent','\"\"'),(7423,1717,'CurrentUserID','0'),(7424,1718,'Attempts','1'),(7425,1718,'ClientIP','\"217.126.61.147\"'),(7426,1718,'UserAgent','\"\"'),(7427,1718,'CurrentUserID','0'),(7428,1719,'Attempts','1'),(7429,1719,'ClientIP','\"1.32.70.54\"'),(7430,1719,'UserAgent','\"\"'),(7431,1719,'CurrentUserID','0'),(7432,1720,'Attempts','2'),(7433,1720,'ClientIP','\"119.94.61.137\"'),(7434,1720,'UserAgent','\"\"'),(7435,1720,'CurrentUserID','0'),(7436,1721,'Attempts','2'),(7437,1721,'ClientIP','\"101.127.50.76\"'),(7438,1721,'UserAgent','\"\"'),(7439,1721,'CurrentUserID','0'),(7440,1722,'Attempts','1'),(7441,1722,'ClientIP','\"78.0.194.227\"'),(7442,1722,'UserAgent','\"\"'),(7443,1722,'CurrentUserID','0'),(7444,1723,'Attempts','1'),(7445,1723,'ClientIP','\"180.214.233.83\"'),(7446,1723,'UserAgent','\"\"'),(7447,1723,'CurrentUserID','0'),(7448,1724,'Attempts','1'),(7449,1724,'ClientIP','\"178.223.66.51\"'),(7450,1724,'UserAgent','\"\"'),(7451,1724,'CurrentUserID','0'),(7452,1725,'Attempts','1'),(7453,1725,'ClientIP','\"119.252.171.189\"'),(7454,1725,'UserAgent','\"\"'),(7455,1725,'CurrentUserID','0'),(7456,1726,'Attempts','2'),(7457,1726,'ClientIP','\"79.182.13.204\"'),(7458,1726,'UserAgent','\"\"'),(7459,1726,'CurrentUserID','0'),(7460,1727,'Attempts','1'),(7461,1727,'ClientIP','\"49.144.91.208\"'),(7462,1727,'UserAgent','\"\"'),(7463,1727,'CurrentUserID','0'),(7464,1728,'Attempts','2'),(7465,1728,'ClientIP','\"46.163.62.160\"'),(7466,1728,'UserAgent','\"\"'),(7467,1728,'CurrentUserID','0'),(7468,1729,'Attempts','1'),(7469,1729,'ClientIP','\"179.252.1.22\"'),(7470,1729,'UserAgent','\"\"'),(7471,1729,'CurrentUserID','0'),(7472,1730,'Attempts','2'),(7473,1730,'ClientIP','\"180.196.47.163\"'),(7474,1730,'UserAgent','\"\"'),(7475,1730,'CurrentUserID','0'),(7476,1731,'Attempts','1'),(7477,1731,'ClientIP','\"85.138.248.82\"'),(7478,1731,'UserAgent','\"\"'),(7479,1731,'CurrentUserID','0'),(7480,1732,'Attempts','2'),(7481,1732,'ClientIP','\"190.189.202.161\"'),(7482,1732,'UserAgent','\"\"'),(7483,1732,'CurrentUserID','0'),(7484,1733,'Attempts','2'),(7485,1733,'ClientIP','\"117.6.162.14\"'),(7486,1733,'UserAgent','\"\"'),(7487,1733,'CurrentUserID','0'),(7488,1734,'Attempts','2'),(7489,1734,'ClientIP','\"73.49.80.181\"'),(7490,1734,'UserAgent','\"\"'),(7491,1734,'CurrentUserID','0'),(7492,1735,'Attempts','1'),(7493,1735,'ClientIP','\"103.242.47.98\"'),(7494,1735,'UserAgent','\"\"'),(7495,1735,'CurrentUserID','0'),(7496,1736,'Attempts','2'),(7497,1736,'ClientIP','\"188.24.73.209\"'),(7498,1736,'UserAgent','\"\"'),(7499,1736,'CurrentUserID','0'),(7500,1737,'Attempts','1'),(7501,1737,'ClientIP','\"46.193.136.5\"'),(7502,1737,'UserAgent','\"\"'),(7503,1737,'CurrentUserID','0'),(7504,1738,'Attempts','2'),(7505,1738,'ClientIP','\"203.213.240.65\"'),(7506,1738,'UserAgent','\"\"'),(7507,1738,'CurrentUserID','0'),(7508,1739,'Attempts','1'),(7509,1739,'ClientIP','\"200.87.86.10\"'),(7510,1739,'UserAgent','\"\"'),(7511,1739,'CurrentUserID','0'),(7512,1740,'Attempts','2'),(7513,1740,'ClientIP','\"213.151.54.220\"'),(7514,1740,'UserAgent','\"\"'),(7515,1740,'CurrentUserID','0'),(7516,1741,'Attempts','1'),(7517,1741,'ClientIP','\"58.141.177.146\"'),(7518,1741,'UserAgent','\"\"'),(7519,1741,'CurrentUserID','0'),(7520,1742,'Attempts','1'),(7521,1742,'ClientIP','\"106.245.88.86\"'),(7522,1742,'UserAgent','\"\"'),(7523,1742,'CurrentUserID','0'),(7524,1743,'Attempts','1'),(7525,1743,'ClientIP','\"93.35.242.48\"'),(7526,1743,'UserAgent','\"\"'),(7527,1743,'CurrentUserID','0'),(7528,1744,'Attempts','1'),(7529,1744,'ClientIP','\"103.14.62.19\"'),(7530,1744,'UserAgent','\"\"'),(7531,1744,'CurrentUserID','0'),(7532,1745,'Attempts','2'),(7533,1745,'ClientIP','\"82.247.70.189\"'),(7534,1745,'UserAgent','\"\"'),(7535,1745,'CurrentUserID','0'),(7536,1746,'Attempts','1'),(7537,1746,'ClientIP','\"108.49.149.208\"'),(7538,1746,'UserAgent','\"\"'),(7539,1746,'CurrentUserID','0'),(7540,1747,'Attempts','1'),(7541,1747,'ClientIP','\"89.152.197.93\"'),(7542,1747,'UserAgent','\"\"'),(7543,1747,'CurrentUserID','0'),(7544,1748,'Attempts','1'),(7545,1748,'ClientIP','\"43.248.155.101\"'),(7546,1748,'UserAgent','\"\"'),(7547,1748,'CurrentUserID','0'),(7548,1749,'Attempts','1'),(7549,1749,'ClientIP','\"86.47.50.81\"'),(7550,1749,'UserAgent','\"\"'),(7551,1749,'CurrentUserID','0'),(7552,1750,'Attempts','1'),(7553,1750,'ClientIP','\"121.208.24.167\"'),(7554,1750,'UserAgent','\"\"'),(7555,1750,'CurrentUserID','0'),(7556,1751,'Attempts','1'),(7557,1751,'ClientIP','\"82.44.28.8\"'),(7558,1751,'UserAgent','\"\"'),(7559,1751,'CurrentUserID','0'),(7560,1752,'Attempts','1'),(7561,1752,'ClientIP','\"191.250.193.139\"'),(7562,1752,'UserAgent','\"\"'),(7563,1752,'CurrentUserID','0'),(7564,1753,'Attempts','1'),(7565,1753,'ClientIP','\"2.31.71.37\"'),(7566,1753,'UserAgent','\"\"'),(7567,1753,'CurrentUserID','0'),(7568,1754,'Attempts','1'),(7569,1754,'ClientIP','\"139.193.215.3\"'),(7570,1754,'UserAgent','\"\"'),(7571,1754,'CurrentUserID','0'),(7572,1755,'Attempts','1'),(7573,1755,'ClientIP','\"49.106.193.253\"'),(7574,1755,'UserAgent','\"\"'),(7575,1755,'CurrentUserID','0'),(7576,1756,'Attempts','1'),(7577,1756,'ClientIP','\"46.185.176.113\"'),(7578,1756,'UserAgent','\"\"'),(7579,1756,'CurrentUserID','0'),(7580,1757,'Attempts','1'),(7581,1757,'ClientIP','\"41.141.103.155\"'),(7582,1757,'UserAgent','\"\"'),(7583,1757,'CurrentUserID','0'),(7584,1758,'Attempts','1'),(7585,1758,'ClientIP','\"88.109.87.156\"'),(7586,1758,'UserAgent','\"\"'),(7587,1758,'CurrentUserID','0'),(7588,1759,'Attempts','2'),(7589,1759,'ClientIP','\"186.231.99.80\"'),(7590,1759,'UserAgent','\"\"'),(7591,1759,'CurrentUserID','0'),(7592,1760,'Attempts','1'),(7593,1760,'ClientIP','\"67.248.84.92\"'),(7594,1760,'UserAgent','\"\"'),(7595,1760,'CurrentUserID','0'),(7596,1761,'Attempts','1'),(7597,1761,'ClientIP','\"222.101.9.92\"'),(7598,1761,'UserAgent','\"\"'),(7599,1761,'CurrentUserID','0'),(7600,1762,'Attempts','1'),(7601,1762,'ClientIP','\"175.138.233.78\"'),(7602,1762,'UserAgent','\"\"'),(7603,1762,'CurrentUserID','0'),(7604,1763,'Attempts','1'),(7605,1763,'ClientIP','\"120.28.47.178\"'),(7606,1763,'UserAgent','\"\"'),(7607,1763,'CurrentUserID','0'),(7608,1764,'Attempts','1'),(7609,1764,'ClientIP','\"14.161.70.255\"'),(7610,1764,'UserAgent','\"\"'),(7611,1764,'CurrentUserID','0'),(7612,1765,'Attempts','1'),(7613,1765,'ClientIP','\"178.21.237.211\"'),(7614,1765,'UserAgent','\"\"'),(7615,1765,'CurrentUserID','0'),(7616,1767,'Attempts','1'),(7617,1766,'Attempts','1'),(7618,1767,'ClientIP','\"98.239.156.19\"'),(7619,1766,'ClientIP','\"85.167.161.99\"'),(7620,1767,'UserAgent','\"\"'),(7621,1766,'UserAgent','\"\"'),(7622,1767,'CurrentUserID','0'),(7623,1766,'CurrentUserID','0'),(7624,1768,'Attempts','1'),(7625,1768,'ClientIP','\"124.82.89.76\"'),(7626,1768,'UserAgent','\"\"'),(7627,1768,'CurrentUserID','0'),(7628,1769,'Attempts','1'),(7629,1769,'ClientIP','\"46.119.59.47\"'),(7630,1769,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7631,1769,'CurrentUserID','0'),(7632,1770,'Attempts','1'),(7633,1770,'ClientIP','\"5.248.40.23\"'),(7634,1770,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7635,1770,'CurrentUserID','0'),(7636,1771,'Username','\"pgmarshall@pgmarshall.net\"'),(7637,1771,'CurrentUserRoles','[\"administrator\"]'),(7638,1771,'ClientIP','\"50.181.141.126\"'),(7639,1771,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(7640,1772,'PostID','366'),(7641,1772,'PostType','\"post\"'),(7642,1772,'PostTitle','\"Governor\\u2019s proclamation names June as General Aviation Appreciation Month in Washington state\"'),(7643,1772,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=366\"'),(7644,1772,'ClientIP','\"50.181.141.126\"'),(7645,1772,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(7646,1772,'CurrentUserID','5'),(7647,1772,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7648,1773,'PostID','366'),(7649,1773,'PostType','\"post\"'),(7650,1773,'PostTitle','\"Auto Draft\"'),(7651,1773,'OldDate','\"2015-06-19 09:48:32\"'),(7652,1773,'NewDate','\"2015-06-19 10:03:49\"'),(7653,1773,'ClientIP','\"50.181.141.126\"'),(7654,1773,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(7655,1773,'CurrentUserID','5'),(7656,1773,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7657,1774,'PostID','366'),(7658,1774,'PostType','\"post\"'),(7659,1774,'PostTitle','\"Governor\\u2019s proclamation names June as General Aviation Appreciation Month in Washington state\"'),(7660,1774,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=366\"'),(7661,1774,'ClientIP','\"50.181.141.126\"'),(7662,1774,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(7663,1774,'CurrentUserID','5'),(7664,1774,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7665,1775,'PostID','366'),(7666,1775,'PostType','\"post\"'),(7667,1775,'PostTitle','\"Governor\\u2019s proclamation names June as General Aviation Appreciation Month in Washington state\"'),(7668,1775,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=366\"'),(7669,1775,'ClientIP','\"50.181.141.126\"'),(7670,1775,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(7671,1775,'CurrentUserID','5'),(7672,1775,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7673,1776,'Attempts','1'),(7674,1776,'ClientIP','\"193.201.227.36\"'),(7675,1776,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(7676,1776,'CurrentUserID','0'),(7677,1777,'Attempts','1'),(7678,1777,'ClientIP','\"37.115.33.251\"'),(7679,1777,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7680,1777,'CurrentUserID','0'),(7681,1778,'Attempts','2'),(7682,1778,'ClientIP','\"46.119.59.179\"'),(7683,1778,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7684,1778,'CurrentUserID','0'),(7685,1779,'Attempts','1'),(7686,1779,'ClientIP','\"46.211.252.191\"'),(7687,1779,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7688,1779,'CurrentUserID','0'),(7689,1780,'Attempts','10'),(7690,1780,'ClientIP','\"185.75.56.111\"'),(7691,1780,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(7692,1780,'CurrentUserID','0'),(7693,1781,'PostID','368'),(7694,1781,'PostType','\"post\"'),(7695,1781,'PostTitle','\"Auto Draft\"'),(7696,1781,'ClientIP','\"10.30.65.100\"'),(7697,1781,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7698,1781,'CurrentUserID','0'),(7699,1782,'Attempts','2'),(7700,1782,'ClientIP','\"185.75.56.111\"'),(7701,1782,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(7702,1782,'CurrentUserID','0'),(7703,1783,'Username','\"pgmarshall@pgmarshall.net\"'),(7704,1783,'CurrentUserRoles','[\"administrator\"]'),(7705,1783,'ClientIP','\"50.181.141.126\"'),(7706,1783,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(7707,1784,'PostID','63'),(7708,1784,'PostType','\"page\"'),(7709,1784,'PostTitle','\"Bylaws\"'),(7710,1784,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=63\"'),(7711,1784,'ClientIP','\"50.181.141.126\"'),(7712,1784,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(7713,1784,'CurrentUserID','5'),(7714,1784,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7715,1785,'PostID','184'),(7716,1785,'PostType','\"page\"'),(7717,1785,'PostTitle','\"Membership Categories\"'),(7718,1785,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=184\"'),(7719,1785,'ClientIP','\"50.181.141.126\"'),(7720,1785,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(7721,1785,'CurrentUserID','5'),(7722,1785,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7723,1786,'PostID','186'),(7724,1786,'PostType','\"page\"'),(7725,1786,'PostTitle','\"Membership Dues\"'),(7726,1786,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=186\"'),(7727,1786,'ClientIP','\"50.181.141.126\"'),(7728,1786,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(7729,1786,'CurrentUserID','5'),(7730,1786,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7731,1787,'PostID','71'),(7732,1787,'PostType','\"page\"'),(7733,1787,'PostTitle','\"Steering Committee\"'),(7734,1787,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=71\"'),(7735,1787,'ClientIP','\"50.181.141.126\"'),(7736,1787,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko\\/20100101 Firefox\\/38.0\"'),(7737,1787,'CurrentUserID','5'),(7738,1787,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7739,1788,'Attempts','1'),(7740,1788,'ClientIP','\"207.35.85.163\"'),(7741,1788,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7742,1788,'CurrentUserID','0'),(7743,1789,'Attempts','1'),(7744,1789,'ClientIP','\"208.89.129.203\"'),(7745,1789,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7746,1789,'CurrentUserID','0'),(7747,1790,'Attempts','1'),(7748,1790,'ClientIP','\"62.50.24.243\"'),(7749,1790,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7750,1790,'CurrentUserID','0'),(7751,1791,'Attempts','1'),(7752,1791,'ClientIP','\"207.35.85.163\"'),(7753,1791,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7754,1791,'CurrentUserID','0'),(7755,1792,'Attempts','1'),(7756,1792,'ClientIP','\"80.122.213.138\"'),(7757,1792,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7758,1792,'CurrentUserID','0'),(7759,1793,'Attempts','1'),(7760,1793,'ClientIP','\"83.65.232.250\"'),(7761,1793,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7762,1793,'CurrentUserID','0'),(7763,1794,'Attempts','1'),(7764,1794,'ClientIP','\"213.235.56.89\"'),(7765,1794,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7766,1794,'CurrentUserID','0'),(7767,1795,'Attempts','1'),(7768,1795,'ClientIP','\"96.53.80.38\"'),(7769,1795,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7770,1795,'CurrentUserID','0'),(7771,1796,'Attempts','1'),(7772,1796,'ClientIP','\"93.161.113.70\"'),(7773,1796,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(7774,1796,'CurrentUserID','0'),(7775,1797,'Attempts','8'),(7776,1797,'ClientIP','\"74.202.182.46\"'),(7777,1797,'UserAgent','\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.2) Gecko\\/2008091620 Firefox\\/3.0.2\"'),(7778,1797,'CurrentUserID','0'),(7779,1798,'Attempts','2'),(7780,1798,'ClientIP','\"74.202.182.46\"'),(7781,1798,'UserAgent','\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.2) Gecko\\/2008091620 Firefox\\/3.0.2\"'),(7782,1798,'CurrentUserID','0'),(7783,1799,'Username','\"pgmarshall@pgmarshall.net\"'),(7784,1799,'CurrentUserRoles','[\"administrator\"]'),(7785,1799,'ClientIP','\"50.181.141.126\"'),(7786,1799,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.130 Safari\\/537.36\"'),(7787,1800,'PostID','371'),(7788,1800,'PostType','\"post\"'),(7789,1800,'PostTitle','\"Auto Draft\"'),(7790,1800,'ClientIP','\"10.30.65.100\"'),(7791,1800,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7792,1800,'CurrentUserID','0'),(7793,1801,'Username','\"runamuk0@msn.com\"'),(7794,1801,'CurrentUserRoles','[\"administrator\"]'),(7795,1801,'ClientIP','\"71.217.106.30\"'),(7796,1801,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.130 Safari\\/537.36\"'),(7797,1802,'Plugin','{\"Name\":\"Free-Counter!!!!\",\"PluginURI\":\"www.free-counter.org\",\"Version\":\"1.2\",\"Author\":\"Free counter\",\"Network\":\"False\",\"plugin_dir_path\":\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/\"}'),(7798,1802,'ClientIP','\"71.217.106.30\"'),(7799,1802,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.130 Safari\\/537.36\"'),(7800,1802,'CurrentUserID','2'),(7801,1802,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7802,1803,'PluginFile','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/free-counter\\/plugin.php\"'),(7803,1803,'PluginData','{\"Name\":\"Free-Counter!!!!\",\"PluginURI\":\"http:\\/\\/www.free-counter.org\",\"Version\":\"1.2\",\"Author\":\"Free counter\",\"Network\":\"False\"}'),(7804,1803,'ClientIP','\"71.217.106.30\"'),(7805,1803,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.130 Safari\\/537.36\"'),(7806,1803,'CurrentUserID','2'),(7807,1803,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7808,1804,'PostID','380'),(7809,1804,'PostType','\"page\"'),(7810,1804,'PostTitle','\"Test Page\"'),(7811,1804,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=380\"'),(7812,1804,'ClientIP','\"71.217.106.30\"'),(7813,1804,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.130 Safari\\/537.36\"'),(7814,1804,'CurrentUserID','2'),(7815,1804,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7816,1805,'Username','\"pgmarshall@pgmarshall.net\"'),(7817,1805,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7818,1805,'ClientIP','\"50.181.141.126\"'),(7819,1805,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.130 Safari\\/537.36\"'),(7820,1806,'Attempts','\"10+\"'),(7821,1806,'ClientIP','\"103.53.225.47\"'),(7822,1806,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko\\/20100101 Firefox\\/18.0\"'),(7823,1806,'CurrentUserID','0'),(7824,1807,'Username','\"pgmarshall@pgmarshall.net\"'),(7825,1807,'CurrentUserRoles','[\"administrator\"]'),(7826,1807,'ClientIP','\"50.181.141.126\"'),(7827,1807,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.132 Safari\\/537.36\"'),(7828,1808,'WidgetName','\"counter_free_widget\"'),(7829,1808,'Sidebar','\"right-sidebar\"'),(7830,1808,'ClientIP','\"50.181.141.126\"'),(7831,1808,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.132 Safari\\/537.36\"'),(7832,1808,'CurrentUserID','5'),(7833,1808,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7834,1809,'WidgetName','\"counter_free_widget-2\"'),(7835,1809,'OldSidebar','\"right-sidebar\"'),(7836,1809,'NewSidebar','\"left-sidebar\"'),(7837,1809,'ClientIP','\"50.181.141.126\"'),(7838,1809,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.132 Safari\\/537.36\"'),(7839,1809,'CurrentUserID','5'),(7840,1809,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7841,1810,'WidgetName','\"counter_free_widget-2\"'),(7842,1810,'OldPosition','2'),(7843,1810,'NewPosition','1'),(7844,1810,'Sidebar','\"Right Sidebar\"'),(7845,1810,'ClientIP','\"50.181.141.126\"'),(7846,1810,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.132 Safari\\/537.36\"'),(7847,1810,'CurrentUserID','5'),(7848,1810,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7849,1811,'WidgetName','\"counter_free_widget\"'),(7850,1811,'Sidebar','\"left-sidebar\"'),(7851,1811,'ClientIP','\"50.181.141.126\"'),(7852,1811,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.132 Safari\\/537.36\"'),(7853,1811,'CurrentUserID','5'),(7854,1811,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7855,1812,'WidgetName','\"counter_free_widget-2\"'),(7856,1812,'OldPosition','1'),(7857,1812,'NewPosition','2'),(7858,1812,'Sidebar','\"Left Sidebar\"'),(7859,1812,'ClientIP','\"50.181.141.126\"'),(7860,1812,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.132 Safari\\/537.36\"'),(7861,1812,'CurrentUserID','5'),(7862,1812,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(7863,1813,'Attempts','\"10+\"'),(7864,1813,'ClientIP','\"42.119.28.44\"'),(7865,1813,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(7866,1813,'CurrentUserID','0'),(7867,1814,'Attempts','\"10+\"'),(7868,1814,'ClientIP','\"95.133.238.80\"'),(7869,1814,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(7870,1814,'CurrentUserID','0'),(7871,1815,'PostID','[13]'),(7872,1815,'PostTitle','null'),(7873,1815,'PostType','null'),(7874,1815,'MetaID','\"8\"'),(7875,1815,'MetaKey','\"panels_data\"'),(7876,1815,'MetaLink','\"panels_data\"'),(7877,1815,'ClientIP','\"10.30.65.100\"'),(7878,1815,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7879,1815,'CurrentUserID','0'),(7880,1816,'PostID','[39]'),(7881,1816,'PostTitle','null'),(7882,1816,'PostType','null'),(7883,1816,'MetaID','\"17\"'),(7884,1816,'MetaKey','\"panels_data\"'),(7885,1816,'MetaLink','\"panels_data\"'),(7886,1816,'ClientIP','\"10.30.65.100\"'),(7887,1816,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7888,1816,'CurrentUserID','0'),(7889,1817,'PostID','[40]'),(7890,1817,'PostTitle','null'),(7891,1817,'PostType','null'),(7892,1817,'MetaID','\"17\"'),(7893,1817,'MetaKey','\"panels_data\"'),(7894,1817,'MetaLink','\"panels_data\"'),(7895,1817,'ClientIP','\"10.30.65.100\"'),(7896,1817,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7897,1817,'CurrentUserID','0'),(7898,1818,'PostID','[67]'),(7899,1818,'PostTitle','null'),(7900,1818,'PostType','null'),(7901,1818,'MetaID','\"17\"'),(7902,1818,'MetaKey','\"panels_data\"'),(7903,1818,'MetaLink','\"panels_data\"'),(7904,1818,'ClientIP','\"10.30.65.100\"'),(7905,1818,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7906,1818,'CurrentUserID','0'),(7907,1819,'PostID','[68]'),(7908,1819,'PostTitle','null'),(7909,1819,'PostType','null'),(7910,1819,'MetaID','\"17\"'),(7911,1819,'MetaKey','\"panels_data\"'),(7912,1819,'MetaLink','\"panels_data\"'),(7913,1819,'ClientIP','\"10.30.65.100\"'),(7914,1819,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7915,1819,'CurrentUserID','0'),(7916,1820,'PostID','[330]'),(7917,1820,'PostTitle','null'),(7918,1820,'PostType','null'),(7919,1820,'MetaID','\"17\"'),(7920,1820,'MetaKey','\"panels_data\"'),(7921,1820,'MetaLink','\"panels_data\"'),(7922,1820,'ClientIP','\"10.30.65.100\"'),(7923,1820,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7924,1820,'CurrentUserID','0'),(7925,1821,'PostID','[697]'),(7926,1821,'PostTitle','null'),(7927,1821,'PostType','null'),(7928,1821,'MetaID','\"365\"'),(7929,1821,'MetaKey','\"panels_data\"'),(7930,1821,'MetaLink','\"panels_data\"'),(7931,1821,'ClientIP','\"10.30.65.100\"'),(7932,1821,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7933,1821,'CurrentUserID','0'),(7934,1822,'PostID','[9]'),(7935,1822,'PostTitle','null'),(7936,1822,'PostType','null'),(7937,1822,'MetaID','\"7\"'),(7938,1822,'MetaKey','\"panels_data\"'),(7939,1822,'MetaLink','\"panels_data\"'),(7940,1822,'ClientIP','\"10.30.65.100\"'),(7941,1822,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7942,1822,'CurrentUserID','0'),(7943,1823,'PostID','20'),(7944,1823,'PostType','\"nav_menu_item\"'),(7945,1823,'PostTitle','\"\"'),(7946,1823,'ClientIP','\"10.30.65.100\"'),(7947,1823,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7948,1823,'CurrentUserID','0'),(7949,1824,'PostID','7'),(7950,1824,'PostType','\"page\"'),(7951,1824,'PostTitle','\"HomeX\"'),(7952,1824,'ClientIP','\"10.30.65.100\"'),(7953,1824,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7954,1824,'CurrentUserID','0'),(7955,1825,'PostID','[43]'),(7956,1825,'PostTitle','null'),(7957,1825,'PostType','null'),(7958,1825,'MetaID','\"18\"'),(7959,1825,'MetaKey','\"panels_data\"'),(7960,1825,'MetaLink','\"panels_data\"'),(7961,1825,'ClientIP','\"10.30.65.100\"'),(7962,1825,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7963,1825,'CurrentUserID','0'),(7964,1826,'PostID','[77]'),(7965,1826,'PostTitle','null'),(7966,1826,'PostType','null'),(7967,1826,'MetaID','\"18\"'),(7968,1826,'MetaKey','\"sharing_disabled\"'),(7969,1826,'MetaLink','\"sharing_disabled\"'),(7970,1826,'ClientIP','\"10.30.65.100\"'),(7971,1826,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7972,1826,'CurrentUserID','0'),(7973,1827,'PostID','18'),(7974,1827,'PostType','\"page\"'),(7975,1827,'PostTitle','\"Home1\"'),(7976,1827,'ClientIP','\"10.30.65.100\"'),(7977,1827,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(7978,1827,'CurrentUserID','0'),(7979,1828,'Attempts','2'),(7980,1828,'ClientIP','\"121.216.33.40\"'),(7981,1828,'UserAgent','\"\"'),(7982,1828,'CurrentUserID','0'),(7983,1829,'Attempts','1'),(7984,1829,'ClientIP','\"188.24.249.71\"'),(7985,1829,'UserAgent','\"\"'),(7986,1829,'CurrentUserID','0'),(7987,1830,'Attempts','1'),(7988,1830,'ClientIP','\"202.44.228.80\"'),(7989,1830,'UserAgent','\"\"'),(7990,1830,'CurrentUserID','0'),(7991,1831,'Attempts','1'),(7992,1831,'ClientIP','\"158.58.234.54\"'),(7993,1831,'UserAgent','\"\"'),(7994,1831,'CurrentUserID','0'),(7995,1832,'Attempts','1'),(7996,1832,'ClientIP','\"195.74.236.71\"'),(7997,1832,'UserAgent','\"\"'),(7998,1832,'CurrentUserID','0'),(7999,1833,'Attempts','1'),(8000,1833,'ClientIP','\"154.73.58.75\"'),(8001,1833,'UserAgent','\"\"'),(8002,1833,'CurrentUserID','0'),(8003,1834,'Attempts','1'),(8004,1834,'ClientIP','\"190.225.224.89\"'),(8005,1834,'UserAgent','\"\"'),(8006,1834,'CurrentUserID','0'),(8007,1835,'Attempts','1'),(8008,1835,'ClientIP','\"109.228.123.54\"'),(8009,1835,'UserAgent','\"\"'),(8010,1835,'CurrentUserID','0'),(8011,1836,'Attempts','1'),(8012,1836,'ClientIP','\"103.19.252.82\"'),(8013,1836,'UserAgent','\"\"'),(8014,1836,'CurrentUserID','0'),(8015,1837,'Attempts','1'),(8016,1837,'ClientIP','\"89.11.239.81\"'),(8017,1837,'UserAgent','\"\"'),(8018,1837,'CurrentUserID','0'),(8019,1838,'Attempts','1'),(8020,1838,'ClientIP','\"130.193.154.173\"'),(8021,1838,'UserAgent','\"\"'),(8022,1838,'CurrentUserID','0'),(8023,1839,'Attempts','2'),(8024,1839,'ClientIP','\"154.73.58.75\"'),(8025,1839,'UserAgent','\"\"'),(8026,1839,'CurrentUserID','0'),(8027,1840,'Attempts','1'),(8028,1840,'ClientIP','\"188.24.139.48\"'),(8029,1840,'UserAgent','\"\"'),(8030,1840,'CurrentUserID','0'),(8031,1841,'Attempts','1'),(8032,1841,'ClientIP','\"180.70.82.228\"'),(8033,1841,'UserAgent','\"\"'),(8034,1841,'CurrentUserID','0'),(8035,1842,'Attempts','1'),(8036,1842,'ClientIP','\"41.235.36.79\"'),(8037,1842,'UserAgent','\"\"'),(8038,1842,'CurrentUserID','0'),(8039,1843,'Attempts','1'),(8040,1843,'ClientIP','\"5.60.101.93\"'),(8041,1843,'UserAgent','\"\"'),(8042,1843,'CurrentUserID','0'),(8043,1844,'Attempts','1'),(8044,1844,'ClientIP','\"95.86.42.165\"'),(8045,1844,'UserAgent','\"\"'),(8046,1844,'CurrentUserID','0'),(8047,1845,'Attempts','1'),(8048,1845,'ClientIP','\"85.108.169.74\"'),(8049,1845,'UserAgent','\"\"'),(8050,1845,'CurrentUserID','0'),(8051,1846,'Attempts','1'),(8052,1846,'ClientIP','\"92.55.82.62\"'),(8053,1846,'UserAgent','\"\"'),(8054,1846,'CurrentUserID','0'),(8055,1847,'Attempts','1'),(8056,1847,'ClientIP','\"182.178.193.139\"'),(8057,1847,'UserAgent','\"\"'),(8058,1847,'CurrentUserID','0'),(8059,1848,'Attempts','1'),(8060,1848,'ClientIP','\"151.238.22.3\"'),(8061,1848,'UserAgent','\"\"'),(8062,1848,'CurrentUserID','0'),(8063,1849,'Attempts','1'),(8064,1849,'ClientIP','\"86.12.195.222\"'),(8065,1849,'UserAgent','\"\"'),(8066,1849,'CurrentUserID','0'),(8067,1850,'Attempts','1'),(8068,1850,'ClientIP','\"93.118.198.117\"'),(8069,1850,'UserAgent','\"\"'),(8070,1850,'CurrentUserID','0'),(8071,1851,'Attempts','1'),(8072,1851,'ClientIP','\"87.126.168.22\"'),(8073,1851,'UserAgent','\"\"'),(8074,1851,'CurrentUserID','0'),(8075,1852,'Attempts','1'),(8076,1852,'ClientIP','\"91.231.120.82\"'),(8077,1852,'UserAgent','\"\"'),(8078,1852,'CurrentUserID','0'),(8079,1853,'Attempts','1'),(8080,1853,'ClientIP','\"112.172.171.196\"'),(8081,1853,'UserAgent','\"\"'),(8082,1853,'CurrentUserID','0'),(8083,1854,'Attempts','1'),(8084,1854,'ClientIP','\"186.88.76.189\"'),(8085,1854,'UserAgent','\"\"'),(8086,1854,'CurrentUserID','0'),(8087,1855,'Attempts','1'),(8088,1855,'ClientIP','\"105.155.174.239\"'),(8089,1855,'UserAgent','\"\"'),(8090,1855,'CurrentUserID','0'),(8091,1856,'Attempts','1'),(8092,1856,'ClientIP','\"100.10.8.226\"'),(8093,1856,'UserAgent','\"\"'),(8094,1856,'CurrentUserID','0'),(8095,1857,'Attempts','1'),(8096,1857,'ClientIP','\"103.230.105.27\"'),(8097,1857,'UserAgent','\"\"'),(8098,1857,'CurrentUserID','0'),(8099,1858,'Attempts','1'),(8100,1858,'ClientIP','\"31.147.123.222\"'),(8101,1858,'UserAgent','\"\"'),(8102,1858,'CurrentUserID','0'),(8103,1859,'Attempts','1'),(8104,1859,'ClientIP','\"109.92.225.49\"'),(8105,1859,'UserAgent','\"\"'),(8106,1859,'CurrentUserID','0'),(8107,1860,'Attempts','1'),(8108,1860,'ClientIP','\"92.85.65.215\"'),(8109,1860,'UserAgent','\"\"'),(8110,1860,'CurrentUserID','0'),(8111,1861,'Attempts','1'),(8112,1861,'ClientIP','\"92.16.118.229\"'),(8113,1861,'UserAgent','\"\"'),(8114,1861,'CurrentUserID','0'),(8115,1862,'Attempts','1'),(8116,1862,'ClientIP','\"37.213.128.66\"'),(8117,1862,'UserAgent','\"\"'),(8118,1862,'CurrentUserID','0'),(8119,1863,'Attempts','1'),(8120,1863,'ClientIP','\"86.163.90.243\"'),(8121,1863,'UserAgent','\"\"'),(8122,1863,'CurrentUserID','0'),(8123,1864,'Attempts','1'),(8124,1864,'ClientIP','\"192.38.10.42\"'),(8125,1864,'UserAgent','\"\"'),(8126,1864,'CurrentUserID','0'),(8127,1865,'Attempts','1'),(8128,1865,'ClientIP','\"41.207.200.200\"'),(8129,1865,'UserAgent','\"\"'),(8130,1865,'CurrentUserID','0'),(8131,1866,'Attempts','1'),(8132,1866,'ClientIP','\"121.216.158.216\"'),(8133,1866,'UserAgent','\"\"'),(8134,1866,'CurrentUserID','0'),(8135,1867,'Attempts','1'),(8136,1867,'ClientIP','\"186.193.148.236\"'),(8137,1867,'UserAgent','\"\"'),(8138,1867,'CurrentUserID','0'),(8139,1868,'Attempts','2'),(8140,1868,'ClientIP','\"50.174.67.211\"'),(8141,1868,'UserAgent','\"\"'),(8142,1868,'CurrentUserID','0'),(8143,1869,'Attempts','1'),(8144,1869,'ClientIP','\"77.71.195.172\"'),(8145,1869,'UserAgent','\"\"'),(8146,1869,'CurrentUserID','0'),(8147,1870,'Attempts','1'),(8148,1870,'ClientIP','\"86.122.42.245\"'),(8149,1870,'UserAgent','\"\"'),(8150,1870,'CurrentUserID','0'),(8151,1871,'Attempts','1'),(8152,1871,'ClientIP','\"67.163.9.250\"'),(8153,1871,'UserAgent','\"\"'),(8154,1871,'CurrentUserID','0'),(8155,1872,'Attempts','1'),(8156,1872,'ClientIP','\"39.57.27.140\"'),(8157,1872,'UserAgent','\"\"'),(8158,1872,'CurrentUserID','0'),(8159,1873,'Attempts','1'),(8160,1873,'ClientIP','\"179.216.178.229\"'),(8161,1873,'UserAgent','\"\"'),(8162,1873,'CurrentUserID','0'),(8163,1874,'Attempts','1'),(8164,1874,'ClientIP','\"92.0.43.18\"'),(8165,1874,'UserAgent','\"\"'),(8166,1874,'CurrentUserID','0'),(8167,1875,'Attempts','1'),(8168,1875,'ClientIP','\"176.40.138.85\"'),(8169,1875,'UserAgent','\"\"'),(8170,1875,'CurrentUserID','0'),(8171,1876,'Attempts','1'),(8172,1876,'ClientIP','\"193.150.211.59\"'),(8173,1876,'UserAgent','\"\"'),(8174,1876,'CurrentUserID','0'),(8175,1877,'Attempts','1'),(8176,1877,'ClientIP','\"83.6.21.214\"'),(8177,1877,'UserAgent','\"\"'),(8178,1877,'CurrentUserID','0'),(8179,1878,'Attempts','1'),(8180,1878,'ClientIP','\"148.103.248.83\"'),(8181,1878,'UserAgent','\"\"'),(8182,1878,'CurrentUserID','0'),(8183,1879,'Attempts','1'),(8184,1879,'ClientIP','\"85.71.38.191\"'),(8185,1879,'UserAgent','\"\"'),(8186,1879,'CurrentUserID','0'),(8187,1880,'Attempts','1'),(8188,1880,'ClientIP','\"79.113.72.90\"'),(8189,1880,'UserAgent','\"\"'),(8190,1880,'CurrentUserID','0'),(8191,1881,'Attempts','1'),(8192,1881,'ClientIP','\"80.6.67.54\"'),(8193,1881,'UserAgent','\"\"'),(8194,1881,'CurrentUserID','0'),(8195,1882,'Attempts','1'),(8196,1882,'ClientIP','\"77.125.101.125\"'),(8197,1882,'UserAgent','\"\"'),(8198,1882,'CurrentUserID','0'),(8199,1883,'Attempts','1'),(8200,1883,'ClientIP','\"81.196.58.21\"'),(8201,1883,'UserAgent','\"\"'),(8202,1883,'CurrentUserID','0'),(8203,1884,'Attempts','1'),(8204,1884,'ClientIP','\"119.74.112.134\"'),(8205,1884,'UserAgent','\"\"'),(8206,1884,'CurrentUserID','0'),(8207,1885,'Attempts','1'),(8208,1885,'ClientIP','\"41.162.131.102\"'),(8209,1885,'UserAgent','\"\"'),(8210,1885,'CurrentUserID','0'),(8211,1886,'Attempts','1'),(8212,1886,'ClientIP','\"85.187.177.243\"'),(8213,1886,'UserAgent','\"\"'),(8214,1886,'CurrentUserID','0'),(8215,1887,'Attempts','1'),(8216,1887,'ClientIP','\"39.32.49.138\"'),(8217,1887,'UserAgent','\"\"'),(8218,1887,'CurrentUserID','0'),(8219,1888,'Attempts','1'),(8220,1888,'ClientIP','\"188.3.42.70\"'),(8221,1888,'UserAgent','\"\"'),(8222,1888,'CurrentUserID','0'),(8223,1889,'Attempts','1'),(8224,1889,'ClientIP','\"197.36.142.94\"'),(8225,1889,'UserAgent','\"\"'),(8226,1889,'CurrentUserID','0'),(8227,1890,'Attempts','1'),(8228,1890,'ClientIP','\"39.47.53.192\"'),(8229,1890,'UserAgent','\"\"'),(8230,1890,'CurrentUserID','0'),(8231,1891,'Attempts','1'),(8232,1891,'ClientIP','\"177.94.12.247\"'),(8233,1891,'UserAgent','\"\"'),(8234,1891,'CurrentUserID','0'),(8235,1892,'Attempts','1'),(8236,1892,'ClientIP','\"191.180.183.184\"'),(8237,1892,'UserAgent','\"\"'),(8238,1892,'CurrentUserID','0'),(8239,1893,'Attempts','1'),(8240,1893,'ClientIP','\"182.183.183.191\"'),(8241,1893,'UserAgent','\"\"'),(8242,1893,'CurrentUserID','0'),(8243,1894,'Attempts','1'),(8244,1894,'ClientIP','\"78.95.84.3\"'),(8245,1894,'UserAgent','\"\"'),(8246,1894,'CurrentUserID','0'),(8247,1895,'Attempts','1'),(8248,1895,'ClientIP','\"103.19.253.122\"'),(8249,1895,'UserAgent','\"\"'),(8250,1895,'CurrentUserID','0'),(8251,1896,'Attempts','1'),(8252,1896,'ClientIP','\"77.222.8.11\"'),(8253,1896,'UserAgent','\"\"'),(8254,1896,'CurrentUserID','0'),(8255,1897,'Attempts','1'),(8256,1897,'ClientIP','\"105.184.85.62\"'),(8257,1897,'UserAgent','\"\"'),(8258,1897,'CurrentUserID','0'),(8259,1898,'Attempts','1'),(8260,1898,'ClientIP','\"99.228.120.153\"'),(8261,1898,'UserAgent','\"\"'),(8262,1898,'CurrentUserID','0'),(8263,1899,'Attempts','1'),(8264,1899,'ClientIP','\"190.88.177.40\"'),(8265,1899,'UserAgent','\"\"'),(8266,1899,'CurrentUserID','0'),(8267,1900,'Attempts','1'),(8268,1900,'ClientIP','\"37.38.191.160\"'),(8269,1900,'UserAgent','\"\"'),(8270,1900,'CurrentUserID','0'),(8271,1901,'Attempts','1'),(8272,1901,'ClientIP','\"178.6.43.76\"'),(8273,1901,'UserAgent','\"\"'),(8274,1901,'CurrentUserID','0'),(8275,1902,'Attempts','1'),(8276,1902,'ClientIP','\"211.218.71.70\"'),(8277,1902,'UserAgent','\"\"'),(8278,1902,'CurrentUserID','0'),(8279,1903,'Attempts','2'),(8280,1903,'ClientIP','\"109.64.4.73\"'),(8281,1903,'UserAgent','\"\"'),(8282,1903,'CurrentUserID','0'),(8283,1904,'Attempts','1'),(8284,1904,'ClientIP','\"175.156.93.187\"'),(8285,1904,'UserAgent','\"\"'),(8286,1904,'CurrentUserID','0'),(8287,1905,'Attempts','2'),(8288,1905,'ClientIP','\"5.13.178.193\"'),(8289,1905,'UserAgent','\"\"'),(8290,1905,'CurrentUserID','0'),(8291,1906,'Attempts','1'),(8292,1906,'ClientIP','\"203.184.11.57\"'),(8293,1906,'UserAgent','\"\"'),(8294,1906,'CurrentUserID','0'),(8295,1907,'Attempts','1'),(8296,1907,'ClientIP','\"109.149.157.183\"'),(8297,1907,'UserAgent','\"\"'),(8298,1907,'CurrentUserID','0'),(8299,1908,'Attempts','2'),(8300,1908,'ClientIP','\"212.25.63.80\"'),(8301,1908,'UserAgent','\"\"'),(8302,1908,'CurrentUserID','0'),(8303,1909,'Attempts','2'),(8304,1909,'ClientIP','\"81.36.64.234\"'),(8305,1909,'UserAgent','\"\"'),(8306,1909,'CurrentUserID','0'),(8307,1910,'Attempts','1'),(8308,1910,'ClientIP','\"211.51.110.77\"'),(8309,1910,'UserAgent','\"\"'),(8310,1910,'CurrentUserID','0'),(8311,1911,'Attempts','1'),(8312,1911,'ClientIP','\"76.180.33.131\"'),(8313,1911,'UserAgent','\"\"'),(8314,1911,'CurrentUserID','0'),(8315,1912,'Attempts','1'),(8316,1912,'ClientIP','\"10.30.64.4\"'),(8317,1912,'UserAgent','\"\"'),(8318,1912,'CurrentUserID','0'),(8319,1913,'Attempts','1'),(8320,1913,'ClientIP','\"27.147.129.114\"'),(8321,1913,'UserAgent','\"\"'),(8322,1913,'CurrentUserID','0'),(8323,1914,'Attempts','1'),(8324,1914,'ClientIP','\"24.135.230.129\"'),(8325,1914,'UserAgent','\"\"'),(8326,1914,'CurrentUserID','0'),(8327,1915,'Attempts','1'),(8328,1915,'ClientIP','\"41.135.114.143\"'),(8329,1915,'UserAgent','\"\"'),(8330,1915,'CurrentUserID','0'),(8331,1916,'Attempts','1'),(8332,1916,'ClientIP','\"183.87.224.162\"'),(8333,1916,'UserAgent','\"\"'),(8334,1916,'CurrentUserID','0'),(8335,1917,'Attempts','1'),(8336,1917,'ClientIP','\"119.95.71.75\"'),(8337,1917,'UserAgent','\"\"'),(8338,1917,'CurrentUserID','0'),(8339,1918,'Attempts','1'),(8340,1918,'ClientIP','\"68.8.120.23\"'),(8341,1918,'UserAgent','\"\"'),(8342,1918,'CurrentUserID','0'),(8343,1919,'Attempts','1'),(8344,1919,'ClientIP','\"109.79.166.14\"'),(8345,1919,'UserAgent','\"\"'),(8346,1919,'CurrentUserID','0'),(8347,1920,'Attempts','1'),(8348,1920,'ClientIP','\"85.83.27.237\"'),(8349,1920,'UserAgent','\"\"'),(8350,1920,'CurrentUserID','0'),(8351,1921,'Attempts','1'),(8352,1921,'ClientIP','\"197.158.72.33\"'),(8353,1921,'UserAgent','\"\"'),(8354,1921,'CurrentUserID','0'),(8355,1922,'Attempts','1'),(8356,1922,'ClientIP','\"5.2.2.18\"'),(8357,1922,'UserAgent','\"\"'),(8358,1922,'CurrentUserID','0'),(8359,1923,'Attempts','1'),(8360,1923,'ClientIP','\"188.36.97.134\"'),(8361,1923,'UserAgent','\"\"'),(8362,1923,'CurrentUserID','0'),(8363,1924,'Attempts','1'),(8364,1924,'ClientIP','\"86.100.58.105\"'),(8365,1924,'UserAgent','\"\"'),(8366,1924,'CurrentUserID','0'),(8367,1925,'Attempts','1'),(8368,1925,'ClientIP','\"120.141.184.150\"'),(8369,1925,'UserAgent','\"\"'),(8370,1925,'CurrentUserID','0'),(8371,1926,'Attempts','1'),(8372,1926,'ClientIP','\"94.21.56.43\"'),(8373,1926,'UserAgent','\"\"'),(8374,1926,'CurrentUserID','0'),(8375,1927,'Attempts','1'),(8376,1927,'ClientIP','\"119.94.116.106\"'),(8377,1927,'UserAgent','\"\"'),(8378,1927,'CurrentUserID','0'),(8379,1928,'Attempts','1'),(8380,1928,'ClientIP','\"109.66.132.234\"'),(8381,1928,'UserAgent','\"\"'),(8382,1928,'CurrentUserID','0'),(8383,1929,'Attempts','1'),(8384,1929,'ClientIP','\"91.144.18.210\"'),(8385,1929,'UserAgent','\"\"'),(8386,1929,'CurrentUserID','0'),(8387,1930,'Attempts','1'),(8388,1930,'ClientIP','\"117.102.77.154\"'),(8389,1930,'UserAgent','\"\"'),(8390,1930,'CurrentUserID','0'),(8391,1931,'Attempts','1'),(8392,1931,'ClientIP','\"43.245.157.57\"'),(8393,1931,'UserAgent','\"\"'),(8394,1931,'CurrentUserID','0'),(8395,1932,'Attempts','1'),(8396,1932,'ClientIP','\"201.220.132.232\"'),(8397,1932,'UserAgent','\"\"'),(8398,1932,'CurrentUserID','0'),(8399,1933,'Attempts','1'),(8400,1933,'ClientIP','\"112.204.243.28\"'),(8401,1933,'UserAgent','\"\"'),(8402,1933,'CurrentUserID','0'),(8403,1934,'Attempts','1'),(8404,1934,'ClientIP','\"45.51.66.5\"'),(8405,1934,'UserAgent','\"\"'),(8406,1934,'CurrentUserID','0'),(8407,1935,'Attempts','1'),(8408,1935,'ClientIP','\"24.252.6.114\"'),(8409,1935,'UserAgent','\"\"'),(8410,1935,'CurrentUserID','0'),(8411,1936,'Attempts','1'),(8412,1936,'ClientIP','\"217.121.129.54\"'),(8413,1936,'UserAgent','\"\"'),(8414,1936,'CurrentUserID','0'),(8415,1937,'Attempts','1'),(8416,1937,'ClientIP','\"175.136.88.94\"'),(8417,1937,'UserAgent','\"\"'),(8418,1937,'CurrentUserID','0'),(8419,1938,'Attempts','1'),(8420,1938,'ClientIP','\"180.191.155.105\"'),(8421,1938,'UserAgent','\"\"'),(8422,1938,'CurrentUserID','0'),(8423,1939,'Attempts','1'),(8424,1939,'ClientIP','\"84.198.92.53\"'),(8425,1939,'UserAgent','\"\"'),(8426,1939,'CurrentUserID','0'),(8427,1940,'Attempts','1'),(8428,1940,'ClientIP','\"79.114.242.84\"'),(8429,1940,'UserAgent','\"\"'),(8430,1940,'CurrentUserID','0'),(8431,1941,'Attempts','1'),(8432,1941,'ClientIP','\"210.187.201.144\"'),(8433,1941,'UserAgent','\"\"'),(8434,1941,'CurrentUserID','0'),(8435,1942,'Attempts','1'),(8436,1942,'ClientIP','\"213.104.215.177\"'),(8437,1942,'UserAgent','\"\"'),(8438,1942,'CurrentUserID','0'),(8439,1943,'Attempts','2'),(8440,1943,'ClientIP','\"86.162.162.46\"'),(8441,1943,'UserAgent','\"\"'),(8442,1943,'CurrentUserID','0'),(8443,1944,'Attempts','1'),(8444,1944,'ClientIP','\"87.69.155.132\"'),(8445,1944,'UserAgent','\"\"'),(8446,1944,'CurrentUserID','0'),(8447,1945,'Attempts','1'),(8448,1945,'ClientIP','\"79.183.113.84\"'),(8449,1945,'UserAgent','\"\"'),(8450,1945,'CurrentUserID','0'),(8451,1946,'Attempts','2'),(8452,1946,'ClientIP','\"24.233.129.134\"'),(8453,1946,'UserAgent','\"\"'),(8454,1946,'CurrentUserID','0'),(8455,1947,'Attempts','1'),(8456,1947,'ClientIP','\"88.222.92.166\"'),(8457,1947,'UserAgent','\"\"'),(8458,1947,'CurrentUserID','0'),(8459,1948,'Attempts','1'),(8460,1948,'ClientIP','\"92.51.116.42\"'),(8461,1948,'UserAgent','\"\"'),(8462,1948,'CurrentUserID','0'),(8463,1949,'Attempts','1'),(8464,1949,'ClientIP','\"41.87.178.31\"'),(8465,1949,'UserAgent','\"\"'),(8466,1949,'CurrentUserID','0'),(8467,1950,'Attempts','1'),(8468,1950,'ClientIP','\"46.214.59.219\"'),(8469,1950,'UserAgent','\"\"'),(8470,1950,'CurrentUserID','0'),(8471,1951,'Attempts','1'),(8472,1951,'ClientIP','\"141.75.219.164\"'),(8473,1951,'UserAgent','\"\"'),(8474,1951,'CurrentUserID','0'),(8475,1952,'Attempts','1'),(8476,1952,'ClientIP','\"79.118.160.250\"'),(8477,1952,'UserAgent','\"\"'),(8478,1952,'CurrentUserID','0'),(8479,1953,'Attempts','1'),(8480,1953,'ClientIP','\"190.226.17.219\"'),(8481,1953,'UserAgent','\"\"'),(8482,1953,'CurrentUserID','0'),(8483,1954,'Attempts','1'),(8484,1954,'ClientIP','\"92.84.174.234\"'),(8485,1954,'UserAgent','\"\"'),(8486,1954,'CurrentUserID','0'),(8487,1955,'Attempts','1'),(8488,1955,'ClientIP','\"82.131.47.160\"'),(8489,1955,'UserAgent','\"\"'),(8490,1955,'CurrentUserID','0'),(8491,1956,'Attempts','1'),(8492,1956,'ClientIP','\"93.86.116.216\"'),(8493,1956,'UserAgent','\"\"'),(8494,1956,'CurrentUserID','0'),(8495,1957,'Attempts','1'),(8496,1957,'ClientIP','\"113.161.92.127\"'),(8497,1957,'UserAgent','\"\"'),(8498,1957,'CurrentUserID','0'),(8499,1958,'Attempts','1'),(8500,1958,'ClientIP','\"125.135.68.16\"'),(8501,1958,'UserAgent','\"\"'),(8502,1958,'CurrentUserID','0'),(8503,1959,'Attempts','1'),(8504,1959,'ClientIP','\"182.182.5.223\"'),(8505,1959,'UserAgent','\"\"'),(8506,1959,'CurrentUserID','0'),(8507,1960,'Attempts','2'),(8508,1960,'ClientIP','\"46.17.150.114\"'),(8509,1960,'UserAgent','\"\"'),(8510,1960,'CurrentUserID','0'),(8511,1961,'Attempts','1'),(8512,1961,'ClientIP','\"94.201.218.187\"'),(8513,1961,'UserAgent','\"\"'),(8514,1961,'CurrentUserID','0'),(8515,1962,'Attempts','1'),(8516,1962,'ClientIP','\"93.141.68.10\"'),(8517,1962,'UserAgent','\"\"'),(8518,1962,'CurrentUserID','0'),(8519,1963,'Attempts','1'),(8520,1963,'ClientIP','\"221.150.37.150\"'),(8521,1963,'UserAgent','\"\"'),(8522,1963,'CurrentUserID','0'),(8523,1964,'Attempts','1'),(8524,1964,'ClientIP','\"86.100.248.13\"'),(8525,1964,'UserAgent','\"\"'),(8526,1964,'CurrentUserID','0'),(8527,1965,'Attempts','1'),(8528,1965,'ClientIP','\"70.178.91.124\"'),(8529,1965,'UserAgent','\"\"'),(8530,1965,'CurrentUserID','0'),(8531,1966,'Attempts','1'),(8532,1966,'ClientIP','\"156.34.185.157\"'),(8533,1966,'UserAgent','\"\"'),(8534,1966,'CurrentUserID','0'),(8535,1967,'Attempts','1'),(8536,1967,'ClientIP','\"24.68.230.27\"'),(8537,1967,'UserAgent','\"\"'),(8538,1967,'CurrentUserID','0'),(8539,1968,'Attempts','1'),(8540,1968,'ClientIP','\"91.137.131.41\"'),(8541,1968,'UserAgent','\"\"'),(8542,1968,'CurrentUserID','0'),(8543,1969,'Attempts','1'),(8544,1969,'ClientIP','\"112.208.31.127\"'),(8545,1969,'UserAgent','\"\"'),(8546,1969,'CurrentUserID','0'),(8547,1970,'Attempts','1'),(8548,1970,'ClientIP','\"58.111.67.76\"'),(8549,1970,'UserAgent','\"\"'),(8550,1970,'CurrentUserID','0'),(8551,1971,'Attempts','1'),(8552,1971,'ClientIP','\"86.27.123.197\"'),(8553,1971,'UserAgent','\"\"'),(8554,1971,'CurrentUserID','0'),(8555,1972,'Attempts','1'),(8556,1972,'ClientIP','\"112.198.103.171\"'),(8557,1972,'UserAgent','\"\"'),(8558,1972,'CurrentUserID','0'),(8559,1973,'Attempts','1'),(8560,1973,'ClientIP','\"181.90.40.166\"'),(8561,1973,'UserAgent','\"\"'),(8562,1973,'CurrentUserID','0'),(8563,1974,'Attempts','1'),(8564,1974,'ClientIP','\"89.71.96.66\"'),(8565,1974,'UserAgent','\"\"'),(8566,1974,'CurrentUserID','0'),(8567,1975,'Attempts','1'),(8568,1975,'ClientIP','\"2.220.196.138\"'),(8569,1975,'UserAgent','\"\"'),(8570,1975,'CurrentUserID','0'),(8571,1976,'Attempts','1'),(8572,1976,'ClientIP','\"142.166.217.49\"'),(8573,1976,'UserAgent','\"\"'),(8574,1976,'CurrentUserID','0'),(8575,1977,'Attempts','1'),(8576,1977,'ClientIP','\"5.14.38.12\"'),(8577,1977,'UserAgent','\"\"'),(8578,1977,'CurrentUserID','0'),(8579,1978,'Attempts','1'),(8580,1978,'ClientIP','\"206.116.69.2\"'),(8581,1978,'UserAgent','\"\"'),(8582,1978,'CurrentUserID','0'),(8583,1979,'Attempts','1'),(8584,1979,'ClientIP','\"125.54.225.115\"'),(8585,1979,'UserAgent','\"\"'),(8586,1979,'CurrentUserID','0'),(8587,1980,'Attempts','1'),(8588,1980,'ClientIP','\"78.195.177.71\"'),(8589,1980,'UserAgent','\"\"'),(8590,1980,'CurrentUserID','0'),(8591,1981,'Attempts','1'),(8592,1981,'ClientIP','\"179.52.186.217\"'),(8593,1981,'UserAgent','\"\"'),(8594,1981,'CurrentUserID','0'),(8595,1982,'Attempts','1'),(8596,1982,'ClientIP','\"99.229.22.100\"'),(8597,1982,'UserAgent','\"\"'),(8598,1982,'CurrentUserID','0'),(8599,1983,'Attempts','1'),(8600,1983,'ClientIP','\"81.43.149.106\"'),(8601,1983,'UserAgent','\"\"'),(8602,1983,'CurrentUserID','0'),(8603,1984,'Attempts','1'),(8604,1984,'ClientIP','\"86.59.137.99\"'),(8605,1984,'UserAgent','\"\"'),(8606,1984,'CurrentUserID','0'),(8607,1985,'Attempts','1'),(8608,1985,'ClientIP','\"92.87.13.201\"'),(8609,1985,'UserAgent','\"\"'),(8610,1985,'CurrentUserID','0'),(8611,1986,'Attempts','1'),(8612,1986,'ClientIP','\"111.68.61.203\"'),(8613,1986,'UserAgent','\"\"'),(8614,1986,'CurrentUserID','0'),(8615,1987,'Attempts','1'),(8616,1987,'ClientIP','\"92.52.29.61\"'),(8617,1987,'UserAgent','\"\"'),(8618,1987,'CurrentUserID','0'),(8619,1988,'Attempts','1'),(8620,1988,'ClientIP','\"24.135.115.199\"'),(8621,1988,'UserAgent','\"\"'),(8622,1988,'CurrentUserID','0'),(8623,1989,'Attempts','1'),(8624,1989,'ClientIP','\"112.198.103.22\"'),(8625,1989,'UserAgent','\"\"'),(8626,1989,'CurrentUserID','0'),(8627,1990,'Attempts','1'),(8628,1990,'ClientIP','\"87.100.70.156\"'),(8629,1990,'UserAgent','\"\"'),(8630,1990,'CurrentUserID','0'),(8631,1991,'Attempts','1'),(8632,1991,'ClientIP','\"180.70.82.228\"'),(8633,1991,'UserAgent','\"\"'),(8634,1991,'CurrentUserID','0'),(8635,1992,'Attempts','1'),(8636,1992,'ClientIP','\"125.20.10.82\"'),(8637,1992,'UserAgent','\"\"'),(8638,1992,'CurrentUserID','0'),(8639,1993,'Attempts','1'),(8640,1993,'ClientIP','\"197.7.190.106\"'),(8641,1993,'UserAgent','\"\"'),(8642,1993,'CurrentUserID','0'),(8643,1994,'Attempts','1'),(8644,1994,'ClientIP','\"83.128.205.91\"'),(8645,1994,'UserAgent','\"\"'),(8646,1994,'CurrentUserID','0'),(8647,1995,'Attempts','1'),(8648,1995,'ClientIP','\"105.227.187.147\"'),(8649,1995,'UserAgent','\"\"'),(8650,1995,'CurrentUserID','0'),(8651,1996,'Attempts','1'),(8652,1996,'ClientIP','\"188.37.220.163\"'),(8653,1996,'UserAgent','\"\"'),(8654,1996,'CurrentUserID','0'),(8655,1997,'Attempts','1'),(8656,1997,'ClientIP','\"79.116.243.109\"'),(8657,1997,'UserAgent','\"\"'),(8658,1997,'CurrentUserID','0'),(8659,1998,'Attempts','1'),(8660,1998,'ClientIP','\"196.201.199.155\"'),(8661,1998,'UserAgent','\"\"'),(8662,1998,'CurrentUserID','0'),(8663,1999,'Attempts','1'),(8664,1999,'ClientIP','\"186.188.59.171\"'),(8665,1999,'UserAgent','\"\"'),(8666,1999,'CurrentUserID','0'),(8667,2000,'Attempts','1'),(8668,2000,'ClientIP','\"178.126.206.5\"'),(8669,2000,'UserAgent','\"\"'),(8670,2000,'CurrentUserID','0'),(8671,2001,'Attempts','1'),(8672,2001,'ClientIP','\"94.159.186.242\"'),(8673,2001,'UserAgent','\"\"'),(8674,2001,'CurrentUserID','0'),(8675,2002,'Attempts','1'),(8676,2002,'ClientIP','\"89.75.120.14\"'),(8677,2002,'UserAgent','\"\"'),(8678,2002,'CurrentUserID','0'),(8679,2003,'Attempts','1'),(8680,2003,'ClientIP','\"197.79.1.117\"'),(8681,2003,'UserAgent','\"\"'),(8682,2003,'CurrentUserID','0'),(8683,2004,'Attempts','1'),(8684,2004,'ClientIP','\"92.82.172.248\"'),(8685,2004,'UserAgent','\"\"'),(8686,2004,'CurrentUserID','0'),(8687,2005,'Attempts','1'),(8688,2005,'ClientIP','\"173.175.94.145\"'),(8689,2005,'UserAgent','\"\"'),(8690,2005,'CurrentUserID','0'),(8691,2006,'Attempts','1'),(8692,2006,'ClientIP','\"92.82.125.91\"'),(8693,2006,'UserAgent','\"\"'),(8694,2006,'CurrentUserID','0'),(8695,2007,'Attempts','1'),(8696,2007,'ClientIP','\"188.69.214.3\"'),(8697,2007,'UserAgent','\"\"'),(8698,2007,'CurrentUserID','0'),(8699,2008,'Attempts','1'),(8700,2008,'ClientIP','\"105.236.232.213\"'),(8701,2008,'UserAgent','\"\"'),(8702,2008,'CurrentUserID','0'),(8703,2009,'Attempts','3'),(8704,2009,'ClientIP','\"149.78.45.215\"'),(8705,2009,'UserAgent','\"\"'),(8706,2009,'CurrentUserID','0'),(8707,2010,'Attempts','1'),(8708,2010,'ClientIP','\"178.149.115.35\"'),(8709,2010,'UserAgent','\"\"'),(8710,2010,'CurrentUserID','0'),(8711,2011,'Attempts','1'),(8712,2011,'ClientIP','\"42.60.125.194\"'),(8713,2011,'UserAgent','\"\"'),(8714,2011,'CurrentUserID','0'),(8715,2012,'Attempts','1'),(8716,2012,'ClientIP','\"176.101.176.14\"'),(8717,2012,'UserAgent','\"\"'),(8718,2012,'CurrentUserID','0'),(8719,2013,'Attempts','1'),(8720,2013,'ClientIP','\"208.94.176.83\"'),(8721,2013,'UserAgent','\"\"'),(8722,2013,'CurrentUserID','0'),(8723,2014,'Attempts','1'),(8724,2014,'ClientIP','\"202.59.137.2\"'),(8725,2014,'UserAgent','\"\"'),(8726,2014,'CurrentUserID','0'),(8727,2015,'Attempts','1'),(8728,2015,'ClientIP','\"39.32.2.179\"'),(8729,2015,'UserAgent','\"\"'),(8730,2015,'CurrentUserID','0'),(8731,2016,'Attempts','1'),(8732,2016,'ClientIP','\"182.185.237.232\"'),(8733,2016,'UserAgent','\"\"'),(8734,2016,'CurrentUserID','0'),(8735,2017,'Attempts','1'),(8736,2017,'ClientIP','\"94.52.193.239\"'),(8737,2017,'UserAgent','\"\"'),(8738,2017,'CurrentUserID','0'),(8739,2018,'Attempts','1'),(8740,2018,'ClientIP','\"65.123.15.2\"'),(8741,2018,'UserAgent','\"\"'),(8742,2018,'CurrentUserID','0'),(8743,2019,'Attempts','2'),(8744,2019,'ClientIP','\"89.172.71.207\"'),(8745,2019,'UserAgent','\"\"'),(8746,2019,'CurrentUserID','0'),(8747,2020,'Attempts','1'),(8748,2020,'ClientIP','\"197.218.89.148\"'),(8749,2020,'UserAgent','\"\"'),(8750,2020,'CurrentUserID','0'),(8751,2021,'Attempts','\"10+\"'),(8752,2021,'ClientIP','\"149.210.184.120\"'),(8753,2021,'UserAgent','\"\"'),(8754,2021,'CurrentUserID','0'),(8755,2022,'Attempts','1'),(8756,2022,'ClientIP','\"149.210.184.120\"'),(8757,2022,'UserAgent','\"\"'),(8758,2022,'CurrentUserID','0'),(8759,2023,'Attempts','1'),(8760,2023,'ClientIP','\"90.177.160.109\"'),(8761,2023,'UserAgent','\"\"'),(8762,2023,'CurrentUserID','0'),(8763,2024,'Attempts','1'),(8764,2024,'ClientIP','\"85.253.99.67\"'),(8765,2024,'UserAgent','\"\"'),(8766,2024,'CurrentUserID','0'),(8767,2025,'Attempts','1'),(8768,2025,'ClientIP','\"92.242.232.178\"'),(8769,2025,'UserAgent','\"\"'),(8770,2025,'CurrentUserID','0'),(8771,2026,'Attempts','1'),(8772,2026,'ClientIP','\"41.162.131.103\"'),(8773,2026,'UserAgent','\"\"'),(8774,2026,'CurrentUserID','0'),(8775,2027,'Attempts','1'),(8776,2027,'ClientIP','\"79.119.199.55\"'),(8777,2027,'UserAgent','\"\"'),(8778,2027,'CurrentUserID','0'),(8779,2028,'Attempts','1'),(8780,2028,'ClientIP','\"179.9.163.251\"'),(8781,2028,'UserAgent','\"\"'),(8782,2028,'CurrentUserID','0'),(8783,2029,'Attempts','1'),(8784,2029,'ClientIP','\"81.192.179.12\"'),(8785,2029,'UserAgent','\"\"'),(8786,2029,'CurrentUserID','0'),(8787,2030,'Attempts','1'),(8788,2030,'ClientIP','\"186.7.127.228\"'),(8789,2030,'UserAgent','\"\"'),(8790,2030,'CurrentUserID','0'),(8791,2031,'Attempts','1'),(8792,2031,'ClientIP','\"164.126.29.164\"'),(8793,2031,'UserAgent','\"\"'),(8794,2031,'CurrentUserID','0'),(8795,2032,'Attempts','2'),(8796,2032,'ClientIP','\"107.204.32.224\"'),(8797,2032,'UserAgent','\"\"'),(8798,2032,'CurrentUserID','0'),(8799,2033,'Attempts','1'),(8800,2033,'ClientIP','\"186.212.88.51\"'),(8801,2033,'UserAgent','\"\"'),(8802,2033,'CurrentUserID','0'),(8803,2034,'Attempts','1'),(8804,2034,'ClientIP','\"105.210.87.220\"'),(8805,2034,'UserAgent','\"\"'),(8806,2034,'CurrentUserID','0'),(8807,2035,'Attempts','1'),(8808,2035,'ClientIP','\"84.247.56.245\"'),(8809,2035,'UserAgent','\"\"'),(8810,2035,'CurrentUserID','0'),(8811,2036,'Attempts','1'),(8812,2036,'ClientIP','\"62.201.234.252\"'),(8813,2036,'UserAgent','\"\"'),(8814,2036,'CurrentUserID','0'),(8815,2037,'Attempts','1'),(8816,2037,'ClientIP','\"217.28.154.211\"'),(8817,2037,'UserAgent','\"\"'),(8818,2037,'CurrentUserID','0'),(8819,2038,'Attempts','1'),(8820,2038,'ClientIP','\"41.102.126.246\"'),(8821,2038,'UserAgent','\"\"'),(8822,2038,'CurrentUserID','0'),(8823,2039,'Attempts','1'),(8824,2039,'ClientIP','\"109.173.179.43\"'),(8825,2039,'UserAgent','\"\"'),(8826,2039,'CurrentUserID','0'),(8827,2040,'Attempts','2'),(8828,2040,'ClientIP','\"95.236.219.225\"'),(8829,2040,'UserAgent','\"\"'),(8830,2040,'CurrentUserID','0'),(8831,2041,'Attempts','1'),(8832,2041,'ClientIP','\"45.37.241.169\"'),(8833,2041,'UserAgent','\"\"'),(8834,2041,'CurrentUserID','0'),(8835,2042,'Attempts','1'),(8836,2042,'ClientIP','\"46.2.129.227\"'),(8837,2042,'UserAgent','\"\"'),(8838,2042,'CurrentUserID','0'),(8839,2043,'Attempts','1'),(8840,2043,'ClientIP','\"86.163.90.243\"'),(8841,2043,'UserAgent','\"\"'),(8842,2043,'CurrentUserID','0'),(8843,2044,'Attempts','1'),(8844,2044,'ClientIP','\"175.110.253.228\"'),(8845,2044,'UserAgent','\"\"'),(8846,2044,'CurrentUserID','0'),(8847,2045,'Attempts','1'),(8848,2045,'ClientIP','\"212.93.100.37\"'),(8849,2045,'UserAgent','\"\"'),(8850,2045,'CurrentUserID','0'),(8851,2046,'Attempts','1'),(8852,2046,'ClientIP','\"94.55.169.79\"'),(8853,2046,'UserAgent','\"\"'),(8854,2046,'CurrentUserID','0'),(8855,2047,'Attempts','1'),(8856,2047,'ClientIP','\"86.183.87.19\"'),(8857,2047,'UserAgent','\"\"'),(8858,2047,'CurrentUserID','0'),(8859,2048,'Attempts','1'),(8860,2048,'ClientIP','\"103.249.89.94\"'),(8861,2048,'UserAgent','\"\"'),(8862,2048,'CurrentUserID','0'),(8863,2049,'Attempts','1'),(8864,2049,'ClientIP','\"124.168.201.31\"'),(8865,2049,'UserAgent','\"\"'),(8866,2049,'CurrentUserID','0'),(8867,2050,'Attempts','1'),(8868,2050,'ClientIP','\"197.36.141.74\"'),(8869,2050,'UserAgent','\"\"'),(8870,2050,'CurrentUserID','0'),(8871,2051,'Attempts','1'),(8872,2051,'ClientIP','\"177.157.165.126\"'),(8873,2051,'UserAgent','\"\"'),(8874,2051,'CurrentUserID','0'),(8875,2052,'Attempts','1'),(8876,2052,'ClientIP','\"118.211.83.178\"'),(8877,2052,'UserAgent','\"\"'),(8878,2052,'CurrentUserID','0'),(8879,2053,'Attempts','1'),(8880,2053,'ClientIP','\"83.110.151.236\"'),(8881,2053,'UserAgent','\"\"'),(8882,2053,'CurrentUserID','0'),(8883,2054,'Attempts','1'),(8884,2054,'ClientIP','\"162.198.192.10\"'),(8885,2054,'UserAgent','\"\"'),(8886,2054,'CurrentUserID','0'),(8887,2055,'Attempts','1'),(8888,2055,'ClientIP','\"132.67.250.176\"'),(8889,2055,'UserAgent','\"\"'),(8890,2055,'CurrentUserID','0'),(8891,2056,'Attempts','1'),(8892,2056,'ClientIP','\"109.105.195.250\"'),(8893,2056,'UserAgent','\"\"'),(8894,2056,'CurrentUserID','0'),(8895,2057,'Attempts','1'),(8896,2057,'ClientIP','\"76.67.10.68\"'),(8897,2057,'UserAgent','\"\"'),(8898,2057,'CurrentUserID','0'),(8899,2058,'Attempts','1'),(8900,2058,'ClientIP','\"178.221.179.204\"'),(8901,2058,'UserAgent','\"\"'),(8902,2058,'CurrentUserID','0'),(8903,2059,'Attempts','1'),(8904,2059,'ClientIP','\"84.91.209.88\"'),(8905,2059,'UserAgent','\"\"'),(8906,2059,'CurrentUserID','0'),(8907,2060,'Attempts','1'),(8908,2060,'ClientIP','\"77.196.18.6\"'),(8909,2060,'UserAgent','\"\"'),(8910,2060,'CurrentUserID','0'),(8911,2061,'Attempts','1'),(8912,2061,'ClientIP','\"78.180.96.23\"'),(8913,2061,'UserAgent','\"\"'),(8914,2061,'CurrentUserID','0'),(8915,2062,'Attempts','1'),(8916,2062,'ClientIP','\"93.114.98.155\"'),(8917,2062,'UserAgent','\"\"'),(8918,2062,'CurrentUserID','0'),(8919,2063,'Attempts','1'),(8920,2063,'ClientIP','\"81.84.130.175\"'),(8921,2063,'UserAgent','\"\"'),(8922,2063,'CurrentUserID','0'),(8923,2064,'Attempts','1'),(8924,2064,'ClientIP','\"94.79.231.49\"'),(8925,2064,'UserAgent','\"\"'),(8926,2064,'CurrentUserID','0'),(8927,2065,'Attempts','1'),(8928,2065,'ClientIP','\"49.150.253.93\"'),(8929,2065,'UserAgent','\"\"'),(8930,2065,'CurrentUserID','0'),(8931,2066,'Attempts','1'),(8932,2066,'ClientIP','\"187.79.4.93\"'),(8933,2066,'UserAgent','\"\"'),(8934,2066,'CurrentUserID','0'),(8935,2067,'Attempts','1'),(8936,2067,'ClientIP','\"41.99.12.104\"'),(8937,2067,'UserAgent','\"\"'),(8938,2067,'CurrentUserID','0'),(8939,2068,'Attempts','1'),(8940,2068,'ClientIP','\"105.210.87.220\"'),(8941,2068,'UserAgent','\"\"'),(8942,2068,'CurrentUserID','0'),(8943,2069,'Attempts','1'),(8944,2069,'ClientIP','\"24.201.189.154\"'),(8945,2069,'UserAgent','\"\"'),(8946,2069,'CurrentUserID','0'),(8947,2070,'Attempts','1'),(8948,2070,'ClientIP','\"210.186.239.192\"'),(8949,2070,'UserAgent','\"\"'),(8950,2070,'CurrentUserID','0'),(8951,2071,'Attempts','1'),(8952,2071,'ClientIP','\"121.121.62.218\"'),(8953,2071,'UserAgent','\"\"'),(8954,2071,'CurrentUserID','0'),(8955,2072,'Attempts','1'),(8956,2072,'ClientIP','\"86.62.236.222\"'),(8957,2072,'UserAgent','\"\"'),(8958,2072,'CurrentUserID','0'),(8959,2073,'Attempts','1'),(8960,2073,'ClientIP','\"96.22.243.107\"'),(8961,2073,'UserAgent','\"\"'),(8962,2073,'CurrentUserID','0'),(8963,2074,'Attempts','1'),(8964,2074,'ClientIP','\"87.69.155.132\"'),(8965,2074,'UserAgent','\"\"'),(8966,2074,'CurrentUserID','0'),(8967,2075,'Attempts','1'),(8968,2075,'ClientIP','\"124.185.16.240\"'),(8969,2075,'UserAgent','\"\"'),(8970,2075,'CurrentUserID','0'),(8971,2076,'Attempts','2'),(8972,2076,'ClientIP','\"200.57.97.174\"'),(8973,2076,'UserAgent','\"\"'),(8974,2076,'CurrentUserID','0'),(8975,2077,'Attempts','1'),(8976,2077,'ClientIP','\"181.161.61.191\"'),(8977,2077,'UserAgent','\"\"'),(8978,2077,'CurrentUserID','0'),(8979,2078,'Attempts','1'),(8980,2078,'ClientIP','\"203.184.11.57\"'),(8981,2078,'UserAgent','\"\"'),(8982,2078,'CurrentUserID','0'),(8983,2079,'Attempts','1'),(8984,2079,'ClientIP','\"94.40.120.197\"'),(8985,2079,'UserAgent','\"\"'),(8986,2079,'CurrentUserID','0'),(8987,2080,'Attempts','1'),(8988,2080,'ClientIP','\"58.69.128.66\"'),(8989,2080,'UserAgent','\"\"'),(8990,2080,'CurrentUserID','0'),(8991,2081,'Attempts','1'),(8992,2081,'ClientIP','\"180.191.154.3\"'),(8993,2081,'UserAgent','\"\"'),(8994,2081,'CurrentUserID','0'),(8995,2082,'Attempts','1'),(8996,2082,'ClientIP','\"79.116.181.28\"'),(8997,2082,'UserAgent','\"\"'),(8998,2082,'CurrentUserID','0'),(8999,2083,'Attempts','2'),(9000,2083,'ClientIP','\"188.117.225.36\"'),(9001,2083,'UserAgent','\"\"'),(9002,2083,'CurrentUserID','0'),(9003,2084,'Attempts','1'),(9004,2084,'ClientIP','\"199.7.209.1\"'),(9005,2084,'UserAgent','\"\"'),(9006,2084,'CurrentUserID','0'),(9007,2085,'Attempts','1'),(9008,2085,'ClientIP','\"115.66.10.119\"'),(9009,2085,'UserAgent','\"\"'),(9010,2085,'CurrentUserID','0'),(9011,2086,'Attempts','1'),(9012,2086,'ClientIP','\"197.79.1.117\"'),(9013,2086,'UserAgent','\"\"'),(9014,2086,'CurrentUserID','0'),(9015,2087,'Attempts','1'),(9016,2087,'ClientIP','\"41.87.178.31\"'),(9017,2087,'UserAgent','\"\"'),(9018,2087,'CurrentUserID','0'),(9019,2088,'Attempts','1'),(9020,2088,'ClientIP','\"182.185.51.22\"'),(9021,2088,'UserAgent','\"\"'),(9022,2088,'CurrentUserID','0'),(9023,2089,'Attempts','1'),(9024,2089,'ClientIP','\"124.170.39.171\"'),(9025,2089,'UserAgent','\"\"'),(9026,2089,'CurrentUserID','0'),(9027,2090,'Attempts','1'),(9028,2090,'ClientIP','\"31.18.74.216\"'),(9029,2090,'UserAgent','\"\"'),(9030,2090,'CurrentUserID','0'),(9031,2091,'Attempts','1'),(9032,2091,'ClientIP','\"82.75.246.47\"'),(9033,2091,'UserAgent','\"\"'),(9034,2091,'CurrentUserID','0'),(9035,2092,'Attempts','1'),(9036,2092,'ClientIP','\"109.92.47.92\"'),(9037,2092,'UserAgent','\"\"'),(9038,2092,'CurrentUserID','0'),(9039,2093,'Attempts','2'),(9040,2093,'ClientIP','\"182.185.168.253\"'),(9041,2093,'UserAgent','\"\"'),(9042,2093,'CurrentUserID','0'),(9043,2094,'Attempts','1'),(9044,2094,'ClientIP','\"87.166.168.163\"'),(9045,2094,'UserAgent','\"\"'),(9046,2094,'CurrentUserID','0'),(9047,2095,'Attempts','1'),(9048,2095,'ClientIP','\"180.234.243.62\"'),(9049,2095,'UserAgent','\"\"'),(9050,2095,'CurrentUserID','0'),(9051,2096,'Attempts','1'),(9052,2096,'ClientIP','\"183.107.198.50\"'),(9053,2096,'UserAgent','\"\"'),(9054,2096,'CurrentUserID','0'),(9055,2097,'Attempts','2'),(9056,2097,'ClientIP','\"24.135.234.4\"'),(9057,2097,'UserAgent','\"\"'),(9058,2097,'CurrentUserID','0'),(9059,2098,'Attempts','1'),(9060,2098,'ClientIP','\"81.157.79.254\"'),(9061,2098,'UserAgent','\"\"'),(9062,2098,'CurrentUserID','0'),(9063,2099,'Attempts','1'),(9064,2099,'ClientIP','\"105.184.46.24\"'),(9065,2099,'UserAgent','\"\"'),(9066,2099,'CurrentUserID','0'),(9067,2100,'Attempts','1'),(9068,2100,'ClientIP','\"196.26.87.2\"'),(9069,2100,'UserAgent','\"\"'),(9070,2100,'CurrentUserID','0'),(9071,2101,'Attempts','1'),(9072,2101,'ClientIP','\"50.201.197.203\"'),(9073,2101,'UserAgent','\"\"'),(9074,2101,'CurrentUserID','0'),(9075,2102,'Attempts','1'),(9076,2102,'ClientIP','\"105.108.2.27\"'),(9077,2102,'UserAgent','\"\"'),(9078,2102,'CurrentUserID','0'),(9079,2103,'Attempts','1'),(9080,2103,'ClientIP','\"24.242.83.186\"'),(9081,2103,'UserAgent','\"\"'),(9082,2103,'CurrentUserID','0'),(9083,2104,'Attempts','1'),(9084,2104,'ClientIP','\"86.122.36.153\"'),(9085,2104,'UserAgent','\"\"'),(9086,2104,'CurrentUserID','0'),(9087,2105,'Attempts','1'),(9088,2105,'ClientIP','\"94.204.225.192\"'),(9089,2105,'UserAgent','\"\"'),(9090,2105,'CurrentUserID','0'),(9091,2106,'Attempts','1'),(9092,2106,'ClientIP','\"103.14.62.236\"'),(9093,2106,'UserAgent','\"\"'),(9094,2106,'CurrentUserID','0'),(9095,2107,'Attempts','1'),(9096,2107,'ClientIP','\"197.39.132.196\"'),(9097,2107,'UserAgent','\"\"'),(9098,2107,'CurrentUserID','0'),(9099,2108,'Attempts','1'),(9100,2108,'ClientIP','\"41.160.210.132\"'),(9101,2108,'UserAgent','\"\"'),(9102,2108,'CurrentUserID','0'),(9103,2109,'Attempts','1'),(9104,2109,'ClientIP','\"86.124.224.171\"'),(9105,2109,'UserAgent','\"\"'),(9106,2109,'CurrentUserID','0'),(9107,2110,'Attempts','1'),(9108,2110,'ClientIP','\"87.60.30.107\"'),(9109,2110,'UserAgent','\"\"'),(9110,2110,'CurrentUserID','0'),(9111,2111,'Attempts','2'),(9112,2111,'ClientIP','\"79.184.109.14\"'),(9113,2111,'UserAgent','\"\"'),(9114,2111,'CurrentUserID','0'),(9115,2112,'Attempts','1'),(9116,2112,'ClientIP','\"118.136.11.216\"'),(9117,2112,'UserAgent','\"\"'),(9118,2112,'CurrentUserID','0'),(9119,2113,'Attempts','1'),(9120,2113,'ClientIP','\"172.218.181.12\"'),(9121,2113,'UserAgent','\"\"'),(9122,2113,'CurrentUserID','0'),(9123,2114,'Attempts','1'),(9124,2114,'ClientIP','\"80.54.35.32\"'),(9125,2114,'UserAgent','\"\"'),(9126,2114,'CurrentUserID','0'),(9127,2115,'Attempts','1'),(9128,2115,'ClientIP','\"93.169.161.251\"'),(9129,2115,'UserAgent','\"\"'),(9130,2115,'CurrentUserID','0'),(9131,2116,'Attempts','1'),(9132,2116,'ClientIP','\"94.21.172.48\"'),(9133,2116,'UserAgent','\"\"'),(9134,2116,'CurrentUserID','0'),(9135,2117,'Attempts','1'),(9136,2117,'ClientIP','\"199.203.240.49\"'),(9137,2117,'UserAgent','\"\"'),(9138,2117,'CurrentUserID','0'),(9139,2118,'Attempts','1'),(9140,2118,'ClientIP','\"78.233.174.151\"'),(9141,2118,'UserAgent','\"\"'),(9142,2118,'CurrentUserID','0'),(9143,2119,'Attempts','1'),(9144,2119,'ClientIP','\"176.223.45.126\"'),(9145,2119,'UserAgent','\"\"'),(9146,2119,'CurrentUserID','0'),(9147,2120,'Attempts','1'),(9148,2120,'ClientIP','\"196.215.2.19\"'),(9149,2120,'UserAgent','\"\"'),(9150,2120,'CurrentUserID','0'),(9151,2121,'Attempts','1'),(9152,2121,'ClientIP','\"86.107.179.35\"'),(9153,2121,'UserAgent','\"\"'),(9154,2121,'CurrentUserID','0'),(9155,2122,'Attempts','1'),(9156,2122,'ClientIP','\"37.0.52.60\"'),(9157,2122,'UserAgent','\"\"'),(9158,2122,'CurrentUserID','0'),(9159,2123,'Attempts','1'),(9160,2123,'ClientIP','\"122.53.125.4\"'),(9161,2123,'UserAgent','\"\"'),(9162,2123,'CurrentUserID','0'),(9163,2124,'Attempts','1'),(9164,2124,'ClientIP','\"73.50.8.13\"'),(9165,2124,'UserAgent','\"\"'),(9166,2124,'CurrentUserID','0'),(9167,2125,'Attempts','1'),(9168,2125,'ClientIP','\"181.188.53.184\"'),(9169,2125,'UserAgent','\"\"'),(9170,2125,'CurrentUserID','0'),(9171,2126,'Attempts','1'),(9172,2126,'ClientIP','\"188.33.107.218\"'),(9173,2126,'UserAgent','\"\"'),(9174,2126,'CurrentUserID','0'),(9175,2127,'Attempts','1'),(9176,2127,'ClientIP','\"45.117.106.211\"'),(9177,2127,'UserAgent','\"\"'),(9178,2127,'CurrentUserID','0'),(9179,2128,'Attempts','1'),(9180,2128,'ClientIP','\"90.229.165.221\"'),(9181,2128,'UserAgent','\"\"'),(9182,2128,'CurrentUserID','0'),(9183,2129,'Attempts','2'),(9184,2129,'ClientIP','\"191.183.22.85\"'),(9185,2129,'UserAgent','\"\"'),(9186,2129,'CurrentUserID','0'),(9187,2130,'Attempts','1'),(9188,2130,'ClientIP','\"62.149.81.45\"'),(9189,2130,'UserAgent','\"\"'),(9190,2130,'CurrentUserID','0'),(9191,2131,'Attempts','1'),(9192,2131,'ClientIP','\"81.204.233.68\"'),(9193,2131,'UserAgent','\"\"'),(9194,2131,'CurrentUserID','0'),(9195,2132,'Attempts','3'),(9196,2132,'ClientIP','\"79.145.164.4\"'),(9197,2132,'UserAgent','\"\"'),(9198,2132,'CurrentUserID','0'),(9199,2133,'Attempts','1'),(9200,2133,'ClientIP','\"24.135.123.102\"'),(9201,2133,'UserAgent','\"\"'),(9202,2133,'CurrentUserID','0'),(9203,2134,'Attempts','1'),(9204,2134,'ClientIP','\"213.214.33.151\"'),(9205,2134,'UserAgent','\"\"'),(9206,2134,'CurrentUserID','0'),(9207,2135,'Attempts','1'),(9208,2135,'ClientIP','\"184.153.208.210\"'),(9209,2135,'UserAgent','\"\"'),(9210,2135,'CurrentUserID','0'),(9211,2136,'Attempts','1'),(9212,2136,'ClientIP','\"84.123.115.26\"'),(9213,2136,'UserAgent','\"\"'),(9214,2136,'CurrentUserID','0'),(9215,2137,'Attempts','1'),(9216,2137,'ClientIP','\"84.109.91.211\"'),(9217,2137,'UserAgent','\"\"'),(9218,2137,'CurrentUserID','0'),(9219,2138,'Attempts','1'),(9220,2138,'ClientIP','\"109.105.195.250\"'),(9221,2138,'UserAgent','\"\"'),(9222,2138,'CurrentUserID','0'),(9223,2139,'Attempts','1'),(9224,2139,'ClientIP','\"39.58.218.60\"'),(9225,2139,'UserAgent','\"\"'),(9226,2139,'CurrentUserID','0'),(9227,2140,'Attempts','1'),(9228,2140,'ClientIP','\"91.137.131.41\"'),(9229,2140,'UserAgent','\"\"'),(9230,2140,'CurrentUserID','0'),(9231,2141,'Attempts','1'),(9232,2141,'ClientIP','\"66.41.105.235\"'),(9233,2141,'UserAgent','\"\"'),(9234,2141,'CurrentUserID','0'),(9235,2143,'Attempts','1'),(9236,2142,'Attempts','\"10+\"'),(9237,2143,'ClientIP','\"70.32.83.15\"'),(9238,2142,'ClientIP','\"70.32.83.15\"'),(9239,2143,'UserAgent','\"\"'),(9240,2142,'UserAgent','\"\"'),(9241,2143,'CurrentUserID','0'),(9242,2142,'CurrentUserID','0'),(9243,2144,'Attempts','1'),(9244,2144,'ClientIP','\"82.74.184.16\"'),(9245,2144,'UserAgent','\"\"'),(9246,2144,'CurrentUserID','0'),(9247,2145,'Attempts','1'),(9248,2145,'ClientIP','\"79.119.151.128\"'),(9249,2145,'UserAgent','\"\"'),(9250,2145,'CurrentUserID','0'),(9251,2146,'Attempts','1'),(9252,2146,'ClientIP','\"176.101.176.14\"'),(9253,2146,'UserAgent','\"\"'),(9254,2146,'CurrentUserID','0'),(9255,2147,'Attempts','1'),(9256,2147,'ClientIP','\"110.159.229.186\"'),(9257,2147,'UserAgent','\"\"'),(9258,2147,'CurrentUserID','0'),(9259,2148,'Attempts','1'),(9260,2148,'ClientIP','\"186.7.135.138\"'),(9261,2148,'UserAgent','\"\"'),(9262,2148,'CurrentUserID','0'),(9263,2149,'Attempts','1'),(9264,2149,'ClientIP','\"58.142.241.178\"'),(9265,2149,'UserAgent','\"\"'),(9266,2149,'CurrentUserID','0'),(9267,2150,'Attempts','1'),(9268,2150,'ClientIP','\"175.157.250.35\"'),(9269,2150,'UserAgent','\"\"'),(9270,2150,'CurrentUserID','0'),(9271,2151,'Attempts','1'),(9272,2151,'ClientIP','\"50.46.216.81\"'),(9273,2151,'UserAgent','\"\"'),(9274,2151,'CurrentUserID','0'),(9275,2152,'Attempts','1'),(9276,2152,'ClientIP','\"94.52.37.56\"'),(9277,2152,'UserAgent','\"\"'),(9278,2152,'CurrentUserID','0'),(9279,2153,'Attempts','2'),(9280,2153,'ClientIP','\"131.251.253.50\"'),(9281,2153,'UserAgent','\"\"'),(9282,2153,'CurrentUserID','0'),(9283,2154,'Attempts','1'),(9284,2154,'ClientIP','\"87.68.148.130\"'),(9285,2154,'UserAgent','\"\"'),(9286,2154,'CurrentUserID','0'),(9287,2155,'Attempts','1'),(9288,2155,'ClientIP','\"180.191.95.177\"'),(9289,2155,'UserAgent','\"\"'),(9290,2155,'CurrentUserID','0'),(9291,2156,'Attempts','1'),(9292,2156,'ClientIP','\"109.67.196.217\"'),(9293,2156,'UserAgent','\"\"'),(9294,2156,'CurrentUserID','0'),(9295,2157,'Attempts','1'),(9296,2157,'ClientIP','\"109.64.52.121\"'),(9297,2157,'UserAgent','\"\"'),(9298,2157,'CurrentUserID','0'),(9299,2158,'Attempts','1'),(9300,2158,'ClientIP','\"78.56.34.168\"'),(9301,2158,'UserAgent','\"\"'),(9302,2158,'CurrentUserID','0'),(9303,2159,'Attempts','1'),(9304,2159,'ClientIP','\"94.231.224.96\"'),(9305,2159,'UserAgent','\"\"'),(9306,2159,'CurrentUserID','0'),(9307,2160,'Attempts','1'),(9308,2160,'ClientIP','\"31.208.9.88\"'),(9309,2160,'UserAgent','\"\"'),(9310,2160,'CurrentUserID','0'),(9311,2161,'Attempts','1'),(9312,2161,'ClientIP','\"37.142.210.229\"'),(9313,2161,'UserAgent','\"\"'),(9314,2161,'CurrentUserID','0'),(9315,2162,'Attempts','1'),(9316,2162,'ClientIP','\"62.65.46.11\"'),(9317,2162,'UserAgent','\"\"'),(9318,2162,'CurrentUserID','0'),(9319,2163,'Attempts','2'),(9320,2163,'ClientIP','\"190.150.114.182\"'),(9321,2163,'UserAgent','\"\"'),(9322,2163,'CurrentUserID','0'),(9323,2164,'Attempts','1'),(9324,2164,'ClientIP','\"82.36.224.218\"'),(9325,2164,'UserAgent','\"\"'),(9326,2164,'CurrentUserID','0'),(9327,2165,'Attempts','1'),(9328,2165,'ClientIP','\"188.129.70.61\"'),(9329,2165,'UserAgent','\"\"'),(9330,2165,'CurrentUserID','0'),(9331,2166,'Attempts','1'),(9332,2166,'ClientIP','\"158.58.234.54\"'),(9333,2166,'UserAgent','\"\"'),(9334,2166,'CurrentUserID','0'),(9335,2167,'Attempts','1'),(9336,2167,'ClientIP','\"46.120.162.182\"'),(9337,2167,'UserAgent','\"\"'),(9338,2167,'CurrentUserID','0'),(9339,2168,'Attempts','1'),(9340,2168,'ClientIP','\"190.28.96.28\"'),(9341,2168,'UserAgent','\"\"'),(9342,2168,'CurrentUserID','0'),(9343,2169,'Attempts','1'),(9344,2169,'ClientIP','\"125.164.52.109\"'),(9345,2169,'UserAgent','\"\"'),(9346,2169,'CurrentUserID','0'),(9347,2170,'Attempts','1'),(9348,2170,'ClientIP','\"184.17.194.34\"'),(9349,2170,'UserAgent','\"\"'),(9350,2170,'CurrentUserID','0'),(9351,2171,'Attempts','1'),(9352,2171,'ClientIP','\"109.64.149.253\"'),(9353,2171,'UserAgent','\"\"'),(9354,2171,'CurrentUserID','0'),(9355,2172,'Attempts','1'),(9356,2172,'ClientIP','\"196.31.40.34\"'),(9357,2172,'UserAgent','\"\"'),(9358,2172,'CurrentUserID','0'),(9359,2173,'Attempts','1'),(9360,2173,'ClientIP','\"121.54.44.93\"'),(9361,2173,'UserAgent','\"\"'),(9362,2173,'CurrentUserID','0'),(9363,2174,'Attempts','1'),(9364,2174,'ClientIP','\"222.154.141.235\"'),(9365,2174,'UserAgent','\"\"'),(9366,2174,'CurrentUserID','0'),(9367,2175,'Attempts','1'),(9368,2175,'ClientIP','\"99.249.132.98\"'),(9369,2175,'UserAgent','\"\"'),(9370,2175,'CurrentUserID','0'),(9371,2176,'Attempts','1'),(9372,2176,'ClientIP','\"84.90.213.157\"'),(9373,2176,'UserAgent','\"\"'),(9374,2176,'CurrentUserID','0'),(9375,2177,'Attempts','1'),(9376,2177,'ClientIP','\"212.200.65.242\"'),(9377,2177,'UserAgent','\"\"'),(9378,2177,'CurrentUserID','0'),(9379,2178,'Attempts','1'),(9380,2178,'ClientIP','\"61.6.246.36\"'),(9381,2178,'UserAgent','\"\"'),(9382,2178,'CurrentUserID','0'),(9383,2179,'Attempts','1'),(9384,2179,'ClientIP','\"89.153.225.92\"'),(9385,2179,'UserAgent','\"\"'),(9386,2179,'CurrentUserID','0'),(9387,2180,'Attempts','1'),(9388,2180,'ClientIP','\"92.84.100.135\"'),(9389,2180,'UserAgent','\"\"'),(9390,2180,'CurrentUserID','0'),(9391,2181,'Attempts','1'),(9392,2181,'ClientIP','\"88.196.109.189\"'),(9393,2181,'UserAgent','\"\"'),(9394,2181,'CurrentUserID','0'),(9395,2182,'Attempts','1'),(9396,2182,'ClientIP','\"178.148.98.42\"'),(9397,2182,'UserAgent','\"\"'),(9398,2182,'CurrentUserID','0'),(9399,2183,'Attempts','1'),(9400,2183,'ClientIP','\"94.240.211.234\"'),(9401,2183,'UserAgent','\"\"'),(9402,2183,'CurrentUserID','0'),(9403,2184,'Attempts','1'),(9404,2184,'ClientIP','\"197.242.176.125\"'),(9405,2184,'UserAgent','\"\"'),(9406,2184,'CurrentUserID','0'),(9407,2185,'Attempts','1'),(9408,2185,'ClientIP','\"119.160.181.104\"'),(9409,2185,'UserAgent','\"\"'),(9410,2185,'CurrentUserID','0'),(9411,2186,'Attempts','1'),(9412,2186,'ClientIP','\"87.48.40.190\"'),(9413,2186,'UserAgent','\"\"'),(9414,2186,'CurrentUserID','0'),(9415,2187,'Attempts','1'),(9416,2187,'ClientIP','\"78.21.36.69\"'),(9417,2187,'UserAgent','\"\"'),(9418,2187,'CurrentUserID','0'),(9419,2188,'Attempts','2'),(9420,2188,'ClientIP','\"75.143.208.206\"'),(9421,2188,'UserAgent','\"\"'),(9422,2188,'CurrentUserID','0'),(9423,2189,'Attempts','1'),(9424,2189,'ClientIP','\"64.237.230.84\"'),(9425,2189,'UserAgent','\"\"'),(9426,2189,'CurrentUserID','0'),(9427,2190,'Attempts','1'),(9428,2190,'ClientIP','\"5.28.164.200\"'),(9429,2190,'UserAgent','\"\"'),(9430,2190,'CurrentUserID','0'),(9431,2191,'Attempts','1'),(9432,2191,'ClientIP','\"186.45.26.182\"'),(9433,2191,'UserAgent','\"\"'),(9434,2191,'CurrentUserID','0'),(9435,2192,'Attempts','1'),(9436,2192,'ClientIP','\"187.114.1.81\"'),(9437,2192,'UserAgent','\"\"'),(9438,2192,'CurrentUserID','0'),(9439,2193,'Attempts','1'),(9440,2193,'ClientIP','\"175.110.246.231\"'),(9441,2193,'UserAgent','\"\"'),(9442,2193,'CurrentUserID','0'),(9443,2194,'Attempts','1'),(9444,2194,'ClientIP','\"118.233.70.30\"'),(9445,2194,'UserAgent','\"\"'),(9446,2194,'CurrentUserID','0'),(9447,2195,'Attempts','2'),(9448,2195,'ClientIP','\"94.204.108.196\"'),(9449,2195,'UserAgent','\"\"'),(9450,2195,'CurrentUserID','0'),(9451,2196,'Attempts','1'),(9452,2196,'ClientIP','\"148.0.79.126\"'),(9453,2196,'UserAgent','\"\"'),(9454,2196,'CurrentUserID','0'),(9455,2197,'Attempts','1'),(9456,2197,'ClientIP','\"105.103.21.74\"'),(9457,2197,'UserAgent','\"\"'),(9458,2197,'CurrentUserID','0'),(9459,2198,'Attempts','2'),(9460,2198,'ClientIP','\"178.164.239.156\"'),(9461,2198,'UserAgent','\"\"'),(9462,2198,'CurrentUserID','0'),(9463,2199,'Attempts','1'),(9464,2199,'ClientIP','\"142.162.11.5\"'),(9465,2199,'UserAgent','\"\"'),(9466,2199,'CurrentUserID','0'),(9467,2200,'Attempts','1'),(9468,2200,'ClientIP','\"213.194.96.166\"'),(9469,2200,'UserAgent','\"\"'),(9470,2200,'CurrentUserID','0'),(9471,2201,'Attempts','1'),(9472,2201,'ClientIP','\"105.109.249.226\"'),(9473,2201,'UserAgent','\"\"'),(9474,2201,'CurrentUserID','0'),(9475,2202,'Attempts','1'),(9476,2202,'ClientIP','\"217.122.223.174\"'),(9477,2202,'UserAgent','\"\"'),(9478,2202,'CurrentUserID','0'),(9479,2203,'Attempts','2'),(9480,2203,'ClientIP','\"125.60.252.162\"'),(9481,2203,'UserAgent','\"\"'),(9482,2203,'CurrentUserID','0'),(9483,2204,'Attempts','1'),(9484,2204,'ClientIP','\"89.134.152.151\"'),(9485,2204,'UserAgent','\"\"'),(9486,2204,'CurrentUserID','0'),(9487,2205,'Attempts','1'),(9488,2205,'ClientIP','\"88.106.249.128\"'),(9489,2205,'UserAgent','\"\"'),(9490,2205,'CurrentUserID','0'),(9491,2206,'Attempts','1'),(9492,2206,'ClientIP','\"86.98.78.213\"'),(9493,2206,'UserAgent','\"\"'),(9494,2206,'CurrentUserID','0'),(9495,2207,'Attempts','1'),(9496,2207,'ClientIP','\"86.122.36.153\"'),(9497,2207,'UserAgent','\"\"'),(9498,2207,'CurrentUserID','0'),(9499,2208,'Attempts','1'),(9500,2208,'ClientIP','\"190.230.119.168\"'),(9501,2208,'UserAgent','\"\"'),(9502,2208,'CurrentUserID','0'),(9503,2209,'Attempts','1'),(9504,2209,'ClientIP','\"5.13.240.75\"'),(9505,2209,'UserAgent','\"\"'),(9506,2209,'CurrentUserID','0'),(9507,2210,'Attempts','1'),(9508,2210,'ClientIP','\"153.207.82.13\"'),(9509,2210,'UserAgent','\"\"'),(9510,2210,'CurrentUserID','0'),(9511,2212,'Attempts','1'),(9512,2211,'Attempts','\"10+\"'),(9513,2212,'ClientIP','\"46.32.235.133\"'),(9514,2211,'ClientIP','\"46.32.235.133\"'),(9515,2211,'UserAgent','\"\"'),(9516,2212,'UserAgent','\"\"'),(9517,2211,'CurrentUserID','0'),(9518,2212,'CurrentUserID','0'),(9519,2213,'Attempts','1'),(9520,2213,'ClientIP','\"194.243.106.249\"'),(9521,2213,'UserAgent','\"\"'),(9522,2213,'CurrentUserID','0'),(9523,2214,'Attempts','1'),(9524,2214,'ClientIP','\"85.187.177.243\"'),(9525,2214,'UserAgent','\"\"'),(9526,2214,'CurrentUserID','0'),(9527,2215,'Attempts','2'),(9528,2215,'ClientIP','\"105.236.232.213\"'),(9529,2215,'UserAgent','\"\"'),(9530,2215,'CurrentUserID','0'),(9531,2216,'Attempts','2'),(9532,2216,'ClientIP','\"85.72.107.239\"'),(9533,2216,'UserAgent','\"\"'),(9534,2216,'CurrentUserID','0'),(9535,2217,'Attempts','1'),(9536,2217,'ClientIP','\"188.241.255.241\"'),(9537,2217,'UserAgent','\"\"'),(9538,2217,'CurrentUserID','0'),(9539,2218,'Attempts','1'),(9540,2218,'ClientIP','\"77.29.54.53\"'),(9541,2218,'UserAgent','\"\"'),(9542,2218,'CurrentUserID','0'),(9543,2219,'Attempts','1'),(9544,2219,'ClientIP','\"5.12.45.252\"'),(9545,2219,'UserAgent','\"\"'),(9546,2219,'CurrentUserID','0'),(9547,2220,'Attempts','1'),(9548,2220,'ClientIP','\"90.137.159.43\"'),(9549,2220,'UserAgent','\"\"'),(9550,2220,'CurrentUserID','0'),(9551,2221,'Attempts','1'),(9552,2221,'ClientIP','\"188.247.72.103\"'),(9553,2221,'UserAgent','\"\"'),(9554,2221,'CurrentUserID','0'),(9555,2222,'Attempts','1'),(9556,2222,'ClientIP','\"121.54.32.110\"'),(9557,2222,'UserAgent','\"\"'),(9558,2222,'CurrentUserID','0'),(9559,2223,'Attempts','1'),(9560,2223,'ClientIP','\"112.208.128.231\"'),(9561,2223,'UserAgent','\"\"'),(9562,2223,'CurrentUserID','0'),(9563,2224,'Attempts','1'),(9564,2224,'ClientIP','\"94.52.193.239\"'),(9565,2224,'UserAgent','\"\"'),(9566,2224,'CurrentUserID','0'),(9567,2225,'Attempts','1'),(9568,2225,'ClientIP','\"188.27.102.167\"'),(9569,2225,'UserAgent','\"\"'),(9570,2225,'CurrentUserID','0'),(9571,2226,'Attempts','1'),(9572,2226,'ClientIP','\"83.29.78.188\"'),(9573,2226,'UserAgent','\"\"'),(9574,2226,'CurrentUserID','0'),(9575,2227,'Attempts','1'),(9576,2227,'ClientIP','\"86.107.179.35\"'),(9577,2227,'UserAgent','\"\"'),(9578,2227,'CurrentUserID','0'),(9579,2228,'Attempts','1'),(9580,2228,'ClientIP','\"88.158.103.11\"'),(9581,2228,'UserAgent','\"\"'),(9582,2228,'CurrentUserID','0'),(9583,2229,'Attempts','1'),(9584,2229,'ClientIP','\"77.81.75.191\"'),(9585,2229,'UserAgent','\"\"'),(9586,2229,'CurrentUserID','0'),(9587,2230,'Attempts','1'),(9588,2230,'ClientIP','\"88.161.42.70\"'),(9589,2230,'UserAgent','\"\"'),(9590,2230,'CurrentUserID','0'),(9591,2231,'Attempts','1'),(9592,2231,'ClientIP','\"109.67.179.110\"'),(9593,2231,'UserAgent','\"\"'),(9594,2231,'CurrentUserID','0'),(9595,2232,'Attempts','1'),(9596,2232,'ClientIP','\"134.17.140.255\"'),(9597,2232,'UserAgent','\"\"'),(9598,2232,'CurrentUserID','0'),(9599,2233,'Attempts','1'),(9600,2233,'ClientIP','\"115.254.56.29\"'),(9601,2233,'UserAgent','\"\"'),(9602,2233,'CurrentUserID','0'),(9603,2234,'Attempts','1'),(9604,2234,'ClientIP','\"94.52.37.56\"'),(9605,2234,'UserAgent','\"\"'),(9606,2234,'CurrentUserID','0'),(9607,2235,'Attempts','1'),(9608,2235,'ClientIP','\"45.112.71.35\"'),(9609,2235,'UserAgent','\"\"'),(9610,2235,'CurrentUserID','0'),(9611,2236,'Attempts','1'),(9612,2236,'ClientIP','\"95.76.39.173\"'),(9613,2236,'UserAgent','\"\"'),(9614,2236,'CurrentUserID','0'),(9615,2237,'Attempts','1'),(9616,2237,'ClientIP','\"107.1.105.226\"'),(9617,2237,'UserAgent','\"\"'),(9618,2237,'CurrentUserID','0'),(9619,2238,'Attempts','1'),(9620,2238,'ClientIP','\"190.150.114.182\"'),(9621,2238,'UserAgent','\"\"'),(9622,2238,'CurrentUserID','0'),(9623,2239,'Attempts','1'),(9624,2239,'ClientIP','\"103.245.206.118\"'),(9625,2239,'UserAgent','\"\"'),(9626,2239,'CurrentUserID','0'),(9627,2240,'Attempts','1'),(9628,2240,'ClientIP','\"202.172.125.115\"'),(9629,2240,'UserAgent','\"\"'),(9630,2240,'CurrentUserID','0'),(9631,2241,'Attempts','1'),(9632,2241,'ClientIP','\"31.168.69.70\"'),(9633,2241,'UserAgent','\"\"'),(9634,2241,'CurrentUserID','0'),(9635,2242,'Attempts','1'),(9636,2242,'ClientIP','\"89.133.16.154\"'),(9637,2242,'UserAgent','\"\"'),(9638,2242,'CurrentUserID','0'),(9639,2243,'Attempts','\"10+\"'),(9640,2243,'ClientIP','\"108.179.204.103\"'),(9641,2243,'UserAgent','\"\"'),(9642,2243,'CurrentUserID','0'),(9643,2244,'Attempts','1'),(9644,2244,'ClientIP','\"86.100.58.105\"'),(9645,2244,'UserAgent','\"\"'),(9646,2244,'CurrentUserID','0'),(9647,2245,'Attempts','1'),(9648,2245,'ClientIP','\"78.131.63.123\"'),(9649,2245,'UserAgent','\"\"'),(9650,2245,'CurrentUserID','0'),(9651,2246,'Attempts','1'),(9652,2246,'ClientIP','\"188.2.148.207\"'),(9653,2246,'UserAgent','\"\"'),(9654,2246,'CurrentUserID','0'),(9655,2247,'Attempts','1'),(9656,2247,'ClientIP','\"217.113.137.44\"'),(9657,2247,'UserAgent','\"\"'),(9658,2247,'CurrentUserID','0'),(9659,2248,'Attempts','1'),(9660,2248,'ClientIP','\"125.212.43.39\"'),(9661,2248,'UserAgent','\"\"'),(9662,2248,'CurrentUserID','0'),(9663,2249,'Attempts','1'),(9664,2249,'ClientIP','\"58.69.128.66\"'),(9665,2249,'UserAgent','\"\"'),(9666,2249,'CurrentUserID','0'),(9667,2250,'Attempts','1'),(9668,2250,'ClientIP','\"83.249.238.52\"'),(9669,2250,'UserAgent','\"\"'),(9670,2250,'CurrentUserID','0'),(9671,2251,'Attempts','1'),(9672,2251,'ClientIP','\"84.0.188.102\"'),(9673,2251,'UserAgent','\"\"'),(9674,2251,'CurrentUserID','0'),(9675,2252,'Attempts','1'),(9676,2252,'ClientIP','\"212.252.141.82\"'),(9677,2252,'UserAgent','\"\"'),(9678,2252,'CurrentUserID','0'),(9679,2253,'Attempts','1'),(9680,2253,'ClientIP','\"46.107.162.237\"'),(9681,2253,'UserAgent','\"\"'),(9682,2253,'CurrentUserID','0'),(9683,2254,'PostID','379'),(9684,2254,'PostType','\"post\"'),(9685,2254,'PostTitle','\"Auto Draft\"'),(9686,2254,'ClientIP','\"10.30.65.103\"'),(9687,2254,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(9688,2254,'CurrentUserID','0'),(9689,2255,'PostID','382'),(9690,2255,'PostType','\"post\"'),(9691,2255,'PostTitle','\"Auto Draft\"'),(9692,2255,'ClientIP','\"10.30.65.103\"'),(9693,2255,'UserAgent','\"WordPress\\/4.2.2; http:\\/\\/www.wsaa.aero\"'),(9694,2255,'CurrentUserID','0'),(9695,2256,'Attempts','1'),(9696,2256,'ClientIP','\"89.11.239.81\"'),(9697,2256,'UserAgent','\"\"'),(9698,2256,'CurrentUserID','0'),(9699,2257,'Attempts','1'),(9700,2257,'ClientIP','\"191.247.228.133\"'),(9701,2257,'UserAgent','\"\"'),(9702,2257,'CurrentUserID','0'),(9703,2258,'Attempts','1'),(9704,2258,'ClientIP','\"1.32.71.151\"'),(9705,2258,'UserAgent','\"\"'),(9706,2258,'CurrentUserID','0'),(9707,2259,'Attempts','1'),(9708,2259,'ClientIP','\"37.238.176.16\"'),(9709,2259,'UserAgent','\"\"'),(9710,2259,'CurrentUserID','0'),(9711,2260,'Attempts','1'),(9712,2260,'ClientIP','\"121.54.32.110\"'),(9713,2260,'UserAgent','\"\"'),(9714,2260,'CurrentUserID','0'),(9715,2261,'Attempts','1'),(9716,2261,'ClientIP','\"86.98.223.192\"'),(9717,2261,'UserAgent','\"\"'),(9718,2261,'CurrentUserID','0'),(9719,2262,'Attempts','1'),(9720,2262,'ClientIP','\"123.123.109.251\"'),(9721,2262,'UserAgent','\"\"'),(9722,2262,'CurrentUserID','0'),(9723,2263,'Attempts','2'),(9724,2263,'ClientIP','\"179.53.46.105\"'),(9725,2263,'UserAgent','\"\"'),(9726,2263,'CurrentUserID','0'),(9727,2264,'Attempts','1'),(9728,2264,'ClientIP','\"187.211.115.132\"'),(9729,2264,'UserAgent','\"\"'),(9730,2264,'CurrentUserID','0'),(9731,2265,'Attempts','1'),(9732,2265,'ClientIP','\"92.253.109.76\"'),(9733,2265,'UserAgent','\"\"'),(9734,2265,'CurrentUserID','0'),(9735,2266,'Attempts','1'),(9736,2266,'ClientIP','\"86.124.185.160\"'),(9737,2266,'UserAgent','\"\"'),(9738,2266,'CurrentUserID','0'),(9739,2267,'Attempts','1'),(9740,2267,'ClientIP','\"182.185.107.182\"'),(9741,2267,'UserAgent','\"\"'),(9742,2267,'CurrentUserID','0'),(9743,2268,'Attempts','1'),(9744,2268,'ClientIP','\"188.2.74.13\"'),(9745,2268,'UserAgent','\"\"'),(9746,2268,'CurrentUserID','0'),(9747,2269,'Attempts','1'),(9748,2269,'ClientIP','\"189.71.38.119\"'),(9749,2269,'UserAgent','\"\"'),(9750,2269,'CurrentUserID','0'),(9751,2270,'Attempts','1'),(9752,2270,'ClientIP','\"203.215.120.213\"'),(9753,2270,'UserAgent','\"\"'),(9754,2270,'CurrentUserID','0'),(9755,2271,'Attempts','1'),(9756,2271,'ClientIP','\"189.18.184.42\"'),(9757,2271,'UserAgent','\"\"'),(9758,2271,'CurrentUserID','0'),(9759,2272,'Attempts','1'),(9760,2272,'ClientIP','\"87.126.168.22\"'),(9761,2272,'UserAgent','\"\"'),(9762,2272,'CurrentUserID','0'),(9763,2273,'Attempts','1'),(9764,2273,'ClientIP','\"68.4.166.155\"'),(9765,2273,'UserAgent','\"\"'),(9766,2273,'CurrentUserID','0'),(9767,2274,'Attempts','1'),(9768,2274,'ClientIP','\"105.184.105.112\"'),(9769,2274,'UserAgent','\"\"'),(9770,2274,'CurrentUserID','0'),(9771,2275,'Attempts','2'),(9772,2275,'ClientIP','\"46.118.123.96\"'),(9773,2275,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(9774,2275,'CurrentUserID','0'),(9775,2276,'Attempts','2'),(9776,2276,'ClientIP','\"90.46.2.207\"'),(9777,2276,'UserAgent','\"\"'),(9778,2276,'CurrentUserID','0'),(9779,2277,'Attempts','2'),(9780,2277,'ClientIP','\"212.71.237.37\"'),(9781,2277,'UserAgent','\"\"'),(9782,2277,'CurrentUserID','0'),(9783,2278,'Attempts','1'),(9784,2278,'ClientIP','\"27.33.9.242\"'),(9785,2278,'UserAgent','\"\"'),(9786,2278,'CurrentUserID','0'),(9787,2279,'Attempts','1'),(9788,2279,'ClientIP','\"41.228.213.196\"'),(9789,2279,'UserAgent','\"\"'),(9790,2279,'CurrentUserID','0'),(9791,2280,'Attempts','1'),(9792,2280,'ClientIP','\"83.241.46.197\"'),(9793,2280,'UserAgent','\"\"'),(9794,2280,'CurrentUserID','0'),(9795,2281,'Attempts','1'),(9796,2281,'ClientIP','\"196.252.140.240\"'),(9797,2281,'UserAgent','\"\"'),(9798,2281,'CurrentUserID','0'),(9799,2282,'Attempts','1'),(9800,2282,'ClientIP','\"109.97.5.146\"'),(9801,2282,'UserAgent','\"\"'),(9802,2282,'CurrentUserID','0'),(9803,2283,'Attempts','1'),(9804,2283,'ClientIP','\"79.118.186.37\"'),(9805,2283,'UserAgent','\"\"'),(9806,2283,'CurrentUserID','0'),(9807,2284,'Attempts','1'),(9808,2284,'ClientIP','\"103.18.72.58\"'),(9809,2284,'UserAgent','\"\"'),(9810,2284,'CurrentUserID','0'),(9811,2285,'Attempts','1'),(9812,2285,'ClientIP','\"213.162.68.55\"'),(9813,2285,'UserAgent','\"\"'),(9814,2285,'CurrentUserID','0'),(9815,2286,'Attempts','1'),(9816,2286,'ClientIP','\"175.156.173.6\"'),(9817,2286,'UserAgent','\"\"'),(9818,2286,'CurrentUserID','0'),(9819,2287,'Attempts','1'),(9820,2287,'ClientIP','\"84.238.232.189\"'),(9821,2287,'UserAgent','\"\"'),(9822,2287,'CurrentUserID','0'),(9823,2288,'Attempts','1'),(9824,2288,'ClientIP','\"163.47.14.89\"'),(9825,2288,'UserAgent','\"\"'),(9826,2288,'CurrentUserID','0'),(9827,2289,'Attempts','1'),(9828,2289,'ClientIP','\"182.181.208.16\"'),(9829,2289,'UserAgent','\"\"'),(9830,2289,'CurrentUserID','0'),(9831,2290,'Attempts','1'),(9832,2290,'ClientIP','\"78.180.96.23\"'),(9833,2290,'UserAgent','\"\"'),(9834,2290,'CurrentUserID','0'),(9835,2291,'Attempts','1'),(9836,2291,'ClientIP','\"39.55.176.77\"'),(9837,2291,'UserAgent','\"\"'),(9838,2291,'CurrentUserID','0'),(9839,2292,'Attempts','1'),(9840,2292,'ClientIP','\"178.126.166.211\"'),(9841,2292,'UserAgent','\"\"'),(9842,2292,'CurrentUserID','0'),(9843,2293,'Attempts','1'),(9844,2293,'ClientIP','\"95.176.185.195\"'),(9845,2293,'UserAgent','\"\"'),(9846,2293,'CurrentUserID','0'),(9847,2294,'Attempts','1'),(9848,2294,'ClientIP','\"94.61.194.30\"'),(9849,2294,'UserAgent','\"\"'),(9850,2294,'CurrentUserID','0'),(9851,2295,'Attempts','1'),(9852,2295,'ClientIP','\"95.77.226.227\"'),(9853,2295,'UserAgent','\"\"'),(9854,2295,'CurrentUserID','0'),(9855,2296,'Attempts','1'),(9856,2296,'ClientIP','\"103.242.216.166\"'),(9857,2296,'UserAgent','\"\"'),(9858,2296,'CurrentUserID','0'),(9859,2297,'Attempts','1'),(9860,2297,'ClientIP','\"41.34.206.117\"'),(9861,2297,'UserAgent','\"\"'),(9862,2297,'CurrentUserID','0'),(9863,2298,'Attempts','1'),(9864,2298,'ClientIP','\"10.114.233.89\"'),(9865,2298,'UserAgent','\"\"'),(9866,2298,'CurrentUserID','0'),(9867,2299,'Attempts','1'),(9868,2299,'ClientIP','\"91.127.151.202\"'),(9869,2299,'UserAgent','\"\"'),(9870,2299,'CurrentUserID','0'),(9871,2300,'Attempts','1'),(9872,2300,'ClientIP','\"186.6.189.219\"'),(9873,2300,'UserAgent','\"\"'),(9874,2300,'CurrentUserID','0'),(9875,2301,'Attempts','1'),(9876,2301,'ClientIP','\"124.43.208.199\"'),(9877,2301,'UserAgent','\"\"'),(9878,2301,'CurrentUserID','0'),(9879,2302,'Attempts','1'),(9880,2302,'ClientIP','\"93.32.128.68\"'),(9881,2302,'UserAgent','\"\"'),(9882,2302,'CurrentUserID','0'),(9883,2303,'Attempts','1'),(9884,2303,'ClientIP','\"194.105.170.95\"'),(9885,2303,'UserAgent','\"\"'),(9886,2303,'CurrentUserID','0'),(9887,2304,'Attempts','1'),(9888,2304,'ClientIP','\"83.7.181.83\"'),(9889,2304,'UserAgent','\"\"'),(9890,2304,'CurrentUserID','0'),(9891,2305,'Attempts','1'),(9892,2305,'ClientIP','\"195.249.237.197\"'),(9893,2305,'UserAgent','\"\"'),(9894,2305,'CurrentUserID','0'),(9895,2306,'Attempts','1'),(9896,2306,'ClientIP','\"164.126.29.164\"'),(9897,2306,'UserAgent','\"\"'),(9898,2306,'CurrentUserID','0'),(9899,2307,'Attempts','1'),(9900,2307,'ClientIP','\"37.114.148.184\"'),(9901,2307,'UserAgent','\"\"'),(9902,2307,'CurrentUserID','0'),(9903,2308,'Attempts','2'),(9904,2308,'ClientIP','\"46.107.49.105\"'),(9905,2308,'UserAgent','\"\"'),(9906,2308,'CurrentUserID','0'),(9907,2309,'Attempts','1'),(9908,2309,'ClientIP','\"84.236.11.90\"'),(9909,2309,'UserAgent','\"\"'),(9910,2309,'CurrentUserID','0'),(9911,2310,'Attempts','1'),(9912,2310,'ClientIP','\"79.116.181.28\"'),(9913,2310,'UserAgent','\"\"'),(9914,2310,'CurrentUserID','0'),(9915,2311,'Attempts','1'),(9916,2311,'ClientIP','\"89.154.228.27\"'),(9917,2311,'UserAgent','\"\"'),(9918,2311,'CurrentUserID','0'),(9919,2312,'Attempts','1'),(9920,2312,'ClientIP','\"79.119.202.48\"'),(9921,2312,'UserAgent','\"\"'),(9922,2312,'CurrentUserID','0'),(9923,2313,'Attempts','1'),(9924,2313,'ClientIP','\"81.200.55.98\"'),(9925,2313,'UserAgent','\"\"'),(9926,2313,'CurrentUserID','0'),(9927,2314,'Attempts','1'),(9928,2314,'ClientIP','\"77.29.98.4\"'),(9929,2314,'UserAgent','\"\"'),(9930,2314,'CurrentUserID','0'),(9931,2315,'Attempts','1'),(9932,2315,'ClientIP','\"105.228.77.40\"'),(9933,2315,'UserAgent','\"\"'),(9934,2315,'CurrentUserID','0'),(9935,2316,'Attempts','1'),(9936,2316,'ClientIP','\"86.2.80.17\"'),(9937,2316,'UserAgent','\"\"'),(9938,2316,'CurrentUserID','0'),(9939,2317,'Attempts','1'),(9940,2317,'ClientIP','\"180.191.114.19\"'),(9941,2317,'UserAgent','\"\"'),(9942,2317,'CurrentUserID','0'),(9943,2318,'Attempts','1'),(9944,2318,'ClientIP','\"109.102.24.34\"'),(9945,2318,'UserAgent','\"\"'),(9946,2318,'CurrentUserID','0'),(9947,2319,'Attempts','1'),(9948,2319,'ClientIP','\"41.105.113.230\"'),(9949,2319,'UserAgent','\"\"'),(9950,2319,'CurrentUserID','0'),(9951,2320,'Attempts','1'),(9952,2320,'ClientIP','\"188.25.97.197\"'),(9953,2320,'UserAgent','\"\"'),(9954,2320,'CurrentUserID','0'),(9955,2321,'Attempts','1'),(9956,2321,'ClientIP','\"81.84.173.95\"'),(9957,2321,'UserAgent','\"\"'),(9958,2321,'CurrentUserID','0'),(9959,2322,'Attempts','\"10+\"'),(9960,2322,'ClientIP','\"37.145.138.38\"'),(9961,2322,'UserAgent','\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.2) Gecko\\/2008091620 Firefox\\/3.0.2\"'),(9962,2322,'CurrentUserID','0'),(9963,2323,'Attempts','1'),(9964,2323,'ClientIP','\"46.99.159.66\"'),(9965,2323,'UserAgent','\"\"'),(9966,2323,'CurrentUserID','0'),(9967,2324,'Attempts','1'),(9968,2324,'ClientIP','\"105.159.242.155\"'),(9969,2324,'UserAgent','\"\"'),(9970,2324,'CurrentUserID','0'),(9971,2325,'Attempts','1'),(9972,2325,'ClientIP','\"201.80.8.126\"'),(9973,2325,'UserAgent','\"\"'),(9974,2325,'CurrentUserID','0'),(9975,2326,'Attempts','1'),(9976,2326,'ClientIP','\"97.103.41.118\"'),(9977,2326,'UserAgent','\"\"'),(9978,2326,'CurrentUserID','0'),(9979,2327,'Attempts','1'),(9980,2327,'ClientIP','\"84.197.35.232\"'),(9981,2327,'UserAgent','\"\"'),(9982,2327,'CurrentUserID','0'),(9983,2328,'Attempts','1'),(9984,2328,'ClientIP','\"39.48.235.95\"'),(9985,2328,'UserAgent','\"\"'),(9986,2328,'CurrentUserID','0'),(9987,2329,'Attempts','1'),(9988,2329,'ClientIP','\"202.59.137.2\"'),(9989,2329,'UserAgent','\"\"'),(9990,2329,'CurrentUserID','0'),(9991,2330,'Attempts','\"10+\"'),(9992,2330,'ClientIP','\"37.59.110.0\"'),(9993,2330,'UserAgent','\"\"'),(9994,2330,'CurrentUserID','0'),(9995,2331,'Attempts','1'),(9996,2331,'ClientIP','\"92.1.112.73\"'),(9997,2331,'UserAgent','\"\"'),(9998,2331,'CurrentUserID','0'),(9999,2332,'Attempts','1'),(10000,2332,'ClientIP','\"94.189.222.171\"'),(10001,2332,'UserAgent','\"\"'),(10002,2332,'CurrentUserID','0'),(10003,2333,'Attempts','1'),(10004,2333,'ClientIP','\"121.55.195.115\"'),(10005,2333,'UserAgent','\"\"'),(10006,2333,'CurrentUserID','0'),(10007,2334,'Attempts','1'),(10008,2334,'ClientIP','\"223.223.174.15\"'),(10009,2334,'UserAgent','\"\"'),(10010,2334,'CurrentUserID','0'),(10011,2335,'Attempts','1'),(10012,2335,'ClientIP','\"111.94.238.119\"'),(10013,2335,'UserAgent','\"\"'),(10014,2335,'CurrentUserID','0'),(10015,2336,'Attempts','1'),(10016,2336,'ClientIP','\"188.2.136.202\"'),(10017,2336,'UserAgent','\"\"'),(10018,2336,'CurrentUserID','0'),(10019,2337,'Attempts','1'),(10020,2337,'ClientIP','\"78.130.220.209\"'),(10021,2337,'UserAgent','\"\"'),(10022,2337,'CurrentUserID','0'),(10023,2338,'Attempts','1'),(10024,2338,'ClientIP','\"115.134.212.234\"'),(10025,2338,'UserAgent','\"\"'),(10026,2338,'CurrentUserID','0'),(10027,2339,'Attempts','1'),(10028,2339,'ClientIP','\"87.11.35.63\"'),(10029,2339,'UserAgent','\"\"'),(10030,2339,'CurrentUserID','0'),(10031,2340,'Attempts','1'),(10032,2340,'ClientIP','\"41.34.241.112\"'),(10033,2340,'UserAgent','\"\"'),(10034,2340,'CurrentUserID','0'),(10035,2341,'Attempts','1'),(10036,2341,'ClientIP','\"103.228.40.195\"'),(10037,2341,'UserAgent','\"\"'),(10038,2341,'CurrentUserID','0'),(10039,2342,'Attempts','2'),(10040,2342,'ClientIP','\"178.254.151.226\"'),(10041,2342,'UserAgent','\"\"'),(10042,2342,'CurrentUserID','0'),(10043,2343,'Attempts','1'),(10044,2343,'ClientIP','\"103.8.78.38\"'),(10045,2343,'UserAgent','\"\"'),(10046,2343,'CurrentUserID','0'),(10047,2344,'Attempts','1'),(10048,2344,'ClientIP','\"118.101.13.204\"'),(10049,2344,'UserAgent','\"\"'),(10050,2344,'CurrentUserID','0'),(10051,2345,'Attempts','1'),(10052,2345,'ClientIP','\"196.201.199.155\"'),(10053,2345,'UserAgent','\"\"'),(10054,2345,'CurrentUserID','0'),(10055,2346,'Attempts','1'),(10056,2346,'ClientIP','\"75.143.208.206\"'),(10057,2346,'UserAgent','\"\"'),(10058,2346,'CurrentUserID','0'),(10059,2347,'Attempts','1'),(10060,2347,'ClientIP','\"182.185.35.231\"'),(10061,2347,'UserAgent','\"\"'),(10062,2347,'CurrentUserID','0'),(10063,2348,'Attempts','2'),(10064,2348,'ClientIP','\"78.10.148.47\"'),(10065,2348,'UserAgent','\"\"'),(10066,2348,'CurrentUserID','0'),(10067,2349,'Attempts','1'),(10068,2349,'ClientIP','\"151.247.176.19\"'),(10069,2349,'UserAgent','\"\"'),(10070,2349,'CurrentUserID','0'),(10071,2350,'Username','\"runamuk0@msn.com\"'),(10072,2350,'CurrentUserRoles','[\"administrator\"]'),(10073,2350,'ClientIP','\"71.217.106.30\"'),(10074,2350,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/43.0.2357.134 Safari\\/537.36\"'),(10075,2351,'Attempts','1'),(10076,2351,'ClientIP','\"105.228.174.34\"'),(10077,2351,'UserAgent','\"\"'),(10078,2351,'CurrentUserID','0'),(10079,2352,'Attempts','1'),(10080,2352,'ClientIP','\"49.151.1.244\"'),(10081,2352,'UserAgent','\"\"'),(10082,2352,'CurrentUserID','0'),(10083,2353,'Attempts','1'),(10084,2353,'ClientIP','\"91.137.131.41\"'),(10085,2353,'UserAgent','\"\"'),(10086,2353,'CurrentUserID','0'),(10087,2354,'Attempts','2'),(10088,2354,'ClientIP','\"194.105.170.95\"'),(10089,2354,'UserAgent','\"\"'),(10090,2354,'CurrentUserID','0'),(10091,2355,'Attempts','1'),(10092,2355,'ClientIP','\"41.142.17.191\"'),(10093,2355,'UserAgent','\"\"'),(10094,2355,'CurrentUserID','0'),(10095,2356,'Attempts','1'),(10096,2356,'ClientIP','\"121.54.13.36\"'),(10097,2356,'UserAgent','\"\"'),(10098,2356,'CurrentUserID','0'),(10099,2357,'Attempts','1'),(10100,2357,'ClientIP','\"85.196.255.35\"'),(10101,2357,'UserAgent','\"\"'),(10102,2357,'CurrentUserID','0'),(10103,2358,'Attempts','1'),(10104,2358,'ClientIP','\"178.222.50.216\"'),(10105,2358,'UserAgent','\"\"'),(10106,2358,'CurrentUserID','0'),(10107,2359,'Attempts','1'),(10108,2359,'ClientIP','\"78.61.47.58\"'),(10109,2359,'UserAgent','\"\"'),(10110,2359,'CurrentUserID','0'),(10111,2360,'Attempts','1'),(10112,2360,'ClientIP','\"79.183.36.105\"'),(10113,2360,'UserAgent','\"\"'),(10114,2360,'CurrentUserID','0'),(10115,2361,'Attempts','1'),(10116,2361,'ClientIP','\"171.96.176.124\"'),(10117,2361,'UserAgent','\"\"'),(10118,2361,'CurrentUserID','0'),(10119,2362,'Attempts','1'),(10120,2362,'ClientIP','\"180.254.82.253\"'),(10121,2362,'UserAgent','\"\"'),(10122,2362,'CurrentUserID','0'),(10123,2363,'Attempts','1'),(10124,2363,'ClientIP','\"94.52.37.56\"'),(10125,2363,'UserAgent','\"\"'),(10126,2363,'CurrentUserID','0'),(10127,2364,'Attempts','1'),(10128,2364,'ClientIP','\"197.88.22.199\"'),(10129,2364,'UserAgent','\"\"'),(10130,2364,'CurrentUserID','0'),(10131,2365,'Attempts','1'),(10132,2365,'ClientIP','\"180.191.103.125\"'),(10133,2365,'UserAgent','\"\"'),(10134,2365,'CurrentUserID','0'),(10135,2366,'Attempts','1'),(10136,2366,'ClientIP','\"109.105.195.250\"'),(10137,2366,'UserAgent','\"\"'),(10138,2366,'CurrentUserID','0'),(10139,2367,'Attempts','1'),(10140,2367,'ClientIP','\"78.233.174.151\"'),(10141,2367,'UserAgent','\"\"'),(10142,2367,'CurrentUserID','0'),(10143,2368,'Attempts','1'),(10144,2368,'ClientIP','\"92.111.215.6\"'),(10145,2368,'UserAgent','\"\"'),(10146,2368,'CurrentUserID','0'),(10147,2369,'Attempts','1'),(10148,2369,'ClientIP','\"181.1.194.97\"'),(10149,2369,'UserAgent','\"\"'),(10150,2369,'CurrentUserID','0'),(10151,2370,'Attempts','1'),(10152,2370,'ClientIP','\"86.121.170.118\"'),(10153,2370,'UserAgent','\"\"'),(10154,2370,'CurrentUserID','0'),(10155,2371,'Attempts','1'),(10156,2371,'ClientIP','\"77.46.176.200\"'),(10157,2371,'UserAgent','\"\"'),(10158,2371,'CurrentUserID','0'),(10159,2372,'Attempts','1'),(10160,2372,'ClientIP','\"125.137.152.7\"'),(10161,2372,'UserAgent','\"\"'),(10162,2372,'CurrentUserID','0'),(10163,2373,'Attempts','1'),(10164,2373,'ClientIP','\"86.97.112.246\"'),(10165,2373,'UserAgent','\"\"'),(10166,2373,'CurrentUserID','0'),(10167,2374,'Attempts','1'),(10168,2374,'ClientIP','\"79.119.167.202\"'),(10169,2374,'UserAgent','\"\"'),(10170,2374,'CurrentUserID','0'),(10171,2375,'Attempts','1'),(10172,2375,'ClientIP','\"41.254.8.228\"'),(10173,2375,'UserAgent','\"\"'),(10174,2375,'CurrentUserID','0'),(10175,2376,'Attempts','1'),(10176,2376,'ClientIP','\"109.65.133.178\"'),(10177,2376,'UserAgent','\"\"'),(10178,2376,'CurrentUserID','0'),(10179,2377,'Attempts','1'),(10180,2377,'ClientIP','\"124.6.181.202\"'),(10181,2377,'UserAgent','\"\"'),(10182,2377,'CurrentUserID','0'),(10183,2378,'Attempts','1'),(10184,2378,'ClientIP','\"88.161.42.70\"'),(10185,2378,'UserAgent','\"\"'),(10186,2378,'CurrentUserID','0'),(10187,2379,'Attempts','1'),(10188,2379,'ClientIP','\"178.137.160.226\"'),(10189,2379,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(10190,2379,'CurrentUserID','0'),(10191,2380,'Attempts','1'),(10192,2380,'ClientIP','\"62.175.182.2\"'),(10193,2380,'UserAgent','\"\"'),(10194,2380,'CurrentUserID','0'),(10195,2381,'Attempts','1'),(10196,2381,'ClientIP','\"114.246.65.200\"'),(10197,2381,'UserAgent','\"\"'),(10198,2381,'CurrentUserID','0'),(10199,2382,'Attempts','1'),(10200,2382,'ClientIP','\"212.93.114.144\"'),(10201,2382,'UserAgent','\"\"'),(10202,2382,'CurrentUserID','0'),(10203,2383,'Attempts','1'),(10204,2383,'ClientIP','\"190.88.178.4\"'),(10205,2383,'UserAgent','\"\"'),(10206,2383,'CurrentUserID','0'),(10207,2384,'Attempts','1'),(10208,2384,'ClientIP','\"197.83.192.9\"'),(10209,2384,'UserAgent','\"\"'),(10210,2384,'CurrentUserID','0'),(10211,2385,'Attempts','1'),(10212,2385,'ClientIP','\"109.65.177.175\"'),(10213,2385,'UserAgent','\"\"'),(10214,2385,'CurrentUserID','0'),(10215,2386,'Attempts','1'),(10216,2386,'ClientIP','\"122.154.245.246\"'),(10217,2386,'UserAgent','\"\"'),(10218,2386,'CurrentUserID','0'),(10219,2387,'Attempts','1'),(10220,2387,'ClientIP','\"103.229.121.73\"'),(10221,2387,'UserAgent','\"\"'),(10222,2387,'CurrentUserID','0'),(10223,2388,'Attempts','1'),(10224,2388,'ClientIP','\"104.238.169.129\"'),(10225,2388,'UserAgent','\"\"'),(10226,2388,'CurrentUserID','0'),(10227,2389,'Attempts','1'),(10228,2389,'ClientIP','\"103.18.72.58\"'),(10229,2389,'UserAgent','\"\"'),(10230,2389,'CurrentUserID','0'),(10231,2390,'Attempts','1'),(10232,2390,'ClientIP','\"107.1.105.226\"'),(10233,2390,'UserAgent','\"\"'),(10234,2390,'CurrentUserID','0'),(10235,2391,'Attempts','1'),(10236,2391,'ClientIP','\"109.96.45.210\"'),(10237,2391,'UserAgent','\"\"'),(10238,2391,'CurrentUserID','0'),(10239,2392,'Attempts','1'),(10240,2392,'ClientIP','\"139.218.116.235\"'),(10241,2392,'UserAgent','\"\"'),(10242,2392,'CurrentUserID','0'),(10243,2393,'Attempts','1'),(10244,2393,'ClientIP','\"94.21.236.170\"'),(10245,2393,'UserAgent','\"\"'),(10246,2393,'CurrentUserID','0'),(10247,2394,'Attempts','1'),(10248,2394,'ClientIP','\"119.66.106.10\"'),(10249,2394,'UserAgent','\"\"'),(10250,2394,'CurrentUserID','0'),(10251,2395,'Attempts','1'),(10252,2395,'ClientIP','\"192.173.188.90\"'),(10253,2395,'UserAgent','\"\"'),(10254,2395,'CurrentUserID','0'),(10255,2396,'Attempts','1'),(10256,2396,'ClientIP','\"41.103.79.73\"'),(10257,2396,'UserAgent','\"\"'),(10258,2396,'CurrentUserID','0'),(10259,2397,'Attempts','1'),(10260,2397,'ClientIP','\"109.102.5.193\"'),(10261,2397,'UserAgent','\"\"'),(10262,2397,'CurrentUserID','0'),(10263,2398,'Attempts','1'),(10264,2398,'ClientIP','\"100.8.68.217\"'),(10265,2398,'UserAgent','\"\"'),(10266,2398,'CurrentUserID','0'),(10267,2399,'Attempts','1'),(10268,2399,'ClientIP','\"79.110.158.174\"'),(10269,2399,'UserAgent','\"\"'),(10270,2399,'CurrentUserID','0'),(10271,2400,'Attempts','1'),(10272,2400,'ClientIP','\"223.223.174.15\"'),(10273,2400,'UserAgent','\"\"'),(10274,2400,'CurrentUserID','0'),(10275,2401,'Attempts','1'),(10276,2401,'ClientIP','\"84.3.235.201\"'),(10277,2401,'UserAgent','\"\"'),(10278,2401,'CurrentUserID','0'),(10279,2402,'Attempts','1'),(10280,2402,'ClientIP','\"109.79.129.237\"'),(10281,2402,'UserAgent','\"\"'),(10282,2402,'CurrentUserID','0'),(10283,2403,'Attempts','1'),(10284,2403,'ClientIP','\"219.92.192.83\"'),(10285,2403,'UserAgent','\"\"'),(10286,2403,'CurrentUserID','0'),(10287,2404,'Attempts','1'),(10288,2404,'ClientIP','\"79.126.204.74\"'),(10289,2404,'UserAgent','\"\"'),(10290,2404,'CurrentUserID','0'),(10291,2405,'Attempts','1'),(10292,2405,'ClientIP','\"89.137.229.186\"'),(10293,2405,'UserAgent','\"\"'),(10294,2405,'CurrentUserID','0'),(10295,2406,'Attempts','1'),(10296,2406,'ClientIP','\"109.98.39.210\"'),(10297,2406,'UserAgent','\"\"'),(10298,2406,'CurrentUserID','0'),(10299,2407,'Attempts','1'),(10300,2407,'ClientIP','\"178.137.160.226\"'),(10301,2407,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/29.0.1547.57 Safari\\/537.36\"'),(10302,2407,'CurrentUserID','0'),(10303,2408,'Attempts','1'),(10304,2408,'ClientIP','\"86.125.191.36\"'),(10305,2408,'UserAgent','\"\"'),(10306,2408,'CurrentUserID','0'),(10307,2409,'Attempts','1'),(10308,2409,'ClientIP','\"1.55.211.23\"'),(10309,2409,'UserAgent','\"\"'),(10310,2409,'CurrentUserID','0'),(10311,2410,'Attempts','1'),(10312,2410,'ClientIP','\"41.141.34.233\"'),(10313,2410,'UserAgent','\"\"'),(10314,2410,'CurrentUserID','0'),(10315,2411,'Attempts','1'),(10316,2411,'ClientIP','\"105.98.85.112\"'),(10317,2411,'UserAgent','\"\"'),(10318,2411,'CurrentUserID','0'),(10319,2412,'Attempts','1'),(10320,2412,'ClientIP','\"79.145.164.4\"'),(10321,2412,'UserAgent','\"\"'),(10322,2412,'CurrentUserID','0'),(10323,2413,'Attempts','1'),(10324,2413,'ClientIP','\"109.228.123.54\"'),(10325,2413,'UserAgent','\"\"'),(10326,2413,'CurrentUserID','0'),(10327,2414,'Attempts','1'),(10328,2414,'ClientIP','\"46.17.150.114\"'),(10329,2414,'UserAgent','\"\"'),(10330,2414,'CurrentUserID','0'),(10331,2415,'Attempts','1'),(10332,2415,'ClientIP','\"85.65.231.98\"'),(10333,2415,'UserAgent','\"\"'),(10334,2415,'CurrentUserID','0'),(10335,2416,'Attempts','1'),(10336,2416,'ClientIP','\"79.181.54.110\"'),(10337,2416,'UserAgent','\"\"'),(10338,2416,'CurrentUserID','0'),(10339,2417,'Attempts','1'),(10340,2417,'ClientIP','\"84.203.0.84\"'),(10341,2417,'UserAgent','\"\"'),(10342,2417,'CurrentUserID','0'),(10343,2418,'Attempts','1'),(10344,2418,'ClientIP','\"78.233.174.151\"'),(10345,2418,'UserAgent','\"\"'),(10346,2418,'CurrentUserID','0'),(10347,2419,'Attempts','1'),(10348,2419,'ClientIP','\"197.79.9.177\"'),(10349,2419,'UserAgent','\"\"'),(10350,2419,'CurrentUserID','0'),(10351,2420,'Attempts','1'),(10352,2420,'ClientIP','\"24.242.83.186\"'),(10353,2420,'UserAgent','\"\"'),(10354,2420,'CurrentUserID','0'),(10355,2421,'Attempts','1'),(10356,2421,'ClientIP','\"94.122.79.15\"'),(10357,2421,'UserAgent','\"\"'),(10358,2421,'CurrentUserID','0'),(10359,2422,'Attempts','1'),(10360,2422,'ClientIP','\"178.137.160.226\"'),(10361,2422,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/29.0.1547.57 Safari\\/537.36\"'),(10362,2422,'CurrentUserID','0'),(10363,2423,'Attempts','1'),(10364,2423,'ClientIP','\"72.252.169.195\"'),(10365,2423,'UserAgent','\"\"'),(10366,2423,'CurrentUserID','0'),(10367,2424,'Attempts','1'),(10368,2424,'ClientIP','\"187.108.1.74\"'),(10369,2424,'UserAgent','\"\"'),(10370,2424,'CurrentUserID','0'),(10371,2425,'Attempts','1'),(10372,2425,'ClientIP','\"200.82.62.45\"'),(10373,2425,'UserAgent','\"\"'),(10374,2425,'CurrentUserID','0'),(10375,2426,'Attempts','1'),(10376,2426,'ClientIP','\"5.29.9.159\"'),(10377,2426,'UserAgent','\"\"'),(10378,2426,'CurrentUserID','0'),(10379,2427,'Attempts','1'),(10380,2427,'ClientIP','\"101.184.145.181\"'),(10381,2427,'UserAgent','\"\"'),(10382,2427,'CurrentUserID','0'),(10383,2428,'Attempts','1'),(10384,2428,'ClientIP','\"150.107.24.162\"'),(10385,2428,'UserAgent','\"\"'),(10386,2428,'CurrentUserID','0'),(10387,2429,'Attempts','1'),(10388,2429,'ClientIP','\"112.208.180.226\"'),(10389,2429,'UserAgent','\"\"'),(10390,2429,'CurrentUserID','0'),(10391,2430,'Attempts','1'),(10392,2430,'ClientIP','\"79.116.141.127\"'),(10393,2430,'UserAgent','\"\"'),(10394,2430,'CurrentUserID','0'),(10395,2431,'Attempts','2'),(10396,2431,'ClientIP','\"31.168.69.70\"'),(10397,2431,'UserAgent','\"\"'),(10398,2431,'CurrentUserID','0'),(10399,2432,'Attempts','1'),(10400,2432,'ClientIP','\"103.244.240.72\"'),(10401,2432,'UserAgent','\"\"'),(10402,2432,'CurrentUserID','0'),(10403,2433,'Attempts','1'),(10404,2433,'ClientIP','\"182.185.14.186\"'),(10405,2433,'UserAgent','\"\"'),(10406,2433,'CurrentUserID','0'),(10407,2434,'Attempts','1'),(10408,2434,'ClientIP','\"42.60.198.121\"'),(10409,2434,'UserAgent','\"\"'),(10410,2434,'CurrentUserID','0'),(10411,2435,'Attempts','1'),(10412,2435,'ClientIP','\"121.121.57.129\"'),(10413,2435,'UserAgent','\"\"'),(10414,2435,'CurrentUserID','0'),(10415,2436,'Attempts','1'),(10416,2436,'ClientIP','\"121.54.32.139\"'),(10417,2436,'UserAgent','\"\"'),(10418,2436,'CurrentUserID','0'),(10419,2437,'Attempts','1'),(10420,2437,'ClientIP','\"195.178.40.242\"'),(10421,2437,'UserAgent','\"\"'),(10422,2437,'CurrentUserID','0'),(10423,2438,'Attempts','1'),(10424,2438,'ClientIP','\"112.204.254.65\"'),(10425,2438,'UserAgent','\"\"'),(10426,2438,'CurrentUserID','0'),(10427,2439,'Attempts','1'),(10428,2439,'ClientIP','\"120.29.109.79\"'),(10429,2439,'UserAgent','\"\"'),(10430,2439,'CurrentUserID','0'),(10431,2440,'Attempts','1'),(10432,2440,'ClientIP','\"79.182.178.125\"'),(10433,2440,'UserAgent','\"\"'),(10434,2440,'CurrentUserID','0'),(10435,2441,'Attempts','1'),(10436,2441,'ClientIP','\"188.241.201.78\"'),(10437,2441,'UserAgent','\"\"'),(10438,2441,'CurrentUserID','0'),(10439,2442,'Attempts','1'),(10440,2442,'ClientIP','\"92.82.112.61\"'),(10441,2442,'UserAgent','\"\"'),(10442,2442,'CurrentUserID','0'),(10443,2443,'Attempts','1'),(10444,2443,'ClientIP','\"86.98.223.192\"'),(10445,2443,'UserAgent','\"\"'),(10446,2443,'CurrentUserID','0'),(10447,2444,'Attempts','1'),(10448,2444,'ClientIP','\"212.40.86.99\"'),(10449,2444,'UserAgent','\"\"'),(10450,2444,'CurrentUserID','0'),(10451,2445,'Attempts','1'),(10452,2445,'ClientIP','\"105.208.228.46\"'),(10453,2445,'UserAgent','\"\"'),(10454,2445,'CurrentUserID','0'),(10455,2446,'Attempts','1'),(10456,2446,'ClientIP','\"24.135.121.185\"'),(10457,2446,'UserAgent','\"\"'),(10458,2446,'CurrentUserID','0'),(10459,2447,'Attempts','1'),(10460,2447,'ClientIP','\"121.54.47.162\"'),(10461,2447,'UserAgent','\"\"'),(10462,2447,'CurrentUserID','0'),(10463,2448,'Attempts','1'),(10464,2448,'ClientIP','\"101.127.50.76\"'),(10465,2448,'UserAgent','\"\"'),(10466,2448,'CurrentUserID','0'),(10467,2449,'Attempts','1'),(10468,2449,'ClientIP','\"190.150.114.182\"'),(10469,2449,'UserAgent','\"\"'),(10470,2449,'CurrentUserID','0'),(10471,2450,'Attempts','1'),(10472,2450,'ClientIP','\"94.71.65.159\"'),(10473,2450,'UserAgent','\"\"'),(10474,2450,'CurrentUserID','0'),(10475,2451,'Attempts','1'),(10476,2451,'ClientIP','\"86.107.36.219\"'),(10477,2451,'UserAgent','\"\"'),(10478,2451,'CurrentUserID','0'),(10479,2452,'Attempts','1'),(10480,2452,'ClientIP','\"85.187.177.243\"'),(10481,2452,'UserAgent','\"\"'),(10482,2452,'CurrentUserID','0'),(10483,2453,'Attempts','1'),(10484,2453,'ClientIP','\"94.189.208.248\"'),(10485,2453,'UserAgent','\"\"'),(10486,2453,'CurrentUserID','0'),(10487,2454,'Attempts','1'),(10488,2454,'ClientIP','\"100.8.68.217\"'),(10489,2454,'UserAgent','\"\"'),(10490,2454,'CurrentUserID','0'),(10491,2455,'Attempts','1'),(10492,2455,'ClientIP','\"110.22.199.146\"'),(10493,2455,'UserAgent','\"\"'),(10494,2455,'CurrentUserID','0'),(10495,2456,'Attempts','1'),(10496,2456,'ClientIP','\"92.84.129.244\"'),(10497,2456,'UserAgent','\"\"'),(10498,2456,'CurrentUserID','0'),(10499,2457,'Attempts','1'),(10500,2457,'ClientIP','\"94.21.172.48\"'),(10501,2457,'UserAgent','\"\"'),(10502,2457,'CurrentUserID','0'),(10503,2458,'Attempts','1'),(10504,2458,'ClientIP','\"45.115.106.244\"'),(10505,2458,'UserAgent','\"\"'),(10506,2458,'CurrentUserID','0'),(10507,2459,'Attempts','1'),(10508,2459,'ClientIP','\"91.231.120.82\"'),(10509,2459,'UserAgent','\"\"'),(10510,2459,'CurrentUserID','0'),(10511,2460,'Attempts','1'),(10512,2460,'ClientIP','\"79.181.54.110\"'),(10513,2460,'UserAgent','\"\"'),(10514,2460,'CurrentUserID','0'),(10515,2461,'Attempts','1'),(10516,2461,'ClientIP','\"36.84.224.43\"'),(10517,2461,'UserAgent','\"\"'),(10518,2461,'CurrentUserID','0'),(10519,2462,'Attempts','1'),(10520,2462,'ClientIP','\"124.6.181.202\"'),(10521,2462,'UserAgent','\"\"'),(10522,2462,'CurrentUserID','0'),(10523,2463,'Attempts','2'),(10524,2463,'ClientIP','\"182.183.223.155\"'),(10525,2463,'UserAgent','\"\"'),(10526,2463,'CurrentUserID','0'),(10527,2464,'Attempts','1'),(10528,2464,'ClientIP','\"181.44.52.64\"'),(10529,2464,'UserAgent','\"\"'),(10530,2464,'CurrentUserID','0'),(10531,2465,'Attempts','1'),(10532,2465,'ClientIP','\"179.180.194.252\"'),(10533,2465,'UserAgent','\"\"'),(10534,2465,'CurrentUserID','0'),(10535,2466,'Attempts','1'),(10536,2466,'ClientIP','\"90.191.88.239\"'),(10537,2466,'UserAgent','\"\"'),(10538,2466,'CurrentUserID','0'),(10539,2467,'Attempts','1'),(10540,2467,'ClientIP','\"201.80.8.126\"'),(10541,2467,'UserAgent','\"\"'),(10542,2467,'CurrentUserID','0'),(10543,2468,'Attempts','1'),(10544,2468,'ClientIP','\"77.81.75.191\"'),(10545,2468,'UserAgent','\"\"'),(10546,2468,'CurrentUserID','0'),(10547,2469,'Attempts','1'),(10548,2469,'ClientIP','\"79.119.152.244\"'),(10549,2469,'UserAgent','\"\"'),(10550,2469,'CurrentUserID','0'),(10551,2470,'Attempts','1'),(10552,2470,'ClientIP','\"115.66.187.19\"'),(10553,2470,'UserAgent','\"\"'),(10554,2470,'CurrentUserID','0'),(10555,2471,'Attempts','1'),(10556,2471,'ClientIP','\"79.145.164.4\"'),(10557,2471,'UserAgent','\"\"'),(10558,2471,'CurrentUserID','0'),(10559,2472,'Attempts','1'),(10560,2472,'ClientIP','\"39.32.112.158\"'),(10561,2472,'UserAgent','\"\"'),(10562,2472,'CurrentUserID','0'),(10563,2473,'Attempts','1'),(10564,2473,'ClientIP','\"164.127.131.205\"'),(10565,2473,'UserAgent','\"\"'),(10566,2473,'CurrentUserID','0'),(10567,2474,'Attempts','1'),(10568,2474,'ClientIP','\"181.52.132.166\"'),(10569,2474,'UserAgent','\"\"'),(10570,2474,'CurrentUserID','0'),(10571,2475,'Attempts','1'),(10572,2475,'ClientIP','\"185.23.48.6\"'),(10573,2475,'UserAgent','\"\"'),(10574,2475,'CurrentUserID','0'),(10575,2476,'Attempts','1'),(10576,2476,'ClientIP','\"180.191.103.12\"'),(10577,2476,'UserAgent','\"\"'),(10578,2476,'CurrentUserID','0'),(10579,2477,'Attempts','1'),(10580,2477,'ClientIP','\"109.103.35.153\"'),(10581,2477,'UserAgent','\"\"'),(10582,2477,'CurrentUserID','0'),(10583,2478,'Attempts','1'),(10584,2478,'ClientIP','\"197.83.214.161\"'),(10585,2478,'UserAgent','\"\"'),(10586,2478,'CurrentUserID','0'),(10587,2479,'Attempts','1'),(10588,2479,'ClientIP','\"12.222.248.212\"'),(10589,2479,'UserAgent','\"\"'),(10590,2479,'CurrentUserID','0'),(10591,2480,'Attempts','1'),(10592,2480,'ClientIP','\"188.2.74.13\"'),(10593,2480,'UserAgent','\"\"'),(10594,2480,'CurrentUserID','0'),(10595,2481,'Attempts','1'),(10596,2481,'ClientIP','\"123.123.104.242\"'),(10597,2481,'UserAgent','\"\"'),(10598,2481,'CurrentUserID','0'),(10599,2482,'Attempts','1'),(10600,2482,'ClientIP','\"201.211.31.187\"'),(10601,2482,'UserAgent','\"\"'),(10602,2482,'CurrentUserID','0'),(10603,2483,'Attempts','\"10+\"'),(10604,2483,'ClientIP','\"115.75.5.247\"'),(10605,2483,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(10606,2483,'CurrentUserID','0'),(10607,2484,'Attempts','1'),(10608,2484,'ClientIP','\"83.110.89.52\"'),(10609,2484,'UserAgent','\"\"'),(10610,2484,'CurrentUserID','0'),(10611,2485,'Attempts','1'),(10612,2485,'ClientIP','\"41.87.178.31\"'),(10613,2485,'UserAgent','\"\"'),(10614,2485,'CurrentUserID','0'),(10615,2486,'Attempts','1'),(10616,2486,'ClientIP','\"45.115.106.244\"'),(10617,2486,'UserAgent','\"\"'),(10618,2486,'CurrentUserID','0'),(10619,2487,'Attempts','1'),(10620,2487,'ClientIP','\"31.168.69.70\"'),(10621,2487,'UserAgent','\"\"'),(10622,2487,'CurrentUserID','0'),(10623,2488,'Attempts','2'),(10624,2488,'ClientIP','\"72.252.169.195\"'),(10625,2488,'UserAgent','\"\"'),(10626,2488,'CurrentUserID','0'),(10627,2489,'Attempts','1'),(10628,2489,'ClientIP','\"115.84.128.135\"'),(10629,2489,'UserAgent','\"\"'),(10630,2489,'CurrentUserID','0'),(10631,2490,'Attempts','1'),(10632,2490,'ClientIP','\"200.86.231.211\"'),(10633,2490,'UserAgent','\"\"'),(10634,2490,'CurrentUserID','0'),(10635,2492,'Attempts','1'),(10636,2491,'Attempts','1'),(10637,2492,'ClientIP','\"178.137.160.226\"'),(10638,2491,'ClientIP','\"178.137.160.226\"'),(10639,2492,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.16 Safari\\/537.36\"'),(10640,2491,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.16 Safari\\/537.36\"'),(10641,2492,'CurrentUserID','0'),(10642,2491,'CurrentUserID','0'),(10643,2493,'Attempts','1'),(10644,2493,'ClientIP','\"121.54.13.36\"'),(10645,2493,'UserAgent','\"\"'),(10646,2493,'CurrentUserID','0'),(10647,2494,'Attempts','2'),(10648,2494,'ClientIP','\"103.249.89.252\"'),(10649,2494,'UserAgent','\"\"'),(10650,2494,'CurrentUserID','0'),(10651,2495,'Attempts','2'),(10652,2495,'ClientIP','\"190.104.229.82\"'),(10653,2495,'UserAgent','\"\"'),(10654,2495,'CurrentUserID','0'),(10655,2496,'Attempts','1'),(10656,2496,'ClientIP','\"146.199.91.231\"'),(10657,2496,'UserAgent','\"\"'),(10658,2496,'CurrentUserID','0'),(10659,2497,'Attempts','1'),(10660,2497,'ClientIP','\"5.141.91.202\"'),(10661,2497,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(10662,2497,'CurrentUserID','0'),(10663,2498,'Attempts','1'),(10664,2498,'ClientIP','\"79.114.218.24\"'),(10665,2498,'UserAgent','\"\"'),(10666,2498,'CurrentUserID','0'),(10667,2499,'Attempts','1'),(10668,2499,'ClientIP','\"103.19.253.186\"'),(10669,2499,'UserAgent','\"\"'),(10670,2499,'CurrentUserID','0'),(10671,2500,'Attempts','1'),(10672,2500,'ClientIP','\"103.228.40.195\"'),(10673,2500,'UserAgent','\"\"'),(10674,2500,'CurrentUserID','0'),(10675,2501,'Attempts','1'),(10676,2501,'ClientIP','\"190.88.178.4\"'),(10677,2501,'UserAgent','\"\"'),(10678,2501,'CurrentUserID','0'),(10679,2502,'Attempts','1'),(10680,2502,'ClientIP','\"177.138.147.134\"'),(10681,2502,'UserAgent','\"\"'),(10682,2502,'CurrentUserID','0'),(10683,2503,'Attempts','1'),(10684,2503,'ClientIP','\"79.114.147.24\"'),(10685,2503,'UserAgent','\"\"'),(10686,2503,'CurrentUserID','0'),(10687,2504,'Attempts','1'),(10688,2504,'ClientIP','\"41.142.59.180\"'),(10689,2504,'UserAgent','\"\"'),(10690,2504,'CurrentUserID','0'),(10691,2505,'Attempts','1'),(10692,2505,'ClientIP','\"39.55.139.97\"'),(10693,2505,'UserAgent','\"\"'),(10694,2505,'CurrentUserID','0'),(10695,2506,'Attempts','1'),(10696,2506,'ClientIP','\"79.182.178.125\"'),(10697,2506,'UserAgent','\"\"'),(10698,2506,'CurrentUserID','0'),(10699,2507,'Attempts','1'),(10700,2507,'ClientIP','\"213.57.54.48\"'),(10701,2507,'UserAgent','\"\"'),(10702,2507,'CurrentUserID','0'),(10703,2508,'Attempts','1'),(10704,2508,'ClientIP','\"78.162.234.23\"'),(10705,2508,'UserAgent','\"\"'),(10706,2508,'CurrentUserID','0'),(10707,2509,'Attempts','1'),(10708,2509,'ClientIP','\"83.252.53.87\"'),(10709,2509,'UserAgent','\"\"'),(10710,2509,'CurrentUserID','0'),(10711,2510,'Attempts','1'),(10712,2510,'ClientIP','\"82.208.101.125\"'),(10713,2510,'UserAgent','\"\"'),(10714,2510,'CurrentUserID','0'),(10715,2511,'Attempts','1'),(10716,2511,'ClientIP','\"95.76.68.103\"'),(10717,2511,'UserAgent','\"\"'),(10718,2511,'CurrentUserID','0'),(10719,2512,'Attempts','1'),(10720,2512,'ClientIP','\"79.113.231.5\"'),(10721,2512,'UserAgent','\"\"'),(10722,2512,'CurrentUserID','0'),(10723,2513,'Attempts','1'),(10724,2513,'ClientIP','\"79.116.181.28\"'),(10725,2513,'UserAgent','\"\"'),(10726,2513,'CurrentUserID','0'),(10727,2514,'Attempts','1'),(10728,2514,'ClientIP','\"196.201.199.155\"'),(10729,2514,'UserAgent','\"\"'),(10730,2514,'CurrentUserID','0'),(10731,2515,'Attempts','1'),(10732,2515,'ClientIP','\"123.192.70.92\"'),(10733,2515,'UserAgent','\"\"'),(10734,2515,'CurrentUserID','0'),(10735,2516,'Attempts','1'),(10736,2516,'ClientIP','\"31.162.88.193\"'),(10737,2516,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(10738,2516,'CurrentUserID','0'),(10739,2517,'Attempts','2'),(10740,2517,'ClientIP','\"100.8.68.217\"'),(10741,2517,'UserAgent','\"\"'),(10742,2517,'CurrentUserID','0'),(10743,2518,'Attempts','1'),(10744,2518,'ClientIP','\"81.84.173.95\"'),(10745,2518,'UserAgent','\"\"'),(10746,2518,'CurrentUserID','0'),(10747,2519,'Attempts','1'),(10748,2519,'ClientIP','\"115.133.255.238\"'),(10749,2519,'UserAgent','\"\"'),(10750,2519,'CurrentUserID','0'),(10751,2520,'Attempts','2'),(10752,2520,'ClientIP','\"201.215.193.88\"'),(10753,2520,'UserAgent','\"\"'),(10754,2520,'CurrentUserID','0'),(10755,2521,'Attempts','1'),(10756,2521,'ClientIP','\"110.169.71.221\"'),(10757,2521,'UserAgent','\"\"'),(10758,2521,'CurrentUserID','0'),(10759,2522,'Attempts','1'),(10760,2522,'ClientIP','\"85.67.19.229\"'),(10761,2522,'UserAgent','\"\"'),(10762,2522,'CurrentUserID','0'),(10763,2523,'Attempts','1'),(10764,2523,'ClientIP','\"105.236.250.141\"'),(10765,2523,'UserAgent','\"\"'),(10766,2523,'CurrentUserID','0'),(10767,2524,'Attempts','1'),(10768,2524,'ClientIP','\"180.191.154.186\"'),(10769,2524,'UserAgent','\"\"'),(10770,2524,'CurrentUserID','0'),(10771,2525,'Attempts','1'),(10772,2525,'ClientIP','\"94.68.69.41\"'),(10773,2525,'UserAgent','\"\"'),(10774,2525,'CurrentUserID','0'),(10775,2526,'Attempts','2'),(10776,2526,'ClientIP','\"109.86.15.95\"'),(10777,2526,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(10778,2526,'CurrentUserID','0'),(10779,2527,'Attempts','1'),(10780,2527,'ClientIP','\"5.141.88.89\"'),(10781,2527,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(10782,2527,'CurrentUserID','0'),(10783,2528,'Attempts','1'),(10784,2528,'ClientIP','\"77.167.155.47\"'),(10785,2528,'UserAgent','\"\"'),(10786,2528,'CurrentUserID','0'),(10787,2529,'Attempts','1'),(10788,2529,'ClientIP','\"182.185.159.110\"'),(10789,2529,'UserAgent','\"\"'),(10790,2529,'CurrentUserID','0'),(10791,2530,'Attempts','1'),(10792,2530,'ClientIP','\"46.102.27.163\"'),(10793,2530,'UserAgent','\"\"'),(10794,2530,'CurrentUserID','0'),(10795,2531,'Attempts','1'),(10796,2531,'ClientIP','\"86.208.18.234\"'),(10797,2531,'UserAgent','\"\"'),(10798,2531,'CurrentUserID','0'),(10799,2532,'Attempts','1'),(10800,2532,'ClientIP','\"181.197.92.213\"'),(10801,2532,'UserAgent','\"\"'),(10802,2532,'CurrentUserID','0'),(10803,2533,'Attempts','1'),(10804,2533,'ClientIP','\"41.205.15.234\"'),(10805,2533,'UserAgent','\"\"'),(10806,2533,'CurrentUserID','0'),(10807,2534,'Attempts','1'),(10808,2534,'ClientIP','\"121.54.44.95\"'),(10809,2534,'UserAgent','\"\"'),(10810,2534,'CurrentUserID','0'),(10811,2535,'Attempts','1'),(10812,2535,'ClientIP','\"79.145.164.4\"'),(10813,2535,'UserAgent','\"\"'),(10814,2535,'CurrentUserID','0'),(10815,2536,'Attempts','1'),(10816,2536,'ClientIP','\"121.54.32.149\"'),(10817,2536,'UserAgent','\"\"'),(10818,2536,'CurrentUserID','0'),(10819,2537,'Attempts','1'),(10820,2537,'ClientIP','\"178.137.160.226\"'),(10821,2537,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/29.0.1547.57 Safari\\/537.36\"'),(10822,2537,'CurrentUserID','0'),(10823,2538,'Attempts','1'),(10824,2538,'ClientIP','\"86.100.248.13\"'),(10825,2538,'UserAgent','\"\"'),(10826,2538,'CurrentUserID','0'),(10827,2539,'Attempts','1'),(10828,2539,'ClientIP','\"41.56.35.24\"'),(10829,2539,'UserAgent','\"\"'),(10830,2539,'CurrentUserID','0'),(10831,2540,'Attempts','1'),(10832,2540,'ClientIP','\"84.2.185.216\"'),(10833,2540,'UserAgent','\"\"'),(10834,2540,'CurrentUserID','0'),(10835,2541,'Attempts','2'),(10836,2541,'ClientIP','\"39.47.199.179\"'),(10837,2541,'UserAgent','\"\"'),(10838,2541,'CurrentUserID','0'),(10839,2542,'Attempts','1'),(10840,2542,'ClientIP','\"79.119.171.239\"'),(10841,2542,'UserAgent','\"\"'),(10842,2542,'CurrentUserID','0'),(10843,2543,'Attempts','1'),(10844,2543,'ClientIP','\"188.143.53.160\"'),(10845,2543,'UserAgent','\"\"'),(10846,2543,'CurrentUserID','0'),(10847,2544,'Attempts','1'),(10848,2544,'ClientIP','\"94.51.138.188\"'),(10849,2544,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(10850,2544,'CurrentUserID','0'),(10851,2545,'Attempts','2'),(10852,2545,'ClientIP','\"178.137.160.226\"'),(10853,2545,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.16 Safari\\/537.36\"'),(10854,2545,'CurrentUserID','0'),(10855,2546,'Attempts','2'),(10856,2546,'ClientIP','\"109.86.15.95\"'),(10857,2546,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(10858,2546,'CurrentUserID','0'),(10859,2547,'Attempts','2'),(10860,2547,'ClientIP','\"178.137.160.226\"'),(10861,2547,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/30.0.1599.17 Safari\\/537.36\"'),(10862,2547,'CurrentUserID','0'),(10863,2548,'Attempts','1'),(10864,2548,'ClientIP','\"109.86.15.95\"'),(10865,2548,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(10866,2548,'CurrentUserID','0'),(10867,2549,'Attempts','1'),(10868,2549,'ClientIP','\"188.17.193.196\"'),(10869,2549,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(10870,2549,'CurrentUserID','0'),(10871,2550,'Attempts','1'),(10872,2550,'ClientIP','\"79.183.162.192\"'),(10873,2550,'UserAgent','\"\"'),(10874,2550,'CurrentUserID','0'),(10875,2551,'Attempts','1'),(10876,2551,'ClientIP','\"37.48.46.99\"'),(10877,2551,'UserAgent','\"\"'),(10878,2551,'CurrentUserID','0'),(10879,2552,'Attempts','1'),(10880,2552,'ClientIP','\"78.131.63.123\"'),(10881,2552,'UserAgent','\"\"'),(10882,2552,'CurrentUserID','0'),(10883,2553,'Attempts','1'),(10884,2553,'ClientIP','\"41.103.79.156\"'),(10885,2553,'UserAgent','\"\"'),(10886,2553,'CurrentUserID','0'),(10887,2554,'Attempts','1'),(10888,2554,'ClientIP','\"178.119.47.229\"'),(10889,2554,'UserAgent','\"\"'),(10890,2554,'CurrentUserID','0'),(10891,2555,'Attempts','1'),(10892,2555,'ClientIP','\"79.183.117.211\"'),(10893,2555,'UserAgent','\"\"'),(10894,2555,'CurrentUserID','0'),(10895,2556,'Attempts','1'),(10896,2556,'ClientIP','\"178.222.32.114\"'),(10897,2556,'UserAgent','\"\"'),(10898,2556,'CurrentUserID','0'),(10899,2557,'Attempts','1'),(10900,2557,'ClientIP','\"80.98.49.247\"'),(10901,2557,'UserAgent','\"\"'),(10902,2557,'CurrentUserID','0'),(10903,2558,'Attempts','1'),(10904,2558,'ClientIP','\"2.50.113.64\"'),(10905,2558,'UserAgent','\"\"'),(10906,2558,'CurrentUserID','0'),(10907,2559,'Attempts','1'),(10908,2559,'ClientIP','\"5.30.65.168\"'),(10909,2559,'UserAgent','\"\"'),(10910,2559,'CurrentUserID','0'),(10911,2560,'Attempts','1'),(10912,2560,'ClientIP','\"92.83.155.153\"'),(10913,2560,'UserAgent','\"\"'),(10914,2560,'CurrentUserID','0'),(10915,2561,'Attempts','1'),(10916,2561,'ClientIP','\"178.42.5.8\"'),(10917,2561,'UserAgent','\"\"'),(10918,2561,'CurrentUserID','0'),(10919,2562,'Attempts','1'),(10920,2562,'ClientIP','\"201.220.115.137\"'),(10921,2562,'UserAgent','\"\"'),(10922,2562,'CurrentUserID','0'),(10923,2563,'Attempts','2'),(10924,2563,'ClientIP','\"109.86.15.95\"'),(10925,2563,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(10926,2563,'CurrentUserID','0'),(10927,2564,'PostID','383'),(10928,2564,'PostType','\"post\"'),(10929,2564,'PostTitle','\"Auto Draft\"'),(10930,2564,'ClientIP','\"10.30.65.102\"'),(10931,2564,'UserAgent','\"WordPress\\/4.2.3; http:\\/\\/www.wsaa.aero\"'),(10932,2564,'CurrentUserID','0'),(10933,2565,'Attempts','2'),(10934,2565,'ClientIP','\"109.86.15.95\"'),(10935,2565,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(10936,2565,'CurrentUserID','0'),(10937,2566,'Attempts','1'),(10938,2566,'ClientIP','\"109.86.15.95\"'),(10939,2566,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(10940,2566,'CurrentUserID','0'),(10941,2567,'Attempts','2'),(10942,2567,'ClientIP','\"109.86.15.95\"'),(10943,2567,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(10944,2567,'CurrentUserID','0'),(10945,2568,'Attempts','2'),(10946,2568,'ClientIP','\"94.190.40.73\"'),(10947,2568,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(10948,2568,'CurrentUserID','0'),(10949,2569,'Attempts','1'),(10950,2569,'ClientIP','\"178.137.160.226\"'),(10951,2569,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(10952,2569,'CurrentUserID','0'),(10953,2570,'Attempts','2'),(10954,2570,'ClientIP','\"94.190.40.73\"'),(10955,2570,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(10956,2570,'CurrentUserID','0'),(10957,2571,'Attempts','2'),(10958,2571,'ClientIP','\"109.86.15.95\"'),(10959,2571,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(10960,2571,'CurrentUserID','0'),(10961,2572,'Attempts','\"10+\"'),(10962,2572,'ClientIP','\"5.39.34.108\"'),(10963,2572,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(10964,2572,'CurrentUserID','0'),(10965,2573,'Attempts','2'),(10966,2573,'ClientIP','\"109.86.15.95\"'),(10967,2573,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(10968,2573,'CurrentUserID','0'),(10969,2574,'Attempts','\"10+\"'),(10970,2574,'Username','\"wsaaus15\"'),(10971,2574,'CurrentUserRoles','[\"administrator\"]'),(10972,2574,'ClientIP','\"103.53.225.47\"'),(10973,2574,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko\\/20100101 Firefox\\/18.0\"'),(10974,2575,'Attempts','2'),(10975,2576,'Attempts','1'),(10976,2575,'ClientIP','\"178.137.160.226\"'),(10977,2576,'ClientIP','\"178.137.160.226\"'),(10978,2575,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/30.0.1599.17 Safari\\/537.36\"'),(10979,2576,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(10980,2575,'CurrentUserID','0'),(10981,2576,'CurrentUserID','0'),(10982,2577,'Attempts','\"10+\"'),(10983,2577,'ClientIP','\"5.39.34.108\"'),(10984,2577,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(10985,2577,'CurrentUserID','0'),(10986,2578,'Attempts','1'),(10987,2578,'ClientIP','\"109.86.15.95\"'),(10988,2578,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(10989,2578,'CurrentUserID','0'),(10990,2579,'Attempts','1'),(10991,2579,'ClientIP','\"190.104.229.86\"'),(10992,2579,'UserAgent','\"\"'),(10993,2579,'CurrentUserID','0'),(10994,2580,'Attempts','1'),(10995,2580,'ClientIP','\"213.64.17.205\"'),(10996,2580,'UserAgent','\"\"'),(10997,2580,'CurrentUserID','0'),(10998,2581,'Attempts','1'),(10999,2581,'ClientIP','\"190.17.186.55\"'),(11000,2581,'UserAgent','\"\"'),(11001,2581,'CurrentUserID','0'),(11002,2582,'Attempts','1'),(11003,2582,'ClientIP','\"85.187.177.243\"'),(11004,2582,'UserAgent','\"\"'),(11005,2582,'CurrentUserID','0'),(11006,2583,'Attempts','2'),(11007,2583,'ClientIP','\"109.86.15.95\"'),(11008,2583,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(11009,2583,'CurrentUserID','0'),(11010,2584,'Attempts','1'),(11011,2584,'ClientIP','\"24.201.188.21\"'),(11012,2584,'UserAgent','\"\"'),(11013,2584,'CurrentUserID','0'),(11014,2585,'Attempts','1'),(11015,2585,'ClientIP','\"103.240.32.22\"'),(11016,2585,'UserAgent','\"\"'),(11017,2585,'CurrentUserID','0'),(11018,2586,'Attempts','1'),(11019,2586,'ClientIP','\"92.81.176.230\"'),(11020,2586,'UserAgent','\"\"'),(11021,2586,'CurrentUserID','0'),(11022,2587,'Attempts','6'),(11023,2587,'ClientIP','\"5.39.34.108\"'),(11024,2587,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(11025,2587,'CurrentUserID','0'),(11026,2588,'Attempts','1'),(11027,2588,'ClientIP','\"84.232.53.84\"'),(11028,2588,'UserAgent','\"\"'),(11029,2588,'CurrentUserID','0'),(11030,2589,'Attempts','1'),(11031,2589,'ClientIP','\"109.98.213.35\"'),(11032,2589,'UserAgent','\"\"'),(11033,2589,'CurrentUserID','0'),(11034,2590,'Attempts','1'),(11035,2590,'ClientIP','\"36.84.64.37\"'),(11036,2590,'UserAgent','\"\"'),(11037,2590,'CurrentUserID','0'),(11038,2591,'Attempts','1'),(11039,2591,'ClientIP','\"109.97.95.77\"'),(11040,2591,'UserAgent','\"\"'),(11041,2591,'CurrentUserID','0'),(11042,2592,'Attempts','1'),(11043,2592,'ClientIP','\"78.131.63.123\"'),(11044,2592,'UserAgent','\"\"'),(11045,2592,'CurrentUserID','0'),(11046,2593,'Attempts','1'),(11047,2593,'ClientIP','\"210.195.182.253\"'),(11048,2593,'UserAgent','\"\"'),(11049,2593,'CurrentUserID','0'),(11050,2594,'Attempts','1'),(11051,2594,'ClientIP','\"103.249.240.196\"'),(11052,2594,'UserAgent','\"\"'),(11053,2594,'CurrentUserID','0'),(11054,2595,'Attempts','1'),(11055,2595,'ClientIP','\"103.228.251.69\"'),(11056,2595,'UserAgent','\"\"'),(11057,2595,'CurrentUserID','0'),(11058,2596,'Attempts','1'),(11059,2596,'ClientIP','\"187.109.230.134\"'),(11060,2596,'UserAgent','\"\"'),(11061,2596,'CurrentUserID','0'),(11062,2597,'Attempts','1'),(11063,2597,'ClientIP','\"113.160.111.28\"'),(11064,2597,'UserAgent','\"\"'),(11065,2597,'CurrentUserID','0'),(11066,2598,'Attempts','1'),(11067,2598,'ClientIP','\"207.204.121.223\"'),(11068,2598,'UserAgent','\"\"'),(11069,2598,'CurrentUserID','0'),(11070,2599,'Attempts','1'),(11071,2599,'ClientIP','\"78.88.42.86\"'),(11072,2599,'UserAgent','\"\"'),(11073,2599,'CurrentUserID','0'),(11074,2600,'Attempts','1'),(11075,2600,'ClientIP','\"92.232.109.166\"'),(11076,2600,'UserAgent','\"\"'),(11077,2600,'CurrentUserID','0'),(11078,2601,'Attempts','1'),(11079,2601,'ClientIP','\"79.118.45.190\"'),(11080,2601,'UserAgent','\"\"'),(11081,2601,'CurrentUserID','0'),(11082,2602,'Attempts','1'),(11083,2602,'ClientIP','\"178.220.56.169\"'),(11084,2602,'UserAgent','\"\"'),(11085,2602,'CurrentUserID','0'),(11086,2603,'Attempts','2'),(11087,2603,'ClientIP','\"88.188.154.239\"'),(11088,2603,'UserAgent','\"\"'),(11089,2603,'CurrentUserID','0'),(11090,2604,'Attempts','1'),(11091,2604,'ClientIP','\"58.225.47.121\"'),(11092,2604,'UserAgent','\"\"'),(11093,2604,'CurrentUserID','0'),(11094,2605,'Attempts','1'),(11095,2605,'ClientIP','\"178.79.34.73\"'),(11096,2605,'UserAgent','\"\"'),(11097,2605,'CurrentUserID','0'),(11098,2606,'Attempts','1'),(11099,2606,'ClientIP','\"124.248.169.244\"'),(11100,2606,'UserAgent','\"\"'),(11101,2606,'CurrentUserID','0'),(11102,2607,'Attempts','1'),(11103,2607,'ClientIP','\"181.229.208.157\"'),(11104,2607,'UserAgent','\"\"'),(11105,2607,'CurrentUserID','0'),(11106,2608,'Attempts','1'),(11107,2608,'ClientIP','\"146.200.72.95\"'),(11108,2608,'UserAgent','\"\"'),(11109,2608,'CurrentUserID','0'),(11110,2609,'Attempts','1'),(11111,2609,'ClientIP','\"190.204.205.50\"'),(11112,2609,'UserAgent','\"\"'),(11113,2609,'CurrentUserID','0'),(11114,2610,'Attempts','1'),(11115,2610,'ClientIP','\"190.101.18.173\"'),(11116,2610,'UserAgent','\"\"'),(11117,2610,'CurrentUserID','0'),(11118,2611,'Attempts','1'),(11119,2611,'ClientIP','\"62.121.99.84\"'),(11120,2611,'UserAgent','\"\"'),(11121,2611,'CurrentUserID','0'),(11122,2612,'Attempts','1'),(11123,2612,'ClientIP','\"193.77.56.233\"'),(11124,2612,'UserAgent','\"\"'),(11125,2612,'CurrentUserID','0'),(11126,2613,'Attempts','1'),(11127,2613,'ClientIP','\"212.130.99.203\"'),(11128,2613,'UserAgent','\"\"'),(11129,2613,'CurrentUserID','0'),(11130,2614,'Attempts','1'),(11131,2614,'ClientIP','\"81.37.157.252\"'),(11132,2614,'UserAgent','\"\"'),(11133,2614,'CurrentUserID','0'),(11134,2615,'Attempts','1'),(11135,2615,'ClientIP','\"197.15.13.232\"'),(11136,2615,'UserAgent','\"\"'),(11137,2615,'CurrentUserID','0'),(11138,2616,'Attempts','1'),(11139,2616,'ClientIP','\"190.98.229.178\"'),(11140,2616,'UserAgent','\"\"'),(11141,2616,'CurrentUserID','0'),(11142,2617,'Attempts','1'),(11143,2617,'ClientIP','\"123.143.121.237\"'),(11144,2617,'UserAgent','\"\"'),(11145,2617,'CurrentUserID','0'),(11146,2618,'Attempts','1'),(11147,2618,'ClientIP','\"188.26.236.7\"'),(11148,2618,'UserAgent','\"\"'),(11149,2618,'CurrentUserID','0'),(11150,2619,'Attempts','1'),(11151,2619,'ClientIP','\"197.207.121.234\"'),(11152,2619,'UserAgent','\"\"'),(11153,2619,'CurrentUserID','0'),(11154,2620,'Attempts','1'),(11155,2620,'ClientIP','\"92.97.96.19\"'),(11156,2620,'UserAgent','\"\"'),(11157,2620,'CurrentUserID','0'),(11158,2621,'Attempts','1'),(11159,2621,'ClientIP','\"171.4.249.60\"'),(11160,2621,'UserAgent','\"\"'),(11161,2621,'CurrentUserID','0'),(11162,2622,'Attempts','1'),(11163,2622,'ClientIP','\"77.253.157.100\"'),(11164,2622,'UserAgent','\"\"'),(11165,2622,'CurrentUserID','0'),(11166,2623,'Attempts','1'),(11167,2623,'ClientIP','\"46.116.127.232\"'),(11168,2623,'UserAgent','\"\"'),(11169,2623,'CurrentUserID','0'),(11170,2624,'Attempts','1'),(11171,2624,'ClientIP','\"14.46.35.38\"'),(11172,2624,'UserAgent','\"\"'),(11173,2624,'CurrentUserID','0'),(11174,2625,'Attempts','1'),(11175,2625,'Username','\"pgmarshall@pgmarshall.net\"'),(11176,2625,'CurrentUserRoles','[\"administrator\"]'),(11177,2625,'ClientIP','\"50.181.141.126\"'),(11178,2625,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11179,2626,'Username','\"pgmarshall@pgmarshall.net\"'),(11180,2626,'CurrentUserRoles','[\"administrator\"]'),(11181,2626,'ClientIP','\"50.181.141.126\"'),(11182,2626,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11183,2627,'PostID','303'),(11184,2627,'PostType','\"nav_menu_item\"'),(11185,2627,'PostTitle','\"\"'),(11186,2627,'ClientIP','\"50.181.141.126\"'),(11187,2627,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11188,2627,'CurrentUserID','5'),(11189,2627,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11190,2628,'PostID','304'),(11191,2628,'PostType','\"nav_menu_item\"'),(11192,2628,'PostTitle','\"\"'),(11193,2628,'ClientIP','\"50.181.141.126\"'),(11194,2628,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11195,2628,'CurrentUserID','5'),(11196,2628,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11197,2629,'PostID','305'),(11198,2629,'PostType','\"nav_menu_item\"'),(11199,2629,'PostTitle','\"\"'),(11200,2629,'ClientIP','\"50.181.141.126\"'),(11201,2629,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11202,2629,'CurrentUserID','5'),(11203,2629,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11204,2630,'PostID','306'),(11205,2630,'PostType','\"nav_menu_item\"'),(11206,2630,'PostTitle','\"\"'),(11207,2630,'ClientIP','\"50.181.141.126\"'),(11208,2630,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11209,2630,'CurrentUserID','5'),(11210,2630,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11211,2631,'Attempts','1'),(11212,2631,'ClientIP','\"82.166.6.6\"'),(11213,2631,'UserAgent','\"\"'),(11214,2631,'CurrentUserID','0'),(11215,2632,'Attempts','1'),(11216,2632,'ClientIP','\"119.192.249.44\"'),(11217,2632,'UserAgent','\"\"'),(11218,2632,'CurrentUserID','0'),(11219,2633,'Attempts','2'),(11220,2633,'ClientIP','\"109.102.148.10\"'),(11221,2633,'UserAgent','\"\"'),(11222,2633,'CurrentUserID','0'),(11223,2634,'Attempts','1'),(11224,2634,'ClientIP','\"118.211.7.250\"'),(11225,2634,'UserAgent','\"\"'),(11226,2634,'CurrentUserID','0'),(11227,2635,'Attempts','1'),(11228,2635,'ClientIP','\"188.121.208.200\"'),(11229,2635,'UserAgent','\"\"'),(11230,2635,'CurrentUserID','0'),(11231,2636,'Attempts','1'),(11232,2636,'ClientIP','\"203.82.193.66\"'),(11233,2636,'UserAgent','\"\"'),(11234,2636,'CurrentUserID','0'),(11235,2637,'Attempts','1'),(11236,2637,'ClientIP','\"31.32.211.213\"'),(11237,2637,'UserAgent','\"\"'),(11238,2637,'CurrentUserID','0'),(11239,2638,'Attempts','1'),(11240,2638,'ClientIP','\"96.32.155.140\"'),(11241,2638,'UserAgent','\"\"'),(11242,2638,'CurrentUserID','0'),(11243,2639,'Attempts','1'),(11244,2639,'ClientIP','\"75.149.202.132\"'),(11245,2639,'UserAgent','\"\"'),(11246,2639,'CurrentUserID','0'),(11247,2640,'Attempts','1'),(11248,2640,'ClientIP','\"109.64.183.210\"'),(11249,2640,'UserAgent','\"\"'),(11250,2640,'CurrentUserID','0'),(11251,2641,'Attempts','1'),(11252,2641,'ClientIP','\"111.94.226.201\"'),(11253,2641,'UserAgent','\"\"'),(11254,2641,'CurrentUserID','0'),(11255,2642,'Attempts','1'),(11256,2642,'ClientIP','\"77.46.185.164\"'),(11257,2642,'UserAgent','\"\"'),(11258,2642,'CurrentUserID','0'),(11259,2643,'Attempts','1'),(11260,2643,'ClientIP','\"61.230.51.25\"'),(11261,2643,'UserAgent','\"\"'),(11262,2643,'CurrentUserID','0'),(11263,2644,'Attempts','1'),(11264,2644,'ClientIP','\"177.86.178.133\"'),(11265,2644,'UserAgent','\"\"'),(11266,2644,'CurrentUserID','0'),(11267,2645,'Attempts','1'),(11268,2645,'ClientIP','\"188.161.9.214\"'),(11269,2645,'UserAgent','\"\"'),(11270,2645,'CurrentUserID','0'),(11271,2646,'Attempts','1'),(11272,2646,'ClientIP','\"177.98.58.178\"'),(11273,2646,'UserAgent','\"\"'),(11274,2646,'CurrentUserID','0'),(11275,2647,'Username','\"pgmarshall@pgmarshall.net\"'),(11276,2647,'CurrentUserRoles','[\"administrator\"]'),(11277,2647,'ClientIP','\"50.181.141.126\"'),(11278,2647,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11279,2648,'Username','\"pgmarshall@pgmarshall.net\"'),(11280,2648,'CurrentUserRoles','[\"administrator\"]'),(11281,2648,'ClientIP','\"50.181.141.126\"'),(11282,2648,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11283,2649,'Username','\"pgmarshall@pgmarshall.net\"'),(11284,2649,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11285,2649,'ClientIP','\"50.181.141.126\"'),(11286,2649,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11287,2650,'PostID','386'),(11288,2650,'PostType','\"page\"'),(11289,2650,'PostTitle','\"Resources\"'),(11290,2650,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=386\"'),(11291,2650,'ClientIP','\"50.181.141.126\"'),(11292,2650,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11293,2650,'CurrentUserID','5'),(11294,2650,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11295,2651,'PostID','388'),(11296,2651,'PostType','\"page\"'),(11297,2651,'PostTitle','\"Press Releases\"'),(11298,2651,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=388\"'),(11299,2651,'ClientIP','\"50.181.141.126\"'),(11300,2651,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11301,2651,'CurrentUserID','5'),(11302,2651,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11303,2652,'PostID','390'),(11304,2652,'PostType','\"page\"'),(11305,2652,'PostTitle','\"News Archive\"'),(11306,2652,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=390\"'),(11307,2652,'ClientIP','\"50.181.141.126\"'),(11308,2652,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11309,2652,'CurrentUserID','5'),(11310,2652,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11311,2653,'PostID','392'),(11312,2653,'PostType','\"page\"'),(11313,2653,'PostTitle','\"History\"'),(11314,2653,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=392\"'),(11315,2653,'ClientIP','\"50.181.141.126\"'),(11316,2653,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11317,2653,'CurrentUserID','5'),(11318,2653,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11319,2654,'PostID','394'),(11320,2654,'PostType','\"page\"'),(11321,2654,'PostTitle','\"Scholarships\\/Grants\"'),(11322,2654,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=394\"'),(11323,2654,'ClientIP','\"50.181.141.126\"'),(11324,2654,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11325,2654,'CurrentUserID','5'),(11326,2654,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11327,2655,'PostID','396'),(11328,2655,'PostType','\"page\"'),(11329,2655,'PostTitle','\"Washington Airports\"'),(11330,2655,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=396\"'),(11331,2655,'ClientIP','\"50.181.141.126\"'),(11332,2655,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11333,2655,'CurrentUserID','5'),(11334,2655,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11335,2656,'Attempts','1'),(11336,2656,'ClientIP','\"188.115.165.215\"'),(11337,2656,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(11338,2656,'CurrentUserID','0'),(11339,2657,'PostID','398'),(11340,2657,'PostType','\"page\"'),(11341,2657,'PostTitle','\"Library\"'),(11342,2657,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=398\"'),(11343,2657,'ClientIP','\"50.181.141.126\"'),(11344,2657,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11345,2657,'CurrentUserID','5'),(11346,2657,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11347,2658,'PostID','400'),(11348,2658,'PostType','\"page\"'),(11349,2658,'PostTitle','\"Associations\\/Organizations\"'),(11350,2658,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=400\"'),(11351,2658,'ClientIP','\"50.181.141.126\"'),(11352,2658,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11353,2658,'CurrentUserID','5'),(11354,2658,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11355,2659,'PostID','402'),(11356,2659,'PostType','\"page\"'),(11357,2659,'PostTitle','\"FAA\\/WSDOT Aviation\"'),(11358,2659,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=402\"'),(11359,2659,'ClientIP','\"50.181.141.126\"'),(11360,2659,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11361,2659,'CurrentUserID','5'),(11362,2659,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11363,2660,'Attempts','1'),(11364,2660,'ClientIP','\"190.167.164.150\"'),(11365,2660,'UserAgent','\"\"'),(11366,2660,'CurrentUserID','0'),(11367,2661,'PostID','394'),(11368,2661,'PostType','\"page\"'),(11369,2661,'PostTitle','\"Scholarships\\/Grants\"'),(11370,2661,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=394\"'),(11371,2661,'ClientIP','\"50.181.141.126\"'),(11372,2661,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11373,2661,'CurrentUserID','5'),(11374,2661,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11375,2662,'Attempts','1'),(11376,2662,'ClientIP','\"87.110.169.234\"'),(11377,2662,'UserAgent','\"\"'),(11378,2662,'CurrentUserID','0'),(11379,2663,'Attempts','1'),(11380,2663,'ClientIP','\"190.92.92.246\"'),(11381,2663,'UserAgent','\"\"'),(11382,2663,'CurrentUserID','0'),(11383,2664,'Attempts','1'),(11384,2664,'ClientIP','\"174.117.107.123\"'),(11385,2664,'UserAgent','\"\"'),(11386,2664,'CurrentUserID','0'),(11387,2665,'Attempts','1'),(11388,2665,'ClientIP','\"61.224.181.183\"'),(11389,2665,'UserAgent','\"\"'),(11390,2665,'CurrentUserID','0'),(11391,2666,'Attempts','1'),(11392,2666,'ClientIP','\"162.192.81.42\"'),(11393,2666,'UserAgent','\"\"'),(11394,2666,'CurrentUserID','0'),(11395,2667,'Attempts','1'),(11396,2667,'ClientIP','\"2.235.98.71\"'),(11397,2667,'UserAgent','\"\"'),(11398,2667,'CurrentUserID','0'),(11399,2668,'Attempts','1'),(11400,2668,'ClientIP','\"5.22.129.200\"'),(11401,2668,'UserAgent','\"\"'),(11402,2668,'CurrentUserID','0'),(11403,2669,'Attempts','1'),(11404,2669,'ClientIP','\"94.123.234.101\"'),(11405,2669,'UserAgent','\"\"'),(11406,2669,'CurrentUserID','0'),(11407,2670,'Attempts','1'),(11408,2670,'ClientIP','\"109.98.216.65\"'),(11409,2670,'UserAgent','\"\"'),(11410,2670,'CurrentUserID','0'),(11411,2671,'PostID','396'),(11412,2671,'PostType','\"page\"'),(11413,2671,'PostTitle','\"Washington Airports\"'),(11414,2671,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=396\"'),(11415,2671,'ClientIP','\"50.181.141.126\"'),(11416,2671,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11417,2671,'CurrentUserID','5'),(11418,2671,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11419,2672,'Attempts','9'),(11420,2672,'ClientIP','\"188.115.165.215\"'),(11421,2672,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(11422,2672,'CurrentUserID','0'),(11423,2673,'Attempts','1'),(11424,2673,'ClientIP','\"77.127.233.159\"'),(11425,2673,'UserAgent','\"\"'),(11426,2673,'CurrentUserID','0'),(11427,2674,'Attempts','1'),(11428,2674,'ClientIP','\"92.140.108.86\"'),(11429,2674,'UserAgent','\"\"'),(11430,2674,'CurrentUserID','0'),(11431,2675,'PostID','400'),(11432,2675,'PostType','\"page\"'),(11433,2675,'PostTitle','\"Associations\\/Organizations\"'),(11434,2675,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=400\"'),(11435,2675,'ClientIP','\"50.181.141.126\"'),(11436,2675,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11437,2675,'CurrentUserID','5'),(11438,2675,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11439,2676,'Attempts','1'),(11440,2676,'ClientIP','\"31.32.211.213\"'),(11441,2676,'UserAgent','\"\"'),(11442,2676,'CurrentUserID','0'),(11443,2677,'PostID','402'),(11444,2677,'PostType','\"page\"'),(11445,2677,'PostTitle','\"FAA\\/WSDOT Aviation\"'),(11446,2677,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=402\"'),(11447,2677,'ClientIP','\"50.181.141.126\"'),(11448,2677,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11449,2677,'CurrentUserID','5'),(11450,2677,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11451,2678,'AttachmentID','420'),(11452,2678,'FileName','\"Why-Effective-Airport-Management-is-Essential.pdf\"'),(11453,2678,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/07\"'),(11454,2678,'ClientIP','\"50.181.141.126\"'),(11455,2678,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11456,2678,'CurrentUserID','5'),(11457,2678,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11458,2679,'PostID','398'),(11459,2679,'PostType','\"page\"'),(11460,2679,'PostTitle','\"Library\"'),(11461,2679,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=398\"'),(11462,2679,'ClientIP','\"50.181.141.126\"'),(11463,2679,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11464,2679,'CurrentUserID','5'),(11465,2679,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11466,2680,'PostID','398'),(11467,2680,'PostType','\"page\"'),(11468,2680,'PostTitle','\"Library\"'),(11469,2680,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=398\"'),(11470,2680,'ClientIP','\"50.181.141.126\"'),(11471,2680,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11472,2680,'CurrentUserID','5'),(11473,2680,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11474,2681,'Attempts','1'),(11475,2681,'ClientIP','\"105.157.169.22\"'),(11476,2681,'UserAgent','\"\"'),(11477,2681,'CurrentUserID','0'),(11478,2682,'PostID','398'),(11479,2682,'PostType','\"page\"'),(11480,2682,'PostTitle','\"Library\"'),(11481,2682,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=398\"'),(11482,2682,'ClientIP','\"50.181.141.126\"'),(11483,2682,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11484,2682,'CurrentUserID','5'),(11485,2682,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11486,2683,'Attempts','2'),(11487,2683,'ClientIP','\"178.132.218.110\"'),(11488,2683,'UserAgent','\"\"'),(11489,2683,'CurrentUserID','0'),(11490,2684,'PostID','398'),(11491,2684,'PostType','\"page\"'),(11492,2684,'PostTitle','\"Library\"'),(11493,2684,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=398\"'),(11494,2684,'ClientIP','\"50.181.141.126\"'),(11495,2684,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11496,2684,'CurrentUserID','5'),(11497,2684,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11498,2685,'PostID','398'),(11499,2685,'PostType','\"page\"'),(11500,2685,'PostTitle','\"Library\"'),(11501,2685,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=398\"'),(11502,2685,'ClientIP','\"50.181.141.126\"'),(11503,2685,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11504,2685,'CurrentUserID','5'),(11505,2685,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11506,2686,'PostID','398'),(11507,2686,'PostType','\"page\"'),(11508,2686,'PostTitle','\"Library\"'),(11509,2686,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=398\"'),(11510,2686,'ClientIP','\"50.181.141.126\"'),(11511,2686,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11512,2686,'CurrentUserID','5'),(11513,2686,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11514,2687,'Attempts','1'),(11515,2687,'ClientIP','\"186.150.157.71\"'),(11516,2687,'UserAgent','\"\"'),(11517,2687,'CurrentUserID','0'),(11518,2688,'PostID','398'),(11519,2688,'PostType','\"page\"'),(11520,2688,'PostTitle','\"Library\"'),(11521,2688,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=398\"'),(11522,2688,'ClientIP','\"50.181.141.126\"'),(11523,2688,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11524,2688,'CurrentUserID','5'),(11525,2688,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11526,2689,'Attempts','1'),(11527,2689,'ClientIP','\"216.232.201.249\"'),(11528,2689,'UserAgent','\"\"'),(11529,2689,'CurrentUserID','0'),(11530,2690,'Attempts','1'),(11531,2690,'ClientIP','\"75.135.158.107\"'),(11532,2690,'UserAgent','\"\"'),(11533,2690,'CurrentUserID','0'),(11534,2691,'Attempts','1'),(11535,2691,'ClientIP','\"94.206.145.27\"'),(11536,2691,'UserAgent','\"\"'),(11537,2691,'CurrentUserID','0'),(11538,2692,'PostID','398'),(11539,2692,'PostType','\"page\"'),(11540,2692,'PostTitle','\"Library\"'),(11541,2692,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=398\"'),(11542,2692,'ClientIP','\"50.181.141.126\"'),(11543,2692,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11544,2692,'CurrentUserID','5'),(11545,2692,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11546,2693,'AttachmentID','430'),(11547,2693,'FileName','\"Newsbrief-WSAA-Formation.docx\"'),(11548,2693,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/07\"'),(11549,2693,'ClientIP','\"50.181.141.126\"'),(11550,2693,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11551,2693,'CurrentUserID','5'),(11552,2693,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11553,2694,'PostID','392'),(11554,2694,'PostType','\"page\"'),(11555,2694,'PostTitle','\"History\"'),(11556,2694,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=392\"'),(11557,2694,'ClientIP','\"50.181.141.126\"'),(11558,2694,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11559,2694,'CurrentUserID','5'),(11560,2694,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11561,2695,'PostID','392'),(11562,2695,'PostType','\"page\"'),(11563,2695,'PostTitle','\"History\"'),(11564,2695,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=392\"'),(11565,2695,'ClientIP','\"50.181.141.126\"'),(11566,2695,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11567,2695,'CurrentUserID','5'),(11568,2695,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11569,2696,'Attempts','1'),(11570,2696,'ClientIP','\"178.137.160.226\"'),(11571,2696,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(11572,2696,'CurrentUserID','0'),(11573,2697,'AttachmentID','433'),(11574,2697,'FileName','\"Newsbrief-WSAA-Formation.pdf\"'),(11575,2697,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/07\"'),(11576,2697,'ClientIP','\"50.181.141.126\"'),(11577,2697,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11578,2697,'CurrentUserID','5'),(11579,2697,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11580,2698,'AttachmentID','430'),(11581,2698,'FileName','\"Newsbrief-WSAA-Formation.docx\"'),(11582,2698,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/07\"'),(11583,2698,'ClientIP','\"50.181.141.126\"'),(11584,2698,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11585,2698,'CurrentUserID','5'),(11586,2698,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11587,2699,'PostID','392'),(11588,2699,'PostType','\"page\"'),(11589,2699,'PostTitle','\"History\"'),(11590,2699,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=392\"'),(11591,2699,'ClientIP','\"50.181.141.126\"'),(11592,2699,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11593,2699,'CurrentUserID','5'),(11594,2699,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11595,2700,'Attempts','1'),(11596,2700,'ClientIP','\"175.143.209.24\"'),(11597,2700,'UserAgent','\"\"'),(11598,2700,'CurrentUserID','0'),(11599,2701,'Attempts','1'),(11600,2701,'ClientIP','\"87.58.147.33\"'),(11601,2701,'UserAgent','\"\"'),(11602,2701,'CurrentUserID','0'),(11603,2702,'Attempts','1'),(11604,2702,'ClientIP','\"121.30.176.139\"'),(11605,2702,'UserAgent','\"\"'),(11606,2702,'CurrentUserID','0'),(11607,2703,'Attempts','1'),(11608,2703,'ClientIP','\"175.202.185.45\"'),(11609,2703,'UserAgent','\"\"'),(11610,2703,'CurrentUserID','0'),(11611,2704,'Attempts','1'),(11612,2704,'ClientIP','\"79.184.186.164\"'),(11613,2704,'UserAgent','\"\"'),(11614,2704,'CurrentUserID','0'),(11615,2705,'Attempts','2'),(11616,2705,'ClientIP','\"84.108.100.245\"'),(11617,2705,'UserAgent','\"\"'),(11618,2705,'CurrentUserID','0'),(11619,2706,'Attempts','1'),(11620,2706,'ClientIP','\"116.34.188.63\"'),(11621,2706,'UserAgent','\"\"'),(11622,2706,'CurrentUserID','0'),(11623,2707,'Attempts','1'),(11624,2707,'ClientIP','\"197.15.9.159\"'),(11625,2707,'UserAgent','\"\"'),(11626,2707,'CurrentUserID','0'),(11627,2708,'Attempts','1'),(11628,2708,'ClientIP','\"118.223.224.163\"'),(11629,2708,'UserAgent','\"\"'),(11630,2708,'CurrentUserID','0'),(11631,2709,'Attempts','1'),(11632,2709,'ClientIP','\"180.234.118.193\"'),(11633,2709,'UserAgent','\"\"'),(11634,2709,'CurrentUserID','0'),(11635,2710,'Attempts','1'),(11636,2710,'ClientIP','\"77.29.36.17\"'),(11637,2710,'UserAgent','\"\"'),(11638,2710,'CurrentUserID','0'),(11639,2711,'Attempts','1'),(11640,2711,'ClientIP','\"103.25.0.202\"'),(11641,2711,'UserAgent','\"\"'),(11642,2711,'CurrentUserID','0'),(11643,2712,'Attempts','1'),(11644,2712,'ClientIP','\"80.36.112.122\"'),(11645,2712,'UserAgent','\"\"'),(11646,2712,'CurrentUserID','0'),(11647,2713,'Attempts','1'),(11648,2713,'ClientIP','\"103.242.219.39\"'),(11649,2713,'UserAgent','\"\"'),(11650,2713,'CurrentUserID','0'),(11651,2714,'Attempts','1'),(11652,2714,'ClientIP','\"87.120.193.195\"'),(11653,2714,'UserAgent','\"\"'),(11654,2714,'CurrentUserID','0'),(11655,2715,'Attempts','1'),(11656,2715,'ClientIP','\"79.119.76.169\"'),(11657,2715,'UserAgent','\"\"'),(11658,2715,'CurrentUserID','0'),(11659,2716,'Attempts','1'),(11660,2716,'ClientIP','\"89.123.228.93\"'),(11661,2716,'UserAgent','\"\"'),(11662,2716,'CurrentUserID','0'),(11663,2717,'Attempts','2'),(11664,2717,'ClientIP','\"109.86.15.95\"'),(11665,2717,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(11666,2717,'CurrentUserID','0'),(11667,2718,'Attempts','1'),(11668,2718,'ClientIP','\"146.200.72.95\"'),(11669,2718,'UserAgent','\"\"'),(11670,2718,'CurrentUserID','0'),(11671,2719,'Attempts','1'),(11672,2719,'ClientIP','\"175.139.47.143\"'),(11673,2719,'UserAgent','\"\"'),(11674,2719,'CurrentUserID','0'),(11675,2720,'Attempts','1'),(11676,2720,'ClientIP','\"83.10.108.204\"'),(11677,2720,'UserAgent','\"\"'),(11678,2720,'CurrentUserID','0'),(11679,2721,'Attempts','1'),(11680,2721,'ClientIP','\"193.77.56.233\"'),(11681,2721,'UserAgent','\"\"'),(11682,2721,'CurrentUserID','0'),(11683,2722,'Attempts','1'),(11684,2722,'ClientIP','\"79.114.217.84\"'),(11685,2722,'UserAgent','\"\"'),(11686,2722,'CurrentUserID','0'),(11687,2723,'Attempts','1'),(11688,2723,'ClientIP','\"39.32.49.127\"'),(11689,2723,'UserAgent','\"\"'),(11690,2723,'CurrentUserID','0'),(11691,2724,'Attempts','1'),(11692,2724,'ClientIP','\"81.161.60.193\"'),(11693,2724,'UserAgent','\"\"'),(11694,2724,'CurrentUserID','0'),(11695,2725,'Attempts','1'),(11696,2725,'ClientIP','\"177.98.57.160\"'),(11697,2725,'UserAgent','\"\"'),(11698,2725,'CurrentUserID','0'),(11699,2726,'Attempts','1'),(11700,2726,'ClientIP','\"197.87.44.243\"'),(11701,2726,'UserAgent','\"\"'),(11702,2726,'CurrentUserID','0'),(11703,2727,'Attempts','1'),(11704,2727,'ClientIP','\"79.114.141.216\"'),(11705,2727,'UserAgent','\"\"'),(11706,2727,'CurrentUserID','0'),(11707,2728,'Attempts','1'),(11708,2728,'ClientIP','\"178.222.65.216\"'),(11709,2728,'UserAgent','\"\"'),(11710,2728,'CurrentUserID','0'),(11711,2729,'Attempts','1'),(11712,2729,'ClientIP','\"180.251.203.132\"'),(11713,2729,'UserAgent','\"\"'),(11714,2729,'CurrentUserID','0'),(11715,2730,'Attempts','1'),(11716,2730,'ClientIP','\"77.28.7.179\"'),(11717,2730,'UserAgent','\"\"'),(11718,2730,'CurrentUserID','0'),(11719,2731,'Attempts','1'),(11720,2731,'ClientIP','\"178.235.244.91\"'),(11721,2731,'UserAgent','\"\"'),(11722,2731,'CurrentUserID','0'),(11723,2732,'Attempts','1'),(11724,2732,'ClientIP','\"178.79.34.73\"'),(11725,2732,'UserAgent','\"\"'),(11726,2732,'CurrentUserID','0'),(11727,2733,'Attempts','1'),(11728,2733,'ClientIP','\"218.22.21.14\"'),(11729,2733,'UserAgent','\"\"'),(11730,2733,'CurrentUserID','0'),(11731,2734,'Attempts','1'),(11732,2734,'ClientIP','\"124.150.71.25\"'),(11733,2734,'UserAgent','\"\"'),(11734,2734,'CurrentUserID','0'),(11735,2735,'Attempts','1'),(11736,2735,'ClientIP','\"58.140.207.225\"'),(11737,2735,'UserAgent','\"\"'),(11738,2735,'CurrentUserID','0'),(11739,2736,'Attempts','1'),(11740,2736,'ClientIP','\"212.156.56.62\"'),(11741,2736,'UserAgent','\"\"'),(11742,2736,'CurrentUserID','0'),(11743,2737,'Attempts','1'),(11744,2737,'ClientIP','\"2.50.173.65\"'),(11745,2737,'UserAgent','\"\"'),(11746,2737,'CurrentUserID','0'),(11747,2738,'Attempts','1'),(11748,2738,'ClientIP','\"92.84.243.254\"'),(11749,2738,'UserAgent','\"\"'),(11750,2738,'CurrentUserID','0'),(11751,2739,'Attempts','1'),(11752,2739,'ClientIP','\"5.29.169.148\"'),(11753,2739,'UserAgent','\"\"'),(11754,2739,'CurrentUserID','0'),(11755,2740,'Attempts','1'),(11756,2740,'ClientIP','\"180.252.244.41\"'),(11757,2740,'UserAgent','\"\"'),(11758,2740,'CurrentUserID','0'),(11759,2741,'Attempts','1'),(11760,2741,'ClientIP','\"85.102.122.178\"'),(11761,2741,'UserAgent','\"\"'),(11762,2741,'CurrentUserID','0'),(11763,2742,'Attempts','1'),(11764,2742,'ClientIP','\"84.21.123.57\"'),(11765,2742,'UserAgent','\"\"'),(11766,2742,'CurrentUserID','0'),(11767,2743,'Attempts','1'),(11768,2743,'ClientIP','\"188.26.131.76\"'),(11769,2743,'UserAgent','\"\"'),(11770,2743,'CurrentUserID','0'),(11771,2744,'Attempts','\"10+\"'),(11772,2744,'ClientIP','\"158.181.193.93\"'),(11773,2744,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(11774,2744,'CurrentUserID','0'),(11775,2745,'Attempts','1'),(11776,2745,'ClientIP','\"46.217.186.251\"'),(11777,2745,'UserAgent','\"\"'),(11778,2745,'CurrentUserID','0'),(11779,2746,'Attempts','1'),(11780,2746,'ClientIP','\"121.151.134.230\"'),(11781,2746,'UserAgent','\"\"'),(11782,2746,'CurrentUserID','0'),(11783,2747,'Attempts','\"10+\"'),(11784,2747,'ClientIP','\"151.237.146.10\"'),(11785,2747,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(11786,2747,'CurrentUserID','0'),(11787,2748,'Attempts','1'),(11788,2748,'ClientIP','\"93.126.159.186\"'),(11789,2748,'UserAgent','\"\"'),(11790,2748,'CurrentUserID','0'),(11791,2749,'Attempts','1'),(11792,2749,'ClientIP','\"89.68.194.8\"'),(11793,2749,'UserAgent','\"\"'),(11794,2749,'CurrentUserID','0'),(11795,2750,'Attempts','1'),(11796,2750,'ClientIP','\"109.98.213.35\"'),(11797,2750,'UserAgent','\"\"'),(11798,2750,'CurrentUserID','0'),(11799,2751,'Attempts','\"10+\"'),(11800,2751,'ClientIP','\"191.35.167.156\"'),(11801,2751,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(11802,2751,'CurrentUserID','0'),(11803,2752,'Attempts','1'),(11804,2752,'ClientIP','\"108.53.175.160\"'),(11805,2752,'UserAgent','\"\"'),(11806,2752,'CurrentUserID','0'),(11807,2753,'Attempts','1'),(11808,2753,'ClientIP','\"179.187.2.19\"'),(11809,2753,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(11810,2753,'CurrentUserID','0'),(11811,2754,'Attempts','2'),(11812,2754,'ClientIP','\"78.131.63.123\"'),(11813,2754,'UserAgent','\"\"'),(11814,2754,'CurrentUserID','0'),(11815,2755,'Attempts','1'),(11816,2755,'ClientIP','\"87.69.160.196\"'),(11817,2755,'UserAgent','\"\"'),(11818,2755,'CurrentUserID','0'),(11819,2756,'Attempts','1'),(11820,2756,'ClientIP','\"39.44.91.221\"'),(11821,2756,'UserAgent','\"\"'),(11822,2756,'CurrentUserID','0'),(11823,2757,'Attempts','1'),(11824,2757,'ClientIP','\"78.56.30.210\"'),(11825,2757,'UserAgent','\"\"'),(11826,2757,'CurrentUserID','0'),(11827,2758,'Attempts','1'),(11828,2758,'ClientIP','\"109.130.16.146\"'),(11829,2758,'UserAgent','\"\"'),(11830,2758,'CurrentUserID','0'),(11831,2759,'Attempts','1'),(11832,2759,'Username','\"pgmarshall@pgmarshall.net\"'),(11833,2759,'CurrentUserRoles','[\"administrator\"]'),(11834,2759,'ClientIP','\"50.181.141.126\"'),(11835,2759,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11836,2760,'Username','\"pgmarshall@pgmarshall.net\"'),(11837,2760,'CurrentUserRoles','[\"administrator\"]'),(11838,2760,'ClientIP','\"50.181.141.126\"'),(11839,2760,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11840,2761,'Attempts','2'),(11841,2761,'ClientIP','\"82.208.242.241\"'),(11842,2761,'UserAgent','\"\"'),(11843,2761,'CurrentUserID','0'),(11844,2762,'Attempts','1'),(11845,2762,'ClientIP','\"131.221.84.4\"'),(11846,2762,'UserAgent','\"\"'),(11847,2762,'CurrentUserID','0'),(11848,2763,'Attempts','1'),(11849,2763,'ClientIP','\"89.39.126.250\"'),(11850,2763,'UserAgent','\"\"'),(11851,2763,'CurrentUserID','0'),(11852,2764,'Attempts','1'),(11853,2764,'ClientIP','\"82.146.26.215\"'),(11854,2764,'UserAgent','\"\"'),(11855,2764,'CurrentUserID','0'),(11856,2765,'Attempts','1'),(11857,2765,'ClientIP','\"78.99.151.223\"'),(11858,2765,'UserAgent','\"\"'),(11859,2765,'CurrentUserID','0'),(11860,2766,'Attempts','1'),(11861,2766,'ClientIP','\"83.251.8.219\"'),(11862,2766,'UserAgent','\"\"'),(11863,2766,'CurrentUserID','0'),(11864,2767,'Attempts','1'),(11865,2767,'ClientIP','\"173.179.32.208\"'),(11866,2767,'UserAgent','\"\"'),(11867,2767,'CurrentUserID','0'),(11868,2768,'Attempts','1'),(11869,2768,'ClientIP','\"86.99.92.234\"'),(11870,2768,'UserAgent','\"\"'),(11871,2768,'CurrentUserID','0'),(11872,2769,'Attempts','1'),(11873,2769,'ClientIP','\"79.178.180.215\"'),(11874,2769,'UserAgent','\"\"'),(11875,2769,'CurrentUserID','0'),(11876,2770,'Username','\"pgmarshall@pgmarshall.net\"'),(11877,2770,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(11878,2770,'ClientIP','\"50.181.141.126\"'),(11879,2770,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(11880,2771,'Attempts','1'),(11881,2771,'ClientIP','\"93.143.157.75\"'),(11882,2771,'UserAgent','\"\"'),(11883,2771,'CurrentUserID','0'),(11884,2772,'Attempts','1'),(11885,2772,'ClientIP','\"109.72.59.140\"'),(11886,2772,'UserAgent','\"\"'),(11887,2772,'CurrentUserID','0'),(11888,2773,'Attempts','1'),(11889,2773,'ClientIP','\"37.132.17.132\"'),(11890,2773,'UserAgent','\"\"'),(11891,2773,'CurrentUserID','0'),(11892,2774,'Attempts','1'),(11893,2774,'ClientIP','\"212.3.173.168\"'),(11894,2774,'UserAgent','\"\"'),(11895,2774,'CurrentUserID','0'),(11896,2775,'Attempts','1'),(11897,2775,'ClientIP','\"188.27.198.108\"'),(11898,2775,'UserAgent','\"\"'),(11899,2775,'CurrentUserID','0'),(11900,2776,'Attempts','1'),(11901,2776,'ClientIP','\"108.183.117.200\"'),(11902,2776,'UserAgent','\"\"'),(11903,2776,'CurrentUserID','0'),(11904,2777,'Attempts','1'),(11905,2777,'ClientIP','\"105.229.122.17\"'),(11906,2777,'UserAgent','\"\"'),(11907,2777,'CurrentUserID','0'),(11908,2778,'Attempts','1'),(11909,2778,'ClientIP','\"115.186.65.146\"'),(11910,2778,'UserAgent','\"\"'),(11911,2778,'CurrentUserID','0'),(11912,2779,'Attempts','3'),(11913,2779,'ClientIP','\"188.115.165.215\"'),(11914,2779,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(11915,2779,'CurrentUserID','0'),(11916,2780,'Attempts','1'),(11917,2780,'ClientIP','\"121.170.212.222\"'),(11918,2780,'UserAgent','\"\"'),(11919,2780,'CurrentUserID','0'),(11920,2781,'Attempts','1'),(11921,2781,'ClientIP','\"142.166.199.115\"'),(11922,2781,'UserAgent','\"\"'),(11923,2781,'CurrentUserID','0'),(11924,2782,'Attempts','1'),(11925,2782,'ClientIP','\"171.224.64.35\"'),(11926,2782,'UserAgent','\"\"'),(11927,2782,'CurrentUserID','0'),(11928,2783,'Attempts','1'),(11929,2783,'ClientIP','\"5.22.130.169\"'),(11930,2783,'UserAgent','\"\"'),(11931,2783,'CurrentUserID','0'),(11932,2784,'Attempts','1'),(11933,2785,'Attempts','1'),(11934,2784,'ClientIP','\"178.137.160.226\"'),(11935,2785,'ClientIP','\"178.137.160.226\"'),(11936,2784,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\"'),(11937,2785,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\"'),(11938,2784,'CurrentUserID','0'),(11939,2785,'CurrentUserID','0'),(11940,2786,'Attempts','1'),(11941,2786,'ClientIP','\"202.44.228.42\"'),(11942,2786,'UserAgent','\"\"'),(11943,2786,'CurrentUserID','0'),(11944,2787,'Attempts','1'),(11945,2787,'ClientIP','\"103.228.40.195\"'),(11946,2787,'UserAgent','\"\"'),(11947,2787,'CurrentUserID','0'),(11948,2788,'Attempts','1'),(11949,2788,'ClientIP','\"103.10.64.27\"'),(11950,2788,'UserAgent','\"\"'),(11951,2788,'CurrentUserID','0'),(11952,2789,'Attempts','2'),(11953,2789,'ClientIP','\"58.228.197.74\"'),(11954,2789,'UserAgent','\"\"'),(11955,2789,'CurrentUserID','0'),(11956,2790,'Attempts','1'),(11957,2790,'ClientIP','\"197.200.228.211\"'),(11958,2790,'UserAgent','\"\"'),(11959,2790,'CurrentUserID','0'),(11960,2791,'Attempts','1'),(11961,2791,'ClientIP','\"82.166.23.27\"'),(11962,2791,'UserAgent','\"\"'),(11963,2791,'CurrentUserID','0'),(11964,2792,'Attempts','1'),(11965,2792,'ClientIP','\"178.160.233.118\"'),(11966,2792,'UserAgent','\"\"'),(11967,2792,'CurrentUserID','0'),(11968,2793,'Attempts','2'),(11969,2793,'ClientIP','\"212.156.56.62\"'),(11970,2793,'UserAgent','\"\"'),(11971,2793,'CurrentUserID','0'),(11972,2794,'Attempts','1'),(11973,2794,'ClientIP','\"109.72.59.170\"'),(11974,2794,'UserAgent','\"\"'),(11975,2794,'CurrentUserID','0'),(11976,2795,'Attempts','1'),(11977,2795,'ClientIP','\"5.15.190.97\"'),(11978,2795,'UserAgent','\"\"'),(11979,2795,'CurrentUserID','0'),(11980,2796,'Attempts','2'),(11981,2796,'ClientIP','\"109.223.218.97\"'),(11982,2796,'UserAgent','\"\"'),(11983,2796,'CurrentUserID','0'),(11984,2797,'Attempts','1'),(11985,2797,'ClientIP','\"5.20.72.22\"'),(11986,2797,'UserAgent','\"\"'),(11987,2797,'CurrentUserID','0'),(11988,2798,'Attempts','1'),(11989,2798,'ClientIP','\"88.158.103.18\"'),(11990,2798,'UserAgent','\"\"'),(11991,2798,'CurrentUserID','0'),(11992,2799,'Attempts','1'),(11993,2799,'ClientIP','\"43.229.1.2\"'),(11994,2799,'UserAgent','\"\"'),(11995,2799,'CurrentUserID','0'),(11996,2800,'Attempts','1'),(11997,2800,'ClientIP','\"178.221.207.129\"'),(11998,2800,'UserAgent','\"\"'),(11999,2800,'CurrentUserID','0'),(12000,2801,'Attempts','1'),(12001,2801,'ClientIP','\"115.134.150.168\"'),(12002,2801,'UserAgent','\"\"'),(12003,2801,'CurrentUserID','0'),(12004,2802,'Attempts','1'),(12005,2802,'ClientIP','\"212.180.227.134\"'),(12006,2802,'UserAgent','\"\"'),(12007,2802,'CurrentUserID','0'),(12008,2803,'Attempts','1'),(12009,2803,'ClientIP','\"82.208.242.241\"'),(12010,2803,'UserAgent','\"\"'),(12011,2803,'CurrentUserID','0'),(12012,2804,'Attempts','1'),(12013,2804,'ClientIP','\"112.198.77.245\"'),(12014,2804,'UserAgent','\"\"'),(12015,2804,'CurrentUserID','0'),(12016,2805,'Attempts','1'),(12017,2805,'ClientIP','\"118.211.99.107\"'),(12018,2805,'UserAgent','\"\"'),(12019,2805,'CurrentUserID','0'),(12020,2806,'Attempts','1'),(12021,2806,'ClientIP','\"121.54.47.59\"'),(12022,2806,'UserAgent','\"\"'),(12023,2806,'CurrentUserID','0'),(12024,2807,'Attempts','1'),(12025,2807,'ClientIP','\"89.223.47.201\"'),(12026,2807,'UserAgent','\"\"'),(12027,2807,'CurrentUserID','0'),(12028,2808,'Attempts','1'),(12029,2808,'ClientIP','\"109.86.15.95\"'),(12030,2808,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(12031,2808,'CurrentUserID','0'),(12032,2809,'Username','\"runamuk0@msn.com\"'),(12033,2809,'CurrentUserRoles','[\"administrator\"]'),(12034,2809,'ClientIP','\"174.31.138.18\"'),(12035,2809,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12036,2810,'Plugin','{\"Name\":\"Traffic Stats Widget\",\"PluginURI\":\"\",\"Version\":\"1.0.2\",\"Author\":\"Helen\",\"Network\":\"False\",\"plugin_dir_path\":\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/\"}'),(12037,2810,'ClientIP','\"174.31.138.18\"'),(12038,2810,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12039,2810,'CurrentUserID','2'),(12040,2810,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12041,2811,'PluginFile','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/traffic-stats-widget\\/wp-traffic-stats-widget.php\"'),(12042,2811,'PluginData','{\"Name\":\"Traffic Stats Widget\",\"PluginURI\":\"\",\"Version\":\"1.0.2\",\"Author\":\"Helen\",\"Network\":\"False\"}'),(12043,2811,'ClientIP','\"174.31.138.18\"'),(12044,2811,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12045,2811,'CurrentUserID','2'),(12046,2811,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12047,2812,'Attempts','1'),(12048,2812,'ClientIP','\"178.235.244.91\"'),(12049,2812,'UserAgent','\"\"'),(12050,2812,'CurrentUserID','0'),(12051,2813,'PluginFile','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/akismet\\/akismet.php\"'),(12052,2813,'PluginData','{\"Name\":\"Akismet\",\"PluginURI\":\"http:\\/\\/akismet.com\\/\",\"Version\":\"3.1.3\",\"Author\":\"Automattic\",\"Network\":\"False\"}'),(12053,2813,'ClientIP','\"174.31.138.18\"'),(12054,2813,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12055,2813,'CurrentUserID','2'),(12056,2813,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12057,2814,'PluginFile','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/jetpack\\/jetpack.php\"'),(12058,2814,'PluginData','{\"Name\":\"Jetpack by WordPress.com\",\"PluginURI\":\"http:\\/\\/wordpress.org\\/plugins\\/jetpack\\/\",\"Version\":\"3.6.1\",\"Author\":\"Automattic\",\"Network\":\"False\"}'),(12059,2814,'ClientIP','\"174.31.138.18\"'),(12060,2814,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12061,2814,'CurrentUserID','2'),(12062,2814,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12063,2815,'Attempts','1'),(12064,2815,'ClientIP','\"121.54.44.94\"'),(12065,2815,'UserAgent','\"\"'),(12066,2815,'CurrentUserID','0'),(12067,2816,'WidgetName','\"traffic-stats\"'),(12068,2816,'Sidebar','\"right-sidebar\"'),(12069,2816,'ClientIP','\"174.31.138.18\"'),(12070,2816,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12071,2816,'CurrentUserID','2'),(12072,2816,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12073,2817,'WidgetName','\"counter_free_widget\"'),(12074,2817,'Sidebar','\"right-sidebar\"'),(12075,2817,'ClientIP','\"174.31.138.18\"'),(12076,2817,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12077,2817,'CurrentUserID','2'),(12078,2817,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12079,2818,'WidgetName','\"counter_free_widget\"'),(12080,2818,'Sidebar','\"right-sidebar\"'),(12081,2818,'ClientIP','\"174.31.138.18\"'),(12082,2818,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12083,2818,'CurrentUserID','2'),(12084,2818,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12085,2819,'Attempts','1'),(12086,2819,'ClientIP','\"37.143.241.168\"'),(12087,2819,'UserAgent','\"\"'),(12088,2819,'CurrentUserID','0'),(12089,2820,'Attempts','1'),(12090,2820,'ClientIP','\"176.223.23.26\"'),(12091,2820,'UserAgent','\"\"'),(12092,2820,'CurrentUserID','0'),(12093,2821,'Attempts','\"10+\"'),(12094,2821,'ClientIP','\"212.227.255.73\"'),(12095,2821,'UserAgent','\"Mozilla\\/5.0 (Linux; U; Android 2.2) AppleWebKit\\/533.1 (KHTML, like Gecko) Version\\/4.0 Mobile Safari\\/533.1\"'),(12096,2821,'CurrentUserID','0'),(12097,2822,'Attempts','2'),(12098,2822,'ClientIP','\"210.195.144.81\"'),(12099,2822,'UserAgent','\"\"'),(12100,2822,'CurrentUserID','0'),(12101,2823,'Attempts','1'),(12102,2823,'ClientIP','\"100.8.68.217\"'),(12103,2823,'UserAgent','\"\"'),(12104,2823,'CurrentUserID','0'),(12105,2824,'Attempts','1'),(12106,2824,'ClientIP','\"2.50.173.65\"'),(12107,2824,'UserAgent','\"\"'),(12108,2824,'CurrentUserID','0'),(12109,2825,'Attempts','1'),(12110,2825,'ClientIP','\"94.189.222.11\"'),(12111,2825,'UserAgent','\"\"'),(12112,2825,'CurrentUserID','0'),(12113,2826,'Username','\"pgmarshall@pgmarshall.net\"'),(12114,2826,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12115,2826,'ClientIP','\"50.181.141.126\"'),(12116,2826,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12117,2827,'PluginFile','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/free-counter\\/plugin.php\"'),(12118,2827,'PluginData','{\"Name\":\"Free-Counter!!!!\",\"PluginURI\":\"http:\\/\\/www.free-counter.org\",\"Version\":\"1.2\",\"Author\":\"Free counter\",\"Network\":\"False\"}'),(12119,2827,'ClientIP','\"50.181.141.126\"'),(12120,2827,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12121,2827,'CurrentUserID','5'),(12122,2827,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12123,2828,'WidgetName','\"traffic-stats\"'),(12124,2828,'Sidebar','\"right-sidebar\"'),(12125,2828,'ClientIP','\"50.181.141.126\"'),(12126,2828,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12127,2828,'CurrentUserID','5'),(12128,2828,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12129,2829,'Plugin','{\"Name\":\"Wp Traffic Stats Widget\"}'),(12130,2829,'TableNames','\"wp_tsw_log\"'),(12131,2829,'ClientIP','\"50.181.141.126\"'),(12132,2829,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12133,2829,'CurrentUserID','5'),(12134,2829,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12135,2830,'PluginFile','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/plugins\\/traffic-stats-widget\\/wp-traffic-stats-widget.php\"'),(12136,2830,'PluginData','{\"Name\":\"Traffic Stats Widget\",\"PluginURI\":\"\",\"Version\":\"1.0.2\",\"Author\":\"Helen\",\"Network\":\"False\"}'),(12137,2830,'ClientIP','\"50.181.141.126\"'),(12138,2830,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12139,2830,'CurrentUserID','5'),(12140,2830,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12141,2831,'WidgetName','\"text\"'),(12142,2831,'Sidebar','\"right-sidebar\"'),(12143,2831,'ClientIP','\"50.181.141.126\"'),(12144,2831,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12145,2831,'CurrentUserID','5'),(12146,2831,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12147,2832,'WidgetName','\"text\"'),(12148,2832,'Sidebar','\"right-sidebar\"'),(12149,2832,'ClientIP','\"50.181.141.126\"'),(12150,2832,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12151,2832,'CurrentUserID','5'),(12152,2832,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12153,2833,'Attempts','1'),(12154,2833,'Username','\"runamuk0@msn.com\"'),(12155,2833,'CurrentUserRoles','[\"administrator\"]'),(12156,2833,'ClientIP','\"174.31.138.18\"'),(12157,2833,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.135 Safari\\/537.36 Edge\\/12.10240\"'),(12158,2834,'Username','\"runamuk0@msn.com\"'),(12159,2834,'CurrentUserRoles','[\"administrator\"]'),(12160,2834,'ClientIP','\"174.31.138.18\"'),(12161,2834,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.135 Safari\\/537.36 Edge\\/12.10240\"'),(12162,2835,'Attempts','1'),(12163,2835,'ClientIP','\"78.131.63.123\"'),(12164,2835,'UserAgent','\"\"'),(12165,2835,'CurrentUserID','0'),(12166,2836,'Attempts','1'),(12167,2836,'ClientIP','\"85.64.6.159\"'),(12168,2836,'UserAgent','\"\"'),(12169,2836,'CurrentUserID','0'),(12170,2837,'Attempts','1'),(12171,2837,'ClientIP','\"94.204.204.136\"'),(12172,2837,'UserAgent','\"\"'),(12173,2837,'CurrentUserID','0'),(12174,2838,'Attempts','1'),(12175,2838,'ClientIP','\"188.158.63.255\"'),(12176,2838,'UserAgent','\"\"'),(12177,2838,'CurrentUserID','0'),(12178,2839,'Attempts','1'),(12179,2839,'ClientIP','\"90.148.95.208\"'),(12180,2839,'UserAgent','\"\"'),(12181,2839,'CurrentUserID','0'),(12182,2840,'Attempts','1'),(12183,2840,'ClientIP','\"79.118.170.114\"'),(12184,2840,'UserAgent','\"\"'),(12185,2840,'CurrentUserID','0'),(12186,2841,'Attempts','1'),(12187,2841,'ClientIP','\"108.196.12.129\"'),(12188,2841,'UserAgent','\"\"'),(12189,2841,'CurrentUserID','0'),(12190,2842,'Attempts','1'),(12191,2842,'ClientIP','\"125.160.84.56\"'),(12192,2842,'UserAgent','\"\"'),(12193,2842,'CurrentUserID','0'),(12194,2843,'Attempts','1'),(12195,2843,'ClientIP','\"70.50.12.197\"'),(12196,2843,'UserAgent','\"\"'),(12197,2843,'CurrentUserID','0'),(12198,2844,'Attempts','1'),(12199,2844,'ClientIP','\"182.189.25.92\"'),(12200,2844,'UserAgent','\"\"'),(12201,2844,'CurrentUserID','0'),(12202,2845,'Attempts','1'),(12203,2845,'ClientIP','\"202.81.165.82\"'),(12204,2845,'UserAgent','\"\"'),(12205,2845,'CurrentUserID','0'),(12206,2846,'Attempts','1'),(12207,2846,'ClientIP','\"213.151.55.19\"'),(12208,2846,'UserAgent','\"\"'),(12209,2846,'CurrentUserID','0'),(12210,2847,'Attempts','1'),(12211,2847,'ClientIP','\"41.129.7.191\"'),(12212,2847,'UserAgent','\"\"'),(12213,2847,'CurrentUserID','0'),(12214,2848,'Attempts','1'),(12215,2848,'ClientIP','\"188.214.3.68\"'),(12216,2848,'UserAgent','\"\"'),(12217,2848,'CurrentUserID','0'),(12218,2849,'Attempts','1'),(12219,2849,'ClientIP','\"62.73.80.165\"'),(12220,2849,'UserAgent','\"\"'),(12221,2849,'CurrentUserID','0'),(12222,2850,'Attempts','1'),(12223,2850,'ClientIP','\"186.137.130.207\"'),(12224,2850,'UserAgent','\"\"'),(12225,2850,'CurrentUserID','0'),(12226,2851,'Attempts','1'),(12227,2851,'ClientIP','\"68.4.166.155\"'),(12228,2851,'UserAgent','\"\"'),(12229,2851,'CurrentUserID','0'),(12230,2852,'Attempts','1'),(12231,2852,'ClientIP','\"193.77.56.233\"'),(12232,2852,'UserAgent','\"\"'),(12233,2852,'CurrentUserID','0'),(12234,2853,'Attempts','1'),(12235,2853,'ClientIP','\"112.198.83.50\"'),(12236,2853,'UserAgent','\"\"'),(12237,2853,'CurrentUserID','0'),(12238,2854,'Attempts','1'),(12239,2854,'ClientIP','\"110.55.5.141\"'),(12240,2854,'UserAgent','\"\"'),(12241,2854,'CurrentUserID','0'),(12242,2855,'Attempts','1'),(12243,2855,'ClientIP','\"124.96.222.31\"'),(12244,2855,'UserAgent','\"\"'),(12245,2855,'CurrentUserID','0'),(12246,2856,'Attempts','1'),(12247,2856,'ClientIP','\"93.115.70.44\"'),(12248,2856,'UserAgent','\"\"'),(12249,2856,'CurrentUserID','0'),(12250,2857,'Attempts','2'),(12251,2857,'ClientIP','\"109.86.15.95\"'),(12252,2857,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(12253,2857,'CurrentUserID','0'),(12254,2858,'Attempts','1'),(12255,2858,'ClientIP','\"79.106.14.127\"'),(12256,2858,'UserAgent','\"\"'),(12257,2858,'CurrentUserID','0'),(12258,2859,'Attempts','8'),(12259,2859,'ClientIP','\"188.115.165.215\"'),(12260,2859,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(12261,2859,'CurrentUserID','0'),(12262,2860,'Attempts','1'),(12263,2860,'ClientIP','\"67.163.9.250\"'),(12264,2860,'UserAgent','\"\"'),(12265,2860,'CurrentUserID','0'),(12266,2861,'Attempts','2'),(12267,2861,'ClientIP','\"178.137.160.226\"'),(12268,2861,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/30.0.1599.17 Safari\\/537.36\"'),(12269,2861,'CurrentUserID','0'),(12270,2862,'Attempts','1'),(12271,2862,'ClientIP','\"27.109.94.74\"'),(12272,2862,'UserAgent','\"\"'),(12273,2862,'CurrentUserID','0'),(12274,2863,'Attempts','1'),(12275,2863,'ClientIP','\"85.122.6.24\"'),(12276,2863,'UserAgent','\"\"'),(12277,2863,'CurrentUserID','0'),(12278,2864,'Attempts','1'),(12279,2864,'ClientIP','\"151.62.8.174\"'),(12280,2864,'UserAgent','\"\"'),(12281,2864,'CurrentUserID','0'),(12282,2865,'Attempts','1'),(12283,2865,'ClientIP','\"2.137.37.143\"'),(12284,2865,'UserAgent','\"\"'),(12285,2865,'CurrentUserID','0'),(12286,2866,'Attempts','1'),(12287,2866,'ClientIP','\"197.35.55.75\"'),(12288,2866,'UserAgent','\"\"'),(12289,2866,'CurrentUserID','0'),(12290,2867,'Attempts','1'),(12291,2867,'ClientIP','\"125.238.235.9\"'),(12292,2867,'UserAgent','\"\"'),(12293,2867,'CurrentUserID','0'),(12294,2868,'Attempts','1'),(12295,2868,'ClientIP','\"178.16.40.203\"'),(12296,2868,'UserAgent','\"\"'),(12297,2868,'CurrentUserID','0'),(12298,2869,'Attempts','1'),(12299,2869,'ClientIP','\"191.185.87.246\"'),(12300,2869,'UserAgent','\"\"'),(12301,2869,'CurrentUserID','0'),(12302,2870,'Attempts','1'),(12303,2870,'ClientIP','\"188.161.1.248\"'),(12304,2870,'UserAgent','\"\"'),(12305,2870,'CurrentUserID','0'),(12306,2871,'Attempts','1'),(12307,2871,'ClientIP','\"89.38.174.66\"'),(12308,2871,'UserAgent','\"\"'),(12309,2871,'CurrentUserID','0'),(12310,2872,'Attempts','1'),(12311,2872,'ClientIP','\"43.229.1.2\"'),(12312,2872,'UserAgent','\"\"'),(12313,2872,'CurrentUserID','0'),(12314,2873,'Attempts','2'),(12315,2873,'ClientIP','\"5.22.130.194\"'),(12316,2873,'UserAgent','\"\"'),(12317,2873,'CurrentUserID','0'),(12318,2874,'Attempts','1'),(12319,2874,'ClientIP','\"94.121.23.28\"'),(12320,2874,'UserAgent','\"\"'),(12321,2874,'CurrentUserID','0'),(12322,2875,'Attempts','1'),(12323,2875,'ClientIP','\"188.167.83.254\"'),(12324,2875,'UserAgent','\"\"'),(12325,2875,'CurrentUserID','0'),(12326,2876,'Attempts','1'),(12327,2876,'ClientIP','\"222.131.159.87\"'),(12328,2876,'UserAgent','\"\"'),(12329,2876,'CurrentUserID','0'),(12330,2877,'Attempts','1'),(12331,2877,'ClientIP','\"188.173.32.246\"'),(12332,2877,'UserAgent','\"\"'),(12333,2877,'CurrentUserID','0'),(12334,2878,'Attempts','1'),(12335,2878,'ClientIP','\"77.81.75.191\"'),(12336,2878,'UserAgent','\"\"'),(12337,2878,'CurrentUserID','0'),(12338,2879,'Attempts','1'),(12339,2879,'ClientIP','\"72.50.81.52\"'),(12340,2879,'UserAgent','\"\"'),(12341,2879,'CurrentUserID','0'),(12342,2880,'Attempts','1'),(12343,2880,'ClientIP','\"5.134.65.213\"'),(12344,2880,'UserAgent','\"\"'),(12345,2880,'CurrentUserID','0'),(12346,2881,'Attempts','1'),(12347,2881,'ClientIP','\"5.104.249.11\"'),(12348,2881,'UserAgent','\"\"'),(12349,2881,'CurrentUserID','0'),(12350,2882,'Attempts','1'),(12351,2882,'ClientIP','\"217.129.61.125\"'),(12352,2882,'UserAgent','\"\"'),(12353,2882,'CurrentUserID','0'),(12354,2883,'Attempts','1'),(12355,2883,'ClientIP','\"186.149.229.252\"'),(12356,2883,'UserAgent','\"\"'),(12357,2883,'CurrentUserID','0'),(12358,2884,'Attempts','1'),(12359,2884,'ClientIP','\"79.178.206.35\"'),(12360,2884,'UserAgent','\"\"'),(12361,2884,'CurrentUserID','0'),(12362,2885,'Attempts','1'),(12363,2885,'ClientIP','\"217.103.15.128\"'),(12364,2885,'UserAgent','\"\"'),(12365,2885,'CurrentUserID','0'),(12366,2886,'Attempts','1'),(12367,2886,'ClientIP','\"179.105.91.202\"'),(12368,2886,'UserAgent','\"\"'),(12369,2886,'CurrentUserID','0'),(12370,2887,'Attempts','1'),(12371,2887,'ClientIP','\"210.195.247.79\"'),(12372,2887,'UserAgent','\"\"'),(12373,2887,'CurrentUserID','0'),(12374,2888,'Attempts','1'),(12375,2888,'ClientIP','\"151.243.103.221\"'),(12376,2888,'UserAgent','\"\"'),(12377,2888,'CurrentUserID','0'),(12378,2889,'Attempts','1'),(12379,2889,'ClientIP','\"176.223.10.21\"'),(12380,2889,'UserAgent','\"\"'),(12381,2889,'CurrentUserID','0'),(12382,2890,'Attempts','1'),(12383,2890,'ClientIP','\"114.158.90.181\"'),(12384,2890,'UserAgent','\"\"'),(12385,2890,'CurrentUserID','0'),(12386,2891,'Attempts','1'),(12387,2891,'ClientIP','\"103.247.48.148\"'),(12388,2891,'UserAgent','\"\"'),(12389,2891,'CurrentUserID','0'),(12390,2892,'Attempts','1'),(12391,2892,'ClientIP','\"103.43.81.100\"'),(12392,2892,'UserAgent','\"\"'),(12393,2892,'CurrentUserID','0'),(12394,2893,'Attempts','1'),(12395,2893,'ClientIP','\"154.76.168.108\"'),(12396,2893,'UserAgent','\"\"'),(12397,2893,'CurrentUserID','0'),(12398,2894,'Attempts','1'),(12399,2894,'ClientIP','\"85.65.32.160\"'),(12400,2894,'UserAgent','\"\"'),(12401,2894,'CurrentUserID','0'),(12402,2895,'Attempts','1'),(12403,2895,'ClientIP','\"122.53.125.17\"'),(12404,2895,'UserAgent','\"\"'),(12405,2895,'CurrentUserID','0'),(12406,2896,'Attempts','1'),(12407,2896,'ClientIP','\"178.223.247.213\"'),(12408,2896,'UserAgent','\"\"'),(12409,2896,'CurrentUserID','0'),(12410,2897,'Attempts','1'),(12411,2897,'ClientIP','\"181.161.230.242\"'),(12412,2897,'UserAgent','\"\"'),(12413,2897,'CurrentUserID','0'),(12414,2898,'Attempts','1'),(12415,2898,'ClientIP','\"109.72.59.170\"'),(12416,2898,'UserAgent','\"\"'),(12417,2898,'CurrentUserID','0'),(12418,2899,'Attempts','1'),(12419,2899,'ClientIP','\"212.130.99.203\"'),(12420,2899,'UserAgent','\"\"'),(12421,2899,'CurrentUserID','0'),(12422,2900,'Attempts','1'),(12423,2900,'ClientIP','\"179.34.23.54\"'),(12424,2900,'UserAgent','\"\"'),(12425,2900,'CurrentUserID','0'),(12426,2901,'Attempts','1'),(12427,2901,'ClientIP','\"104.157.199.206\"'),(12428,2901,'UserAgent','\"\"'),(12429,2901,'CurrentUserID','0'),(12430,2902,'Attempts','1'),(12431,2902,'ClientIP','\"178.223.255.245\"'),(12432,2902,'UserAgent','\"\"'),(12433,2902,'CurrentUserID','0'),(12434,2903,'Attempts','1'),(12435,2903,'Username','\"pgmarshall@pgmarshall.net\"'),(12436,2903,'CurrentUserRoles','[\"administrator\"]'),(12437,2903,'ClientIP','\"50.181.141.126\"'),(12438,2903,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12439,2904,'Username','\"pgmarshall@pgmarshall.net\"'),(12440,2904,'CurrentUserRoles','[\"administrator\"]'),(12441,2904,'ClientIP','\"50.181.141.126\"'),(12442,2904,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12443,2905,'AttachmentID','436'),(12444,2905,'FileName','\"Umbrella.png\"'),(12445,2905,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(12446,2905,'ClientIP','\"50.181.141.126\"'),(12447,2905,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12448,2905,'CurrentUserID','5'),(12449,2905,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12450,2906,'PostID','67'),(12451,2906,'PostType','\"page\"'),(12452,2906,'PostTitle','\"Umbrella of Strength\"'),(12453,2906,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(12454,2906,'ClientIP','\"50.181.141.126\"'),(12455,2906,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12456,2906,'CurrentUserID','5'),(12457,2906,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12458,2907,'PostID','67'),(12459,2907,'PostType','\"page\"'),(12460,2907,'PostTitle','\"Umbrella of Strength\"'),(12461,2907,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(12462,2907,'ClientIP','\"50.181.141.126\"'),(12463,2907,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12464,2907,'CurrentUserID','5'),(12465,2907,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12466,2908,'PostID','67'),(12467,2908,'PostType','\"page\"'),(12468,2908,'PostTitle','\"Umbrella of Strength\"'),(12469,2908,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(12470,2908,'ClientIP','\"50.181.141.126\"'),(12471,2908,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12472,2908,'CurrentUserID','5'),(12473,2908,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12474,2909,'AttachmentID','440'),(12475,2909,'FileName','\"Umbrella.jpg\"'),(12476,2909,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(12477,2909,'ClientIP','\"50.181.141.126\"'),(12478,2909,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12479,2909,'CurrentUserID','5'),(12480,2909,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12481,2910,'PostID','67'),(12482,2910,'PostType','\"page\"'),(12483,2910,'PostTitle','\"Umbrella of Strength\"'),(12484,2910,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(12485,2910,'ClientIP','\"50.181.141.126\"'),(12486,2910,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12487,2910,'CurrentUserID','5'),(12488,2910,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12489,2911,'PostID','67'),(12490,2911,'PostType','\"page\"'),(12491,2911,'PostTitle','\"Umbrella of Strength\"'),(12492,2911,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(12493,2911,'ClientIP','\"50.181.141.126\"'),(12494,2911,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12495,2911,'CurrentUserID','5'),(12496,2911,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12497,2912,'PostID','67'),(12498,2912,'PostType','\"page\"'),(12499,2912,'PostTitle','\"Umbrella of Strength\"'),(12500,2912,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(12501,2912,'ClientIP','\"50.181.141.126\"'),(12502,2912,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12503,2912,'CurrentUserID','5'),(12504,2912,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12505,2913,'Attempts','2'),(12506,2913,'ClientIP','\"88.230.60.65\"'),(12507,2913,'UserAgent','\"\"'),(12508,2913,'CurrentUserID','0'),(12509,2914,'Attempts','1'),(12510,2914,'ClientIP','\"24.135.122.99\"'),(12511,2914,'UserAgent','\"\"'),(12512,2914,'CurrentUserID','0'),(12513,2915,'Attempts','4'),(12514,2915,'ClientIP','\"188.115.165.215\"'),(12515,2915,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(12516,2915,'CurrentUserID','0'),(12517,2916,'Username','\"runamuk0@msn.com\"'),(12518,2916,'CurrentUserRoles','[\"administrator\"]'),(12519,2916,'ClientIP','\"174.31.138.18\"'),(12520,2916,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12521,2917,'AttachmentID','445'),(12522,2917,'FileName','\"JohnDobson-HeadShot-125x156.jpg\"'),(12523,2917,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(12524,2917,'ClientIP','\"174.31.138.18\"'),(12525,2917,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12526,2917,'CurrentUserID','2'),(12527,2917,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12528,2918,'PostID','115'),(12529,2918,'PostType','\"page\"'),(12530,2918,'PostTitle','\"Executive Officers and Board of Directors\"'),(12531,2918,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=115\"'),(12532,2918,'ClientIP','\"174.31.138.18\"'),(12533,2918,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12534,2918,'CurrentUserID','2'),(12535,2918,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12536,2919,'Attempts','1'),(12537,2919,'ClientIP','\"104.157.199.206\"'),(12538,2919,'UserAgent','\"\"'),(12539,2919,'CurrentUserID','0'),(12540,2920,'PostID','71'),(12541,2920,'PostType','\"page\"'),(12542,2920,'PostTitle','\"Steering Committee\"'),(12543,2920,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=71\"'),(12544,2920,'ClientIP','\"174.31.138.18\"'),(12545,2920,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12546,2920,'CurrentUserID','2'),(12547,2920,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12548,2921,'AttachmentID','448'),(12549,2921,'FileName','\"DaveField-HeadShot-125x156.jpg\"'),(12550,2921,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(12551,2921,'ClientIP','\"174.31.138.18\"'),(12552,2921,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12553,2921,'CurrentUserID','2'),(12554,2921,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12555,2922,'PostID','115'),(12556,2922,'PostType','\"page\"'),(12557,2922,'PostTitle','\"Executive Officers and Board of Directors\"'),(12558,2922,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=115\"'),(12559,2922,'ClientIP','\"174.31.138.18\"'),(12560,2922,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12561,2922,'CurrentUserID','2'),(12562,2922,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12563,2923,'Attempts','1'),(12564,2923,'ClientIP','\"151.72.226.246\"'),(12565,2923,'UserAgent','\"\"'),(12566,2923,'CurrentUserID','0'),(12567,2924,'Attempts','1'),(12568,2924,'ClientIP','\"14.169.143.96\"'),(12569,2924,'UserAgent','\"\"'),(12570,2924,'CurrentUserID','0'),(12571,2925,'Attempts','1'),(12572,2925,'ClientIP','\"94.229.40.118\"'),(12573,2925,'UserAgent','\"\"'),(12574,2925,'CurrentUserID','0'),(12575,2926,'Attempts','1'),(12576,2926,'ClientIP','\"93.141.71.122\"'),(12577,2926,'UserAgent','\"\"'),(12578,2926,'CurrentUserID','0'),(12579,2927,'Attempts','2'),(12580,2927,'ClientIP','\"109.86.15.95\"'),(12581,2927,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(12582,2927,'CurrentUserID','0'),(12583,2928,'Attempts','1'),(12584,2928,'ClientIP','\"5.226.103.226\"'),(12585,2928,'UserAgent','\"\"'),(12586,2928,'CurrentUserID','0'),(12587,2929,'Attempts','1'),(12588,2929,'ClientIP','\"36.84.224.42\"'),(12589,2929,'UserAgent','\"\"'),(12590,2929,'CurrentUserID','0'),(12591,2930,'Attempts','1'),(12592,2930,'ClientIP','\"109.66.187.234\"'),(12593,2930,'UserAgent','\"\"'),(12594,2930,'CurrentUserID','0'),(12595,2931,'Attempts','1'),(12596,2931,'ClientIP','\"41.110.1.162\"'),(12597,2931,'UserAgent','\"\"'),(12598,2931,'CurrentUserID','0'),(12599,2932,'Attempts','1'),(12600,2932,'ClientIP','\"212.130.99.203\"'),(12601,2932,'UserAgent','\"\"'),(12602,2932,'CurrentUserID','0'),(12603,2933,'Attempts','1'),(12604,2933,'ClientIP','\"121.54.29.98\"'),(12605,2933,'UserAgent','\"\"'),(12606,2933,'CurrentUserID','0'),(12607,2934,'Attempts','1'),(12608,2934,'ClientIP','\"178.137.160.226\"'),(12609,2934,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/30.0.1599.17 Safari\\/537.36\"'),(12610,2934,'CurrentUserID','0'),(12611,2935,'Attempts','1'),(12612,2935,'ClientIP','\"197.249.47.198\"'),(12613,2935,'UserAgent','\"\"'),(12614,2935,'CurrentUserID','0'),(12615,2936,'Attempts','1'),(12616,2936,'ClientIP','\"87.16.227.123\"'),(12617,2936,'UserAgent','\"\"'),(12618,2936,'CurrentUserID','0'),(12619,2937,'Attempts','1'),(12620,2937,'ClientIP','\"182.185.71.103\"'),(12621,2937,'UserAgent','\"\"'),(12622,2937,'CurrentUserID','0'),(12623,2938,'Attempts','1'),(12624,2938,'ClientIP','\"62.135.86.142\"'),(12625,2938,'UserAgent','\"\"'),(12626,2938,'CurrentUserID','0'),(12627,2939,'Attempts','1'),(12628,2939,'ClientIP','\"82.166.23.27\"'),(12629,2939,'UserAgent','\"\"'),(12630,2939,'CurrentUserID','0'),(12631,2940,'Attempts','1'),(12632,2940,'ClientIP','\"79.181.63.176\"'),(12633,2940,'UserAgent','\"\"'),(12634,2940,'CurrentUserID','0'),(12635,2941,'Attempts','1'),(12636,2941,'ClientIP','\"196.210.76.216\"'),(12637,2941,'UserAgent','\"\"'),(12638,2941,'CurrentUserID','0'),(12639,2942,'Attempts','1'),(12640,2942,'ClientIP','\"31.14.218.84\"'),(12641,2942,'UserAgent','\"\"'),(12642,2942,'CurrentUserID','0'),(12643,2943,'Attempts','1'),(12644,2943,'ClientIP','\"93.137.248.159\"'),(12645,2943,'UserAgent','\"\"'),(12646,2943,'CurrentUserID','0'),(12647,2944,'Attempts','1'),(12648,2944,'ClientIP','\"112.198.103.239\"'),(12649,2944,'UserAgent','\"\"'),(12650,2944,'CurrentUserID','0'),(12651,2945,'Attempts','1'),(12652,2945,'ClientIP','\"201.229.40.162\"'),(12653,2945,'UserAgent','\"\"'),(12654,2945,'CurrentUserID','0'),(12655,2946,'Attempts','1'),(12656,2946,'ClientIP','\"5.104.249.11\"'),(12657,2946,'UserAgent','\"\"'),(12658,2946,'CurrentUserID','0'),(12659,2947,'Attempts','1'),(12660,2947,'ClientIP','\"86.122.49.9\"'),(12661,2947,'UserAgent','\"\"'),(12662,2947,'CurrentUserID','0'),(12663,2948,'PostID','115'),(12664,2948,'PostType','\"page\"'),(12665,2948,'PostTitle','\"Executive Officers and Board of Directors\"'),(12666,2948,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=115\"'),(12667,2948,'ClientIP','\"174.31.138.18\"'),(12668,2948,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.130 Safari\\/537.36\"'),(12669,2948,'CurrentUserID','2'),(12670,2948,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12671,2949,'Attempts','1'),(12672,2949,'ClientIP','\"188.214.3.171\"'),(12673,2949,'UserAgent','\"\"'),(12674,2949,'CurrentUserID','0'),(12675,2950,'Username','\"pgmarshall@pgmarshall.net\"'),(12676,2950,'CurrentUserRoles','[\"administrator\"]'),(12677,2950,'ClientIP','\"50.181.141.126\"'),(12678,2950,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12679,2951,'PostID','451'),(12680,2951,'PostType','\"post\"'),(12681,2951,'PostTitle','\"Excise tax reallocation for aircraft provides more funding for aviation projects\"'),(12682,2951,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=451\"'),(12683,2951,'ClientIP','\"50.181.141.126\"'),(12684,2951,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12685,2951,'CurrentUserID','5'),(12686,2951,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12687,2952,'PostID','451'),(12688,2952,'PostType','\"post\"'),(12689,2952,'PostTitle','\"Excise tax reallocation for aircraft provides more funding for aviation projects\"'),(12690,2952,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=451\"'),(12691,2952,'ClientIP','\"50.181.141.126\"'),(12692,2952,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12693,2952,'CurrentUserID','5'),(12694,2952,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12695,2953,'PostID','451'),(12696,2953,'PostType','\"post\"'),(12697,2953,'PostTitle','\"Excise tax reallocation for aircraft provides more funding for aviation projects\"'),(12698,2953,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=451\"'),(12699,2953,'ClientIP','\"50.181.141.126\"'),(12700,2953,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.125 Safari\\/537.36\"'),(12701,2953,'CurrentUserID','5'),(12702,2953,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(12703,2954,'Attempts','2'),(12704,2954,'ClientIP','\"178.137.160.226\"'),(12705,2954,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\"'),(12706,2954,'CurrentUserID','0'),(12707,2955,'Attempts','1'),(12708,2955,'ClientIP','\"190.92.86.84\"'),(12709,2955,'UserAgent','\"\"'),(12710,2955,'CurrentUserID','0'),(12711,2956,'Attempts','1'),(12712,2956,'ClientIP','\"81.83.0.181\"'),(12713,2956,'UserAgent','\"\"'),(12714,2956,'CurrentUserID','0'),(12715,2957,'Attempts','1'),(12716,2957,'ClientIP','\"188.25.113.252\"'),(12717,2957,'UserAgent','\"\"'),(12718,2957,'CurrentUserID','0'),(12719,2958,'Attempts','1'),(12720,2958,'ClientIP','\"91.187.205.236\"'),(12721,2958,'UserAgent','\"\"'),(12722,2958,'CurrentUserID','0'),(12723,2959,'Attempts','1'),(12724,2959,'ClientIP','\"112.198.246.71\"'),(12725,2959,'UserAgent','\"\"'),(12726,2959,'CurrentUserID','0'),(12727,2960,'Attempts','1'),(12728,2960,'ClientIP','\"85.72.99.236\"'),(12729,2960,'UserAgent','\"\"'),(12730,2960,'CurrentUserID','0'),(12731,2961,'Attempts','2'),(12732,2961,'ClientIP','\"124.41.241.51\"'),(12733,2961,'UserAgent','\"\"'),(12734,2961,'CurrentUserID','0'),(12735,2962,'Attempts','1'),(12736,2962,'ClientIP','\"81.111.148.186\"'),(12737,2962,'UserAgent','\"\"'),(12738,2962,'CurrentUserID','0'),(12739,2963,'Attempts','1'),(12740,2963,'ClientIP','\"213.91.200.76\"'),(12741,2963,'UserAgent','\"\"'),(12742,2963,'CurrentUserID','0'),(12743,2964,'Attempts','1'),(12744,2964,'ClientIP','\"177.229.107.108\"'),(12745,2964,'UserAgent','\"\"'),(12746,2964,'CurrentUserID','0'),(12747,2965,'Attempts','2'),(12748,2965,'ClientIP','\"2.50.173.65\"'),(12749,2965,'UserAgent','\"\"'),(12750,2965,'CurrentUserID','0'),(12751,2966,'Attempts','1'),(12752,2966,'ClientIP','\"79.112.18.126\"'),(12753,2966,'UserAgent','\"\"'),(12754,2966,'CurrentUserID','0'),(12755,2967,'Attempts','1'),(12756,2967,'ClientIP','\"109.86.15.95\"'),(12757,2967,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(12758,2967,'CurrentUserID','0'),(12759,2968,'Attempts','1'),(12760,2968,'ClientIP','\"14.141.203.142\"'),(12761,2968,'UserAgent','\"\"'),(12762,2968,'CurrentUserID','0'),(12763,2969,'Attempts','1'),(12764,2969,'ClientIP','\"90.157.180.182\"'),(12765,2969,'UserAgent','\"\"'),(12766,2969,'CurrentUserID','0'),(12767,2970,'Attempts','1'),(12768,2970,'ClientIP','\"195.43.66.92\"'),(12769,2970,'UserAgent','\"\"'),(12770,2970,'CurrentUserID','0'),(12771,2971,'Attempts','1'),(12772,2971,'ClientIP','\"150.107.145.37\"'),(12773,2971,'UserAgent','\"\"'),(12774,2971,'CurrentUserID','0'),(12775,2972,'Attempts','1'),(12776,2972,'ClientIP','\"212.200.96.178\"'),(12777,2972,'UserAgent','\"\"'),(12778,2972,'CurrentUserID','0'),(12779,2973,'Attempts','1'),(12780,2973,'ClientIP','\"1.1.162.223\"'),(12781,2973,'UserAgent','\"\"'),(12782,2973,'CurrentUserID','0'),(12783,2974,'Attempts','1'),(12784,2974,'ClientIP','\"82.208.242.241\"'),(12785,2974,'UserAgent','\"\"'),(12786,2974,'CurrentUserID','0'),(12787,2975,'Attempts','1'),(12788,2975,'ClientIP','\"67.176.111.74\"'),(12789,2975,'UserAgent','\"\"'),(12790,2975,'CurrentUserID','0'),(12791,2976,'Attempts','1'),(12792,2976,'ClientIP','\"85.67.19.229\"'),(12793,2976,'UserAgent','\"\"'),(12794,2976,'CurrentUserID','0'),(12795,2977,'Attempts','1'),(12796,2977,'ClientIP','\"185.65.252.10\"'),(12797,2977,'UserAgent','\"\"'),(12798,2977,'CurrentUserID','0'),(12799,2978,'Attempts','1'),(12800,2978,'ClientIP','\"202.44.228.42\"'),(12801,2978,'UserAgent','\"\"'),(12802,2978,'CurrentUserID','0'),(12803,2979,'Attempts','1'),(12804,2979,'ClientIP','\"84.196.125.26\"'),(12805,2979,'UserAgent','\"\"'),(12806,2979,'CurrentUserID','0'),(12807,2980,'Attempts','1'),(12808,2980,'ClientIP','\"109.59.20.143\"'),(12809,2980,'UserAgent','\"\"'),(12810,2980,'CurrentUserID','0'),(12811,2981,'Attempts','1'),(12812,2981,'ClientIP','\"41.103.76.85\"'),(12813,2981,'UserAgent','\"\"'),(12814,2981,'CurrentUserID','0'),(12815,2982,'Attempts','1'),(12816,2982,'ClientIP','\"79.118.9.163\"'),(12817,2982,'UserAgent','\"\"'),(12818,2982,'CurrentUserID','0'),(12819,2983,'Attempts','1'),(12820,2983,'ClientIP','\"190.92.86.122\"'),(12821,2983,'UserAgent','\"\"'),(12822,2983,'CurrentUserID','0'),(12823,2984,'Attempts','1'),(12824,2984,'ClientIP','\"85.207.93.54\"'),(12825,2984,'UserAgent','\"\"'),(12826,2984,'CurrentUserID','0'),(12827,2985,'Attempts','1'),(12828,2985,'ClientIP','\"85.30.69.2\"'),(12829,2985,'UserAgent','\"\"'),(12830,2985,'CurrentUserID','0'),(12831,2986,'Attempts','1'),(12832,2986,'ClientIP','\"85.121.162.70\"'),(12833,2986,'UserAgent','\"\"'),(12834,2986,'CurrentUserID','0'),(12835,2987,'Attempts','1'),(12836,2987,'ClientIP','\"146.198.240.57\"'),(12837,2987,'UserAgent','\"\"'),(12838,2987,'CurrentUserID','0'),(12839,2988,'Attempts','1'),(12840,2988,'ClientIP','\"212.200.201.100\"'),(12841,2988,'UserAgent','\"\"'),(12842,2988,'CurrentUserID','0'),(12843,2989,'Attempts','1'),(12844,2989,'ClientIP','\"190.80.201.144\"'),(12845,2989,'UserAgent','\"\"'),(12846,2989,'CurrentUserID','0'),(12847,2990,'Attempts','1'),(12848,2990,'ClientIP','\"200.126.106.2\"'),(12849,2990,'UserAgent','\"\"'),(12850,2990,'CurrentUserID','0'),(12851,2991,'Attempts','1'),(12852,2991,'ClientIP','\"83.222.89.9\"'),(12853,2991,'UserAgent','\"Mozilla\\/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.2) Gecko\\/2008091620 Firefox\\/3.0.2\"'),(12854,2991,'CurrentUserID','0'),(12855,2992,'Attempts','1'),(12856,2992,'ClientIP','\"188.26.178.155\"'),(12857,2992,'UserAgent','\"\"'),(12858,2992,'CurrentUserID','0'),(12859,2993,'Attempts','1'),(12860,2993,'ClientIP','\"122.3.183.171\"'),(12861,2993,'UserAgent','\"\"'),(12862,2993,'CurrentUserID','0'),(12863,2994,'Attempts','2'),(12864,2994,'ClientIP','\"109.86.15.95\"'),(12865,2994,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(12866,2994,'CurrentUserID','0'),(12867,2995,'Attempts','1'),(12868,2995,'ClientIP','\"84.109.90.4\"'),(12869,2995,'UserAgent','\"\"'),(12870,2995,'CurrentUserID','0'),(12871,2996,'Attempts','1'),(12872,2996,'ClientIP','\"94.126.63.187\"'),(12873,2996,'UserAgent','\"\"'),(12874,2996,'CurrentUserID','0'),(12875,2997,'Attempts','1'),(12876,2997,'ClientIP','\"31.47.7.143\"'),(12877,2997,'UserAgent','\"\"'),(12878,2997,'CurrentUserID','0'),(12879,2998,'Attempts','1'),(12880,2998,'ClientIP','\"87.69.160.196\"'),(12881,2998,'UserAgent','\"\"'),(12882,2998,'CurrentUserID','0'),(12883,2999,'Attempts','1'),(12884,2999,'ClientIP','\"124.41.230.106\"'),(12885,2999,'UserAgent','\"\"'),(12886,2999,'CurrentUserID','0'),(12887,3000,'Attempts','1'),(12888,3000,'ClientIP','\"37.208.150.148\"'),(12889,3000,'UserAgent','\"\"'),(12890,3000,'CurrentUserID','0'),(12891,3001,'Attempts','1'),(12892,3001,'ClientIP','\"81.111.148.186\"'),(12893,3001,'UserAgent','\"\"'),(12894,3001,'CurrentUserID','0'),(12895,3002,'Attempts','1'),(12896,3002,'ClientIP','\"78.193.156.105\"'),(12897,3002,'UserAgent','\"\"'),(12898,3002,'CurrentUserID','0'),(12899,3003,'Attempts','1'),(12900,3003,'ClientIP','\"109.196.116.150\"'),(12901,3003,'UserAgent','\"\"'),(12902,3003,'CurrentUserID','0'),(12903,3004,'Attempts','1'),(12904,3004,'ClientIP','\"151.239.203.96\"'),(12905,3004,'UserAgent','\"\"'),(12906,3004,'CurrentUserID','0'),(12907,3005,'Attempts','1'),(12908,3006,'Attempts','1'),(12909,3006,'ClientIP','\"178.137.160.226\"'),(12910,3005,'ClientIP','\"178.137.160.226\"'),(12911,3005,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.16 Safari\\/537.36\"'),(12912,3006,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.16 Safari\\/537.36\"'),(12913,3005,'CurrentUserID','0'),(12914,3006,'CurrentUserID','0'),(12915,3007,'Attempts','1'),(12916,3007,'ClientIP','\"91.181.143.39\"'),(12917,3007,'UserAgent','\"\"'),(12918,3007,'CurrentUserID','0'),(12919,3008,'Attempts','1'),(12920,3008,'ClientIP','\"93.86.247.62\"'),(12921,3008,'UserAgent','\"\"'),(12922,3008,'CurrentUserID','0'),(12923,3009,'Attempts','1'),(12924,3009,'ClientIP','\"180.234.93.237\"'),(12925,3009,'UserAgent','\"\"'),(12926,3009,'CurrentUserID','0'),(12927,3010,'Attempts','1'),(12928,3010,'ClientIP','\"180.191.111.224\"'),(12929,3010,'UserAgent','\"\"'),(12930,3010,'CurrentUserID','0'),(12931,3011,'Attempts','1'),(12932,3011,'ClientIP','\"62.175.182.2\"'),(12933,3011,'UserAgent','\"\"'),(12934,3011,'CurrentUserID','0'),(12935,3012,'Attempts','2'),(12936,3012,'ClientIP','\"42.114.204.26\"'),(12937,3012,'UserAgent','\"\"'),(12938,3012,'CurrentUserID','0'),(12939,3013,'Attempts','1'),(12940,3013,'ClientIP','\"31.46.174.52\"'),(12941,3013,'UserAgent','\"\"'),(12942,3013,'CurrentUserID','0'),(12943,3014,'Attempts','2'),(12944,3014,'ClientIP','\"103.16.31.190\"'),(12945,3014,'UserAgent','\"\"'),(12946,3014,'CurrentUserID','0'),(12947,3015,'Attempts','1'),(12948,3015,'ClientIP','\"109.93.224.77\"'),(12949,3015,'UserAgent','\"\"'),(12950,3015,'CurrentUserID','0'),(12951,3016,'Attempts','1'),(12952,3016,'ClientIP','\"93.86.219.146\"'),(12953,3016,'UserAgent','\"\"'),(12954,3016,'CurrentUserID','0'),(12955,3017,'Attempts','1'),(12956,3017,'ClientIP','\"94.121.23.28\"'),(12957,3017,'UserAgent','\"\"'),(12958,3017,'CurrentUserID','0'),(12959,3018,'Attempts','1'),(12960,3018,'ClientIP','\"87.120.193.195\"'),(12961,3018,'UserAgent','\"\"'),(12962,3018,'CurrentUserID','0'),(12963,3019,'Attempts','1'),(12964,3019,'ClientIP','\"109.197.82.138\"'),(12965,3019,'UserAgent','\"\"'),(12966,3019,'CurrentUserID','0'),(12967,3020,'Attempts','1'),(12968,3020,'ClientIP','\"79.178.178.172\"'),(12969,3020,'UserAgent','\"\"'),(12970,3020,'CurrentUserID','0'),(12971,3021,'Attempts','1'),(12972,3021,'ClientIP','\"79.183.217.60\"'),(12973,3021,'UserAgent','\"\"'),(12974,3021,'CurrentUserID','0'),(12975,3022,'Attempts','1'),(12976,3022,'ClientIP','\"37.213.242.86\"'),(12977,3022,'UserAgent','\"\"'),(12978,3022,'CurrentUserID','0'),(12979,3023,'Attempts','1'),(12980,3023,'ClientIP','\"60.49.48.255\"'),(12981,3023,'UserAgent','\"\"'),(12982,3023,'CurrentUserID','0'),(12983,3024,'Attempts','1'),(12984,3024,'ClientIP','\"190.78.135.76\"'),(12985,3024,'UserAgent','\"\"'),(12986,3024,'CurrentUserID','0'),(12987,3025,'Attempts','1'),(12988,3025,'ClientIP','\"79.178.100.251\"'),(12989,3025,'UserAgent','\"\"'),(12990,3025,'CurrentUserID','0'),(12991,3026,'Attempts','1'),(12992,3026,'ClientIP','\"109.92.86.3\"'),(12993,3026,'UserAgent','\"\"'),(12994,3026,'CurrentUserID','0'),(12995,3027,'Attempts','1'),(12996,3027,'ClientIP','\"203.87.133.84\"'),(12997,3027,'UserAgent','\"\"'),(12998,3027,'CurrentUserID','0'),(12999,3028,'Attempts','1'),(13000,3028,'ClientIP','\"84.109.90.4\"'),(13001,3028,'UserAgent','\"\"'),(13002,3028,'CurrentUserID','0'),(13003,3029,'Attempts','2'),(13004,3029,'ClientIP','\"109.86.15.95\"'),(13005,3029,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13006,3029,'CurrentUserID','0'),(13007,3030,'Attempts','1'),(13008,3030,'ClientIP','\"190.78.129.80\"'),(13009,3030,'UserAgent','\"\"'),(13010,3030,'CurrentUserID','0'),(13011,3031,'Attempts','1'),(13012,3031,'ClientIP','\"85.133.138.94\"'),(13013,3031,'UserAgent','\"\"'),(13014,3031,'CurrentUserID','0'),(13015,3032,'Attempts','2'),(13016,3032,'ClientIP','\"177.21.233.242\"'),(13017,3032,'UserAgent','\"\"'),(13018,3032,'CurrentUserID','0'),(13019,3033,'Attempts','1'),(13020,3033,'ClientIP','\"118.69.220.91\"'),(13021,3033,'UserAgent','\"\"'),(13022,3033,'CurrentUserID','0'),(13023,3034,'Attempts','1'),(13024,3035,'Attempts','1'),(13025,3034,'ClientIP','\"178.137.160.226\"'),(13026,3035,'ClientIP','\"178.137.160.226\"'),(13027,3034,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/30.0.1599.17 Safari\\/537.36\"'),(13028,3035,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/29.0.1547.57 Safari\\/537.36\"'),(13029,3035,'CurrentUserID','0'),(13030,3034,'CurrentUserID','0'),(13031,3036,'Attempts','1'),(13032,3036,'ClientIP','\"82.166.23.4\"'),(13033,3036,'UserAgent','\"\"'),(13034,3036,'CurrentUserID','0'),(13035,3037,'Attempts','1'),(13036,3037,'ClientIP','\"84.76.139.118\"'),(13037,3037,'UserAgent','\"\"'),(13038,3037,'CurrentUserID','0'),(13039,3038,'Attempts','1'),(13040,3038,'ClientIP','\"5.226.103.226\"'),(13041,3038,'UserAgent','\"\"'),(13042,3038,'CurrentUserID','0'),(13043,3039,'Attempts','\"10+\"'),(13044,3039,'ClientIP','\"212.227.255.73\"'),(13045,3039,'UserAgent','\"Mozilla\\/5.0 (Linux; U; Android 2.2) AppleWebKit\\/533.1 (KHTML, like Gecko) Version\\/4.0 Mobile Safari\\/533.1\"'),(13046,3039,'CurrentUserID','0'),(13047,3040,'Attempts','1'),(13048,3040,'ClientIP','\"112.208.192.151\"'),(13049,3040,'UserAgent','\"\"'),(13050,3040,'CurrentUserID','0'),(13051,3041,'Attempts','1'),(13052,3041,'ClientIP','\"93.87.149.237\"'),(13053,3041,'UserAgent','\"\"'),(13054,3041,'CurrentUserID','0'),(13055,3042,'Attempts','1'),(13056,3042,'ClientIP','\"109.196.116.150\"'),(13057,3042,'UserAgent','\"\"'),(13058,3042,'CurrentUserID','0'),(13059,3043,'Attempts','1'),(13060,3043,'ClientIP','\"212.200.96.178\"'),(13061,3043,'UserAgent','\"\"'),(13062,3043,'CurrentUserID','0'),(13063,3044,'Attempts','1'),(13064,3044,'ClientIP','\"121.55.195.115\"'),(13065,3044,'UserAgent','\"\"'),(13066,3044,'CurrentUserID','0'),(13067,3045,'Attempts','1'),(13068,3045,'ClientIP','\"85.65.32.160\"'),(13069,3045,'UserAgent','\"\"'),(13070,3045,'CurrentUserID','0'),(13071,3046,'Attempts','1'),(13072,3046,'ClientIP','\"41.141.32.228\"'),(13073,3046,'UserAgent','\"\"'),(13074,3046,'CurrentUserID','0'),(13075,3047,'Attempts','1'),(13076,3047,'ClientIP','\"39.49.103.178\"'),(13077,3047,'UserAgent','\"\"'),(13078,3047,'CurrentUserID','0'),(13079,3048,'Attempts','1'),(13080,3048,'ClientIP','\"94.204.76.252\"'),(13081,3048,'UserAgent','\"\"'),(13082,3048,'CurrentUserID','0'),(13083,3049,'Attempts','1'),(13084,3049,'ClientIP','\"109.93.95.59\"'),(13085,3049,'UserAgent','\"\"'),(13086,3049,'CurrentUserID','0'),(13087,3050,'Attempts','1'),(13088,3050,'ClientIP','\"178.220.168.122\"'),(13089,3050,'UserAgent','\"\"'),(13090,3050,'CurrentUserID','0'),(13091,3051,'Attempts','1'),(13092,3051,'ClientIP','\"201.247.217.163\"'),(13093,3051,'UserAgent','\"\"'),(13094,3051,'CurrentUserID','0'),(13095,3052,'Attempts','1'),(13096,3052,'ClientIP','\"139.195.16.159\"'),(13097,3052,'UserAgent','\"\"'),(13098,3052,'CurrentUserID','0'),(13099,3053,'Attempts','1'),(13100,3053,'ClientIP','\"82.208.242.241\"'),(13101,3053,'UserAgent','\"\"'),(13102,3053,'CurrentUserID','0'),(13103,3054,'Attempts','1'),(13104,3054,'ClientIP','\"112.209.180.139\"'),(13105,3054,'UserAgent','\"\"'),(13106,3054,'CurrentUserID','0'),(13107,3055,'PostID','413'),(13108,3055,'PostType','\"page\"'),(13109,3055,'PostTitle','\"Auto Draft\"'),(13110,3055,'ClientIP','\"10.30.65.100\"'),(13111,3055,'UserAgent','\"WordPress\\/4.2.4; http:\\/\\/www.wsaa.aero\"'),(13112,3055,'CurrentUserID','0'),(13113,3056,'PostID','384'),(13114,3056,'PostType','\"post\"'),(13115,3056,'PostTitle','\"Auto Draft\"'),(13116,3056,'ClientIP','\"10.30.65.100\"'),(13117,3056,'UserAgent','\"WordPress\\/4.2.4; http:\\/\\/www.wsaa.aero\"'),(13118,3056,'CurrentUserID','0'),(13119,3057,'Attempts','1'),(13120,3057,'ClientIP','\"41.141.32.228\"'),(13121,3057,'UserAgent','\"\"'),(13122,3057,'CurrentUserID','0'),(13123,3058,'Attempts','1'),(13124,3058,'ClientIP','\"60.51.115.253\"'),(13125,3058,'UserAgent','\"\"'),(13126,3058,'CurrentUserID','0'),(13127,3059,'Attempts','1'),(13128,3059,'ClientIP','\"78.0.60.40\"'),(13129,3059,'UserAgent','\"\"'),(13130,3059,'CurrentUserID','0'),(13131,3060,'Attempts','2'),(13132,3060,'ClientIP','\"109.86.15.95\"'),(13133,3060,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13134,3060,'CurrentUserID','0'),(13135,3061,'Attempts','1'),(13136,3061,'ClientIP','\"124.82.101.112\"'),(13137,3061,'UserAgent','\"\"'),(13138,3061,'CurrentUserID','0'),(13139,3062,'Attempts','1'),(13140,3063,'Attempts','1'),(13141,3062,'ClientIP','\"178.137.160.226\"'),(13142,3063,'ClientIP','\"178.137.160.226\"'),(13143,3062,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\"'),(13144,3063,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(13145,3062,'CurrentUserID','0'),(13146,3063,'CurrentUserID','0'),(13147,3064,'Attempts','1'),(13148,3064,'ClientIP','\"94.64.238.103\"'),(13149,3064,'UserAgent','\"\"'),(13150,3064,'CurrentUserID','0'),(13151,3065,'Attempts','1'),(13152,3065,'ClientIP','\"116.88.114.158\"'),(13153,3065,'UserAgent','\"\"'),(13154,3065,'CurrentUserID','0'),(13155,3066,'Attempts','1'),(13156,3066,'ClientIP','\"37.35.65.172\"'),(13157,3066,'UserAgent','\"\"'),(13158,3066,'CurrentUserID','0'),(13159,3067,'Attempts','1'),(13160,3067,'ClientIP','\"146.198.240.57\"'),(13161,3067,'UserAgent','\"\"'),(13162,3067,'CurrentUserID','0'),(13163,3068,'Attempts','1'),(13164,3068,'ClientIP','\"86.125.202.209\"'),(13165,3068,'UserAgent','\"\"'),(13166,3068,'CurrentUserID','0'),(13167,3069,'Attempts','1'),(13168,3069,'ClientIP','\"177.21.233.242\"'),(13169,3069,'UserAgent','\"\"'),(13170,3069,'CurrentUserID','0'),(13171,3070,'Attempts','1'),(13172,3070,'ClientIP','\"101.50.118.60\"'),(13173,3070,'UserAgent','\"\"'),(13174,3070,'CurrentUserID','0'),(13175,3071,'Attempts','1'),(13176,3071,'ClientIP','\"139.195.16.159\"'),(13177,3071,'UserAgent','\"\"'),(13178,3071,'CurrentUserID','0'),(13179,3072,'Attempts','1'),(13180,3072,'ClientIP','\"58.8.148.12\"'),(13181,3072,'UserAgent','\"\"'),(13182,3072,'CurrentUserID','0'),(13183,3073,'Attempts','1'),(13184,3073,'ClientIP','\"79.181.56.11\"'),(13185,3073,'UserAgent','\"\"'),(13186,3073,'CurrentUserID','0'),(13187,3074,'Attempts','1'),(13188,3074,'ClientIP','\"193.140.109.2\"'),(13189,3074,'UserAgent','\"\"'),(13190,3074,'CurrentUserID','0'),(13191,3075,'Attempts','1'),(13192,3075,'ClientIP','\"42.114.204.26\"'),(13193,3075,'UserAgent','\"\"'),(13194,3075,'CurrentUserID','0'),(13195,3076,'Attempts','1'),(13196,3076,'ClientIP','\"93.137.140.97\"'),(13197,3076,'UserAgent','\"\"'),(13198,3076,'CurrentUserID','0'),(13199,3077,'Attempts','1'),(13200,3077,'ClientIP','\"5.134.65.213\"'),(13201,3077,'UserAgent','\"\"'),(13202,3077,'CurrentUserID','0'),(13203,3078,'Username','\"runamuk0@msn.com\"'),(13204,3078,'CurrentUserRoles','[\"administrator\"]'),(13205,3078,'ClientIP','\"174.31.138.18\"'),(13206,3078,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.130 Safari\\/537.36\"'),(13207,3079,'PostID','394'),(13208,3079,'PostType','\"page\"'),(13209,3079,'PostTitle','\"Scholarships\\/Grants\"'),(13210,3079,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=394\"'),(13211,3079,'ClientIP','\"174.31.138.18\"'),(13212,3079,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.130 Safari\\/537.36\"'),(13213,3079,'CurrentUserID','2'),(13214,3079,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(13215,3080,'Attempts','1'),(13216,3080,'ClientIP','\"37.114.156.121\"'),(13217,3080,'UserAgent','\"\"'),(13218,3080,'CurrentUserID','0'),(13219,3081,'Attempts','1'),(13220,3081,'ClientIP','\"109.66.187.234\"'),(13221,3081,'UserAgent','\"\"'),(13222,3081,'CurrentUserID','0'),(13223,3082,'Attempts','1'),(13224,3082,'ClientIP','\"218.22.21.14\"'),(13225,3082,'UserAgent','\"\"'),(13226,3082,'CurrentUserID','0'),(13227,3083,'Attempts','2'),(13228,3083,'ClientIP','\"112.160.79.219\"'),(13229,3083,'UserAgent','\"\"'),(13230,3083,'CurrentUserID','0'),(13231,3084,'Attempts','1'),(13232,3084,'ClientIP','\"60.53.248.246\"'),(13233,3084,'UserAgent','\"\"'),(13234,3084,'CurrentUserID','0'),(13235,3085,'Attempts','1'),(13236,3085,'ClientIP','\"103.15.165.163\"'),(13237,3085,'UserAgent','\"\"'),(13238,3085,'CurrentUserID','0'),(13239,3086,'Attempts','2'),(13240,3086,'ClientIP','\"109.86.15.95\"'),(13241,3086,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13242,3086,'CurrentUserID','0'),(13243,3087,'Attempts','1'),(13244,3087,'ClientIP','\"94.176.40.41\"'),(13245,3087,'UserAgent','\"\"'),(13246,3087,'CurrentUserID','0'),(13247,3088,'Attempts','1'),(13248,3088,'ClientIP','\"178.137.160.226\"'),(13249,3088,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/30.0.1599.17 Safari\\/537.36\"'),(13250,3088,'CurrentUserID','0'),(13251,3089,'Attempts','1'),(13252,3089,'ClientIP','\"79.177.215.219\"'),(13253,3089,'UserAgent','\"\"'),(13254,3089,'CurrentUserID','0'),(13255,3090,'Attempts','1'),(13256,3090,'ClientIP','\"94.97.49.75\"'),(13257,3090,'UserAgent','\"\"'),(13258,3090,'CurrentUserID','0'),(13259,3091,'Attempts','1'),(13260,3091,'ClientIP','\"203.82.193.72\"'),(13261,3091,'UserAgent','\"\"'),(13262,3091,'CurrentUserID','0'),(13263,3092,'Attempts','1'),(13264,3092,'ClientIP','\"188.118.109.102\"'),(13265,3092,'UserAgent','\"\"'),(13266,3092,'CurrentUserID','0'),(13267,3093,'Attempts','2'),(13268,3093,'ClientIP','\"39.44.62.80\"'),(13269,3093,'UserAgent','\"\"'),(13270,3093,'CurrentUserID','0'),(13271,3094,'Attempts','1'),(13272,3094,'ClientIP','\"123.2.154.173\"'),(13273,3094,'UserAgent','\"\"'),(13274,3094,'CurrentUserID','0'),(13275,3095,'Attempts','1'),(13276,3095,'ClientIP','\"37.132.17.132\"'),(13277,3095,'UserAgent','\"\"'),(13278,3095,'CurrentUserID','0'),(13279,3096,'Attempts','1'),(13280,3096,'ClientIP','\"31.47.7.143\"'),(13281,3096,'UserAgent','\"\"'),(13282,3096,'CurrentUserID','0'),(13283,3097,'Attempts','3'),(13284,3097,'ClientIP','\"185.76.71.67\"'),(13285,3097,'UserAgent','\"\"'),(13286,3097,'CurrentUserID','0'),(13287,3098,'Attempts','1'),(13288,3098,'ClientIP','\"31.168.69.70\"'),(13289,3098,'UserAgent','\"\"'),(13290,3098,'CurrentUserID','0'),(13291,3099,'Attempts','1'),(13292,3099,'ClientIP','\"91.72.17.134\"'),(13293,3099,'UserAgent','\"\"'),(13294,3099,'CurrentUserID','0'),(13295,3100,'Attempts','1'),(13296,3100,'ClientIP','\"177.21.233.242\"'),(13297,3100,'UserAgent','\"\"'),(13298,3100,'CurrentUserID','0'),(13299,3101,'Attempts','1'),(13300,3101,'ClientIP','\"80.36.112.122\"'),(13301,3101,'UserAgent','\"\"'),(13302,3101,'CurrentUserID','0'),(13303,3102,'Attempts','1'),(13304,3102,'ClientIP','\"146.198.240.57\"'),(13305,3102,'UserAgent','\"\"'),(13306,3102,'CurrentUserID','0'),(13307,3103,'Attempts','1'),(13308,3103,'ClientIP','\"81.10.217.22\"'),(13309,3103,'UserAgent','\"\"'),(13310,3103,'CurrentUserID','0'),(13311,3104,'PostID','435'),(13312,3104,'PostType','\"post\"'),(13313,3104,'PostTitle','\"Auto Draft\"'),(13314,3104,'ClientIP','\"10.30.65.100\"'),(13315,3104,'UserAgent','\"WordPress\\/4.2.4; http:\\/\\/www.wsaa.aero\"'),(13316,3104,'CurrentUserID','0'),(13317,3105,'Attempts','2'),(13318,3105,'ClientIP','\"112.198.77.2\"'),(13319,3105,'UserAgent','\"\"'),(13320,3105,'CurrentUserID','0'),(13321,3106,'Attempts','1'),(13322,3106,'ClientIP','\"62.120.128.83\"'),(13323,3106,'UserAgent','\"\"'),(13324,3106,'CurrentUserID','0'),(13325,3107,'Attempts','1'),(13326,3107,'ClientIP','\"109.64.134.202\"'),(13327,3107,'UserAgent','\"\"'),(13328,3107,'CurrentUserID','0'),(13329,3108,'Attempts','1'),(13330,3108,'ClientIP','\"78.0.98.169\"'),(13331,3108,'UserAgent','\"\"'),(13332,3108,'CurrentUserID','0'),(13333,3109,'Attempts','1'),(13334,3109,'ClientIP','\"93.114.121.68\"'),(13335,3109,'UserAgent','\"\"'),(13336,3109,'CurrentUserID','0'),(13337,3110,'Attempts','1'),(13338,3110,'ClientIP','\"84.21.123.57\"'),(13339,3110,'UserAgent','\"\"'),(13340,3110,'CurrentUserID','0'),(13341,3111,'Attempts','1'),(13342,3111,'ClientIP','\"121.99.29.160\"'),(13343,3111,'UserAgent','\"\"'),(13344,3111,'CurrentUserID','0'),(13345,3112,'Attempts','1'),(13346,3112,'ClientIP','\"218.22.21.14\"'),(13347,3112,'UserAgent','\"\"'),(13348,3112,'CurrentUserID','0'),(13349,3113,'Attempts','1'),(13350,3113,'ClientIP','\"146.198.240.57\"'),(13351,3113,'UserAgent','\"\"'),(13352,3113,'CurrentUserID','0'),(13353,3114,'Attempts','1'),(13354,3114,'ClientIP','\"37.114.156.121\"'),(13355,3114,'UserAgent','\"\"'),(13356,3114,'CurrentUserID','0'),(13357,3115,'Attempts','1'),(13358,3115,'ClientIP','\"178.137.160.226\"'),(13359,3115,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.16 Safari\\/537.36\"'),(13360,3115,'CurrentUserID','0'),(13361,3116,'Attempts','1'),(13362,3116,'ClientIP','\"109.86.15.95\"'),(13363,3116,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13364,3116,'CurrentUserID','0'),(13365,3117,'Attempts','1'),(13366,3117,'ClientIP','\"88.161.62.151\"'),(13367,3117,'UserAgent','\"\"'),(13368,3117,'CurrentUserID','0'),(13369,3118,'Attempts','1'),(13370,3118,'ClientIP','\"41.133.44.91\"'),(13371,3118,'UserAgent','\"\"'),(13372,3118,'CurrentUserID','0'),(13373,3119,'Attempts','1'),(13374,3119,'ClientIP','\"200.90.127.158\"'),(13375,3119,'UserAgent','\"\"'),(13376,3119,'CurrentUserID','0'),(13377,3120,'Attempts','1'),(13378,3120,'ClientIP','\"5.22.130.172\"'),(13379,3120,'UserAgent','\"\"'),(13380,3120,'CurrentUserID','0'),(13381,3121,'Attempts','1'),(13382,3121,'ClientIP','\"182.181.139.185\"'),(13383,3121,'UserAgent','\"\"'),(13384,3121,'CurrentUserID','0'),(13385,3122,'Attempts','1'),(13386,3122,'ClientIP','\"36.85.212.101\"'),(13387,3122,'UserAgent','\"\"'),(13388,3122,'CurrentUserID','0'),(13389,3123,'Attempts','1'),(13390,3123,'ClientIP','\"109.197.83.9\"'),(13391,3123,'UserAgent','\"\"'),(13392,3123,'CurrentUserID','0'),(13393,3124,'Attempts','1'),(13394,3124,'ClientIP','\"89.70.15.133\"'),(13395,3124,'UserAgent','\"\"'),(13396,3124,'CurrentUserID','0'),(13397,3125,'Attempts','1'),(13398,3125,'ClientIP','\"85.207.93.54\"'),(13399,3125,'UserAgent','\"\"'),(13400,3125,'CurrentUserID','0'),(13401,3126,'Attempts','1'),(13402,3126,'ClientIP','\"79.126.171.31\"'),(13403,3126,'UserAgent','\"\"'),(13404,3126,'CurrentUserID','0'),(13405,3127,'Attempts','1'),(13406,3127,'ClientIP','\"93.86.196.138\"'),(13407,3127,'UserAgent','\"\"'),(13408,3127,'CurrentUserID','0'),(13409,3128,'Attempts','2'),(13410,3128,'ClientIP','\"185.23.48.4\"'),(13411,3128,'UserAgent','\"\"'),(13412,3128,'CurrentUserID','0'),(13413,3129,'Attempts','1'),(13414,3129,'ClientIP','\"46.40.21.200\"'),(13415,3129,'UserAgent','\"\"'),(13416,3129,'CurrentUserID','0'),(13417,3130,'Attempts','1'),(13418,3130,'ClientIP','\"82.166.23.98\"'),(13419,3130,'UserAgent','\"\"'),(13420,3130,'CurrentUserID','0'),(13421,3131,'Attempts','1'),(13422,3131,'ClientIP','\"94.121.21.126\"'),(13423,3131,'UserAgent','\"\"'),(13424,3131,'CurrentUserID','0'),(13425,3132,'Attempts','1'),(13426,3132,'ClientIP','\"193.235.73.194\"'),(13427,3132,'UserAgent','\"\"'),(13428,3132,'CurrentUserID','0'),(13429,3133,'Attempts','1'),(13430,3133,'ClientIP','\"177.200.160.114\"'),(13431,3133,'UserAgent','\"\"'),(13432,3133,'CurrentUserID','0'),(13433,3134,'Attempts','1'),(13434,3134,'ClientIP','\"177.21.233.242\"'),(13435,3134,'UserAgent','\"\"'),(13436,3134,'CurrentUserID','0'),(13437,3135,'Attempts','1'),(13438,3135,'ClientIP','\"36.74.100.252\"'),(13439,3135,'UserAgent','\"\"'),(13440,3135,'CurrentUserID','0'),(13441,3136,'Attempts','1'),(13442,3136,'ClientIP','\"197.245.144.11\"'),(13443,3136,'UserAgent','\"\"'),(13444,3136,'CurrentUserID','0'),(13445,3137,'Attempts','1'),(13446,3137,'ClientIP','\"79.179.125.22\"'),(13447,3137,'UserAgent','\"\"'),(13448,3137,'CurrentUserID','0'),(13449,3138,'Attempts','1'),(13450,3138,'ClientIP','\"5.40.134.36\"'),(13451,3138,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13452,3138,'CurrentUserID','0'),(13453,3139,'Attempts','1'),(13454,3139,'ClientIP','\"82.166.23.84\"'),(13455,3139,'UserAgent','\"\"'),(13456,3139,'CurrentUserID','0'),(13457,3140,'Attempts','1'),(13458,3140,'ClientIP','\"210.186.33.100\"'),(13459,3140,'UserAgent','\"\"'),(13460,3140,'CurrentUserID','0'),(13461,3141,'Attempts','2'),(13462,3141,'ClientIP','\"109.86.15.95\"'),(13463,3141,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13464,3141,'CurrentUserID','0'),(13465,3142,'Attempts','1'),(13466,3142,'ClientIP','\"60.49.73.48\"'),(13467,3142,'UserAgent','\"\"'),(13468,3142,'CurrentUserID','0'),(13469,3143,'Attempts','4'),(13470,3143,'ClientIP','\"185.30.27.164\"'),(13471,3143,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13472,3143,'CurrentUserID','0'),(13473,3144,'Attempts','1'),(13474,3144,'ClientIP','\"109.64.63.136\"'),(13475,3144,'UserAgent','\"\"'),(13476,3144,'CurrentUserID','0'),(13477,3145,'Attempts','1'),(13478,3145,'ClientIP','\"5.12.86.191\"'),(13479,3145,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13480,3145,'CurrentUserID','0'),(13481,3146,'Attempts','1'),(13482,3146,'ClientIP','\"213.222.135.54\"'),(13483,3146,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13484,3146,'CurrentUserID','0'),(13485,3147,'Attempts','1'),(13486,3147,'ClientIP','\"109.66.187.234\"'),(13487,3147,'UserAgent','\"\"'),(13488,3147,'CurrentUserID','0'),(13489,3148,'Attempts','2'),(13490,3148,'ClientIP','\"93.86.196.138\"'),(13491,3148,'UserAgent','\"\"'),(13492,3148,'CurrentUserID','0'),(13493,3149,'Attempts','2'),(13494,3149,'ClientIP','\"5.22.130.172\"'),(13495,3149,'UserAgent','\"\"'),(13496,3149,'CurrentUserID','0'),(13497,3150,'Attempts','1'),(13498,3150,'ClientIP','\"208.89.129.203\"'),(13499,3150,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13500,3150,'CurrentUserID','0'),(13501,3151,'Attempts','1'),(13502,3151,'ClientIP','\"212.200.96.178\"'),(13503,3151,'UserAgent','\"\"'),(13504,3151,'CurrentUserID','0'),(13505,3152,'Attempts','1'),(13506,3152,'ClientIP','\"5.35.108.25\"'),(13507,3152,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13508,3152,'CurrentUserID','0'),(13509,3153,'Attempts','1'),(13510,3153,'ClientIP','\"91.186.244.243\"'),(13511,3153,'UserAgent','\"\"'),(13512,3153,'CurrentUserID','0'),(13513,3154,'Attempts','1'),(13514,3154,'ClientIP','\"178.137.160.226\"'),(13515,3154,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(13516,3154,'CurrentUserID','0'),(13517,3155,'Attempts','2'),(13518,3155,'ClientIP','\"212.130.141.52\"'),(13519,3155,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13520,3155,'CurrentUserID','0'),(13521,3156,'Attempts','1'),(13522,3156,'ClientIP','\"5.40.134.33\"'),(13523,3156,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13524,3156,'CurrentUserID','0'),(13525,3157,'Attempts','1'),(13526,3157,'ClientIP','\"200.7.202.217\"'),(13527,3157,'UserAgent','\"\"'),(13528,3157,'CurrentUserID','0'),(13529,3158,'Attempts','3'),(13530,3158,'ClientIP','\"96.53.80.38\"'),(13531,3158,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13532,3158,'CurrentUserID','0'),(13533,3159,'Attempts','\"10+\"'),(13534,3159,'ClientIP','\"185.56.82.14\"'),(13535,3159,'UserAgent','\"Opera\\/9.80 (Windows NT 5.1; U; ru) Presto\\/2.9.168 Version\\/11.50\"'),(13536,3159,'CurrentUserID','0'),(13537,3160,'Attempts','1'),(13538,3160,'ClientIP','\"2.50.173.65\"'),(13539,3160,'UserAgent','\"\"'),(13540,3160,'CurrentUserID','0'),(13541,3161,'Attempts','1'),(13542,3161,'ClientIP','\"5.36.163.56\"'),(13543,3161,'UserAgent','\"\"'),(13544,3161,'CurrentUserID','0'),(13545,3162,'Attempts','1'),(13546,3162,'ClientIP','\"5.29.169.148\"'),(13547,3162,'UserAgent','\"\"'),(13548,3162,'CurrentUserID','0'),(13549,3163,'Attempts','1'),(13550,3163,'ClientIP','\"78.0.16.62\"'),(13551,3163,'UserAgent','\"\"'),(13552,3163,'CurrentUserID','0'),(13553,3164,'Attempts','1'),(13554,3164,'ClientIP','\"93.142.129.240\"'),(13555,3164,'UserAgent','\"\"'),(13556,3164,'CurrentUserID','0'),(13557,3165,'Attempts','1'),(13558,3165,'ClientIP','\"81.10.217.22\"'),(13559,3165,'UserAgent','\"\"'),(13560,3165,'CurrentUserID','0'),(13561,3166,'Attempts','1'),(13562,3166,'ClientIP','\"193.235.73.195\"'),(13563,3166,'UserAgent','\"\"'),(13564,3166,'CurrentUserID','0'),(13565,3167,'Attempts','1'),(13566,3167,'ClientIP','\"5.19.240.76\"'),(13567,3167,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13568,3167,'CurrentUserID','0'),(13569,3168,'Attempts','1'),(13570,3168,'ClientIP','\"178.126.10.120\"'),(13571,3168,'UserAgent','\"\"'),(13572,3168,'CurrentUserID','0'),(13573,3169,'Attempts','1'),(13574,3169,'ClientIP','\"123.2.154.173\"'),(13575,3169,'UserAgent','\"\"'),(13576,3169,'CurrentUserID','0'),(13577,3170,'Attempts','2'),(13578,3170,'ClientIP','\"185.30.27.164\"'),(13579,3170,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13580,3170,'CurrentUserID','0'),(13581,3171,'Attempts','1'),(13582,3171,'ClientIP','\"112.198.77.222\"'),(13583,3171,'UserAgent','\"\"'),(13584,3171,'CurrentUserID','0'),(13585,3172,'Attempts','2'),(13586,3172,'ClientIP','\"109.86.15.95\"'),(13587,3172,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13588,3172,'CurrentUserID','0'),(13589,3173,'Attempts','1'),(13590,3173,'ClientIP','\"43.243.140.219\"'),(13591,3173,'UserAgent','\"\"'),(13592,3173,'CurrentUserID','0'),(13593,3174,'Attempts','2'),(13594,3174,'ClientIP','\"96.53.80.38\"'),(13595,3174,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13596,3174,'CurrentUserID','0'),(13597,3175,'Attempts','1'),(13598,3175,'ClientIP','\"39.44.159.31\"'),(13599,3175,'UserAgent','\"\"'),(13600,3175,'CurrentUserID','0'),(13601,3176,'Attempts','1'),(13602,3176,'ClientIP','\"90.169.232.196\"'),(13603,3176,'UserAgent','\"\"'),(13604,3176,'CurrentUserID','0'),(13605,3177,'Attempts','2'),(13606,3177,'ClientIP','\"5.19.240.76\"'),(13607,3177,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13608,3177,'CurrentUserID','0'),(13609,3178,'Attempts','1'),(13610,3178,'ClientIP','\"207.35.85.163\"'),(13611,3178,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13612,3178,'CurrentUserID','0'),(13613,3179,'Attempts','1'),(13614,3179,'ClientIP','\"213.222.135.54\"'),(13615,3179,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13616,3179,'CurrentUserID','0'),(13617,3180,'Attempts','1'),(13618,3180,'ClientIP','\"37.213.32.153\"'),(13619,3180,'UserAgent','\"\"'),(13620,3180,'CurrentUserID','0'),(13621,3181,'Attempts','1'),(13622,3181,'ClientIP','\"178.148.44.61\"'),(13623,3181,'UserAgent','\"\"'),(13624,3181,'CurrentUserID','0'),(13625,3182,'Attempts','\"10+\"'),(13626,3182,'ClientIP','\"185.56.82.14\"'),(13627,3182,'UserAgent','\"Opera\\/9.80 (Windows NT 5.1; U; ru) Presto\\/2.9.168 Version\\/11.50\"'),(13628,3182,'CurrentUserID','0'),(13629,3183,'Attempts','1'),(13630,3183,'ClientIP','\"178.137.160.226\"'),(13631,3183,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/30.0.1599.17 Safari\\/537.36\"'),(13632,3183,'CurrentUserID','0'),(13633,3184,'Attempts','1'),(13634,3184,'ClientIP','\"190.98.229.178\"'),(13635,3184,'UserAgent','\"\"'),(13636,3184,'CurrentUserID','0'),(13637,3185,'Attempts','1'),(13638,3185,'ClientIP','\"79.181.56.11\"'),(13639,3185,'UserAgent','\"\"'),(13640,3185,'CurrentUserID','0'),(13641,3186,'Attempts','1'),(13642,3186,'ClientIP','\"208.89.129.203\"'),(13643,3186,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13644,3186,'CurrentUserID','0'),(13645,3187,'Attempts','1'),(13646,3187,'ClientIP','\"86.100.58.105\"'),(13647,3187,'UserAgent','\"\"'),(13648,3187,'CurrentUserID','0'),(13649,3188,'Attempts','1'),(13650,3188,'ClientIP','\"151.247.168.97\"'),(13651,3188,'UserAgent','\"\"'),(13652,3188,'CurrentUserID','0'),(13653,3189,'Attempts','1'),(13654,3189,'ClientIP','\"197.88.22.213\"'),(13655,3189,'UserAgent','\"\"'),(13656,3189,'CurrentUserID','0'),(13657,3190,'Attempts','1'),(13658,3190,'ClientIP','\"187.194.8.235\"'),(13659,3190,'UserAgent','\"\"'),(13660,3190,'CurrentUserID','0'),(13661,3191,'Attempts','1'),(13662,3191,'ClientIP','\"178.126.10.120\"'),(13663,3191,'UserAgent','\"\"'),(13664,3191,'CurrentUserID','0'),(13665,3192,'Attempts','1'),(13666,3192,'ClientIP','\"77.30.209.94\"'),(13667,3192,'UserAgent','\"\"'),(13668,3192,'CurrentUserID','0'),(13669,3193,'Attempts','1'),(13670,3193,'ClientIP','\"177.229.107.108\"'),(13671,3193,'UserAgent','\"\"'),(13672,3193,'CurrentUserID','0'),(13673,3194,'Attempts','1'),(13674,3194,'ClientIP','\"213.147.102.171\"'),(13675,3194,'UserAgent','\"\"'),(13676,3194,'CurrentUserID','0'),(13677,3195,'Attempts','1'),(13678,3195,'ClientIP','\"79.113.248.83\"'),(13679,3195,'UserAgent','\"\"'),(13680,3195,'CurrentUserID','0'),(13681,3196,'Attempts','1'),(13682,3196,'ClientIP','\"151.25.40.89\"'),(13683,3196,'UserAgent','\"\"'),(13684,3196,'CurrentUserID','0'),(13685,3197,'Attempts','1'),(13686,3197,'ClientIP','\"93.86.207.52\"'),(13687,3197,'UserAgent','\"\"'),(13688,3197,'CurrentUserID','0'),(13689,3198,'Attempts','1'),(13690,3198,'ClientIP','\"100.8.68.217\"'),(13691,3198,'UserAgent','\"\"'),(13692,3198,'CurrentUserID','0'),(13693,3199,'Attempts','2'),(13694,3199,'ClientIP','\"109.86.15.95\"'),(13695,3199,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13696,3199,'CurrentUserID','0'),(13697,3200,'Attempts','1'),(13698,3200,'ClientIP','\"5.238.241.202\"'),(13699,3200,'UserAgent','\"\"'),(13700,3200,'CurrentUserID','0'),(13701,3201,'Attempts','\"10+\"'),(13702,3201,'ClientIP','\"185.56.82.14\"'),(13703,3201,'UserAgent','\"Opera\\/9.80 (Windows NT 5.1; U; ru) Presto\\/2.9.168 Version\\/11.50\"'),(13704,3201,'CurrentUserID','0'),(13705,3202,'Attempts','1'),(13706,3202,'ClientIP','\"39.32.123.44\"'),(13707,3202,'UserAgent','\"\"'),(13708,3202,'CurrentUserID','0'),(13709,3203,'Attempts','1'),(13710,3203,'ClientIP','\"39.49.91.130\"'),(13711,3203,'UserAgent','\"\"'),(13712,3203,'CurrentUserID','0'),(13713,3204,'Attempts','1'),(13714,3204,'ClientIP','\"92.96.130.104\"'),(13715,3204,'UserAgent','\"\"'),(13716,3204,'CurrentUserID','0'),(13717,3205,'Attempts','1'),(13718,3205,'ClientIP','\"171.224.22.2\"'),(13719,3205,'UserAgent','\"\"'),(13720,3205,'CurrentUserID','0'),(13721,3206,'Attempts','1'),(13722,3206,'ClientIP','\"139.194.97.142\"'),(13723,3206,'UserAgent','\"\"'),(13724,3206,'CurrentUserID','0'),(13725,3207,'Attempts','1'),(13726,3207,'ClientIP','\"178.137.160.226\"'),(13727,3207,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/30.0.1599.17 Safari\\/537.36\"'),(13728,3207,'CurrentUserID','0'),(13729,3208,'Attempts','1'),(13730,3208,'ClientIP','\"191.185.94.194\"'),(13731,3208,'UserAgent','\"\"'),(13732,3208,'CurrentUserID','0'),(13733,3209,'Attempts','1'),(13734,3209,'ClientIP','\"79.126.183.28\"'),(13735,3209,'UserAgent','\"\"'),(13736,3209,'CurrentUserID','0'),(13737,3210,'Attempts','1'),(13738,3210,'ClientIP','\"190.78.133.248\"'),(13739,3210,'UserAgent','\"\"'),(13740,3210,'CurrentUserID','0'),(13741,3211,'Attempts','1'),(13742,3211,'ClientIP','\"94.176.154.97\"'),(13743,3211,'UserAgent','\"\"'),(13744,3211,'CurrentUserID','0'),(13745,3212,'Attempts','1'),(13746,3212,'ClientIP','\"89.38.174.66\"'),(13747,3212,'UserAgent','\"\"'),(13748,3212,'CurrentUserID','0'),(13749,3213,'Attempts','1'),(13750,3213,'ClientIP','\"10.140.254.2\"'),(13751,3213,'UserAgent','\"\"'),(13752,3213,'CurrentUserID','0'),(13753,3214,'Attempts','1'),(13754,3214,'ClientIP','\"188.129.93.240\"'),(13755,3214,'UserAgent','\"\"'),(13756,3214,'CurrentUserID','0'),(13757,3215,'Attempts','1'),(13758,3215,'ClientIP','\"93.86.154.83\"'),(13759,3215,'UserAgent','\"\"'),(13760,3215,'CurrentUserID','0'),(13761,3216,'Attempts','1'),(13762,3216,'ClientIP','\"67.176.111.74\"'),(13763,3216,'UserAgent','\"\"'),(13764,3216,'CurrentUserID','0'),(13765,3217,'Attempts','1'),(13766,3217,'ClientIP','\"121.54.46.168\"'),(13767,3217,'UserAgent','\"\"'),(13768,3217,'CurrentUserID','0'),(13769,3218,'Attempts','1'),(13770,3218,'ClientIP','\"37.209.254.5\"'),(13771,3218,'UserAgent','\"\"'),(13772,3218,'CurrentUserID','0'),(13773,3219,'Attempts','1'),(13774,3219,'ClientIP','\"79.181.112.114\"'),(13775,3219,'UserAgent','\"\"'),(13776,3219,'CurrentUserID','0'),(13777,3220,'Attempts','1'),(13778,3220,'ClientIP','\"62.175.182.2\"'),(13779,3220,'UserAgent','\"\"'),(13780,3220,'CurrentUserID','0'),(13781,3221,'Attempts','1'),(13782,3221,'ClientIP','\"151.25.65.51\"'),(13783,3221,'UserAgent','\"\"'),(13784,3221,'CurrentUserID','0'),(13785,3222,'Attempts','1'),(13786,3222,'ClientIP','\"87.68.255.156\"'),(13787,3222,'UserAgent','\"\"'),(13788,3222,'CurrentUserID','0'),(13789,3223,'Attempts','1'),(13790,3223,'ClientIP','\"178.126.197.55\"'),(13791,3223,'UserAgent','\"\"'),(13792,3223,'CurrentUserID','0'),(13793,3224,'Attempts','1'),(13794,3224,'ClientIP','\"180.234.108.182\"'),(13795,3224,'UserAgent','\"\"'),(13796,3224,'CurrentUserID','0'),(13797,3225,'Attempts','1'),(13798,3225,'ClientIP','\"84.196.125.26\"'),(13799,3225,'UserAgent','\"\"'),(13800,3225,'CurrentUserID','0'),(13801,3226,'Attempts','1'),(13802,3226,'ClientIP','\"79.181.56.11\"'),(13803,3226,'UserAgent','\"\"'),(13804,3226,'CurrentUserID','0'),(13805,3227,'Attempts','\"10+\"'),(13806,3227,'ClientIP','\"185.56.82.14\"'),(13807,3227,'UserAgent','\"Opera\\/9.80 (Windows NT 5.1; U; ru) Presto\\/2.9.168 Version\\/11.50\"'),(13808,3227,'CurrentUserID','0'),(13809,3228,'Attempts','1'),(13810,3228,'ClientIP','\"124.41.239.101\"'),(13811,3228,'UserAgent','\"\"'),(13812,3228,'CurrentUserID','0'),(13813,3229,'Attempts','1'),(13814,3229,'ClientIP','\"95.180.43.157\"'),(13815,3229,'UserAgent','\"\"'),(13816,3229,'CurrentUserID','0'),(13817,3230,'Attempts','1'),(13818,3230,'ClientIP','\"5.32.181.34\"'),(13819,3230,'UserAgent','\"\"'),(13820,3230,'CurrentUserID','0'),(13821,3231,'Attempts','1'),(13822,3231,'ClientIP','\"178.137.160.226\"'),(13823,3231,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/29.0.1547.57 Safari\\/537.36\"'),(13824,3231,'CurrentUserID','0'),(13825,3232,'Attempts','1'),(13826,3232,'ClientIP','\"83.6.135.73\"'),(13827,3232,'UserAgent','\"\"'),(13828,3232,'CurrentUserID','0'),(13829,3233,'Attempts','1'),(13830,3233,'ClientIP','\"86.125.195.170\"'),(13831,3233,'UserAgent','\"\"'),(13832,3233,'CurrentUserID','0'),(13833,3234,'Attempts','1'),(13834,3234,'ClientIP','\"84.213.218.91\"'),(13835,3234,'UserAgent','\"\"'),(13836,3234,'CurrentUserID','0'),(13837,3235,'Attempts','1'),(13838,3235,'ClientIP','\"49.148.234.114\"'),(13839,3235,'UserAgent','\"\"'),(13840,3235,'CurrentUserID','0'),(13841,3236,'Attempts','1'),(13842,3236,'ClientIP','\"45.58.221.75\"'),(13843,3236,'UserAgent','\"\"'),(13844,3236,'CurrentUserID','0'),(13845,3237,'Attempts','1'),(13846,3237,'ClientIP','\"92.80.3.128\"'),(13847,3237,'UserAgent','\"\"'),(13848,3237,'CurrentUserID','0'),(13849,3238,'Attempts','4'),(13850,3238,'ClientIP','\"185.56.82.14\"'),(13851,3238,'UserAgent','\"Opera\\/9.80 (Windows NT 5.1; U; ru) Presto\\/2.9.168 Version\\/11.50\"'),(13852,3238,'CurrentUserID','0'),(13853,3239,'Attempts','1'),(13854,3239,'ClientIP','\"103.244.240.133\"'),(13855,3239,'UserAgent','\"\"'),(13856,3239,'CurrentUserID','0'),(13857,3240,'Attempts','1'),(13858,3240,'ClientIP','\"209.15.21.17\"'),(13859,3240,'UserAgent','\"Jetpack by WordPress.com\"'),(13860,3240,'CurrentUserID','0'),(13861,3241,'Attempts','1'),(13862,3241,'ClientIP','\"201.68.99.194\"'),(13863,3241,'UserAgent','\"\"'),(13864,3241,'CurrentUserID','0'),(13865,3242,'Attempts','1'),(13866,3242,'ClientIP','\"105.228.88.191\"'),(13867,3242,'UserAgent','\"\"'),(13868,3242,'CurrentUserID','0'),(13869,3243,'Attempts','2'),(13870,3243,'ClientIP','\"89.39.126.250\"'),(13871,3243,'UserAgent','\"\"'),(13872,3243,'CurrentUserID','0'),(13873,3244,'Attempts','1'),(13874,3244,'ClientIP','\"84.21.123.57\"'),(13875,3244,'UserAgent','\"\"'),(13876,3244,'CurrentUserID','0'),(13877,3245,'Attempts','1'),(13878,3245,'ClientIP','\"110.55.1.108\"'),(13879,3245,'UserAgent','\"\"'),(13880,3245,'CurrentUserID','0'),(13881,3246,'Attempts','1'),(13882,3246,'ClientIP','\"95.180.43.157\"'),(13883,3246,'UserAgent','\"\"'),(13884,3246,'CurrentUserID','0'),(13885,3247,'Attempts','1'),(13886,3247,'ClientIP','\"139.228.77.82\"'),(13887,3247,'UserAgent','\"\"'),(13888,3247,'CurrentUserID','0'),(13889,3248,'Attempts','1'),(13890,3248,'ClientIP','\"208.89.129.203\"'),(13891,3248,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13892,3248,'CurrentUserID','0'),(13893,3249,'Attempts','1'),(13894,3249,'ClientIP','\"178.137.160.226\"'),(13895,3249,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\"'),(13896,3249,'CurrentUserID','0'),(13897,3250,'Attempts','1'),(13898,3250,'ClientIP','\"223.207.121.87\"'),(13899,3250,'UserAgent','\"\"'),(13900,3250,'CurrentUserID','0'),(13901,3251,'Attempts','1'),(13902,3251,'ClientIP','\"103.19.253.186\"'),(13903,3251,'UserAgent','\"\"'),(13904,3251,'CurrentUserID','0'),(13905,3252,'Attempts','1'),(13906,3252,'ClientIP','\"39.32.117.123\"'),(13907,3252,'UserAgent','\"\"'),(13908,3252,'CurrentUserID','0'),(13909,3253,'Attempts','1'),(13910,3253,'ClientIP','\"178.223.217.46\"'),(13911,3253,'UserAgent','\"\"'),(13912,3253,'CurrentUserID','0'),(13913,3254,'Attempts','1'),(13914,3254,'ClientIP','\"212.35.99.252\"'),(13915,3254,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13916,3254,'CurrentUserID','0'),(13917,3255,'Attempts','1'),(13918,3255,'ClientIP','\"88.255.137.194\"'),(13919,3255,'UserAgent','\"\"'),(13920,3255,'CurrentUserID','0'),(13921,3256,'Attempts','2'),(13922,3256,'Username','\"wsaaus15\"'),(13923,3256,'CurrentUserRoles','[\"administrator\"]'),(13924,3256,'ClientIP','\"120.43.6.17\"'),(13925,3256,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(13926,3257,'Attempts','2'),(13927,3257,'ClientIP','\"120.43.6.17\"'),(13928,3257,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(13929,3257,'CurrentUserID','0'),(13930,3258,'Username','\"runamuk0@msn.com\"'),(13931,3258,'CurrentUserRoles','[\"administrator\"]'),(13932,3258,'ClientIP','\"75.172.91.37\"'),(13933,3258,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.155 Safari\\/537.36\"'),(13934,3259,'Attempts','1'),(13935,3259,'ClientIP','\"188.129.93.240\"'),(13936,3259,'UserAgent','\"\"'),(13937,3259,'CurrentUserID','0'),(13938,3260,'Attempts','1'),(13939,3260,'ClientIP','\"72.50.80.194\"'),(13940,3260,'UserAgent','\"\"'),(13941,3260,'CurrentUserID','0'),(13942,3261,'Attempts','1'),(13943,3261,'ClientIP','\"50.206.146.18\"'),(13944,3261,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13945,3261,'CurrentUserID','0'),(13946,3262,'Attempts','1'),(13947,3262,'ClientIP','\"72.27.253.108\"'),(13948,3262,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13949,3262,'CurrentUserID','0'),(13950,3263,'Attempts','1'),(13951,3263,'ClientIP','\"191.185.93.86\"'),(13952,3263,'UserAgent','\"\"'),(13953,3263,'CurrentUserID','0'),(13954,3264,'Attempts','1'),(13955,3264,'ClientIP','\"5.35.108.25\"'),(13956,3264,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13957,3264,'CurrentUserID','0'),(13958,3265,'Attempts','2'),(13959,3265,'ClientIP','\"72.27.253.108\"'),(13960,3265,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13961,3265,'CurrentUserID','0'),(13962,3266,'Attempts','1'),(13963,3266,'ClientIP','\"201.247.15.92\"'),(13964,3266,'UserAgent','\"\"'),(13965,3266,'CurrentUserID','0'),(13966,3267,'Attempts','1'),(13967,3267,'ClientIP','\"212.130.141.52\"'),(13968,3267,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13969,3267,'CurrentUserID','0'),(13970,3268,'Attempts','1'),(13971,3268,'ClientIP','\"173.78.189.184\"'),(13972,3268,'UserAgent','\"\"'),(13973,3268,'CurrentUserID','0'),(13974,3269,'Attempts','2'),(13975,3269,'ClientIP','\"5.40.134.36\"'),(13976,3269,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13977,3269,'CurrentUserID','0'),(13978,3270,'Attempts','1'),(13979,3270,'ClientIP','\"94.176.40.31\"'),(13980,3270,'UserAgent','\"\"'),(13981,3270,'CurrentUserID','0'),(13982,3271,'Attempts','1'),(13983,3271,'ClientIP','\"96.53.80.38\"'),(13984,3271,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13985,3271,'CurrentUserID','0'),(13986,3272,'Attempts','1'),(13987,3272,'ClientIP','\"79.180.35.174\"'),(13988,3272,'UserAgent','\"\"'),(13989,3272,'CurrentUserID','0'),(13990,3273,'Attempts','1'),(13991,3273,'ClientIP','\"5.40.134.33\"'),(13992,3273,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(13993,3273,'CurrentUserID','0'),(13994,3274,'Attempts','1'),(13995,3274,'ClientIP','\"121.99.47.67\"'),(13996,3274,'UserAgent','\"\"'),(13997,3274,'CurrentUserID','0'),(13998,3275,'Attempts','1'),(13999,3275,'ClientIP','\"178.137.160.226\"'),(14000,3275,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/29.0.1547.57 Safari\\/537.36\"'),(14001,3275,'CurrentUserID','0'),(14002,3276,'Attempts','1'),(14003,3276,'ClientIP','\"217.9.242.86\"'),(14004,3276,'UserAgent','\"\"'),(14005,3276,'CurrentUserID','0'),(14006,3277,'Attempts','1'),(14007,3277,'ClientIP','\"79.114.140.165\"'),(14008,3277,'UserAgent','\"\"'),(14009,3277,'CurrentUserID','0'),(14010,3278,'Attempts','1'),(14011,3278,'ClientIP','\"185.30.27.164\"'),(14012,3278,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14013,3278,'CurrentUserID','0'),(14014,3279,'Attempts','1'),(14015,3279,'ClientIP','\"178.119.47.229\"'),(14016,3279,'UserAgent','\"\"'),(14017,3279,'CurrentUserID','0'),(14018,3280,'Attempts','1'),(14019,3280,'ClientIP','\"14.98.145.218\"'),(14020,3280,'UserAgent','\"\"'),(14021,3280,'CurrentUserID','0'),(14022,3281,'Attempts','1'),(14023,3281,'ClientIP','\"5.104.249.11\"'),(14024,3281,'UserAgent','\"\"'),(14025,3281,'CurrentUserID','0'),(14026,3282,'Attempts','1'),(14027,3282,'ClientIP','\"208.89.129.203\"'),(14028,3282,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14029,3282,'CurrentUserID','0'),(14030,3283,'Attempts','2'),(14031,3283,'ClientIP','\"207.35.85.163\"'),(14032,3283,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14033,3283,'CurrentUserID','0'),(14034,3284,'Attempts','1'),(14035,3284,'ClientIP','\"82.166.23.17\"'),(14036,3284,'UserAgent','\"\"'),(14037,3284,'CurrentUserID','0'),(14038,3285,'Attempts','1'),(14039,3285,'ClientIP','\"46.39.169.79\"'),(14040,3285,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14041,3285,'CurrentUserID','0'),(14042,3286,'Attempts','2'),(14043,3286,'ClientIP','\"67.176.111.74\"'),(14044,3286,'UserAgent','\"\"'),(14045,3286,'CurrentUserID','0'),(14046,3287,'Attempts','1'),(14047,3287,'ClientIP','\"72.27.253.108\"'),(14048,3287,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14049,3287,'CurrentUserID','0'),(14050,3288,'Attempts','2'),(14051,3288,'ClientIP','\"178.137.160.226\"'),(14052,3288,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(14053,3288,'CurrentUserID','0'),(14054,3289,'Attempts','1'),(14055,3289,'ClientIP','\"41.142.223.43\"'),(14056,3289,'UserAgent','\"\"'),(14057,3289,'CurrentUserID','0'),(14058,3290,'Attempts','1'),(14059,3290,'ClientIP','\"14.141.203.142\"'),(14060,3290,'UserAgent','\"\"'),(14061,3290,'CurrentUserID','0'),(14062,3291,'Attempts','1'),(14063,3291,'ClientIP','\"5.40.134.33\"'),(14064,3291,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14065,3291,'CurrentUserID','0'),(14066,3292,'Attempts','1'),(14067,3292,'ClientIP','\"202.44.228.83\"'),(14068,3292,'UserAgent','\"\"'),(14069,3292,'CurrentUserID','0'),(14070,3293,'Attempts','1'),(14071,3293,'ClientIP','\"39.63.39.60\"'),(14072,3293,'UserAgent','\"\"'),(14073,3293,'CurrentUserID','0'),(14074,3294,'Attempts','1'),(14075,3294,'ClientIP','\"89.70.15.133\"'),(14076,3294,'UserAgent','\"\"'),(14077,3294,'CurrentUserID','0'),(14078,3295,'Attempts','1'),(14079,3295,'ClientIP','\"5.134.65.213\"'),(14080,3295,'UserAgent','\"\"'),(14081,3295,'CurrentUserID','0'),(14082,3296,'Attempts','1'),(14083,3296,'ClientIP','\"41.67.141.34\"'),(14084,3296,'UserAgent','\"\"'),(14085,3296,'CurrentUserID','0'),(14086,3297,'Attempts','1'),(14087,3297,'ClientIP','\"79.112.159.25\"'),(14088,3297,'UserAgent','\"\"'),(14089,3297,'CurrentUserID','0'),(14090,3298,'Attempts','1'),(14091,3298,'ClientIP','\"95.180.61.246\"'),(14092,3298,'UserAgent','\"\"'),(14093,3298,'CurrentUserID','0'),(14094,3299,'Attempts','1'),(14095,3299,'ClientIP','\"62.121.105.226\"'),(14096,3299,'UserAgent','\"\"'),(14097,3299,'CurrentUserID','0'),(14098,3300,'Attempts','1'),(14099,3300,'ClientIP','\"175.140.19.248\"'),(14100,3300,'UserAgent','\"\"'),(14101,3300,'CurrentUserID','0'),(14102,3301,'Attempts','1'),(14103,3301,'ClientIP','\"5.35.108.25\"'),(14104,3301,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14105,3301,'CurrentUserID','0'),(14106,3302,'Attempts','1'),(14107,3302,'ClientIP','\"109.102.148.10\"'),(14108,3302,'UserAgent','\"\"'),(14109,3302,'CurrentUserID','0'),(14110,3303,'Attempts','1'),(14111,3303,'ClientIP','\"78.56.30.210\"'),(14112,3303,'UserAgent','\"\"'),(14113,3303,'CurrentUserID','0'),(14114,3304,'Attempts','1'),(14115,3304,'ClientIP','\"91.144.106.48\"'),(14116,3304,'UserAgent','\"\"'),(14117,3304,'CurrentUserID','0'),(14118,3305,'Attempts','1'),(14119,3305,'ClientIP','\"109.56.76.108\"'),(14120,3305,'UserAgent','\"\"'),(14121,3305,'CurrentUserID','0'),(14122,3306,'Attempts','1'),(14123,3306,'ClientIP','\"87.120.193.195\"'),(14124,3306,'UserAgent','\"\"'),(14125,3306,'CurrentUserID','0'),(14126,3307,'Attempts','1'),(14127,3307,'ClientIP','\"96.53.80.38\"'),(14128,3307,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14129,3307,'CurrentUserID','0'),(14130,3308,'Attempts','2'),(14131,3308,'ClientIP','\"79.178.136.247\"'),(14132,3308,'UserAgent','\"\"'),(14133,3308,'CurrentUserID','0'),(14134,3309,'Attempts','1'),(14135,3309,'ClientIP','\"67.176.111.74\"'),(14136,3309,'UserAgent','\"\"'),(14137,3309,'CurrentUserID','0'),(14138,3310,'Attempts','1'),(14139,3310,'ClientIP','\"82.166.23.81\"'),(14140,3310,'UserAgent','\"\"'),(14141,3310,'CurrentUserID','0'),(14142,3311,'Attempts','1'),(14143,3311,'ClientIP','\"207.35.85.163\"'),(14144,3311,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14145,3311,'CurrentUserID','0'),(14146,3312,'Attempts','1'),(14147,3312,'ClientIP','\"94.59.23.71\"'),(14148,3312,'UserAgent','\"\"'),(14149,3312,'CurrentUserID','0'),(14150,3313,'Attempts','1'),(14151,3313,'ClientIP','\"70.50.15.107\"'),(14152,3313,'UserAgent','\"\"'),(14153,3313,'CurrentUserID','0'),(14154,3314,'Attempts','1'),(14155,3314,'ClientIP','\"72.27.253.108\"'),(14156,3314,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14157,3314,'CurrentUserID','0'),(14158,3315,'Attempts','1'),(14159,3315,'ClientIP','\"112.208.99.53\"'),(14160,3315,'UserAgent','\"\"'),(14161,3315,'CurrentUserID','0'),(14162,3316,'Attempts','1'),(14163,3316,'ClientIP','\"41.251.54.196\"'),(14164,3316,'UserAgent','\"\"'),(14165,3316,'CurrentUserID','0'),(14166,3317,'Attempts','1'),(14167,3317,'ClientIP','\"87.120.193.195\"'),(14168,3317,'UserAgent','\"\"'),(14169,3317,'CurrentUserID','0'),(14170,3318,'Attempts','1'),(14171,3318,'ClientIP','\"115.76.98.220\"'),(14172,3318,'UserAgent','\"\"'),(14173,3318,'CurrentUserID','0'),(14174,3319,'Attempts','1'),(14175,3319,'ClientIP','\"84.94.172.65\"'),(14176,3319,'UserAgent','\"\"'),(14177,3319,'CurrentUserID','0'),(14178,3320,'Attempts','2'),(14179,3320,'ClientIP','\"93.114.119.168\"'),(14180,3320,'UserAgent','\"\"'),(14181,3320,'CurrentUserID','0'),(14182,3321,'Attempts','1'),(14183,3321,'ClientIP','\"58.11.104.177\"'),(14184,3321,'UserAgent','\"\"'),(14185,3321,'CurrentUserID','0'),(14186,3322,'Attempts','1'),(14187,3322,'ClientIP','\"37.132.17.132\"'),(14188,3322,'UserAgent','\"\"'),(14189,3322,'CurrentUserID','0'),(14190,3323,'Attempts','1'),(14191,3323,'ClientIP','\"41.67.141.34\"'),(14192,3323,'UserAgent','\"\"'),(14193,3323,'CurrentUserID','0'),(14194,3324,'Attempts','1'),(14195,3324,'ClientIP','\"41.251.182.43\"'),(14196,3324,'UserAgent','\"\"'),(14197,3324,'CurrentUserID','0'),(14198,3325,'Attempts','1'),(14199,3325,'ClientIP','\"103.19.253.186\"'),(14200,3325,'UserAgent','\"\"'),(14201,3325,'CurrentUserID','0'),(14202,3326,'Attempts','1'),(14203,3326,'ClientIP','\"84.109.90.4\"'),(14204,3326,'UserAgent','\"\"'),(14205,3326,'CurrentUserID','0'),(14206,3327,'Attempts','1'),(14207,3327,'ClientIP','\"39.47.23.241\"'),(14208,3327,'UserAgent','\"\"'),(14209,3327,'CurrentUserID','0'),(14210,3328,'Attempts','1'),(14211,3328,'ClientIP','\"109.59.60.57\"'),(14212,3328,'UserAgent','\"\"'),(14213,3328,'CurrentUserID','0'),(14214,3329,'Attempts','1'),(14215,3329,'ClientIP','\"5.40.134.33\"'),(14216,3329,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14217,3329,'CurrentUserID','0'),(14218,3330,'Attempts','1'),(14219,3330,'ClientIP','\"81.196.66.201\"'),(14220,3330,'UserAgent','\"\"'),(14221,3330,'CurrentUserID','0'),(14222,3331,'Attempts','1'),(14223,3331,'ClientIP','\"218.22.21.14\"'),(14224,3331,'UserAgent','\"\"'),(14225,3331,'CurrentUserID','0'),(14226,3332,'Attempts','1'),(14227,3332,'ClientIP','\"186.17.187.27\"'),(14228,3332,'UserAgent','\"\"'),(14229,3332,'CurrentUserID','0'),(14230,3333,'Attempts','1'),(14231,3333,'ClientIP','\"50.206.146.18\"'),(14232,3333,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14233,3333,'CurrentUserID','0'),(14234,3334,'Attempts','1'),(14235,3334,'ClientIP','\"112.208.91.74\"'),(14236,3334,'UserAgent','\"\"'),(14237,3334,'CurrentUserID','0'),(14238,3335,'Attempts','2'),(14239,3335,'ClientIP','\"82.166.23.81\"'),(14240,3335,'UserAgent','\"\"'),(14241,3335,'CurrentUserID','0'),(14242,3336,'Attempts','1'),(14243,3336,'ClientIP','\"36.84.1.116\"'),(14244,3336,'UserAgent','\"\"'),(14245,3336,'CurrentUserID','0'),(14246,3337,'Attempts','1'),(14247,3337,'ClientIP','\"49.145.252.13\"'),(14248,3337,'UserAgent','\"\"'),(14249,3337,'CurrentUserID','0'),(14250,3338,'Attempts','1'),(14251,3338,'ClientIP','\"178.137.160.226\"'),(14252,3338,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/29.0.1547.57 Safari\\/537.36\"'),(14253,3338,'CurrentUserID','0'),(14254,3339,'Attempts','\"10+\"'),(14255,3339,'Username','\"wsaaus15\"'),(14256,3339,'CurrentUserRoles','[\"administrator\"]'),(14257,3339,'ClientIP','\"103.53.225.47\"'),(14258,3339,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko\\/20100101 Firefox\\/18.0\"'),(14259,3340,'Attempts','1'),(14260,3340,'ClientIP','\"72.27.253.108\"'),(14261,3340,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(14262,3340,'CurrentUserID','0'),(14263,3341,'Attempts','1'),(14264,3341,'ClientIP','\"2.50.173.65\"'),(14265,3341,'UserAgent','\"\"'),(14266,3341,'CurrentUserID','0'),(14267,3342,'Attempts','1'),(14268,3342,'ClientIP','\"124.109.38.148\"'),(14269,3342,'UserAgent','\"\"'),(14270,3342,'CurrentUserID','0'),(14271,3343,'Attempts','1'),(14272,3343,'ClientIP','\"92.87.13.201\"'),(14273,3343,'UserAgent','\"\"'),(14274,3343,'CurrentUserID','0'),(14275,3344,'Attempts','1'),(14276,3344,'ClientIP','\"113.22.116.196\"'),(14277,3344,'UserAgent','\"\"'),(14278,3344,'CurrentUserID','0'),(14279,3345,'Attempts','1'),(14280,3345,'ClientIP','\"60.54.22.40\"'),(14281,3345,'UserAgent','\"\"'),(14282,3345,'CurrentUserID','0'),(14283,3346,'Attempts','1'),(14284,3346,'ClientIP','\"45.114.63.165\"'),(14285,3346,'UserAgent','\"\"'),(14286,3346,'CurrentUserID','0'),(14287,3347,'Attempts','1'),(14288,3347,'ClientIP','\"201.247.15.92\"'),(14289,3347,'UserAgent','\"\"'),(14290,3347,'CurrentUserID','0'),(14291,3348,'Attempts','1'),(14292,3348,'ClientIP','\"5.15.18.72\"'),(14293,3348,'UserAgent','\"\"'),(14294,3348,'CurrentUserID','0'),(14295,3349,'Attempts','1'),(14296,3349,'ClientIP','\"176.106.120.65\"'),(14297,3349,'UserAgent','\"\"'),(14298,3349,'CurrentUserID','0'),(14299,3350,'Attempts','1'),(14300,3350,'ClientIP','\"89.34.126.188\"'),(14301,3350,'UserAgent','\"\"'),(14302,3350,'CurrentUserID','0'),(14303,3351,'Attempts','1'),(14304,3351,'ClientIP','\"94.121.23.181\"'),(14305,3351,'UserAgent','\"\"'),(14306,3351,'CurrentUserID','0'),(14307,3352,'Attempts','1'),(14308,3352,'ClientIP','\"85.241.220.149\"'),(14309,3352,'UserAgent','\"\"'),(14310,3352,'CurrentUserID','0'),(14311,3353,'Attempts','1'),(14312,3353,'ClientIP','\"62.114.152.212\"'),(14313,3353,'UserAgent','\"\"'),(14314,3353,'CurrentUserID','0'),(14315,3354,'Attempts','1'),(14316,3354,'ClientIP','\"87.205.66.159\"'),(14317,3354,'UserAgent','\"\"'),(14318,3354,'CurrentUserID','0'),(14319,3355,'Attempts','1'),(14320,3355,'ClientIP','\"91.72.17.134\"'),(14321,3355,'UserAgent','\"\"'),(14322,3355,'CurrentUserID','0'),(14323,3356,'Attempts','1'),(14324,3356,'ClientIP','\"191.185.90.63\"'),(14325,3356,'UserAgent','\"\"'),(14326,3356,'CurrentUserID','0'),(14327,3357,'Attempts','1'),(14328,3357,'ClientIP','\"109.245.93.109\"'),(14329,3357,'UserAgent','\"\"'),(14330,3357,'CurrentUserID','0'),(14331,3358,'Attempts','1'),(14332,3358,'ClientIP','\"182.181.170.24\"'),(14333,3358,'UserAgent','\"\"'),(14334,3358,'CurrentUserID','0'),(14335,3359,'Attempts','1'),(14336,3359,'ClientIP','\"112.208.145.141\"'),(14337,3359,'UserAgent','\"\"'),(14338,3359,'CurrentUserID','0'),(14339,3360,'Attempts','1'),(14340,3360,'ClientIP','\"121.54.44.90\"'),(14341,3360,'UserAgent','\"\"'),(14342,3360,'CurrentUserID','0'),(14343,3361,'Attempts','1'),(14344,3361,'ClientIP','\"87.11.35.164\"'),(14345,3361,'UserAgent','\"\"'),(14346,3361,'CurrentUserID','0'),(14347,3362,'Attempts','1'),(14348,3362,'ClientIP','\"2.50.173.65\"'),(14349,3362,'UserAgent','\"\"'),(14350,3362,'CurrentUserID','0'),(14351,3363,'Attempts','1'),(14352,3363,'ClientIP','\"58.8.4.141\"'),(14353,3363,'UserAgent','\"\"'),(14354,3363,'CurrentUserID','0'),(14355,3364,'Attempts','1'),(14356,3364,'ClientIP','\"81.10.217.22\"'),(14357,3364,'UserAgent','\"\"'),(14358,3364,'CurrentUserID','0'),(14359,3365,'Attempts','1'),(14360,3365,'ClientIP','\"62.175.182.2\"'),(14361,3365,'UserAgent','\"\"'),(14362,3365,'CurrentUserID','0'),(14363,3366,'Attempts','1'),(14364,3366,'ClientIP','\"41.249.226.248\"'),(14365,3366,'UserAgent','\"\"'),(14366,3366,'CurrentUserID','0'),(14367,3367,'Attempts','1'),(14368,3367,'ClientIP','\"186.137.130.207\"'),(14369,3367,'UserAgent','\"\"'),(14370,3367,'CurrentUserID','0'),(14371,3368,'Attempts','1'),(14372,3368,'ClientIP','\"69.139.54.42\"'),(14373,3368,'UserAgent','\"\"'),(14374,3368,'CurrentUserID','0'),(14375,3369,'Attempts','1'),(14376,3369,'ClientIP','\"5.234.253.159\"'),(14377,3369,'UserAgent','\"\"'),(14378,3369,'CurrentUserID','0'),(14379,3370,'Attempts','1'),(14380,3370,'ClientIP','\"105.158.134.57\"'),(14381,3370,'UserAgent','\"\"'),(14382,3370,'CurrentUserID','0'),(14383,3371,'Attempts','1'),(14384,3371,'ClientIP','\"79.180.35.174\"'),(14385,3371,'UserAgent','\"\"'),(14386,3371,'CurrentUserID','0'),(14387,3372,'Attempts','2'),(14388,3372,'ClientIP','\"36.85.116.223\"'),(14389,3372,'UserAgent','\"\"'),(14390,3372,'CurrentUserID','0'),(14391,3373,'Attempts','1'),(14392,3373,'ClientIP','\"89.41.22.69\"'),(14393,3373,'UserAgent','\"\"'),(14394,3373,'CurrentUserID','0'),(14395,3374,'Attempts','1'),(14396,3374,'ClientIP','\"201.208.162.192\"'),(14397,3374,'UserAgent','\"\"'),(14398,3374,'CurrentUserID','0'),(14399,3375,'Attempts','1'),(14400,3375,'ClientIP','\"186.123.136.75\"'),(14401,3375,'UserAgent','\"\"'),(14402,3375,'CurrentUserID','0'),(14403,3376,'Attempts','1'),(14404,3376,'ClientIP','\"188.53.77.238\"'),(14405,3376,'UserAgent','\"\"'),(14406,3376,'CurrentUserID','0'),(14407,3377,'Attempts','1'),(14408,3377,'ClientIP','\"36.85.116.68\"'),(14409,3377,'UserAgent','\"\"'),(14410,3377,'CurrentUserID','0'),(14411,3378,'Attempts','1'),(14412,3378,'ClientIP','\"45.118.61.164\"'),(14413,3378,'UserAgent','\"\"'),(14414,3378,'CurrentUserID','0'),(14415,3379,'Attempts','1'),(14416,3379,'ClientIP','\"89.70.15.133\"'),(14417,3379,'UserAgent','\"\"'),(14418,3379,'CurrentUserID','0'),(14419,3380,'Attempts','1'),(14420,3380,'ClientIP','\"191.185.90.63\"'),(14421,3380,'UserAgent','\"\"'),(14422,3380,'CurrentUserID','0'),(14423,3381,'Attempts','1'),(14424,3381,'ClientIP','\"195.26.151.27\"'),(14425,3381,'UserAgent','\"\"'),(14426,3381,'CurrentUserID','0'),(14427,3382,'Attempts','1'),(14428,3382,'ClientIP','\"190.198.100.165\"'),(14429,3382,'UserAgent','\"\"'),(14430,3382,'CurrentUserID','0'),(14431,3383,'Attempts','1'),(14432,3383,'ClientIP','\"84.109.90.4\"'),(14433,3383,'UserAgent','\"\"'),(14434,3383,'CurrentUserID','0'),(14435,3384,'Attempts','1'),(14436,3384,'ClientIP','\"1.1.174.12\"'),(14437,3384,'UserAgent','\"\"'),(14438,3384,'CurrentUserID','0'),(14439,3385,'Attempts','1'),(14440,3385,'ClientIP','\"87.115.143.76\"'),(14441,3385,'UserAgent','\"\"'),(14442,3385,'CurrentUserID','0'),(14443,3386,'Attempts','1'),(14444,3386,'ClientIP','\"92.96.128.55\"'),(14445,3386,'UserAgent','\"\"'),(14446,3386,'CurrentUserID','0'),(14447,3387,'Attempts','1'),(14448,3387,'ClientIP','\"175.212.226.243\"'),(14449,3387,'UserAgent','\"\"'),(14450,3387,'CurrentUserID','0'),(14451,3388,'Attempts','1'),(14452,3388,'ClientIP','\"91.144.106.220\"'),(14453,3388,'UserAgent','\"\"'),(14454,3388,'CurrentUserID','0'),(14455,3389,'Attempts','1'),(14456,3389,'ClientIP','\"79.114.48.253\"'),(14457,3389,'UserAgent','\"\"'),(14458,3389,'CurrentUserID','0'),(14459,3390,'Attempts','1'),(14460,3390,'ClientIP','\"94.61.48.251\"'),(14461,3390,'UserAgent','\"\"'),(14462,3390,'CurrentUserID','0'),(14463,3391,'Attempts','1'),(14464,3391,'ClientIP','\"84.94.172.65\"'),(14465,3391,'UserAgent','\"\"'),(14466,3391,'CurrentUserID','0'),(14467,3392,'Attempts','1'),(14468,3392,'ClientIP','\"86.125.216.196\"'),(14469,3392,'UserAgent','\"\"'),(14470,3392,'CurrentUserID','0'),(14471,3393,'Attempts','1'),(14472,3393,'ClientIP','\"190.14.157.106\"'),(14473,3393,'UserAgent','\"\"'),(14474,3393,'CurrentUserID','0'),(14475,3394,'Attempts','1'),(14476,3394,'ClientIP','\"87.246.189.35\"'),(14477,3394,'UserAgent','\"\"'),(14478,3394,'CurrentUserID','0'),(14479,3395,'Attempts','1'),(14480,3395,'ClientIP','\"186.212.242.58\"'),(14481,3395,'UserAgent','\"\"'),(14482,3395,'CurrentUserID','0'),(14483,3396,'Attempts','\"10+\"'),(14484,3396,'ClientIP','\"46.118.123.30\"'),(14485,3396,'UserAgent','\"\"'),(14486,3396,'CurrentUserID','0'),(14487,3397,'Attempts','1'),(14488,3397,'ClientIP','\"95.180.43.157\"'),(14489,3397,'UserAgent','\"\"'),(14490,3397,'CurrentUserID','0'),(14491,3398,'Attempts','3'),(14492,3398,'ClientIP','\"178.137.160.226\"'),(14493,3398,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\"'),(14494,3398,'CurrentUserID','0'),(14495,3399,'Attempts','1'),(14496,3399,'ClientIP','\"112.203.166.221\"'),(14497,3399,'UserAgent','\"\"'),(14498,3399,'CurrentUserID','0'),(14499,3400,'Attempts','1'),(14500,3400,'ClientIP','\"119.94.123.223\"'),(14501,3400,'UserAgent','\"\"'),(14502,3400,'CurrentUserID','0'),(14503,3401,'Attempts','1'),(14504,3401,'ClientIP','\"139.195.16.159\"'),(14505,3401,'UserAgent','\"\"'),(14506,3401,'CurrentUserID','0'),(14507,3402,'Attempts','1'),(14508,3402,'ClientIP','\"175.202.185.45\"'),(14509,3402,'UserAgent','\"\"'),(14510,3402,'CurrentUserID','0'),(14511,3403,'Attempts','1'),(14512,3403,'ClientIP','\"94.121.18.165\"'),(14513,3403,'UserAgent','\"\"'),(14514,3403,'CurrentUserID','0'),(14515,3404,'Attempts','1'),(14516,3404,'ClientIP','\"14.141.203.142\"'),(14517,3404,'UserAgent','\"\"'),(14518,3404,'CurrentUserID','0'),(14519,3405,'Attempts','1'),(14520,3405,'ClientIP','\"141.85.0.125\"'),(14521,3405,'UserAgent','\"\"'),(14522,3405,'CurrentUserID','0'),(14523,3406,'Attempts','2'),(14524,3406,'ClientIP','\"31.47.7.143\"'),(14525,3406,'UserAgent','\"\"'),(14526,3406,'CurrentUserID','0'),(14527,3407,'Attempts','1'),(14528,3407,'ClientIP','\"5.134.65.213\"'),(14529,3407,'UserAgent','\"\"'),(14530,3407,'CurrentUserID','0'),(14531,3408,'Attempts','1'),(14532,3408,'ClientIP','\"176.221.121.6\"'),(14533,3408,'UserAgent','\"\"'),(14534,3408,'CurrentUserID','0'),(14535,3409,'Attempts','1'),(14536,3409,'ClientIP','\"94.121.21.46\"'),(14537,3409,'UserAgent','\"\"'),(14538,3409,'CurrentUserID','0'),(14539,3410,'Attempts','1'),(14540,3410,'ClientIP','\"37.27.8.31\"'),(14541,3410,'UserAgent','\"\"'),(14542,3410,'CurrentUserID','0'),(14543,3411,'Attempts','1'),(14544,3411,'ClientIP','\"188.79.55.134\"'),(14545,3411,'UserAgent','\"\"'),(14546,3411,'CurrentUserID','0'),(14547,3412,'Attempts','1'),(14548,3412,'ClientIP','\"186.137.130.207\"'),(14549,3412,'UserAgent','\"\"'),(14550,3412,'CurrentUserID','0'),(14551,3413,'Attempts','1'),(14552,3413,'ClientIP','\"130.204.70.149\"'),(14553,3413,'UserAgent','\"\"'),(14554,3413,'CurrentUserID','0'),(14555,3414,'PostID','457'),(14556,3414,'PostType','\"post\"'),(14557,3414,'PostTitle','\"Auto Draft\"'),(14558,3414,'ClientIP','\"10.30.65.102\"'),(14559,3414,'UserAgent','\"WordPress\\/4.2.4; http:\\/\\/www.wsaa.aero\"'),(14560,3414,'CurrentUserID','0'),(14561,3415,'Attempts','1'),(14562,3415,'ClientIP','\"67.176.111.74\"'),(14563,3415,'UserAgent','\"\"'),(14564,3415,'CurrentUserID','0'),(14565,3416,'Attempts','1'),(14566,3416,'ClientIP','\"31.46.227.2\"'),(14567,3416,'UserAgent','\"\"'),(14568,3416,'CurrentUserID','0'),(14569,3417,'Attempts','1'),(14570,3417,'ClientIP','\"37.252.228.51\"'),(14571,3417,'UserAgent','\"\"'),(14572,3417,'CurrentUserID','0'),(14573,3418,'Attempts','1'),(14574,3418,'ClientIP','\"201.22.48.76\"'),(14575,3418,'UserAgent','\"\"'),(14576,3418,'CurrentUserID','0'),(14577,3419,'Attempts','1'),(14578,3419,'ClientIP','\"2.50.173.65\"'),(14579,3419,'UserAgent','\"\"'),(14580,3419,'CurrentUserID','0'),(14581,3420,'Attempts','1'),(14582,3420,'ClientIP','\"178.221.127.25\"'),(14583,3420,'UserAgent','\"\"'),(14584,3420,'CurrentUserID','0'),(14585,3421,'Attempts','1'),(14586,3421,'ClientIP','\"187.194.31.131\"'),(14587,3421,'UserAgent','\"\"'),(14588,3421,'CurrentUserID','0'),(14589,3422,'Attempts','2'),(14590,3422,'ClientIP','\"67.176.111.74\"'),(14591,3422,'UserAgent','\"\"'),(14592,3422,'CurrentUserID','0'),(14593,3423,'Attempts','1'),(14594,3423,'ClientIP','\"39.42.31.214\"'),(14595,3423,'UserAgent','\"\"'),(14596,3423,'CurrentUserID','0'),(14597,3424,'Attempts','1'),(14598,3424,'ClientIP','\"112.207.229.189\"'),(14599,3424,'UserAgent','\"\"'),(14600,3424,'CurrentUserID','0'),(14601,3425,'Attempts','1'),(14602,3425,'ClientIP','\"83.89.48.221\"'),(14603,3425,'UserAgent','\"\"'),(14604,3425,'CurrentUserID','0'),(14605,3426,'Attempts','1'),(14606,3426,'ClientIP','\"112.208.86.40\"'),(14607,3426,'UserAgent','\"\"'),(14608,3426,'CurrentUserID','0'),(14609,3427,'Attempts','1'),(14610,3427,'ClientIP','\"109.56.165.168\"'),(14611,3427,'UserAgent','\"\"'),(14612,3427,'CurrentUserID','0'),(14613,3428,'Attempts','1'),(14614,3428,'ClientIP','\"78.92.13.40\"'),(14615,3428,'UserAgent','\"\"'),(14616,3428,'CurrentUserID','0'),(14617,3429,'Attempts','1'),(14618,3429,'ClientIP','\"202.166.34.135\"'),(14619,3429,'UserAgent','\"\"'),(14620,3429,'CurrentUserID','0'),(14621,3430,'Attempts','1'),(14622,3430,'ClientIP','\"130.204.70.149\"'),(14623,3430,'UserAgent','\"\"'),(14624,3430,'CurrentUserID','0'),(14625,3431,'Attempts','2'),(14626,3431,'ClientIP','\"82.166.23.33\"'),(14627,3431,'UserAgent','\"\"'),(14628,3431,'CurrentUserID','0'),(14629,3432,'Attempts','1'),(14630,3432,'ClientIP','\"190.167.181.135\"'),(14631,3432,'UserAgent','\"\"'),(14632,3432,'CurrentUserID','0'),(14633,3433,'Attempts','1'),(14634,3433,'ClientIP','\"78.134.46.179\"'),(14635,3433,'UserAgent','\"\"'),(14636,3433,'CurrentUserID','0'),(14637,3434,'Attempts','1'),(14638,3434,'ClientIP','\"185.76.71.67\"'),(14639,3434,'UserAgent','\"\"'),(14640,3434,'CurrentUserID','0'),(14641,3435,'Attempts','1'),(14642,3435,'ClientIP','\"81.198.148.144\"'),(14643,3435,'UserAgent','\"\"'),(14644,3435,'CurrentUserID','0'),(14645,3436,'Attempts','1'),(14646,3436,'ClientIP','\"5.238.242.185\"'),(14647,3436,'UserAgent','\"\"'),(14648,3436,'CurrentUserID','0'),(14649,3437,'Attempts','3'),(14650,3437,'ClientIP','\"178.137.160.226\"'),(14651,3437,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\"'),(14652,3437,'CurrentUserID','0'),(14653,3438,'Attempts','1'),(14654,3438,'ClientIP','\"36.84.224.27\"'),(14655,3438,'UserAgent','\"\"'),(14656,3438,'CurrentUserID','0'),(14657,3439,'Attempts','1'),(14658,3439,'ClientIP','\"39.42.212.12\"'),(14659,3439,'UserAgent','\"\"'),(14660,3439,'CurrentUserID','0'),(14661,3440,'Attempts','1'),(14662,3440,'ClientIP','\"121.98.143.85\"'),(14663,3440,'UserAgent','\"\"'),(14664,3440,'CurrentUserID','0'),(14665,3441,'Attempts','1'),(14666,3441,'ClientIP','\"197.88.112.177\"'),(14667,3441,'UserAgent','\"\"'),(14668,3441,'CurrentUserID','0'),(14669,3442,'Attempts','1'),(14670,3442,'ClientIP','\"94.121.20.181\"'),(14671,3442,'UserAgent','\"\"'),(14672,3442,'CurrentUserID','0'),(14673,3443,'Attempts','1'),(14674,3443,'ClientIP','\"94.68.0.136\"'),(14675,3443,'UserAgent','\"\"'),(14676,3443,'CurrentUserID','0'),(14677,3444,'Attempts','1'),(14678,3444,'ClientIP','\"83.58.210.83\"'),(14679,3444,'UserAgent','\"\"'),(14680,3444,'CurrentUserID','0'),(14681,3445,'Attempts','1'),(14682,3445,'ClientIP','\"182.185.228.110\"'),(14683,3445,'UserAgent','\"\"'),(14684,3445,'CurrentUserID','0'),(14685,3446,'Attempts','1'),(14686,3446,'ClientIP','\"84.94.172.65\"'),(14687,3446,'UserAgent','\"\"'),(14688,3446,'CurrentUserID','0'),(14689,3447,'Attempts','2'),(14690,3447,'ClientIP','\"82.166.23.33\"'),(14691,3447,'UserAgent','\"\"'),(14692,3447,'CurrentUserID','0'),(14693,3448,'Attempts','1'),(14694,3448,'ClientIP','\"5.104.249.11\"'),(14695,3448,'UserAgent','\"\"'),(14696,3448,'CurrentUserID','0'),(14697,3449,'Attempts','1'),(14698,3449,'ClientIP','\"39.50.239.106\"'),(14699,3449,'UserAgent','\"\"'),(14700,3449,'CurrentUserID','0'),(14701,3450,'Attempts','1'),(14702,3450,'ClientIP','\"73.217.121.151\"'),(14703,3450,'UserAgent','\"\"'),(14704,3450,'CurrentUserID','0'),(14705,3451,'Attempts','1'),(14706,3451,'ClientIP','\"78.92.13.40\"'),(14707,3451,'UserAgent','\"\"'),(14708,3451,'CurrentUserID','0'),(14709,3452,'Attempts','1'),(14710,3452,'ClientIP','\"179.105.91.166\"'),(14711,3452,'UserAgent','\"\"'),(14712,3452,'CurrentUserID','0'),(14713,3453,'Attempts','1'),(14714,3453,'ClientIP','\"190.14.157.106\"'),(14715,3453,'UserAgent','\"\"'),(14716,3453,'CurrentUserID','0'),(14717,3454,'Attempts','1'),(14718,3454,'ClientIP','\"201.22.12.54\"'),(14719,3454,'UserAgent','\"\"'),(14720,3454,'CurrentUserID','0'),(14721,3455,'Attempts','1'),(14722,3455,'ClientIP','\"112.210.101.181\"'),(14723,3455,'UserAgent','\"\"'),(14724,3455,'CurrentUserID','0'),(14725,3456,'Attempts','1'),(14726,3456,'ClientIP','\"197.250.62.83\"'),(14727,3456,'UserAgent','\"\"'),(14728,3456,'CurrentUserID','0'),(14729,3457,'Attempts','1'),(14730,3457,'ClientIP','\"95.49.60.250\"'),(14731,3457,'UserAgent','\"\"'),(14732,3457,'CurrentUserID','0'),(14733,3458,'Attempts','1'),(14734,3458,'ClientIP','\"113.20.115.22\"'),(14735,3458,'UserAgent','\"\"'),(14736,3458,'CurrentUserID','0'),(14737,3459,'Attempts','\"10+\"'),(14738,3459,'ClientIP','\"52.17.22.135\"'),(14739,3459,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(14740,3459,'CurrentUserID','0'),(14741,3460,'Attempts','1'),(14742,3460,'ClientIP','\"109.77.170.6\"'),(14743,3460,'UserAgent','\"\"'),(14744,3460,'CurrentUserID','0'),(14745,3461,'Attempts','1'),(14746,3461,'ClientIP','\"5.107.132.42\"'),(14747,3461,'UserAgent','\"\"'),(14748,3461,'CurrentUserID','0'),(14749,3462,'Attempts','1'),(14750,3462,'ClientIP','\"87.68.45.7\"'),(14751,3462,'UserAgent','\"\"'),(14752,3462,'CurrentUserID','0'),(14753,3463,'Attempts','2'),(14754,3463,'ClientIP','\"37.132.17.132\"'),(14755,3463,'UserAgent','\"\"'),(14756,3463,'CurrentUserID','0'),(14757,3464,'Attempts','1'),(14758,3464,'ClientIP','\"91.144.105.36\"'),(14759,3464,'UserAgent','\"\"'),(14760,3464,'CurrentUserID','0'),(14761,3465,'Attempts','1'),(14762,3465,'ClientIP','\"79.115.153.90\"'),(14763,3465,'UserAgent','\"\"'),(14764,3465,'CurrentUserID','0'),(14765,3466,'Attempts','1'),(14766,3466,'ClientIP','\"82.166.23.97\"'),(14767,3466,'UserAgent','\"\"'),(14768,3466,'CurrentUserID','0'),(14769,3467,'Attempts','1'),(14770,3467,'ClientIP','\"105.157.18.52\"'),(14771,3467,'UserAgent','\"\"'),(14772,3467,'CurrentUserID','0'),(14773,3468,'Attempts','1'),(14774,3468,'ClientIP','\"191.185.90.63\"'),(14775,3468,'UserAgent','\"\"'),(14776,3468,'CurrentUserID','0'),(14777,3469,'Attempts','1'),(14778,3469,'ClientIP','\"112.198.77.247\"'),(14779,3469,'UserAgent','\"\"'),(14780,3469,'CurrentUserID','0'),(14781,3470,'Attempts','1'),(14782,3470,'ClientIP','\"175.113.141.143\"'),(14783,3470,'UserAgent','\"\"'),(14784,3470,'CurrentUserID','0'),(14785,3471,'Attempts','1'),(14786,3471,'ClientIP','\"5.238.166.206\"'),(14787,3471,'UserAgent','\"\"'),(14788,3471,'CurrentUserID','0'),(14789,3472,'Attempts','1'),(14790,3472,'ClientIP','\"14.141.203.142\"'),(14791,3472,'UserAgent','\"\"'),(14792,3472,'CurrentUserID','0'),(14793,3473,'Attempts','\"10+\"'),(14794,3473,'ClientIP','\"52.17.22.135\"'),(14795,3473,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(14796,3473,'CurrentUserID','0'),(14797,3474,'Attempts','1'),(14798,3474,'ClientIP','\"178.126.164.163\"'),(14799,3474,'UserAgent','\"\"'),(14800,3474,'CurrentUserID','0'),(14801,3475,'Attempts','2'),(14802,3475,'ClientIP','\"178.137.160.226\"'),(14803,3475,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(14804,3475,'CurrentUserID','0'),(14805,3476,'Attempts','1'),(14806,3476,'ClientIP','\"119.94.161.135\"'),(14807,3476,'UserAgent','\"\"'),(14808,3476,'CurrentUserID','0'),(14809,3477,'Attempts','1'),(14810,3477,'ClientIP','\"37.27.1.234\"'),(14811,3477,'UserAgent','\"\"'),(14812,3477,'CurrentUserID','0'),(14813,3478,'Attempts','1'),(14814,3478,'ClientIP','\"121.54.44.88\"'),(14815,3478,'UserAgent','\"\"'),(14816,3478,'CurrentUserID','0'),(14817,3479,'Attempts','1'),(14818,3479,'ClientIP','\"84.94.172.65\"'),(14819,3479,'UserAgent','\"\"'),(14820,3479,'CurrentUserID','0'),(14821,3480,'Attempts','1'),(14822,3480,'ClientIP','\"95.180.43.157\"'),(14823,3480,'UserAgent','\"\"'),(14824,3480,'CurrentUserID','0'),(14825,3481,'Attempts','1'),(14826,3481,'Username','\"pgmarshall@pgmarshall.net\"'),(14827,3481,'CurrentUserRoles','[\"administrator\"]'),(14828,3481,'ClientIP','\"50.181.141.126\"'),(14829,3481,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(14830,3482,'Username','\"pgmarshall@pgmarshall.net\"'),(14831,3482,'CurrentUserRoles','[\"administrator\"]'),(14832,3482,'ClientIP','\"50.181.141.126\"'),(14833,3482,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(14834,3483,'AttachmentID','459'),(14835,3483,'FileName','\"UmbrellaVector.png\"'),(14836,3483,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/08\"'),(14837,3483,'ClientIP','\"50.181.141.126\"'),(14838,3483,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(14839,3483,'CurrentUserID','5'),(14840,3483,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(14841,3484,'AttachmentID','460'),(14842,3484,'FileName','\"UmbrellaVector-on-white.png\"'),(14843,3484,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/08\"'),(14844,3484,'ClientIP','\"50.181.141.126\"'),(14845,3484,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(14846,3484,'CurrentUserID','5'),(14847,3484,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(14848,3485,'PostID','67'),(14849,3485,'PostType','\"page\"'),(14850,3485,'PostTitle','\"Umbrella of Strength\"'),(14851,3485,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(14852,3485,'ClientIP','\"50.181.141.126\"'),(14853,3485,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(14854,3485,'CurrentUserID','5'),(14855,3485,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(14856,3486,'Attempts','1'),(14857,3486,'ClientIP','\"151.238.100.64\"'),(14858,3486,'UserAgent','\"\"'),(14859,3486,'CurrentUserID','0'),(14860,3487,'Attempts','2'),(14861,3487,'ClientIP','\"67.176.111.74\"'),(14862,3487,'UserAgent','\"\"'),(14863,3487,'CurrentUserID','0'),(14864,3488,'Attempts','1'),(14865,3488,'ClientIP','\"36.84.64.51\"'),(14866,3488,'UserAgent','\"\"'),(14867,3488,'CurrentUserID','0'),(14868,3489,'Attempts','1'),(14869,3489,'ClientIP','\"41.130.89.128\"'),(14870,3489,'UserAgent','\"\"'),(14871,3489,'CurrentUserID','0'),(14872,3490,'Attempts','1'),(14873,3490,'ClientIP','\"82.35.68.69\"'),(14874,3490,'UserAgent','\"\"'),(14875,3490,'CurrentUserID','0'),(14876,3491,'Attempts','1'),(14877,3491,'ClientIP','\"178.137.160.226\"'),(14878,3491,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/29.0.1547.57 Safari\\/537.36\"'),(14879,3491,'CurrentUserID','0'),(14880,3492,'Attempts','1'),(14881,3492,'ClientIP','\"191.185.90.63\"'),(14882,3492,'UserAgent','\"\"'),(14883,3492,'CurrentUserID','0'),(14884,3493,'Attempts','1'),(14885,3493,'ClientIP','\"85.241.222.72\"'),(14886,3493,'UserAgent','\"\"'),(14887,3493,'CurrentUserID','0'),(14888,3494,'Attempts','1'),(14889,3494,'ClientIP','\"39.44.173.240\"'),(14890,3494,'UserAgent','\"\"'),(14891,3494,'CurrentUserID','0'),(14892,3495,'Attempts','1'),(14893,3495,'ClientIP','\"5.104.249.11\"'),(14894,3495,'UserAgent','\"\"'),(14895,3495,'CurrentUserID','0'),(14896,3496,'Username','\"pgmarshall@pgmarshall.net\"'),(14897,3496,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(14898,3496,'ClientIP','\"50.181.141.126\"'),(14899,3496,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(14900,3497,'AttachmentID','462'),(14901,3497,'FileName','\"UmbrellaVector.png\"'),(14902,3497,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(14903,3497,'ClientIP','\"50.181.141.126\"'),(14904,3497,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(14905,3497,'CurrentUserID','5'),(14906,3497,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(14907,3498,'PostID','67'),(14908,3498,'PostType','\"page\"'),(14909,3498,'PostTitle','\"Umbrella of Strength\"'),(14910,3498,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(14911,3498,'ClientIP','\"50.181.141.126\"'),(14912,3498,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(14913,3498,'CurrentUserID','5'),(14914,3498,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(14915,3499,'AttachmentID','464'),(14916,3499,'FileName','\"UmbrellaVector-1.png\"'),(14917,3499,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(14918,3499,'ClientIP','\"50.181.141.126\"'),(14919,3499,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(14920,3499,'CurrentUserID','5'),(14921,3499,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(14922,3500,'PostID','67'),(14923,3500,'PostType','\"page\"'),(14924,3500,'PostTitle','\"Umbrella of Strength\"'),(14925,3500,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(14926,3500,'ClientIP','\"50.181.141.126\"'),(14927,3500,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(14928,3500,'CurrentUserID','5'),(14929,3500,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(14930,3501,'Attempts','1'),(14931,3501,'ClientIP','\"86.125.216.196\"'),(14932,3501,'UserAgent','\"\"'),(14933,3501,'CurrentUserID','0'),(14934,3502,'Attempts','1'),(14935,3502,'ClientIP','\"88.231.18.23\"'),(14936,3502,'UserAgent','\"\"'),(14937,3502,'CurrentUserID','0'),(14938,3503,'Attempts','1'),(14939,3503,'ClientIP','\"67.247.241.119\"'),(14940,3503,'UserAgent','\"\"'),(14941,3503,'CurrentUserID','0'),(14942,3504,'Attempts','1'),(14943,3504,'ClientIP','\"79.134.140.252\"'),(14944,3504,'UserAgent','\"\"'),(14945,3504,'CurrentUserID','0'),(14946,3505,'Attempts','2'),(14947,3505,'ClientIP','\"178.137.160.226\"'),(14948,3505,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/30.0.1599.17 Safari\\/537.36\"'),(14949,3505,'CurrentUserID','0'),(14950,3506,'Attempts','1'),(14951,3506,'ClientIP','\"82.166.23.99\"'),(14952,3506,'UserAgent','\"\"'),(14953,3506,'CurrentUserID','0'),(14954,3507,'Attempts','1'),(14955,3507,'ClientIP','\"210.195.15.167\"'),(14956,3507,'UserAgent','\"\"'),(14957,3507,'CurrentUserID','0'),(14958,3508,'Attempts','1'),(14959,3508,'ClientIP','\"217.119.114.46\"'),(14960,3508,'UserAgent','\"\"'),(14961,3508,'CurrentUserID','0'),(14962,3509,'Attempts','1'),(14963,3509,'ClientIP','\"31.223.145.101\"'),(14964,3509,'UserAgent','\"\"'),(14965,3509,'CurrentUserID','0'),(14966,3510,'Attempts','3'),(14967,3510,'ClientIP','\"83.215.182.193\"'),(14968,3510,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(14969,3510,'CurrentUserID','0'),(14970,3511,'Attempts','1'),(14971,3511,'ClientIP','\"81.198.148.144\"'),(14972,3511,'UserAgent','\"\"'),(14973,3511,'CurrentUserID','0'),(14974,3512,'Attempts','1'),(14975,3512,'ClientIP','\"92.98.229.173\"'),(14976,3512,'UserAgent','\"\"'),(14977,3512,'CurrentUserID','0'),(14978,3513,'Attempts','1'),(14979,3513,'ClientIP','\"79.101.92.17\"'),(14980,3513,'UserAgent','\"\"'),(14981,3513,'CurrentUserID','0'),(14982,3514,'Attempts','1'),(14983,3514,'ClientIP','\"79.119.225.199\"'),(14984,3514,'UserAgent','\"\"'),(14985,3514,'CurrentUserID','0'),(14986,3515,'Attempts','1'),(14987,3515,'ClientIP','\"115.76.98.220\"'),(14988,3515,'UserAgent','\"\"'),(14989,3515,'CurrentUserID','0'),(14990,3516,'Attempts','6'),(14991,3516,'ClientIP','\"83.215.182.193\"'),(14992,3516,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(14993,3516,'CurrentUserID','0'),(14994,3517,'Attempts','1'),(14995,3517,'ClientIP','\"178.126.153.17\"'),(14996,3517,'UserAgent','\"\"'),(14997,3517,'CurrentUserID','0'),(14998,3518,'Attempts','1'),(14999,3518,'ClientIP','\"124.6.181.194\"'),(15000,3518,'UserAgent','\"\"'),(15001,3518,'CurrentUserID','0'),(15002,3519,'Attempts','1'),(15003,3519,'ClientIP','\"86.126.24.147\"'),(15004,3519,'UserAgent','\"\"'),(15005,3519,'CurrentUserID','0'),(15006,3520,'Attempts','1'),(15007,3520,'ClientIP','\"39.44.50.38\"'),(15008,3520,'UserAgent','\"\"'),(15009,3520,'CurrentUserID','0'),(15010,3521,'Attempts','1'),(15011,3521,'ClientIP','\"103.231.163.186\"'),(15012,3521,'UserAgent','\"\"'),(15013,3521,'CurrentUserID','0'),(15014,3522,'Attempts','1'),(15015,3522,'ClientIP','\"86.122.49.9\"'),(15016,3522,'UserAgent','\"\"'),(15017,3522,'CurrentUserID','0'),(15018,3523,'Attempts','1'),(15019,3523,'ClientIP','\"202.166.53.228\"'),(15020,3523,'UserAgent','\"\"'),(15021,3523,'CurrentUserID','0'),(15022,3524,'Attempts','1'),(15023,3524,'ClientIP','\"85.72.100.76\"'),(15024,3524,'UserAgent','\"\"'),(15025,3524,'CurrentUserID','0'),(15026,3525,'Attempts','2'),(15027,3525,'ClientIP','\"41.143.79.228\"'),(15028,3525,'UserAgent','\"\"'),(15029,3525,'CurrentUserID','0'),(15030,3526,'Attempts','1'),(15031,3526,'ClientIP','\"124.13.33.57\"'),(15032,3526,'UserAgent','\"\"'),(15033,3526,'CurrentUserID','0'),(15034,3527,'Attempts','1'),(15035,3527,'ClientIP','\"101.50.126.78\"'),(15036,3527,'UserAgent','\"\"'),(15037,3527,'CurrentUserID','0'),(15038,3528,'Attempts','1'),(15039,3528,'ClientIP','\"62.175.182.2\"'),(15040,3528,'UserAgent','\"\"'),(15041,3528,'CurrentUserID','0'),(15042,3529,'Attempts','1'),(15043,3529,'ClientIP','\"180.232.69.70\"'),(15044,3529,'UserAgent','\"\"'),(15045,3529,'CurrentUserID','0'),(15046,3530,'Attempts','1'),(15047,3530,'ClientIP','\"87.120.193.195\"'),(15048,3530,'UserAgent','\"\"'),(15049,3530,'CurrentUserID','0'),(15050,3531,'Username','\"pgmarshall@pgmarshall.net\"'),(15051,3531,'CurrentUserRoles','[\"administrator\"]'),(15052,3531,'ClientIP','\"174.24.129.153\"'),(15053,3531,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(15054,3532,'PostID','402'),(15055,3532,'PostType','\"page\"'),(15056,3532,'PostTitle','\"FAA\\/WSDOT Aviation\"'),(15057,3532,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=402\"'),(15058,3532,'ClientIP','\"174.24.129.153\"'),(15059,3532,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(15060,3532,'CurrentUserID','5'),(15061,3532,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(15062,3533,'PostID','400'),(15063,3533,'PostType','\"page\"'),(15064,3533,'PostTitle','\"Associations\\/Organizations\"'),(15065,3533,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=400\"'),(15066,3533,'ClientIP','\"174.24.129.153\"'),(15067,3533,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(15068,3533,'CurrentUserID','5'),(15069,3533,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(15070,3534,'PostID','402'),(15071,3534,'PostType','\"page\"'),(15072,3534,'PostTitle','\"FAA\\/WSDOT Aviation\"'),(15073,3534,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=402\"'),(15074,3534,'ClientIP','\"174.24.129.153\"'),(15075,3534,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(15076,3534,'CurrentUserID','5'),(15077,3534,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(15078,3535,'Attempts','1'),(15079,3535,'ClientIP','\"175.113.141.143\"'),(15080,3535,'UserAgent','\"\"'),(15081,3535,'CurrentUserID','0'),(15082,3536,'PostID','400'),(15083,3536,'PostType','\"page\"'),(15084,3536,'PostTitle','\"Associations\\/Organizations\"'),(15085,3536,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=400\"'),(15086,3536,'ClientIP','\"174.24.129.153\"'),(15087,3536,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/44.0.2403.157 Safari\\/537.36\"'),(15088,3536,'CurrentUserID','5'),(15089,3536,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(15090,3537,'Attempts','1'),(15091,3537,'ClientIP','\"2.50.173.65\"'),(15092,3537,'UserAgent','\"\"'),(15093,3537,'CurrentUserID','0'),(15094,3538,'Attempts','1'),(15095,3538,'ClientIP','\"178.222.87.18\"'),(15096,3538,'UserAgent','\"\"'),(15097,3538,'CurrentUserID','0'),(15098,3539,'Attempts','1'),(15099,3539,'ClientIP','\"86.38.5.75\"'),(15100,3539,'UserAgent','\"\"'),(15101,3539,'CurrentUserID','0'),(15102,3540,'Attempts','1'),(15103,3540,'ClientIP','\"178.137.160.226\"'),(15104,3540,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.16 Safari\\/537.36\"'),(15105,3540,'CurrentUserID','0'),(15106,3541,'Attempts','1'),(15107,3541,'ClientIP','\"41.98.79.56\"'),(15108,3541,'UserAgent','\"\"'),(15109,3541,'CurrentUserID','0'),(15110,3542,'Attempts','1'),(15111,3542,'ClientIP','\"94.68.0.136\"'),(15112,3542,'UserAgent','\"\"'),(15113,3542,'CurrentUserID','0'),(15114,3543,'Attempts','1'),(15115,3543,'ClientIP','\"69.47.29.220\"'),(15116,3543,'UserAgent','\"\"'),(15117,3543,'CurrentUserID','0'),(15118,3544,'Attempts','1'),(15119,3544,'ClientIP','\"93.115.69.53\"'),(15120,3544,'UserAgent','\"\"'),(15121,3544,'CurrentUserID','0'),(15122,3545,'Attempts','1'),(15123,3545,'ClientIP','\"178.137.160.226\"'),(15124,3545,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(15125,3545,'CurrentUserID','0'),(15126,3546,'Attempts','1'),(15127,3546,'ClientIP','\"79.101.202.175\"'),(15128,3546,'UserAgent','\"\"'),(15129,3546,'CurrentUserID','0'),(15130,3547,'Attempts','1'),(15131,3547,'ClientIP','\"2.50.173.65\"'),(15132,3547,'UserAgent','\"\"'),(15133,3547,'CurrentUserID','0'),(15134,3548,'Attempts','1'),(15135,3548,'ClientIP','\"90.191.94.172\"'),(15136,3548,'UserAgent','\"\"'),(15137,3548,'CurrentUserID','0'),(15138,3549,'Attempts','1'),(15139,3549,'ClientIP','\"45.118.60.154\"'),(15140,3549,'UserAgent','\"\"'),(15141,3549,'CurrentUserID','0'),(15142,3550,'Attempts','1'),(15143,3550,'ClientIP','\"89.41.228.65\"'),(15144,3550,'UserAgent','\"\"'),(15145,3550,'CurrentUserID','0'),(15146,3551,'Attempts','1'),(15147,3551,'ClientIP','\"121.99.47.34\"'),(15148,3551,'UserAgent','\"\"'),(15149,3551,'CurrentUserID','0'),(15150,3552,'Attempts','1'),(15151,3552,'ClientIP','\"41.143.59.109\"'),(15152,3552,'UserAgent','\"\"'),(15153,3552,'CurrentUserID','0'),(15154,3553,'Attempts','1'),(15155,3553,'ClientIP','\"5.104.249.11\"'),(15156,3553,'UserAgent','\"\"'),(15157,3553,'CurrentUserID','0'),(15158,3554,'Attempts','1'),(15159,3554,'ClientIP','\"80.32.112.53\"'),(15160,3554,'UserAgent','\"\"'),(15161,3554,'CurrentUserID','0'),(15162,3555,'Attempts','1'),(15163,3555,'ClientIP','\"86.98.100.244\"'),(15164,3555,'UserAgent','\"\"'),(15165,3555,'CurrentUserID','0'),(15166,3556,'Attempts','1'),(15167,3556,'ClientIP','\"109.126.136.161\"'),(15168,3556,'UserAgent','\"\"'),(15169,3556,'CurrentUserID','0'),(15170,3557,'Attempts','1'),(15171,3557,'ClientIP','\"188.167.83.254\"'),(15172,3557,'UserAgent','\"\"'),(15173,3557,'CurrentUserID','0'),(15174,3558,'Attempts','1'),(15175,3558,'ClientIP','\"81.83.0.181\"'),(15176,3558,'UserAgent','\"\"'),(15177,3558,'CurrentUserID','0'),(15178,3559,'Attempts','2'),(15179,3559,'ClientIP','\"93.115.71.179\"'),(15180,3559,'UserAgent','\"\"'),(15181,3559,'CurrentUserID','0'),(15182,3560,'Attempts','1'),(15183,3560,'ClientIP','\"178.137.160.226\"'),(15184,3560,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\"'),(15185,3560,'CurrentUserID','0'),(15186,3561,'Attempts','1'),(15187,3561,'ClientIP','\"82.146.26.215\"'),(15188,3561,'UserAgent','\"\"'),(15189,3561,'CurrentUserID','0'),(15190,3562,'Attempts','1'),(15191,3562,'ClientIP','\"80.32.112.53\"'),(15192,3562,'UserAgent','\"\"'),(15193,3562,'CurrentUserID','0'),(15194,3563,'Attempts','1'),(15195,3563,'ClientIP','\"2.49.31.199\"'),(15196,3563,'UserAgent','\"\"'),(15197,3563,'CurrentUserID','0'),(15198,3564,'Attempts','1'),(15199,3564,'ClientIP','\"177.130.60.206\"'),(15200,3564,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(15201,3564,'CurrentUserID','0'),(15202,3565,'Attempts','1'),(15203,3565,'ClientIP','\"37.0.56.61\"'),(15204,3565,'UserAgent','\"\"'),(15205,3565,'CurrentUserID','0'),(15206,3566,'Attempts','1'),(15207,3566,'ClientIP','\"77.235.147.14\"'),(15208,3566,'UserAgent','\"\"'),(15209,3566,'CurrentUserID','0'),(15210,3567,'Attempts','1'),(15211,3567,'ClientIP','\"185.76.71.67\"'),(15212,3567,'UserAgent','\"\"'),(15213,3567,'CurrentUserID','0'),(15214,3568,'Attempts','1'),(15215,3568,'ClientIP','\"177.200.79.158\"'),(15216,3568,'UserAgent','\"\"'),(15217,3568,'CurrentUserID','0'),(15218,3569,'Attempts','2'),(15219,3569,'ClientIP','\"176.205.149.130\"'),(15220,3569,'UserAgent','\"\"'),(15221,3569,'CurrentUserID','0'),(15222,3570,'Attempts','1'),(15223,3570,'ClientIP','\"5.0.89.143\"'),(15224,3570,'UserAgent','\"\"'),(15225,3570,'CurrentUserID','0'),(15226,3571,'Attempts','1'),(15227,3571,'ClientIP','\"39.42.123.61\"'),(15228,3571,'UserAgent','\"\"'),(15229,3571,'CurrentUserID','0'),(15230,3572,'Attempts','1'),(15231,3572,'ClientIP','\"91.72.17.134\"'),(15232,3572,'UserAgent','\"\"'),(15233,3572,'CurrentUserID','0'),(15234,3573,'Attempts','1'),(15235,3573,'ClientIP','\"41.98.77.76\"'),(15236,3573,'UserAgent','\"\"'),(15237,3573,'CurrentUserID','0'),(15238,3574,'Attempts','1'),(15239,3574,'ClientIP','\"81.183.135.121\"'),(15240,3574,'UserAgent','\"\"'),(15241,3574,'CurrentUserID','0'),(15242,3575,'Attempts','1'),(15243,3575,'ClientIP','\"196.31.40.34\"'),(15244,3575,'UserAgent','\"\"'),(15245,3575,'CurrentUserID','0'),(15246,3576,'Attempts','1'),(15247,3576,'ClientIP','\"109.102.148.10\"'),(15248,3576,'UserAgent','\"\"'),(15249,3576,'CurrentUserID','0'),(15250,3577,'Attempts','1'),(15251,3577,'ClientIP','\"178.221.57.49\"'),(15252,3577,'UserAgent','\"\"'),(15253,3577,'CurrentUserID','0'),(15254,3578,'Attempts','1'),(15255,3578,'ClientIP','\"178.137.160.226\"'),(15256,3578,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/32.0.1667.0 Safari\\/537.36\"'),(15257,3578,'CurrentUserID','0'),(15258,3579,'Attempts','1'),(15259,3579,'ClientIP','\"62.87.146.190\"'),(15260,3579,'UserAgent','\"\"'),(15261,3579,'CurrentUserID','0'),(15262,3580,'Attempts','1'),(15263,3580,'ClientIP','\"77.253.158.187\"'),(15264,3580,'UserAgent','\"\"'),(15265,3580,'CurrentUserID','0'),(15266,3581,'PostID','458'),(15267,3581,'PostType','\"post\"'),(15268,3581,'PostTitle','\"Auto Draft\"'),(15269,3581,'ClientIP','\"10.30.65.100\"'),(15270,3581,'UserAgent','\"WordPress\\/4.2.4; http:\\/\\/www.wsaa.aero\"'),(15271,3581,'CurrentUserID','0'),(15272,3582,'Attempts','1'),(15273,3582,'ClientIP','\"109.102.148.10\"'),(15274,3582,'UserAgent','\"\"'),(15275,3582,'CurrentUserID','0'),(15276,3583,'Attempts','1'),(15277,3583,'ClientIP','\"78.108.63.46\"'),(15278,3583,'UserAgent','\"Parser::Template::Auto=CODE(0x88e8178)\"'),(15279,3583,'CurrentUserID','0'),(15280,3584,'Attempts','1'),(15281,3584,'ClientIP','\"92.7.159.178\"'),(15282,3584,'UserAgent','\"Parser::Template::Auto=CODE(0x89aa9b8)\"'),(15283,3584,'CurrentUserID','0'),(15284,3585,'Attempts','1'),(15285,3585,'ClientIP','\"78.46.51.124\"'),(15286,3585,'UserAgent','\"Parser::Template::Auto=CODE(0x9e84a28)\"'),(15287,3585,'CurrentUserID','0'),(15288,3586,'Attempts','1'),(15289,3586,'ClientIP','\"198.134.125.76\"'),(15290,3586,'UserAgent','\"Parser::Template::Auto=CODE(0x8e50470)\"'),(15291,3586,'CurrentUserID','0'),(15292,3587,'Attempts','1'),(15293,3587,'ClientIP','\"79.98.109.196\"'),(15294,3587,'UserAgent','\"Parser::Template::Auto=CODE(0x9b57030)\"'),(15295,3587,'CurrentUserID','0'),(15296,3588,'Attempts','1'),(15297,3588,'ClientIP','\"77.46.176.227\"'),(15298,3588,'UserAgent','\"\"'),(15299,3588,'CurrentUserID','0'),(15300,3589,'Attempts','1'),(15301,3590,'Attempts','1'),(15302,3589,'ClientIP','\"109.163.234.2\"'),(15303,3590,'ClientIP','\"95.211.229.158\"'),(15304,3589,'UserAgent','\"Parser::Template::Auto=CODE(0xace0590)\"'),(15305,3590,'UserAgent','\"Parser::Template::Auto=CODE(0x19861448)\"'),(15306,3590,'CurrentUserID','0'),(15307,3589,'CurrentUserID','0'),(15308,3591,'Attempts','1'),(15309,3591,'ClientIP','\"204.85.191.30\"'),(15310,3592,'Attempts','1'),(15311,3591,'UserAgent','\"Parser::Template::Auto=CODE(0x166bd998)\"'),(15312,3592,'ClientIP','\"192.42.116.16\"'),(15313,3591,'CurrentUserID','0'),(15314,3592,'UserAgent','\"Parser::Template::Auto=CODE(0x1564d158)\"'),(15315,3592,'CurrentUserID','0'),(15316,3593,'Attempts','1'),(15317,3593,'ClientIP','\"77.109.141.138\"'),(15318,3593,'UserAgent','\"Parser::Template::Auto=CODE(0x9b8b598)\"'),(15319,3593,'CurrentUserID','0'),(15320,3594,'Attempts','1'),(15321,3594,'ClientIP','\"210.213.199.66\"'),(15322,3594,'UserAgent','\"\"'),(15323,3594,'CurrentUserID','0'),(15324,3595,'Attempts','1'),(15325,3595,'ClientIP','\"37.132.17.132\"'),(15326,3595,'UserAgent','\"\"'),(15327,3595,'CurrentUserID','0'),(15328,3596,'Attempts','1'),(15329,3596,'ClientIP','\"178.164.253.22\"'),(15330,3596,'UserAgent','\"\"'),(15331,3596,'CurrentUserID','0'),(15332,3597,'Attempts','1'),(15333,3597,'ClientIP','\"87.68.54.169\"'),(15334,3597,'UserAgent','\"\"'),(15335,3597,'CurrentUserID','0'),(15336,3598,'Attempts','1'),(15337,3598,'ClientIP','\"182.185.82.0\"'),(15338,3598,'UserAgent','\"\"'),(15339,3598,'CurrentUserID','0'),(15340,3599,'Attempts','1'),(15341,3600,'Attempts','1'),(15342,3599,'ClientIP','\"194.150.168.79\"'),(15343,3599,'UserAgent','\"Parser::Template::Auto=CODE(0xace0590)\"'),(15344,3600,'ClientIP','\"185.73.44.58\"'),(15345,3600,'UserAgent','\"Parser::Template::Auto=CODE(0x1564d158)\"'),(15346,3599,'CurrentUserID','0'),(15347,3600,'CurrentUserID','0'),(15348,3601,'Attempts','1'),(15349,3602,'Attempts','1'),(15350,3601,'ClientIP','\"176.9.25.72\"'),(15351,3602,'ClientIP','\"96.44.189.100\"'),(15352,3601,'UserAgent','\"Parser::Template::Auto=CODE(0x9b8b598)\"'),(15353,3602,'UserAgent','\"Parser::Template::Auto=CODE(0x19861448)\"'),(15354,3601,'CurrentUserID','0'),(15355,3602,'CurrentUserID','0'),(15356,3603,'Attempts','1'),(15357,3603,'ClientIP','\"37.130.227.133\"'),(15358,3603,'UserAgent','\"Parser::Template::Auto=CODE(0x166bd998)\"'),(15359,3603,'CurrentUserID','0'),(15360,3604,'Attempts','1'),(15361,3604,'ClientIP','\"188.53.96.65\"'),(15362,3604,'UserAgent','\"\"'),(15363,3604,'CurrentUserID','0'),(15364,3605,'Attempts','1'),(15365,3605,'ClientIP','\"49.229.189.45\"'),(15366,3605,'UserAgent','\"\"'),(15367,3605,'CurrentUserID','0'),(15368,3607,'Attempts','1'),(15369,3606,'Attempts','1'),(15370,3607,'ClientIP','\"91.234.22.48\"'),(15371,3606,'ClientIP','\"176.31.51.199\"'),(15372,3607,'UserAgent','\"Parser::Template::Auto=CODE(0xace0590)\"'),(15373,3606,'UserAgent','\"Parser::Template::Auto=CODE(0x19861448)\"'),(15374,3607,'CurrentUserID','0'),(15375,3606,'CurrentUserID','0'),(15376,3608,'Attempts','1'),(15377,3608,'ClientIP','\"171.25.193.27\"'),(15378,3608,'UserAgent','\"Parser::Template::Auto=CODE(0x166bd998)\"'),(15379,3609,'Attempts','1'),(15380,3608,'CurrentUserID','0'),(15381,3609,'ClientIP','\"104.232.3.33\"'),(15382,3609,'UserAgent','\"Parser::Template::Auto=CODE(0x1564d158)\"'),(15383,3609,'CurrentUserID','0'),(15384,3610,'Attempts','1'),(15385,3610,'ClientIP','\"146.185.143.144\"'),(15386,3610,'UserAgent','\"Parser::Template::Auto=CODE(0x9b8b598)\"'),(15387,3610,'CurrentUserID','0'),(15388,3611,'Attempts','1'),(15389,3611,'ClientIP','\"82.166.22.117\"'),(15390,3611,'UserAgent','\"\"'),(15391,3611,'CurrentUserID','0'),(15392,3612,'Attempts','1'),(15393,3612,'ClientIP','\"121.54.47.59\"'),(15394,3612,'UserAgent','\"\"'),(15395,3612,'CurrentUserID','0'),(15396,3613,'Attempts','1'),(15397,3613,'ClientIP','\"109.66.139.211\"'),(15398,3613,'UserAgent','\"\"'),(15399,3613,'CurrentUserID','0'),(15400,3614,'Attempts','1'),(15401,3614,'ClientIP','\"83.6.3.196\"'),(15402,3614,'UserAgent','\"\"'),(15403,3614,'CurrentUserID','0'),(15404,3615,'Attempts','1'),(15405,3615,'ClientIP','\"115.76.100.123\"'),(15406,3615,'UserAgent','\"\"'),(15407,3615,'CurrentUserID','0'),(15408,3616,'Attempts','1'),(15409,3616,'ClientIP','\"31.46.85.116\"'),(15410,3616,'UserAgent','\"\"'),(15411,3616,'CurrentUserID','0'),(15412,3617,'Attempts','1'),(15413,3617,'ClientIP','\"185.11.146.126\"'),(15414,3618,'Attempts','1'),(15415,3617,'UserAgent','\"Parser::Template::Auto=CODE(0x166bd998)\"'),(15416,3618,'ClientIP','\"77.109.141.138\"'),(15417,3617,'CurrentUserID','0'),(15418,3618,'UserAgent','\"Parser::Template::Auto=CODE(0x19861448)\"'),(15419,3618,'CurrentUserID','0'),(15420,3619,'Attempts','1'),(15421,3619,'ClientIP','\"92.222.113.177\"'),(15422,3619,'UserAgent','\"Parser::Template::Auto=CODE(0x1564d158)\"'),(15423,3619,'CurrentUserID','0'),(15424,3620,'Attempts','1'),(15425,3620,'ClientIP','\"46.165.221.166\"'),(15426,3620,'UserAgent','\"Parser::Template::Auto=CODE(0x9b8b598)\"'),(15427,3620,'CurrentUserID','0'),(15428,3621,'Attempts','1'),(15429,3621,'ClientIP','\"37.187.129.166\"'),(15430,3621,'UserAgent','\"Parser::Template::Auto=CODE(0xace0590)\"'),(15431,3621,'CurrentUserID','0'),(15432,3622,'Attempts','1'),(15433,3622,'ClientIP','\"121.54.44.95\"'),(15434,3622,'UserAgent','\"\"'),(15435,3622,'CurrentUserID','0'),(15436,3623,'Attempts','1'),(15437,3623,'ClientIP','\"89.11.239.81\"'),(15438,3623,'UserAgent','\"\"'),(15439,3623,'CurrentUserID','0'),(15440,3624,'Attempts','1'),(15441,3624,'ClientIP','\"84.236.167.5\"'),(15442,3624,'UserAgent','\"\"'),(15443,3624,'CurrentUserID','0'),(15444,3625,'Attempts','1'),(15445,3625,'ClientIP','\"84.232.53.236\"'),(15446,3625,'UserAgent','\"\"'),(15447,3625,'CurrentUserID','0'),(15448,3626,'Attempts','1'),(15449,3626,'ClientIP','\"69.47.29.220\"'),(15450,3626,'UserAgent','\"\"'),(15451,3626,'CurrentUserID','0'),(15452,3627,'Attempts','1'),(15453,3627,'ClientIP','\"94.227.120.209\"'),(15454,3627,'UserAgent','\"\"'),(15455,3627,'CurrentUserID','0'),(15456,3628,'Attempts','1'),(15457,3629,'Attempts','1'),(15458,3628,'ClientIP','\"108.61.99.31\"'),(15459,3629,'ClientIP','\"78.193.103.77\"'),(15460,3628,'UserAgent','\"Parser::Template::Auto=CODE(0x9b8b598)\"'),(15461,3629,'UserAgent','\"Parser::Template::Auto=CODE(0x19861448)\"'),(15462,3628,'CurrentUserID','0'),(15463,3629,'CurrentUserID','0'),(15464,3630,'Attempts','1'),(15465,3630,'ClientIP','\"176.9.25.72\"'),(15466,3630,'UserAgent','\"Parser::Template::Auto=CODE(0xace0590)\"'),(15467,3630,'CurrentUserID','0'),(15468,3631,'Attempts','1'),(15469,3631,'ClientIP','\"81.89.96.88\"'),(15470,3631,'UserAgent','\"Parser::Template::Auto=CODE(0x166bd998)\"'),(15471,3631,'CurrentUserID','0'),(15472,3632,'Attempts','1'),(15473,3632,'ClientIP','\"23.91.115.123\"'),(15474,3632,'UserAgent','\"Parser::Template::Auto=CODE(0x1564d158)\"'),(15475,3632,'CurrentUserID','0'),(15476,3633,'Attempts','1'),(15477,3633,'ClientIP','\"92.99.248.118\"'),(15478,3633,'UserAgent','\"\"'),(15479,3633,'CurrentUserID','0'),(15480,3634,'Attempts','\"10+\"'),(15481,3634,'ClientIP','\"46.98.86.36\"'),(15482,3634,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(15483,3634,'CurrentUserID','0'),(15484,3635,'Attempts','\"10+\"'),(15485,3635,'ClientIP','\"178.88.132.119\"'),(15486,3635,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(15487,3635,'CurrentUserID','0'),(15488,3636,'Attempts','\"10+\"'),(15489,3636,'ClientIP','\"5.166.191.28\"'),(15490,3636,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(15491,3636,'CurrentUserID','0'),(15492,3637,'Attempts','\"10+\"'),(15493,3637,'ClientIP','\"85.115.248.57\"'),(15494,3637,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(15495,3637,'CurrentUserID','0'),(15496,3638,'Attempts','1'),(15497,3638,'ClientIP','\"195.26.151.27\"'),(15498,3638,'UserAgent','\"\"'),(15499,3638,'CurrentUserID','0'),(15500,3639,'Attempts','1'),(15501,3639,'ClientIP','\"218.232.0.132\"'),(15502,3639,'UserAgent','\"\"'),(15503,3639,'CurrentUserID','0'),(15504,3640,'Attempts','2'),(15505,3640,'ClientIP','\"103.224.37.6\"'),(15506,3640,'UserAgent','\"\"'),(15507,3640,'CurrentUserID','0'),(15508,3641,'Attempts','1'),(15509,3641,'ClientIP','\"121.54.44.94\"'),(15510,3641,'UserAgent','\"\"'),(15511,3641,'CurrentUserID','0'),(15512,3642,'Attempts','1'),(15513,3642,'ClientIP','\"109.57.140.158\"'),(15514,3642,'UserAgent','\"\"'),(15515,3642,'CurrentUserID','0'),(15516,3643,'Attempts','1'),(15517,3643,'ClientIP','\"178.222.216.89\"'),(15518,3643,'UserAgent','\"\"'),(15519,3643,'CurrentUserID','0'),(15520,3644,'Attempts','1'),(15521,3644,'ClientIP','\"73.14.131.32\"'),(15522,3644,'UserAgent','\"\"'),(15523,3644,'CurrentUserID','0'),(15524,3645,'Attempts','1'),(15525,3645,'ClientIP','\"196.31.40.34\"'),(15526,3645,'UserAgent','\"\"'),(15527,3645,'CurrentUserID','0'),(15528,3646,'Attempts','1'),(15529,3646,'ClientIP','\"89.123.60.218\"'),(15530,3646,'UserAgent','\"\"'),(15531,3646,'CurrentUserID','0'),(15532,3647,'Attempts','1'),(15533,3647,'ClientIP','\"187.194.0.88\"'),(15534,3647,'UserAgent','\"\"'),(15535,3647,'CurrentUserID','0'),(15536,3648,'Attempts','1'),(15537,3648,'ClientIP','\"86.45.220.139\"'),(15538,3648,'UserAgent','\"\"'),(15539,3648,'CurrentUserID','0'),(15540,3649,'Attempts','1'),(15541,3649,'ClientIP','\"124.104.86.56\"'),(15542,3649,'UserAgent','\"\"'),(15543,3649,'CurrentUserID','0'),(15544,3650,'Attempts','1'),(15545,3650,'ClientIP','\"182.185.197.224\"'),(15546,3650,'UserAgent','\"\"'),(15547,3650,'CurrentUserID','0'),(15548,3651,'Attempts','1'),(15549,3651,'ClientIP','\"79.115.191.241\"'),(15550,3651,'UserAgent','\"\"'),(15551,3651,'CurrentUserID','0'),(15552,3652,'Attempts','1'),(15553,3652,'ClientIP','\"196.31.40.34\"'),(15554,3652,'UserAgent','\"\"'),(15555,3652,'CurrentUserID','0'),(15556,3653,'Attempts','1'),(15557,3653,'ClientIP','\"49.144.12.254\"'),(15558,3653,'UserAgent','\"\"'),(15559,3653,'CurrentUserID','0'),(15560,3654,'Attempts','1'),(15561,3654,'ClientIP','\"210.195.235.87\"'),(15562,3654,'UserAgent','\"\"'),(15563,3654,'CurrentUserID','0'),(15564,3655,'Attempts','2'),(15565,3655,'ClientIP','\"79.185.210.45\"'),(15566,3655,'UserAgent','\"\"'),(15567,3655,'CurrentUserID','0'),(15568,3656,'Attempts','1'),(15569,3656,'ClientIP','\"112.208.67.252\"'),(15570,3656,'UserAgent','\"\"'),(15571,3656,'CurrentUserID','0'),(15572,3657,'Attempts','1'),(15573,3657,'ClientIP','\"78.92.67.176\"'),(15574,3657,'UserAgent','\"\"'),(15575,3657,'CurrentUserID','0'),(15576,3658,'Attempts','1'),(15577,3658,'ClientIP','\"92.99.248.118\"'),(15578,3658,'UserAgent','\"\"'),(15579,3658,'CurrentUserID','0'),(15580,3659,'Attempts','1'),(15581,3659,'ClientIP','\"121.54.44.91\"'),(15582,3659,'UserAgent','\"\"'),(15583,3659,'CurrentUserID','0'),(15584,3660,'Attempts','1'),(15585,3660,'ClientIP','\"88.252.208.81\"'),(15586,3660,'UserAgent','\"\"'),(15587,3660,'CurrentUserID','0'),(15588,3661,'Attempts','1'),(15589,3661,'ClientIP','\"94.227.120.209\"'),(15590,3661,'UserAgent','\"\"'),(15591,3661,'CurrentUserID','0'),(15592,3662,'Attempts','1'),(15593,3662,'ClientIP','\"2.50.173.65\"'),(15594,3662,'UserAgent','\"\"'),(15595,3662,'CurrentUserID','0'),(15596,3663,'Attempts','1'),(15597,3663,'ClientIP','\"37.132.17.132\"'),(15598,3663,'UserAgent','\"\"'),(15599,3663,'CurrentUserID','0'),(15600,3664,'Attempts','1'),(15601,3664,'ClientIP','\"103.249.240.196\"'),(15602,3664,'UserAgent','\"\"'),(15603,3664,'CurrentUserID','0'),(15604,3665,'Attempts','1'),(15605,3665,'ClientIP','\"89.39.126.250\"'),(15606,3665,'UserAgent','\"\"'),(15607,3665,'CurrentUserID','0'),(15608,3666,'Attempts','1'),(15609,3666,'ClientIP','\"112.209.117.124\"'),(15610,3666,'UserAgent','\"\"'),(15611,3666,'CurrentUserID','0'),(15612,3667,'Attempts','1'),(15613,3667,'ClientIP','\"94.176.40.60\"'),(15614,3667,'UserAgent','\"\"'),(15615,3667,'CurrentUserID','0'),(15616,3668,'Attempts','1'),(15617,3668,'ClientIP','\"93.103.183.177\"'),(15618,3668,'UserAgent','\"\"'),(15619,3668,'CurrentUserID','0'),(15620,3669,'Attempts','1'),(15621,3669,'ClientIP','\"94.38.39.228\"'),(15622,3669,'UserAgent','\"\"'),(15623,3669,'CurrentUserID','0'),(15624,3670,'Attempts','1'),(15625,3670,'ClientIP','\"90.198.70.103\"'),(15626,3670,'UserAgent','\"\"'),(15627,3670,'CurrentUserID','0'),(15628,3671,'Attempts','1'),(15629,3671,'ClientIP','\"98.100.254.68\"'),(15630,3671,'UserAgent','\"\"'),(15631,3671,'CurrentUserID','0'),(15632,3672,'Attempts','1'),(15633,3672,'ClientIP','\"200.32.68.4\"'),(15634,3672,'UserAgent','\"\"'),(15635,3672,'CurrentUserID','0'),(15636,3673,'Attempts','1'),(15637,3673,'ClientIP','\"109.189.255.14\"'),(15638,3673,'UserAgent','\"\"'),(15639,3673,'CurrentUserID','0'),(15640,3674,'Attempts','1'),(15641,3674,'ClientIP','\"93.42.140.216\"'),(15642,3674,'UserAgent','\"\"'),(15643,3674,'CurrentUserID','0'),(15644,3675,'Attempts','1'),(15645,3675,'ClientIP','\"27.147.201.228\"'),(15646,3675,'UserAgent','\"\"'),(15647,3675,'CurrentUserID','0'),(15648,3676,'Attempts','1'),(15649,3676,'ClientIP','\"80.220.123.230\"'),(15650,3676,'UserAgent','\"\"'),(15651,3676,'CurrentUserID','0'),(15652,3677,'Attempts','1'),(15653,3677,'ClientIP','\"77.68.246.16\"'),(15654,3677,'UserAgent','\"\"'),(15655,3677,'CurrentUserID','0'),(15656,3678,'Attempts','1'),(15657,3678,'ClientIP','\"37.16.130.53\"'),(15658,3678,'UserAgent','\"\"'),(15659,3678,'CurrentUserID','0'),(15660,3679,'Attempts','1'),(15661,3679,'ClientIP','\"124.107.104.65\"'),(15662,3679,'UserAgent','\"\"'),(15663,3679,'CurrentUserID','0'),(15664,3680,'Attempts','1'),(15665,3680,'ClientIP','\"83.59.124.175\"'),(15666,3680,'UserAgent','\"\"'),(15667,3680,'CurrentUserID','0'),(15668,3681,'Attempts','1'),(15669,3681,'ClientIP','\"85.65.10.168\"'),(15670,3681,'UserAgent','\"\"'),(15671,3681,'CurrentUserID','0'),(15672,3682,'Attempts','1'),(15673,3682,'ClientIP','\"118.136.207.212\"'),(15674,3682,'UserAgent','\"\"'),(15675,3682,'CurrentUserID','0'),(15676,3683,'Attempts','1'),(15677,3683,'ClientIP','\"79.117.163.87\"'),(15678,3683,'UserAgent','\"\"'),(15679,3683,'CurrentUserID','0'),(15680,3684,'Attempts','1'),(15681,3684,'ClientIP','\"139.195.248.246\"'),(15682,3684,'UserAgent','\"\"'),(15683,3684,'CurrentUserID','0'),(15684,3685,'Attempts','1'),(15685,3685,'ClientIP','\"92.92.240.165\"'),(15686,3685,'UserAgent','\"\"'),(15687,3685,'CurrentUserID','0'),(15688,3686,'Attempts','2'),(15689,3686,'ClientIP','\"24.209.86.68\"'),(15690,3686,'UserAgent','\"\"'),(15691,3686,'CurrentUserID','0'),(15692,3687,'Attempts','1'),(15693,3687,'ClientIP','\"92.51.96.86\"'),(15694,3687,'UserAgent','\"\"'),(15695,3687,'CurrentUserID','0'),(15696,3688,'Attempts','1'),(15697,3688,'ClientIP','\"84.228.6.206\"'),(15698,3688,'UserAgent','\"\"'),(15699,3688,'CurrentUserID','0'),(15700,3689,'Attempts','1'),(15701,3689,'ClientIP','\"92.9.241.48\"'),(15702,3689,'UserAgent','\"\"'),(15703,3689,'CurrentUserID','0'),(15704,3690,'Attempts','1'),(15705,3690,'ClientIP','\"182.185.197.224\"'),(15706,3690,'UserAgent','\"\"'),(15707,3690,'CurrentUserID','0'),(15708,3691,'Attempts','1'),(15709,3691,'ClientIP','\"79.166.58.180\"'),(15710,3691,'UserAgent','\"\"'),(15711,3691,'CurrentUserID','0'),(15712,3692,'Attempts','1'),(15713,3692,'ClientIP','\"85.92.244.100\"'),(15714,3692,'UserAgent','\"\"'),(15715,3692,'CurrentUserID','0'),(15716,3693,'Attempts','1'),(15717,3693,'ClientIP','\"91.187.185.82\"'),(15718,3693,'UserAgent','\"\"'),(15719,3693,'CurrentUserID','0'),(15720,3694,'Attempts','1'),(15721,3694,'ClientIP','\"149.3.84.61\"'),(15722,3694,'UserAgent','\"\"'),(15723,3694,'CurrentUserID','0'),(15724,3695,'Attempts','1'),(15725,3695,'ClientIP','\"81.33.227.155\"'),(15726,3695,'UserAgent','\"\"'),(15727,3695,'CurrentUserID','0'),(15728,3696,'Attempts','1'),(15729,3696,'ClientIP','\"87.103.114.237\"'),(15730,3696,'UserAgent','\"\"'),(15731,3696,'CurrentUserID','0'),(15732,3697,'Attempts','1'),(15733,3697,'ClientIP','\"77.127.167.231\"'),(15734,3697,'UserAgent','\"\"'),(15735,3697,'CurrentUserID','0'),(15736,3698,'Attempts','1'),(15737,3698,'ClientIP','\"176.63.91.38\"'),(15738,3698,'UserAgent','\"\"'),(15739,3698,'CurrentUserID','0'),(15740,3699,'Attempts','1'),(15741,3699,'ClientIP','\"92.99.248.118\"'),(15742,3699,'UserAgent','\"\"'),(15743,3699,'CurrentUserID','0'),(15744,3700,'Attempts','1'),(15745,3700,'ClientIP','\"14.140.59.45\"'),(15746,3700,'UserAgent','\"\"'),(15747,3700,'CurrentUserID','0'),(15748,3701,'Attempts','1'),(15749,3701,'ClientIP','\"210.7.75.147\"'),(15750,3701,'UserAgent','\"\"'),(15751,3701,'CurrentUserID','0'),(15752,3702,'Attempts','1'),(15753,3702,'ClientIP','\"59.152.96.150\"'),(15754,3702,'UserAgent','\"\"'),(15755,3702,'CurrentUserID','0'),(15756,3703,'Attempts','1'),(15757,3703,'ClientIP','\"189.83.77.61\"'),(15758,3703,'UserAgent','\"\"'),(15759,3703,'CurrentUserID','0'),(15760,3704,'Attempts','1'),(15761,3704,'ClientIP','\"86.18.206.243\"'),(15762,3704,'UserAgent','\"\"'),(15763,3704,'CurrentUserID','0'),(15764,3705,'Attempts','1'),(15765,3705,'ClientIP','\"115.66.176.52\"'),(15766,3705,'UserAgent','\"\"'),(15767,3705,'CurrentUserID','0'),(15768,3706,'Attempts','1'),(15769,3706,'ClientIP','\"60.48.32.22\"'),(15770,3706,'UserAgent','\"\"'),(15771,3706,'CurrentUserID','0'),(15772,3707,'Attempts','1'),(15773,3707,'ClientIP','\"82.231.62.13\"'),(15774,3707,'UserAgent','\"\"'),(15775,3707,'CurrentUserID','0'),(15776,3708,'Attempts','1'),(15777,3708,'ClientIP','\"146.255.183.10\"'),(15778,3708,'UserAgent','\"\"'),(15779,3708,'CurrentUserID','0'),(15780,3709,'Attempts','1'),(15781,3709,'ClientIP','\"31.146.180.218\"'),(15782,3709,'UserAgent','\"\"'),(15783,3709,'CurrentUserID','0'),(15784,3710,'Attempts','1'),(15785,3710,'ClientIP','\"188.26.129.179\"'),(15786,3710,'UserAgent','\"\"'),(15787,3710,'CurrentUserID','0'),(15788,3711,'Attempts','1'),(15789,3711,'ClientIP','\"79.31.14.49\"'),(15790,3711,'UserAgent','\"\"'),(15791,3711,'CurrentUserID','0'),(15792,3712,'Attempts','1'),(15793,3712,'ClientIP','\"178.220.79.22\"'),(15794,3712,'UserAgent','\"\"'),(15795,3712,'CurrentUserID','0'),(15796,3713,'Attempts','1'),(15797,3713,'ClientIP','\"217.136.65.150\"'),(15798,3713,'UserAgent','\"\"'),(15799,3713,'CurrentUserID','0'),(15800,3714,'Attempts','1'),(15801,3714,'ClientIP','\"46.189.212.91\"'),(15802,3714,'UserAgent','\"\"'),(15803,3714,'CurrentUserID','0'),(15804,3715,'Attempts','1'),(15805,3715,'ClientIP','\"108.68.84.223\"'),(15806,3715,'UserAgent','\"\"'),(15807,3715,'CurrentUserID','0'),(15808,3716,'Attempts','1'),(15809,3716,'ClientIP','\"109.92.27.102\"'),(15810,3716,'UserAgent','\"\"'),(15811,3716,'CurrentUserID','0'),(15812,3717,'Attempts','1'),(15813,3717,'ClientIP','\"43.254.212.245\"'),(15814,3717,'UserAgent','\"\"'),(15815,3717,'CurrentUserID','0'),(15816,3718,'Attempts','1'),(15817,3718,'ClientIP','\"83.35.93.164\"'),(15818,3718,'UserAgent','\"\"'),(15819,3718,'CurrentUserID','0'),(15820,3719,'Attempts','1'),(15821,3719,'ClientIP','\"82.1.174.200\"'),(15822,3719,'UserAgent','\"\"'),(15823,3719,'CurrentUserID','0'),(15824,3720,'Attempts','1'),(15825,3720,'ClientIP','\"200.1.215.219\"'),(15826,3720,'UserAgent','\"\"'),(15827,3720,'CurrentUserID','0'),(15828,3721,'Attempts','1'),(15829,3721,'ClientIP','\"78.0.104.116\"'),(15830,3721,'UserAgent','\"\"'),(15831,3721,'CurrentUserID','0'),(15832,3722,'Attempts','1'),(15833,3722,'ClientIP','\"105.102.97.130\"'),(15834,3722,'UserAgent','\"\"'),(15835,3722,'CurrentUserID','0'),(15836,3723,'Attempts','1'),(15837,3723,'ClientIP','\"183.82.225.162\"'),(15838,3723,'UserAgent','\"\"'),(15839,3723,'CurrentUserID','0'),(15840,3724,'Attempts','1'),(15841,3724,'ClientIP','\"208.163.181.224\"'),(15842,3724,'UserAgent','\"\"'),(15843,3724,'CurrentUserID','0'),(15844,3725,'Attempts','1'),(15845,3725,'ClientIP','\"83.134.15.55\"'),(15846,3725,'UserAgent','\"\"'),(15847,3725,'CurrentUserID','0'),(15848,3726,'Attempts','1'),(15849,3726,'ClientIP','\"193.205.81.3\"'),(15850,3726,'UserAgent','\"\"'),(15851,3726,'CurrentUserID','0'),(15852,3727,'Attempts','1'),(15853,3727,'ClientIP','\"217.75.221.240\"'),(15854,3727,'UserAgent','\"\"'),(15855,3727,'CurrentUserID','0'),(15856,3728,'Attempts','1'),(15857,3728,'ClientIP','\"81.217.237.72\"'),(15858,3728,'UserAgent','\"\"'),(15859,3728,'CurrentUserID','0'),(15860,3729,'Attempts','1'),(15861,3729,'ClientIP','\"36.228.204.24\"'),(15862,3729,'UserAgent','\"\"'),(15863,3729,'CurrentUserID','0'),(15864,3730,'Attempts','1'),(15865,3730,'ClientIP','\"183.89.113.244\"'),(15866,3730,'UserAgent','\"\"'),(15867,3730,'CurrentUserID','0'),(15868,3731,'Attempts','1'),(15869,3731,'ClientIP','\"46.121.245.171\"'),(15870,3731,'UserAgent','\"\"'),(15871,3731,'CurrentUserID','0'),(15872,3732,'Attempts','1'),(15873,3732,'ClientIP','\"24.209.204.83\"'),(15874,3732,'UserAgent','\"\"'),(15875,3732,'CurrentUserID','0'),(15876,3733,'Attempts','1'),(15877,3733,'ClientIP','\"84.99.119.91\"'),(15878,3733,'UserAgent','\"\"'),(15879,3733,'CurrentUserID','0'),(15880,3734,'Attempts','1'),(15881,3734,'ClientIP','\"178.143.122.147\"'),(15882,3734,'UserAgent','\"\"'),(15883,3734,'CurrentUserID','0'),(15884,3735,'Attempts','1'),(15885,3735,'ClientIP','\"216.155.86.234\"'),(15886,3735,'UserAgent','\"\"'),(15887,3735,'CurrentUserID','0'),(15888,3736,'Attempts','1'),(15889,3736,'ClientIP','\"147.194.8.246\"'),(15890,3736,'UserAgent','\"\"'),(15891,3736,'CurrentUserID','0'),(15892,3737,'Attempts','1'),(15893,3737,'ClientIP','\"83.99.100.112\"'),(15894,3737,'UserAgent','\"\"'),(15895,3737,'CurrentUserID','0'),(15896,3738,'Attempts','1'),(15897,3738,'ClientIP','\"110.175.189.49\"'),(15898,3738,'UserAgent','\"\"'),(15899,3738,'CurrentUserID','0'),(15900,3739,'Attempts','1'),(15901,3739,'ClientIP','\"112.210.151.165\"'),(15902,3739,'UserAgent','\"\"'),(15903,3739,'CurrentUserID','0'),(15904,3740,'Attempts','1'),(15905,3740,'ClientIP','\"68.68.96.117\"'),(15906,3740,'UserAgent','\"\"'),(15907,3740,'CurrentUserID','0'),(15908,3741,'Attempts','1'),(15909,3741,'ClientIP','\"83.221.231.67\"'),(15910,3741,'UserAgent','\"\"'),(15911,3741,'CurrentUserID','0'),(15912,3742,'Attempts','1'),(15913,3742,'ClientIP','\"220.240.85.170\"'),(15914,3742,'UserAgent','\"\"'),(15915,3742,'CurrentUserID','0'),(15916,3743,'Attempts','1'),(15917,3743,'ClientIP','\"85.27.36.239\"'),(15918,3743,'UserAgent','\"\"'),(15919,3743,'CurrentUserID','0'),(15920,3744,'Attempts','1'),(15921,3744,'ClientIP','\"79.24.18.40\"'),(15922,3744,'UserAgent','\"\"'),(15923,3744,'CurrentUserID','0'),(15924,3745,'Attempts','1'),(15925,3745,'ClientIP','\"195.103.55.122\"'),(15926,3745,'UserAgent','\"\"'),(15927,3745,'CurrentUserID','0'),(15928,3746,'Attempts','1'),(15929,3746,'ClientIP','\"1.162.54.22\"'),(15930,3746,'UserAgent','\"\"'),(15931,3746,'CurrentUserID','0'),(15932,3747,'Attempts','1'),(15933,3747,'ClientIP','\"88.34.203.57\"'),(15934,3747,'UserAgent','\"\"'),(15935,3747,'CurrentUserID','0'),(15936,3748,'Attempts','1'),(15937,3748,'ClientIP','\"179.34.133.152\"'),(15938,3748,'UserAgent','\"\"'),(15939,3748,'CurrentUserID','0'),(15940,3749,'Attempts','1'),(15941,3749,'ClientIP','\"108.244.78.177\"'),(15942,3749,'UserAgent','\"\"'),(15943,3749,'CurrentUserID','0'),(15944,3750,'Attempts','1'),(15945,3750,'ClientIP','\"23.119.51.72\"'),(15946,3750,'UserAgent','\"\"'),(15947,3750,'CurrentUserID','0'),(15948,3751,'Attempts','1'),(15949,3751,'ClientIP','\"112.198.99.79\"'),(15950,3751,'UserAgent','\"\"'),(15951,3751,'CurrentUserID','0'),(15952,3752,'Attempts','1'),(15953,3752,'ClientIP','\"142.51.215.179\"'),(15954,3752,'UserAgent','\"\"'),(15955,3752,'CurrentUserID','0'),(15956,3753,'Attempts','1'),(15957,3753,'ClientIP','\"80.56.238.160\"'),(15958,3753,'UserAgent','\"\"'),(15959,3753,'CurrentUserID','0'),(15960,3754,'Attempts','1'),(15961,3754,'ClientIP','\"77.247.181.165\"'),(15962,3754,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(15963,3754,'CurrentUserID','0'),(15964,3755,'Attempts','1'),(15965,3756,'Attempts','1'),(15966,3755,'ClientIP','\"91.109.247.173\"'),(15967,3756,'ClientIP','\"89.234.157.254\"'),(15968,3755,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(15969,3756,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(15970,3755,'CurrentUserID','0'),(15971,3756,'CurrentUserID','0'),(15972,3757,'Attempts','1'),(15973,3757,'ClientIP','\"185.65.135.228\"'),(15974,3757,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(15975,3757,'CurrentUserID','0'),(15976,3758,'Attempts','1'),(15977,3758,'ClientIP','\"92.222.113.177\"'),(15978,3758,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(15979,3758,'CurrentUserID','0'),(15980,3759,'Attempts','1'),(15981,3759,'ClientIP','\"82.155.51.139\"'),(15982,3759,'UserAgent','\"\"'),(15983,3759,'CurrentUserID','0'),(15984,3760,'Attempts','1'),(15985,3760,'ClientIP','\"79.191.119.8\"'),(15986,3760,'UserAgent','\"\"'),(15987,3760,'CurrentUserID','0'),(15988,3761,'Attempts','1'),(15989,3761,'ClientIP','\"95.180.182.78\"'),(15990,3761,'UserAgent','\"\"'),(15991,3761,'CurrentUserID','0'),(15992,3762,'Attempts','1'),(15993,3762,'ClientIP','\"50.135.32.50\"'),(15994,3762,'UserAgent','\"\"'),(15995,3762,'CurrentUserID','0'),(15996,3763,'Attempts','1'),(15997,3763,'ClientIP','\"105.225.2.69\"'),(15998,3763,'UserAgent','\"\"'),(15999,3763,'CurrentUserID','0'),(16000,3764,'Attempts','1'),(16001,3764,'ClientIP','\"122.57.4.207\"'),(16002,3764,'UserAgent','\"\"'),(16003,3764,'CurrentUserID','0'),(16004,3765,'Attempts','1'),(16005,3765,'ClientIP','\"178.212.29.40\"'),(16006,3765,'UserAgent','\"\"'),(16007,3765,'CurrentUserID','0'),(16008,3766,'Attempts','1'),(16009,3766,'ClientIP','\"197.225.245.15\"'),(16010,3766,'UserAgent','\"\"'),(16011,3766,'CurrentUserID','0'),(16012,3767,'Attempts','1'),(16013,3767,'ClientIP','\"89.153.144.186\"'),(16014,3767,'UserAgent','\"\"'),(16015,3767,'CurrentUserID','0'),(16016,3768,'Attempts','1'),(16017,3768,'ClientIP','\"83.208.36.109\"'),(16018,3768,'UserAgent','\"\"'),(16019,3768,'CurrentUserID','0'),(16020,3769,'Attempts','1'),(16021,3769,'ClientIP','\"24.13.220.57\"'),(16022,3769,'UserAgent','\"\"'),(16023,3769,'CurrentUserID','0'),(16024,3770,'Attempts','1'),(16025,3770,'ClientIP','\"88.222.98.210\"'),(16026,3770,'UserAgent','\"\"'),(16027,3770,'CurrentUserID','0'),(16028,3771,'Attempts','1'),(16029,3771,'ClientIP','\"114.24.31.108\"'),(16030,3771,'UserAgent','\"\"'),(16031,3771,'CurrentUserID','0'),(16032,3772,'Attempts','1'),(16033,3772,'ClientIP','\"71.81.165.138\"'),(16034,3772,'UserAgent','\"\"'),(16035,3772,'CurrentUserID','0'),(16036,3773,'Attempts','1'),(16037,3773,'ClientIP','\"109.96.4.182\"'),(16038,3773,'UserAgent','\"\"'),(16039,3773,'CurrentUserID','0'),(16040,3774,'Attempts','1'),(16041,3774,'ClientIP','\"39.42.227.98\"'),(16042,3774,'UserAgent','\"\"'),(16043,3774,'CurrentUserID','0'),(16044,3775,'Attempts','1'),(16045,3775,'ClientIP','\"185.46.162.220\"'),(16046,3775,'UserAgent','\"\"'),(16047,3775,'CurrentUserID','0'),(16048,3776,'Attempts','1'),(16049,3776,'ClientIP','\"31.41.94.154\"'),(16050,3776,'UserAgent','\"\"'),(16051,3776,'CurrentUserID','0'),(16052,3777,'Attempts','1'),(16053,3777,'ClientIP','\"79.118.172.90\"'),(16054,3777,'UserAgent','\"\"'),(16055,3777,'CurrentUserID','0'),(16056,3778,'Attempts','1'),(16057,3778,'ClientIP','\"89.146.148.13\"'),(16058,3778,'UserAgent','\"\"'),(16059,3778,'CurrentUserID','0'),(16060,3779,'Attempts','1'),(16061,3779,'ClientIP','\"190.198.232.186\"'),(16062,3779,'UserAgent','\"\"'),(16063,3779,'CurrentUserID','0'),(16064,3780,'Attempts','1'),(16065,3780,'ClientIP','\"171.6.156.103\"'),(16066,3780,'UserAgent','\"\"'),(16067,3780,'CurrentUserID','0'),(16068,3781,'Attempts','1'),(16069,3781,'ClientIP','\"197.9.223.177\"'),(16070,3781,'UserAgent','\"\"'),(16071,3781,'CurrentUserID','0'),(16072,3782,'Attempts','1'),(16073,3782,'ClientIP','\"216.185.58.205\"'),(16074,3782,'UserAgent','\"\"'),(16075,3782,'CurrentUserID','0'),(16076,3783,'Attempts','1'),(16077,3783,'ClientIP','\"78.184.142.167\"'),(16078,3783,'UserAgent','\"\"'),(16079,3783,'CurrentUserID','0'),(16080,3784,'Attempts','1'),(16081,3784,'ClientIP','\"87.110.161.140\"'),(16082,3784,'UserAgent','\"\"'),(16083,3784,'CurrentUserID','0'),(16084,3785,'Attempts','1'),(16085,3785,'ClientIP','\"176.73.220.85\"'),(16086,3785,'UserAgent','\"\"'),(16087,3785,'CurrentUserID','0'),(16088,3786,'Attempts','1'),(16089,3786,'ClientIP','\"88.14.199.14\"'),(16090,3786,'UserAgent','\"\"'),(16091,3786,'CurrentUserID','0'),(16092,3787,'Attempts','1'),(16093,3787,'ClientIP','\"81.244.171.80\"'),(16094,3787,'UserAgent','\"\"'),(16095,3787,'CurrentUserID','0'),(16096,3788,'Attempts','1'),(16097,3788,'ClientIP','\"118.137.121.60\"'),(16098,3788,'UserAgent','\"\"'),(16099,3788,'CurrentUserID','0'),(16100,3789,'Attempts','1'),(16101,3789,'ClientIP','\"202.142.86.92\"'),(16102,3789,'UserAgent','\"\"'),(16103,3789,'CurrentUserID','0'),(16104,3790,'Attempts','1'),(16105,3790,'ClientIP','\"107.202.24.157\"'),(16106,3790,'UserAgent','\"\"'),(16107,3790,'CurrentUserID','0'),(16108,3791,'Attempts','1'),(16109,3791,'ClientIP','\"200.82.190.213\"'),(16110,3791,'UserAgent','\"\"'),(16111,3791,'CurrentUserID','0'),(16112,3792,'Attempts','1'),(16113,3792,'ClientIP','\"87.68.21.97\"'),(16114,3792,'UserAgent','\"\"'),(16115,3792,'CurrentUserID','0'),(16116,3793,'Attempts','1'),(16117,3793,'ClientIP','\"178.79.63.10\"'),(16118,3793,'UserAgent','\"\"'),(16119,3793,'CurrentUserID','0'),(16120,3794,'Attempts','1'),(16121,3794,'ClientIP','\"95.94.84.194\"'),(16122,3794,'UserAgent','\"\"'),(16123,3794,'CurrentUserID','0'),(16124,3795,'Attempts','1'),(16125,3795,'ClientIP','\"151.24.31.45\"'),(16126,3795,'UserAgent','\"\"'),(16127,3795,'CurrentUserID','0'),(16128,3796,'Attempts','1'),(16129,3796,'ClientIP','\"62.38.113.132\"'),(16130,3796,'UserAgent','\"\"'),(16131,3796,'CurrentUserID','0'),(16132,3797,'Attempts','1'),(16133,3797,'ClientIP','\"105.184.93.44\"'),(16134,3797,'UserAgent','\"\"'),(16135,3797,'CurrentUserID','0'),(16136,3798,'Attempts','1'),(16137,3798,'ClientIP','\"189.225.35.134\"'),(16138,3798,'UserAgent','\"\"'),(16139,3798,'CurrentUserID','0'),(16140,3799,'Attempts','1'),(16141,3799,'ClientIP','\"98.118.135.159\"'),(16142,3799,'UserAgent','\"\"'),(16143,3799,'CurrentUserID','0'),(16144,3800,'Attempts','1'),(16145,3800,'ClientIP','\"24.42.50.84\"'),(16146,3800,'UserAgent','\"\"'),(16147,3800,'CurrentUserID','0'),(16148,3801,'Attempts','1'),(16149,3801,'ClientIP','\"77.181.54.215\"'),(16150,3801,'UserAgent','\"\"'),(16151,3801,'CurrentUserID','0'),(16152,3802,'Attempts','1'),(16153,3802,'ClientIP','\"187.132.75.3\"'),(16154,3802,'UserAgent','\"\"'),(16155,3802,'CurrentUserID','0'),(16156,3803,'Attempts','1'),(16157,3803,'ClientIP','\"190.66.14.194\"'),(16158,3803,'UserAgent','\"\"'),(16159,3803,'CurrentUserID','0'),(16160,3804,'Attempts','1'),(16161,3804,'ClientIP','\"84.79.68.108\"'),(16162,3804,'UserAgent','\"\"'),(16163,3804,'CurrentUserID','0'),(16164,3805,'Attempts','1'),(16165,3805,'ClientIP','\"197.15.57.13\"'),(16166,3805,'UserAgent','\"\"'),(16167,3805,'CurrentUserID','0'),(16168,3806,'Attempts','1'),(16169,3806,'ClientIP','\"89.90.148.206\"'),(16170,3806,'UserAgent','\"\"'),(16171,3806,'CurrentUserID','0'),(16172,3807,'Attempts','1'),(16173,3807,'ClientIP','\"95.95.33.133\"'),(16174,3807,'UserAgent','\"\"'),(16175,3807,'CurrentUserID','0'),(16176,3808,'Attempts','1'),(16177,3808,'ClientIP','\"92.226.74.26\"'),(16178,3808,'UserAgent','\"\"'),(16179,3808,'CurrentUserID','0'),(16180,3809,'Attempts','1'),(16181,3809,'ClientIP','\"178.149.58.255\"'),(16182,3809,'UserAgent','\"\"'),(16183,3809,'CurrentUserID','0'),(16184,3810,'Attempts','1'),(16185,3810,'ClientIP','\"121.107.142.231\"'),(16186,3810,'UserAgent','\"\"'),(16187,3810,'CurrentUserID','0'),(16188,3811,'Attempts','1'),(16189,3811,'ClientIP','\"187.217.203.66\"'),(16190,3811,'UserAgent','\"\"'),(16191,3811,'CurrentUserID','0'),(16192,3812,'Attempts','1'),(16193,3812,'ClientIP','\"83.233.228.158\"'),(16194,3812,'UserAgent','\"\"'),(16195,3812,'CurrentUserID','0'),(16196,3813,'Attempts','1'),(16197,3813,'ClientIP','\"87.228.214.189\"'),(16198,3813,'UserAgent','\"\"'),(16199,3813,'CurrentUserID','0'),(16200,3814,'Attempts','1'),(16201,3814,'ClientIP','\"37.231.145.87\"'),(16202,3814,'UserAgent','\"\"'),(16203,3814,'CurrentUserID','0'),(16204,3815,'Attempts','1'),(16205,3815,'ClientIP','\"32.211.136.47\"'),(16206,3815,'UserAgent','\"\"'),(16207,3815,'CurrentUserID','0'),(16208,3816,'Attempts','1'),(16209,3816,'ClientIP','\"199.48.115.55\"'),(16210,3816,'UserAgent','\"\"'),(16211,3816,'CurrentUserID','0'),(16212,3817,'Attempts','1'),(16213,3817,'ClientIP','\"188.2.124.247\"'),(16214,3817,'UserAgent','\"\"'),(16215,3817,'CurrentUserID','0'),(16216,3818,'Attempts','1'),(16217,3818,'ClientIP','\"190.224.81.84\"'),(16218,3818,'UserAgent','\"\"'),(16219,3818,'CurrentUserID','0'),(16220,3819,'Attempts','1'),(16221,3819,'ClientIP','\"37.239.228.178\"'),(16222,3819,'UserAgent','\"\"'),(16223,3819,'CurrentUserID','0'),(16224,3820,'Attempts','1'),(16225,3820,'ClientIP','\"96.43.32.36\"'),(16226,3820,'UserAgent','\"\"'),(16227,3820,'CurrentUserID','0'),(16228,3821,'Attempts','1'),(16229,3821,'ClientIP','\"49.148.205.204\"'),(16230,3821,'UserAgent','\"\"'),(16231,3821,'CurrentUserID','0'),(16232,3822,'Attempts','1'),(16233,3822,'ClientIP','\"188.27.175.108\"'),(16234,3822,'UserAgent','\"\"'),(16235,3822,'CurrentUserID','0'),(16236,3823,'Attempts','1'),(16237,3823,'ClientIP','\"89.164.198.175\"'),(16238,3823,'UserAgent','\"\"'),(16239,3823,'CurrentUserID','0'),(16240,3824,'Attempts','1'),(16241,3824,'ClientIP','\"194.143.147.82\"'),(16242,3824,'UserAgent','\"\"'),(16243,3824,'CurrentUserID','0'),(16244,3825,'Attempts','1'),(16245,3825,'ClientIP','\"27.123.218.130\"'),(16246,3825,'UserAgent','\"\"'),(16247,3825,'CurrentUserID','0'),(16248,3826,'Attempts','1'),(16249,3826,'ClientIP','\"184.17.215.223\"'),(16250,3826,'UserAgent','\"\"'),(16251,3826,'CurrentUserID','0'),(16252,3827,'Attempts','1'),(16253,3827,'ClientIP','\"173.247.25.182\"'),(16254,3827,'UserAgent','\"\"'),(16255,3827,'CurrentUserID','0'),(16256,3828,'Attempts','1'),(16257,3828,'ClientIP','\"192.168.14.112\"'),(16258,3828,'UserAgent','\"\"'),(16259,3828,'CurrentUserID','0'),(16260,3829,'Attempts','1'),(16261,3829,'ClientIP','\"181.59.254.184\"'),(16262,3829,'UserAgent','\"\"'),(16263,3829,'CurrentUserID','0'),(16264,3830,'Attempts','1'),(16265,3830,'ClientIP','\"179.177.167.0\"'),(16266,3830,'UserAgent','\"\"'),(16267,3830,'CurrentUserID','0'),(16268,3831,'Attempts','1'),(16269,3831,'ClientIP','\"39.54.164.130\"'),(16270,3831,'UserAgent','\"\"'),(16271,3831,'CurrentUserID','0'),(16272,3832,'Attempts','1'),(16273,3832,'ClientIP','\"5.13.117.55\"'),(16274,3832,'UserAgent','\"\"'),(16275,3832,'CurrentUserID','0'),(16276,3833,'Attempts','1'),(16277,3833,'ClientIP','\"115.99.237.87\"'),(16278,3833,'UserAgent','\"\"'),(16279,3833,'CurrentUserID','0'),(16280,3834,'Attempts','1'),(16281,3834,'ClientIP','\"178.220.16.179\"'),(16282,3834,'UserAgent','\"\"'),(16283,3834,'CurrentUserID','0'),(16284,3835,'Attempts','1'),(16285,3835,'ClientIP','\"189.243.19.36\"'),(16286,3835,'UserAgent','\"\"'),(16287,3835,'CurrentUserID','0'),(16288,3836,'Attempts','1'),(16289,3836,'ClientIP','\"112.210.26.7\"'),(16290,3836,'UserAgent','\"\"'),(16291,3836,'CurrentUserID','0'),(16292,3837,'Attempts','1'),(16293,3837,'ClientIP','\"46.11.17.58\"'),(16294,3837,'UserAgent','\"\"'),(16295,3837,'CurrentUserID','0'),(16296,3838,'Attempts','1'),(16297,3838,'ClientIP','\"211.33.35.37\"'),(16298,3838,'UserAgent','\"\"'),(16299,3838,'CurrentUserID','0'),(16300,3839,'Attempts','1'),(16301,3839,'ClientIP','\"103.231.231.86\"'),(16302,3839,'UserAgent','\"\"'),(16303,3839,'CurrentUserID','0'),(16304,3840,'Attempts','1'),(16305,3840,'ClientIP','\"179.34.133.152\"'),(16306,3840,'UserAgent','\"\"'),(16307,3840,'CurrentUserID','0'),(16308,3841,'Attempts','1'),(16309,3841,'ClientIP','\"200.86.147.225\"'),(16310,3841,'UserAgent','\"\"'),(16311,3841,'CurrentUserID','0'),(16312,3842,'Attempts','1'),(16313,3842,'ClientIP','\"122.177.50.70\"'),(16314,3842,'UserAgent','\"\"'),(16315,3842,'CurrentUserID','0'),(16316,3843,'Attempts','1'),(16317,3843,'ClientIP','\"109.197.186.2\"'),(16318,3843,'UserAgent','\"\"'),(16319,3843,'CurrentUserID','0'),(16320,3844,'Attempts','1'),(16321,3844,'ClientIP','\"86.20.38.40\"'),(16322,3844,'UserAgent','\"\"'),(16323,3844,'CurrentUserID','0'),(16324,3845,'Attempts','1'),(16325,3845,'ClientIP','\"85.27.36.239\"'),(16326,3845,'UserAgent','\"\"'),(16327,3845,'CurrentUserID','0'),(16328,3846,'Attempts','1'),(16329,3846,'ClientIP','\"201.210.239.66\"'),(16330,3846,'UserAgent','\"\"'),(16331,3846,'CurrentUserID','0'),(16332,3847,'Attempts','1'),(16333,3847,'ClientIP','\"68.62.40.142\"'),(16334,3847,'UserAgent','\"\"'),(16335,3847,'CurrentUserID','0'),(16336,3848,'Attempts','1'),(16337,3848,'ClientIP','\"109.76.178.112\"'),(16338,3848,'UserAgent','\"\"'),(16339,3848,'CurrentUserID','0'),(16340,3849,'Attempts','1'),(16341,3849,'ClientIP','\"201.41.168.93\"'),(16342,3849,'UserAgent','\"\"'),(16343,3849,'CurrentUserID','0'),(16344,3850,'Attempts','2'),(16345,3850,'ClientIP','\"200.123.210.19\"'),(16346,3850,'UserAgent','\"\"'),(16347,3850,'CurrentUserID','0'),(16348,3851,'Attempts','1'),(16349,3851,'ClientIP','\"109.103.84.113\"'),(16350,3851,'UserAgent','\"\"'),(16351,3851,'CurrentUserID','0'),(16352,3852,'Attempts','1'),(16353,3852,'ClientIP','\"59.8.210.200\"'),(16354,3852,'UserAgent','\"\"'),(16355,3852,'CurrentUserID','0'),(16356,3853,'Attempts','1'),(16357,3853,'ClientIP','\"121.54.95.54\"'),(16358,3853,'UserAgent','\"\"'),(16359,3853,'CurrentUserID','0'),(16360,3854,'Attempts','1'),(16361,3854,'ClientIP','\"78.0.121.235\"'),(16362,3854,'UserAgent','\"\"'),(16363,3854,'CurrentUserID','0'),(16364,3855,'Attempts','1'),(16365,3855,'ClientIP','\"180.190.66.245\"'),(16366,3855,'UserAgent','\"\"'),(16367,3855,'CurrentUserID','0'),(16368,3856,'Attempts','1'),(16369,3856,'ClientIP','\"123.237.136.13\"'),(16370,3856,'UserAgent','\"\"'),(16371,3856,'CurrentUserID','0'),(16372,3857,'Attempts','1'),(16373,3857,'ClientIP','\"87.68.21.97\"'),(16374,3857,'UserAgent','\"\"'),(16375,3857,'CurrentUserID','0'),(16376,3858,'Attempts','1'),(16377,3858,'ClientIP','\"186.69.76.173\"'),(16378,3858,'UserAgent','\"\"'),(16379,3858,'CurrentUserID','0'),(16380,3859,'Attempts','2'),(16381,3860,'Attempts','1'),(16382,3859,'ClientIP','\"176.31.51.199\"'),(16383,3860,'ClientIP','\"85.25.103.119\"'),(16384,3859,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(16385,3860,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(16386,3859,'CurrentUserID','0'),(16387,3860,'CurrentUserID','0'),(16388,3861,'Attempts','1'),(16389,3861,'ClientIP','\"171.25.193.20\"'),(16390,3861,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(16391,3861,'CurrentUserID','0'),(16392,3862,'Attempts','1'),(16393,3862,'ClientIP','\"37.130.227.133\"'),(16394,3862,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(16395,3862,'CurrentUserID','0'),(16396,3863,'Attempts','1'),(16397,3863,'ClientIP','\"72.22.135.2\"'),(16398,3863,'UserAgent','\"\"'),(16399,3863,'CurrentUserID','0'),(16400,3864,'Attempts','1'),(16401,3864,'ClientIP','\"197.86.156.179\"'),(16402,3864,'UserAgent','\"\"'),(16403,3864,'CurrentUserID','0'),(16404,3865,'Attempts','1'),(16405,3865,'ClientIP','\"79.119.253.146\"'),(16406,3865,'UserAgent','\"\"'),(16407,3865,'CurrentUserID','0'),(16408,3866,'Attempts','1'),(16409,3866,'ClientIP','\"125.60.246.141\"'),(16410,3866,'UserAgent','\"\"'),(16411,3866,'CurrentUserID','0'),(16412,3867,'Attempts','1'),(16413,3867,'ClientIP','\"74.83.28.138\"'),(16414,3867,'UserAgent','\"\"'),(16415,3867,'CurrentUserID','0'),(16416,3868,'Attempts','2'),(16417,3868,'ClientIP','\"175.113.141.137\"'),(16418,3868,'UserAgent','\"\"'),(16419,3868,'CurrentUserID','0'),(16420,3869,'Attempts','1'),(16421,3869,'ClientIP','\"45.50.116.19\"'),(16422,3869,'UserAgent','\"\"'),(16423,3869,'CurrentUserID','0'),(16424,3870,'Attempts','1'),(16425,3870,'ClientIP','\"83.26.106.19\"'),(16426,3870,'UserAgent','\"\"'),(16427,3870,'CurrentUserID','0'),(16428,3871,'Attempts','1'),(16429,3871,'ClientIP','\"108.52.102.197\"'),(16430,3871,'UserAgent','\"\"'),(16431,3871,'CurrentUserID','0'),(16432,3872,'Attempts','1'),(16433,3872,'ClientIP','\"49.148.205.204\"'),(16434,3872,'UserAgent','\"\"'),(16435,3872,'CurrentUserID','0'),(16436,3873,'Attempts','2'),(16437,3873,'ClientIP','\"217.66.19.131\"'),(16438,3873,'UserAgent','\"\"'),(16439,3873,'CurrentUserID','0'),(16440,3874,'Attempts','1'),(16441,3874,'ClientIP','\"182.181.212.88\"'),(16442,3874,'UserAgent','\"\"'),(16443,3874,'CurrentUserID','0'),(16444,3875,'Attempts','1'),(16445,3875,'ClientIP','\"122.178.64.6\"'),(16446,3875,'UserAgent','\"\"'),(16447,3875,'CurrentUserID','0'),(16448,3876,'Attempts','1'),(16449,3876,'ClientIP','\"113.199.154.39\"'),(16450,3876,'UserAgent','\"\"'),(16451,3876,'CurrentUserID','0'),(16452,3877,'Attempts','1'),(16453,3877,'ClientIP','\"190.207.125.89\"'),(16454,3877,'UserAgent','\"\"'),(16455,3877,'CurrentUserID','0'),(16456,3878,'Attempts','1'),(16457,3878,'ClientIP','\"179.177.167.0\"'),(16458,3878,'UserAgent','\"\"'),(16459,3878,'CurrentUserID','0'),(16460,3879,'Attempts','1'),(16461,3879,'ClientIP','\"78.60.75.0\"'),(16462,3879,'UserAgent','\"\"'),(16463,3879,'CurrentUserID','0'),(16464,3880,'Attempts','1'),(16465,3880,'ClientIP','\"193.226.203.10\"'),(16466,3880,'UserAgent','\"\"'),(16467,3880,'CurrentUserID','0'),(16468,3881,'Attempts','1'),(16469,3881,'ClientIP','\"111.119.244.194\"'),(16470,3881,'UserAgent','\"\"'),(16471,3881,'CurrentUserID','0'),(16472,3882,'Attempts','1'),(16473,3882,'ClientIP','\"202.88.130.178\"'),(16474,3882,'UserAgent','\"\"'),(16475,3882,'CurrentUserID','0'),(16476,3883,'Attempts','1'),(16477,3884,'Attempts','1'),(16478,3883,'ClientIP','\"79.118.39.208\"'),(16479,3884,'ClientIP','\"188.247.72.216\"'),(16480,3883,'UserAgent','\"\"'),(16481,3884,'UserAgent','\"\"'),(16482,3883,'CurrentUserID','0'),(16483,3884,'CurrentUserID','0'),(16484,3885,'Attempts','1'),(16485,3885,'ClientIP','\"195.228.183.240\"'),(16486,3885,'UserAgent','\"\"'),(16487,3885,'CurrentUserID','0'),(16488,3886,'Attempts','2'),(16489,3886,'ClientIP','\"46.13.57.209\"'),(16490,3886,'UserAgent','\"\"'),(16491,3886,'CurrentUserID','0'),(16492,3887,'Attempts','1'),(16493,3887,'ClientIP','\"112.134.211.104\"'),(16494,3887,'UserAgent','\"\"'),(16495,3887,'CurrentUserID','0'),(16496,3888,'Attempts','1'),(16497,3888,'ClientIP','\"98.219.35.118\"'),(16498,3888,'UserAgent','\"\"'),(16499,3888,'CurrentUserID','0'),(16500,3889,'Attempts','1'),(16501,3889,'ClientIP','\"210.242.178.73\"'),(16502,3889,'UserAgent','\"\"'),(16503,3889,'CurrentUserID','0'),(16504,3890,'Attempts','1'),(16505,3890,'ClientIP','\"41.216.232.155\"'),(16506,3890,'UserAgent','\"\"'),(16507,3890,'CurrentUserID','0'),(16508,3891,'Attempts','1'),(16509,3891,'ClientIP','\"160.80.179.108\"'),(16510,3891,'UserAgent','\"\"'),(16511,3891,'CurrentUserID','0'),(16512,3892,'Attempts','2'),(16513,3892,'ClientIP','\"46.197.198.156\"'),(16514,3892,'UserAgent','\"\"'),(16515,3892,'CurrentUserID','0'),(16516,3893,'Attempts','1'),(16517,3893,'ClientIP','\"197.37.208.243\"'),(16518,3893,'UserAgent','\"\"'),(16519,3893,'CurrentUserID','0'),(16520,3894,'Attempts','3'),(16521,3894,'ClientIP','\"109.92.171.144\"'),(16522,3894,'UserAgent','\"\"'),(16523,3894,'CurrentUserID','0'),(16524,3895,'Attempts','2'),(16525,3895,'ClientIP','\"110.142.104.49\"'),(16526,3895,'UserAgent','\"\"'),(16527,3895,'CurrentUserID','0'),(16528,3896,'Attempts','1'),(16529,3896,'ClientIP','\"121.54.92.147\"'),(16530,3896,'UserAgent','\"\"'),(16531,3896,'CurrentUserID','0'),(16532,3897,'Attempts','1'),(16533,3897,'ClientIP','\"103.51.149.67\"'),(16534,3897,'UserAgent','\"\"'),(16535,3897,'CurrentUserID','0'),(16536,3898,'Attempts','1'),(16537,3898,'ClientIP','\"91.119.19.236\"'),(16538,3898,'UserAgent','\"\"'),(16539,3898,'CurrentUserID','0'),(16540,3899,'Attempts','1'),(16541,3899,'ClientIP','\"89.41.168.188\"'),(16542,3899,'UserAgent','\"\"'),(16543,3899,'CurrentUserID','0'),(16544,3900,'Attempts','1'),(16545,3900,'ClientIP','\"195.12.162.240\"'),(16546,3900,'UserAgent','\"\"'),(16547,3900,'CurrentUserID','0'),(16548,3901,'Attempts','2'),(16549,3901,'ClientIP','\"180.149.10.234\"'),(16550,3901,'UserAgent','\"\"'),(16551,3901,'CurrentUserID','0'),(16552,3902,'Attempts','1'),(16553,3902,'ClientIP','\"116.88.202.222\"'),(16554,3902,'UserAgent','\"\"'),(16555,3902,'CurrentUserID','0'),(16556,3903,'Attempts','1'),(16557,3903,'ClientIP','\"211.238.161.55\"'),(16558,3903,'UserAgent','\"\"'),(16559,3903,'CurrentUserID','0'),(16560,3904,'Attempts','1'),(16561,3904,'ClientIP','\"121.96.17.130\"'),(16562,3904,'UserAgent','\"\"'),(16563,3904,'CurrentUserID','0'),(16564,3905,'Attempts','1'),(16565,3905,'ClientIP','\"219.110.60.109\"'),(16566,3905,'UserAgent','\"\"'),(16567,3905,'CurrentUserID','0'),(16568,3906,'Attempts','1'),(16569,3906,'ClientIP','\"41.40.3.171\"'),(16570,3906,'UserAgent','\"\"'),(16571,3906,'CurrentUserID','0'),(16572,3907,'Attempts','1'),(16573,3907,'ClientIP','\"39.117.6.166\"'),(16574,3907,'UserAgent','\"\"'),(16575,3907,'CurrentUserID','0'),(16576,3908,'Attempts','1'),(16577,3908,'ClientIP','\"103.255.4.17\"'),(16578,3908,'UserAgent','\"\"'),(16579,3908,'CurrentUserID','0'),(16580,3909,'Attempts','1'),(16581,3909,'ClientIP','\"5.44.168.132\"'),(16582,3909,'UserAgent','\"\"'),(16583,3909,'CurrentUserID','0'),(16584,3910,'Attempts','1'),(16585,3910,'ClientIP','\"2.40.53.197\"'),(16586,3910,'UserAgent','\"\"'),(16587,3910,'CurrentUserID','0'),(16588,3911,'Attempts','1'),(16589,3911,'ClientIP','\"89.146.172.219\"'),(16590,3911,'UserAgent','\"\"'),(16591,3911,'CurrentUserID','0'),(16592,3912,'Attempts','1'),(16593,3912,'ClientIP','\"82.164.182.170\"'),(16594,3912,'UserAgent','\"\"'),(16595,3912,'CurrentUserID','0'),(16596,3913,'Attempts','1'),(16597,3913,'ClientIP','\"94.178.76.217\"'),(16598,3913,'UserAgent','\"\"'),(16599,3913,'CurrentUserID','0'),(16600,3914,'Attempts','1'),(16601,3914,'ClientIP','\"58.69.142.23\"'),(16602,3914,'UserAgent','\"\"'),(16603,3914,'CurrentUserID','0'),(16604,3915,'Attempts','1'),(16605,3915,'ClientIP','\"110.175.23.11\"'),(16606,3915,'UserAgent','\"\"'),(16607,3915,'CurrentUserID','0'),(16608,3916,'Attempts','1'),(16609,3916,'ClientIP','\"69.115.161.218\"'),(16610,3916,'UserAgent','\"\"'),(16611,3916,'CurrentUserID','0'),(16612,3917,'Attempts','1'),(16613,3917,'ClientIP','\"88.14.199.14\"'),(16614,3917,'UserAgent','\"\"'),(16615,3917,'CurrentUserID','0'),(16616,3918,'Attempts','1'),(16617,3918,'ClientIP','\"43.252.103.8\"'),(16618,3918,'UserAgent','\"\"'),(16619,3918,'CurrentUserID','0'),(16620,3919,'Attempts','1'),(16621,3919,'ClientIP','\"87.5.73.116\"'),(16622,3919,'UserAgent','\"\"'),(16623,3919,'CurrentUserID','0'),(16624,3920,'Attempts','1'),(16625,3920,'ClientIP','\"89.71.164.61\"'),(16626,3920,'UserAgent','\"\"'),(16627,3920,'CurrentUserID','0'),(16628,3921,'Attempts','1'),(16629,3921,'ClientIP','\"217.197.190.215\"'),(16630,3921,'UserAgent','\"\"'),(16631,3921,'CurrentUserID','0'),(16632,3922,'Attempts','1'),(16633,3922,'ClientIP','\"201.46.144.132\"'),(16634,3922,'UserAgent','\"\"'),(16635,3922,'CurrentUserID','0'),(16636,3923,'Attempts','1'),(16637,3923,'ClientIP','\"84.236.167.71\"'),(16638,3923,'UserAgent','\"\"'),(16639,3923,'CurrentUserID','0'),(16640,3924,'Attempts','1'),(16641,3924,'ClientIP','\"37.211.13.47\"'),(16642,3924,'UserAgent','\"\"'),(16643,3924,'CurrentUserID','0'),(16644,3925,'Attempts','1'),(16645,3925,'ClientIP','\"88.236.194.82\"'),(16646,3925,'UserAgent','\"\"'),(16647,3925,'CurrentUserID','0'),(16648,3926,'Attempts','1'),(16649,3926,'ClientIP','\"190.163.87.93\"'),(16650,3926,'UserAgent','\"\"'),(16651,3926,'CurrentUserID','0'),(16652,3927,'Attempts','1'),(16653,3927,'ClientIP','\"27.106.103.250\"'),(16654,3927,'UserAgent','\"\"'),(16655,3927,'CurrentUserID','0'),(16656,3928,'Attempts','1'),(16657,3928,'ClientIP','\"77.127.167.231\"'),(16658,3928,'UserAgent','\"\"'),(16659,3928,'CurrentUserID','0'),(16660,3929,'Attempts','1'),(16661,3929,'ClientIP','\"41.46.29.99\"'),(16662,3929,'UserAgent','\"\"'),(16663,3929,'CurrentUserID','0'),(16664,3930,'Attempts','1'),(16665,3930,'ClientIP','\"182.250.246.5\"'),(16666,3930,'UserAgent','\"\"'),(16667,3930,'CurrentUserID','0'),(16668,3931,'Attempts','1'),(16669,3931,'ClientIP','\"62.98.102.31\"'),(16670,3931,'UserAgent','\"\"'),(16671,3931,'CurrentUserID','0'),(16672,3932,'Attempts','1'),(16673,3932,'ClientIP','\"46.121.251.112\"'),(16674,3932,'UserAgent','\"\"'),(16675,3932,'CurrentUserID','0'),(16676,3933,'Attempts','1'),(16677,3933,'ClientIP','\"62.81.66.66\"'),(16678,3933,'UserAgent','\"\"'),(16679,3933,'CurrentUserID','0'),(16680,3934,'Attempts','1'),(16681,3934,'ClientIP','\"87.219.16.211\"'),(16682,3934,'UserAgent','\"\"'),(16683,3934,'CurrentUserID','0'),(16684,3935,'Attempts','1'),(16685,3935,'ClientIP','\"190.72.23.175\"'),(16686,3935,'UserAgent','\"\"'),(16687,3935,'CurrentUserID','0'),(16688,3936,'Attempts','1'),(16689,3936,'ClientIP','\"93.138.6.37\"'),(16690,3936,'UserAgent','\"\"'),(16691,3936,'CurrentUserID','0'),(16692,3937,'Attempts','1'),(16693,3937,'ClientIP','\"50.243.202.157\"'),(16694,3937,'UserAgent','\"\"'),(16695,3937,'CurrentUserID','0'),(16696,3938,'Attempts','1'),(16697,3938,'ClientIP','\"178.235.201.83\"'),(16698,3938,'UserAgent','\"\"'),(16699,3938,'CurrentUserID','0'),(16700,3939,'Attempts','1'),(16701,3939,'ClientIP','\"49.207.178.157\"'),(16702,3939,'UserAgent','\"\"'),(16703,3939,'CurrentUserID','0'),(16704,3940,'Attempts','1'),(16705,3940,'ClientIP','\"46.107.35.185\"'),(16706,3940,'UserAgent','\"\"'),(16707,3940,'CurrentUserID','0'),(16708,3941,'Attempts','1'),(16709,3941,'ClientIP','\"89.187.142.208\"'),(16710,3941,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(16711,3941,'CurrentUserID','0'),(16712,3942,'Attempts','1'),(16713,3942,'ClientIP','\"109.201.152.206\"'),(16714,3942,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(16715,3942,'CurrentUserID','0'),(16716,3943,'Attempts','1'),(16717,3943,'ClientIP','\"93.174.90.30\"'),(16718,3943,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(16719,3943,'CurrentUserID','0'),(16720,3944,'Attempts','1'),(16721,3944,'ClientIP','\"37.187.129.166\"'),(16722,3944,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(16723,3944,'CurrentUserID','0'),(16724,3945,'Attempts','1'),(16725,3945,'ClientIP','\"77.247.181.163\"'),(16726,3945,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(16727,3945,'CurrentUserID','0'),(16728,3946,'Attempts','1'),(16729,3946,'ClientIP','\"177.128.56.110\"'),(16730,3946,'UserAgent','\"\"'),(16731,3946,'CurrentUserID','0'),(16732,3947,'Attempts','1'),(16733,3947,'ClientIP','\"103.229.121.221\"'),(16734,3947,'UserAgent','\"\"'),(16735,3947,'CurrentUserID','0'),(16736,3948,'Attempts','1'),(16737,3948,'ClientIP','\"90.224.244.182\"'),(16738,3948,'UserAgent','\"\"'),(16739,3948,'CurrentUserID','0'),(16740,3949,'Attempts','1'),(16741,3949,'ClientIP','\"109.185.76.166\"'),(16742,3949,'UserAgent','\"\"'),(16743,3949,'CurrentUserID','0'),(16744,3950,'Attempts','1'),(16745,3950,'ClientIP','\"207.236.125.26\"'),(16746,3950,'UserAgent','\"\"'),(16747,3950,'CurrentUserID','0'),(16748,3951,'Attempts','1'),(16749,3951,'ClientIP','\"92.99.248.118\"'),(16750,3951,'UserAgent','\"\"'),(16751,3951,'CurrentUserID','0'),(16752,3952,'Attempts','1'),(16753,3952,'ClientIP','\"82.58.12.42\"'),(16754,3952,'UserAgent','\"\"'),(16755,3952,'CurrentUserID','0'),(16756,3953,'Attempts','1'),(16757,3953,'ClientIP','\"31.192.49.227\"'),(16758,3953,'UserAgent','\"\"'),(16759,3953,'CurrentUserID','0'),(16760,3954,'Attempts','1'),(16761,3954,'ClientIP','\"173.61.67.249\"'),(16762,3954,'UserAgent','\"\"'),(16763,3954,'CurrentUserID','0'),(16764,3955,'Attempts','1'),(16765,3955,'ClientIP','\"14.34.196.251\"'),(16766,3955,'UserAgent','\"\"'),(16767,3955,'CurrentUserID','0'),(16768,3956,'Attempts','1'),(16769,3956,'ClientIP','\"120.63.53.73\"'),(16770,3956,'UserAgent','\"\"'),(16771,3956,'CurrentUserID','0'),(16772,3957,'Attempts','1'),(16773,3957,'ClientIP','\"109.230.7.64\"'),(16774,3957,'UserAgent','\"\"'),(16775,3957,'CurrentUserID','0'),(16776,3958,'Attempts','1'),(16777,3958,'ClientIP','\"31.41.82.172\"'),(16778,3958,'UserAgent','\"\"'),(16779,3958,'CurrentUserID','0'),(16780,3959,'Attempts','1'),(16781,3959,'ClientIP','\"105.155.59.247\"'),(16782,3959,'UserAgent','\"\"'),(16783,3959,'CurrentUserID','0'),(16784,3960,'Attempts','1'),(16785,3960,'ClientIP','\"177.137.195.201\"'),(16786,3960,'UserAgent','\"\"'),(16787,3960,'CurrentUserID','0'),(16788,3961,'Attempts','1'),(16789,3961,'ClientIP','\"78.158.180.106\"'),(16790,3961,'UserAgent','\"\"'),(16791,3961,'CurrentUserID','0'),(16792,3962,'Attempts','1'),(16793,3962,'ClientIP','\"2.50.173.65\"'),(16794,3962,'UserAgent','\"\"'),(16795,3962,'CurrentUserID','0'),(16796,3963,'Attempts','1'),(16797,3963,'ClientIP','\"78.61.241.53\"'),(16798,3963,'UserAgent','\"\"'),(16799,3963,'CurrentUserID','0'),(16800,3964,'Attempts','2'),(16801,3964,'ClientIP','\"188.254.205.25\"'),(16802,3964,'UserAgent','\"\"'),(16803,3964,'CurrentUserID','0'),(16804,3965,'Attempts','1'),(16805,3965,'ClientIP','\"197.34.243.201\"'),(16806,3965,'UserAgent','\"\"'),(16807,3965,'CurrentUserID','0'),(16808,3966,'Attempts','1'),(16809,3966,'ClientIP','\"37.236.160.106\"'),(16810,3966,'UserAgent','\"\"'),(16811,3966,'CurrentUserID','0'),(16812,3967,'Attempts','1'),(16813,3967,'ClientIP','\"37.46.39.245\"'),(16814,3967,'UserAgent','\"\"'),(16815,3967,'CurrentUserID','0'),(16816,3968,'Attempts','1'),(16817,3968,'ClientIP','\"188.2.126.181\"'),(16818,3968,'UserAgent','\"\"'),(16819,3968,'CurrentUserID','0'),(16820,3969,'Attempts','1'),(16821,3969,'ClientIP','\"188.120.212.142\"'),(16822,3969,'UserAgent','\"\"'),(16823,3969,'CurrentUserID','0'),(16824,3970,'Attempts','1'),(16825,3970,'ClientIP','\"71.57.179.208\"'),(16826,3970,'UserAgent','\"\"'),(16827,3970,'CurrentUserID','0'),(16828,3971,'Attempts','1'),(16829,3971,'ClientIP','\"31.11.95.223\"'),(16830,3971,'UserAgent','\"\"'),(16831,3971,'CurrentUserID','0'),(16832,3972,'Attempts','1'),(16833,3972,'ClientIP','\"190.56.71.149\"'),(16834,3972,'UserAgent','\"\"'),(16835,3972,'CurrentUserID','0'),(16836,3973,'Attempts','1'),(16837,3973,'ClientIP','\"178.220.159.206\"'),(16838,3973,'UserAgent','\"\"'),(16839,3973,'CurrentUserID','0'),(16840,3974,'Attempts','1'),(16841,3974,'ClientIP','\"176.10.232.26\"'),(16842,3974,'UserAgent','\"\"'),(16843,3974,'CurrentUserID','0'),(16844,3975,'Attempts','3'),(16845,3975,'ClientIP','\"185.46.162.220\"'),(16846,3975,'UserAgent','\"\"'),(16847,3975,'CurrentUserID','0'),(16848,3976,'Attempts','1'),(16849,3976,'ClientIP','\"86.100.58.105\"'),(16850,3976,'UserAgent','\"\"'),(16851,3976,'CurrentUserID','0'),(16852,3977,'Attempts','1'),(16853,3977,'ClientIP','\"89.169.217.145\"'),(16854,3977,'UserAgent','\"\"'),(16855,3977,'CurrentUserID','0'),(16856,3978,'Attempts','1'),(16857,3978,'ClientIP','\"41.101.118.5\"'),(16858,3978,'UserAgent','\"\"'),(16859,3978,'CurrentUserID','0'),(16860,3979,'Attempts','1'),(16861,3979,'ClientIP','\"190.98.229.178\"'),(16862,3979,'UserAgent','\"\"'),(16863,3979,'CurrentUserID','0'),(16864,3980,'Attempts','1'),(16865,3980,'ClientIP','\"78.96.160.223\"'),(16866,3980,'UserAgent','\"\"'),(16867,3980,'CurrentUserID','0'),(16868,3981,'Attempts','1'),(16869,3981,'ClientIP','\"84.228.104.231\"'),(16870,3981,'UserAgent','\"\"'),(16871,3981,'CurrentUserID','0'),(16872,3982,'Attempts','1'),(16873,3982,'ClientIP','\"213.135.179.12\"'),(16874,3982,'UserAgent','\"\"'),(16875,3982,'CurrentUserID','0'),(16876,3983,'Attempts','1'),(16877,3983,'ClientIP','\"85.204.244.106\"'),(16878,3983,'UserAgent','\"\"'),(16879,3983,'CurrentUserID','0'),(16880,3984,'Attempts','1'),(16881,3984,'ClientIP','\"84.228.194.194\"'),(16882,3984,'UserAgent','\"\"'),(16883,3984,'CurrentUserID','0'),(16884,3985,'Attempts','1'),(16885,3985,'ClientIP','\"89.136.138.209\"'),(16886,3985,'UserAgent','\"\"'),(16887,3985,'CurrentUserID','0'),(16888,3986,'Attempts','1'),(16889,3986,'ClientIP','\"62.113.13.141\"'),(16890,3986,'UserAgent','\"\"'),(16891,3986,'CurrentUserID','0'),(16892,3987,'Attempts','1'),(16893,3987,'ClientIP','\"31.154.91.226\"'),(16894,3987,'UserAgent','\"\"'),(16895,3987,'CurrentUserID','0'),(16896,3988,'Attempts','1'),(16897,3988,'ClientIP','\"186.17.187.27\"'),(16898,3988,'UserAgent','\"\"'),(16899,3988,'CurrentUserID','0'),(16900,3989,'Attempts','1'),(16901,3989,'ClientIP','\"178.220.220.7\"'),(16902,3989,'UserAgent','\"\"'),(16903,3989,'CurrentUserID','0'),(16904,3990,'Attempts','1'),(16905,3990,'ClientIP','\"46.121.245.171\"'),(16906,3990,'UserAgent','\"\"'),(16907,3990,'CurrentUserID','0'),(16908,3991,'Attempts','1'),(16909,3991,'ClientIP','\"175.145.179.93\"'),(16910,3991,'UserAgent','\"\"'),(16911,3991,'CurrentUserID','0'),(16912,3992,'Attempts','1'),(16913,3992,'ClientIP','\"189.63.121.62\"'),(16914,3992,'UserAgent','\"\"'),(16915,3992,'CurrentUserID','0'),(16916,3993,'Username','\"pgmarshall@pgmarshall.net\"'),(16917,3993,'CurrentUserRoles','[\"administrator\"]'),(16918,3993,'ClientIP','\"174.24.128.217\"'),(16919,3993,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/45.0.2454.85 Safari\\/537.36\"'),(16920,3994,'PostID','472'),(16921,3994,'PostType','\"post\"'),(16922,3994,'PostTitle','\"FAA awards $100 million in CLEEN contracts\"'),(16923,3994,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=472\"'),(16924,3994,'ClientIP','\"174.24.128.217\"'),(16925,3994,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/45.0.2454.85 Safari\\/537.36\"'),(16926,3994,'CurrentUserID','5'),(16927,3994,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(16928,3995,'PostID','472'),(16929,3995,'PostType','\"post\"'),(16930,3995,'PostTitle','\"Auto Draft\"'),(16931,3995,'OldDate','\"2015-09-08 15:57:24\"'),(16932,3995,'NewDate','\"2015-09-08 15:58:54\"'),(16933,3995,'ClientIP','\"174.24.128.217\"'),(16934,3995,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/45.0.2454.85 Safari\\/537.36\"'),(16935,3995,'CurrentUserID','5'),(16936,3995,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(16937,3996,'PostID','472'),(16938,3996,'PostType','\"post\"'),(16939,3996,'PostTitle','\"FAA awards $100 million in CLEEN contracts\"'),(16940,3996,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=472\"'),(16941,3996,'ClientIP','\"174.24.128.217\"'),(16942,3996,'UserAgent','\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/45.0.2454.85 Safari\\/537.36\"'),(16943,3996,'CurrentUserID','5'),(16944,3996,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(16945,3997,'Attempts','1'),(16946,3997,'ClientIP','\"197.87.242.188\"'),(16947,3997,'UserAgent','\"\"'),(16948,3997,'CurrentUserID','0'),(16949,3998,'Attempts','1'),(16950,3998,'ClientIP','\"73.214.220.3\"'),(16951,3998,'UserAgent','\"\"'),(16952,3998,'CurrentUserID','0'),(16953,3999,'Attempts','1'),(16954,3999,'ClientIP','\"77.222.22.224\"'),(16955,3999,'UserAgent','\"\"'),(16956,3999,'CurrentUserID','0'),(16957,4001,'Attempts','1'),(16958,4000,'Attempts','2'),(16959,4001,'ClientIP','\"81.89.96.89\"'),(16960,4000,'ClientIP','\"199.127.226.150\"'),(16961,4001,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(16962,4000,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(16963,4001,'CurrentUserID','0'),(16964,4000,'CurrentUserID','0'),(16965,4002,'Attempts','1'),(16966,4002,'ClientIP','\"95.215.47.208\"'),(16967,4002,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(16968,4002,'CurrentUserID','0'),(16969,4003,'Attempts','1'),(16970,4003,'ClientIP','\"31.220.42.170\"'),(16971,4003,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(16972,4003,'CurrentUserID','0'),(16973,4004,'Attempts','1'),(16974,4004,'ClientIP','\"183.80.141.113\"'),(16975,4004,'UserAgent','\"\"'),(16976,4004,'CurrentUserID','0'),(16977,4005,'Attempts','1'),(16978,4005,'ClientIP','\"63.136.112.237\"'),(16979,4005,'UserAgent','\"\"'),(16980,4005,'CurrentUserID','0'),(16981,4006,'Attempts','1'),(16982,4006,'ClientIP','\"37.210.69.177\"'),(16983,4006,'UserAgent','\"\"'),(16984,4006,'CurrentUserID','0'),(16985,4007,'Attempts','1'),(16986,4007,'ClientIP','\"99.104.28.69\"'),(16987,4007,'UserAgent','\"\"'),(16988,4007,'CurrentUserID','0'),(16989,4008,'Attempts','1'),(16990,4008,'ClientIP','\"175.113.141.137\"'),(16991,4008,'UserAgent','\"\"'),(16992,4008,'CurrentUserID','0'),(16993,4009,'Attempts','1'),(16994,4009,'ClientIP','\"187.211.98.249\"'),(16995,4009,'UserAgent','\"\"'),(16996,4009,'CurrentUserID','0'),(16997,4010,'Attempts','1'),(16998,4010,'ClientIP','\"101.50.126.78\"'),(16999,4010,'UserAgent','\"\"'),(17000,4010,'CurrentUserID','0'),(17001,4011,'Attempts','1'),(17002,4011,'ClientIP','\"80.220.123.230\"'),(17003,4011,'UserAgent','\"\"'),(17004,4011,'CurrentUserID','0'),(17005,4012,'Attempts','1'),(17006,4012,'ClientIP','\"202.93.215.90\"'),(17007,4012,'UserAgent','\"\"'),(17008,4012,'CurrentUserID','0'),(17009,4013,'Attempts','1'),(17010,4013,'ClientIP','\"95.235.33.4\"'),(17011,4013,'UserAgent','\"\"'),(17012,4013,'CurrentUserID','0'),(17013,4014,'Attempts','1'),(17014,4014,'ClientIP','\"86.14.95.196\"'),(17015,4014,'UserAgent','\"\"'),(17016,4014,'CurrentUserID','0'),(17017,4015,'Attempts','2'),(17018,4015,'ClientIP','\"31.154.91.226\"'),(17019,4015,'UserAgent','\"\"'),(17020,4015,'CurrentUserID','0'),(17021,4016,'Attempts','1'),(17022,4016,'ClientIP','\"95.191.36.174\"'),(17023,4016,'UserAgent','\"\"'),(17024,4016,'CurrentUserID','0'),(17025,4017,'Attempts','1'),(17026,4017,'ClientIP','\"80.217.204.38\"'),(17027,4017,'UserAgent','\"\"'),(17028,4017,'CurrentUserID','0'),(17029,4018,'Attempts','1'),(17030,4018,'ClientIP','\"182.54.231.36\"'),(17031,4018,'UserAgent','\"\"'),(17032,4018,'CurrentUserID','0'),(17033,4019,'Attempts','1'),(17034,4019,'ClientIP','\"5.14.203.207\"'),(17035,4019,'UserAgent','\"\"'),(17036,4019,'CurrentUserID','0'),(17037,4020,'Attempts','1'),(17038,4020,'ClientIP','\"14.45.67.160\"'),(17039,4020,'UserAgent','\"\"'),(17040,4020,'CurrentUserID','0'),(17041,4021,'Attempts','1'),(17042,4021,'ClientIP','\"92.83.150.96\"'),(17043,4021,'UserAgent','\"\"'),(17044,4021,'CurrentUserID','0'),(17045,4022,'Attempts','1'),(17046,4022,'ClientIP','\"27.147.188.140\"'),(17047,4022,'UserAgent','\"\"'),(17048,4022,'CurrentUserID','0'),(17049,4023,'Attempts','1'),(17050,4023,'ClientIP','\"197.35.200.227\"'),(17051,4023,'UserAgent','\"\"'),(17052,4023,'CurrentUserID','0'),(17053,4024,'Attempts','1'),(17054,4024,'ClientIP','\"197.38.157.3\"'),(17055,4024,'UserAgent','\"\"'),(17056,4024,'CurrentUserID','0'),(17057,4025,'Attempts','2'),(17058,4025,'ClientIP','\"27.109.81.14\"'),(17059,4025,'UserAgent','\"\"'),(17060,4025,'CurrentUserID','0'),(17061,4026,'Attempts','1'),(17062,4026,'ClientIP','\"202.21.181.117\"'),(17063,4026,'UserAgent','\"\"'),(17064,4026,'CurrentUserID','0'),(17065,4027,'Attempts','1'),(17066,4027,'ClientIP','\"87.103.114.237\"'),(17067,4027,'UserAgent','\"\"'),(17068,4027,'CurrentUserID','0'),(17069,4028,'Attempts','1'),(17070,4028,'ClientIP','\"46.182.106.190\"'),(17071,4028,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(17072,4028,'CurrentUserID','0'),(17073,4029,'Attempts','1'),(17074,4029,'ClientIP','\"77.109.141.138\"'),(17075,4029,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(17076,4029,'CurrentUserID','0'),(17077,4030,'Attempts','1'),(17078,4030,'ClientIP','\"62.210.105.116\"'),(17079,4030,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(17080,4030,'CurrentUserID','0'),(17081,4031,'Attempts','1'),(17082,4031,'ClientIP','\"37.187.129.166\"'),(17083,4031,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(17084,4031,'CurrentUserID','0'),(17085,4032,'Attempts','1'),(17086,4032,'ClientIP','\"176.10.104.240\"'),(17087,4032,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(17088,4032,'CurrentUserID','0'),(17089,4033,'Attempts','1'),(17090,4033,'ClientIP','\"46.43.70.102\"'),(17091,4033,'UserAgent','\"\"'),(17092,4033,'CurrentUserID','0'),(17093,4034,'Attempts','1'),(17094,4034,'ClientIP','\"175.142.139.166\"'),(17095,4034,'UserAgent','\"\"'),(17096,4034,'CurrentUserID','0'),(17097,4035,'Attempts','1'),(17098,4035,'ClientIP','\"86.104.194.137\"'),(17099,4035,'UserAgent','\"\"'),(17100,4035,'CurrentUserID','0'),(17101,4036,'Attempts','1'),(17102,4036,'ClientIP','\"41.228.17.54\"'),(17103,4036,'UserAgent','\"\"'),(17104,4036,'CurrentUserID','0'),(17105,4037,'Attempts','1'),(17106,4037,'ClientIP','\"185.22.32.12\"'),(17107,4037,'UserAgent','\"\"'),(17108,4037,'CurrentUserID','0'),(17109,4038,'Attempts','1'),(17110,4038,'ClientIP','\"36.84.144.183\"'),(17111,4038,'UserAgent','\"\"'),(17112,4038,'CurrentUserID','0'),(17113,4039,'Attempts','1'),(17114,4039,'ClientIP','\"143.160.63.102\"'),(17115,4039,'UserAgent','\"\"'),(17116,4039,'CurrentUserID','0'),(17117,4040,'Attempts','1'),(17118,4040,'ClientIP','\"93.103.249.134\"'),(17119,4040,'UserAgent','\"\"'),(17120,4040,'CurrentUserID','0'),(17121,4041,'Attempts','1'),(17122,4041,'ClientIP','\"188.26.8.159\"'),(17123,4041,'UserAgent','\"\"'),(17124,4041,'CurrentUserID','0'),(17125,4042,'Attempts','2'),(17126,4042,'ClientIP','\"5.197.167.246\"'),(17127,4042,'UserAgent','\"\"'),(17128,4042,'CurrentUserID','0'),(17129,4043,'Attempts','1'),(17130,4043,'ClientIP','\"119.94.242.128\"'),(17131,4043,'UserAgent','\"\"'),(17132,4043,'CurrentUserID','0'),(17133,4044,'Attempts','2'),(17134,4044,'ClientIP','\"183.89.78.173\"'),(17135,4044,'UserAgent','\"\"'),(17136,4044,'CurrentUserID','0'),(17137,4045,'Attempts','1'),(17138,4045,'ClientIP','\"46.248.193.141\"'),(17139,4045,'UserAgent','\"\"'),(17140,4045,'CurrentUserID','0'),(17141,4046,'Attempts','1'),(17142,4046,'ClientIP','\"93.113.54.71\"'),(17143,4046,'UserAgent','\"\"'),(17144,4046,'CurrentUserID','0'),(17145,4047,'Attempts','1'),(17146,4047,'ClientIP','\"60.53.184.101\"'),(17147,4047,'UserAgent','\"\"'),(17148,4047,'CurrentUserID','0'),(17149,4048,'Attempts','1'),(17150,4048,'ClientIP','\"81.244.54.180\"'),(17151,4048,'UserAgent','\"\"'),(17152,4048,'CurrentUserID','0'),(17153,4049,'Attempts','3'),(17154,4049,'ClientIP','\"92.82.98.146\"'),(17155,4049,'UserAgent','\"\"'),(17156,4049,'CurrentUserID','0'),(17157,4050,'Attempts','1'),(17158,4050,'ClientIP','\"85.53.79.141\"'),(17159,4050,'UserAgent','\"\"'),(17160,4050,'CurrentUserID','0'),(17161,4051,'Attempts','1'),(17162,4051,'ClientIP','\"37.210.227.34\"'),(17163,4051,'UserAgent','\"\"'),(17164,4051,'CurrentUserID','0'),(17165,4052,'Attempts','1'),(17166,4052,'ClientIP','\"188.162.64.65\"'),(17167,4052,'UserAgent','\"\"'),(17168,4052,'CurrentUserID','0'),(17169,4053,'Attempts','1'),(17170,4053,'ClientIP','\"93.141.67.97\"'),(17171,4053,'UserAgent','\"\"'),(17172,4053,'CurrentUserID','0'),(17173,4054,'Attempts','2'),(17174,4054,'ClientIP','\"112.207.236.230\"'),(17175,4054,'UserAgent','\"\"'),(17176,4054,'CurrentUserID','0'),(17177,4055,'Attempts','1'),(17178,4055,'ClientIP','\"109.103.227.170\"'),(17179,4055,'UserAgent','\"\"'),(17180,4055,'CurrentUserID','0'),(17181,4056,'Attempts','1'),(17182,4056,'ClientIP','\"31.154.91.92\"'),(17183,4056,'UserAgent','\"\"'),(17184,4056,'CurrentUserID','0'),(17185,4057,'Attempts','1'),(17186,4057,'ClientIP','\"46.116.93.124\"'),(17187,4057,'UserAgent','\"\"'),(17188,4057,'CurrentUserID','0'),(17189,4058,'Attempts','1'),(17190,4058,'ClientIP','\"178.234.192.178\"'),(17191,4058,'UserAgent','\"\"'),(17192,4058,'CurrentUserID','0'),(17193,4059,'Attempts','1'),(17194,4059,'ClientIP','\"5.15.8.232\"'),(17195,4059,'UserAgent','\"\"'),(17196,4059,'CurrentUserID','0'),(17197,4060,'Attempts','1'),(17198,4060,'ClientIP','\"219.199.82.40\"'),(17199,4060,'UserAgent','\"\"'),(17200,4060,'CurrentUserID','0'),(17201,4061,'Attempts','1'),(17202,4061,'ClientIP','\"78.60.75.0\"'),(17203,4061,'UserAgent','\"\"'),(17204,4061,'CurrentUserID','0'),(17205,4062,'Attempts','1'),(17206,4062,'ClientIP','\"39.44.48.50\"'),(17207,4062,'UserAgent','\"\"'),(17208,4062,'CurrentUserID','0'),(17209,4063,'Attempts','1'),(17210,4063,'ClientIP','\"46.194.237.77\"'),(17211,4063,'UserAgent','\"\"'),(17212,4063,'CurrentUserID','0'),(17213,4064,'Attempts','1'),(17214,4064,'ClientIP','\"188.2.224.183\"'),(17215,4064,'UserAgent','\"\"'),(17216,4064,'CurrentUserID','0'),(17217,4065,'Attempts','1'),(17218,4065,'ClientIP','\"189.123.163.27\"'),(17219,4065,'UserAgent','\"\"'),(17220,4065,'CurrentUserID','0'),(17221,4066,'Attempts','1'),(17222,4066,'ClientIP','\"87.244.224.23\"'),(17223,4066,'UserAgent','\"\"'),(17224,4066,'CurrentUserID','0'),(17225,4067,'Attempts','1'),(17226,4067,'ClientIP','\"188.36.129.253\"'),(17227,4067,'UserAgent','\"\"'),(17228,4067,'CurrentUserID','0'),(17229,4068,'Attempts','1'),(17230,4068,'ClientIP','\"78.60.191.24\"'),(17231,4068,'UserAgent','\"\"'),(17232,4068,'CurrentUserID','0'),(17233,4069,'Attempts','1'),(17234,4069,'ClientIP','\"95.86.61.215\"'),(17235,4069,'UserAgent','\"\"'),(17236,4069,'CurrentUserID','0'),(17237,4070,'Attempts','2'),(17238,4070,'ClientIP','\"90.224.244.182\"'),(17239,4070,'UserAgent','\"\"'),(17240,4070,'CurrentUserID','0'),(17241,4071,'Attempts','1'),(17242,4071,'ClientIP','\"80.192.6.228\"'),(17243,4071,'UserAgent','\"\"'),(17244,4071,'CurrentUserID','0'),(17245,4072,'Attempts','1'),(17246,4072,'ClientIP','\"110.159.234.188\"'),(17247,4072,'UserAgent','\"\"'),(17248,4072,'CurrentUserID','0'),(17249,4073,'Attempts','1'),(17250,4073,'ClientIP','\"88.233.110.211\"'),(17251,4073,'UserAgent','\"\"'),(17252,4073,'CurrentUserID','0'),(17253,4074,'Attempts','1'),(17254,4074,'ClientIP','\"89.228.105.35\"'),(17255,4074,'UserAgent','\"\"'),(17256,4074,'CurrentUserID','0'),(17257,4075,'Attempts','1'),(17258,4075,'ClientIP','\"46.121.84.218\"'),(17259,4075,'UserAgent','\"\"'),(17260,4075,'CurrentUserID','0'),(17261,4076,'Attempts','1'),(17262,4076,'ClientIP','\"201.241.13.238\"'),(17263,4076,'UserAgent','\"\"'),(17264,4076,'CurrentUserID','0'),(17265,4077,'Attempts','1'),(17266,4077,'ClientIP','\"178.116.129.81\"'),(17267,4077,'UserAgent','\"\"'),(17268,4077,'CurrentUserID','0'),(17269,4078,'Attempts','1'),(17270,4078,'ClientIP','\"151.34.206.138\"'),(17271,4078,'UserAgent','\"\"'),(17272,4078,'CurrentUserID','0'),(17273,4079,'Attempts','1'),(17274,4079,'ClientIP','\"210.4.113.181\"'),(17275,4079,'UserAgent','\"\"'),(17276,4079,'CurrentUserID','0'),(17277,4080,'Attempts','1'),(17278,4080,'ClientIP','\"88.184.168.102\"'),(17279,4080,'UserAgent','\"\"'),(17280,4080,'CurrentUserID','0'),(17281,4081,'Attempts','1'),(17282,4081,'ClientIP','\"39.32.188.119\"'),(17283,4081,'UserAgent','\"\"'),(17284,4081,'CurrentUserID','0'),(17285,4082,'Attempts','2'),(17286,4082,'ClientIP','\"122.54.183.90\"'),(17287,4082,'UserAgent','\"\"'),(17288,4082,'CurrentUserID','0'),(17289,4083,'Attempts','1'),(17290,4083,'ClientIP','\"31.154.92.212\"'),(17291,4083,'UserAgent','\"\"'),(17292,4083,'CurrentUserID','0'),(17293,4084,'Attempts','1'),(17294,4084,'ClientIP','\"99.226.5.184\"'),(17295,4084,'UserAgent','\"\"'),(17296,4084,'CurrentUserID','0'),(17297,4085,'Attempts','1'),(17298,4085,'ClientIP','\"39.59.40.124\"'),(17299,4085,'UserAgent','\"\"'),(17300,4085,'CurrentUserID','0'),(17301,4086,'Attempts','1'),(17302,4086,'ClientIP','\"78.60.161.202\"'),(17303,4086,'UserAgent','\"\"'),(17304,4086,'CurrentUserID','0'),(17305,4087,'Attempts','1'),(17306,4087,'ClientIP','\"200.41.178.218\"'),(17307,4087,'UserAgent','\"\"'),(17308,4087,'CurrentUserID','0'),(17309,4088,'Attempts','1'),(17310,4088,'ClientIP','\"79.148.12.218\"'),(17311,4088,'UserAgent','\"\"'),(17312,4088,'CurrentUserID','0'),(17313,4089,'Attempts','1'),(17314,4089,'ClientIP','\"62.141.45.246\"'),(17315,4089,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(17316,4089,'CurrentUserID','0'),(17317,4090,'Attempts','1'),(17318,4090,'ClientIP','\"162.247.72.201\"'),(17319,4090,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(17320,4090,'CurrentUserID','0'),(17321,4091,'Attempts','1'),(17322,4091,'ClientIP','\"176.10.107.180\"'),(17323,4091,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(17324,4091,'CurrentUserID','0'),(17325,4092,'Attempts','1'),(17326,4092,'ClientIP','\"185.77.131.102\"'),(17327,4092,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(17328,4092,'CurrentUserID','0'),(17329,4093,'Attempts','1'),(17330,4093,'ClientIP','\"92.222.113.177\"'),(17331,4093,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(17332,4093,'CurrentUserID','0'),(17333,4094,'Attempts','1'),(17334,4094,'ClientIP','\"176.31.51.199\"'),(17335,4094,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(17336,4094,'CurrentUserID','0'),(17337,4095,'Attempts','1'),(17338,4095,'ClientIP','\"109.93.137.234\"'),(17339,4095,'UserAgent','\"\"'),(17340,4095,'CurrentUserID','0'),(17341,4096,'Attempts','1'),(17342,4096,'ClientIP','\"189.215.153.149\"'),(17343,4096,'UserAgent','\"\"'),(17344,4096,'CurrentUserID','0'),(17345,4097,'Attempts','1'),(17346,4097,'ClientIP','\"141.138.56.95\"'),(17347,4097,'UserAgent','\"\"'),(17348,4097,'CurrentUserID','0'),(17349,4098,'Attempts','1'),(17350,4098,'ClientIP','\"86.49.7.56\"'),(17351,4098,'UserAgent','\"\"'),(17352,4098,'CurrentUserID','0'),(17353,4099,'Attempts','1'),(17354,4099,'ClientIP','\"193.201.227.83\"'),(17355,4099,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(17356,4099,'CurrentUserID','0'),(17357,4100,'Attempts','1'),(17358,4100,'ClientIP','\"95.95.93.154\"'),(17359,4100,'UserAgent','\"\"'),(17360,4100,'CurrentUserID','0'),(17361,4101,'Attempts','1'),(17362,4101,'ClientIP','\"115.112.132.66\"'),(17363,4101,'UserAgent','\"\"'),(17364,4101,'CurrentUserID','0'),(17365,4102,'Attempts','1'),(17366,4102,'ClientIP','\"179.99.44.76\"'),(17367,4102,'UserAgent','\"\"'),(17368,4102,'CurrentUserID','0'),(17369,4103,'Attempts','1'),(17370,4103,'ClientIP','\"78.36.78.75\"'),(17371,4103,'UserAgent','\"\"'),(17372,4103,'CurrentUserID','0'),(17373,4104,'Attempts','1'),(17374,4104,'ClientIP','\"217.71.57.228\"'),(17375,4104,'UserAgent','\"\"'),(17376,4104,'CurrentUserID','0'),(17377,4105,'Attempts','1'),(17378,4105,'ClientIP','\"95.180.43.157\"'),(17379,4105,'UserAgent','\"\"'),(17380,4105,'CurrentUserID','0'),(17381,4106,'Attempts','1'),(17382,4106,'ClientIP','\"109.64.80.151\"'),(17383,4106,'UserAgent','\"\"'),(17384,4106,'CurrentUserID','0'),(17385,4107,'Attempts','1'),(17386,4107,'ClientIP','\"45.114.125.41\"'),(17387,4107,'UserAgent','\"\"'),(17388,4107,'CurrentUserID','0'),(17389,4108,'Attempts','\"10+\"'),(17390,4108,'ClientIP','\"193.201.227.83\"'),(17391,4108,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(17392,4108,'CurrentUserID','0'),(17393,4109,'Attempts','2'),(17394,4109,'ClientIP','\"176.12.41.13\"'),(17395,4109,'UserAgent','\"\"'),(17396,4109,'CurrentUserID','0'),(17397,4110,'Attempts','1'),(17398,4110,'ClientIP','\"150.129.140.49\"'),(17399,4110,'UserAgent','\"\"'),(17400,4110,'CurrentUserID','0'),(17401,4111,'Attempts','1'),(17402,4111,'ClientIP','\"37.132.17.132\"'),(17403,4111,'UserAgent','\"\"'),(17404,4111,'CurrentUserID','0'),(17405,4112,'Attempts','1'),(17406,4112,'ClientIP','\"86.83.226.206\"'),(17407,4112,'UserAgent','\"\"'),(17408,4112,'CurrentUserID','0'),(17409,4113,'Attempts','1'),(17410,4113,'ClientIP','\"98.219.35.118\"'),(17411,4113,'UserAgent','\"\"'),(17412,4113,'CurrentUserID','0'),(17413,4114,'Attempts','1'),(17414,4114,'ClientIP','\"131.72.36.194\"'),(17415,4114,'UserAgent','\"\"'),(17416,4114,'CurrentUserID','0'),(17417,4115,'Attempts','1'),(17418,4115,'ClientIP','\"58.84.168.216\"'),(17419,4115,'UserAgent','\"\"'),(17420,4115,'CurrentUserID','0'),(17421,4117,'Attempts','1'),(17422,4116,'Attempts','1'),(17423,4116,'ClientIP','\"207.244.70.35\"'),(17424,4117,'ClientIP','\"149.202.42.188\"'),(17425,4116,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(17426,4117,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(17427,4116,'CurrentUserID','0'),(17428,4117,'CurrentUserID','0'),(17429,4118,'Attempts','1'),(17430,4118,'ClientIP','\"176.10.104.240\"'),(17431,4119,'Attempts','1'),(17432,4118,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(17433,4119,'ClientIP','\"176.31.51.199\"'),(17434,4118,'CurrentUserID','0'),(17435,4119,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(17436,4119,'CurrentUserID','0'),(17437,4120,'Attempts','1'),(17438,4120,'ClientIP','\"5.79.68.161\"'),(17439,4120,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(17440,4120,'CurrentUserID','0'),(17441,4121,'Attempts','1'),(17442,4121,'ClientIP','\"210.186.33.64\"'),(17443,4121,'UserAgent','\"\"'),(17444,4121,'CurrentUserID','0'),(17445,4122,'Attempts','1'),(17446,4122,'ClientIP','\"93.37.253.211\"'),(17447,4122,'UserAgent','\"\"'),(17448,4122,'CurrentUserID','0'),(17449,4123,'Attempts','1'),(17450,4123,'ClientIP','\"41.216.232.155\"'),(17451,4123,'UserAgent','\"\"'),(17452,4123,'CurrentUserID','0'),(17453,4124,'Attempts','1'),(17454,4124,'ClientIP','\"31.14.218.84\"'),(17455,4124,'UserAgent','\"\"'),(17456,4124,'CurrentUserID','0'),(17457,4125,'Attempts','1'),(17458,4125,'ClientIP','\"92.80.204.114\"'),(17459,4125,'UserAgent','\"\"'),(17460,4125,'CurrentUserID','0'),(17461,4126,'Attempts','1'),(17462,4126,'ClientIP','\"84.236.110.111\"'),(17463,4126,'UserAgent','\"\"'),(17464,4126,'CurrentUserID','0'),(17465,4127,'Attempts','\"10+\"'),(17466,4127,'ClientIP','\"52.18.242.27\"'),(17467,4127,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(17468,4127,'CurrentUserID','0'),(17469,4128,'Attempts','1'),(17470,4128,'ClientIP','\"85.253.155.147\"'),(17471,4128,'UserAgent','\"\"'),(17472,4128,'CurrentUserID','0'),(17473,4129,'Attempts','1'),(17474,4129,'ClientIP','\"83.6.56.242\"'),(17475,4129,'UserAgent','\"\"'),(17476,4129,'CurrentUserID','0'),(17477,4130,'Attempts','1'),(17478,4130,'ClientIP','\"90.59.242.77\"'),(17479,4130,'UserAgent','\"\"'),(17480,4130,'CurrentUserID','0'),(17481,4131,'Attempts','2'),(17482,4131,'ClientIP','\"197.88.74.65\"'),(17483,4131,'UserAgent','\"\"'),(17484,4131,'CurrentUserID','0'),(17485,4132,'Attempts','1'),(17486,4132,'ClientIP','\"212.54.195.116\"'),(17487,4132,'UserAgent','\"\"'),(17488,4132,'CurrentUserID','0'),(17489,4133,'Attempts','1'),(17490,4133,'ClientIP','\"115.118.145.105\"'),(17491,4133,'UserAgent','\"\"'),(17492,4133,'CurrentUserID','0'),(17493,4134,'Attempts','1'),(17494,4134,'ClientIP','\"118.101.115.28\"'),(17495,4134,'UserAgent','\"\"'),(17496,4134,'CurrentUserID','0'),(17497,4135,'Attempts','1'),(17498,4135,'ClientIP','\"94.122.74.241\"'),(17499,4135,'UserAgent','\"\"'),(17500,4135,'CurrentUserID','0'),(17501,4136,'Attempts','2'),(17502,4136,'ClientIP','\"10.39.8.138\"'),(17503,4136,'UserAgent','\"\"'),(17504,4136,'CurrentUserID','0'),(17505,4137,'Attempts','1'),(17506,4137,'ClientIP','\"197.210.203.186\"'),(17507,4137,'UserAgent','\"\"'),(17508,4137,'CurrentUserID','0'),(17509,4138,'Attempts','1'),(17510,4138,'ClientIP','\"169.159.113.191\"'),(17511,4138,'UserAgent','\"\"'),(17512,4138,'CurrentUserID','0'),(17513,4139,'Attempts','1'),(17514,4139,'ClientIP','\"86.125.234.7\"'),(17515,4139,'UserAgent','\"\"'),(17516,4139,'CurrentUserID','0'),(17517,4140,'Attempts','1'),(17518,4140,'ClientIP','\"93.136.115.150\"'),(17519,4140,'UserAgent','\"\"'),(17520,4140,'CurrentUserID','0'),(17521,4141,'Attempts','1'),(17522,4141,'ClientIP','\"89.122.77.19\"'),(17523,4141,'UserAgent','\"\"'),(17524,4141,'CurrentUserID','0'),(17525,4142,'Attempts','1'),(17526,4142,'ClientIP','\"171.96.171.71\"'),(17527,4142,'UserAgent','\"\"'),(17528,4142,'CurrentUserID','0'),(17529,4143,'Attempts','1'),(17530,4143,'ClientIP','\"105.157.78.137\"'),(17531,4143,'UserAgent','\"\"'),(17532,4143,'CurrentUserID','0'),(17533,4144,'Attempts','1'),(17534,4144,'ClientIP','\"5.178.218.7\"'),(17535,4144,'UserAgent','\"\"'),(17536,4144,'CurrentUserID','0'),(17537,4145,'Attempts','1'),(17538,4145,'ClientIP','\"200.82.190.213\"'),(17539,4145,'UserAgent','\"\"'),(17540,4145,'CurrentUserID','0'),(17541,4146,'Attempts','1'),(17542,4146,'ClientIP','\"92.98.185.239\"'),(17543,4146,'UserAgent','\"\"'),(17544,4146,'CurrentUserID','0'),(17545,4147,'Attempts','1'),(17546,4147,'ClientIP','\"95.92.136.95\"'),(17547,4147,'UserAgent','\"\"'),(17548,4147,'CurrentUserID','0'),(17549,4148,'Attempts','1'),(17550,4149,'Attempts','1'),(17551,4148,'ClientIP','\"85.17.24.95\"'),(17552,4149,'ClientIP','\"162.247.72.199\"'),(17553,4148,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(17554,4149,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(17555,4148,'CurrentUserID','0'),(17556,4149,'CurrentUserID','0'),(17557,4150,'Attempts','1'),(17558,4150,'ClientIP','\"199.127.226.150\"'),(17559,4151,'Attempts','1'),(17560,4150,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(17561,4151,'ClientIP','\"176.10.99.208\"'),(17562,4150,'CurrentUserID','0'),(17563,4151,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(17564,4151,'CurrentUserID','0'),(17565,4152,'Attempts','1'),(17566,4152,'ClientIP','\"79.172.193.32\"'),(17567,4152,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(17568,4152,'CurrentUserID','0'),(17569,4153,'Attempts','2'),(17570,4153,'ClientIP','\"180.148.215.126\"'),(17571,4153,'UserAgent','\"\"'),(17572,4153,'CurrentUserID','0'),(17573,4154,'Attempts','1'),(17574,4154,'ClientIP','\"109.67.27.221\"'),(17575,4154,'UserAgent','\"\"'),(17576,4154,'CurrentUserID','0'),(17577,4155,'Attempts','2'),(17578,4155,'ClientIP','\"178.67.93.204\"'),(17579,4155,'UserAgent','\"\"'),(17580,4155,'CurrentUserID','0'),(17581,4156,'Attempts','1'),(17582,4156,'ClientIP','\"62.175.182.2\"'),(17583,4156,'UserAgent','\"\"'),(17584,4156,'CurrentUserID','0'),(17585,4157,'Attempts','1'),(17586,4157,'ClientIP','\"118.151.208.186\"'),(17587,4157,'UserAgent','\"\"'),(17588,4157,'CurrentUserID','0'),(17589,4158,'Attempts','1'),(17590,4158,'ClientIP','\"78.63.42.18\"'),(17591,4158,'UserAgent','\"\"'),(17592,4158,'CurrentUserID','0'),(17593,4159,'Attempts','1'),(17594,4159,'ClientIP','\"190.148.39.45\"'),(17595,4159,'UserAgent','\"\"'),(17596,4159,'CurrentUserID','0'),(17597,4160,'Attempts','1'),(17598,4160,'ClientIP','\"95.76.112.129\"'),(17599,4160,'UserAgent','\"\"'),(17600,4160,'CurrentUserID','0'),(17601,4161,'Attempts','1'),(17602,4161,'ClientIP','\"78.88.22.76\"'),(17603,4161,'UserAgent','\"\"'),(17604,4161,'CurrentUserID','0'),(17605,4162,'Attempts','1'),(17606,4162,'ClientIP','\"95.68.83.150\"'),(17607,4162,'UserAgent','\"\"'),(17608,4162,'CurrentUserID','0'),(17609,4163,'Attempts','1'),(17610,4163,'ClientIP','\"78.127.233.166\"'),(17611,4163,'UserAgent','\"\"'),(17612,4163,'CurrentUserID','0'),(17613,4164,'Attempts','1'),(17614,4164,'ClientIP','\"89.216.132.208\"'),(17615,4164,'UserAgent','\"\"'),(17616,4164,'CurrentUserID','0'),(17617,4165,'Attempts','1'),(17618,4165,'ClientIP','\"79.113.103.152\"'),(17619,4165,'UserAgent','\"\"'),(17620,4165,'CurrentUserID','0'),(17621,4166,'Attempts','1'),(17622,4166,'ClientIP','\"79.130.180.123\"'),(17623,4166,'UserAgent','\"\"'),(17624,4166,'CurrentUserID','0'),(17625,4167,'Attempts','1'),(17626,4167,'ClientIP','\"96.255.118.105\"'),(17627,4167,'UserAgent','\"\"'),(17628,4167,'CurrentUserID','0'),(17629,4168,'Attempts','1'),(17630,4168,'ClientIP','\"191.222.6.242\"'),(17631,4168,'UserAgent','\"\"'),(17632,4168,'CurrentUserID','0'),(17633,4169,'Attempts','1'),(17634,4169,'ClientIP','\"174.1.93.104\"'),(17635,4169,'UserAgent','\"\"'),(17636,4169,'CurrentUserID','0'),(17637,4170,'Attempts','1'),(17638,4170,'ClientIP','\"211.72.111.193\"'),(17639,4170,'UserAgent','\"\"'),(17640,4170,'CurrentUserID','0'),(17641,4171,'Attempts','1'),(17642,4171,'ClientIP','\"99.226.5.184\"'),(17643,4171,'UserAgent','\"\"'),(17644,4171,'CurrentUserID','0'),(17645,4172,'Attempts','1'),(17646,4172,'ClientIP','\"158.130.0.242\"'),(17647,4172,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(17648,4172,'CurrentUserID','0'),(17649,4173,'Attempts','2'),(17650,4173,'ClientIP','\"77.109.141.138\"'),(17651,4173,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(17652,4173,'CurrentUserID','0'),(17653,4174,'Attempts','1'),(17654,4174,'ClientIP','\"92.222.113.177\"'),(17655,4174,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(17656,4174,'CurrentUserID','0'),(17657,4175,'Attempts','1'),(17658,4175,'ClientIP','\"176.10.99.202\"'),(17659,4175,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(17660,4175,'CurrentUserID','0'),(17661,4176,'Attempts','1'),(17662,4176,'ClientIP','\"217.71.47.90\"'),(17663,4176,'UserAgent','\"\"'),(17664,4176,'CurrentUserID','0'),(17665,4177,'Attempts','1'),(17666,4177,'ClientIP','\"39.32.254.14\"'),(17667,4177,'UserAgent','\"\"'),(17668,4177,'CurrentUserID','0'),(17669,4178,'Attempts','1'),(17670,4178,'ClientIP','\"117.198.82.5\"'),(17671,4178,'UserAgent','\"\"'),(17672,4178,'CurrentUserID','0'),(17673,4179,'Attempts','1'),(17674,4179,'ClientIP','\"80.8.168.207\"'),(17675,4179,'UserAgent','\"\"'),(17676,4179,'CurrentUserID','0'),(17677,4180,'Attempts','1'),(17678,4180,'ClientIP','\"82.237.34.203\"'),(17679,4180,'UserAgent','\"\"'),(17680,4180,'CurrentUserID','0'),(17681,4181,'Attempts','1'),(17682,4181,'ClientIP','\"92.84.159.137\"'),(17683,4181,'UserAgent','\"\"'),(17684,4181,'CurrentUserID','0'),(17685,4182,'Attempts','1'),(17686,4182,'ClientIP','\"59.22.7.48\"'),(17687,4182,'UserAgent','\"\"'),(17688,4182,'CurrentUserID','0'),(17689,4183,'Attempts','1'),(17690,4183,'ClientIP','\"195.67.26.115\"'),(17691,4183,'UserAgent','\"\"'),(17692,4183,'CurrentUserID','0'),(17693,4184,'Attempts','1'),(17694,4184,'ClientIP','\"188.2.224.183\"'),(17695,4184,'UserAgent','\"\"'),(17696,4184,'CurrentUserID','0'),(17697,4185,'Attempts','1'),(17698,4185,'ClientIP','\"109.80.48.45\"'),(17699,4185,'UserAgent','\"\"'),(17700,4185,'CurrentUserID','0'),(17701,4186,'Attempts','1'),(17702,4186,'ClientIP','\"153.196.196.47\"'),(17703,4186,'UserAgent','\"\"'),(17704,4186,'CurrentUserID','0'),(17705,4187,'Attempts','1'),(17706,4187,'ClientIP','\"78.63.247.121\"'),(17707,4187,'UserAgent','\"\"'),(17708,4187,'CurrentUserID','0'),(17709,4188,'Attempts','1'),(17710,4188,'ClientIP','\"87.252.162.234\"'),(17711,4188,'UserAgent','\"\"'),(17712,4188,'CurrentUserID','0'),(17713,4189,'Attempts','1'),(17714,4189,'ClientIP','\"78.90.175.95\"'),(17715,4189,'UserAgent','\"\"'),(17716,4189,'CurrentUserID','0'),(17717,4190,'Attempts','1'),(17718,4190,'ClientIP','\"35.0.127.52\"'),(17719,4190,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(17720,4190,'CurrentUserID','0'),(17721,4191,'Attempts','1'),(17722,4191,'ClientIP','\"46.28.68.158\"'),(17723,4191,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(17724,4191,'CurrentUserID','0'),(17725,4192,'Attempts','1'),(17726,4192,'ClientIP','\"77.247.181.165\"'),(17727,4192,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(17728,4192,'CurrentUserID','0'),(17729,4193,'Attempts','1'),(17730,4193,'ClientIP','\"37.130.227.133\"'),(17731,4193,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(17732,4193,'CurrentUserID','0'),(17733,4194,'Attempts','1'),(17734,4194,'ClientIP','\"149.202.98.160\"'),(17735,4194,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(17736,4194,'CurrentUserID','0'),(17737,4195,'Attempts','1'),(17738,4195,'ClientIP','\"94.59.95.126\"'),(17739,4195,'UserAgent','\"\"'),(17740,4195,'CurrentUserID','0'),(17741,4196,'Attempts','1'),(17742,4196,'ClientIP','\"81.219.208.36\"'),(17743,4196,'UserAgent','\"\"'),(17744,4196,'CurrentUserID','0'),(17745,4197,'Attempts','1'),(17746,4197,'ClientIP','\"178.220.170.59\"'),(17747,4197,'UserAgent','\"\"'),(17748,4197,'CurrentUserID','0'),(17749,4198,'Attempts','1'),(17750,4198,'ClientIP','\"95.91.243.13\"'),(17751,4198,'UserAgent','\"\"'),(17752,4198,'CurrentUserID','0'),(17753,4199,'Attempts','1'),(17754,4199,'ClientIP','\"36.72.19.241\"'),(17755,4199,'UserAgent','\"\"'),(17756,4199,'CurrentUserID','0'),(17757,4200,'Attempts','1'),(17758,4200,'ClientIP','\"190.147.153.100\"'),(17759,4200,'UserAgent','\"\"'),(17760,4200,'CurrentUserID','0'),(17761,4201,'Attempts','1'),(17762,4201,'ClientIP','\"85.74.158.137\"'),(17763,4201,'UserAgent','\"\"'),(17764,4201,'CurrentUserID','0'),(17765,4202,'Attempts','1'),(17766,4202,'ClientIP','\"150.129.129.42\"'),(17767,4202,'UserAgent','\"\"'),(17768,4202,'CurrentUserID','0'),(17769,4203,'Attempts','1'),(17770,4203,'ClientIP','\"39.59.70.113\"'),(17771,4203,'UserAgent','\"\"'),(17772,4203,'CurrentUserID','0'),(17773,4204,'Attempts','1'),(17774,4204,'ClientIP','\"78.36.78.214\"'),(17775,4204,'UserAgent','\"\"'),(17776,4204,'CurrentUserID','0'),(17777,4205,'Attempts','1'),(17778,4205,'ClientIP','\"191.185.90.63\"'),(17779,4205,'UserAgent','\"\"'),(17780,4205,'CurrentUserID','0'),(17781,4206,'Attempts','1'),(17782,4206,'ClientIP','\"122.167.102.111\"'),(17783,4206,'UserAgent','\"\"'),(17784,4206,'CurrentUserID','0'),(17785,4207,'Attempts','1'),(17786,4207,'ClientIP','\"109.172.46.58\"'),(17787,4207,'UserAgent','\"\"'),(17788,4207,'CurrentUserID','0'),(17789,4208,'Attempts','2'),(17790,4208,'ClientIP','\"93.49.178.66\"'),(17791,4208,'UserAgent','\"\"'),(17792,4208,'CurrentUserID','0'),(17793,4209,'Attempts','1'),(17794,4209,'ClientIP','\"41.250.173.251\"'),(17795,4209,'UserAgent','\"\"'),(17796,4209,'CurrentUserID','0'),(17797,4210,'Attempts','1'),(17798,4210,'ClientIP','\"188.36.129.253\"'),(17799,4210,'UserAgent','\"\"'),(17800,4210,'CurrentUserID','0'),(17801,4211,'Attempts','1'),(17802,4211,'ClientIP','\"85.238.78.56\"'),(17803,4211,'UserAgent','\"\"'),(17804,4211,'CurrentUserID','0'),(17805,4212,'Attempts','1'),(17806,4212,'ClientIP','\"89.8.214.65\"'),(17807,4212,'UserAgent','\"\"'),(17808,4212,'CurrentUserID','0'),(17809,4213,'Attempts','1'),(17810,4213,'ClientIP','\"93.72.30.20\"'),(17811,4213,'UserAgent','\"\"'),(17812,4213,'CurrentUserID','0'),(17813,4214,'Attempts','1'),(17814,4214,'ClientIP','\"110.168.231.178\"'),(17815,4214,'UserAgent','\"\"'),(17816,4214,'CurrentUserID','0'),(17817,4215,'Attempts','1'),(17818,4215,'ClientIP','\"81.183.52.207\"'),(17819,4215,'UserAgent','\"\"'),(17820,4215,'CurrentUserID','0'),(17821,4216,'Attempts','1'),(17822,4216,'ClientIP','\"194.219.187.191\"'),(17823,4216,'UserAgent','\"\"'),(17824,4216,'CurrentUserID','0'),(17825,4217,'Attempts','1'),(17826,4217,'ClientIP','\"88.232.96.89\"'),(17827,4217,'UserAgent','\"\"'),(17828,4217,'CurrentUserID','0'),(17829,4218,'Attempts','1'),(17830,4218,'ClientIP','\"77.235.135.94\"'),(17831,4218,'UserAgent','\"\"'),(17832,4218,'CurrentUserID','0'),(17833,4219,'Attempts','1'),(17834,4219,'ClientIP','\"185.22.32.1\"'),(17835,4219,'UserAgent','\"\"'),(17836,4219,'CurrentUserID','0'),(17837,4220,'Attempts','1'),(17838,4220,'ClientIP','\"37.130.227.133\"'),(17839,4220,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(17840,4220,'CurrentUserID','0'),(17841,4221,'Attempts','1'),(17842,4221,'ClientIP','\"93.174.93.154\"'),(17843,4221,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(17844,4221,'CurrentUserID','0'),(17845,4222,'Attempts','2'),(17846,4222,'ClientIP','\"185.24.232.10\"'),(17847,4222,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(17848,4222,'CurrentUserID','0'),(17849,4223,'Attempts','1'),(17850,4223,'ClientIP','\"79.100.192.200\"'),(17851,4223,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(17852,4223,'CurrentUserID','0'),(17853,4224,'Attempts','1'),(17854,4224,'ClientIP','\"217.23.7.229\"'),(17855,4224,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(17856,4224,'CurrentUserID','0'),(17857,4225,'Attempts','1'),(17858,4225,'ClientIP','\"41.74.66.123\"'),(17859,4225,'UserAgent','\"\"'),(17860,4225,'CurrentUserID','0'),(17861,4226,'Attempts','1'),(17862,4226,'ClientIP','\"190.232.64.29\"'),(17863,4226,'UserAgent','\"\"'),(17864,4226,'CurrentUserID','0'),(17865,4227,'Attempts','1'),(17866,4227,'ClientIP','\"120.28.14.226\"'),(17867,4227,'UserAgent','\"\"'),(17868,4227,'CurrentUserID','0'),(17869,4228,'Attempts','1'),(17870,4228,'ClientIP','\"92.82.110.6\"'),(17871,4228,'UserAgent','\"\"'),(17872,4228,'CurrentUserID','0'),(17873,4229,'Attempts','1'),(17874,4229,'ClientIP','\"119.94.166.79\"'),(17875,4229,'UserAgent','\"\"'),(17876,4229,'CurrentUserID','0'),(17877,4230,'Attempts','1'),(17878,4230,'ClientIP','\"125.60.246.141\"'),(17879,4230,'UserAgent','\"\"'),(17880,4230,'CurrentUserID','0'),(17881,4231,'Attempts','2'),(17882,4231,'ClientIP','\"77.238.66.229\"'),(17883,4231,'UserAgent','\"\"'),(17884,4231,'CurrentUserID','0'),(17885,4232,'Attempts','1'),(17886,4232,'ClientIP','\"121.54.44.92\"'),(17887,4232,'UserAgent','\"\"'),(17888,4232,'CurrentUserID','0'),(17889,4233,'Attempts','1'),(17890,4233,'ClientIP','\"203.134.194.113\"'),(17891,4233,'UserAgent','\"\"'),(17892,4233,'CurrentUserID','0'),(17893,4234,'Attempts','1'),(17894,4234,'ClientIP','\"217.119.117.131\"'),(17895,4234,'UserAgent','\"\"'),(17896,4234,'CurrentUserID','0'),(17897,4235,'Attempts','2'),(17898,4235,'ClientIP','\"78.92.125.31\"'),(17899,4235,'UserAgent','\"\"'),(17900,4235,'CurrentUserID','0'),(17901,4236,'Attempts','1'),(17902,4236,'ClientIP','\"158.181.225.91\"'),(17903,4236,'UserAgent','\"\"'),(17904,4236,'CurrentUserID','0'),(17905,4237,'Attempts','1'),(17906,4237,'ClientIP','\"35.0.127.52\"'),(17907,4237,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(17908,4237,'CurrentUserID','0'),(17909,4238,'Attempts','1'),(17910,4238,'ClientIP','\"185.65.135.226\"'),(17911,4238,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(17912,4238,'CurrentUserID','0'),(17913,4239,'Attempts','1'),(17914,4239,'ClientIP','\"91.213.8.235\"'),(17915,4239,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(17916,4239,'CurrentUserID','0'),(17917,4240,'Attempts','1'),(17918,4240,'ClientIP','\"77.109.139.87\"'),(17919,4240,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(17920,4240,'CurrentUserID','0'),(17921,4241,'Attempts','1'),(17922,4241,'ClientIP','\"76.178.41.197\"'),(17923,4241,'UserAgent','\"\"'),(17924,4241,'CurrentUserID','0'),(17925,4242,'Attempts','1'),(17926,4242,'ClientIP','\"59.181.100.153\"'),(17927,4242,'UserAgent','\"\"'),(17928,4242,'CurrentUserID','0'),(17929,4243,'Attempts','1'),(17930,4243,'ClientIP','\"112.168.135.102\"'),(17931,4243,'UserAgent','\"\"'),(17932,4243,'CurrentUserID','0'),(17933,4244,'Attempts','1'),(17934,4244,'ClientIP','\"94.31.146.184\"'),(17935,4244,'UserAgent','\"\"'),(17936,4244,'CurrentUserID','0'),(17937,4245,'Attempts','2'),(17938,4245,'ClientIP','\"89.71.164.61\"'),(17939,4245,'UserAgent','\"\"'),(17940,4245,'CurrentUserID','0'),(17941,4246,'Attempts','1'),(17942,4246,'ClientIP','\"163.53.85.114\"'),(17943,4246,'UserAgent','\"\"'),(17944,4246,'CurrentUserID','0'),(17945,4247,'Attempts','1'),(17946,4247,'ClientIP','\"89.39.126.250\"'),(17947,4247,'UserAgent','\"\"'),(17948,4247,'CurrentUserID','0'),(17949,4248,'Attempts','1'),(17950,4248,'ClientIP','\"93.140.249.38\"'),(17951,4248,'UserAgent','\"\"'),(17952,4248,'CurrentUserID','0'),(17953,4249,'Attempts','1'),(17954,4249,'ClientIP','\"188.64.102.232\"'),(17955,4249,'UserAgent','\"\"'),(17956,4249,'CurrentUserID','0'),(17957,4250,'Attempts','1'),(17958,4250,'ClientIP','\"37.238.218.138\"'),(17959,4250,'UserAgent','\"\"'),(17960,4250,'CurrentUserID','0'),(17961,4251,'Attempts','1'),(17962,4251,'ClientIP','\"81.219.208.36\"'),(17963,4251,'UserAgent','\"\"'),(17964,4251,'CurrentUserID','0'),(17965,4252,'Attempts','1'),(17966,4252,'ClientIP','\"85.238.78.56\"'),(17967,4252,'UserAgent','\"\"'),(17968,4252,'CurrentUserID','0'),(17969,4253,'Attempts','1'),(17970,4253,'ClientIP','\"180.232.69.70\"'),(17971,4253,'UserAgent','\"\"'),(17972,4253,'CurrentUserID','0'),(17973,4254,'Attempts','1'),(17974,4254,'ClientIP','\"91.206.211.201\"'),(17975,4254,'UserAgent','\"\"'),(17976,4254,'CurrentUserID','0'),(17977,4255,'Attempts','1'),(17978,4255,'ClientIP','\"62.197.243.1\"'),(17979,4255,'UserAgent','\"\"'),(17980,4255,'CurrentUserID','0'),(17981,4256,'Attempts','1'),(17982,4256,'ClientIP','\"178.223.84.155\"'),(17983,4256,'UserAgent','\"\"'),(17984,4256,'CurrentUserID','0'),(17985,4257,'Attempts','1'),(17986,4257,'ClientIP','\"212.253.34.163\"'),(17987,4257,'UserAgent','\"\"'),(17988,4257,'CurrentUserID','0'),(17989,4258,'Attempts','1'),(17990,4258,'ClientIP','\"103.19.253.234\"'),(17991,4258,'UserAgent','\"\"'),(17992,4258,'CurrentUserID','0'),(17993,4259,'Attempts','1'),(17994,4259,'ClientIP','\"188.4.231.0\"'),(17995,4259,'UserAgent','\"\"'),(17996,4259,'CurrentUserID','0'),(17997,4260,'Attempts','1'),(17998,4260,'ClientIP','\"109.96.61.41\"'),(17999,4260,'UserAgent','\"\"'),(18000,4260,'CurrentUserID','0'),(18001,4261,'Attempts','1'),(18002,4261,'ClientIP','\"188.135.40.157\"'),(18003,4261,'UserAgent','\"\"'),(18004,4261,'CurrentUserID','0'),(18005,4262,'Attempts','1'),(18006,4262,'ClientIP','\"93.136.46.45\"'),(18007,4262,'UserAgent','\"\"'),(18008,4262,'CurrentUserID','0'),(18009,4263,'Attempts','1'),(18010,4263,'ClientIP','\"85.250.196.223\"'),(18011,4263,'UserAgent','\"\"'),(18012,4263,'CurrentUserID','0'),(18013,4264,'Attempts','1'),(18014,4264,'ClientIP','\"177.200.79.158\"'),(18015,4264,'UserAgent','\"\"'),(18016,4264,'CurrentUserID','0'),(18017,4265,'Attempts','1'),(18018,4265,'ClientIP','\"112.198.103.214\"'),(18019,4265,'UserAgent','\"\"'),(18020,4265,'CurrentUserID','0'),(18021,4266,'Attempts','1'),(18022,4266,'ClientIP','\"41.238.185.130\"'),(18023,4266,'UserAgent','\"\"'),(18024,4266,'CurrentUserID','0'),(18025,4267,'Attempts','1'),(18026,4267,'ClientIP','\"190.78.131.214\"'),(18027,4267,'UserAgent','\"\"'),(18028,4267,'CurrentUserID','0'),(18029,4268,'Attempts','1'),(18030,4268,'ClientIP','\"178.213.133.180\"'),(18031,4268,'UserAgent','\"\"'),(18032,4268,'CurrentUserID','0'),(18033,4269,'Attempts','1'),(18034,4269,'ClientIP','\"39.59.89.150\"'),(18035,4269,'UserAgent','\"\"'),(18036,4269,'CurrentUserID','0'),(18037,4270,'Attempts','1'),(18038,4270,'ClientIP','\"111.88.128.153\"'),(18039,4270,'UserAgent','\"\"'),(18040,4270,'CurrentUserID','0'),(18041,4271,'Attempts','1'),(18042,4271,'ClientIP','\"83.23.22.83\"'),(18043,4271,'UserAgent','\"\"'),(18044,4271,'CurrentUserID','0'),(18045,4272,'Attempts','1'),(18046,4272,'ClientIP','\"93.141.73.146\"'),(18047,4272,'UserAgent','\"\"'),(18048,4272,'CurrentUserID','0'),(18049,4273,'Attempts','1'),(18050,4273,'ClientIP','\"182.57.171.188\"'),(18051,4273,'UserAgent','\"\"'),(18052,4273,'CurrentUserID','0'),(18053,4274,'Attempts','1'),(18054,4274,'ClientIP','\"186.123.136.75\"'),(18055,4274,'UserAgent','\"\"'),(18056,4274,'CurrentUserID','0'),(18057,4275,'Attempts','1'),(18058,4275,'ClientIP','\"146.255.68.119\"'),(18059,4275,'UserAgent','\"\"'),(18060,4275,'CurrentUserID','0'),(18061,4276,'Attempts','1'),(18062,4276,'ClientIP','\"118.236.202.207\"'),(18063,4276,'UserAgent','\"\"'),(18064,4276,'CurrentUserID','0'),(18065,4277,'Attempts','1'),(18066,4277,'ClientIP','\"5.79.68.161\"'),(18067,4277,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(18068,4277,'CurrentUserID','0'),(18069,4278,'Attempts','1'),(18070,4278,'ClientIP','\"79.98.107.90\"'),(18071,4278,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(18072,4278,'CurrentUserID','0'),(18073,4279,'Attempts','1'),(18074,4279,'ClientIP','\"77.247.181.163\"'),(18075,4279,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(18076,4279,'CurrentUserID','0'),(18077,4280,'Attempts','1'),(18078,4280,'ClientIP','\"93.115.95.201\"'),(18079,4280,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(18080,4280,'CurrentUserID','0'),(18081,4281,'Attempts','1'),(18082,4281,'ClientIP','\"212.21.66.6\"'),(18083,4281,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(18084,4281,'CurrentUserID','0'),(18085,4282,'Attempts','1'),(18086,4282,'ClientIP','\"195.26.151.27\"'),(18087,4282,'UserAgent','\"\"'),(18088,4282,'CurrentUserID','0'),(18089,4283,'Attempts','1'),(18090,4283,'ClientIP','\"190.194.54.11\"'),(18091,4283,'UserAgent','\"\"'),(18092,4283,'CurrentUserID','0'),(18093,4284,'Attempts','1'),(18094,4284,'ClientIP','\"37.239.187.183\"'),(18095,4284,'UserAgent','\"\"'),(18096,4284,'CurrentUserID','0'),(18097,4285,'Attempts','1'),(18098,4285,'ClientIP','\"31.154.91.226\"'),(18099,4285,'UserAgent','\"\"'),(18100,4285,'CurrentUserID','0'),(18101,4286,'Attempts','1'),(18102,4286,'ClientIP','\"5.228.69.21\"'),(18103,4286,'UserAgent','\"\"'),(18104,4286,'CurrentUserID','0'),(18105,4287,'Attempts','2'),(18106,4287,'ClientIP','\"210.210.158.87\"'),(18107,4287,'UserAgent','\"\"'),(18108,4287,'CurrentUserID','0'),(18109,4288,'Attempts','1'),(18110,4288,'ClientIP','\"46.59.166.130\"'),(18111,4288,'UserAgent','\"\"'),(18112,4288,'CurrentUserID','0'),(18113,4289,'Attempts','1'),(18114,4289,'ClientIP','\"110.137.170.99\"'),(18115,4289,'UserAgent','\"\"'),(18116,4289,'CurrentUserID','0'),(18117,4290,'Attempts','\"10+\"'),(18118,4290,'ClientIP','\"151.253.1.4\"'),(18119,4290,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(18120,4290,'CurrentUserID','0'),(18121,4291,'Attempts','2'),(18122,4291,'ClientIP','\"46.248.199.102\"'),(18123,4291,'UserAgent','\"\"'),(18124,4291,'CurrentUserID','0'),(18125,4292,'Attempts','1'),(18126,4292,'ClientIP','\"41.46.12.144\"'),(18127,4292,'UserAgent','\"\"'),(18128,4292,'CurrentUserID','0'),(18129,4293,'Attempts','1'),(18130,4293,'ClientIP','\"2.216.15.217\"'),(18131,4293,'UserAgent','\"\"'),(18132,4293,'CurrentUserID','0'),(18133,4294,'Attempts','1'),(18134,4294,'ClientIP','\"190.77.85.108\"'),(18135,4294,'UserAgent','\"\"'),(18136,4294,'CurrentUserID','0'),(18137,4295,'Attempts','1'),(18138,4295,'ClientIP','\"85.202.110.185\"'),(18139,4295,'UserAgent','\"\"'),(18140,4295,'CurrentUserID','0'),(18141,4296,'Attempts','1'),(18142,4296,'ClientIP','\"49.149.10.17\"'),(18143,4296,'UserAgent','\"\"'),(18144,4296,'CurrentUserID','0'),(18145,4297,'Attempts','1'),(18146,4298,'Attempts','1'),(18147,4297,'ClientIP','\"178.18.17.204\"'),(18148,4298,'ClientIP','\"199.127.226.150\"'),(18149,4297,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(18150,4298,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(18151,4297,'CurrentUserID','0'),(18152,4298,'CurrentUserID','0'),(18153,4299,'Attempts','1'),(18154,4299,'ClientIP','\"185.62.188.14\"'),(18155,4299,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(18156,4299,'CurrentUserID','0'),(18157,4300,'Attempts','1'),(18158,4300,'ClientIP','\"185.62.190.249\"'),(18159,4300,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(18160,4300,'CurrentUserID','0'),(18161,4301,'Attempts','1'),(18162,4301,'ClientIP','\"5.196.72.199\"'),(18163,4301,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(18164,4301,'CurrentUserID','0'),(18165,4302,'Attempts','1'),(18166,4302,'ClientIP','\"113.203.169.242\"'),(18167,4302,'UserAgent','\"\"'),(18168,4302,'CurrentUserID','0'),(18169,4303,'Attempts','1'),(18170,4303,'ClientIP','\"92.242.223.98\"'),(18171,4303,'UserAgent','\"\"'),(18172,4303,'CurrentUserID','0'),(18173,4304,'Attempts','2'),(18174,4304,'ClientIP','\"180.211.254.235\"'),(18175,4304,'UserAgent','\"\"'),(18176,4304,'CurrentUserID','0'),(18177,4305,'Attempts','1'),(18178,4305,'ClientIP','\"113.203.149.220\"'),(18179,4305,'UserAgent','\"\"'),(18180,4305,'CurrentUserID','0'),(18181,4306,'Attempts','1'),(18182,4306,'ClientIP','\"212.253.34.163\"'),(18183,4306,'UserAgent','\"\"'),(18184,4306,'CurrentUserID','0'),(18185,4307,'Attempts','2'),(18186,4307,'ClientIP','\"91.186.243.60\"'),(18187,4307,'UserAgent','\"\"'),(18188,4307,'CurrentUserID','0'),(18189,4308,'Attempts','1'),(18190,4308,'ClientIP','\"182.185.120.162\"'),(18191,4308,'UserAgent','\"\"'),(18192,4308,'CurrentUserID','0'),(18193,4309,'Attempts','1'),(18194,4309,'ClientIP','\"219.92.109.34\"'),(18195,4309,'UserAgent','\"\"'),(18196,4309,'CurrentUserID','0'),(18197,4310,'Attempts','1'),(18198,4310,'ClientIP','\"188.36.129.253\"'),(18199,4310,'UserAgent','\"\"'),(18200,4310,'CurrentUserID','0'),(18201,4311,'Attempts','1'),(18202,4311,'ClientIP','\"46.214.183.150\"'),(18203,4311,'UserAgent','\"\"'),(18204,4311,'CurrentUserID','0'),(18205,4312,'Attempts','1'),(18206,4312,'ClientIP','\"5.15.186.243\"'),(18207,4312,'UserAgent','\"\"'),(18208,4312,'CurrentUserID','0'),(18209,4313,'Attempts','1'),(18210,4313,'ClientIP','\"89.38.174.66\"'),(18211,4313,'UserAgent','\"\"'),(18212,4313,'CurrentUserID','0'),(18213,4314,'Attempts','1'),(18214,4314,'ClientIP','\"151.30.87.180\"'),(18215,4314,'UserAgent','\"\"'),(18216,4314,'CurrentUserID','0'),(18217,4315,'Attempts','1'),(18218,4315,'ClientIP','\"79.119.255.67\"'),(18219,4315,'UserAgent','\"\"'),(18220,4315,'CurrentUserID','0'),(18221,4316,'Attempts','1'),(18222,4316,'ClientIP','\"86.127.146.64\"'),(18223,4316,'UserAgent','\"\"'),(18224,4316,'CurrentUserID','0'),(18225,4317,'Attempts','1'),(18226,4317,'ClientIP','\"114.134.189.189\"'),(18227,4317,'UserAgent','\"\"'),(18228,4317,'CurrentUserID','0'),(18229,4318,'Attempts','1'),(18230,4318,'ClientIP','\"89.139.22.61\"'),(18231,4318,'UserAgent','\"\"'),(18232,4318,'CurrentUserID','0'),(18233,4319,'Attempts','1'),(18234,4319,'ClientIP','\"84.247.56.195\"'),(18235,4319,'UserAgent','\"\"'),(18236,4319,'CurrentUserID','0'),(18237,4320,'Attempts','1'),(18238,4320,'ClientIP','\"118.100.240.58\"'),(18239,4320,'UserAgent','\"\"'),(18240,4320,'CurrentUserID','0'),(18241,4321,'Attempts','1'),(18242,4321,'ClientIP','\"197.0.68.129\"'),(18243,4321,'UserAgent','\"\"'),(18244,4321,'CurrentUserID','0'),(18245,4322,'Attempts','1'),(18246,4322,'ClientIP','\"176.12.41.13\"'),(18247,4322,'UserAgent','\"\"'),(18248,4322,'CurrentUserID','0'),(18249,4323,'Attempts','1'),(18250,4323,'ClientIP','\"178.164.208.92\"'),(18251,4323,'UserAgent','\"\"'),(18252,4323,'CurrentUserID','0'),(18253,4324,'Attempts','1'),(18254,4324,'ClientIP','\"178.222.90.36\"'),(18255,4324,'UserAgent','\"\"'),(18256,4324,'CurrentUserID','0'),(18257,4325,'Attempts','1'),(18258,4325,'ClientIP','\"5.32.181.133\"'),(18259,4325,'UserAgent','\"\"'),(18260,4325,'CurrentUserID','0'),(18261,4326,'Attempts','1'),(18262,4326,'ClientIP','\"92.80.22.15\"'),(18263,4326,'UserAgent','\"\"'),(18264,4326,'CurrentUserID','0'),(18265,4327,'Attempts','1'),(18266,4327,'ClientIP','\"84.228.194.194\"'),(18267,4327,'UserAgent','\"\"'),(18268,4327,'CurrentUserID','0'),(18269,4328,'Attempts','1'),(18270,4328,'ClientIP','\"2.51.139.138\"'),(18271,4328,'UserAgent','\"\"'),(18272,4328,'CurrentUserID','0'),(18273,4329,'Attempts','1'),(18274,4330,'Attempts','1'),(18275,4330,'ClientIP','\"77.109.141.138\"'),(18276,4329,'ClientIP','\"185.14.29.221\"'),(18277,4330,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(18278,4329,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(18279,4330,'CurrentUserID','0'),(18280,4329,'CurrentUserID','0'),(18281,4331,'Attempts','1'),(18282,4331,'ClientIP','\"176.9.25.72\"'),(18283,4331,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(18284,4331,'CurrentUserID','0'),(18285,4332,'Attempts','1'),(18286,4332,'ClientIP','\"78.108.63.46\"'),(18287,4332,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(18288,4332,'CurrentUserID','0'),(18289,4333,'Attempts','1'),(18290,4333,'ClientIP','\"171.25.193.27\"'),(18291,4333,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(18292,4333,'CurrentUserID','0'),(18293,4334,'Attempts','1'),(18294,4334,'ClientIP','\"27.147.201.228\"'),(18295,4334,'UserAgent','\"\"'),(18296,4334,'CurrentUserID','0'),(18297,4335,'Attempts','1'),(18298,4335,'ClientIP','\"109.66.139.211\"'),(18299,4335,'UserAgent','\"\"'),(18300,4335,'CurrentUserID','0'),(18301,4336,'Attempts','1'),(18302,4336,'ClientIP','\"149.78.25.88\"'),(18303,4336,'UserAgent','\"\"'),(18304,4336,'CurrentUserID','0'),(18305,4337,'Attempts','1'),(18306,4337,'ClientIP','\"84.236.167.69\"'),(18307,4337,'UserAgent','\"\"'),(18308,4337,'CurrentUserID','0'),(18309,4338,'Attempts','1'),(18310,4338,'ClientIP','\"87.68.54.169\"'),(18311,4338,'UserAgent','\"\"'),(18312,4338,'CurrentUserID','0'),(18313,4339,'Attempts','1'),(18314,4339,'ClientIP','\"159.224.246.214\"'),(18315,4339,'UserAgent','\"\"'),(18316,4339,'CurrentUserID','0'),(18317,4340,'Attempts','1'),(18318,4340,'ClientIP','\"85.75.135.147\"'),(18319,4340,'UserAgent','\"\"'),(18320,4340,'CurrentUserID','0'),(18321,4341,'Attempts','1'),(18322,4341,'ClientIP','\"95.180.96.214\"'),(18323,4341,'UserAgent','\"\"'),(18324,4341,'CurrentUserID','0'),(18325,4342,'Attempts','1'),(18326,4342,'ClientIP','\"108.16.204.37\"'),(18327,4342,'UserAgent','\"\"'),(18328,4342,'CurrentUserID','0'),(18329,4343,'Attempts','1'),(18330,4343,'ClientIP','\"46.59.255.53\"'),(18331,4343,'UserAgent','\"\"'),(18332,4343,'CurrentUserID','0'),(18333,4344,'Attempts','1'),(18334,4344,'ClientIP','\"119.93.151.186\"'),(18335,4344,'UserAgent','\"\"'),(18336,4344,'CurrentUserID','0'),(18337,4345,'Attempts','1'),(18338,4346,'Attempts','1'),(18339,4345,'ClientIP','\"37.187.129.166\"'),(18340,4346,'ClientIP','\"65.183.154.104\"'),(18341,4345,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(18342,4346,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(18343,4345,'CurrentUserID','0'),(18344,4346,'CurrentUserID','0'),(18345,4347,'Attempts','2'),(18346,4347,'ClientIP','\"77.109.141.138\"'),(18347,4347,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(18348,4347,'CurrentUserID','0'),(18349,4348,'Attempts','1'),(18350,4348,'ClientIP','\"50.7.139.180\"'),(18351,4348,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(18352,4348,'CurrentUserID','0'),(18353,4349,'Attempts','1'),(18354,4349,'ClientIP','\"91.213.8.84\"'),(18355,4349,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(18356,4349,'CurrentUserID','0'),(18357,4350,'Attempts','1'),(18358,4350,'ClientIP','\"46.186.160.206\"'),(18359,4350,'UserAgent','\"\"'),(18360,4350,'CurrentUserID','0'),(18361,4351,'Attempts','1'),(18362,4351,'ClientIP','\"31.14.218.84\"'),(18363,4351,'UserAgent','\"\"'),(18364,4351,'CurrentUserID','0'),(18365,4352,'Attempts','1'),(18366,4352,'ClientIP','\"103.243.40.211\"'),(18367,4352,'UserAgent','\"\"'),(18368,4352,'CurrentUserID','0'),(18369,4353,'Attempts','1'),(18370,4353,'ClientIP','\"101.50.126.78\"'),(18371,4353,'UserAgent','\"\"'),(18372,4353,'CurrentUserID','0'),(18373,4354,'Attempts','1'),(18374,4354,'ClientIP','\"182.185.27.205\"'),(18375,4354,'UserAgent','\"\"'),(18376,4354,'CurrentUserID','0'),(18377,4355,'Attempts','1'),(18378,4355,'ClientIP','\"197.210.203.186\"'),(18379,4355,'UserAgent','\"\"'),(18380,4355,'CurrentUserID','0'),(18381,4356,'Attempts','1'),(18382,4356,'ClientIP','\"95.180.43.157\"'),(18383,4356,'UserAgent','\"\"'),(18384,4356,'CurrentUserID','0'),(18385,4357,'Attempts','1'),(18386,4357,'ClientIP','\"175.101.67.146\"'),(18387,4357,'UserAgent','\"\"'),(18388,4357,'CurrentUserID','0'),(18389,4358,'Attempts','1'),(18390,4358,'ClientIP','\"193.226.203.10\"'),(18391,4358,'UserAgent','\"\"'),(18392,4358,'CurrentUserID','0'),(18393,4359,'Attempts','1'),(18394,4359,'ClientIP','\"78.96.204.115\"'),(18395,4359,'UserAgent','\"\"'),(18396,4359,'CurrentUserID','0'),(18397,4360,'Attempts','1'),(18398,4360,'ClientIP','\"14.192.215.45\"'),(18399,4360,'UserAgent','\"\"'),(18400,4360,'CurrentUserID','0'),(18401,4361,'Attempts','1'),(18402,4361,'ClientIP','\"120.28.41.188\"'),(18403,4361,'UserAgent','\"\"'),(18404,4361,'CurrentUserID','0'),(18405,4362,'Attempts','1'),(18406,4362,'ClientIP','\"182.185.47.188\"'),(18407,4362,'UserAgent','\"\"'),(18408,4362,'CurrentUserID','0'),(18409,4363,'Attempts','3'),(18410,4363,'ClientIP','\"92.83.153.37\"'),(18411,4363,'UserAgent','\"\"'),(18412,4363,'CurrentUserID','0'),(18413,4364,'Attempts','1'),(18414,4364,'ClientIP','\"94.21.49.1\"'),(18415,4364,'UserAgent','\"\"'),(18416,4364,'CurrentUserID','0'),(18417,4365,'Attempts','2'),(18418,4365,'ClientIP','\"193.201.227.83\"'),(18419,4365,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(18420,4365,'CurrentUserID','0'),(18421,4366,'Attempts','2'),(18422,4366,'ClientIP','\"2.50.163.150\"'),(18423,4366,'UserAgent','\"\"'),(18424,4366,'CurrentUserID','0'),(18425,4367,'Attempts','1'),(18426,4367,'ClientIP','\"41.228.17.54\"'),(18427,4367,'UserAgent','\"\"'),(18428,4367,'CurrentUserID','0'),(18429,4368,'Attempts','1'),(18430,4368,'ClientIP','\"197.88.47.212\"'),(18431,4368,'UserAgent','\"\"'),(18432,4368,'CurrentUserID','0'),(18433,4369,'Attempts','1'),(18434,4369,'ClientIP','\"185.5.6.250\"'),(18435,4369,'UserAgent','\"\"'),(18436,4369,'CurrentUserID','0'),(18437,4370,'Attempts','1'),(18438,4370,'ClientIP','\"176.73.220.85\"'),(18439,4370,'UserAgent','\"\"'),(18440,4370,'CurrentUserID','0'),(18441,4371,'Attempts','1'),(18442,4371,'ClientIP','\"92.222.113.177\"'),(18443,4371,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(18444,4371,'CurrentUserID','0'),(18445,4372,'Attempts','1'),(18446,4372,'ClientIP','\"198.51.75.165\"'),(18447,4372,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(18448,4372,'CurrentUserID','0'),(18449,4373,'Attempts','1'),(18450,4373,'ClientIP','\"176.31.51.199\"'),(18451,4373,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(18452,4373,'CurrentUserID','0'),(18453,4374,'Attempts','1'),(18454,4374,'ClientIP','\"176.10.99.202\"'),(18455,4374,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(18456,4374,'CurrentUserID','0'),(18457,4375,'Attempts','1'),(18458,4375,'ClientIP','\"79.114.213.180\"'),(18459,4375,'UserAgent','\"\"'),(18460,4375,'CurrentUserID','0'),(18461,4376,'Attempts','1'),(18462,4376,'ClientIP','\"188.254.206.142\"'),(18463,4376,'UserAgent','\"\"'),(18464,4376,'CurrentUserID','0'),(18465,4377,'Attempts','1'),(18466,4377,'ClientIP','\"79.116.30.190\"'),(18467,4377,'UserAgent','\"\"'),(18468,4377,'CurrentUserID','0'),(18469,4378,'Attempts','1'),(18470,4378,'ClientIP','\"31.41.91.130\"'),(18471,4378,'UserAgent','\"\"'),(18472,4378,'CurrentUserID','0'),(18473,4379,'Attempts','1'),(18474,4379,'ClientIP','\"178.223.154.164\"'),(18475,4379,'UserAgent','\"\"'),(18476,4379,'CurrentUserID','0'),(18477,4380,'Attempts','1'),(18478,4380,'ClientIP','\"85.250.56.61\"'),(18479,4380,'UserAgent','\"\"'),(18480,4380,'CurrentUserID','0'),(18481,4381,'Attempts','1'),(18482,4381,'ClientIP','\"46.176.65.195\"'),(18483,4381,'UserAgent','\"\"'),(18484,4381,'CurrentUserID','0'),(18485,4382,'Attempts','1'),(18486,4382,'ClientIP','\"78.60.161.202\"'),(18487,4382,'UserAgent','\"\"'),(18488,4382,'CurrentUserID','0'),(18489,4383,'Attempts','1'),(18490,4383,'ClientIP','\"213.55.89.249\"'),(18491,4383,'UserAgent','\"\"'),(18492,4383,'CurrentUserID','0'),(18493,4384,'Attempts','1'),(18494,4384,'ClientIP','\"190.232.64.29\"'),(18495,4384,'UserAgent','\"\"'),(18496,4384,'CurrentUserID','0'),(18497,4385,'Attempts','1'),(18498,4385,'ClientIP','\"201.248.123.125\"'),(18499,4385,'UserAgent','\"\"'),(18500,4385,'CurrentUserID','0'),(18501,4386,'Attempts','1'),(18502,4386,'ClientIP','\"89.42.95.14\"'),(18503,4386,'UserAgent','\"\"'),(18504,4386,'CurrentUserID','0'),(18505,4387,'Attempts','1'),(18506,4387,'ClientIP','\"79.186.32.175\"'),(18507,4387,'UserAgent','\"\"'),(18508,4387,'CurrentUserID','0'),(18509,4388,'Attempts','1'),(18510,4388,'ClientIP','\"186.121.84.36\"'),(18511,4388,'UserAgent','\"\"'),(18512,4388,'CurrentUserID','0'),(18513,4389,'Attempts','1'),(18514,4389,'ClientIP','\"2.50.163.150\"'),(18515,4389,'UserAgent','\"\"'),(18516,4389,'CurrentUserID','0'),(18517,4390,'Attempts','6'),(18518,4390,'ClientIP','\"193.201.227.83\"'),(18519,4390,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(18520,4390,'CurrentUserID','0'),(18521,4391,'Attempts','1'),(18522,4391,'ClientIP','\"112.208.145.226\"'),(18523,4391,'UserAgent','\"\"'),(18524,4391,'CurrentUserID','0'),(18525,4392,'Attempts','1'),(18526,4393,'Attempts','1'),(18527,4392,'ClientIP','\"77.247.181.165\"'),(18528,4393,'ClientIP','\"78.193.103.77\"'),(18529,4392,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(18530,4393,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(18531,4392,'CurrentUserID','0'),(18532,4393,'CurrentUserID','0'),(18533,4394,'Attempts','1'),(18534,4394,'ClientIP','\"178.63.97.34\"'),(18535,4395,'Attempts','1'),(18536,4394,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(18537,4395,'ClientIP','\"31.220.42.170\"'),(18538,4394,'CurrentUserID','0'),(18539,4395,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(18540,4395,'CurrentUserID','0'),(18541,4396,'Attempts','1'),(18542,4396,'ClientIP','\"209.159.148.190\"'),(18543,4396,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(18544,4396,'CurrentUserID','0'),(18545,4397,'Attempts','1'),(18546,4397,'ClientIP','\"46.99.18.161\"'),(18547,4397,'UserAgent','\"\"'),(18548,4397,'CurrentUserID','0'),(18549,4398,'Attempts','1'),(18550,4398,'ClientIP','\"103.239.170.1\"'),(18551,4398,'UserAgent','\"\"'),(18552,4398,'CurrentUserID','0'),(18553,4399,'Attempts','1'),(18554,4399,'ClientIP','\"59.181.100.153\"'),(18555,4399,'UserAgent','\"\"'),(18556,4399,'CurrentUserID','0'),(18557,4400,'Attempts','1'),(18558,4400,'ClientIP','\"62.193.152.66\"'),(18559,4400,'UserAgent','\"\"'),(18560,4400,'CurrentUserID','0'),(18561,4401,'Attempts','1'),(18562,4401,'ClientIP','\"49.149.83.154\"'),(18563,4401,'UserAgent','\"\"'),(18564,4401,'CurrentUserID','0'),(18565,4402,'Attempts','1'),(18566,4402,'ClientIP','\"146.255.68.44\"'),(18567,4402,'UserAgent','\"\"'),(18568,4402,'CurrentUserID','0'),(18569,4403,'Attempts','1'),(18570,4403,'ClientIP','\"178.220.146.65\"'),(18571,4403,'UserAgent','\"\"'),(18572,4403,'CurrentUserID','0'),(18573,4404,'Attempts','2'),(18574,4404,'ClientIP','\"100.8.68.217\"'),(18575,4404,'UserAgent','\"\"'),(18576,4404,'CurrentUserID','0'),(18577,4405,'Attempts','1'),(18578,4405,'ClientIP','\"124.41.238.59\"'),(18579,4405,'UserAgent','\"\"'),(18580,4405,'CurrentUserID','0'),(18581,4406,'Attempts','1'),(18582,4406,'ClientIP','\"109.80.48.45\"'),(18583,4406,'UserAgent','\"\"'),(18584,4406,'CurrentUserID','0'),(18585,4407,'Attempts','1'),(18586,4407,'ClientIP','\"190.98.229.178\"'),(18587,4407,'UserAgent','\"\"'),(18588,4407,'CurrentUserID','0'),(18589,4408,'Attempts','1'),(18590,4408,'ClientIP','\"112.207.224.239\"'),(18591,4408,'UserAgent','\"\"'),(18592,4408,'CurrentUserID','0'),(18593,4409,'Attempts','1'),(18594,4409,'ClientIP','\"180.232.69.70\"'),(18595,4409,'UserAgent','\"\"'),(18596,4409,'CurrentUserID','0'),(18597,4410,'Attempts','1'),(18598,4410,'ClientIP','\"79.119.233.130\"'),(18599,4410,'UserAgent','\"\"'),(18600,4410,'CurrentUserID','0'),(18601,4411,'Attempts','1'),(18602,4411,'ClientIP','\"158.181.223.110\"'),(18603,4411,'UserAgent','\"\"'),(18604,4411,'CurrentUserID','0'),(18605,4412,'Attempts','1'),(18606,4412,'ClientIP','\"176.109.8.65\"'),(18607,4412,'UserAgent','\"\"'),(18608,4412,'CurrentUserID','0'),(18609,4413,'Attempts','1'),(18610,4413,'ClientIP','\"93.115.95.207\"'),(18611,4413,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(18612,4413,'CurrentUserID','0'),(18613,4414,'Attempts','1'),(18614,4414,'ClientIP','\"149.202.63.25\"'),(18615,4414,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(18616,4414,'CurrentUserID','0'),(18617,4415,'Attempts','1'),(18618,4415,'ClientIP','\"178.20.55.18\"'),(18619,4415,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(18620,4415,'CurrentUserID','0'),(18621,4416,'Attempts','1'),(18622,4416,'ClientIP','\"62.210.105.116\"'),(18623,4416,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(18624,4416,'CurrentUserID','0'),(18625,4417,'Attempts','1'),(18626,4417,'ClientIP','\"95.128.43.164\"'),(18627,4417,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(18628,4417,'CurrentUserID','0'),(18629,4418,'Attempts','1'),(18630,4418,'ClientIP','\"86.121.170.141\"'),(18631,4418,'UserAgent','\"\"'),(18632,4418,'CurrentUserID','0'),(18633,4419,'Attempts','2'),(18634,4419,'ClientIP','\"109.92.95.85\"'),(18635,4419,'UserAgent','\"\"'),(18636,4419,'CurrentUserID','0'),(18637,4420,'Attempts','1'),(18638,4420,'ClientIP','\"197.9.227.90\"'),(18639,4420,'UserAgent','\"\"'),(18640,4420,'CurrentUserID','0'),(18641,4421,'Attempts','1'),(18642,4421,'ClientIP','\"196.205.205.123\"'),(18643,4421,'UserAgent','\"\"'),(18644,4421,'CurrentUserID','0'),(18645,4422,'Attempts','1'),(18646,4422,'ClientIP','\"46.121.84.218\"'),(18647,4422,'UserAgent','\"\"'),(18648,4422,'CurrentUserID','0'),(18649,4423,'Attempts','1'),(18650,4423,'ClientIP','\"46.99.53.156\"'),(18651,4423,'UserAgent','\"\"'),(18652,4423,'CurrentUserID','0'),(18653,4424,'Attempts','1'),(18654,4424,'ClientIP','\"79.113.122.113\"'),(18655,4424,'UserAgent','\"\"'),(18656,4424,'CurrentUserID','0'),(18657,4425,'Attempts','1'),(18658,4425,'ClientIP','\"95.86.40.79\"'),(18659,4425,'UserAgent','\"\"'),(18660,4425,'CurrentUserID','0'),(18661,4426,'Attempts','1'),(18662,4426,'ClientIP','\"94.176.159.90\"'),(18663,4426,'UserAgent','\"\"'),(18664,4426,'CurrentUserID','0'),(18665,4427,'Attempts','1'),(18666,4427,'ClientIP','\"5.55.160.7\"'),(18667,4427,'UserAgent','\"\"'),(18668,4427,'CurrentUserID','0'),(18669,4428,'Attempts','1'),(18670,4428,'Username','\"wsaaus15\"'),(18671,4428,'CurrentUserRoles','[\"administrator\"]'),(18672,4428,'ClientIP','\"54.187.32.254\"'),(18673,4428,'UserAgent','\"Mozilla\\/5.0 (compatible; Googlebot\\/2.1; +http:\\/\\/www.google.com\\/bot.html)\"'),(18674,4429,'Attempts','10'),(18675,4429,'ClientIP','\"54.187.32.254\"'),(18676,4429,'UserAgent','\"Mozilla\\/5.0 (compatible; Googlebot\\/2.1; +http:\\/\\/www.google.com\\/bot.html)\"'),(18677,4429,'CurrentUserID','0'),(18678,4430,'Attempts','1'),(18679,4430,'ClientIP','\"85.238.78.56\"'),(18680,4430,'UserAgent','\"\"'),(18681,4430,'CurrentUserID','0'),(18682,4431,'Attempts','2'),(18683,4431,'ClientIP','\"197.89.35.182\"'),(18684,4431,'UserAgent','\"\"'),(18685,4431,'CurrentUserID','0'),(18686,4432,'Attempts','1'),(18687,4432,'ClientIP','\"103.224.37.6\"'),(18688,4432,'UserAgent','\"\"'),(18689,4432,'CurrentUserID','0'),(18690,4433,'Attempts','1'),(18691,4433,'ClientIP','\"109.93.162.21\"'),(18692,4433,'UserAgent','\"\"'),(18693,4433,'CurrentUserID','0'),(18694,4434,'Attempts','1'),(18695,4434,'ClientIP','\"178.67.10.155\"'),(18696,4434,'UserAgent','\"\"'),(18697,4434,'CurrentUserID','0'),(18698,4435,'PostID','474'),(18699,4435,'PostType','\"post\"'),(18700,4435,'PostTitle','\"Auto Draft\"'),(18701,4435,'ClientIP','\"10.30.65.102\"'),(18702,4435,'UserAgent','\"WordPress\\/4.2.5; http:\\/\\/www.wsaa.aero\"'),(18703,4435,'CurrentUserID','0'),(18704,4436,'Attempts','1'),(18705,4436,'ClientIP','\"2.51.139.138\"'),(18706,4436,'UserAgent','\"\"'),(18707,4436,'CurrentUserID','0'),(18708,4438,'Attempts','3'),(18709,4437,'Attempts','1'),(18710,4438,'ClientIP','\"92.222.113.177\"'),(18711,4437,'ClientIP','\"176.10.99.208\"'),(18712,4438,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(18713,4437,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(18714,4438,'CurrentUserID','0'),(18715,4437,'CurrentUserID','0'),(18716,4439,'Attempts','2'),(18717,4440,'Attempts','1'),(18718,4439,'ClientIP','\"91.109.247.173\"'),(18719,4440,'ClientIP','\"176.10.99.201\"'),(18720,4439,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(18721,4440,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(18722,4439,'CurrentUserID','0'),(18723,4440,'CurrentUserID','0'),(18724,4441,'Attempts','1'),(18725,4441,'ClientIP','\"109.65.13.152\"'),(18726,4441,'UserAgent','\"\"'),(18727,4441,'CurrentUserID','0'),(18728,4442,'Attempts','1'),(18729,4442,'ClientIP','\"41.182.146.216\"'),(18730,4442,'UserAgent','\"\"'),(18731,4442,'CurrentUserID','0'),(18732,4443,'Attempts','1'),(18733,4443,'ClientIP','\"37.27.38.139\"'),(18734,4443,'UserAgent','\"\"'),(18735,4443,'CurrentUserID','0'),(18736,4444,'Attempts','1'),(18737,4444,'ClientIP','\"89.164.155.93\"'),(18738,4444,'UserAgent','\"\"'),(18739,4444,'CurrentUserID','0'),(18740,4445,'Attempts','1'),(18741,4445,'ClientIP','\"188.36.129.217\"'),(18742,4445,'UserAgent','\"\"'),(18743,4445,'CurrentUserID','0'),(18744,4446,'Attempts','2'),(18745,4446,'ClientIP','\"177.200.79.158\"'),(18746,4446,'UserAgent','\"\"'),(18747,4446,'CurrentUserID','0'),(18748,4447,'Attempts','1'),(18749,4447,'ClientIP','\"139.0.35.198\"'),(18750,4447,'UserAgent','\"\"'),(18751,4447,'CurrentUserID','0'),(18752,4448,'Attempts','1'),(18753,4448,'ClientIP','\"124.43.162.42\"'),(18754,4448,'UserAgent','\"\"'),(18755,4448,'CurrentUserID','0'),(18756,4449,'Attempts','1'),(18757,4449,'ClientIP','\"117.203.121.149\"'),(18758,4449,'UserAgent','\"\"'),(18759,4449,'CurrentUserID','0'),(18760,4450,'Attempts','1'),(18761,4450,'ClientIP','\"93.103.73.164\"'),(18762,4450,'UserAgent','\"\"'),(18763,4450,'CurrentUserID','0'),(18764,4451,'Attempts','1'),(18765,4451,'ClientIP','\"88.252.31.70\"'),(18766,4451,'UserAgent','\"\"'),(18767,4451,'CurrentUserID','0'),(18768,4452,'Attempts','1'),(18769,4452,'ClientIP','\"78.191.68.114\"'),(18770,4452,'UserAgent','\"\"'),(18771,4452,'CurrentUserID','0'),(18772,4453,'Attempts','1'),(18773,4453,'ClientIP','\"77.97.72.197\"'),(18774,4453,'UserAgent','\"\"'),(18775,4453,'CurrentUserID','0'),(18776,4454,'Attempts','3'),(18777,4454,'ClientIP','\"178.137.163.110\"'),(18778,4454,'UserAgent','\"\"'),(18779,4454,'CurrentUserID','0'),(18780,4455,'Attempts','1'),(18781,4455,'ClientIP','\"178.138.35.102\"'),(18782,4455,'UserAgent','\"\"'),(18783,4455,'CurrentUserID','0'),(18784,4456,'Attempts','1'),(18785,4456,'ClientIP','\"90.10.242.139\"'),(18786,4456,'UserAgent','\"\"'),(18787,4456,'CurrentUserID','0'),(18788,4457,'Attempts','1'),(18789,4458,'Attempts','1'),(18790,4457,'ClientIP','\"77.247.181.162\"'),(18791,4458,'ClientIP','\"176.10.99.204\"'),(18792,4457,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(18793,4458,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(18794,4457,'CurrentUserID','0'),(18795,4458,'CurrentUserID','0'),(18796,4459,'Attempts','1'),(18797,4459,'ClientIP','\"95.130.11.147\"'),(18798,4459,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(18799,4459,'CurrentUserID','0'),(18800,4460,'Attempts','1'),(18801,4460,'ClientIP','\"92.83.138.30\"'),(18802,4460,'UserAgent','\"\"'),(18803,4460,'CurrentUserID','0'),(18804,4461,'Attempts','1'),(18805,4461,'ClientIP','\"178.220.188.99\"'),(18806,4461,'UserAgent','\"\"'),(18807,4461,'CurrentUserID','0'),(18808,4462,'Attempts','1'),(18809,4462,'ClientIP','\"45.64.139.46\"'),(18810,4462,'UserAgent','\"\"'),(18811,4462,'CurrentUserID','0'),(18812,4463,'Attempts','1'),(18813,4463,'ClientIP','\"49.148.234.114\"'),(18814,4463,'UserAgent','\"\"'),(18815,4463,'CurrentUserID','0'),(18816,4464,'Attempts','1'),(18817,4464,'ClientIP','\"41.182.76.252\"'),(18818,4464,'UserAgent','\"\"'),(18819,4464,'CurrentUserID','0'),(18820,4465,'Attempts','1'),(18821,4465,'ClientIP','\"94.21.49.1\"'),(18822,4465,'UserAgent','\"\"'),(18823,4465,'CurrentUserID','0'),(18824,4466,'Attempts','1'),(18825,4466,'ClientIP','\"120.28.41.188\"'),(18826,4466,'UserAgent','\"\"'),(18827,4466,'CurrentUserID','0'),(18828,4467,'Attempts','1'),(18829,4467,'ClientIP','\"86.120.28.83\"'),(18830,4467,'UserAgent','\"\"'),(18831,4467,'CurrentUserID','0'),(18832,4468,'Attempts','1'),(18833,4468,'ClientIP','\"46.59.163.205\"'),(18834,4468,'UserAgent','\"\"'),(18835,4468,'CurrentUserID','0'),(18836,4469,'Attempts','1'),(18837,4469,'ClientIP','\"41.140.52.47\"'),(18838,4469,'UserAgent','\"\"'),(18839,4469,'CurrentUserID','0'),(18840,4470,'Attempts','1'),(18841,4470,'ClientIP','\"5.238.254.239\"'),(18842,4470,'UserAgent','\"\"'),(18843,4470,'CurrentUserID','0'),(18844,4471,'Attempts','1'),(18845,4471,'ClientIP','\"5.71.163.168\"'),(18846,4471,'UserAgent','\"\"'),(18847,4471,'CurrentUserID','0'),(18848,4472,'Attempts','1'),(18849,4472,'ClientIP','\"151.30.88.18\"'),(18850,4472,'UserAgent','\"\"'),(18851,4472,'CurrentUserID','0'),(18852,4473,'Attempts','1'),(18853,4473,'ClientIP','\"178.223.91.95\"'),(18854,4473,'UserAgent','\"\"'),(18855,4473,'CurrentUserID','0'),(18856,4474,'Attempts','1'),(18857,4474,'ClientIP','\"88.252.209.46\"'),(18858,4474,'UserAgent','\"\"'),(18859,4474,'CurrentUserID','0'),(18860,4475,'Attempts','1'),(18861,4475,'ClientIP','\"109.97.239.199\"'),(18862,4475,'UserAgent','\"\"'),(18863,4475,'CurrentUserID','0'),(18864,4476,'Attempts','1'),(18865,4476,'ClientIP','\"35.0.127.52\"'),(18866,4476,'UserAgent','\"Parser::Template::Auto=CODE(0x9af9ad0)\"'),(18867,4476,'CurrentUserID','0'),(18868,4477,'Attempts','1'),(18869,4477,'ClientIP','\"178.162.193.213\"'),(18870,4477,'UserAgent','\"Parser::Template::Auto=CODE(0x88708c0)\"'),(18871,4477,'CurrentUserID','0'),(18872,4478,'Attempts','1'),(18873,4478,'ClientIP','\"77.247.181.165\"'),(18874,4478,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(18875,4478,'CurrentUserID','0'),(18876,4479,'Attempts','1'),(18877,4479,'ClientIP','\"199.127.226.150\"'),(18878,4479,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(18879,4479,'CurrentUserID','0'),(18880,4480,'Attempts','1'),(18881,4480,'ClientIP','\"149.202.42.188\"'),(18882,4480,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(18883,4480,'CurrentUserID','0'),(18884,4481,'Attempts','1'),(18885,4481,'ClientIP','\"31.220.4.187\"'),(18886,4481,'UserAgent','\"Parser::Template::Auto=CODE(0x8662068)\"'),(18887,4481,'CurrentUserID','0'),(18888,4482,'Attempts','1'),(18889,4482,'ClientIP','\"89.139.23.138\"'),(18890,4482,'UserAgent','\"\"'),(18891,4482,'CurrentUserID','0'),(18892,4483,'Attempts','1'),(18893,4483,'ClientIP','\"176.233.89.123\"'),(18894,4483,'UserAgent','\"\"'),(18895,4483,'CurrentUserID','0'),(18896,4484,'Attempts','1'),(18897,4484,'ClientIP','\"31.215.52.88\"'),(18898,4484,'UserAgent','\"\"'),(18899,4484,'CurrentUserID','0'),(18900,4485,'Attempts','1'),(18901,4485,'ClientIP','\"190.77.93.28\"'),(18902,4485,'UserAgent','\"\"'),(18903,4485,'CurrentUserID','0'),(18904,4486,'Attempts','1'),(18905,4486,'ClientIP','\"79.177.110.239\"'),(18906,4486,'UserAgent','\"\"'),(18907,4486,'CurrentUserID','0'),(18908,4487,'Attempts','1'),(18909,4487,'ClientIP','\"1.23.63.16\"'),(18910,4487,'UserAgent','\"\"'),(18911,4487,'CurrentUserID','0'),(18912,4488,'Attempts','1'),(18913,4488,'ClientIP','\"117.201.152.41\"'),(18914,4488,'UserAgent','\"\"'),(18915,4488,'CurrentUserID','0'),(18916,4489,'Attempts','2'),(18917,4489,'ClientIP','\"195.38.108.114\"'),(18918,4489,'UserAgent','\"\"'),(18919,4489,'CurrentUserID','0'),(18920,4490,'Attempts','1'),(18921,4490,'ClientIP','\"83.28.244.52\"'),(18922,4490,'UserAgent','\"\"'),(18923,4490,'CurrentUserID','0'),(18924,4491,'Attempts','1'),(18925,4491,'ClientIP','\"171.25.193.20\"'),(18926,4491,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(18927,4491,'CurrentUserID','0'),(18928,4492,'Attempts','1'),(18929,4492,'ClientIP','\"171.25.193.26\"'),(18930,4492,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(18931,4492,'CurrentUserID','0'),(18932,4493,'Attempts','1'),(18933,4493,'ClientIP','\"210.4.113.181\"'),(18934,4493,'UserAgent','\"\"'),(18935,4493,'CurrentUserID','0'),(18936,4494,'Attempts','2'),(18937,4494,'ClientIP','\"123.231.225.52\"'),(18938,4494,'UserAgent','\"\"'),(18939,4494,'CurrentUserID','0'),(18940,4495,'Attempts','1'),(18941,4495,'ClientIP','\"37.132.17.132\"'),(18942,4495,'UserAgent','\"\"'),(18943,4495,'CurrentUserID','0'),(18944,4496,'Attempts','1'),(18945,4496,'ClientIP','\"88.252.209.46\"'),(18946,4496,'UserAgent','\"\"'),(18947,4496,'CurrentUserID','0'),(18948,4497,'Attempts','1'),(18949,4497,'ClientIP','\"49.159.19.202\"'),(18950,4497,'UserAgent','\"\"'),(18951,4497,'CurrentUserID','0'),(18952,4498,'Attempts','1'),(18953,4498,'ClientIP','\"109.97.239.199\"'),(18954,4498,'UserAgent','\"\"'),(18955,4498,'CurrentUserID','0'),(18956,4499,'Attempts','1'),(18957,4499,'ClientIP','\"183.91.4.234\"'),(18958,4499,'UserAgent','\"\"'),(18959,4499,'CurrentUserID','0'),(18960,4500,'Attempts','1'),(18961,4500,'ClientIP','\"101.50.125.204\"'),(18962,4500,'UserAgent','\"\"'),(18963,4500,'CurrentUserID','0'),(18964,4501,'Attempts','1'),(18965,4501,'ClientIP','\"2.50.195.26\"'),(18966,4501,'UserAgent','\"\"'),(18967,4501,'CurrentUserID','0'),(18968,4502,'Attempts','2'),(18969,4502,'ClientIP','\"79.180.142.249\"'),(18970,4502,'UserAgent','\"\"'),(18971,4502,'CurrentUserID','0'),(18972,4503,'Attempts','1'),(18973,4503,'ClientIP','\"89.39.126.250\"'),(18974,4503,'UserAgent','\"\"'),(18975,4503,'CurrentUserID','0'),(18976,4504,'Attempts','1'),(18977,4504,'ClientIP','\"151.243.143.171\"'),(18978,4504,'UserAgent','\"\"'),(18979,4504,'CurrentUserID','0'),(18980,4505,'Attempts','1'),(18981,4505,'ClientIP','\"81.244.54.180\"'),(18982,4505,'UserAgent','\"\"'),(18983,4505,'CurrentUserID','0'),(18984,4506,'Attempts','1'),(18985,4506,'ClientIP','\"1.186.38.51\"'),(18986,4506,'UserAgent','\"\"'),(18987,4506,'CurrentUserID','0'),(18988,4507,'Attempts','1'),(18989,4507,'ClientIP','\"174.1.93.104\"'),(18990,4507,'UserAgent','\"\"'),(18991,4507,'CurrentUserID','0'),(18992,4508,'Attempts','1'),(18993,4508,'ClientIP','\"45.114.63.172\"'),(18994,4508,'UserAgent','\"\"'),(18995,4508,'CurrentUserID','0'),(18996,4509,'Attempts','1'),(18997,4509,'ClientIP','\"79.126.181.179\"'),(18998,4509,'UserAgent','\"\"'),(18999,4509,'CurrentUserID','0'),(19000,4510,'Attempts','1'),(19001,4510,'ClientIP','\"150.129.129.42\"'),(19002,4510,'UserAgent','\"\"'),(19003,4510,'CurrentUserID','0'),(19004,4511,'Attempts','1'),(19005,4511,'ClientIP','\"141.85.0.98\"'),(19006,4511,'UserAgent','\"\"'),(19007,4511,'CurrentUserID','0'),(19008,4512,'Attempts','1'),(19009,4512,'ClientIP','\"91.109.247.173\"'),(19010,4512,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(19011,4512,'CurrentUserID','0'),(19012,4513,'Attempts','1'),(19013,4513,'ClientIP','\"194.150.168.95\"'),(19014,4513,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(19015,4513,'CurrentUserID','0'),(19016,4514,'Attempts','1'),(19017,4514,'ClientIP','\"180.234.241.185\"'),(19018,4514,'UserAgent','\"\"'),(19019,4514,'CurrentUserID','0'),(19020,4515,'Attempts','1'),(19021,4515,'ClientIP','\"86.123.229.69\"'),(19022,4515,'UserAgent','\"\"'),(19023,4515,'CurrentUserID','0'),(19024,4516,'Attempts','1'),(19025,4516,'ClientIP','\"41.230.236.139\"'),(19026,4516,'UserAgent','\"\"'),(19027,4516,'CurrentUserID','0'),(19028,4517,'Attempts','1'),(19029,4517,'ClientIP','\"183.83.48.170\"'),(19030,4517,'UserAgent','\"\"'),(19031,4517,'CurrentUserID','0'),(19032,4518,'Attempts','1'),(19033,4518,'ClientIP','\"5.55.84.208\"'),(19034,4518,'UserAgent','\"\"'),(19035,4518,'CurrentUserID','0'),(19036,4519,'Attempts','1'),(19037,4519,'ClientIP','\"197.89.35.182\"'),(19038,4519,'UserAgent','\"\"'),(19039,4519,'CurrentUserID','0'),(19040,4520,'Attempts','1'),(19041,4520,'ClientIP','\"89.41.248.42\"'),(19042,4520,'UserAgent','\"\"'),(19043,4520,'CurrentUserID','0'),(19044,4521,'Attempts','1'),(19045,4521,'ClientIP','\"197.89.35.182\"'),(19046,4521,'UserAgent','\"\"'),(19047,4521,'CurrentUserID','0'),(19048,4522,'Attempts','1'),(19049,4523,'Attempts','1'),(19050,4522,'ClientIP','\"77.247.181.165\"'),(19051,4523,'ClientIP','\"46.39.102.2\"'),(19052,4522,'UserAgent','\"Parser::Template::Auto=CODE(0x9485888)\"'),(19053,4523,'UserAgent','\"Parser::Template::Auto=CODE(0x871d3e8)\"'),(19054,4522,'CurrentUserID','0'),(19055,4523,'CurrentUserID','0'),(19056,4524,'Attempts','1'),(19057,4524,'ClientIP','\"108.23.131.131\"'),(19058,4524,'UserAgent','\"\"'),(19059,4524,'CurrentUserID','0'),(19060,4525,'Attempts','1'),(19061,4525,'ClientIP','\"150.129.129.42\"'),(19062,4525,'UserAgent','\"\"'),(19063,4525,'CurrentUserID','0'),(19064,4526,'Attempts','1'),(19065,4526,'ClientIP','\"81.83.0.181\"'),(19066,4526,'UserAgent','\"\"'),(19067,4526,'CurrentUserID','0'),(19068,4527,'Attempts','1'),(19069,4527,'ClientIP','\"197.210.203.186\"'),(19070,4527,'UserAgent','\"\"'),(19071,4527,'CurrentUserID','0'),(19072,4528,'Attempts','8'),(19073,4528,'ClientIP','\"193.201.227.182\"'),(19074,4528,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(19075,4528,'CurrentUserID','0'),(19076,4529,'Attempts','1'),(19077,4529,'ClientIP','\"36.71.55.184\"'),(19078,4529,'UserAgent','\"\"'),(19079,4529,'CurrentUserID','0'),(19080,4530,'Attempts','1'),(19081,4530,'ClientIP','\"1.52.38.190\"'),(19082,4530,'UserAgent','\"\"'),(19083,4530,'CurrentUserID','0'),(19084,4531,'Attempts','1'),(19085,4531,'ClientIP','\"112.210.201.241\"'),(19086,4531,'UserAgent','\"\"'),(19087,4531,'CurrentUserID','0'),(19088,4532,'Attempts','1'),(19089,4532,'ClientIP','\"185.82.32.62\"'),(19090,4532,'UserAgent','\"\"'),(19091,4532,'CurrentUserID','0'),(19092,4533,'Attempts','1'),(19093,4533,'ClientIP','\"46.107.35.185\"'),(19094,4533,'UserAgent','\"\"'),(19095,4533,'CurrentUserID','0'),(19096,4534,'Attempts','1'),(19097,4534,'ClientIP','\"27.106.47.38\"'),(19098,4534,'UserAgent','\"\"'),(19099,4534,'CurrentUserID','0'),(19100,4535,'Attempts','1'),(19101,4535,'ClientIP','\"178.150.145.12\"'),(19102,4535,'UserAgent','\"\"'),(19103,4535,'CurrentUserID','0'),(19104,4536,'Attempts','1'),(19105,4536,'ClientIP','\"109.122.49.133\"'),(19106,4536,'UserAgent','\"\"'),(19107,4536,'CurrentUserID','0'),(19108,4537,'Attempts','1'),(19109,4537,'ClientIP','\"79.134.140.252\"'),(19110,4537,'UserAgent','\"\"'),(19111,4537,'CurrentUserID','0'),(19112,4538,'Attempts','1'),(19113,4538,'ClientIP','\"182.185.26.149\"'),(19114,4538,'UserAgent','\"\"'),(19115,4538,'CurrentUserID','0'),(19116,4539,'Attempts','1'),(19117,4539,'ClientIP','\"186.137.130.207\"'),(19118,4539,'UserAgent','\"\"'),(19119,4539,'CurrentUserID','0'),(19120,4540,'Attempts','1'),(19121,4540,'ClientIP','\"93.145.244.153\"'),(19122,4540,'UserAgent','\"\"'),(19123,4540,'CurrentUserID','0'),(19124,4541,'Attempts','1'),(19125,4541,'ClientIP','\"177.18.31.114\"'),(19126,4541,'UserAgent','\"\"'),(19127,4541,'CurrentUserID','0'),(19128,4542,'Attempts','\"10+\"'),(19129,4542,'ClientIP','\"54.165.130.69\"'),(19130,4542,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(19131,4542,'CurrentUserID','0'),(19132,4543,'Attempts','1'),(19133,4543,'ClientIP','\"79.178.220.125\"'),(19134,4543,'UserAgent','\"\"'),(19135,4543,'CurrentUserID','0'),(19136,4544,'Attempts','1'),(19137,4544,'ClientIP','\"123.231.225.52\"'),(19138,4544,'UserAgent','\"\"'),(19139,4544,'CurrentUserID','0'),(19140,4545,'Attempts','1'),(19141,4545,'ClientIP','\"77.36.81.102\"'),(19142,4545,'UserAgent','\"\"'),(19143,4545,'CurrentUserID','0'),(19144,4546,'Attempts','1'),(19145,4546,'ClientIP','\"46.197.197.218\"'),(19146,4546,'UserAgent','\"\"'),(19147,4546,'CurrentUserID','0'),(19148,4547,'Attempts','1'),(19149,4547,'ClientIP','\"176.73.15.70\"'),(19150,4547,'UserAgent','\"\"'),(19151,4547,'CurrentUserID','0'),(19152,4548,'Attempts','1'),(19153,4548,'ClientIP','\"117.206.163.37\"'),(19154,4548,'UserAgent','\"\"'),(19155,4548,'CurrentUserID','0'),(19156,4549,'Attempts','1'),(19157,4549,'ClientIP','\"178.234.89.109\"'),(19158,4549,'UserAgent','\"\"'),(19159,4549,'CurrentUserID','0'),(19160,4550,'Attempts','1'),(19161,4550,'ClientIP','\"94.132.236.233\"'),(19162,4550,'UserAgent','\"\"'),(19163,4550,'CurrentUserID','0'),(19164,4551,'Attempts','1'),(19165,4551,'ClientIP','\"109.96.6.231\"'),(19166,4551,'UserAgent','\"\"'),(19167,4551,'CurrentUserID','0'),(19168,4552,'Attempts','1'),(19169,4552,'ClientIP','\"31.11.95.223\"'),(19170,4552,'UserAgent','\"\"'),(19171,4552,'CurrentUserID','0'),(19172,4553,'Attempts','4'),(19173,4553,'ClientIP','\"193.201.227.182\"'),(19174,4553,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(19175,4553,'CurrentUserID','0'),(19176,4554,'Attempts','1'),(19177,4554,'ClientIP','\"180.190.102.107\"'),(19178,4554,'UserAgent','\"\"'),(19179,4554,'CurrentUserID','0'),(19180,4555,'Attempts','1'),(19181,4555,'ClientIP','\"176.73.15.70\"'),(19182,4555,'UserAgent','\"\"'),(19183,4555,'CurrentUserID','0'),(19184,4556,'Attempts','1'),(19185,4556,'ClientIP','\"78.167.157.253\"'),(19186,4556,'UserAgent','\"\"'),(19187,4556,'CurrentUserID','0'),(19188,4557,'Attempts','1'),(19189,4557,'ClientIP','\"186.137.130.207\"'),(19190,4557,'UserAgent','\"\"'),(19191,4557,'CurrentUserID','0'),(19192,4558,'Attempts','1'),(19193,4558,'ClientIP','\"118.71.18.112\"'),(19194,4558,'UserAgent','\"\"'),(19195,4558,'CurrentUserID','0'),(19196,4559,'Attempts','1'),(19197,4559,'ClientIP','\"175.101.67.146\"'),(19198,4559,'UserAgent','\"\"'),(19199,4559,'CurrentUserID','0'),(19200,4560,'Attempts','1'),(19201,4560,'ClientIP','\"108.23.131.131\"'),(19202,4560,'UserAgent','\"\"'),(19203,4560,'CurrentUserID','0'),(19204,4561,'Attempts','1'),(19205,4561,'ClientIP','\"122.52.24.197\"'),(19206,4561,'UserAgent','\"\"'),(19207,4561,'CurrentUserID','0'),(19208,4562,'Attempts','2'),(19209,4562,'ClientIP','\"115.76.100.123\"'),(19210,4562,'UserAgent','\"\"'),(19211,4562,'CurrentUserID','0'),(19212,4563,'Attempts','1'),(19213,4563,'ClientIP','\"114.108.221.35\"'),(19214,4563,'UserAgent','\"\"'),(19215,4563,'CurrentUserID','0'),(19216,4564,'Attempts','1'),(19217,4564,'ClientIP','\"92.83.134.120\"'),(19218,4564,'UserAgent','\"\"'),(19219,4564,'CurrentUserID','0'),(19220,4565,'Attempts','1'),(19221,4565,'ClientIP','\"133.209.252.123\"'),(19222,4565,'UserAgent','\"\"'),(19223,4565,'CurrentUserID','0'),(19224,4566,'Attempts','1'),(19225,4566,'ClientIP','\"77.221.4.82\"'),(19226,4566,'UserAgent','\"\"'),(19227,4566,'CurrentUserID','0'),(19228,4567,'Attempts','1'),(19229,4567,'ClientIP','\"197.117.83.122\"'),(19230,4567,'UserAgent','\"\"'),(19231,4567,'CurrentUserID','0'),(19232,4568,'Attempts','1'),(19233,4568,'ClientIP','\"125.0.16.46\"'),(19234,4568,'UserAgent','\"\"'),(19235,4568,'CurrentUserID','0'),(19236,4569,'Attempts','1'),(19237,4569,'ClientIP','\"197.88.104.208\"'),(19238,4569,'UserAgent','\"\"'),(19239,4569,'CurrentUserID','0'),(19240,4570,'Attempts','1'),(19241,4570,'ClientIP','\"120.28.41.188\"'),(19242,4570,'UserAgent','\"\"'),(19243,4570,'CurrentUserID','0'),(19244,4571,'Attempts','1'),(19245,4571,'ClientIP','\"123.136.255.186\"'),(19246,4571,'UserAgent','\"\"'),(19247,4571,'CurrentUserID','0'),(19248,4572,'Attempts','3'),(19249,4572,'ClientIP','\"31.184.236.80\"'),(19250,4572,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:24.0) Gecko\\/20100101 Firefox\\/24.0\"'),(19251,4572,'CurrentUserID','0'),(19252,4573,'Attempts','1'),(19253,4573,'ClientIP','\"37.132.17.132\"'),(19254,4573,'UserAgent','\"\"'),(19255,4573,'CurrentUserID','0'),(19256,4574,'Attempts','1'),(19257,4574,'ClientIP','\"185.43.191.104\"'),(19258,4574,'UserAgent','\"\"'),(19259,4574,'CurrentUserID','0'),(19260,4575,'Attempts','1'),(19261,4575,'ClientIP','\"24.133.122.19\"'),(19262,4575,'UserAgent','\"\"'),(19263,4575,'CurrentUserID','0'),(19264,4576,'Attempts','1'),(19265,4576,'ClientIP','\"81.103.69.233\"'),(19266,4576,'UserAgent','\"\"'),(19267,4576,'CurrentUserID','0'),(19268,4577,'Attempts','1'),(19269,4577,'ClientIP','\"5.83.122.110\"'),(19270,4577,'UserAgent','\"\"'),(19271,4577,'CurrentUserID','0'),(19272,4578,'Attempts','1'),(19273,4578,'ClientIP','\"91.206.211.201\"'),(19274,4578,'UserAgent','\"\"'),(19275,4578,'CurrentUserID','0'),(19276,4579,'Attempts','1'),(19277,4579,'ClientIP','\"89.205.6.58\"'),(19278,4579,'UserAgent','\"\"'),(19279,4579,'CurrentUserID','0'),(19280,4580,'Attempts','1'),(19281,4580,'ClientIP','\"79.115.221.142\"'),(19282,4580,'UserAgent','\"\"'),(19283,4580,'CurrentUserID','0'),(19284,4581,'Attempts','1'),(19285,4581,'ClientIP','\"92.83.110.105\"'),(19286,4581,'UserAgent','\"\"'),(19287,4581,'CurrentUserID','0'),(19288,4582,'Attempts','1'),(19289,4582,'ClientIP','\"31.154.91.34\"'),(19290,4582,'UserAgent','\"\"'),(19291,4582,'CurrentUserID','0'),(19292,4583,'Attempts','1'),(19293,4583,'ClientIP','\"189.19.183.246\"'),(19294,4583,'UserAgent','\"\"'),(19295,4583,'CurrentUserID','0'),(19296,4584,'Attempts','1'),(19297,4584,'ClientIP','\"94.68.6.215\"'),(19298,4584,'UserAgent','\"\"'),(19299,4584,'CurrentUserID','0'),(19300,4585,'Attempts','1'),(19301,4585,'ClientIP','\"192.0.213.107\"'),(19302,4585,'UserAgent','\"\"'),(19303,4585,'CurrentUserID','0'),(19304,4586,'Attempts','9'),(19305,4586,'ClientIP','\"31.184.236.80\"'),(19306,4586,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; WOW64; rv:24.0) Gecko\\/20100101 Firefox\\/24.0\"'),(19307,4586,'CurrentUserID','0'),(19308,4587,'Attempts','1'),(19309,4587,'ClientIP','\"171.5.199.157\"'),(19310,4587,'UserAgent','\"\"'),(19311,4587,'CurrentUserID','0'),(19312,4588,'Attempts','2'),(19313,4588,'ClientIP','\"196.31.40.34\"'),(19314,4588,'UserAgent','\"\"'),(19315,4588,'CurrentUserID','0'),(19316,4589,'Attempts','1'),(19317,4589,'ClientIP','\"103.42.126.176\"'),(19318,4589,'UserAgent','\"\"'),(19319,4589,'CurrentUserID','0'),(19320,4590,'Attempts','1'),(19321,4590,'ClientIP','\"117.208.50.163\"'),(19322,4590,'UserAgent','\"\"'),(19323,4590,'CurrentUserID','0'),(19324,4591,'Attempts','1'),(19325,4591,'ClientIP','\"79.119.57.171\"'),(19326,4591,'UserAgent','\"\"'),(19327,4591,'CurrentUserID','0'),(19328,4592,'Attempts','1'),(19329,4592,'ClientIP','\"180.191.111.228\"'),(19330,4592,'UserAgent','\"\"'),(19331,4592,'CurrentUserID','0'),(19332,4593,'Attempts','1'),(19333,4593,'ClientIP','\"217.119.117.131\"'),(19334,4593,'UserAgent','\"\"'),(19335,4593,'CurrentUserID','0'),(19336,4594,'Attempts','1'),(19337,4594,'ClientIP','\"86.100.58.105\"'),(19338,4594,'UserAgent','\"\"'),(19339,4594,'CurrentUserID','0'),(19340,4595,'Attempts','1'),(19341,4595,'ClientIP','\"110.227.83.4\"'),(19342,4595,'UserAgent','\"\"'),(19343,4595,'CurrentUserID','0'),(19344,4596,'Attempts','1'),(19345,4596,'ClientIP','\"197.88.47.124\"'),(19346,4596,'UserAgent','\"\"'),(19347,4596,'CurrentUserID','0'),(19348,4597,'Attempts','1'),(19349,4597,'ClientIP','\"223.223.134.222\"'),(19350,4597,'UserAgent','\"\"'),(19351,4597,'CurrentUserID','0'),(19352,4598,'Attempts','1'),(19353,4598,'ClientIP','\"181.59.254.184\"'),(19354,4598,'UserAgent','\"\"'),(19355,4598,'CurrentUserID','0'),(19356,4599,'Attempts','1'),(19357,4599,'ClientIP','\"177.39.37.188\"'),(19358,4599,'UserAgent','\"\"'),(19359,4599,'CurrentUserID','0'),(19360,4600,'Attempts','1'),(19361,4600,'ClientIP','\"95.86.40.79\"'),(19362,4600,'UserAgent','\"\"'),(19363,4600,'CurrentUserID','0'),(19364,4601,'Attempts','1'),(19365,4601,'ClientIP','\"190.78.131.214\"'),(19366,4601,'UserAgent','\"\"'),(19367,4601,'CurrentUserID','0'),(19368,4602,'Attempts','1'),(19369,4602,'ClientIP','\"41.133.135.28\"'),(19370,4602,'UserAgent','\"\"'),(19371,4602,'CurrentUserID','0'),(19372,4603,'Attempts','1'),(19373,4603,'ClientIP','\"176.106.226.185\"'),(19374,4603,'UserAgent','\"\"'),(19375,4603,'CurrentUserID','0'),(19376,4604,'Attempts','1'),(19377,4604,'ClientIP','\"77.235.135.17\"'),(19378,4604,'UserAgent','\"\"'),(19379,4604,'CurrentUserID','0'),(19380,4605,'Attempts','1'),(19381,4605,'ClientIP','\"186.123.136.75\"'),(19382,4605,'UserAgent','\"\"'),(19383,4605,'CurrentUserID','0'),(19384,4606,'Attempts','1'),(19385,4606,'ClientIP','\"109.63.43.98\"'),(19386,4606,'UserAgent','\"\"'),(19387,4606,'CurrentUserID','0'),(19388,4607,'Attempts','1'),(19389,4607,'ClientIP','\"81.196.11.227\"'),(19390,4607,'UserAgent','\"\"'),(19391,4607,'CurrentUserID','0'),(19392,4608,'Attempts','1'),(19393,4608,'ClientIP','\"2.49.140.123\"'),(19394,4608,'UserAgent','\"\"'),(19395,4608,'CurrentUserID','0'),(19396,4609,'Attempts','\"10+\"'),(19397,4609,'ClientIP','\"94.137.229.178\"'),(19398,4609,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0; rv:14.0) Gecko\\/20100101 Firefox\\/14.0.1\"'),(19399,4609,'CurrentUserID','0'),(19400,4610,'Attempts','1'),(19401,4610,'ClientIP','\"39.50.186.120\"'),(19402,4610,'UserAgent','\"\"'),(19403,4610,'CurrentUserID','0'),(19404,4611,'Attempts','1'),(19405,4611,'ClientIP','\"121.54.44.95\"'),(19406,4611,'UserAgent','\"\"'),(19407,4611,'CurrentUserID','0'),(19408,4612,'Attempts','1'),(19409,4612,'ClientIP','\"124.104.80.185\"'),(19410,4612,'UserAgent','\"\"'),(19411,4612,'CurrentUserID','0'),(19412,4613,'Attempts','1'),(19413,4613,'ClientIP','\"103.26.52.126\"'),(19414,4613,'UserAgent','\"\"'),(19415,4613,'CurrentUserID','0'),(19416,4614,'Attempts','1'),(19417,4614,'ClientIP','\"103.255.4.7\"'),(19418,4614,'UserAgent','\"\"'),(19419,4614,'CurrentUserID','0'),(19420,4615,'Attempts','1'),(19421,4615,'ClientIP','\"39.41.249.35\"'),(19422,4615,'UserAgent','\"\"'),(19423,4615,'CurrentUserID','0'),(19424,4616,'Attempts','1'),(19425,4616,'ClientIP','\"194.61.58.90\"'),(19426,4616,'UserAgent','\"\"'),(19427,4616,'CurrentUserID','0'),(19428,4617,'Attempts','1'),(19429,4617,'ClientIP','\"176.32.192.230\"'),(19430,4617,'UserAgent','\"\"'),(19431,4617,'CurrentUserID','0'),(19432,4618,'Attempts','1'),(19433,4618,'ClientIP','\"31.41.91.130\"'),(19434,4618,'UserAgent','\"\"'),(19435,4618,'CurrentUserID','0'),(19436,4619,'Attempts','1'),(19437,4619,'ClientIP','\"88.201.213.238\"'),(19438,4619,'UserAgent','\"\"'),(19439,4619,'CurrentUserID','0'),(19440,4620,'Attempts','1'),(19441,4620,'ClientIP','\"146.255.68.159\"'),(19442,4620,'UserAgent','\"\"'),(19443,4620,'CurrentUserID','0'),(19444,4621,'Attempts','1'),(19445,4621,'ClientIP','\"176.40.169.76\"'),(19446,4621,'UserAgent','\"\"'),(19447,4621,'CurrentUserID','0'),(19448,4622,'Attempts','1'),(19449,4622,'ClientIP','\"41.228.17.54\"'),(19450,4622,'UserAgent','\"\"'),(19451,4622,'CurrentUserID','0'),(19452,4623,'Attempts','1'),(19453,4623,'ClientIP','\"198.84.231.184\"'),(19454,4623,'UserAgent','\"\"'),(19455,4623,'CurrentUserID','0'),(19456,4624,'Attempts','1'),(19457,4624,'ClientIP','\"37.15.184.188\"'),(19458,4624,'UserAgent','\"\"'),(19459,4624,'CurrentUserID','0'),(19460,4625,'Attempts','1'),(19461,4625,'ClientIP','\"182.178.78.3\"'),(19462,4625,'UserAgent','\"\"'),(19463,4625,'CurrentUserID','0'),(19464,4626,'Attempts','1'),(19465,4626,'ClientIP','\"123.231.225.52\"'),(19466,4626,'UserAgent','\"\"'),(19467,4626,'CurrentUserID','0'),(19468,4627,'Attempts','1'),(19469,4627,'ClientIP','\"118.137.154.111\"'),(19470,4627,'UserAgent','\"\"'),(19471,4627,'CurrentUserID','0'),(19472,4628,'Attempts','3'),(19473,4628,'ClientIP','\"31.184.236.80\"'),(19474,4628,'UserAgent','\"Opera\\/9.80 (Android; Opera Mini\\/7.5.54678\\/28.2555; U; ru) Presto\\/2.10.289 Version\\/12.02\"'),(19475,4628,'CurrentUserID','0'),(19476,4629,'Attempts','1'),(19477,4629,'ClientIP','\"85.55.253.38\"'),(19478,4629,'UserAgent','\"\"'),(19479,4629,'CurrentUserID','0'),(19480,4630,'Attempts','4'),(19481,4630,'ClientIP','\"193.201.227.182\"'),(19482,4630,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(19483,4630,'CurrentUserID','0'),(19484,4631,'Attempts','1'),(19485,4631,'ClientIP','\"79.112.72.226\"'),(19486,4631,'UserAgent','\"\"'),(19487,4631,'CurrentUserID','0'),(19488,4632,'Attempts','2'),(19489,4632,'ClientIP','\"79.126.141.130\"'),(19490,4632,'UserAgent','\"\"'),(19491,4632,'CurrentUserID','0'),(19492,4633,'Attempts','1'),(19493,4633,'ClientIP','\"87.68.33.212\"'),(19494,4633,'UserAgent','\"\"'),(19495,4633,'CurrentUserID','0'),(19496,4634,'Attempts','1'),(19497,4634,'ClientIP','\"151.243.160.42\"'),(19498,4634,'UserAgent','\"\"'),(19499,4634,'CurrentUserID','0'),(19500,4635,'Attempts','1'),(19501,4635,'ClientIP','\"188.36.179.104\"'),(19502,4635,'UserAgent','\"\"'),(19503,4635,'CurrentUserID','0'),(19504,4636,'Attempts','1'),(19505,4636,'ClientIP','\"217.71.47.90\"'),(19506,4636,'UserAgent','\"\"'),(19507,4636,'CurrentUserID','0'),(19508,4637,'Attempts','1'),(19509,4637,'ClientIP','\"93.86.175.177\"'),(19510,4637,'UserAgent','\"\"'),(19511,4637,'CurrentUserID','0'),(19512,4638,'Attempts','1'),(19513,4638,'ClientIP','\"88.228.119.95\"'),(19514,4638,'UserAgent','\"\"'),(19515,4638,'CurrentUserID','0'),(19516,4639,'Attempts','1'),(19517,4639,'ClientIP','\"180.92.134.103\"'),(19518,4639,'UserAgent','\"\"'),(19519,4639,'CurrentUserID','0'),(19520,4640,'Attempts','1'),(19521,4640,'ClientIP','\"46.40.22.106\"'),(19522,4640,'UserAgent','\"\"'),(19523,4640,'CurrentUserID','0'),(19524,4641,'Attempts','1'),(19525,4641,'ClientIP','\"178.67.15.249\"'),(19526,4641,'UserAgent','\"\"'),(19527,4641,'CurrentUserID','0'),(19528,4642,'Attempts','1'),(19529,4642,'ClientIP','\"186.137.130.207\"'),(19530,4642,'UserAgent','\"\"'),(19531,4642,'CurrentUserID','0'),(19532,4643,'Attempts','9'),(19533,4643,'ClientIP','\"31.184.236.80\"'),(19534,4643,'UserAgent','\"Opera\\/9.80 (Windows NT 6.1); U) Presto\\/2.9.168 Version\\/11.50\"'),(19535,4643,'CurrentUserID','0'),(19536,4644,'Attempts','\"10+\"'),(19537,4644,'ClientIP','\"180.150.227.246\"'),(19538,4644,'UserAgent','\"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)\"'),(19539,4644,'CurrentUserID','0'),(19540,4645,'Attempts','1'),(19541,4645,'ClientIP','\"94.227.120.209\"'),(19542,4645,'UserAgent','\"\"'),(19543,4645,'CurrentUserID','0'),(19544,4646,'Attempts','8'),(19545,4646,'ClientIP','\"193.201.227.182\"'),(19546,4646,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(19547,4646,'CurrentUserID','0'),(19548,4647,'Attempts','1'),(19549,4647,'ClientIP','\"202.5.150.61\"'),(19550,4647,'UserAgent','\"\"'),(19551,4647,'CurrentUserID','0'),(19552,4648,'Attempts','1'),(19553,4648,'ClientIP','\"59.181.100.153\"'),(19554,4648,'UserAgent','\"\"'),(19555,4648,'CurrentUserID','0'),(19556,4649,'Attempts','1'),(19557,4649,'ClientIP','\"176.106.226.4\"'),(19558,4649,'UserAgent','\"\"'),(19559,4649,'CurrentUserID','0'),(19560,4650,'Attempts','1'),(19561,4650,'ClientIP','\"223.223.133.196\"'),(19562,4650,'UserAgent','\"\"'),(19563,4650,'CurrentUserID','0'),(19564,4651,'Attempts','1'),(19565,4651,'ClientIP','\"27.106.47.38\"'),(19566,4651,'UserAgent','\"\"'),(19567,4651,'CurrentUserID','0'),(19568,4652,'Attempts','1'),(19569,4652,'ClientIP','\"93.118.164.70\"'),(19570,4652,'UserAgent','\"\"'),(19571,4652,'CurrentUserID','0'),(19572,4653,'Attempts','1'),(19573,4653,'ClientIP','\"85.232.214.198\"'),(19574,4653,'UserAgent','\"\"'),(19575,4653,'CurrentUserID','0'),(19576,4654,'Attempts','1'),(19577,4654,'ClientIP','\"151.250.49.132\"'),(19578,4654,'UserAgent','\"\"'),(19579,4654,'CurrentUserID','0'),(19580,4655,'Attempts','1'),(19581,4655,'ClientIP','\"5.9.36.66\"'),(19582,4655,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/29.0.1547.66 Safari\\/537.36\"'),(19583,4655,'CurrentUserID','0'),(19584,4656,'Attempts','2'),(19585,4656,'Username','\"wsaaus15\"'),(19586,4656,'CurrentUserRoles','[\"administrator\"]'),(19587,4656,'ClientIP','\"173.254.203.85\"'),(19588,4656,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(19589,4657,'Attempts','2'),(19590,4657,'ClientIP','\"173.254.203.85\"'),(19591,4657,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(19592,4657,'CurrentUserID','0'),(19593,4658,'Attempts','1'),(19594,4658,'ClientIP','\"188.50.129.152\"'),(19595,4658,'UserAgent','\"\"'),(19596,4658,'CurrentUserID','0'),(19597,4659,'Attempts','1'),(19598,4659,'ClientIP','\"46.107.35.185\"'),(19599,4659,'UserAgent','\"\"'),(19600,4659,'CurrentUserID','0'),(19601,4660,'Attempts','1'),(19602,4660,'ClientIP','\"112.207.240.119\"'),(19603,4660,'UserAgent','\"\"'),(19604,4660,'CurrentUserID','0'),(19605,4661,'Attempts','1'),(19606,4661,'ClientIP','\"35.0.127.52\"'),(19607,4661,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:11.0) Gecko\\/20100101 Firefox\\/11.0\"'),(19608,4661,'CurrentUserID','0'),(19609,4662,'Attempts','1'),(19610,4662,'ClientIP','\"46.182.106.190\"'),(19611,4662,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"'),(19612,4662,'CurrentUserID','0'),(19613,4663,'Attempts','1'),(19614,4663,'ClientIP','\"178.220.150.56\"'),(19615,4663,'UserAgent','\"\"'),(19616,4663,'CurrentUserID','0'),(19617,4664,'Attempts','1'),(19618,4664,'ClientIP','\"109.63.43.98\"'),(19619,4664,'UserAgent','\"\"'),(19620,4664,'CurrentUserID','0'),(19621,4665,'Attempts','1'),(19622,4665,'ClientIP','\"121.99.37.225\"'),(19623,4665,'UserAgent','\"\"'),(19624,4665,'CurrentUserID','0'),(19625,4666,'Attempts','1'),(19626,4666,'ClientIP','\"78.56.91.111\"'),(19627,4666,'UserAgent','\"\"'),(19628,4666,'CurrentUserID','0'),(19629,4667,'Attempts','1'),(19630,4667,'ClientIP','\"179.24.64.3\"'),(19631,4667,'UserAgent','\"\"'),(19632,4667,'CurrentUserID','0'),(19633,4668,'Attempts','1'),(19634,4668,'ClientIP','\"62.81.66.66\"'),(19635,4668,'UserAgent','\"\"'),(19636,4668,'CurrentUserID','0'),(19637,4669,'Attempts','1'),(19638,4669,'ClientIP','\"109.93.58.53\"'),(19639,4669,'UserAgent','\"\"'),(19640,4669,'CurrentUserID','0'),(19641,4670,'Attempts','1'),(19642,4670,'ClientIP','\"77.109.141.138\"'),(19643,4670,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"'),(19644,4670,'CurrentUserID','0'),(19645,4671,'Attempts','1'),(19646,4671,'ClientIP','\"91.219.236.218\"'),(19647,4671,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/535.11 (KHTML like Gecko) Chrome\\/17.0.963.56 Safari\\/535.11\"'),(19648,4671,'CurrentUserID','0'),(19649,4672,'Attempts','1'),(19650,4672,'ClientIP','\"88.201.213.238\"'),(19651,4672,'UserAgent','\"\"'),(19652,4672,'CurrentUserID','0'),(19653,4673,'Attempts','1'),(19654,4673,'ClientIP','\"188.71.246.184\"'),(19655,4673,'UserAgent','\"\"'),(19656,4673,'CurrentUserID','0'),(19657,4674,'Attempts','1'),(19658,4674,'ClientIP','\"210.4.113.181\"'),(19659,4674,'UserAgent','\"\"'),(19660,4674,'CurrentUserID','0'),(19661,4675,'Attempts','1'),(19662,4675,'ClientIP','\"189.5.140.247\"'),(19663,4675,'UserAgent','\"\"'),(19664,4675,'CurrentUserID','0'),(19665,4676,'Attempts','1'),(19666,4676,'ClientIP','\"93.41.179.181\"'),(19667,4676,'UserAgent','\"\"'),(19668,4676,'CurrentUserID','0'),(19669,4677,'Attempts','1'),(19670,4677,'ClientIP','\"209.95.35.112\"'),(19671,4677,'UserAgent','\"\"'),(19672,4677,'CurrentUserID','0'),(19673,4678,'Attempts','1'),(19674,4678,'ClientIP','\"46.165.230.5\"'),(19675,4678,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(19676,4678,'CurrentUserID','0'),(19677,4679,'Attempts','1'),(19678,4679,'ClientIP','\"112.209.181.52\"'),(19679,4679,'UserAgent','\"\"'),(19680,4679,'CurrentUserID','0'),(19681,4680,'Attempts','1'),(19682,4680,'ClientIP','\"146.255.68.234\"'),(19683,4680,'UserAgent','\"\"'),(19684,4680,'CurrentUserID','0'),(19685,4681,'Attempts','2'),(19686,4682,'Attempts','1'),(19687,4681,'ClientIP','\"176.31.51.199\"'),(19688,4682,'ClientIP','\"5.9.36.66\"'),(19689,4681,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.22 (KHTML like Gecko) Chrome\\/25.0.1364.152 Safari\\/537.22\"'),(19690,4682,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.154 Safari\\/537.36\"'),(19691,4681,'CurrentUserID','0'),(19692,4682,'CurrentUserID','0'),(19693,4683,'Attempts','1'),(19694,4683,'ClientIP','\"49.144.32.123\"'),(19695,4683,'UserAgent','\"\"'),(19696,4683,'CurrentUserID','0'),(19697,4684,'Attempts','2'),(19698,4684,'Username','\"wsaaus15\"'),(19699,4684,'CurrentUserRoles','[\"administrator\"]'),(19700,4684,'ClientIP','\"108.186.194.147\"'),(19701,4684,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(19702,4685,'Attempts','2'),(19703,4685,'ClientIP','\"108.186.194.147\"'),(19704,4685,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(19705,4685,'CurrentUserID','0'),(19706,4686,'Attempts','1'),(19707,4686,'ClientIP','\"39.50.186.120\"'),(19708,4686,'UserAgent','\"\"'),(19709,4686,'CurrentUserID','0'),(19710,4687,'Attempts','1'),(19711,4687,'ClientIP','\"2.51.139.138\"'),(19712,4687,'UserAgent','\"\"'),(19713,4687,'CurrentUserID','0'),(19714,4689,'Attempts','1'),(19715,4688,'Attempts','1'),(19716,4689,'ClientIP','\"171.25.193.20\"'),(19717,4688,'ClientIP','\"185.62.188.14\"'),(19718,4689,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.116 Safari\\/537.36\"'),(19719,4688,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.117 Safari\\/537.36\"'),(19720,4689,'CurrentUserID','0'),(19721,4688,'CurrentUserID','0'),(19722,4690,'Attempts','1'),(19723,4690,'ClientIP','\"46.121.251.112\"'),(19724,4690,'UserAgent','\"\"'),(19725,4690,'CurrentUserID','0'),(19726,4691,'Attempts','1'),(19727,4691,'ClientIP','\"68.132.109.70\"'),(19728,4691,'UserAgent','\"\"'),(19729,4691,'CurrentUserID','0'),(19730,4692,'Attempts','1'),(19731,4692,'ClientIP','\"95.49.71.37\"'),(19732,4692,'UserAgent','\"\"'),(19733,4692,'CurrentUserID','0'),(19734,4693,'Attempts','1'),(19735,4693,'ClientIP','\"78.90.175.95\"'),(19736,4693,'UserAgent','\"\"'),(19737,4693,'CurrentUserID','0'),(19738,4694,'Attempts','2'),(19739,4694,'ClientIP','\"84.74.164.213\"'),(19740,4694,'UserAgent','\"\"'),(19741,4694,'CurrentUserID','0'),(19742,4695,'Attempts','1'),(19743,4695,'ClientIP','\"79.116.29.75\"'),(19744,4695,'UserAgent','\"\"'),(19745,4695,'CurrentUserID','0'),(19746,4696,'Attempts','1'),(19747,4696,'ClientIP','\"77.247.181.162\"'),(19748,4696,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.95 Safari\\/537.36\"'),(19749,4696,'CurrentUserID','0'),(19750,4697,'Attempts','1'),(19751,4697,'ClientIP','\"139.195.36.172\"'),(19752,4697,'UserAgent','\"\"'),(19753,4697,'CurrentUserID','0'),(19754,4698,'Attempts','1'),(19755,4698,'ClientIP','\"188.241.227.117\"'),(19756,4698,'UserAgent','\"\"'),(19757,4698,'CurrentUserID','0'),(19758,4699,'Attempts','1'),(19759,4699,'ClientIP','\"180.151.18.25\"'),(19760,4699,'UserAgent','\"\"'),(19761,4699,'CurrentUserID','0'),(19762,4700,'Attempts','1'),(19763,4700,'ClientIP','\"84.109.90.4\"'),(19764,4700,'UserAgent','\"\"'),(19765,4700,'CurrentUserID','0'),(19766,4701,'Attempts','1'),(19767,4701,'ClientIP','\"198.50.200.143\"'),(19768,4701,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)\"'),(19769,4701,'CurrentUserID','0'),(19770,4702,'Attempts','1'),(19771,4702,'ClientIP','\"217.23.7.229\"'),(19772,4702,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:26.0) Gecko\\/20100101 Firefox\\/26.0\"'),(19773,4702,'CurrentUserID','0'),(19774,4703,'Attempts','1'),(19775,4703,'ClientIP','\"77.109.141.138\"'),(19776,4703,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(19777,4703,'CurrentUserID','0'),(19778,4704,'Attempts','1'),(19779,4704,'ClientIP','\"117.212.189.147\"'),(19780,4704,'UserAgent','\"\"'),(19781,4704,'CurrentUserID','0'),(19782,4705,'Attempts','1'),(19783,4705,'ClientIP','\"81.103.69.233\"'),(19784,4705,'UserAgent','\"\"'),(19785,4705,'CurrentUserID','0'),(19786,4706,'Attempts','2'),(19787,4706,'ClientIP','\"5.197.167.246\"'),(19788,4706,'UserAgent','\"\"'),(19789,4706,'CurrentUserID','0'),(19790,4707,'Attempts','1'),(19791,4707,'ClientIP','\"5.197.213.73\"'),(19792,4707,'UserAgent','\"\"'),(19793,4707,'CurrentUserID','0'),(19794,4708,'Attempts','1'),(19795,4708,'ClientIP','\"217.119.117.131\"'),(19796,4708,'UserAgent','\"\"'),(19797,4708,'CurrentUserID','0'),(19798,4709,'Attempts','1'),(19799,4709,'ClientIP','\"175.142.136.162\"'),(19800,4709,'UserAgent','\"\"'),(19801,4709,'CurrentUserID','0'),(19802,4710,'Attempts','1'),(19803,4710,'ClientIP','\"35.0.127.52\"'),(19804,4710,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.72 Safari\\/537.36\"'),(19805,4710,'CurrentUserID','0'),(19806,4711,'Attempts','1'),(19807,4711,'ClientIP','\"86.25.84.225\"'),(19808,4711,'UserAgent','\"\"'),(19809,4711,'CurrentUserID','0'),(19810,4712,'Attempts','1'),(19811,4712,'ClientIP','\"62.175.182.2\"'),(19812,4712,'UserAgent','\"\"'),(19813,4712,'CurrentUserID','0'),(19814,4713,'Attempts','1'),(19815,4713,'ClientIP','\"178.220.56.168\"'),(19816,4713,'UserAgent','\"\"'),(19817,4713,'CurrentUserID','0'),(19818,4714,'Attempts','1'),(19819,4714,'ClientIP','\"78.29.182.98\"'),(19820,4714,'UserAgent','\"\"'),(19821,4714,'CurrentUserID','0'),(19822,4715,'Attempts','1'),(19823,4715,'ClientIP','\"84.108.193.206\"'),(19824,4715,'UserAgent','\"\"'),(19825,4715,'CurrentUserID','0'),(19826,4716,'Attempts','3'),(19827,4716,'ClientIP','\"193.201.227.83\"'),(19828,4716,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(19829,4716,'CurrentUserID','0'),(19830,4717,'Attempts','\"10+\"'),(19831,4717,'ClientIP','\"193.201.227.83\"'),(19832,4717,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(19833,4717,'CurrentUserID','0'),(19834,4718,'Attempts','1'),(19835,4718,'ClientIP','\"178.217.187.39\"'),(19836,4718,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"'),(19837,4718,'CurrentUserID','0'),(19838,4719,'Attempts','1'),(19839,4719,'ClientIP','\"5.79.68.161\"'),(19840,4719,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.1 (KHTML like Gecko) Chrome\\/21.0.1180.49 Safari\\/537.1\"'),(19841,4719,'CurrentUserID','0'),(19842,4720,'Attempts','1'),(19843,4720,'ClientIP','\"85.245.242.72\"'),(19844,4720,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.117 Safari\\/537.36\"'),(19845,4720,'CurrentUserID','0'),(19846,4721,'Attempts','1'),(19847,4721,'ClientIP','\"176.10.104.243\"'),(19848,4722,'Attempts','1'),(19849,4721,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/535.19 (KHTML like Gecko) Chrome\\/18.0.1025.162 Safari\\/535.19\"'),(19850,4722,'ClientIP','\"192.99.2.137\"'),(19851,4721,'CurrentUserID','0'),(19852,4722,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:26.0) Gecko\\/20100101 Firefox\\/26.0\"'),(19853,4722,'CurrentUserID','0'),(19854,4723,'Attempts','1'),(19855,4723,'ClientIP','\"81.182.149.27\"'),(19856,4723,'UserAgent','\"\"'),(19857,4723,'CurrentUserID','0'),(19858,4724,'Attempts','1'),(19859,4724,'ClientIP','\"93.103.73.164\"'),(19860,4724,'UserAgent','\"\"'),(19861,4724,'CurrentUserID','0'),(19862,4725,'Attempts','1'),(19863,4725,'ClientIP','\"178.220.201.93\"'),(19864,4725,'UserAgent','\"\"'),(19865,4725,'CurrentUserID','0'),(19866,4726,'Attempts','1'),(19867,4726,'ClientIP','\"197.89.35.182\"'),(19868,4726,'UserAgent','\"\"'),(19869,4726,'CurrentUserID','0'),(19870,4727,'Attempts','1'),(19871,4727,'ClientIP','\"95.92.136.95\"'),(19872,4727,'UserAgent','\"\"'),(19873,4727,'CurrentUserID','0'),(19874,4728,'Attempts','1'),(19875,4728,'ClientIP','\"95.86.39.165\"'),(19876,4728,'UserAgent','\"\"'),(19877,4728,'CurrentUserID','0'),(19878,4729,'Attempts','1'),(19879,4729,'ClientIP','\"223.207.227.47\"'),(19880,4729,'UserAgent','\"\"'),(19881,4729,'CurrentUserID','0'),(19882,4730,'Attempts','1'),(19883,4730,'ClientIP','\"109.94.227.45\"'),(19884,4730,'UserAgent','\"\"'),(19885,4730,'CurrentUserID','0'),(19886,4731,'Attempts','1'),(19887,4731,'ClientIP','\"37.27.18.52\"'),(19888,4731,'UserAgent','\"\"'),(19889,4731,'CurrentUserID','0'),(19890,4732,'Attempts','1'),(19891,4732,'ClientIP','\"109.79.151.164\"'),(19892,4732,'UserAgent','\"\"'),(19893,4732,'CurrentUserID','0'),(19894,4733,'Attempts','1'),(19895,4733,'ClientIP','\"194.166.79.60\"'),(19896,4733,'UserAgent','\"\"'),(19897,4733,'CurrentUserID','0'),(19898,4734,'Attempts','1'),(19899,4734,'ClientIP','\"92.87.13.201\"'),(19900,4734,'UserAgent','\"\"'),(19901,4734,'CurrentUserID','0'),(19902,4735,'Attempts','1'),(19903,4735,'ClientIP','\"212.235.23.158\"'),(19904,4735,'UserAgent','\"\"'),(19905,4735,'CurrentUserID','0'),(19906,4736,'Attempts','1'),(19907,4736,'ClientIP','\"198.50.200.143\"'),(19908,4736,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.71 Safari\\/537.36\"'),(19909,4736,'CurrentUserID','0'),(19910,4737,'Attempts','1'),(19911,4737,'ClientIP','\"82.166.22.135\"'),(19912,4737,'UserAgent','\"\"'),(19913,4737,'CurrentUserID','0'),(19914,4738,'Attempts','1'),(19915,4738,'ClientIP','\"77.105.57.58\"'),(19916,4738,'UserAgent','\"\"'),(19917,4738,'CurrentUserID','0'),(19918,4739,'Attempts','1'),(19919,4739,'ClientIP','\"24.133.82.148\"'),(19920,4739,'UserAgent','\"\"'),(19921,4739,'CurrentUserID','0'),(19922,4740,'Attempts','1'),(19923,4740,'ClientIP','\"37.142.64.27\"'),(19924,4740,'UserAgent','\"\"'),(19925,4740,'CurrentUserID','0'),(19926,4741,'Attempts','1'),(19927,4741,'ClientIP','\"210.212.219.11\"'),(19928,4741,'UserAgent','\"\"'),(19929,4741,'CurrentUserID','0'),(19930,4742,'Attempts','1'),(19931,4742,'ClientIP','\"175.137.139.91\"'),(19932,4742,'UserAgent','\"\"'),(19933,4742,'CurrentUserID','0'),(19934,4743,'Attempts','1'),(19935,4744,'Attempts','1'),(19936,4743,'ClientIP','\"5.196.66.162\"'),(19937,4744,'ClientIP','\"5.196.72.100\"'),(19938,4744,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/536.11 (KHTML like Gecko) Chrome\\/20.0.1132.57 Safari\\/536.11\"'),(19939,4743,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.110 Safari\\/537.36\"'),(19940,4743,'CurrentUserID','0'),(19941,4744,'CurrentUserID','0'),(19942,4745,'Attempts','1'),(19943,4745,'ClientIP','\"37.203.94.60\"'),(19944,4745,'UserAgent','\"\"'),(19945,4745,'CurrentUserID','0'),(19946,4746,'Attempts','3'),(19947,4746,'ClientIP','\"193.201.227.182\"'),(19948,4746,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(19949,4746,'CurrentUserID','0'),(19950,4747,'Attempts','1'),(19951,4747,'ClientIP','\"93.48.103.205\"'),(19952,4747,'UserAgent','\"\"'),(19953,4747,'CurrentUserID','0'),(19954,4748,'Attempts','1'),(19955,4748,'ClientIP','\"31.184.236.80\"'),(19956,4748,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\"'),(19957,4748,'CurrentUserID','0'),(19958,4749,'Attempts','1'),(19959,4749,'ClientIP','\"86.100.58.105\"'),(19960,4749,'UserAgent','\"\"'),(19961,4749,'CurrentUserID','0'),(19962,4750,'Attempts','1'),(19963,4750,'ClientIP','\"192.168.0.15\"'),(19964,4750,'UserAgent','\"\"'),(19965,4750,'CurrentUserID','0'),(19966,4751,'Attempts','1'),(19967,4751,'ClientIP','\"116.14.9.79\"'),(19968,4751,'UserAgent','\"\"'),(19969,4751,'CurrentUserID','0'),(19970,4752,'Attempts','1'),(19971,4752,'ClientIP','\"119.95.176.57\"'),(19972,4752,'UserAgent','\"\"'),(19973,4752,'CurrentUserID','0'),(19974,4753,'Attempts','1'),(19975,4753,'ClientIP','\"35.0.127.52\"'),(19976,4754,'Attempts','1'),(19977,4753,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.63 Safari\\/537.36\"'),(19978,4754,'ClientIP','\"77.247.181.163\"'),(19979,4753,'CurrentUserID','0'),(19980,4754,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/536.5 (KHTML like Gecko) Chrome\\/19.0.1084.52 Safari\\/536.5\"'),(19981,4754,'CurrentUserID','0'),(19982,4755,'Attempts','1'),(19983,4755,'ClientIP','\"151.230.203.107\"'),(19984,4755,'UserAgent','\"\"'),(19985,4755,'CurrentUserID','0'),(19986,4756,'Attempts','2'),(19987,4756,'ClientIP','\"193.201.227.83\"'),(19988,4756,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(19989,4756,'CurrentUserID','0'),(19990,4757,'Attempts','1'),(19991,4757,'ClientIP','\"37.27.59.195\"'),(19992,4757,'UserAgent','\"\"'),(19993,4757,'CurrentUserID','0'),(19994,4758,'Attempts','9'),(19995,4758,'ClientIP','\"193.201.227.182\"'),(19996,4758,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(19997,4758,'CurrentUserID','0'),(19998,4759,'Attempts','1'),(19999,4759,'ClientIP','\"119.95.176.57\"'),(20000,4759,'UserAgent','\"\"'),(20001,4759,'CurrentUserID','0'),(20002,4760,'Attempts','1'),(20003,4760,'ClientIP','\"77.173.49.17\"'),(20004,4760,'UserAgent','\"\"'),(20005,4760,'CurrentUserID','0'),(20006,4761,'Attempts','1'),(20007,4761,'ClientIP','\"94.189.134.120\"'),(20008,4761,'UserAgent','\"\"'),(20009,4761,'CurrentUserID','0'),(20010,4762,'Attempts','1'),(20011,4762,'ClientIP','\"95.180.127.210\"'),(20012,4762,'UserAgent','\"\"'),(20013,4762,'CurrentUserID','0'),(20014,4763,'Attempts','1'),(20015,4763,'ClientIP','\"5.55.44.0\"'),(20016,4763,'UserAgent','\"\"'),(20017,4763,'CurrentUserID','0'),(20018,4764,'Attempts','10'),(20019,4764,'ClientIP','\"31.184.236.80\"'),(20020,4764,'UserAgent','\"Opera\\/9.80 (J2ME\\/MIDP; Opera Mini\\/7.1.23511\\/28.2555; U; ru) Presto\\/2.10.181 Version\\/12.00\"'),(20021,4764,'CurrentUserID','0'),(20022,4765,'Attempts','1'),(20023,4765,'ClientIP','\"119.95.152.108\"'),(20024,4765,'UserAgent','\"\"'),(20025,4765,'CurrentUserID','0'),(20026,4766,'Attempts','1'),(20027,4766,'ClientIP','\"109.163.234.7\"'),(20028,4766,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(20029,4766,'CurrentUserID','0'),(20030,4767,'Attempts','1'),(20031,4767,'ClientIP','\"112.204.89.74\"'),(20032,4767,'UserAgent','\"\"'),(20033,4767,'CurrentUserID','0'),(20034,4768,'Attempts','1'),(20035,4768,'ClientIP','\"49.204.226.194\"'),(20036,4768,'UserAgent','\"\"'),(20037,4768,'CurrentUserID','0'),(20038,4769,'Attempts','1'),(20039,4769,'ClientIP','\"115.134.189.187\"'),(20040,4769,'UserAgent','\"\"'),(20041,4769,'CurrentUserID','0'),(20042,4770,'Attempts','1'),(20043,4770,'ClientIP','\"111.91.17.71\"'),(20044,4770,'UserAgent','\"\"'),(20045,4770,'CurrentUserID','0'),(20046,4771,'Attempts','1'),(20047,4771,'ClientIP','\"193.169.80.51\"'),(20048,4771,'UserAgent','\"\"'),(20049,4771,'CurrentUserID','0'),(20050,4772,'Attempts','1'),(20051,4772,'ClientIP','\"37.187.129.166\"'),(20052,4772,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.154 Safari\\/537.36\"'),(20053,4772,'CurrentUserID','0'),(20054,4773,'Attempts','1'),(20055,4773,'ClientIP','\"91.109.247.173\"'),(20056,4773,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.31 (KHTML like Gecko) Chrome\\/26.0.1410.64 Safari\\/537.31\"'),(20057,4773,'CurrentUserID','0'),(20058,4774,'Attempts','1'),(20059,4774,'ClientIP','\"171.5.119.57\"'),(20060,4774,'UserAgent','\"\"'),(20061,4774,'CurrentUserID','0'),(20062,4775,'Attempts','1'),(20063,4775,'ClientIP','\"41.230.108.124\"'),(20064,4775,'UserAgent','\"\"'),(20065,4775,'CurrentUserID','0'),(20066,4776,'Attempts','1'),(20067,4776,'ClientIP','\"197.200.95.211\"'),(20068,4776,'UserAgent','\"\"'),(20069,4776,'CurrentUserID','0'),(20070,4777,'Attempts','1'),(20071,4777,'ClientIP','\"92.87.58.71\"'),(20072,4777,'UserAgent','\"\"'),(20073,4777,'CurrentUserID','0'),(20074,4778,'Attempts','1'),(20075,4778,'ClientIP','\"95.211.229.158\"'),(20076,4778,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"'),(20077,4778,'CurrentUserID','0'),(20078,4779,'Attempts','1'),(20079,4779,'ClientIP','\"216.17.101.79\"'),(20080,4779,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko\\/20100101 Firefox\\/24.0\"'),(20081,4779,'CurrentUserID','0'),(20082,4780,'Attempts','1'),(20083,4780,'ClientIP','\"178.83.110.26\"'),(20084,4780,'UserAgent','\"\"'),(20085,4780,'CurrentUserID','0'),(20086,4781,'Attempts','1'),(20087,4781,'ClientIP','\"87.6.49.18\"'),(20088,4781,'UserAgent','\"\"'),(20089,4781,'CurrentUserID','0'),(20090,4782,'Attempts','1'),(20091,4782,'ClientIP','\"188.142.226.87\"'),(20092,4782,'UserAgent','\"\"'),(20093,4782,'CurrentUserID','0'),(20094,4783,'Attempts','1'),(20095,4783,'ClientIP','\"177.148.161.179\"'),(20096,4783,'UserAgent','\"\"'),(20097,4783,'CurrentUserID','0'),(20098,4784,'Attempts','1'),(20099,4784,'ClientIP','\"197.38.246.233\"'),(20100,4784,'UserAgent','\"\"'),(20101,4784,'CurrentUserID','0'),(20102,4785,'Attempts','1'),(20103,4785,'ClientIP','\"79.191.242.45\"'),(20104,4785,'UserAgent','\"\"'),(20105,4785,'CurrentUserID','0'),(20106,4786,'Attempts','1'),(20107,4786,'ClientIP','\"81.45.135.255\"'),(20108,4786,'UserAgent','\"\"'),(20109,4786,'CurrentUserID','0'),(20110,4787,'Attempts','1'),(20111,4787,'ClientIP','\"95.236.184.106\"'),(20112,4787,'UserAgent','\"\"'),(20113,4787,'CurrentUserID','0'),(20114,4788,'Attempts','1'),(20115,4788,'ClientIP','\"125.24.77.183\"'),(20116,4788,'UserAgent','\"\"'),(20117,4788,'CurrentUserID','0'),(20118,4789,'Attempts','1'),(20119,4789,'ClientIP','\"211.196.78.248\"'),(20120,4789,'UserAgent','\"\"'),(20121,4789,'CurrentUserID','0'),(20122,4790,'Attempts','1'),(20123,4790,'ClientIP','\"122.172.78.110\"'),(20124,4790,'UserAgent','\"\"'),(20125,4790,'CurrentUserID','0'),(20126,4791,'Attempts','1'),(20127,4791,'ClientIP','\"123.23.67.86\"'),(20128,4791,'UserAgent','\"\"'),(20129,4791,'CurrentUserID','0'),(20130,4792,'Attempts','1'),(20131,4792,'ClientIP','\"59.178.187.169\"'),(20132,4792,'UserAgent','\"\"'),(20133,4792,'CurrentUserID','0'),(20134,4793,'Attempts','1'),(20135,4793,'ClientIP','\"49.159.19.202\"'),(20136,4793,'UserAgent','\"\"'),(20137,4793,'CurrentUserID','0'),(20138,4794,'Attempts','1'),(20139,4794,'ClientIP','\"81.103.69.233\"'),(20140,4794,'UserAgent','\"\"'),(20141,4794,'CurrentUserID','0'),(20142,4795,'Attempts','1'),(20143,4795,'ClientIP','\"78.61.241.53\"'),(20144,4795,'UserAgent','\"\"'),(20145,4795,'CurrentUserID','0'),(20146,4796,'Attempts','1'),(20147,4796,'ClientIP','\"176.221.190.108\"'),(20148,4796,'UserAgent','\"\"'),(20149,4796,'CurrentUserID','0'),(20150,4797,'Attempts','1'),(20151,4797,'ClientIP','\"193.111.136.162\"'),(20152,4797,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.95 Safari\\/537.36\"'),(20153,4797,'CurrentUserID','0'),(20154,4798,'Attempts','1'),(20155,4798,'ClientIP','\"176.106.227.129\"'),(20156,4798,'UserAgent','\"\"'),(20157,4798,'CurrentUserID','0'),(20158,4799,'Attempts','1'),(20159,4799,'ClientIP','\"190.147.153.100\"'),(20160,4799,'UserAgent','\"\"'),(20161,4799,'CurrentUserID','0'),(20162,4800,'Attempts','1'),(20163,4800,'ClientIP','\"62.74.7.15\"'),(20164,4800,'UserAgent','\"\"'),(20165,4800,'CurrentUserID','0'),(20166,4801,'Attempts','1'),(20167,4801,'ClientIP','\"190.88.250.41\"'),(20168,4801,'UserAgent','\"\"'),(20169,4801,'CurrentUserID','0'),(20170,4802,'Attempts','1'),(20171,4802,'ClientIP','\"39.55.100.238\"'),(20172,4802,'UserAgent','\"\"'),(20173,4802,'CurrentUserID','0'),(20174,4803,'Attempts','1'),(20175,4803,'ClientIP','\"31.41.94.154\"'),(20176,4803,'UserAgent','\"\"'),(20177,4803,'CurrentUserID','0'),(20178,4804,'Attempts','1'),(20179,4804,'ClientIP','\"84.86.26.180\"'),(20180,4804,'UserAgent','\"\"'),(20181,4804,'CurrentUserID','0'),(20182,4805,'Attempts','1'),(20183,4805,'ClientIP','\"196.248.107.174\"'),(20184,4805,'UserAgent','\"\"'),(20185,4805,'CurrentUserID','0'),(20186,4806,'Attempts','1'),(20187,4806,'ClientIP','\"173.177.230.62\"'),(20188,4806,'UserAgent','\"\"'),(20189,4806,'CurrentUserID','0'),(20190,4807,'Attempts','1'),(20191,4807,'ClientIP','\"85.64.157.77\"'),(20192,4807,'UserAgent','\"\"'),(20193,4807,'CurrentUserID','0'),(20194,4808,'Attempts','1'),(20195,4809,'Attempts','1'),(20196,4808,'ClientIP','\"185.77.129.11\"'),(20197,4809,'ClientIP','\"193.33.216.23\"'),(20198,4808,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/32.0.1700.102 Safari\\/537.36\"'),(20199,4809,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.22 (KHTML like Gecko) Chrome\\/25.0.1364.97 Safari\\/537.22\"'),(20200,4808,'CurrentUserID','0'),(20201,4809,'CurrentUserID','0'),(20202,4810,'Attempts','8'),(20203,4810,'ClientIP','\"31.184.236.80\"'),(20204,4810,'UserAgent','\"Opera\\/9.80 (Windows NT 6.1); U) Presto\\/2.9.168 Version\\/11.50\"'),(20205,4810,'CurrentUserID','0'),(20206,4811,'Attempts','1'),(20207,4811,'ClientIP','\"94.61.90.29\"'),(20208,4811,'UserAgent','\"\"'),(20209,4811,'CurrentUserID','0'),(20210,4812,'Attempts','\"10+\"'),(20211,4812,'ClientIP','\"166.62.38.140\"'),(20212,4812,'UserAgent','\"Mozilla\\/5.0 (Linux; U; Android 2.2) AppleWebKit\\/533.1 (KHTML, like Gecko) Version\\/4.0 Mobile Safari\\/533.1\"'),(20213,4812,'CurrentUserID','0'),(20214,4813,'Attempts','1'),(20215,4813,'ClientIP','\"78.162.9.54\"'),(20216,4813,'UserAgent','\"\"'),(20217,4813,'CurrentUserID','0'),(20218,4814,'Attempts','1'),(20219,4815,'Attempts','1'),(20220,4814,'ClientIP','\"185.62.188.14\"'),(20221,4815,'ClientIP','\"188.214.135.124\"'),(20222,4814,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/35.0.1916.114 Safari\\/537.36\"'),(20223,4815,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.52 Safari\\/537.36\"'),(20224,4814,'CurrentUserID','0'),(20225,4815,'CurrentUserID','0'),(20226,4816,'Attempts','1'),(20227,4816,'ClientIP','\"197.250.130.95\"'),(20228,4816,'UserAgent','\"\"'),(20229,4816,'CurrentUserID','0'),(20230,4817,'Attempts','1'),(20231,4817,'ClientIP','\"188.36.97.22\"'),(20232,4817,'UserAgent','\"\"'),(20233,4817,'CurrentUserID','0'),(20234,4818,'Attempts','1'),(20235,4818,'ClientIP','\"93.56.193.105\"'),(20236,4818,'UserAgent','\"\"'),(20237,4818,'CurrentUserID','0'),(20238,4819,'Attempts','1'),(20239,4819,'ClientIP','\"175.136.107.208\"'),(20240,4819,'UserAgent','\"\"'),(20241,4819,'CurrentUserID','0'),(20242,4820,'Attempts','1'),(20243,4820,'ClientIP','\"94.211.249.143\"'),(20244,4820,'UserAgent','\"\"'),(20245,4820,'CurrentUserID','0'),(20246,4821,'Attempts','1'),(20247,4821,'ClientIP','\"89.35.211.63\"'),(20248,4821,'UserAgent','\"\"'),(20249,4821,'CurrentUserID','0'),(20250,4822,'Attempts','1'),(20251,4822,'ClientIP','\"78.158.180.106\"'),(20252,4822,'UserAgent','\"\"'),(20253,4822,'CurrentUserID','0'),(20254,4823,'Attempts','1'),(20255,4823,'ClientIP','\"223.204.247.229\"'),(20256,4823,'UserAgent','\"\"'),(20257,4823,'CurrentUserID','0'),(20258,4824,'Attempts','1'),(20259,4824,'ClientIP','\"2.176.12.73\"'),(20260,4824,'UserAgent','\"\"'),(20261,4824,'CurrentUserID','0'),(20262,4825,'Attempts','1'),(20263,4825,'ClientIP','\"82.166.22.202\"'),(20264,4825,'UserAgent','\"\"'),(20265,4825,'CurrentUserID','0'),(20266,4826,'Attempts','1'),(20267,4826,'ClientIP','\"125.24.77.59\"'),(20268,4826,'UserAgent','\"\"'),(20269,4826,'CurrentUserID','0'),(20270,4827,'Attempts','1'),(20271,4827,'ClientIP','\"94.23.247.86\"'),(20272,4827,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.63 Safari\\/537.36\"'),(20273,4827,'CurrentUserID','0'),(20274,4828,'Attempts','1'),(20275,4828,'ClientIP','\"41.182.93.251\"'),(20276,4828,'UserAgent','\"\"'),(20277,4828,'CurrentUserID','0'),(20278,4829,'Attempts','1'),(20279,4829,'ClientIP','\"89.39.126.250\"'),(20280,4829,'UserAgent','\"\"'),(20281,4829,'CurrentUserID','0'),(20282,4830,'Attempts','2'),(20283,4830,'ClientIP','\"100.8.68.217\"'),(20284,4830,'UserAgent','\"\"'),(20285,4830,'CurrentUserID','0'),(20286,4831,'Attempts','1'),(20287,4831,'ClientIP','\"188.2.220.223\"'),(20288,4831,'UserAgent','\"\"'),(20289,4831,'CurrentUserID','0'),(20290,4832,'Attempts','4'),(20291,4832,'ClientIP','\"193.201.227.182\"'),(20292,4832,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(20293,4832,'CurrentUserID','0'),(20294,4833,'Attempts','1'),(20295,4833,'ClientIP','\"91.99.245.87\"'),(20296,4833,'UserAgent','\"\"'),(20297,4833,'CurrentUserID','0'),(20298,4834,'Attempts','1'),(20299,4834,'ClientIP','\"78.60.104.210\"'),(20300,4834,'UserAgent','\"\"'),(20301,4834,'CurrentUserID','0'),(20302,4835,'Attempts','1'),(20303,4835,'ClientIP','\"196.31.71.230\"'),(20304,4835,'UserAgent','\"\"'),(20305,4835,'CurrentUserID','0'),(20306,4836,'Attempts','1'),(20307,4836,'ClientIP','\"95.90.218.60\"'),(20308,4836,'UserAgent','\"\"'),(20309,4836,'CurrentUserID','0'),(20310,4837,'Attempts','1'),(20311,4838,'Attempts','1'),(20312,4838,'ClientIP','\"93.115.95.204\"'),(20313,4837,'ClientIP','\"77.109.141.138\"'),(20314,4837,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/32.0.1700.102 Safari\\/537.36\"'),(20315,4838,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident\\/5.0)\"'),(20316,4837,'CurrentUserID','0'),(20317,4838,'CurrentUserID','0'),(20318,4839,'Attempts','1'),(20319,4839,'ClientIP','\"81.103.69.233\"'),(20320,4839,'UserAgent','\"\"'),(20321,4839,'CurrentUserID','0'),(20322,4840,'Attempts','2'),(20323,4840,'Username','\"wsaaus15\"'),(20324,4840,'CurrentUserRoles','[\"administrator\"]'),(20325,4840,'ClientIP','\"173.254.203.85\"'),(20326,4840,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(20327,4841,'Attempts','2'),(20328,4841,'ClientIP','\"173.254.203.85\"'),(20329,4841,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(20330,4841,'CurrentUserID','0'),(20331,4842,'Attempts','1'),(20332,4842,'ClientIP','\"2.50.139.200\"'),(20333,4842,'UserAgent','\"\"'),(20334,4842,'CurrentUserID','0'),(20335,4843,'Attempts','1'),(20336,4843,'ClientIP','\"112.210.61.24\"'),(20337,4843,'UserAgent','\"\"'),(20338,4843,'CurrentUserID','0'),(20339,4844,'Attempts','8'),(20340,4844,'ClientIP','\"193.201.227.182\"'),(20341,4844,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(20342,4844,'CurrentUserID','0'),(20343,4845,'Attempts','1'),(20344,4845,'ClientIP','\"78.135.9.126\"'),(20345,4845,'UserAgent','\"\"'),(20346,4845,'CurrentUserID','0'),(20347,4846,'Attempts','\"10+\"'),(20348,4846,'ClientIP','\"151.80.44.159\"'),(20349,4846,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)\"'),(20350,4846,'CurrentUserID','0'),(20351,4847,'Attempts','1'),(20352,4847,'ClientIP','\"186.223.184.28\"'),(20353,4847,'UserAgent','\"\"'),(20354,4847,'CurrentUserID','0'),(20355,4848,'Attempts','5'),(20356,4848,'ClientIP','\"31.184.236.80\"'),(20357,4848,'UserAgent','\"Opera\\/9.80 (J2ME\\/MIDP; Opera Mini\\/7.1.23511\\/28.2555; U; ru) Presto\\/2.10.181 Version\\/12.00\"'),(20358,4848,'CurrentUserID','0'),(20359,4849,'Attempts','1'),(20360,4849,'ClientIP','\"93.115.95.207\"'),(20361,4849,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.11 (KHTML like Gecko) Chrome\\/23.0.1271.64 Safari\\/537.11\"'),(20362,4849,'CurrentUserID','0'),(20363,4850,'Attempts','1'),(20364,4850,'ClientIP','\"87.68.54.169\"'),(20365,4850,'UserAgent','\"\"'),(20366,4850,'CurrentUserID','0'),(20367,4851,'Attempts','1'),(20368,4851,'ClientIP','\"176.106.226.4\"'),(20369,4851,'UserAgent','\"\"'),(20370,4851,'CurrentUserID','0'),(20371,4852,'Attempts','1'),(20372,4852,'ClientIP','\"196.210.57.23\"'),(20373,4852,'UserAgent','\"\"'),(20374,4852,'CurrentUserID','0'),(20375,4853,'Attempts','1'),(20376,4853,'ClientIP','\"27.147.201.228\"'),(20377,4853,'UserAgent','\"\"'),(20378,4853,'CurrentUserID','0'),(20379,4854,'Attempts','1'),(20380,4854,'ClientIP','\"194.150.168.95\"'),(20381,4854,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.11 (KHTML like Gecko) Chrome\\/23.0.1271.95 Safari\\/537.11\"'),(20382,4854,'CurrentUserID','0'),(20383,4855,'Attempts','1'),(20384,4855,'ClientIP','\"109.101.105.186\"'),(20385,4855,'UserAgent','\"\"'),(20386,4855,'CurrentUserID','0'),(20387,4856,'Attempts','1'),(20388,4856,'ClientIP','\"37.142.64.47\"'),(20389,4856,'UserAgent','\"\"'),(20390,4856,'CurrentUserID','0'),(20391,4857,'Attempts','1'),(20392,4857,'ClientIP','\"116.50.211.249\"'),(20393,4857,'UserAgent','\"\"'),(20394,4857,'CurrentUserID','0'),(20395,4858,'Attempts','1'),(20396,4858,'ClientIP','\"95.86.50.25\"'),(20397,4858,'UserAgent','\"\"'),(20398,4858,'CurrentUserID','0'),(20399,4859,'Attempts','1'),(20400,4859,'ClientIP','\"36.70.237.136\"'),(20401,4859,'UserAgent','\"\"'),(20402,4859,'CurrentUserID','0'),(20403,4860,'Attempts','1'),(20404,4860,'ClientIP','\"217.157.168.142\"'),(20405,4860,'UserAgent','\"\"'),(20406,4860,'CurrentUserID','0'),(20407,4861,'Attempts','1'),(20408,4861,'ClientIP','\"46.176.135.86\"'),(20409,4861,'UserAgent','\"\"'),(20410,4861,'CurrentUserID','0'),(20411,4862,'Attempts','1'),(20412,4862,'ClientIP','\"217.165.61.181\"'),(20413,4862,'UserAgent','\"\"'),(20414,4862,'CurrentUserID','0'),(20415,4863,'Attempts','1'),(20416,4863,'ClientIP','\"84.1.98.126\"'),(20417,4863,'UserAgent','\"\"'),(20418,4863,'CurrentUserID','0'),(20419,4864,'Attempts','1'),(20420,4864,'ClientIP','\"178.79.63.6\"'),(20421,4864,'UserAgent','\"\"'),(20422,4864,'CurrentUserID','0'),(20423,4865,'Attempts','1'),(20424,4865,'ClientIP','\"95.76.186.33\"'),(20425,4865,'UserAgent','\"\"'),(20426,4865,'CurrentUserID','0'),(20427,4866,'Attempts','1'),(20428,4866,'ClientIP','\"46.107.35.185\"'),(20429,4866,'UserAgent','\"\"'),(20430,4866,'CurrentUserID','0'),(20431,4867,'Attempts','1'),(20432,4867,'ClientIP','\"187.107.100.193\"'),(20433,4867,'UserAgent','\"\"'),(20434,4867,'CurrentUserID','0'),(20435,4868,'Attempts','1'),(20436,4868,'ClientIP','\"41.110.1.162\"'),(20437,4868,'UserAgent','\"\"'),(20438,4868,'CurrentUserID','0'),(20439,4869,'Attempts','1'),(20440,4869,'ClientIP','\"85.253.152.136\"'),(20441,4869,'UserAgent','\"\"'),(20442,4869,'CurrentUserID','0'),(20443,4870,'Attempts','1'),(20444,4870,'ClientIP','\"49.144.245.240\"'),(20445,4870,'UserAgent','\"\"'),(20446,4870,'CurrentUserID','0'),(20447,4871,'Attempts','1'),(20448,4871,'ClientIP','\"196.36.167.46\"'),(20449,4871,'UserAgent','\"\"'),(20450,4871,'CurrentUserID','0'),(20451,4872,'Attempts','1'),(20452,4872,'ClientIP','\"185.36.91.248\"'),(20453,4872,'UserAgent','\"\"'),(20454,4872,'CurrentUserID','0'),(20455,4873,'Attempts','1'),(20456,4873,'ClientIP','\"87.68.54.169\"'),(20457,4873,'UserAgent','\"\"'),(20458,4873,'CurrentUserID','0'),(20459,4874,'Attempts','1'),(20460,4874,'ClientIP','\"39.51.30.74\"'),(20461,4874,'UserAgent','\"\"'),(20462,4874,'CurrentUserID','0'),(20463,4875,'Attempts','5'),(20464,4875,'ClientIP','\"193.201.227.182\"'),(20465,4875,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(20466,4875,'CurrentUserID','0'),(20467,4876,'Attempts','9'),(20468,4876,'ClientIP','\"31.184.236.80\"'),(20469,4876,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(20470,4876,'CurrentUserID','0'),(20471,4877,'Attempts','1'),(20472,4877,'ClientIP','\"86.127.157.156\"'),(20473,4877,'UserAgent','\"\"'),(20474,4877,'CurrentUserID','0'),(20475,4878,'Attempts','1'),(20476,4878,'ClientIP','\"197.221.242.113\"'),(20477,4878,'UserAgent','\"\"'),(20478,4878,'CurrentUserID','0'),(20479,4879,'Attempts','1'),(20480,4879,'ClientIP','\"94.140.217.139\"'),(20481,4879,'UserAgent','\"\"'),(20482,4879,'CurrentUserID','0'),(20483,4880,'Attempts','1'),(20484,4880,'ClientIP','\"49.146.220.111\"'),(20485,4880,'UserAgent','\"\"'),(20486,4880,'CurrentUserID','0'),(20487,4881,'Attempts','1'),(20488,4881,'ClientIP','\"46.121.251.112\"'),(20489,4881,'UserAgent','\"\"'),(20490,4881,'CurrentUserID','0'),(20491,4882,'Attempts','1'),(20492,4882,'ClientIP','\"39.53.204.176\"'),(20493,4882,'UserAgent','\"\"'),(20494,4882,'CurrentUserID','0'),(20495,4883,'Attempts','1'),(20496,4883,'ClientIP','\"90.207.165.118\"'),(20497,4883,'UserAgent','\"\"'),(20498,4883,'CurrentUserID','0'),(20499,4884,'Attempts','1'),(20500,4884,'ClientIP','\"41.182.151.195\"'),(20501,4884,'UserAgent','\"\"'),(20502,4884,'CurrentUserID','0'),(20503,4885,'Attempts','1'),(20504,4885,'ClientIP','\"61.245.163.29\"'),(20505,4885,'UserAgent','\"\"'),(20506,4885,'CurrentUserID','0'),(20507,4886,'Attempts','1'),(20508,4886,'ClientIP','\"175.101.67.146\"'),(20509,4886,'UserAgent','\"\"'),(20510,4886,'CurrentUserID','0'),(20511,4887,'Attempts','1'),(20512,4887,'ClientIP','\"188.251.213.146\"'),(20513,4887,'UserAgent','\"\"'),(20514,4887,'CurrentUserID','0'),(20515,4888,'Attempts','1'),(20516,4888,'ClientIP','\"68.235.175.200\"'),(20517,4888,'UserAgent','\"\"'),(20518,4888,'CurrentUserID','0'),(20519,4889,'Attempts','1'),(20520,4889,'ClientIP','\"46.143.248.53\"'),(20521,4889,'UserAgent','\"\"'),(20522,4889,'CurrentUserID','0'),(20523,4890,'Attempts','1'),(20524,4890,'ClientIP','\"123.231.225.52\"'),(20525,4890,'UserAgent','\"\"'),(20526,4890,'CurrentUserID','0'),(20527,4891,'Attempts','1'),(20528,4891,'ClientIP','\"80.242.41.169\"'),(20529,4891,'UserAgent','\"\"'),(20530,4891,'CurrentUserID','0'),(20531,4892,'Attempts','1'),(20532,4892,'ClientIP','\"188.209.109.83\"'),(20533,4892,'UserAgent','\"\"'),(20534,4892,'CurrentUserID','0'),(20535,4893,'Attempts','1'),(20536,4893,'ClientIP','\"89.39.126.250\"'),(20537,4893,'UserAgent','\"\"'),(20538,4893,'CurrentUserID','0'),(20539,4894,'Attempts','1'),(20540,4894,'ClientIP','\"103.232.230.65\"'),(20541,4894,'UserAgent','\"\"'),(20542,4894,'CurrentUserID','0'),(20543,4895,'Attempts','1'),(20544,4895,'ClientIP','\"78.163.238.53\"'),(20545,4895,'UserAgent','\"\"'),(20546,4895,'CurrentUserID','0'),(20547,4896,'Attempts','1'),(20548,4896,'ClientIP','\"79.31.22.89\"'),(20549,4896,'UserAgent','\"\"'),(20550,4896,'CurrentUserID','0'),(20551,4897,'Attempts','1'),(20552,4897,'ClientIP','\"85.253.152.136\"'),(20553,4897,'UserAgent','\"\"'),(20554,4897,'CurrentUserID','0'),(20555,4898,'Attempts','\"10+\"'),(20556,4898,'ClientIP','\"54.94.214.152\"'),(20557,4898,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(20558,4898,'CurrentUserID','0'),(20559,4899,'Attempts','2'),(20560,4899,'Username','\"wsaaus15\"'),(20561,4899,'CurrentUserRoles','[\"administrator\"]'),(20562,4899,'ClientIP','\"173.254.203.85\"'),(20563,4899,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(20564,4900,'Attempts','2'),(20565,4900,'ClientIP','\"173.254.203.85\"'),(20566,4900,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(20567,4900,'CurrentUserID','0'),(20568,4901,'Attempts','\"10+\"'),(20569,4901,'ClientIP','\"151.80.44.159\"'),(20570,4901,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)\"'),(20571,4901,'CurrentUserID','0'),(20572,4902,'Attempts','1'),(20573,4902,'ClientIP','\"186.123.136.75\"'),(20574,4902,'UserAgent','\"\"'),(20575,4902,'CurrentUserID','0'),(20576,4903,'Attempts','1'),(20577,4903,'ClientIP','\"114.77.57.106\"'),(20578,4903,'UserAgent','\"\"'),(20579,4903,'CurrentUserID','0'),(20580,4904,'Attempts','1'),(20581,4904,'ClientIP','\"213.77.89.14\"'),(20582,4904,'UserAgent','\"\"'),(20583,4904,'CurrentUserID','0'),(20584,4905,'Attempts','1'),(20585,4905,'ClientIP','\"188.212.199.185\"'),(20586,4905,'UserAgent','\"\"'),(20587,4905,'CurrentUserID','0'),(20588,4906,'Attempts','1'),(20589,4906,'ClientIP','\"109.92.92.219\"'),(20590,4906,'UserAgent','\"\"'),(20591,4906,'CurrentUserID','0'),(20592,4907,'Attempts','1'),(20593,4907,'ClientIP','\"174.97.25.9\"'),(20594,4907,'UserAgent','\"\"'),(20595,4907,'CurrentUserID','0'),(20596,4908,'Attempts','1'),(20597,4908,'Username','\"wsaaus15\"'),(20598,4908,'CurrentUserRoles','[\"administrator\"]'),(20599,4908,'ClientIP','\"192.185.4.58\"'),(20600,4908,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20601,4909,'Attempts','1'),(20602,4909,'Username','\"wsaaus15\"'),(20603,4909,'CurrentUserRoles','[\"administrator\"]'),(20604,4909,'ClientIP','\"50.62.161.162\"'),(20605,4909,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20606,4910,'Attempts','1'),(20607,4910,'Username','\"wsaaus15\"'),(20608,4910,'CurrentUserRoles','[\"administrator\"]'),(20609,4910,'ClientIP','\"192.185.4.166\"'),(20610,4910,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20611,4911,'Attempts','1'),(20612,4911,'Username','\"wsaaus15\"'),(20613,4911,'CurrentUserRoles','[\"administrator\"]'),(20614,4911,'ClientIP','\"184.168.200.27\"'),(20615,4911,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20616,4912,'Attempts','1'),(20617,4912,'ClientIP','\"190.234.179.40\"'),(20618,4912,'UserAgent','\"\"'),(20619,4912,'CurrentUserID','0'),(20620,4913,'Attempts','1'),(20621,4913,'Username','\"wsaaus15\"'),(20622,4913,'CurrentUserRoles','[\"administrator\"]'),(20623,4913,'ClientIP','\"72.167.131.143\"'),(20624,4913,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20625,4914,'Attempts','1'),(20626,4914,'Username','\"wsaaus15\"'),(20627,4914,'CurrentUserRoles','[\"administrator\"]'),(20628,4914,'ClientIP','\"178.62.57.60\"'),(20629,4914,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20630,4915,'Attempts','1'),(20631,4915,'Username','\"wsaaus15\"'),(20632,4915,'CurrentUserRoles','[\"administrator\"]'),(20633,4915,'ClientIP','\"50.62.176.53\"'),(20634,4915,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20635,4916,'Attempts','1'),(20636,4916,'ClientIP','\"85.253.144.8\"'),(20637,4916,'UserAgent','\"\"'),(20638,4916,'CurrentUserID','0'),(20639,4917,'Attempts','1'),(20640,4917,'ClientIP','\"103.234.190.74\"'),(20641,4917,'UserAgent','\"\"'),(20642,4917,'CurrentUserID','0'),(20643,4918,'Attempts','1'),(20644,4918,'Username','\"wsaaus15\"'),(20645,4918,'CurrentUserRoles','[\"administrator\"]'),(20646,4918,'ClientIP','\"108.174.144.176\"'),(20647,4918,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20648,4919,'Attempts','1'),(20649,4919,'ClientIP','\"93.107.148.230\"'),(20650,4919,'UserAgent','\"\"'),(20651,4919,'CurrentUserID','0'),(20652,4920,'Attempts','2'),(20653,4920,'Username','\"wsaaus15\"'),(20654,4920,'CurrentUserRoles','[\"administrator\"]'),(20655,4920,'ClientIP','\"198.57.247.249\"'),(20656,4920,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20657,4921,'Attempts','1'),(20658,4921,'Username','\"wsaaus15\"'),(20659,4921,'CurrentUserRoles','[\"administrator\"]'),(20660,4921,'ClientIP','\"103.6.196.238\"'),(20661,4921,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20662,4922,'Attempts','1'),(20663,4922,'ClientIP','\"112.203.177.231\"'),(20664,4922,'UserAgent','\"\"'),(20665,4922,'CurrentUserID','0'),(20666,4923,'Attempts','1'),(20667,4923,'Username','\"wsaaus15\"'),(20668,4923,'CurrentUserRoles','[\"administrator\"]'),(20669,4923,'ClientIP','\"208.113.136.187\"'),(20670,4923,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20671,4924,'Attempts','1'),(20672,4924,'ClientIP','\"197.89.35.182\"'),(20673,4924,'UserAgent','\"\"'),(20674,4924,'CurrentUserID','0'),(20675,4925,'Attempts','1'),(20676,4925,'ClientIP','\"190.88.254.63\"'),(20677,4925,'UserAgent','\"\"'),(20678,4925,'CurrentUserID','0'),(20679,4926,'Attempts','1'),(20680,4926,'ClientIP','\"91.225.225.248\"'),(20681,4926,'UserAgent','\"\"'),(20682,4926,'CurrentUserID','0'),(20683,4927,'Attempts','1'),(20684,4927,'Username','\"wsaaus15\"'),(20685,4927,'CurrentUserRoles','[\"administrator\"]'),(20686,4927,'ClientIP','\"69.195.124.123\"'),(20687,4927,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20688,4928,'Attempts','1'),(20689,4928,'Username','\"wsaaus15\"'),(20690,4928,'CurrentUserRoles','[\"administrator\"]'),(20691,4928,'ClientIP','\"192.185.4.166\"'),(20692,4928,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20693,4929,'Attempts','1'),(20694,4929,'ClientIP','\"77.238.66.229\"'),(20695,4929,'UserAgent','\"\"'),(20696,4929,'CurrentUserID','0'),(20697,4930,'Attempts','1'),(20698,4930,'ClientIP','\"78.158.180.106\"'),(20699,4930,'UserAgent','\"\"'),(20700,4930,'CurrentUserID','0'),(20701,4931,'Attempts','1'),(20702,4931,'Username','\"wsaaus15\"'),(20703,4931,'CurrentUserRoles','[\"administrator\"]'),(20704,4931,'ClientIP','\"103.6.196.238\"'),(20705,4931,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20706,4932,'Attempts','1'),(20707,4932,'Username','\"wsaaus15\"'),(20708,4932,'CurrentUserRoles','[\"administrator\"]'),(20709,4932,'ClientIP','\"62.149.143.145\"'),(20710,4932,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20711,4933,'Attempts','1'),(20712,4933,'Username','\"wsaaus15\"'),(20713,4933,'CurrentUserRoles','[\"administrator\"]'),(20714,4933,'ClientIP','\"77.222.40.73\"'),(20715,4933,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20716,4934,'Attempts','3'),(20717,4934,'ClientIP','\"31.184.236.80\"'),(20718,4934,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 10.6; Windows NT 6.2; WOW64; Trident\\/5.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\"'),(20719,4934,'CurrentUserID','0'),(20720,4935,'Attempts','1'),(20721,4935,'Username','\"wsaaus15\"'),(20722,4935,'CurrentUserRoles','[\"administrator\"]'),(20723,4935,'ClientIP','\"198.71.225.127\"'),(20724,4935,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20725,4936,'Attempts','1'),(20726,4936,'Username','\"wsaaus15\"'),(20727,4936,'CurrentUserRoles','[\"administrator\"]'),(20728,4936,'ClientIP','\"72.167.183.14\"'),(20729,4936,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20730,4937,'Attempts','2'),(20731,4937,'ClientIP','\"95.61.231.44\"'),(20732,4937,'UserAgent','\"\"'),(20733,4937,'CurrentUserID','0'),(20734,4938,'Attempts','1'),(20735,4938,'Username','\"wsaaus15\"'),(20736,4938,'CurrentUserRoles','[\"administrator\"]'),(20737,4938,'ClientIP','\"64.20.36.66\"'),(20738,4938,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20739,4939,'Attempts','1'),(20740,4939,'ClientIP','\"185.36.91.248\"'),(20741,4939,'UserAgent','\"\"'),(20742,4939,'CurrentUserID','0'),(20743,4940,'Attempts','1'),(20744,4940,'Username','\"wsaaus15\"'),(20745,4940,'CurrentUserRoles','[\"administrator\"]'),(20746,4940,'ClientIP','\"70.40.220.105\"'),(20747,4940,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20748,4941,'Attempts','1'),(20749,4941,'Username','\"wsaaus15\"'),(20750,4941,'CurrentUserRoles','[\"administrator\"]'),(20751,4941,'ClientIP','\"198.72.116.123\"'),(20752,4941,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20753,4942,'Attempts','1'),(20754,4942,'Username','\"wsaaus15\"'),(20755,4942,'CurrentUserRoles','[\"administrator\"]'),(20756,4942,'ClientIP','\"173.254.28.117\"'),(20757,4942,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20758,4943,'Attempts','1'),(20759,4943,'ClientIP','\"185.104.120.4\"'),(20760,4943,'UserAgent','\"Opera\\/8.0 (Windows NT 5.1; U; en)\"'),(20761,4943,'CurrentUserID','0'),(20762,4944,'Attempts','\"10+\"'),(20763,4944,'ClientIP','\"104.149.238.180\"'),(20764,4944,'UserAgent','\"Mozilla\\/5.0 (Windows; U; Win98; en-US; m18) Gecko\\/20010131 Netscape6\\/6.01\"'),(20765,4944,'CurrentUserID','0'),(20766,4945,'Attempts','\"10+\"'),(20767,4945,'ClientIP','\"185.65.135.226\"'),(20768,4945,'UserAgent','\"Opera\\/6.06 (Windows 98; U) [en]\"'),(20769,4945,'CurrentUserID','0'),(20770,4946,'Attempts','\"10+\"'),(20771,4946,'ClientIP','\"5.9.36.66\"'),(20772,4946,'UserAgent','\"Mozilla\\/5.0 (X11; U; Linux i586; en-US; rv:1.7.6) Gecko\\/20050325 Firefox\\/1.0.2 (Debian package 1.0.2-1)\"'),(20773,4946,'CurrentUserID','0'),(20774,4947,'Attempts','1'),(20775,4947,'Username','\"wsaaus15\"'),(20776,4947,'CurrentUserRoles','[\"administrator\"]'),(20777,4947,'ClientIP','\"162.222.227.163\"'),(20778,4947,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20779,4948,'Attempts','1'),(20780,4948,'Username','\"wsaaus15\"'),(20781,4948,'CurrentUserRoles','[\"administrator\"]'),(20782,4948,'ClientIP','\"50.62.161.55\"'),(20783,4948,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20784,4949,'Attempts','5'),(20785,4949,'ClientIP','\"185.70.187.45\"'),(20786,4949,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 5.1\"'),(20787,4949,'CurrentUserID','0'),(20788,4950,'Attempts','1'),(20789,4950,'Username','\"wsaaus15\"'),(20790,4950,'CurrentUserRoles','[\"administrator\"]'),(20791,4950,'ClientIP','\"185.70.187.45\"'),(20792,4950,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 5.1\"'),(20793,4951,'Attempts','1'),(20794,4951,'Username','\"wsaaus15\"'),(20795,4951,'CurrentUserRoles','[\"administrator\"]'),(20796,4951,'ClientIP','\"204.197.246.140\"'),(20797,4951,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20798,4952,'Attempts','1'),(20799,4952,'Username','\"wsaaus15\"'),(20800,4952,'CurrentUserRoles','[\"administrator\"]'),(20801,4952,'ClientIP','\"178.249.187.200\"'),(20802,4952,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20803,4953,'Attempts','1'),(20804,4953,'ClientIP','\"191.185.87.101\"'),(20805,4953,'UserAgent','\"\"'),(20806,4953,'CurrentUserID','0'),(20807,4954,'Attempts','1'),(20808,4954,'ClientIP','\"89.121.241.142\"'),(20809,4954,'UserAgent','\"\"'),(20810,4954,'CurrentUserID','0'),(20811,4955,'Attempts','2'),(20812,4955,'Username','\"wsaaus15\"'),(20813,4955,'CurrentUserRoles','[\"administrator\"]'),(20814,4955,'ClientIP','\"69.195.124.176\"'),(20815,4955,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20816,4956,'Attempts','2'),(20817,4956,'Username','\"wsaaus15\"'),(20818,4956,'CurrentUserRoles','[\"administrator\"]'),(20819,4956,'ClientIP','\"69.195.124.123\"'),(20820,4956,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20821,4957,'Attempts','1'),(20822,4957,'Username','\"wsaaus15\"'),(20823,4957,'CurrentUserRoles','[\"administrator\"]'),(20824,4957,'ClientIP','\"65.254.225.175\"'),(20825,4957,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20826,4958,'Attempts','1'),(20827,4958,'Username','\"wsaaus15\"'),(20828,4958,'CurrentUserRoles','[\"administrator\"]'),(20829,4958,'ClientIP','\"198.57.247.135\"'),(20830,4958,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20831,4959,'Attempts','1'),(20832,4959,'ClientIP','\"114.77.57.106\"'),(20833,4959,'UserAgent','\"\"'),(20834,4959,'CurrentUserID','0'),(20835,4960,'Attempts','1'),(20836,4960,'ClientIP','\"5.14.54.117\"'),(20837,4960,'UserAgent','\"\"'),(20838,4960,'CurrentUserID','0'),(20839,4961,'Attempts','1'),(20840,4961,'Username','\"wsaaus15\"'),(20841,4961,'CurrentUserRoles','[\"administrator\"]'),(20842,4961,'ClientIP','\"62.149.143.144\"'),(20843,4961,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20844,4962,'Attempts','1'),(20845,4962,'Username','\"wsaaus15\"'),(20846,4962,'CurrentUserRoles','[\"administrator\"]'),(20847,4962,'ClientIP','\"40.136.64.82\"'),(20848,4962,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20849,4963,'Attempts','1'),(20850,4963,'Username','\"wsaaus15\"'),(20851,4963,'CurrentUserRoles','[\"administrator\"]'),(20852,4963,'ClientIP','\"50.87.144.60\"'),(20853,4963,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20854,4964,'Attempts','2'),(20855,4964,'ClientIP','\"200.54.137.98\"'),(20856,4964,'UserAgent','\"\"'),(20857,4964,'CurrentUserID','0'),(20858,4965,'Attempts','1'),(20859,4965,'Username','\"wsaaus15\"'),(20860,4965,'CurrentUserRoles','[\"administrator\"]'),(20861,4965,'ClientIP','\"216.224.180.238\"'),(20862,4965,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20863,4966,'Attempts','1'),(20864,4966,'Username','\"wsaaus15\"'),(20865,4966,'CurrentUserRoles','[\"administrator\"]'),(20866,4966,'ClientIP','\"62.149.143.74\"'),(20867,4966,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(20868,4967,'Attempts','1'),(20869,4967,'Username','\"wsaaus15\"'),(20870,4967,'CurrentUserRoles','[\"administrator\"]'),(20871,4967,'ClientIP','\"70.33.246.130\"'),(20872,4967,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20873,4968,'Attempts','1'),(20874,4968,'ClientIP','\"176.10.99.209\"'),(20875,4968,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"'),(20876,4968,'CurrentUserID','0'),(20877,4969,'Attempts','1'),(20878,4969,'ClientIP','\"89.44.88.142\"'),(20879,4969,'UserAgent','\"\"'),(20880,4969,'CurrentUserID','0'),(20881,4970,'Attempts','2'),(20882,4970,'ClientIP','\"178.220.231.180\"'),(20883,4970,'UserAgent','\"\"'),(20884,4970,'CurrentUserID','0'),(20885,4971,'Attempts','1'),(20886,4971,'ClientIP','\"173.217.113.88\"'),(20887,4971,'UserAgent','\"\"'),(20888,4971,'CurrentUserID','0'),(20889,4972,'Attempts','1'),(20890,4972,'ClientIP','\"93.184.66.227\"'),(20891,4972,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko\\/20100101 Firefox\\/26.0\"'),(20892,4972,'CurrentUserID','0'),(20893,4973,'Attempts','2'),(20894,4973,'Username','\"wsaaus15\"'),(20895,4973,'CurrentUserRoles','[\"administrator\"]'),(20896,4973,'ClientIP','\"27.131.105.131\"'),(20897,4973,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20898,4974,'Attempts','2'),(20899,4974,'ClientIP','\"178.221.57.185\"'),(20900,4974,'UserAgent','\"\"'),(20901,4974,'CurrentUserID','0'),(20902,4975,'Attempts','1'),(20903,4975,'ClientIP','\"96.47.226.20\"'),(20904,4975,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:13.0) Gecko\\/20100101 Firefox\\/13.0.1\"'),(20905,4975,'CurrentUserID','0'),(20906,4976,'Attempts','1'),(20907,4976,'ClientIP','\"46.107.35.185\"'),(20908,4976,'UserAgent','\"\"'),(20909,4976,'CurrentUserID','0'),(20910,4977,'Attempts','1'),(20911,4977,'Username','\"wsaaus15\"'),(20912,4977,'CurrentUserRoles','[\"administrator\"]'),(20913,4977,'ClientIP','\"216.55.105.114\"'),(20914,4977,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20915,4978,'Attempts','1'),(20916,4978,'Username','\"wsaaus15\"'),(20917,4978,'CurrentUserRoles','[\"administrator\"]'),(20918,4978,'ClientIP','\"74.200.203.138\"'),(20919,4978,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20920,4979,'Attempts','1'),(20921,4979,'Username','\"wsaaus15\"'),(20922,4979,'CurrentUserRoles','[\"administrator\"]'),(20923,4979,'ClientIP','\"89.221.166.99\"'),(20924,4979,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20925,4980,'Attempts','1'),(20926,4980,'Username','\"wsaaus15\"'),(20927,4980,'CurrentUserRoles','[\"administrator\"]'),(20928,4980,'ClientIP','\"213.171.218.134\"'),(20929,4980,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20930,4981,'Attempts','1'),(20931,4981,'Username','\"wsaaus15\"'),(20932,4981,'CurrentUserRoles','[\"administrator\"]'),(20933,4981,'ClientIP','\"206.126.36.86\"'),(20934,4981,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20935,4982,'Attempts','1'),(20936,4982,'Username','\"wsaaus15\"'),(20937,4982,'CurrentUserRoles','[\"administrator\"]'),(20938,4982,'ClientIP','\"54.93.42.179\"'),(20939,4982,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20940,4983,'Attempts','1'),(20941,4983,'Username','\"wsaaus15\"'),(20942,4983,'CurrentUserRoles','[\"administrator\"]'),(20943,4983,'ClientIP','\"37.59.53.165\"'),(20944,4983,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20945,4984,'Attempts','1'),(20946,4984,'ClientIP','\"95.18.153.235\"'),(20947,4984,'UserAgent','\"\"'),(20948,4984,'CurrentUserID','0'),(20949,4985,'Attempts','1'),(20950,4985,'Username','\"wsaaus15\"'),(20951,4985,'CurrentUserRoles','[\"administrator\"]'),(20952,4985,'ClientIP','\"174.122.24.210\"'),(20953,4985,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20954,4986,'Attempts','1'),(20955,4986,'Username','\"wsaaus15\"'),(20956,4986,'CurrentUserRoles','[\"administrator\"]'),(20957,4986,'ClientIP','\"50.115.122.20\"'),(20958,4986,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20959,4987,'Attempts','1'),(20960,4987,'Username','\"wsaaus15\"'),(20961,4987,'CurrentUserRoles','[\"administrator\"]'),(20962,4987,'ClientIP','\"84.201.5.55\"'),(20963,4987,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20964,4988,'Attempts','1'),(20965,4988,'Username','\"wsaaus15\"'),(20966,4988,'CurrentUserRoles','[\"administrator\"]'),(20967,4988,'ClientIP','\"87.117.196.46\"'),(20968,4988,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20969,4989,'Attempts','2'),(20970,4989,'ClientIP','\"109.98.174.16\"'),(20971,4989,'UserAgent','\"\"'),(20972,4989,'CurrentUserID','0'),(20973,4990,'Attempts','1'),(20974,4990,'Username','\"wsaaus15\"'),(20975,4990,'CurrentUserRoles','[\"administrator\"]'),(20976,4990,'ClientIP','\"82.212.221.65\"'),(20977,4990,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20978,4991,'Attempts','1'),(20979,4991,'ClientIP','\"176.40.169.76\"'),(20980,4991,'UserAgent','\"\"'),(20981,4991,'CurrentUserID','0'),(20982,4992,'Attempts','1'),(20983,4992,'Username','\"wsaaus15\"'),(20984,4992,'CurrentUserRoles','[\"administrator\"]'),(20985,4992,'ClientIP','\"94.152.8.53\"'),(20986,4992,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20987,4993,'Attempts','1'),(20988,4993,'Username','\"wsaaus15\"'),(20989,4993,'CurrentUserRoles','[\"administrator\"]'),(20990,4993,'ClientIP','\"103.3.50.103\"'),(20991,4993,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(20992,4994,'Attempts','1'),(20993,4994,'ClientIP','\"178.234.75.145\"'),(20994,4994,'UserAgent','\"\"'),(20995,4994,'CurrentUserID','0'),(20996,4995,'Attempts','1'),(20997,4995,'ClientIP','\"92.251.80.16\"'),(20998,4995,'UserAgent','\"\"'),(20999,4995,'CurrentUserID','0'),(21000,4996,'Attempts','1'),(21001,4996,'ClientIP','\"84.0.234.60\"'),(21002,4996,'UserAgent','\"\"'),(21003,4996,'CurrentUserID','0'),(21004,4997,'Attempts','1'),(21005,4997,'ClientIP','\"84.1.98.126\"'),(21006,4997,'UserAgent','\"\"'),(21007,4997,'CurrentUserID','0'),(21008,4998,'Attempts','1'),(21009,4998,'ClientIP','\"37.232.68.17\"'),(21010,4998,'UserAgent','\"\"'),(21011,4998,'CurrentUserID','0'),(21012,5000,'Attempts','1'),(21013,4999,'Attempts','1'),(21014,5000,'Username','\"wsaaus15\"'),(21015,4999,'Username','\"wsaaus15\"'),(21016,5000,'CurrentUserRoles','[\"administrator\"]'),(21017,4999,'CurrentUserRoles','[\"administrator\"]'),(21018,5000,'ClientIP','\"192.185.81.154\"'),(21019,4999,'ClientIP','\"162.209.100.188\"'),(21020,4999,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21021,5000,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21022,5001,'Attempts','1'),(21023,5001,'Username','\"wsaaus15\"'),(21024,5001,'CurrentUserRoles','[\"administrator\"]'),(21025,5001,'ClientIP','\"192.185.2.151\"'),(21026,5001,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21027,5002,'Attempts','1'),(21028,5002,'Username','\"wsaaus15\"'),(21029,5002,'CurrentUserRoles','[\"administrator\"]'),(21030,5002,'ClientIP','\"221.255.254.212\"'),(21031,5002,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21032,5003,'Attempts','1'),(21033,5003,'Username','\"wsaaus15\"'),(21034,5003,'CurrentUserRoles','[\"administrator\"]'),(21035,5003,'ClientIP','\"198.15.102.234\"'),(21036,5003,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21037,5004,'Attempts','1'),(21038,5004,'Username','\"wsaaus15\"'),(21039,5004,'CurrentUserRoles','[\"administrator\"]'),(21040,5004,'ClientIP','\"107.161.148.110\"'),(21041,5004,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21042,5005,'Attempts','1'),(21043,5005,'Username','\"wsaaus15\"'),(21044,5005,'CurrentUserRoles','[\"administrator\"]'),(21045,5005,'ClientIP','\"194.150.236.81\"'),(21046,5005,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21047,5006,'Attempts','1'),(21048,5006,'Username','\"wsaaus15\"'),(21049,5006,'CurrentUserRoles','[\"administrator\"]'),(21050,5006,'ClientIP','\"216.104.45.100\"'),(21051,5006,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21052,5007,'Attempts','1'),(21053,5007,'Username','\"wsaaus15\"'),(21054,5007,'CurrentUserRoles','[\"administrator\"]'),(21055,5007,'ClientIP','\"99.198.111.171\"'),(21056,5007,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21057,5008,'Attempts','1'),(21058,5008,'Username','\"wsaaus15\"'),(21059,5008,'CurrentUserRoles','[\"administrator\"]'),(21060,5008,'ClientIP','\"188.165.233.27\"'),(21061,5008,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21062,5009,'Attempts','1'),(21063,5009,'Username','\"wsaaus15\"'),(21064,5009,'CurrentUserRoles','[\"administrator\"]'),(21065,5009,'ClientIP','\"103.9.103.96\"'),(21066,5009,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21067,5010,'Attempts','1'),(21068,5010,'Username','\"wsaaus15\"'),(21069,5010,'CurrentUserRoles','[\"administrator\"]'),(21070,5010,'ClientIP','\"192.232.241.38\"'),(21071,5010,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21072,5011,'Attempts','1'),(21073,5011,'Username','\"wsaaus15\"'),(21074,5011,'CurrentUserRoles','[\"administrator\"]'),(21075,5011,'ClientIP','\"198.57.247.240\"'),(21076,5011,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21077,5012,'Attempts','1'),(21078,5012,'Username','\"wsaaus15\"'),(21079,5012,'CurrentUserRoles','[\"administrator\"]'),(21080,5012,'ClientIP','\"213.27.157.41\"'),(21081,5012,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21082,5013,'Attempts','1'),(21083,5013,'Username','\"wsaaus15\"'),(21084,5013,'CurrentUserRoles','[\"administrator\"]'),(21085,5013,'ClientIP','\"162.243.143.92\"'),(21086,5013,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21087,5014,'Attempts','1'),(21088,5014,'Username','\"wsaaus15\"'),(21089,5014,'CurrentUserRoles','[\"administrator\"]'),(21090,5014,'ClientIP','\"194.69.248.115\"'),(21091,5014,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21092,5015,'Attempts','1'),(21093,5015,'Username','\"wsaaus15\"'),(21094,5015,'CurrentUserRoles','[\"administrator\"]'),(21095,5015,'ClientIP','\"142.4.10.133\"'),(21096,5015,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21097,5016,'Attempts','1'),(21098,5016,'Username','\"wsaaus15\"'),(21099,5016,'CurrentUserRoles','[\"administrator\"]'),(21100,5016,'ClientIP','\"216.92.242.115\"'),(21101,5016,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21102,5017,'Attempts','1'),(21103,5017,'Username','\"wsaaus15\"'),(21104,5017,'CurrentUserRoles','[\"administrator\"]'),(21105,5017,'ClientIP','\"62.75.158.74\"'),(21106,5017,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21107,5018,'Attempts','1'),(21108,5018,'Username','\"wsaaus15\"'),(21109,5018,'CurrentUserRoles','[\"administrator\"]'),(21110,5018,'ClientIP','\"103.28.39.3\"'),(21111,5018,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21112,5019,'Attempts','1'),(21113,5020,'Attempts','1'),(21114,5019,'Username','\"wsaaus15\"'),(21115,5020,'Username','\"wsaaus15\"'),(21116,5019,'CurrentUserRoles','[\"administrator\"]'),(21117,5019,'ClientIP','\"178.22.62.23\"'),(21118,5020,'CurrentUserRoles','[\"administrator\"]'),(21119,5019,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21120,5020,'ClientIP','\"192.254.250.187\"'),(21121,5020,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21122,5021,'Attempts','1'),(21123,5021,'Username','\"wsaaus15\"'),(21124,5021,'CurrentUserRoles','[\"administrator\"]'),(21125,5021,'ClientIP','\"98.142.105.2\"'),(21126,5021,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21127,5022,'Attempts','1'),(21128,5022,'Username','\"wsaaus15\"'),(21129,5022,'CurrentUserRoles','[\"administrator\"]'),(21130,5022,'ClientIP','\"67.23.230.251\"'),(21131,5022,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21132,5023,'Attempts','1'),(21133,5023,'Username','\"wsaaus15\"'),(21134,5023,'CurrentUserRoles','[\"administrator\"]'),(21135,5023,'ClientIP','\"173.249.158.21\"'),(21136,5023,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21137,5024,'Attempts','1'),(21138,5024,'Username','\"wsaaus15\"'),(21139,5024,'CurrentUserRoles','[\"administrator\"]'),(21140,5024,'ClientIP','\"207.7.86.36\"'),(21141,5024,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21142,5025,'Attempts','1'),(21143,5025,'Username','\"wsaaus15\"'),(21144,5025,'CurrentUserRoles','[\"administrator\"]'),(21145,5025,'ClientIP','\"46.235.47.78\"'),(21146,5025,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21147,5026,'Attempts','1'),(21148,5026,'Username','\"wsaaus15\"'),(21149,5026,'CurrentUserRoles','[\"administrator\"]'),(21150,5026,'ClientIP','\"79.170.40.239\"'),(21151,5026,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21152,5027,'Attempts','1'),(21153,5027,'Username','\"wsaaus15\"'),(21154,5027,'CurrentUserRoles','[\"administrator\"]'),(21155,5027,'ClientIP','\"212.89.13.112\"'),(21156,5027,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21157,5028,'Attempts','1'),(21158,5028,'ClientIP','\"78.29.182.98\"'),(21159,5028,'UserAgent','\"\"'),(21160,5028,'CurrentUserID','0'),(21161,5029,'Attempts','1'),(21162,5029,'Username','\"wsaaus15\"'),(21163,5029,'CurrentUserRoles','[\"administrator\"]'),(21164,5029,'ClientIP','\"95.110.161.42\"'),(21165,5029,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21166,5030,'Attempts','1'),(21167,5030,'Username','\"wsaaus15\"'),(21168,5030,'CurrentUserRoles','[\"administrator\"]'),(21169,5030,'ClientIP','\"216.14.120.127\"'),(21170,5030,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21171,5031,'Attempts','1'),(21172,5031,'Username','\"wsaaus15\"'),(21173,5031,'CurrentUserRoles','[\"administrator\"]'),(21174,5031,'ClientIP','\"207.32.186.116\"'),(21175,5031,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21176,5032,'Attempts','1'),(21177,5032,'Username','\"wsaaus15\"'),(21178,5032,'CurrentUserRoles','[\"administrator\"]'),(21179,5032,'ClientIP','\"128.199.82.96\"'),(21180,5032,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21181,5033,'Attempts','1'),(21182,5033,'Username','\"wsaaus15\"'),(21183,5033,'CurrentUserRoles','[\"administrator\"]'),(21184,5033,'ClientIP','\"192.206.5.72\"'),(21185,5033,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21186,5034,'Attempts','1'),(21187,5034,'Username','\"wsaaus15\"'),(21188,5034,'CurrentUserRoles','[\"administrator\"]'),(21189,5034,'ClientIP','\"95.85.45.71\"'),(21190,5034,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21191,5035,'Attempts','1'),(21192,5035,'Username','\"wsaaus15\"'),(21193,5035,'CurrentUserRoles','[\"administrator\"]'),(21194,5035,'ClientIP','\"195.159.29.179\"'),(21195,5035,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21196,5036,'Attempts','1'),(21197,5036,'Username','\"wsaaus15\"'),(21198,5036,'CurrentUserRoles','[\"administrator\"]'),(21199,5036,'ClientIP','\"50.116.105.189\"'),(21200,5036,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21201,5037,'Attempts','1'),(21202,5037,'Username','\"wsaaus15\"'),(21203,5037,'CurrentUserRoles','[\"administrator\"]'),(21204,5037,'ClientIP','\"66.7.214.152\"'),(21205,5037,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21206,5038,'Attempts','1'),(21207,5038,'Username','\"wsaaus15\"'),(21208,5038,'CurrentUserRoles','[\"administrator\"]'),(21209,5038,'ClientIP','\"67.210.98.25\"'),(21210,5038,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21211,5039,'Attempts','1'),(21212,5039,'Username','\"wsaaus15\"'),(21213,5039,'CurrentUserRoles','[\"administrator\"]'),(21214,5039,'ClientIP','\"178.77.96.181\"'),(21215,5039,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21216,5040,'Attempts','1'),(21217,5040,'Username','\"wsaaus15\"'),(21218,5040,'CurrentUserRoles','[\"administrator\"]'),(21219,5040,'ClientIP','\"208.109.184.230\"'),(21220,5040,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21221,5041,'Attempts','1'),(21222,5041,'Username','\"wsaaus15\"'),(21223,5041,'CurrentUserRoles','[\"administrator\"]'),(21224,5041,'ClientIP','\"67.212.72.205\"'),(21225,5041,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21226,5042,'Attempts','1'),(21227,5042,'Username','\"wsaaus15\"'),(21228,5042,'CurrentUserRoles','[\"administrator\"]'),(21229,5042,'ClientIP','\"192.254.203.152\"'),(21230,5042,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21231,5043,'Attempts','1'),(21232,5043,'Username','\"wsaaus15\"'),(21233,5043,'CurrentUserRoles','[\"administrator\"]'),(21234,5043,'ClientIP','\"212.110.187.254\"'),(21235,5043,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21236,5044,'Attempts','1'),(21237,5044,'Username','\"wsaaus15\"'),(21238,5044,'CurrentUserRoles','[\"administrator\"]'),(21239,5044,'ClientIP','\"87.252.3.179\"'),(21240,5044,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21241,5045,'Attempts','1'),(21242,5045,'Username','\"wsaaus15\"'),(21243,5045,'CurrentUserRoles','[\"administrator\"]'),(21244,5045,'ClientIP','\"198.154.246.9\"'),(21245,5045,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21246,5046,'Attempts','1'),(21247,5046,'Username','\"wsaaus15\"'),(21248,5046,'CurrentUserRoles','[\"administrator\"]'),(21249,5046,'ClientIP','\"216.97.227.40\"'),(21250,5046,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21251,5047,'Attempts','1'),(21252,5047,'Username','\"wsaaus15\"'),(21253,5047,'CurrentUserRoles','[\"administrator\"]'),(21254,5047,'ClientIP','\"62.141.44.70\"'),(21255,5047,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21256,5048,'Attempts','1'),(21257,5048,'Username','\"wsaaus15\"'),(21258,5048,'CurrentUserRoles','[\"administrator\"]'),(21259,5048,'ClientIP','\"198.46.81.29\"'),(21260,5048,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21261,5049,'Attempts','1'),(21262,5049,'Username','\"wsaaus15\"'),(21263,5049,'CurrentUserRoles','[\"administrator\"]'),(21264,5049,'ClientIP','\"85.93.18.108\"'),(21265,5049,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21266,5050,'Attempts','1'),(21267,5050,'Username','\"wsaaus15\"'),(21268,5050,'CurrentUserRoles','[\"administrator\"]'),(21269,5050,'ClientIP','\"104.218.234.248\"'),(21270,5050,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21271,5051,'Attempts','1'),(21272,5051,'Username','\"wsaaus15\"'),(21273,5051,'CurrentUserRoles','[\"administrator\"]'),(21274,5051,'ClientIP','\"82.94.199.249\"'),(21275,5051,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21276,5052,'Attempts','1'),(21277,5052,'Username','\"wsaaus15\"'),(21278,5052,'CurrentUserRoles','[\"administrator\"]'),(21279,5052,'ClientIP','\"190.144.91.251\"'),(21280,5052,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21281,5053,'Attempts','1'),(21282,5053,'ClientIP','\"79.113.49.4\"'),(21283,5053,'UserAgent','\"\"'),(21284,5053,'CurrentUserID','0'),(21285,5054,'Attempts','1'),(21286,5054,'Username','\"wsaaus15\"'),(21287,5054,'CurrentUserRoles','[\"administrator\"]'),(21288,5054,'ClientIP','\"50.87.144.194\"'),(21289,5054,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21290,5055,'Attempts','1'),(21291,5055,'Username','\"wsaaus15\"'),(21292,5055,'CurrentUserRoles','[\"administrator\"]'),(21293,5055,'ClientIP','\"212.219.229.63\"'),(21294,5055,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21295,5056,'Attempts','1'),(21296,5056,'Username','\"wsaaus15\"'),(21297,5056,'CurrentUserRoles','[\"administrator\"]'),(21298,5056,'ClientIP','\"192.185.83.106\"'),(21299,5056,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21300,5057,'Attempts','1'),(21301,5057,'Username','\"wsaaus15\"'),(21302,5057,'CurrentUserRoles','[\"administrator\"]'),(21303,5057,'ClientIP','\"46.38.226.12\"'),(21304,5057,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21305,5058,'Attempts','1'),(21306,5058,'Username','\"wsaaus15\"'),(21307,5058,'CurrentUserRoles','[\"administrator\"]'),(21308,5058,'ClientIP','\"192.145.239.4\"'),(21309,5058,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21310,5059,'Attempts','1'),(21311,5059,'Username','\"wsaaus15\"'),(21312,5059,'CurrentUserRoles','[\"administrator\"]'),(21313,5059,'ClientIP','\"66.135.32.100\"'),(21314,5059,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21315,5060,'Attempts','1'),(21316,5060,'Username','\"wsaaus15\"'),(21317,5060,'CurrentUserRoles','[\"administrator\"]'),(21318,5060,'ClientIP','\"84.18.207.58\"'),(21319,5060,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21320,5061,'Attempts','1'),(21321,5061,'Username','\"wsaaus15\"'),(21322,5061,'CurrentUserRoles','[\"administrator\"]'),(21323,5061,'ClientIP','\"213.165.92.100\"'),(21324,5061,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21325,5062,'Attempts','1'),(21326,5062,'Username','\"wsaaus15\"'),(21327,5062,'CurrentUserRoles','[\"administrator\"]'),(21328,5062,'ClientIP','\"108.61.63.100\"'),(21329,5062,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21330,5063,'Attempts','1'),(21331,5063,'Username','\"wsaaus15\"'),(21332,5063,'CurrentUserRoles','[\"administrator\"]'),(21333,5063,'ClientIP','\"89.221.250.18\"'),(21334,5063,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21335,5064,'Attempts','1'),(21336,5064,'Username','\"wsaaus15\"'),(21337,5064,'CurrentUserRoles','[\"administrator\"]'),(21338,5064,'ClientIP','\"192.169.202.204\"'),(21339,5064,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21340,5065,'Attempts','1'),(21341,5065,'Username','\"wsaaus15\"'),(21342,5065,'CurrentUserRoles','[\"administrator\"]'),(21343,5065,'ClientIP','\"76.74.242.190\"'),(21344,5065,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21345,5066,'Attempts','1'),(21346,5066,'Username','\"wsaaus15\"'),(21347,5066,'CurrentUserRoles','[\"administrator\"]'),(21348,5066,'ClientIP','\"163.247.41.28\"'),(21349,5066,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21350,5067,'Attempts','1'),(21351,5067,'Username','\"wsaaus15\"'),(21352,5067,'CurrentUserRoles','[\"administrator\"]'),(21353,5067,'ClientIP','\"204.144.184.26\"'),(21354,5067,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21355,5068,'Attempts','1'),(21356,5068,'Username','\"wsaaus15\"'),(21357,5068,'CurrentUserRoles','[\"administrator\"]'),(21358,5068,'ClientIP','\"192.240.166.138\"'),(21359,5068,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21360,5069,'Attempts','1'),(21361,5069,'Username','\"wsaaus15\"'),(21362,5069,'CurrentUserRoles','[\"administrator\"]'),(21363,5069,'ClientIP','\"142.4.57.114\"'),(21364,5069,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21365,5070,'Attempts','1'),(21366,5070,'Username','\"wsaaus15\"'),(21367,5070,'CurrentUserRoles','[\"administrator\"]'),(21368,5070,'ClientIP','\"54.209.165.168\"'),(21369,5070,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21370,5071,'Attempts','1'),(21371,5071,'Username','\"wsaaus15\"'),(21372,5071,'CurrentUserRoles','[\"administrator\"]'),(21373,5071,'ClientIP','\"158.199.168.10\"'),(21374,5071,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21375,5072,'Attempts','1'),(21376,5072,'Username','\"wsaaus15\"'),(21377,5072,'CurrentUserRoles','[\"administrator\"]'),(21378,5072,'ClientIP','\"133.242.189.117\"'),(21379,5072,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21380,5073,'Attempts','1'),(21381,5073,'ClientIP','\"193.138.216.101\"'),(21382,5073,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(21383,5073,'CurrentUserID','0'),(21384,5074,'Attempts','1'),(21385,5074,'Username','\"wsaaus15\"'),(21386,5074,'CurrentUserRoles','[\"administrator\"]'),(21387,5074,'ClientIP','\"104.224.144.120\"'),(21388,5074,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21389,5075,'Attempts','1'),(21390,5075,'Username','\"wsaaus15\"'),(21391,5075,'CurrentUserRoles','[\"administrator\"]'),(21392,5075,'ClientIP','\"75.102.24.71\"'),(21393,5075,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21394,5076,'Attempts','1'),(21395,5076,'Username','\"wsaaus15\"'),(21396,5076,'CurrentUserRoles','[\"administrator\"]'),(21397,5076,'ClientIP','\"91.194.91.196\"'),(21398,5076,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21399,5077,'Attempts','1'),(21400,5077,'Username','\"wsaaus15\"'),(21401,5077,'CurrentUserRoles','[\"administrator\"]'),(21402,5077,'ClientIP','\"212.110.189.197\"'),(21403,5077,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21404,5078,'Attempts','1'),(21405,5078,'Username','\"wsaaus15\"'),(21406,5078,'CurrentUserRoles','[\"administrator\"]'),(21407,5078,'ClientIP','\"103.230.85.76\"'),(21408,5078,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21409,5079,'Attempts','1'),(21410,5079,'Username','\"wsaaus15\"'),(21411,5079,'CurrentUserRoles','[\"administrator\"]'),(21412,5079,'ClientIP','\"184.154.47.66\"'),(21413,5079,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21414,5080,'Attempts','1'),(21415,5080,'Username','\"wsaaus15\"'),(21416,5080,'CurrentUserRoles','[\"administrator\"]'),(21417,5080,'ClientIP','\"94.73.142.106\"'),(21418,5080,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21419,5081,'Attempts','1'),(21420,5081,'Username','\"wsaaus15\"'),(21421,5081,'CurrentUserRoles','[\"administrator\"]'),(21422,5081,'ClientIP','\"92.61.152.10\"'),(21423,5081,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21424,5082,'Attempts','1'),(21425,5082,'Username','\"wsaaus15\"'),(21426,5082,'CurrentUserRoles','[\"administrator\"]'),(21427,5082,'ClientIP','\"121.127.238.1\"'),(21428,5082,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21429,5083,'Attempts','1'),(21430,5083,'Username','\"wsaaus15\"'),(21431,5083,'CurrentUserRoles','[\"administrator\"]'),(21432,5083,'ClientIP','\"206.130.103.6\"'),(21433,5083,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21434,5084,'Attempts','1'),(21435,5084,'Username','\"wsaaus15\"'),(21436,5084,'CurrentUserRoles','[\"administrator\"]'),(21437,5084,'ClientIP','\"192.185.2.41\"'),(21438,5084,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21439,5085,'Attempts','1'),(21440,5085,'ClientIP','\"87.68.54.169\"'),(21441,5085,'UserAgent','\"\"'),(21442,5085,'CurrentUserID','0'),(21443,5086,'Attempts','1'),(21444,5086,'Username','\"wsaaus15\"'),(21445,5086,'CurrentUserRoles','[\"administrator\"]'),(21446,5086,'ClientIP','\"217.19.254.139\"'),(21447,5086,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21448,5087,'Attempts','2'),(21449,5087,'Username','\"wsaaus15\"'),(21450,5087,'CurrentUserRoles','[\"administrator\"]'),(21451,5087,'ClientIP','\"210.209.124.95\"'),(21452,5087,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21453,5088,'Attempts','1'),(21454,5088,'Username','\"wsaaus15\"'),(21455,5088,'CurrentUserRoles','[\"administrator\"]'),(21456,5088,'ClientIP','\"219.94.251.202\"'),(21457,5088,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21458,5089,'Attempts','1'),(21459,5089,'Username','\"wsaaus15\"'),(21460,5089,'CurrentUserRoles','[\"administrator\"]'),(21461,5089,'ClientIP','\"45.63.13.148\"'),(21462,5089,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21463,5090,'Attempts','3'),(21464,5090,'Username','\"wsaaus15\"'),(21465,5090,'CurrentUserRoles','[\"administrator\"]'),(21466,5090,'ClientIP','\"67.214.182.202\"'),(21467,5090,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21468,5091,'Attempts','1'),(21469,5091,'Username','\"wsaaus15\"'),(21470,5091,'CurrentUserRoles','[\"administrator\"]'),(21471,5091,'ClientIP','\"93.95.228.60\"'),(21472,5091,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21473,5092,'Attempts','2'),(21474,5092,'Username','\"wsaaus15\"'),(21475,5092,'CurrentUserRoles','[\"administrator\"]'),(21476,5092,'ClientIP','\"192.217.124.143\"'),(21477,5092,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21478,5093,'Attempts','1'),(21479,5093,'Username','\"wsaaus15\"'),(21480,5093,'CurrentUserRoles','[\"administrator\"]'),(21481,5093,'ClientIP','\"54.167.98.211\"'),(21482,5093,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21483,5094,'Attempts','1'),(21484,5094,'Username','\"wsaaus15\"'),(21485,5094,'CurrentUserRoles','[\"administrator\"]'),(21486,5094,'ClientIP','\"192.241.175.242\"'),(21487,5094,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21488,5095,'Attempts','1'),(21489,5095,'Username','\"wsaaus15\"'),(21490,5095,'CurrentUserRoles','[\"administrator\"]'),(21491,5095,'ClientIP','\"123.63.124.186\"'),(21492,5095,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21493,5096,'Attempts','2'),(21494,5096,'Username','\"wsaaus15\"'),(21495,5096,'CurrentUserRoles','[\"administrator\"]'),(21496,5096,'ClientIP','\"83.223.124.13\"'),(21497,5096,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21498,5097,'Attempts','1'),(21499,5097,'Username','\"wsaaus15\"'),(21500,5097,'CurrentUserRoles','[\"administrator\"]'),(21501,5097,'ClientIP','\"119.31.237.48\"'),(21502,5097,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21503,5098,'Attempts','2'),(21504,5098,'Username','\"wsaaus15\"'),(21505,5098,'CurrentUserRoles','[\"administrator\"]'),(21506,5098,'ClientIP','\"144.76.241.90\"'),(21507,5098,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21508,5099,'Attempts','1'),(21509,5099,'Username','\"wsaaus15\"'),(21510,5099,'CurrentUserRoles','[\"administrator\"]'),(21511,5099,'ClientIP','\"67.23.250.57\"'),(21512,5099,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21513,5100,'Attempts','1'),(21514,5100,'Username','\"wsaaus15\"'),(21515,5100,'CurrentUserRoles','[\"administrator\"]'),(21516,5100,'ClientIP','\"85.17.187.29\"'),(21517,5100,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21518,5101,'Attempts','2'),(21519,5101,'Username','\"wsaaus15\"'),(21520,5101,'CurrentUserRoles','[\"administrator\"]'),(21521,5101,'ClientIP','\"69.174.114.131\"'),(21522,5101,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21523,5102,'Attempts','1'),(21524,5102,'Username','\"wsaaus15\"'),(21525,5102,'CurrentUserRoles','[\"administrator\"]'),(21526,5102,'ClientIP','\"37.61.236.2\"'),(21527,5102,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21528,5103,'Attempts','3'),(21529,5103,'Username','\"wsaaus15\"'),(21530,5103,'CurrentUserRoles','[\"administrator\"]'),(21531,5103,'ClientIP','\"66.115.180.102\"'),(21532,5103,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21533,5104,'Attempts','1'),(21534,5104,'Username','\"wsaaus15\"'),(21535,5104,'CurrentUserRoles','[\"administrator\"]'),(21536,5104,'ClientIP','\"216.107.128.54\"'),(21537,5104,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21538,5105,'Attempts','1'),(21539,5105,'Username','\"wsaaus15\"'),(21540,5105,'CurrentUserRoles','[\"administrator\"]'),(21541,5105,'ClientIP','\"209.105.244.236\"'),(21542,5105,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21543,5106,'Attempts','1'),(21544,5106,'Username','\"wsaaus15\"'),(21545,5106,'CurrentUserRoles','[\"administrator\"]'),(21546,5106,'ClientIP','\"67.222.154.122\"'),(21547,5106,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21548,5107,'Attempts','1'),(21549,5107,'Username','\"wsaaus15\"'),(21550,5107,'CurrentUserRoles','[\"administrator\"]'),(21551,5107,'ClientIP','\"198.154.195.181\"'),(21552,5107,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21553,5108,'Attempts','1'),(21554,5108,'Username','\"wsaaus15\"'),(21555,5108,'CurrentUserRoles','[\"administrator\"]'),(21556,5108,'ClientIP','\"192.145.239.25\"'),(21557,5108,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21558,5109,'Attempts','2'),(21559,5109,'Username','\"wsaaus15\"'),(21560,5109,'CurrentUserRoles','[\"administrator\"]'),(21561,5109,'ClientIP','\"37.59.4.212\"'),(21562,5109,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21563,5110,'Attempts','1'),(21564,5110,'Username','\"wsaaus15\"'),(21565,5110,'CurrentUserRoles','[\"administrator\"]'),(21566,5110,'ClientIP','\"64.34.157.110\"'),(21567,5110,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21568,5111,'Attempts','1'),(21569,5111,'Username','\"wsaaus15\"'),(21570,5111,'CurrentUserRoles','[\"administrator\"]'),(21571,5111,'ClientIP','\"31.13.217.228\"'),(21572,5111,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21573,5112,'Attempts','1'),(21574,5112,'Username','\"wsaaus15\"'),(21575,5112,'CurrentUserRoles','[\"administrator\"]'),(21576,5112,'ClientIP','\"64.156.26.150\"'),(21577,5112,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21578,5113,'Attempts','1'),(21579,5113,'Username','\"wsaaus15\"'),(21580,5113,'CurrentUserRoles','[\"administrator\"]'),(21581,5113,'ClientIP','\"185.32.188.97\"'),(21582,5113,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21583,5114,'Attempts','1'),(21584,5114,'Username','\"wsaaus15\"'),(21585,5114,'CurrentUserRoles','[\"administrator\"]'),(21586,5114,'ClientIP','\"64.13.249.111\"'),(21587,5114,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21588,5115,'Attempts','1'),(21589,5115,'Username','\"wsaaus15\"'),(21590,5115,'CurrentUserRoles','[\"administrator\"]'),(21591,5115,'ClientIP','\"119.59.120.13\"'),(21592,5115,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21593,5116,'Attempts','1'),(21594,5116,'Username','\"wsaaus15\"'),(21595,5116,'CurrentUserRoles','[\"administrator\"]'),(21596,5116,'ClientIP','\"94.23.41.186\"'),(21597,5116,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21598,5117,'Attempts','1'),(21599,5117,'Username','\"wsaaus15\"'),(21600,5117,'CurrentUserRoles','[\"administrator\"]'),(21601,5117,'ClientIP','\"112.121.152.197\"'),(21602,5117,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21603,5118,'Attempts','3'),(21604,5118,'Username','\"wsaaus15\"'),(21605,5118,'CurrentUserRoles','[\"administrator\"]'),(21606,5118,'ClientIP','\"94.75.226.149\"'),(21607,5118,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21608,5119,'Attempts','2'),(21609,5119,'Username','\"wsaaus15\"'),(21610,5119,'CurrentUserRoles','[\"administrator\"]'),(21611,5119,'ClientIP','\"64.34.173.140\"'),(21612,5119,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21613,5120,'Attempts','1'),(21614,5120,'Username','\"wsaaus15\"'),(21615,5120,'CurrentUserRoles','[\"administrator\"]'),(21616,5120,'ClientIP','\"178.236.202.28\"'),(21617,5120,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21618,5121,'Attempts','1'),(21619,5121,'Username','\"wsaaus15\"'),(21620,5121,'CurrentUserRoles','[\"administrator\"]'),(21621,5121,'ClientIP','\"185.52.25.225\"'),(21622,5121,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21623,5122,'Attempts','2'),(21624,5122,'Username','\"wsaaus15\"'),(21625,5122,'CurrentUserRoles','[\"administrator\"]'),(21626,5122,'ClientIP','\"69.28.199.30\"'),(21627,5122,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21628,5123,'Attempts','1'),(21629,5123,'Username','\"wsaaus15\"'),(21630,5123,'CurrentUserRoles','[\"administrator\"]'),(21631,5123,'ClientIP','\"49.212.53.29\"'),(21632,5123,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21633,5124,'Attempts','1'),(21634,5124,'Username','\"wsaaus15\"'),(21635,5124,'CurrentUserRoles','[\"administrator\"]'),(21636,5124,'ClientIP','\"184.170.242.10\"'),(21637,5124,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21638,5125,'Attempts','2'),(21639,5125,'Username','\"wsaaus15\"'),(21640,5125,'CurrentUserRoles','[\"administrator\"]'),(21641,5125,'ClientIP','\"195.149.227.64\"'),(21642,5125,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21643,5126,'Attempts','1'),(21644,5126,'Username','\"wsaaus15\"'),(21645,5126,'CurrentUserRoles','[\"administrator\"]'),(21646,5126,'ClientIP','\"199.115.124.171\"'),(21647,5126,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21648,5127,'Attempts','1'),(21649,5127,'Username','\"wsaaus15\"'),(21650,5127,'CurrentUserRoles','[\"administrator\"]'),(21651,5127,'ClientIP','\"5.100.250.117\"'),(21652,5127,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21653,5128,'Attempts','1'),(21654,5128,'Username','\"wsaaus15\"'),(21655,5128,'CurrentUserRoles','[\"administrator\"]'),(21656,5128,'ClientIP','\"103.24.244.42\"'),(21657,5128,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21658,5129,'Attempts','1'),(21659,5129,'Username','\"wsaaus15\"'),(21660,5129,'CurrentUserRoles','[\"administrator\"]'),(21661,5129,'ClientIP','\"212.113.142.6\"'),(21662,5129,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21663,5130,'Attempts','1'),(21664,5130,'Username','\"wsaaus15\"'),(21665,5130,'CurrentUserRoles','[\"administrator\"]'),(21666,5130,'ClientIP','\"176.9.154.17\"'),(21667,5130,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21668,5131,'Attempts','1'),(21669,5131,'Username','\"wsaaus15\"'),(21670,5131,'CurrentUserRoles','[\"administrator\"]'),(21671,5131,'ClientIP','\"198.154.228.200\"'),(21672,5131,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21673,5132,'Attempts','1'),(21674,5132,'Username','\"wsaaus15\"'),(21675,5132,'CurrentUserRoles','[\"administrator\"]'),(21676,5132,'ClientIP','\"67.210.124.60\"'),(21677,5132,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21678,5133,'Attempts','1'),(21679,5133,'Username','\"wsaaus15\"'),(21680,5133,'CurrentUserRoles','[\"administrator\"]'),(21681,5133,'ClientIP','\"89.105.218.16\"'),(21682,5133,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21683,5134,'Attempts','1'),(21684,5134,'Username','\"wsaaus15\"'),(21685,5134,'CurrentUserRoles','[\"administrator\"]'),(21686,5134,'ClientIP','\"198.154.237.147\"'),(21687,5134,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21688,5135,'Attempts','1'),(21689,5135,'Username','\"wsaaus15\"'),(21690,5135,'CurrentUserRoles','[\"administrator\"]'),(21691,5135,'ClientIP','\"72.52.119.66\"'),(21692,5135,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21693,5136,'Attempts','1'),(21694,5136,'Username','\"wsaaus15\"'),(21695,5136,'CurrentUserRoles','[\"administrator\"]'),(21696,5136,'ClientIP','\"198.57.176.234\"'),(21697,5136,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21698,5137,'Attempts','1'),(21699,5137,'Username','\"wsaaus15\"'),(21700,5137,'CurrentUserRoles','[\"administrator\"]'),(21701,5137,'ClientIP','\"209.54.34.249\"'),(21702,5137,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21703,5138,'Attempts','1'),(21704,5138,'Username','\"wsaaus15\"'),(21705,5138,'CurrentUserRoles','[\"administrator\"]'),(21706,5138,'ClientIP','\"188.209.212.115\"'),(21707,5138,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21708,5139,'Attempts','1'),(21709,5139,'Username','\"wsaaus15\"'),(21710,5139,'CurrentUserRoles','[\"administrator\"]'),(21711,5139,'ClientIP','\"198.20.224.148\"'),(21712,5139,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21713,5140,'Attempts','1'),(21714,5140,'Username','\"wsaaus15\"'),(21715,5140,'CurrentUserRoles','[\"administrator\"]'),(21716,5140,'ClientIP','\"76.182.238.206\"'),(21717,5140,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21718,5141,'Attempts','1'),(21719,5141,'ClientIP','\"31.184.234.103\"'),(21720,5141,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/28.0.1468.0 Safari\\/537.36\"'),(21721,5141,'CurrentUserID','0'),(21722,5142,'Attempts','1'),(21723,5142,'Username','\"wsaaus15\"'),(21724,5142,'CurrentUserRoles','[\"administrator\"]'),(21725,5142,'ClientIP','\"74.200.203.138\"'),(21726,5142,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21727,5143,'Attempts','1'),(21728,5143,'Username','\"wsaaus15\"'),(21729,5143,'CurrentUserRoles','[\"administrator\"]'),(21730,5143,'ClientIP','\"50.57.27.227\"'),(21731,5143,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21732,5144,'Attempts','1'),(21733,5144,'Username','\"wsaaus15\"'),(21734,5144,'CurrentUserRoles','[\"administrator\"]'),(21735,5144,'ClientIP','\"173.193.16.82\"'),(21736,5144,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21737,5145,'Attempts','1'),(21738,5145,'Username','\"wsaaus15\"'),(21739,5145,'CurrentUserRoles','[\"administrator\"]'),(21740,5145,'ClientIP','\"82.80.35.67\"'),(21741,5145,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21742,5146,'Attempts','2'),(21743,5146,'Username','\"wsaaus15\"'),(21744,5146,'CurrentUserRoles','[\"administrator\"]'),(21745,5146,'ClientIP','\"192.163.243.134\"'),(21746,5146,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21747,5147,'Attempts','1'),(21748,5147,'Username','\"wsaaus15\"'),(21749,5147,'CurrentUserRoles','[\"administrator\"]'),(21750,5147,'ClientIP','\"69.64.55.100\"'),(21751,5147,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21752,5148,'Attempts','1'),(21753,5148,'Username','\"wsaaus15\"'),(21754,5148,'CurrentUserRoles','[\"administrator\"]'),(21755,5148,'ClientIP','\"84.234.233.46\"'),(21756,5148,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21757,5149,'Attempts','2'),(21758,5149,'Username','\"wsaaus15\"'),(21759,5149,'CurrentUserRoles','[\"administrator\"]'),(21760,5149,'ClientIP','\"198.57.168.151\"'),(21761,5149,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21762,5150,'Attempts','1'),(21763,5150,'ClientIP','\"105.186.85.128\"'),(21764,5150,'UserAgent','\"\"'),(21765,5150,'CurrentUserID','0'),(21766,5151,'Attempts','1'),(21767,5151,'Username','\"wsaaus15\"'),(21768,5151,'CurrentUserRoles','[\"administrator\"]'),(21769,5151,'ClientIP','\"78.46.37.173\"'),(21770,5151,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21771,5152,'Attempts','1'),(21772,5152,'Username','\"wsaaus15\"'),(21773,5152,'CurrentUserRoles','[\"administrator\"]'),(21774,5152,'ClientIP','\"58.64.142.86\"'),(21775,5152,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21776,5153,'Attempts','1'),(21777,5153,'Username','\"wsaaus15\"'),(21778,5153,'CurrentUserRoles','[\"administrator\"]'),(21779,5153,'ClientIP','\"195.223.59.206\"'),(21780,5153,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21781,5154,'Attempts','1'),(21782,5154,'Username','\"wsaaus15\"'),(21783,5154,'CurrentUserRoles','[\"administrator\"]'),(21784,5154,'ClientIP','\"74.117.157.120\"'),(21785,5154,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21786,5155,'Attempts','1'),(21787,5155,'Username','\"wsaaus15\"'),(21788,5155,'CurrentUserRoles','[\"administrator\"]'),(21789,5155,'ClientIP','\"115.146.127.39\"'),(21790,5155,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21791,5156,'Attempts','1'),(21792,5156,'Username','\"wsaaus15\"'),(21793,5156,'CurrentUserRoles','[\"administrator\"]'),(21794,5156,'ClientIP','\"208.111.42.244\"'),(21795,5156,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21796,5157,'Attempts','1'),(21797,5157,'Username','\"wsaaus15\"'),(21798,5157,'CurrentUserRoles','[\"administrator\"]'),(21799,5157,'ClientIP','\"192.254.204.183\"'),(21800,5157,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21801,5158,'Attempts','1'),(21802,5158,'Username','\"wsaaus15\"'),(21803,5158,'CurrentUserRoles','[\"administrator\"]'),(21804,5158,'ClientIP','\"213.171.218.166\"'),(21805,5158,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21806,5159,'Attempts','1'),(21807,5159,'Username','\"wsaaus15\"'),(21808,5159,'CurrentUserRoles','[\"administrator\"]'),(21809,5159,'ClientIP','\"66.84.10.185\"'),(21810,5159,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21811,5160,'Attempts','1'),(21812,5160,'Username','\"wsaaus15\"'),(21813,5160,'CurrentUserRoles','[\"administrator\"]'),(21814,5160,'ClientIP','\"219.251.12.206\"'),(21815,5160,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21816,5161,'Attempts','1'),(21817,5161,'Username','\"wsaaus15\"'),(21818,5161,'CurrentUserRoles','[\"administrator\"]'),(21819,5161,'ClientIP','\"162.144.77.189\"'),(21820,5161,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21821,5162,'Attempts','1'),(21822,5162,'Username','\"wsaaus15\"'),(21823,5162,'CurrentUserRoles','[\"administrator\"]'),(21824,5162,'ClientIP','\"193.138.125.42\"'),(21825,5162,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21826,5163,'Attempts','2'),(21827,5163,'Username','\"wsaaus15\"'),(21828,5163,'CurrentUserRoles','[\"administrator\"]'),(21829,5163,'ClientIP','\"108.170.13.162\"'),(21830,5163,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21831,5164,'Attempts','1'),(21832,5164,'Username','\"wsaaus15\"'),(21833,5164,'CurrentUserRoles','[\"administrator\"]'),(21834,5164,'ClientIP','\"208.43.99.132\"'),(21835,5164,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21836,5165,'Attempts','1'),(21837,5165,'Username','\"wsaaus15\"'),(21838,5165,'CurrentUserRoles','[\"administrator\"]'),(21839,5165,'ClientIP','\"69.65.21.110\"'),(21840,5165,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21841,5166,'Attempts','1'),(21842,5166,'Username','\"wsaaus15\"'),(21843,5166,'CurrentUserRoles','[\"administrator\"]'),(21844,5166,'ClientIP','\"130.209.240.192\"'),(21845,5166,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21846,5167,'Attempts','2'),(21847,5167,'Username','\"wsaaus15\"'),(21848,5167,'CurrentUserRoles','[\"administrator\"]'),(21849,5167,'ClientIP','\"192.145.239.3\"'),(21850,5167,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21851,5168,'Attempts','1'),(21852,5168,'ClientIP','\"5.196.72.199\"'),(21853,5168,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.110 Safari\\/537.36\"'),(21854,5168,'CurrentUserID','0'),(21855,5169,'Attempts','1'),(21856,5169,'Username','\"wsaaus15\"'),(21857,5169,'CurrentUserRoles','[\"administrator\"]'),(21858,5169,'ClientIP','\"115.146.122.245\"'),(21859,5169,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21860,5170,'Attempts','1'),(21861,5170,'Username','\"wsaaus15\"'),(21862,5170,'CurrentUserRoles','[\"administrator\"]'),(21863,5170,'ClientIP','\"5.44.234.50\"'),(21864,5170,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21865,5171,'Attempts','2'),(21866,5171,'Username','\"wsaaus15\"'),(21867,5171,'CurrentUserRoles','[\"administrator\"]'),(21868,5171,'ClientIP','\"74.50.21.13\"'),(21869,5171,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21870,5172,'Attempts','1'),(21871,5172,'Username','\"wsaaus15\"'),(21872,5172,'CurrentUserRoles','[\"administrator\"]'),(21873,5172,'ClientIP','\"86.107.43.62\"'),(21874,5172,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21875,5173,'Attempts','1'),(21876,5173,'Username','\"wsaaus15\"'),(21877,5173,'CurrentUserRoles','[\"administrator\"]'),(21878,5173,'ClientIP','\"37.59.63.230\"'),(21879,5173,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21880,5174,'Attempts','1'),(21881,5174,'Username','\"wsaaus15\"'),(21882,5174,'CurrentUserRoles','[\"administrator\"]'),(21883,5174,'ClientIP','\"63.247.93.98\"'),(21884,5174,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21885,5175,'Attempts','1'),(21886,5175,'Username','\"wsaaus15\"'),(21887,5175,'CurrentUserRoles','[\"administrator\"]'),(21888,5175,'ClientIP','\"192.240.165.28\"'),(21889,5175,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21890,5176,'Attempts','1'),(21891,5176,'Username','\"wsaaus15\"'),(21892,5176,'CurrentUserRoles','[\"administrator\"]'),(21893,5176,'ClientIP','\"37.187.51.148\"'),(21894,5176,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21895,5177,'Attempts','1'),(21896,5177,'Username','\"wsaaus15\"'),(21897,5177,'CurrentUserRoles','[\"administrator\"]'),(21898,5177,'ClientIP','\"217.8.245.11\"'),(21899,5177,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21900,5178,'Attempts','1'),(21901,5178,'Username','\"wsaaus15\"'),(21902,5178,'CurrentUserRoles','[\"administrator\"]'),(21903,5178,'ClientIP','\"173.192.76.173\"'),(21904,5178,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21905,5179,'Attempts','1'),(21906,5179,'Username','\"wsaaus15\"'),(21907,5179,'CurrentUserRoles','[\"administrator\"]'),(21908,5179,'ClientIP','\"66.147.244.123\"'),(21909,5179,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21910,5180,'Attempts','3'),(21911,5180,'Username','\"wsaaus15\"'),(21912,5180,'CurrentUserRoles','[\"administrator\"]'),(21913,5180,'ClientIP','\"62.141.44.70\"'),(21914,5180,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21915,5181,'Attempts','1'),(21916,5181,'Username','\"wsaaus15\"'),(21917,5181,'CurrentUserRoles','[\"administrator\"]'),(21918,5181,'ClientIP','\"210.238.91.71\"'),(21919,5181,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21920,5182,'Attempts','1'),(21921,5182,'Username','\"wsaaus15\"'),(21922,5182,'CurrentUserRoles','[\"administrator\"]'),(21923,5182,'ClientIP','\"74.124.212.114\"'),(21924,5182,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21925,5183,'Attempts','1'),(21926,5183,'Username','\"wsaaus15\"'),(21927,5183,'CurrentUserRoles','[\"administrator\"]'),(21928,5183,'ClientIP','\"212.72.184.80\"'),(21929,5183,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21930,5184,'Attempts','1'),(21931,5184,'Username','\"wsaaus15\"'),(21932,5184,'CurrentUserRoles','[\"administrator\"]'),(21933,5184,'ClientIP','\"82.100.220.63\"'),(21934,5184,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21935,5185,'Attempts','1'),(21936,5185,'Username','\"wsaaus15\"'),(21937,5185,'CurrentUserRoles','[\"administrator\"]'),(21938,5185,'ClientIP','\"192.185.81.61\"'),(21939,5185,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21940,5186,'Attempts','2'),(21941,5186,'Username','\"wsaaus15\"'),(21942,5186,'CurrentUserRoles','[\"administrator\"]'),(21943,5186,'ClientIP','\"185.22.184.86\"'),(21944,5186,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21945,5187,'Attempts','1'),(21946,5187,'Username','\"wsaaus15\"'),(21947,5187,'CurrentUserRoles','[\"administrator\"]'),(21948,5187,'ClientIP','\"200.72.182.18\"'),(21949,5187,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21950,5188,'Attempts','2'),(21951,5188,'Username','\"wsaaus15\"'),(21952,5188,'CurrentUserRoles','[\"administrator\"]'),(21953,5188,'ClientIP','\"167.114.157.131\"'),(21954,5188,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21955,5189,'Attempts','1'),(21956,5189,'Username','\"wsaaus15\"'),(21957,5189,'CurrentUserRoles','[\"administrator\"]'),(21958,5189,'ClientIP','\"72.249.28.18\"'),(21959,5189,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21960,5190,'Attempts','1'),(21961,5190,'Username','\"wsaaus15\"'),(21962,5190,'CurrentUserRoles','[\"administrator\"]'),(21963,5190,'ClientIP','\"79.171.96.18\"'),(21964,5190,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21965,5191,'Attempts','1'),(21966,5191,'Username','\"wsaaus15\"'),(21967,5191,'CurrentUserRoles','[\"administrator\"]'),(21968,5191,'ClientIP','\"198.154.223.177\"'),(21969,5191,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21970,5192,'Attempts','1'),(21971,5192,'Username','\"wsaaus15\"'),(21972,5192,'CurrentUserRoles','[\"administrator\"]'),(21973,5192,'ClientIP','\"94.228.136.184\"'),(21974,5192,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21975,5193,'Attempts','1'),(21976,5193,'Username','\"wsaaus15\"'),(21977,5193,'CurrentUserRoles','[\"administrator\"]'),(21978,5193,'ClientIP','\"141.255.181.35\"'),(21979,5193,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21980,5194,'Attempts','2'),(21981,5194,'Username','\"wsaaus15\"'),(21982,5194,'CurrentUserRoles','[\"administrator\"]'),(21983,5194,'ClientIP','\"69.89.160.7\"'),(21984,5194,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21985,5195,'Attempts','1'),(21986,5195,'Username','\"wsaaus15\"'),(21987,5195,'CurrentUserRoles','[\"administrator\"]'),(21988,5195,'ClientIP','\"210.242.73.213\"'),(21989,5195,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21990,5196,'Attempts','1'),(21991,5196,'Username','\"wsaaus15\"'),(21992,5196,'CurrentUserRoles','[\"administrator\"]'),(21993,5196,'ClientIP','\"154.56.138.131\"'),(21994,5196,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(21995,5197,'Attempts','1'),(21996,5197,'Username','\"wsaaus15\"'),(21997,5197,'CurrentUserRoles','[\"administrator\"]'),(21998,5197,'ClientIP','\"198.27.70.162\"'),(21999,5197,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22000,5198,'Attempts','1'),(22001,5198,'Username','\"wsaaus15\"'),(22002,5198,'CurrentUserRoles','[\"administrator\"]'),(22003,5198,'ClientIP','\"108.61.163.139\"'),(22004,5198,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22005,5199,'Attempts','1'),(22006,5199,'Username','\"wsaaus15\"'),(22007,5199,'CurrentUserRoles','[\"administrator\"]'),(22008,5199,'ClientIP','\"198.136.58.106\"'),(22009,5199,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22010,5200,'Attempts','1'),(22011,5200,'Username','\"wsaaus15\"'),(22012,5200,'CurrentUserRoles','[\"administrator\"]'),(22013,5200,'ClientIP','\"72.55.168.241\"'),(22014,5200,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22015,5201,'Attempts','1'),(22016,5201,'Username','\"wsaaus15\"'),(22017,5201,'CurrentUserRoles','[\"administrator\"]'),(22018,5201,'ClientIP','\"63.238.52.119\"'),(22019,5201,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22020,5202,'Attempts','1'),(22021,5202,'Username','\"wsaaus15\"'),(22022,5202,'CurrentUserRoles','[\"administrator\"]'),(22023,5202,'ClientIP','\"98.142.105.122\"'),(22024,5202,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22025,5203,'Attempts','2'),(22026,5203,'Username','\"wsaaus15\"'),(22027,5203,'CurrentUserRoles','[\"administrator\"]'),(22028,5203,'ClientIP','\"216.227.218.230\"'),(22029,5203,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22030,5204,'Attempts','1'),(22031,5204,'Username','\"wsaaus15\"'),(22032,5204,'CurrentUserRoles','[\"administrator\"]'),(22033,5204,'ClientIP','\"77.222.56.123\"'),(22034,5204,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22035,5205,'Attempts','1'),(22036,5205,'Username','\"wsaaus15\"'),(22037,5205,'CurrentUserRoles','[\"administrator\"]'),(22038,5205,'ClientIP','\"66.228.41.61\"'),(22039,5205,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22040,5206,'Attempts','1'),(22041,5206,'Username','\"wsaaus15\"'),(22042,5206,'CurrentUserRoles','[\"administrator\"]'),(22043,5206,'ClientIP','\"162.211.84.33\"'),(22044,5206,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22045,5207,'Attempts','1'),(22046,5207,'Username','\"wsaaus15\"'),(22047,5207,'CurrentUserRoles','[\"administrator\"]'),(22048,5207,'ClientIP','\"160.16.50.155\"'),(22049,5207,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22050,5208,'Attempts','1'),(22051,5209,'Attempts','1'),(22052,5208,'Username','\"wsaaus15\"'),(22053,5209,'Username','\"wsaaus15\"'),(22054,5208,'CurrentUserRoles','[\"administrator\"]'),(22055,5209,'CurrentUserRoles','[\"administrator\"]'),(22056,5208,'ClientIP','\"74.50.4.80\"'),(22057,5208,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22058,5209,'ClientIP','\"195.57.134.210\"'),(22059,5209,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22060,5210,'Attempts','2'),(22061,5210,'Username','\"wsaaus15\"'),(22062,5210,'CurrentUserRoles','[\"administrator\"]'),(22063,5210,'ClientIP','\"67.159.39.34\"'),(22064,5210,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22065,5211,'Attempts','1'),(22066,5211,'Username','\"wsaaus15\"'),(22067,5211,'CurrentUserRoles','[\"administrator\"]'),(22068,5211,'ClientIP','\"199.180.252.22\"'),(22069,5211,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22070,5212,'Attempts','2'),(22071,5212,'Username','\"wsaaus15\"'),(22072,5212,'CurrentUserRoles','[\"administrator\"]'),(22073,5212,'ClientIP','\"213.189.2.37\"'),(22074,5212,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22075,5213,'Attempts','1'),(22076,5213,'Username','\"wsaaus15\"'),(22077,5213,'CurrentUserRoles','[\"administrator\"]'),(22078,5213,'ClientIP','\"70.33.246.200\"'),(22079,5213,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22080,5214,'Attempts','1'),(22081,5215,'Attempts','1'),(22082,5214,'Username','\"wsaaus15\"'),(22083,5215,'Username','\"wsaaus15\"'),(22084,5214,'CurrentUserRoles','[\"administrator\"]'),(22085,5215,'CurrentUserRoles','[\"administrator\"]'),(22086,5215,'ClientIP','\"50.62.139.224\"'),(22087,5214,'ClientIP','\"192.254.155.51\"'),(22088,5215,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22089,5214,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22090,5216,'Attempts','1'),(22091,5216,'Username','\"wsaaus15\"'),(22092,5216,'CurrentUserRoles','[\"administrator\"]'),(22093,5216,'ClientIP','\"192.185.81.118\"'),(22094,5216,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22095,5217,'Attempts','1'),(22096,5218,'Attempts','1'),(22097,5217,'Username','\"wsaaus15\"'),(22098,5218,'Username','\"wsaaus15\"'),(22099,5217,'CurrentUserRoles','[\"administrator\"]'),(22100,5218,'CurrentUserRoles','[\"administrator\"]'),(22101,5217,'ClientIP','\"199.167.202.96\"'),(22102,5218,'ClientIP','\"178.33.191.211\"'),(22103,5217,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22104,5218,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22105,5219,'Attempts','1'),(22106,5219,'Username','\"wsaaus15\"'),(22107,5219,'CurrentUserRoles','[\"administrator\"]'),(22108,5219,'ClientIP','\"201.235.255.30\"'),(22109,5219,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22110,5220,'Attempts','1'),(22111,5220,'Username','\"wsaaus15\"'),(22112,5220,'CurrentUserRoles','[\"administrator\"]'),(22113,5220,'ClientIP','\"50.116.105.189\"'),(22114,5220,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22115,5221,'Attempts','1'),(22116,5221,'Username','\"wsaaus15\"'),(22117,5221,'CurrentUserRoles','[\"administrator\"]'),(22118,5221,'ClientIP','\"198.199.118.137\"'),(22119,5221,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22120,5222,'Attempts','1'),(22121,5222,'Username','\"wsaaus15\"'),(22122,5222,'CurrentUserRoles','[\"administrator\"]'),(22123,5222,'ClientIP','\"168.235.71.3\"'),(22124,5222,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22125,5223,'Attempts','1'),(22126,5223,'ClientIP','\"190.234.179.40\"'),(22127,5223,'UserAgent','\"\"'),(22128,5223,'CurrentUserID','0'),(22129,5224,'Attempts','1'),(22130,5224,'Username','\"wsaaus15\"'),(22131,5224,'CurrentUserRoles','[\"administrator\"]'),(22132,5224,'ClientIP','\"109.235.59.220\"'),(22133,5224,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22134,5225,'Attempts','1'),(22135,5225,'Username','\"wsaaus15\"'),(22136,5225,'CurrentUserRoles','[\"administrator\"]'),(22137,5225,'ClientIP','\"95.174.23.216\"'),(22138,5225,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22139,5226,'Attempts','1'),(22140,5226,'Username','\"wsaaus15\"'),(22141,5226,'CurrentUserRoles','[\"administrator\"]'),(22142,5226,'ClientIP','\"91.142.252.128\"'),(22143,5226,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22144,5227,'Attempts','2'),(22145,5227,'Username','\"wsaaus15\"'),(22146,5227,'CurrentUserRoles','[\"administrator\"]'),(22147,5227,'ClientIP','\"167.114.1.206\"'),(22148,5227,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22149,5228,'Attempts','1'),(22150,5228,'Username','\"wsaaus15\"'),(22151,5228,'CurrentUserRoles','[\"administrator\"]'),(22152,5228,'ClientIP','\"208.3.90.89\"'),(22153,5228,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22154,5229,'Attempts','1'),(22155,5229,'Username','\"wsaaus15\"'),(22156,5229,'CurrentUserRoles','[\"administrator\"]'),(22157,5229,'ClientIP','\"93.191.155.16\"'),(22158,5229,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22159,5230,'Attempts','1'),(22160,5230,'ClientIP','\"1.52.37.235\"'),(22161,5230,'UserAgent','\"\"'),(22162,5230,'CurrentUserID','0'),(22163,5231,'Attempts','3'),(22164,5231,'Username','\"wsaaus15\"'),(22165,5231,'CurrentUserRoles','[\"administrator\"]'),(22166,5231,'ClientIP','\"162.216.7.149\"'),(22167,5231,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22168,5232,'Attempts','1'),(22169,5232,'Username','\"wsaaus15\"'),(22170,5232,'CurrentUserRoles','[\"administrator\"]'),(22171,5232,'ClientIP','\"23.235.192.34\"'),(22172,5232,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22173,5233,'Attempts','2'),(22174,5233,'Username','\"wsaaus15\"'),(22175,5233,'CurrentUserRoles','[\"administrator\"]'),(22176,5233,'ClientIP','\"184.171.167.242\"'),(22177,5233,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22178,5234,'Attempts','1'),(22179,5234,'Username','\"wsaaus15\"'),(22180,5234,'CurrentUserRoles','[\"administrator\"]'),(22181,5234,'ClientIP','\"192.185.4.130\"'),(22182,5234,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22183,5235,'Attempts','1'),(22184,5235,'Username','\"wsaaus15\"'),(22185,5235,'CurrentUserRoles','[\"administrator\"]'),(22186,5235,'ClientIP','\"209.188.95.4\"'),(22187,5235,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22188,5236,'Attempts','1'),(22189,5236,'Username','\"wsaaus15\"'),(22190,5236,'CurrentUserRoles','[\"administrator\"]'),(22191,5236,'ClientIP','\"69.164.201.159\"'),(22192,5236,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22193,5237,'Attempts','1'),(22194,5237,'Username','\"wsaaus15\"'),(22195,5237,'CurrentUserRoles','[\"administrator\"]'),(22196,5237,'ClientIP','\"190.121.105.168\"'),(22197,5237,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22198,5238,'Attempts','1'),(22199,5238,'Username','\"wsaaus15\"'),(22200,5238,'CurrentUserRoles','[\"administrator\"]'),(22201,5238,'ClientIP','\"71.19.251.4\"'),(22202,5238,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22203,5239,'Attempts','1'),(22204,5239,'Username','\"wsaaus15\"'),(22205,5239,'CurrentUserRoles','[\"administrator\"]'),(22206,5239,'ClientIP','\"207.32.186.116\"'),(22207,5239,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22208,5240,'Attempts','1'),(22209,5240,'Username','\"wsaaus15\"'),(22210,5240,'CurrentUserRoles','[\"administrator\"]'),(22211,5240,'ClientIP','\"176.31.17.39\"'),(22212,5240,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22213,5241,'Attempts','1'),(22214,5241,'Username','\"wsaaus15\"'),(22215,5241,'CurrentUserRoles','[\"administrator\"]'),(22216,5241,'ClientIP','\"187.45.240.106\"'),(22217,5241,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22218,5242,'Attempts','1'),(22219,5242,'Username','\"wsaaus15\"'),(22220,5242,'CurrentUserRoles','[\"administrator\"]'),(22221,5242,'ClientIP','\"205.134.241.101\"'),(22222,5242,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22223,5243,'Attempts','1'),(22224,5243,'ClientIP','\"129.123.7.7\"'),(22225,5243,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"'),(22226,5243,'CurrentUserID','0'),(22227,5244,'Attempts','1'),(22228,5244,'Username','\"wsaaus15\"'),(22229,5244,'CurrentUserRoles','[\"administrator\"]'),(22230,5244,'ClientIP','\"37.187.135.164\"'),(22231,5244,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22232,5245,'Attempts','1'),(22233,5245,'Username','\"wsaaus15\"'),(22234,5245,'CurrentUserRoles','[\"administrator\"]'),(22235,5245,'ClientIP','\"94.23.42.182\"'),(22236,5245,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22237,5246,'Attempts','1'),(22238,5246,'Username','\"wsaaus15\"'),(22239,5246,'CurrentUserRoles','[\"administrator\"]'),(22240,5246,'ClientIP','\"67.207.152.201\"'),(22241,5246,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22242,5247,'Attempts','2'),(22243,5247,'Username','\"wsaaus15\"'),(22244,5247,'CurrentUserRoles','[\"administrator\"]'),(22245,5247,'ClientIP','\"46.235.44.12\"'),(22246,5247,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22247,5248,'Attempts','1'),(22248,5248,'Username','\"wsaaus15\"'),(22249,5248,'CurrentUserRoles','[\"administrator\"]'),(22250,5248,'ClientIP','\"212.129.27.178\"'),(22251,5248,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22252,5249,'Attempts','1'),(22253,5249,'Username','\"wsaaus15\"'),(22254,5249,'CurrentUserRoles','[\"administrator\"]'),(22255,5249,'ClientIP','\"41.74.186.30\"'),(22256,5249,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22257,5250,'Attempts','1'),(22258,5250,'Username','\"wsaaus15\"'),(22259,5250,'CurrentUserRoles','[\"administrator\"]'),(22260,5250,'ClientIP','\"103.244.55.199\"'),(22261,5250,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22262,5251,'Attempts','1'),(22263,5251,'Username','\"wsaaus15\"'),(22264,5251,'CurrentUserRoles','[\"administrator\"]'),(22265,5251,'ClientIP','\"213.163.92.118\"'),(22266,5251,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22267,5252,'Attempts','2'),(22268,5252,'Username','\"wsaaus15\"'),(22269,5252,'CurrentUserRoles','[\"administrator\"]'),(22270,5252,'ClientIP','\"72.9.151.198\"'),(22271,5252,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22272,5253,'Attempts','1'),(22273,5253,'Username','\"wsaaus15\"'),(22274,5253,'CurrentUserRoles','[\"administrator\"]'),(22275,5253,'ClientIP','\"74.205.223.153\"'),(22276,5253,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22277,5254,'Attempts','1'),(22278,5254,'Username','\"wsaaus15\"'),(22279,5254,'CurrentUserRoles','[\"administrator\"]'),(22280,5254,'ClientIP','\"162.144.104.79\"'),(22281,5254,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22282,5255,'Attempts','1'),(22283,5255,'Username','\"wsaaus15\"'),(22284,5255,'CurrentUserRoles','[\"administrator\"]'),(22285,5255,'ClientIP','\"185.35.184.59\"'),(22286,5255,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22287,5256,'Attempts','3'),(22288,5256,'Username','\"wsaaus15\"'),(22289,5256,'CurrentUserRoles','[\"administrator\"]'),(22290,5256,'ClientIP','\"67.210.100.29\"'),(22291,5256,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22292,5257,'Attempts','2'),(22293,5257,'Username','\"wsaaus15\"'),(22294,5257,'CurrentUserRoles','[\"administrator\"]'),(22295,5257,'ClientIP','\"64.50.185.50\"'),(22296,5257,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22297,5258,'Attempts','1'),(22298,5258,'Username','\"wsaaus15\"'),(22299,5258,'CurrentUserRoles','[\"administrator\"]'),(22300,5258,'ClientIP','\"216.227.214.143\"'),(22301,5258,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22302,5259,'Attempts','1'),(22303,5259,'Username','\"wsaaus15\"'),(22304,5259,'CurrentUserRoles','[\"administrator\"]'),(22305,5259,'ClientIP','\"192.254.165.248\"'),(22306,5259,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22307,5260,'Attempts','1'),(22308,5260,'Username','\"wsaaus15\"'),(22309,5260,'CurrentUserRoles','[\"administrator\"]'),(22310,5260,'ClientIP','\"94.23.92.77\"'),(22311,5260,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22312,5261,'Attempts','1'),(22313,5261,'Username','\"wsaaus15\"'),(22314,5261,'CurrentUserRoles','[\"administrator\"]'),(22315,5261,'ClientIP','\"5.206.231.158\"'),(22316,5261,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22317,5262,'Attempts','1'),(22318,5262,'Username','\"wsaaus15\"'),(22319,5262,'CurrentUserRoles','[\"administrator\"]'),(22320,5262,'ClientIP','\"145.18.118.200\"'),(22321,5262,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22322,5263,'Attempts','1'),(22323,5263,'Username','\"wsaaus15\"'),(22324,5263,'CurrentUserRoles','[\"administrator\"]'),(22325,5263,'ClientIP','\"31.207.80.19\"'),(22326,5263,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22327,5264,'Attempts','1'),(22328,5264,'Username','\"wsaaus15\"'),(22329,5264,'CurrentUserRoles','[\"administrator\"]'),(22330,5264,'ClientIP','\"50.62.8.34\"'),(22331,5264,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22332,5265,'Attempts','1'),(22333,5265,'Username','\"wsaaus15\"'),(22334,5265,'CurrentUserRoles','[\"administrator\"]'),(22335,5265,'ClientIP','\"82.145.39.185\"'),(22336,5265,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22337,5266,'Attempts','1'),(22338,5266,'Username','\"wsaaus15\"'),(22339,5266,'CurrentUserRoles','[\"administrator\"]'),(22340,5266,'ClientIP','\"93.115.203.82\"'),(22341,5266,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22342,5267,'Attempts','1'),(22343,5267,'Username','\"wsaaus15\"'),(22344,5267,'CurrentUserRoles','[\"administrator\"]'),(22345,5267,'ClientIP','\"75.127.110.35\"'),(22346,5267,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22347,5268,'Attempts','1'),(22348,5268,'Username','\"wsaaus15\"'),(22349,5268,'CurrentUserRoles','[\"administrator\"]'),(22350,5268,'ClientIP','\"94.152.10.189\"'),(22351,5268,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22352,5269,'Attempts','1'),(22353,5269,'Username','\"wsaaus15\"'),(22354,5269,'CurrentUserRoles','[\"administrator\"]'),(22355,5269,'ClientIP','\"103.15.156.2\"'),(22356,5269,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22357,5270,'Attempts','2'),(22358,5270,'Username','\"wsaaus15\"'),(22359,5270,'CurrentUserRoles','[\"administrator\"]'),(22360,5270,'ClientIP','\"76.74.186.206\"'),(22361,5270,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22362,5271,'Attempts','1'),(22363,5271,'Username','\"wsaaus15\"'),(22364,5271,'CurrentUserRoles','[\"administrator\"]'),(22365,5271,'ClientIP','\"206.188.25.64\"'),(22366,5271,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22367,5272,'Attempts','1'),(22368,5272,'Username','\"wsaaus15\"'),(22369,5272,'CurrentUserRoles','[\"administrator\"]'),(22370,5272,'ClientIP','\"198.57.234.7\"'),(22371,5272,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22372,5273,'Attempts','1'),(22373,5273,'Username','\"wsaaus15\"'),(22374,5273,'CurrentUserRoles','[\"administrator\"]'),(22375,5273,'ClientIP','\"50.87.144.84\"'),(22376,5273,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22377,5274,'Attempts','1'),(22378,5274,'Username','\"wsaaus15\"'),(22379,5274,'CurrentUserRoles','[\"administrator\"]'),(22380,5274,'ClientIP','\"104.236.88.100\"'),(22381,5274,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22382,5275,'Attempts','2'),(22383,5275,'Username','\"wsaaus15\"'),(22384,5275,'CurrentUserRoles','[\"administrator\"]'),(22385,5275,'ClientIP','\"147.102.11.74\"'),(22386,5275,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22387,5276,'Attempts','2'),(22388,5276,'Username','\"wsaaus15\"'),(22389,5276,'CurrentUserRoles','[\"administrator\"]'),(22390,5276,'ClientIP','\"194.213.0.50\"'),(22391,5276,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22392,5277,'Attempts','1'),(22393,5277,'Username','\"wsaaus15\"'),(22394,5277,'CurrentUserRoles','[\"administrator\"]'),(22395,5277,'ClientIP','\"119.81.68.99\"'),(22396,5277,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22397,5278,'Attempts','1'),(22398,5278,'Username','\"wsaaus15\"'),(22399,5278,'CurrentUserRoles','[\"administrator\"]'),(22400,5278,'ClientIP','\"209.236.127.170\"'),(22401,5278,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22402,5279,'Attempts','3'),(22403,5279,'Username','\"wsaaus15\"'),(22404,5279,'CurrentUserRoles','[\"administrator\"]'),(22405,5279,'ClientIP','\"78.136.17.172\"'),(22406,5279,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22407,5280,'Attempts','1'),(22408,5280,'Username','\"wsaaus15\"'),(22409,5280,'CurrentUserRoles','[\"administrator\"]'),(22410,5280,'ClientIP','\"50.116.117.189\"'),(22411,5280,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22412,5281,'Attempts','1'),(22413,5281,'Username','\"wsaaus15\"'),(22414,5281,'CurrentUserRoles','[\"administrator\"]'),(22415,5281,'ClientIP','\"78.46.71.142\"'),(22416,5281,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22417,5282,'Attempts','1'),(22418,5282,'Username','\"wsaaus15\"'),(22419,5282,'CurrentUserRoles','[\"administrator\"]'),(22420,5282,'ClientIP','\"76.227.210.251\"'),(22421,5282,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22422,5283,'Attempts','1'),(22423,5283,'Username','\"wsaaus15\"'),(22424,5283,'CurrentUserRoles','[\"administrator\"]'),(22425,5283,'ClientIP','\"109.205.137.68\"'),(22426,5283,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22427,5284,'Attempts','1'),(22428,5284,'Username','\"wsaaus15\"'),(22429,5284,'CurrentUserRoles','[\"administrator\"]'),(22430,5284,'ClientIP','\"212.108.220.146\"'),(22431,5284,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22432,5285,'Attempts','1'),(22433,5285,'Username','\"wsaaus15\"'),(22434,5285,'CurrentUserRoles','[\"administrator\"]'),(22435,5285,'ClientIP','\"192.254.167.171\"'),(22436,5285,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22437,5286,'Attempts','1'),(22438,5286,'Username','\"wsaaus15\"'),(22439,5286,'CurrentUserRoles','[\"administrator\"]'),(22440,5286,'ClientIP','\"78.46.95.182\"'),(22441,5286,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22442,5287,'Attempts','2'),(22443,5287,'Username','\"wsaaus15\"'),(22444,5287,'CurrentUserRoles','[\"administrator\"]'),(22445,5287,'ClientIP','\"192.254.162.4\"'),(22446,5287,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22447,5288,'Attempts','1'),(22448,5288,'Username','\"wsaaus15\"'),(22449,5288,'CurrentUserRoles','[\"administrator\"]'),(22450,5288,'ClientIP','\"195.250.38.80\"'),(22451,5288,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22452,5289,'Attempts','2'),(22453,5289,'Username','\"wsaaus15\"'),(22454,5289,'CurrentUserRoles','[\"administrator\"]'),(22455,5289,'ClientIP','\"103.18.151.152\"'),(22456,5289,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22457,5290,'Attempts','1'),(22458,5290,'Username','\"wsaaus15\"'),(22459,5290,'CurrentUserRoles','[\"administrator\"]'),(22460,5290,'ClientIP','\"132.205.138.31\"'),(22461,5290,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22462,5291,'Attempts','1'),(22463,5291,'Username','\"wsaaus15\"'),(22464,5291,'CurrentUserRoles','[\"administrator\"]'),(22465,5291,'ClientIP','\"64.92.125.37\"'),(22466,5291,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22467,5292,'Attempts','1'),(22468,5292,'Username','\"wsaaus15\"'),(22469,5292,'CurrentUserRoles','[\"administrator\"]'),(22470,5292,'ClientIP','\"195.251.239.211\"'),(22471,5292,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22472,5293,'Attempts','1'),(22473,5293,'Username','\"wsaaus15\"'),(22474,5293,'CurrentUserRoles','[\"administrator\"]'),(22475,5293,'ClientIP','\"192.169.255.4\"'),(22476,5293,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22477,5294,'Attempts','1'),(22478,5294,'Username','\"wsaaus15\"'),(22479,5294,'CurrentUserRoles','[\"administrator\"]'),(22480,5294,'ClientIP','\"195.159.29.179\"'),(22481,5294,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22482,5295,'Attempts','3'),(22483,5295,'Username','\"wsaaus15\"'),(22484,5295,'CurrentUserRoles','[\"administrator\"]'),(22485,5295,'ClientIP','\"46.4.106.43\"'),(22486,5295,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22487,5296,'Attempts','1'),(22488,5296,'Username','\"wsaaus15\"'),(22489,5296,'CurrentUserRoles','[\"administrator\"]'),(22490,5296,'ClientIP','\"78.26.127.51\"'),(22491,5296,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22492,5297,'Attempts','1'),(22493,5297,'Username','\"wsaaus15\"'),(22494,5297,'CurrentUserRoles','[\"administrator\"]'),(22495,5297,'ClientIP','\"103.20.190.130\"'),(22496,5297,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22497,5298,'Attempts','1'),(22498,5298,'Username','\"wsaaus15\"'),(22499,5298,'CurrentUserRoles','[\"administrator\"]'),(22500,5298,'ClientIP','\"204.244.185.22\"'),(22501,5298,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22502,5299,'Attempts','1'),(22503,5299,'Username','\"wsaaus15\"'),(22504,5299,'CurrentUserRoles','[\"administrator\"]'),(22505,5299,'ClientIP','\"54.200.221.80\"'),(22506,5299,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22507,5300,'Attempts','2'),(22508,5300,'Username','\"wsaaus15\"'),(22509,5300,'CurrentUserRoles','[\"administrator\"]'),(22510,5300,'ClientIP','\"199.168.191.96\"'),(22511,5300,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22512,5301,'Attempts','1'),(22513,5301,'Username','\"wsaaus15\"'),(22514,5301,'CurrentUserRoles','[\"administrator\"]'),(22515,5301,'ClientIP','\"192.240.160.143\"'),(22516,5301,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22517,5302,'Attempts','1'),(22518,5302,'Username','\"wsaaus15\"'),(22519,5302,'CurrentUserRoles','[\"administrator\"]'),(22520,5302,'ClientIP','\"192.81.210.167\"'),(22521,5302,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22522,5303,'Attempts','1'),(22523,5303,'Username','\"wsaaus15\"'),(22524,5303,'CurrentUserRoles','[\"administrator\"]'),(22525,5303,'ClientIP','\"78.46.90.242\"'),(22526,5303,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22527,5304,'Attempts','1'),(22528,5304,'Username','\"wsaaus15\"'),(22529,5304,'CurrentUserRoles','[\"administrator\"]'),(22530,5304,'ClientIP','\"133.242.168.171\"'),(22531,5304,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22532,5305,'Attempts','1'),(22533,5305,'Username','\"wsaaus15\"'),(22534,5305,'CurrentUserRoles','[\"administrator\"]'),(22535,5305,'ClientIP','\"69.160.61.154\"'),(22536,5305,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22537,5306,'Attempts','1'),(22538,5306,'Username','\"wsaaus15\"'),(22539,5306,'CurrentUserRoles','[\"administrator\"]'),(22540,5306,'ClientIP','\"193.6.214.11\"'),(22541,5306,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22542,5307,'Attempts','1'),(22543,5307,'Username','\"wsaaus15\"'),(22544,5307,'CurrentUserRoles','[\"administrator\"]'),(22545,5307,'ClientIP','\"157.7.188.130\"'),(22546,5307,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22547,5308,'Attempts','1'),(22548,5308,'Username','\"wsaaus15\"'),(22549,5308,'CurrentUserRoles','[\"administrator\"]'),(22550,5308,'ClientIP','\"37.247.121.116\"'),(22551,5308,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22552,5309,'Attempts','2'),(22553,5309,'Username','\"wsaaus15\"'),(22554,5309,'CurrentUserRoles','[\"administrator\"]'),(22555,5309,'ClientIP','\"173.233.77.122\"'),(22556,5309,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22557,5310,'Attempts','2'),(22558,5310,'Username','\"wsaaus15\"'),(22559,5310,'CurrentUserRoles','[\"administrator\"]'),(22560,5310,'ClientIP','\"138.128.161.130\"'),(22561,5310,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22562,5311,'Attempts','1'),(22563,5311,'Username','\"wsaaus15\"'),(22564,5311,'CurrentUserRoles','[\"administrator\"]'),(22565,5311,'ClientIP','\"206.212.237.237\"'),(22566,5311,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22567,5312,'Attempts','1'),(22568,5312,'Username','\"wsaaus15\"'),(22569,5312,'CurrentUserRoles','[\"administrator\"]'),(22570,5312,'ClientIP','\"5.39.62.90\"'),(22571,5312,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22572,5313,'Attempts','1'),(22573,5313,'Username','\"wsaaus15\"'),(22574,5313,'CurrentUserRoles','[\"administrator\"]'),(22575,5313,'ClientIP','\"91.121.176.44\"'),(22576,5313,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22577,5314,'Attempts','1'),(22578,5314,'Username','\"wsaaus15\"'),(22579,5314,'CurrentUserRoles','[\"administrator\"]'),(22580,5314,'ClientIP','\"141.0.165.96\"'),(22581,5314,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22582,5315,'Attempts','1'),(22583,5315,'Username','\"wsaaus15\"'),(22584,5315,'CurrentUserRoles','[\"administrator\"]'),(22585,5315,'ClientIP','\"212.129.32.176\"'),(22586,5315,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22587,5316,'Attempts','1'),(22588,5316,'Username','\"wsaaus15\"'),(22589,5316,'CurrentUserRoles','[\"administrator\"]'),(22590,5316,'ClientIP','\"74.124.197.40\"'),(22591,5316,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22592,5318,'Attempts','1'),(22593,5317,'Attempts','1'),(22594,5317,'Username','\"wsaaus15\"'),(22595,5318,'Username','\"wsaaus15\"'),(22596,5317,'CurrentUserRoles','[\"administrator\"]'),(22597,5318,'CurrentUserRoles','[\"administrator\"]'),(22598,5318,'ClientIP','\"98.142.105.2\"'),(22599,5317,'ClientIP','\"198.15.102.234\"'),(22600,5318,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22601,5317,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22602,5319,'Attempts','3'),(22603,5319,'Username','\"wsaaus15\"'),(22604,5319,'CurrentUserRoles','[\"administrator\"]'),(22605,5319,'ClientIP','\"188.132.172.218\"'),(22606,5319,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22607,5320,'Attempts','1'),(22608,5320,'Username','\"wsaaus15\"'),(22609,5320,'CurrentUserRoles','[\"administrator\"]'),(22610,5320,'ClientIP','\"177.47.30.16\"'),(22611,5320,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22612,5321,'Attempts','1'),(22613,5321,'Username','\"wsaaus15\"'),(22614,5321,'CurrentUserRoles','[\"administrator\"]'),(22615,5321,'ClientIP','\"52.6.118.166\"'),(22616,5321,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22617,5322,'Attempts','1'),(22618,5322,'Username','\"wsaaus15\"'),(22619,5322,'CurrentUserRoles','[\"administrator\"]'),(22620,5322,'ClientIP','\"185.2.131.210\"'),(22621,5322,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22622,5323,'Attempts','1'),(22623,5323,'Username','\"wsaaus15\"'),(22624,5323,'CurrentUserRoles','[\"administrator\"]'),(22625,5323,'ClientIP','\"46.17.98.140\"'),(22626,5323,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22627,5324,'Attempts','1'),(22628,5324,'Username','\"wsaaus15\"'),(22629,5324,'CurrentUserRoles','[\"administrator\"]'),(22630,5324,'ClientIP','\"168.144.159.36\"'),(22631,5324,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22632,5325,'Attempts','1'),(22633,5325,'Username','\"wsaaus15\"'),(22634,5325,'CurrentUserRoles','[\"administrator\"]'),(22635,5325,'ClientIP','\"173.205.124.194\"'),(22636,5325,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22637,5326,'Attempts','1'),(22638,5326,'Username','\"wsaaus15\"'),(22639,5326,'CurrentUserRoles','[\"administrator\"]'),(22640,5326,'ClientIP','\"162.212.132.111\"'),(22641,5326,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22642,5327,'Attempts','1'),(22643,5327,'Username','\"wsaaus15\"'),(22644,5327,'CurrentUserRoles','[\"administrator\"]'),(22645,5327,'ClientIP','\"203.211.135.138\"'),(22646,5327,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22647,5328,'Attempts','1'),(22648,5328,'Username','\"wsaaus15\"'),(22649,5328,'CurrentUserRoles','[\"administrator\"]'),(22650,5328,'ClientIP','\"5.189.146.154\"'),(22651,5328,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22652,5329,'Attempts','1'),(22653,5329,'Username','\"wsaaus15\"'),(22654,5329,'CurrentUserRoles','[\"administrator\"]'),(22655,5329,'ClientIP','\"69.175.41.51\"'),(22656,5329,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22657,5330,'Attempts','1'),(22658,5330,'Username','\"wsaaus15\"'),(22659,5330,'CurrentUserRoles','[\"administrator\"]'),(22660,5330,'ClientIP','\"27.254.81.60\"'),(22661,5330,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22662,5331,'Attempts','1'),(22663,5331,'Username','\"wsaaus15\"'),(22664,5331,'CurrentUserRoles','[\"administrator\"]'),(22665,5331,'ClientIP','\"46.4.116.200\"'),(22666,5331,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22667,5332,'Attempts','1'),(22668,5332,'Username','\"wsaaus15\"'),(22669,5332,'CurrentUserRoles','[\"administrator\"]'),(22670,5332,'ClientIP','\"182.163.74.97\"'),(22671,5332,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22672,5333,'Attempts','1'),(22673,5333,'Username','\"wsaaus15\"'),(22674,5333,'CurrentUserRoles','[\"administrator\"]'),(22675,5333,'ClientIP','\"199.46.123.249\"'),(22676,5333,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22677,5334,'Attempts','2'),(22678,5334,'Username','\"wsaaus15\"'),(22679,5334,'CurrentUserRoles','[\"administrator\"]'),(22680,5334,'ClientIP','\"80.244.182.56\"'),(22681,5334,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22682,5335,'Attempts','1'),(22683,5335,'Username','\"wsaaus15\"'),(22684,5335,'CurrentUserRoles','[\"administrator\"]'),(22685,5335,'ClientIP','\"103.237.145.59\"'),(22686,5335,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22687,5336,'Attempts','2'),(22688,5337,'Attempts','1'),(22689,5336,'Username','\"wsaaus15\"'),(22690,5337,'Username','\"wsaaus15\"'),(22691,5336,'CurrentUserRoles','[\"administrator\"]'),(22692,5337,'CurrentUserRoles','[\"administrator\"]'),(22693,5336,'ClientIP','\"216.185.13.254\"'),(22694,5337,'ClientIP','\"120.72.90.83\"'),(22695,5336,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22696,5337,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22697,5338,'Attempts','1'),(22698,5338,'Username','\"wsaaus15\"'),(22699,5338,'CurrentUserRoles','[\"administrator\"]'),(22700,5338,'ClientIP','\"91.109.28.42\"'),(22701,5338,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22702,5339,'Attempts','1'),(22703,5339,'Username','\"wsaaus15\"'),(22704,5339,'CurrentUserRoles','[\"administrator\"]'),(22705,5339,'ClientIP','\"208.84.149.101\"'),(22706,5339,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22707,5340,'Attempts','1'),(22708,5340,'Username','\"wsaaus15\"'),(22709,5340,'CurrentUserRoles','[\"administrator\"]'),(22710,5340,'ClientIP','\"188.165.233.27\"'),(22711,5340,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22712,5341,'Attempts','1'),(22713,5341,'Username','\"wsaaus15\"'),(22714,5341,'CurrentUserRoles','[\"administrator\"]'),(22715,5341,'ClientIP','\"194.116.202.51\"'),(22716,5341,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22717,5342,'Attempts','1'),(22718,5342,'Username','\"wsaaus15\"'),(22719,5342,'CurrentUserRoles','[\"administrator\"]'),(22720,5342,'ClientIP','\"80.74.64.27\"'),(22721,5342,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22722,5343,'Attempts','1'),(22723,5343,'Username','\"wsaaus15\"'),(22724,5343,'CurrentUserRoles','[\"administrator\"]'),(22725,5343,'ClientIP','\"193.189.75.60\"'),(22726,5343,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22727,5344,'Attempts','2'),(22728,5344,'Username','\"wsaaus15\"'),(22729,5344,'CurrentUserRoles','[\"administrator\"]'),(22730,5344,'ClientIP','\"192.190.82.146\"'),(22731,5344,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22732,5345,'Attempts','1'),(22733,5345,'Username','\"wsaaus15\"'),(22734,5345,'CurrentUserRoles','[\"administrator\"]'),(22735,5345,'ClientIP','\"178.33.255.154\"'),(22736,5345,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22737,5346,'Attempts','2'),(22738,5346,'ClientIP','\"89.234.157.254\"'),(22739,5346,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)\"'),(22740,5346,'CurrentUserID','0'),(22741,5347,'Attempts','2'),(22742,5347,'Username','\"wsaaus15\"'),(22743,5347,'CurrentUserRoles','[\"administrator\"]'),(22744,5347,'ClientIP','\"31.222.180.144\"'),(22745,5347,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22746,5348,'Attempts','1'),(22747,5348,'Username','\"wsaaus15\"'),(22748,5348,'CurrentUserRoles','[\"administrator\"]'),(22749,5348,'ClientIP','\"208.86.157.68\"'),(22750,5348,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22751,5349,'Attempts','1'),(22752,5349,'Username','\"wsaaus15\"'),(22753,5349,'CurrentUserRoles','[\"administrator\"]'),(22754,5349,'ClientIP','\"192.185.82.241\"'),(22755,5349,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22756,5350,'Attempts','1'),(22757,5350,'Username','\"wsaaus15\"'),(22758,5350,'CurrentUserRoles','[\"administrator\"]'),(22759,5350,'ClientIP','\"77.70.115.20\"'),(22760,5350,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22761,5351,'Attempts','1'),(22762,5351,'Username','\"wsaaus15\"'),(22763,5351,'CurrentUserRoles','[\"administrator\"]'),(22764,5351,'ClientIP','\"67.210.126.145\"'),(22765,5351,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22766,5352,'Attempts','1'),(22767,5352,'Username','\"wsaaus15\"'),(22768,5352,'CurrentUserRoles','[\"administrator\"]'),(22769,5352,'ClientIP','\"104.193.10.229\"'),(22770,5352,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22771,5353,'Attempts','1'),(22772,5353,'Username','\"wsaaus15\"'),(22773,5353,'CurrentUserRoles','[\"administrator\"]'),(22774,5353,'ClientIP','\"94.73.148.190\"'),(22775,5353,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22776,5354,'Attempts','1'),(22777,5354,'Username','\"wsaaus15\"'),(22778,5354,'CurrentUserRoles','[\"administrator\"]'),(22779,5354,'ClientIP','\"192.241.175.110\"'),(22780,5354,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22781,5355,'Attempts','1'),(22782,5355,'Username','\"wsaaus15\"'),(22783,5355,'CurrentUserRoles','[\"administrator\"]'),(22784,5355,'ClientIP','\"67.210.100.153\"'),(22785,5355,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22786,5356,'Attempts','1'),(22787,5356,'ClientIP','\"105.186.98.184\"'),(22788,5356,'UserAgent','\"\"'),(22789,5356,'CurrentUserID','0'),(22790,5357,'Attempts','1'),(22791,5357,'Username','\"wsaaus15\"'),(22792,5357,'CurrentUserRoles','[\"administrator\"]'),(22793,5357,'ClientIP','\"192.249.115.94\"'),(22794,5357,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22795,5358,'Attempts','2'),(22796,5358,'Username','\"wsaaus15\"'),(22797,5358,'CurrentUserRoles','[\"administrator\"]'),(22798,5358,'ClientIP','\"128.206.3.148\"'),(22799,5358,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22800,5359,'Attempts','1'),(22801,5359,'Username','\"wsaaus15\"'),(22802,5359,'CurrentUserRoles','[\"administrator\"]'),(22803,5359,'ClientIP','\"69.28.199.70\"'),(22804,5359,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22805,5360,'Attempts','1'),(22806,5360,'Username','\"wsaaus15\"'),(22807,5360,'CurrentUserRoles','[\"administrator\"]'),(22808,5360,'ClientIP','\"188.65.113.241\"'),(22809,5360,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22810,5361,'Attempts','1'),(22811,5361,'Username','\"wsaaus15\"'),(22812,5361,'CurrentUserRoles','[\"administrator\"]'),(22813,5361,'ClientIP','\"178.210.76.71\"'),(22814,5361,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22815,5362,'Attempts','1'),(22816,5362,'Username','\"wsaaus15\"'),(22817,5362,'CurrentUserRoles','[\"administrator\"]'),(22818,5362,'ClientIP','\"203.196.19.12\"'),(22819,5362,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22820,5363,'Attempts','2'),(22821,5363,'Username','\"wsaaus15\"'),(22822,5363,'CurrentUserRoles','[\"administrator\"]'),(22823,5363,'ClientIP','\"66.114.36.2\"'),(22824,5363,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22825,5364,'Attempts','1'),(22826,5364,'Username','\"wsaaus15\"'),(22827,5364,'CurrentUserRoles','[\"administrator\"]'),(22828,5364,'ClientIP','\"77.245.149.22\"'),(22829,5364,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22830,5365,'Attempts','2'),(22831,5365,'Username','\"wsaaus15\"'),(22832,5365,'CurrentUserRoles','[\"administrator\"]'),(22833,5365,'ClientIP','\"178.22.59.183\"'),(22834,5365,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22835,5366,'Attempts','2'),(22836,5366,'Username','\"wsaaus15\"'),(22837,5366,'CurrentUserRoles','[\"administrator\"]'),(22838,5366,'ClientIP','\"89.184.76.127\"'),(22839,5366,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22840,5367,'Attempts','1'),(22841,5367,'Username','\"wsaaus15\"'),(22842,5367,'CurrentUserRoles','[\"administrator\"]'),(22843,5367,'ClientIP','\"198.57.233.159\"'),(22844,5367,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22845,5368,'Attempts','1'),(22846,5368,'Username','\"wsaaus15\"'),(22847,5368,'CurrentUserRoles','[\"administrator\"]'),(22848,5368,'ClientIP','\"163.178.101.6\"'),(22849,5368,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22850,5369,'Attempts','1'),(22851,5369,'Username','\"wsaaus15\"'),(22852,5369,'CurrentUserRoles','[\"administrator\"]'),(22853,5369,'ClientIP','\"83.223.124.12\"'),(22854,5369,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22855,5370,'Attempts','1'),(22856,5370,'Username','\"wsaaus15\"'),(22857,5370,'CurrentUserRoles','[\"administrator\"]'),(22858,5370,'ClientIP','\"216.97.225.125\"'),(22859,5370,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22860,5371,'Attempts','1'),(22861,5371,'Username','\"wsaaus15\"'),(22862,5371,'CurrentUserRoles','[\"administrator\"]'),(22863,5371,'ClientIP','\"64.50.186.46\"'),(22864,5371,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22865,5372,'Attempts','1'),(22866,5372,'Username','\"wsaaus15\"'),(22867,5372,'CurrentUserRoles','[\"administrator\"]'),(22868,5372,'ClientIP','\"69.30.230.130\"'),(22869,5372,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22870,5373,'Attempts','1'),(22871,5373,'Username','\"wsaaus15\"'),(22872,5373,'CurrentUserRoles','[\"administrator\"]'),(22873,5373,'ClientIP','\"66.7.214.152\"'),(22874,5373,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22875,5374,'Attempts','1'),(22876,5374,'Username','\"wsaaus15\"'),(22877,5374,'CurrentUserRoles','[\"administrator\"]'),(22878,5374,'ClientIP','\"196.41.123.146\"'),(22879,5374,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22880,5375,'Attempts','2'),(22881,5375,'Username','\"wsaaus15\"'),(22882,5375,'CurrentUserRoles','[\"administrator\"]'),(22883,5375,'ClientIP','\"37.59.64.51\"'),(22884,5375,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22885,5376,'Attempts','1'),(22886,5376,'Username','\"wsaaus15\"'),(22887,5376,'CurrentUserRoles','[\"administrator\"]'),(22888,5376,'ClientIP','\"212.90.148.60\"'),(22889,5376,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22890,5377,'Attempts','1'),(22891,5377,'Username','\"wsaaus15\"'),(22892,5377,'CurrentUserRoles','[\"administrator\"]'),(22893,5377,'ClientIP','\"69.164.216.94\"'),(22894,5377,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22895,5378,'Attempts','1'),(22896,5378,'Username','\"wsaaus15\"'),(22897,5378,'CurrentUserRoles','[\"administrator\"]'),(22898,5378,'ClientIP','\"97.79.236.43\"'),(22899,5378,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22900,5379,'Attempts','1'),(22901,5379,'Username','\"wsaaus15\"'),(22902,5379,'CurrentUserRoles','[\"administrator\"]'),(22903,5379,'ClientIP','\"103.29.212.157\"'),(22904,5379,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22905,5380,'Attempts','2'),(22906,5380,'Username','\"wsaaus15\"'),(22907,5380,'CurrentUserRoles','[\"administrator\"]'),(22908,5380,'ClientIP','\"78.129.162.2\"'),(22909,5380,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22910,5381,'Attempts','1'),(22911,5381,'Username','\"wsaaus15\"'),(22912,5381,'CurrentUserRoles','[\"administrator\"]'),(22913,5381,'ClientIP','\"144.76.155.173\"'),(22914,5381,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22915,5382,'Attempts','1'),(22916,5382,'Username','\"wsaaus15\"'),(22917,5382,'CurrentUserRoles','[\"administrator\"]'),(22918,5382,'ClientIP','\"185.41.8.34\"'),(22919,5382,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22920,5383,'Attempts','2'),(22921,5383,'Username','\"wsaaus15\"'),(22922,5383,'CurrentUserRoles','[\"administrator\"]'),(22923,5383,'ClientIP','\"76.74.128.220\"'),(22924,5383,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22925,5384,'Attempts','1'),(22926,5384,'Username','\"wsaaus15\"'),(22927,5384,'CurrentUserRoles','[\"administrator\"]'),(22928,5384,'ClientIP','\"107.170.36.142\"'),(22929,5384,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22930,5385,'Attempts','1'),(22931,5385,'Username','\"wsaaus15\"'),(22932,5385,'CurrentUserRoles','[\"administrator\"]'),(22933,5385,'ClientIP','\"198.199.68.93\"'),(22934,5385,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22935,5386,'Attempts','1'),(22936,5386,'Username','\"wsaaus15\"'),(22937,5386,'CurrentUserRoles','[\"administrator\"]'),(22938,5386,'ClientIP','\"109.70.3.119\"'),(22939,5386,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22940,5387,'Attempts','1'),(22941,5387,'Username','\"wsaaus15\"'),(22942,5387,'CurrentUserRoles','[\"administrator\"]'),(22943,5387,'ClientIP','\"80.88.88.152\"'),(22944,5387,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22945,5388,'Attempts','2'),(22946,5388,'Username','\"wsaaus15\"'),(22947,5388,'CurrentUserRoles','[\"administrator\"]'),(22948,5388,'ClientIP','\"64.119.182.235\"'),(22949,5388,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22950,5389,'Attempts','1'),(22951,5389,'Username','\"wsaaus15\"'),(22952,5389,'CurrentUserRoles','[\"administrator\"]'),(22953,5389,'ClientIP','\"109.234.162.52\"'),(22954,5389,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22955,5390,'Attempts','1'),(22956,5390,'Username','\"wsaaus15\"'),(22957,5390,'CurrentUserRoles','[\"administrator\"]'),(22958,5390,'ClientIP','\"110.74.147.134\"'),(22959,5390,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22960,5391,'Attempts','1'),(22961,5391,'Username','\"wsaaus15\"'),(22962,5391,'CurrentUserRoles','[\"administrator\"]'),(22963,5391,'ClientIP','\"139.179.96.1\"'),(22964,5391,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22965,5392,'Attempts','1'),(22966,5392,'Username','\"wsaaus15\"'),(22967,5392,'CurrentUserRoles','[\"administrator\"]'),(22968,5392,'ClientIP','\"62.73.58.178\"'),(22969,5392,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22970,5393,'Attempts','1'),(22971,5393,'Username','\"wsaaus15\"'),(22972,5393,'CurrentUserRoles','[\"administrator\"]'),(22973,5393,'ClientIP','\"192.254.144.218\"'),(22974,5393,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22975,5394,'Attempts','1'),(22976,5394,'Username','\"wsaaus15\"'),(22977,5394,'CurrentUserRoles','[\"administrator\"]'),(22978,5394,'ClientIP','\"212.113.133.235\"'),(22979,5394,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22980,5395,'Attempts','1'),(22981,5395,'Username','\"wsaaus15\"'),(22982,5395,'CurrentUserRoles','[\"administrator\"]'),(22983,5395,'ClientIP','\"147.232.185.185\"'),(22984,5395,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22985,5396,'Attempts','1'),(22986,5396,'Username','\"wsaaus15\"'),(22987,5396,'CurrentUserRoles','[\"administrator\"]'),(22988,5396,'ClientIP','\"78.110.161.251\"'),(22989,5396,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22990,5397,'Attempts','1'),(22991,5397,'Username','\"wsaaus15\"'),(22992,5397,'CurrentUserRoles','[\"administrator\"]'),(22993,5397,'ClientIP','\"23.21.128.200\"'),(22994,5397,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(22995,5398,'Attempts','1'),(22996,5398,'Username','\"wsaaus15\"'),(22997,5398,'CurrentUserRoles','[\"administrator\"]'),(22998,5398,'ClientIP','\"64.131.68.166\"'),(22999,5398,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23000,5399,'Attempts','2'),(23001,5399,'Username','\"wsaaus15\"'),(23002,5399,'CurrentUserRoles','[\"administrator\"]'),(23003,5399,'ClientIP','\"212.113.143.18\"'),(23004,5399,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23005,5400,'Attempts','1'),(23006,5400,'Username','\"wsaaus15\"'),(23007,5400,'CurrentUserRoles','[\"administrator\"]'),(23008,5400,'ClientIP','\"199.102.46.195\"'),(23009,5400,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23010,5401,'Attempts','1'),(23011,5401,'Username','\"wsaaus15\"'),(23012,5401,'CurrentUserRoles','[\"administrator\"]'),(23013,5401,'ClientIP','\"67.222.12.93\"'),(23014,5401,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23015,5402,'Attempts','2'),(23016,5402,'Username','\"wsaaus15\"'),(23017,5402,'CurrentUserRoles','[\"administrator\"]'),(23018,5402,'ClientIP','\"192.250.225.83\"'),(23019,5402,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23020,5403,'Attempts','2'),(23021,5403,'Username','\"wsaaus15\"'),(23022,5403,'CurrentUserRoles','[\"administrator\"]'),(23023,5403,'ClientIP','\"54.235.113.109\"'),(23024,5403,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23025,5404,'Attempts','2'),(23026,5404,'Username','\"wsaaus15\"'),(23027,5404,'CurrentUserRoles','[\"administrator\"]'),(23028,5404,'ClientIP','\"109.108.146.59\"'),(23029,5404,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23030,5405,'Attempts','2'),(23031,5405,'Username','\"wsaaus15\"'),(23032,5405,'CurrentUserRoles','[\"administrator\"]'),(23033,5405,'ClientIP','\"91.201.63.167\"'),(23034,5405,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23035,5406,'Attempts','1'),(23036,5406,'Username','\"wsaaus15\"'),(23037,5406,'CurrentUserRoles','[\"administrator\"]'),(23038,5406,'ClientIP','\"104.238.124.163\"'),(23039,5406,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23040,5407,'Attempts','1'),(23041,5407,'Username','\"wsaaus15\"'),(23042,5407,'CurrentUserRoles','[\"administrator\"]'),(23043,5407,'ClientIP','\"195.154.127.219\"'),(23044,5407,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23045,5408,'Attempts','1'),(23046,5408,'Username','\"wsaaus15\"'),(23047,5408,'CurrentUserRoles','[\"administrator\"]'),(23048,5408,'ClientIP','\"185.57.82.2\"'),(23049,5408,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23050,5409,'Attempts','1'),(23051,5409,'Username','\"wsaaus15\"'),(23052,5409,'CurrentUserRoles','[\"administrator\"]'),(23053,5409,'ClientIP','\"176.9.48.251\"'),(23054,5409,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23055,5410,'Attempts','1'),(23056,5410,'Username','\"wsaaus15\"'),(23057,5410,'CurrentUserRoles','[\"administrator\"]'),(23058,5410,'ClientIP','\"72.29.95.138\"'),(23059,5410,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23060,5411,'Attempts','1'),(23061,5411,'Username','\"wsaaus15\"'),(23062,5411,'CurrentUserRoles','[\"administrator\"]'),(23063,5411,'ClientIP','\"37.157.247.234\"'),(23064,5411,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23065,5412,'Attempts','1'),(23066,5412,'Username','\"wsaaus15\"'),(23067,5412,'CurrentUserRoles','[\"administrator\"]'),(23068,5412,'ClientIP','\"198.154.242.130\"'),(23069,5412,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23070,5413,'Attempts','1'),(23071,5413,'Username','\"wsaaus15\"'),(23072,5413,'CurrentUserRoles','[\"administrator\"]'),(23073,5413,'ClientIP','\"192.241.128.212\"'),(23074,5413,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23075,5414,'Attempts','1'),(23076,5414,'Username','\"wsaaus15\"'),(23077,5414,'CurrentUserRoles','[\"administrator\"]'),(23078,5414,'ClientIP','\"151.236.48.166\"'),(23079,5414,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23080,5415,'Attempts','1'),(23081,5415,'Username','\"wsaaus15\"'),(23082,5415,'CurrentUserRoles','[\"administrator\"]'),(23083,5415,'ClientIP','\"213.249.61.50\"'),(23084,5415,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23085,5416,'Attempts','2'),(23086,5416,'Username','\"wsaaus15\"'),(23087,5416,'CurrentUserRoles','[\"administrator\"]'),(23088,5416,'ClientIP','\"74.50.26.10\"'),(23089,5416,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23090,5417,'Attempts','1'),(23091,5417,'Username','\"wsaaus15\"'),(23092,5417,'CurrentUserRoles','[\"administrator\"]'),(23093,5417,'ClientIP','\"91.189.180.21\"'),(23094,5417,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23095,5418,'Attempts','1'),(23096,5418,'Username','\"wsaaus15\"'),(23097,5418,'CurrentUserRoles','[\"administrator\"]'),(23098,5418,'ClientIP','\"133.18.5.55\"'),(23099,5418,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23100,5419,'Attempts','1'),(23101,5419,'Username','\"wsaaus15\"'),(23102,5419,'CurrentUserRoles','[\"administrator\"]'),(23103,5419,'ClientIP','\"193.189.75.80\"'),(23104,5419,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23105,5420,'Attempts','1'),(23106,5420,'Username','\"wsaaus15\"'),(23107,5420,'CurrentUserRoles','[\"administrator\"]'),(23108,5420,'ClientIP','\"104.236.112.187\"'),(23109,5420,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23110,5421,'Attempts','1'),(23111,5421,'Username','\"wsaaus15\"'),(23112,5421,'CurrentUserRoles','[\"administrator\"]'),(23113,5421,'ClientIP','\"192.163.224.118\"'),(23114,5421,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23115,5422,'Attempts','1'),(23116,5422,'Username','\"wsaaus15\"'),(23117,5422,'CurrentUserRoles','[\"administrator\"]'),(23118,5422,'ClientIP','\"192.254.175.99\"'),(23119,5422,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23120,5423,'Attempts','1'),(23121,5423,'Username','\"wsaaus15\"'),(23122,5423,'CurrentUserRoles','[\"administrator\"]'),(23123,5423,'ClientIP','\"208.53.50.133\"'),(23124,5423,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23125,5424,'Attempts','1'),(23126,5424,'Username','\"wsaaus15\"'),(23127,5424,'CurrentUserRoles','[\"administrator\"]'),(23128,5424,'ClientIP','\"202.75.60.161\"'),(23129,5424,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23130,5425,'Attempts','1'),(23131,5425,'Username','\"wsaaus15\"'),(23132,5425,'CurrentUserRoles','[\"administrator\"]'),(23133,5425,'ClientIP','\"106.185.27.36\"'),(23134,5425,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23135,5426,'Attempts','1'),(23136,5426,'Username','\"wsaaus15\"'),(23137,5426,'CurrentUserRoles','[\"administrator\"]'),(23138,5426,'ClientIP','\"52.5.16.154\"'),(23139,5426,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23140,5427,'Attempts','2'),(23141,5427,'Username','\"wsaaus15\"'),(23142,5427,'CurrentUserRoles','[\"administrator\"]'),(23143,5427,'ClientIP','\"197.189.247.202\"'),(23144,5427,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23145,5428,'Attempts','1'),(23146,5428,'Username','\"wsaaus15\"'),(23147,5428,'CurrentUserRoles','[\"administrator\"]'),(23148,5428,'ClientIP','\"184.154.49.74\"'),(23149,5428,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23150,5429,'Attempts','1'),(23151,5429,'Username','\"wsaaus15\"'),(23152,5429,'CurrentUserRoles','[\"administrator\"]'),(23153,5429,'ClientIP','\"173.199.142.91\"'),(23154,5429,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23155,5430,'Attempts','1'),(23156,5430,'Username','\"wsaaus15\"'),(23157,5430,'CurrentUserRoles','[\"administrator\"]'),(23158,5430,'ClientIP','\"217.115.117.61\"'),(23159,5430,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23160,5431,'Attempts','1'),(23161,5431,'Username','\"wsaaus15\"'),(23162,5431,'CurrentUserRoles','[\"administrator\"]'),(23163,5431,'ClientIP','\"194.30.0.217\"'),(23164,5431,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23165,5432,'Attempts','1'),(23166,5433,'Attempts','2'),(23167,5432,'Username','\"wsaaus15\"'),(23168,5433,'Username','\"wsaaus15\"'),(23169,5432,'CurrentUserRoles','[\"administrator\"]'),(23170,5433,'CurrentUserRoles','[\"administrator\"]'),(23171,5432,'ClientIP','\"192.163.219.50\"'),(23172,5433,'ClientIP','\"195.242.93.89\"'),(23173,5432,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23174,5433,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23175,5434,'Attempts','1'),(23176,5434,'Username','\"wsaaus15\"'),(23177,5434,'CurrentUserRoles','[\"administrator\"]'),(23178,5434,'ClientIP','\"74.50.25.65\"'),(23179,5434,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23180,5435,'Attempts','1'),(23181,5435,'Username','\"wsaaus15\"'),(23182,5435,'CurrentUserRoles','[\"administrator\"]'),(23183,5435,'ClientIP','\"202.52.134.56\"'),(23184,5435,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23185,5436,'Attempts','1'),(23186,5436,'ClientIP','\"194.150.168.79\"'),(23187,5436,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(23188,5436,'CurrentUserID','0'),(23189,5437,'Attempts','1'),(23190,5437,'Username','\"wsaaus15\"'),(23191,5437,'CurrentUserRoles','[\"administrator\"]'),(23192,5437,'ClientIP','\"213.191.216.3\"'),(23193,5437,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23194,5438,'Attempts','1'),(23195,5438,'Username','\"wsaaus15\"'),(23196,5438,'CurrentUserRoles','[\"administrator\"]'),(23197,5438,'ClientIP','\"84.19.172.68\"'),(23198,5438,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23199,5439,'Attempts','4'),(23200,5439,'Username','\"wsaaus15\"'),(23201,5439,'CurrentUserRoles','[\"administrator\"]'),(23202,5439,'ClientIP','\"64.237.54.211\"'),(23203,5439,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23204,5440,'Attempts','1'),(23205,5440,'Username','\"wsaaus15\"'),(23206,5440,'CurrentUserRoles','[\"administrator\"]'),(23207,5440,'ClientIP','\"77.222.40.26\"'),(23208,5440,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23209,5441,'Attempts','2'),(23210,5441,'Username','\"wsaaus15\"'),(23211,5441,'CurrentUserRoles','[\"administrator\"]'),(23212,5441,'ClientIP','\"192.249.119.186\"'),(23213,5441,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23214,5442,'Attempts','1'),(23215,5442,'Username','\"wsaaus15\"'),(23216,5442,'CurrentUserRoles','[\"administrator\"]'),(23217,5442,'ClientIP','\"46.252.193.165\"'),(23218,5442,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23219,5443,'Attempts','1'),(23220,5443,'Username','\"wsaaus15\"'),(23221,5443,'CurrentUserRoles','[\"administrator\"]'),(23222,5443,'ClientIP','\"162.252.85.106\"'),(23223,5443,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23224,5444,'Attempts','1'),(23225,5444,'Username','\"wsaaus15\"'),(23226,5444,'CurrentUserRoles','[\"administrator\"]'),(23227,5444,'ClientIP','\"98.143.144.34\"'),(23228,5444,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23229,5445,'Attempts','2'),(23230,5445,'Username','\"wsaaus15\"'),(23231,5445,'CurrentUserRoles','[\"administrator\"]'),(23232,5445,'ClientIP','\"188.166.106.232\"'),(23233,5445,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23234,5446,'Attempts','2'),(23235,5446,'Username','\"wsaaus15\"'),(23236,5446,'CurrentUserRoles','[\"administrator\"]'),(23237,5446,'ClientIP','\"64.22.100.83\"'),(23238,5446,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23239,5447,'Attempts','1'),(23240,5447,'Username','\"wsaaus15\"'),(23241,5447,'CurrentUserRoles','[\"administrator\"]'),(23242,5447,'ClientIP','\"81.31.32.70\"'),(23243,5447,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23244,5448,'Attempts','1'),(23245,5448,'Username','\"wsaaus15\"'),(23246,5448,'CurrentUserRoles','[\"administrator\"]'),(23247,5448,'ClientIP','\"81.21.75.111\"'),(23248,5448,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23249,5449,'Attempts','1'),(23250,5449,'Username','\"wsaaus15\"'),(23251,5449,'CurrentUserRoles','[\"administrator\"]'),(23252,5449,'ClientIP','\"144.76.159.110\"'),(23253,5449,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23254,5450,'Attempts','1'),(23255,5450,'Username','\"wsaaus15\"'),(23256,5450,'CurrentUserRoles','[\"administrator\"]'),(23257,5450,'ClientIP','\"192.99.100.176\"'),(23258,5450,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23259,5451,'Attempts','1'),(23260,5451,'Username','\"wsaaus15\"'),(23261,5451,'CurrentUserRoles','[\"administrator\"]'),(23262,5451,'ClientIP','\"150.241.224.227\"'),(23263,5451,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23264,5452,'Attempts','1'),(23265,5452,'Username','\"wsaaus15\"'),(23266,5452,'CurrentUserRoles','[\"administrator\"]'),(23267,5452,'ClientIP','\"173.236.8.226\"'),(23268,5452,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23269,5453,'Attempts','1'),(23270,5453,'Username','\"wsaaus15\"'),(23271,5453,'CurrentUserRoles','[\"administrator\"]'),(23272,5453,'ClientIP','\"62.212.93.181\"'),(23273,5453,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23274,5454,'Attempts','1'),(23275,5454,'Username','\"wsaaus15\"'),(23276,5454,'CurrentUserRoles','[\"administrator\"]'),(23277,5454,'ClientIP','\"78.31.107.182\"'),(23278,5454,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23279,5455,'Attempts','1'),(23280,5455,'Username','\"wsaaus15\"'),(23281,5455,'CurrentUserRoles','[\"administrator\"]'),(23282,5455,'ClientIP','\"67.210.126.60\"'),(23283,5455,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23284,5456,'Attempts','1'),(23285,5456,'Username','\"wsaaus15\"'),(23286,5456,'CurrentUserRoles','[\"administrator\"]'),(23287,5456,'ClientIP','\"206.130.112.25\"'),(23288,5456,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23289,5457,'Attempts','1'),(23290,5457,'Username','\"wsaaus15\"'),(23291,5457,'CurrentUserRoles','[\"administrator\"]'),(23292,5457,'ClientIP','\"198.57.192.218\"'),(23293,5457,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23294,5458,'Attempts','1'),(23295,5458,'Username','\"wsaaus15\"'),(23296,5458,'CurrentUserRoles','[\"administrator\"]'),(23297,5458,'ClientIP','\"94.127.190.195\"'),(23298,5458,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23299,5459,'Attempts','1'),(23300,5459,'Username','\"wsaaus15\"'),(23301,5459,'CurrentUserRoles','[\"administrator\"]'),(23302,5459,'ClientIP','\"77.78.104.205\"'),(23303,5459,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23304,5460,'Attempts','1'),(23305,5460,'Username','\"wsaaus15\"'),(23306,5460,'CurrentUserRoles','[\"administrator\"]'),(23307,5460,'ClientIP','\"198.46.81.6\"'),(23308,5460,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23309,5461,'Attempts','2'),(23310,5461,'Username','\"wsaaus15\"'),(23311,5461,'CurrentUserRoles','[\"administrator\"]'),(23312,5461,'ClientIP','\"69.93.190.210\"'),(23313,5461,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23314,5462,'Attempts','1'),(23315,5462,'Username','\"wsaaus15\"'),(23316,5462,'CurrentUserRoles','[\"administrator\"]'),(23317,5462,'ClientIP','\"213.171.218.135\"'),(23318,5462,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23319,5463,'Attempts','1'),(23320,5463,'Username','\"wsaaus15\"'),(23321,5463,'CurrentUserRoles','[\"administrator\"]'),(23322,5463,'ClientIP','\"212.113.130.121\"'),(23323,5463,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23324,5464,'Attempts','1'),(23325,5464,'Username','\"wsaaus15\"'),(23326,5464,'CurrentUserRoles','[\"administrator\"]'),(23327,5464,'ClientIP','\"212.89.28.15\"'),(23328,5464,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23329,5465,'Attempts','2'),(23330,5465,'Username','\"wsaaus15\"'),(23331,5465,'CurrentUserRoles','[\"administrator\"]'),(23332,5465,'ClientIP','\"123.30.245.239\"'),(23333,5465,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23334,5466,'Attempts','1'),(23335,5466,'Username','\"wsaaus15\"'),(23336,5466,'CurrentUserRoles','[\"administrator\"]'),(23337,5466,'ClientIP','\"37.252.125.94\"'),(23338,5466,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23339,5467,'Attempts','2'),(23340,5467,'Username','\"wsaaus15\"'),(23341,5467,'CurrentUserRoles','[\"administrator\"]'),(23342,5467,'ClientIP','\"104.243.33.98\"'),(23343,5467,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23344,5468,'Attempts','1'),(23345,5468,'Username','\"wsaaus15\"'),(23346,5468,'CurrentUserRoles','[\"administrator\"]'),(23347,5468,'ClientIP','\"142.4.17.142\"'),(23348,5468,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23349,5469,'Attempts','1'),(23350,5469,'Username','\"wsaaus15\"'),(23351,5469,'CurrentUserRoles','[\"administrator\"]'),(23352,5469,'ClientIP','\"217.149.52.109\"'),(23353,5469,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23354,5470,'Attempts','2'),(23355,5470,'Username','\"wsaaus15\"'),(23356,5470,'CurrentUserRoles','[\"administrator\"]'),(23357,5470,'ClientIP','\"174.141.228.133\"'),(23358,5470,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23359,5471,'Attempts','1'),(23360,5472,'Attempts','1'),(23361,5471,'Username','\"wsaaus15\"'),(23362,5472,'Username','\"wsaaus15\"'),(23363,5471,'CurrentUserRoles','[\"administrator\"]'),(23364,5472,'CurrentUserRoles','[\"administrator\"]'),(23365,5471,'ClientIP','\"144.76.155.11\"'),(23366,5472,'ClientIP','\"178.159.253.100\"'),(23367,5471,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23368,5472,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23369,5473,'Attempts','1'),(23370,5473,'Username','\"wsaaus15\"'),(23371,5473,'CurrentUserRoles','[\"administrator\"]'),(23372,5473,'ClientIP','\"192.3.204.114\"'),(23373,5473,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23374,5474,'Attempts','1'),(23375,5474,'Username','\"wsaaus15\"'),(23376,5474,'CurrentUserRoles','[\"administrator\"]'),(23377,5474,'ClientIP','\"46.226.134.1\"'),(23378,5474,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23379,5475,'Attempts','1'),(23380,5475,'Username','\"wsaaus15\"'),(23381,5475,'CurrentUserRoles','[\"administrator\"]'),(23382,5475,'ClientIP','\"67.210.98.15\"'),(23383,5475,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23384,5476,'Attempts','2'),(23385,5476,'Username','\"wsaaus15\"'),(23386,5476,'CurrentUserRoles','[\"administrator\"]'),(23387,5476,'ClientIP','\"76.74.128.170\"'),(23388,5476,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23389,5477,'Attempts','1'),(23390,5477,'Username','\"wsaaus15\"'),(23391,5477,'CurrentUserRoles','[\"administrator\"]'),(23392,5477,'ClientIP','\"85.158.84.130\"'),(23393,5477,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23394,5478,'Attempts','1'),(23395,5478,'Username','\"wsaaus15\"'),(23396,5478,'CurrentUserRoles','[\"administrator\"]'),(23397,5478,'ClientIP','\"192.99.148.130\"'),(23398,5478,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23399,5479,'Attempts','1'),(23400,5479,'Username','\"wsaaus15\"'),(23401,5479,'CurrentUserRoles','[\"administrator\"]'),(23402,5479,'ClientIP','\"123.30.168.68\"'),(23403,5479,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23404,5480,'Attempts','1'),(23405,5480,'Username','\"wsaaus15\"'),(23406,5480,'CurrentUserRoles','[\"administrator\"]'),(23407,5480,'ClientIP','\"66.240.187.235\"'),(23408,5480,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23409,5481,'Attempts','1'),(23410,5481,'Username','\"wsaaus15\"'),(23411,5481,'CurrentUserRoles','[\"administrator\"]'),(23412,5481,'ClientIP','\"194.150.113.90\"'),(23413,5481,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23414,5482,'Attempts','1'),(23415,5482,'Username','\"wsaaus15\"'),(23416,5482,'CurrentUserRoles','[\"administrator\"]'),(23417,5482,'ClientIP','\"91.229.35.170\"'),(23418,5482,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23419,5483,'Attempts','1'),(23420,5483,'Username','\"wsaaus15\"'),(23421,5483,'CurrentUserRoles','[\"administrator\"]'),(23422,5483,'ClientIP','\"116.254.101.177\"'),(23423,5483,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23424,5484,'Attempts','1'),(23425,5484,'Username','\"wsaaus15\"'),(23426,5484,'CurrentUserRoles','[\"administrator\"]'),(23427,5484,'ClientIP','\"216.70.91.214\"'),(23428,5484,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23429,5485,'Attempts','1'),(23430,5485,'Username','\"wsaaus15\"'),(23431,5485,'CurrentUserRoles','[\"administrator\"]'),(23432,5485,'ClientIP','\"84.18.207.58\"'),(23433,5485,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23434,5486,'Attempts','1'),(23435,5486,'Username','\"wsaaus15\"'),(23436,5486,'CurrentUserRoles','[\"administrator\"]'),(23437,5486,'ClientIP','\"95.85.45.71\"'),(23438,5486,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23439,5487,'Attempts','1'),(23440,5487,'Username','\"wsaaus15\"'),(23441,5487,'CurrentUserRoles','[\"administrator\"]'),(23442,5487,'ClientIP','\"5.104.16.232\"'),(23443,5487,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23444,5488,'Attempts','1'),(23445,5488,'Username','\"wsaaus15\"'),(23446,5488,'CurrentUserRoles','[\"administrator\"]'),(23447,5488,'ClientIP','\"89.46.67.169\"'),(23448,5488,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23449,5489,'Attempts','1'),(23450,5489,'Username','\"wsaaus15\"'),(23451,5489,'CurrentUserRoles','[\"administrator\"]'),(23452,5489,'ClientIP','\"213.184.28.36\"'),(23453,5489,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23454,5490,'Attempts','1'),(23455,5490,'Username','\"wsaaus15\"'),(23456,5490,'CurrentUserRoles','[\"administrator\"]'),(23457,5490,'ClientIP','\"81.137.221.217\"'),(23458,5490,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23459,5491,'Attempts','1'),(23460,5491,'Username','\"wsaaus15\"'),(23461,5491,'CurrentUserRoles','[\"administrator\"]'),(23462,5491,'ClientIP','\"78.109.85.15\"'),(23463,5491,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23464,5492,'Attempts','1'),(23465,5492,'Username','\"wsaaus15\"'),(23466,5492,'CurrentUserRoles','[\"administrator\"]'),(23467,5492,'ClientIP','\"91.194.60.41\"'),(23468,5492,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23469,5493,'Attempts','1'),(23470,5493,'Username','\"wsaaus15\"'),(23471,5493,'CurrentUserRoles','[\"administrator\"]'),(23472,5493,'ClientIP','\"192.99.99.80\"'),(23473,5493,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23474,5494,'Attempts','1'),(23475,5494,'Username','\"wsaaus15\"'),(23476,5494,'CurrentUserRoles','[\"administrator\"]'),(23477,5494,'ClientIP','\"94.138.200.110\"'),(23478,5494,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23479,5495,'Attempts','1'),(23480,5495,'Username','\"wsaaus15\"'),(23481,5495,'CurrentUserRoles','[\"administrator\"]'),(23482,5495,'ClientIP','\"80.95.29.58\"'),(23483,5495,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23484,5496,'Attempts','2'),(23485,5496,'Username','\"wsaaus15\"'),(23486,5496,'CurrentUserRoles','[\"administrator\"]'),(23487,5496,'ClientIP','\"216.97.239.105\"'),(23488,5496,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23489,5497,'Attempts','1'),(23490,5497,'Username','\"wsaaus15\"'),(23491,5497,'CurrentUserRoles','[\"administrator\"]'),(23492,5497,'ClientIP','\"199.182.168.145\"'),(23493,5497,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23494,5498,'Attempts','1'),(23495,5498,'Username','\"wsaaus15\"'),(23496,5498,'CurrentUserRoles','[\"administrator\"]'),(23497,5498,'ClientIP','\"64.27.52.34\"'),(23498,5498,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23499,5499,'Attempts','1'),(23500,5499,'Username','\"wsaaus15\"'),(23501,5499,'CurrentUserRoles','[\"administrator\"]'),(23502,5499,'ClientIP','\"50.87.80.168\"'),(23503,5499,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23504,5500,'Attempts','1'),(23505,5500,'Username','\"wsaaus15\"'),(23506,5500,'CurrentUserRoles','[\"administrator\"]'),(23507,5500,'ClientIP','\"148.163.88.206\"'),(23508,5500,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23509,5501,'Attempts','1'),(23510,5501,'Username','\"wsaaus15\"'),(23511,5501,'CurrentUserRoles','[\"administrator\"]'),(23512,5501,'ClientIP','\"198.1.71.136\"'),(23513,5501,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23514,5502,'Attempts','1'),(23515,5502,'Username','\"wsaaus15\"'),(23516,5502,'CurrentUserRoles','[\"administrator\"]'),(23517,5502,'ClientIP','\"54.172.212.101\"'),(23518,5502,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23519,5503,'Attempts','2'),(23520,5503,'Username','\"wsaaus15\"'),(23521,5503,'CurrentUserRoles','[\"administrator\"]'),(23522,5503,'ClientIP','\"184.171.249.2\"'),(23523,5503,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23524,5504,'Attempts','1'),(23525,5504,'Username','\"wsaaus15\"'),(23526,5504,'CurrentUserRoles','[\"administrator\"]'),(23527,5504,'ClientIP','\"200.178.187.210\"'),(23528,5504,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23529,5505,'Attempts','1'),(23530,5505,'Username','\"wsaaus15\"'),(23531,5505,'CurrentUserRoles','[\"administrator\"]'),(23532,5505,'ClientIP','\"206.214.216.146\"'),(23533,5505,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23534,5506,'Attempts','1'),(23535,5506,'Username','\"wsaaus15\"'),(23536,5506,'CurrentUserRoles','[\"administrator\"]'),(23537,5506,'ClientIP','\"93.190.41.104\"'),(23538,5506,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23539,5507,'Attempts','1'),(23540,5507,'Username','\"wsaaus15\"'),(23541,5507,'CurrentUserRoles','[\"administrator\"]'),(23542,5507,'ClientIP','\"81.17.250.54\"'),(23543,5507,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23544,5508,'Attempts','1'),(23545,5508,'Username','\"wsaaus15\"'),(23546,5508,'CurrentUserRoles','[\"administrator\"]'),(23547,5508,'ClientIP','\"178.32.34.6\"'),(23548,5508,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23549,5509,'Attempts','2'),(23550,5509,'Username','\"wsaaus15\"'),(23551,5509,'CurrentUserRoles','[\"administrator\"]'),(23552,5509,'ClientIP','\"89.26.240.59\"'),(23553,5509,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23554,5510,'Attempts','1'),(23555,5510,'Username','\"wsaaus15\"'),(23556,5510,'CurrentUserRoles','[\"administrator\"]'),(23557,5510,'ClientIP','\"133.242.208.92\"'),(23558,5510,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23559,5511,'Attempts','1'),(23560,5511,'Username','\"wsaaus15\"'),(23561,5511,'CurrentUserRoles','[\"administrator\"]'),(23562,5511,'ClientIP','\"66.135.37.55\"'),(23563,5511,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23564,5512,'Attempts','1'),(23565,5512,'Username','\"wsaaus15\"'),(23566,5512,'CurrentUserRoles','[\"administrator\"]'),(23567,5512,'ClientIP','\"75.127.125.217\"'),(23568,5512,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23569,5513,'Attempts','1'),(23570,5513,'Username','\"wsaaus15\"'),(23571,5513,'CurrentUserRoles','[\"administrator\"]'),(23572,5513,'ClientIP','\"37.59.133.8\"'),(23573,5513,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23574,5514,'Attempts','1'),(23575,5514,'Username','\"wsaaus15\"'),(23576,5514,'CurrentUserRoles','[\"administrator\"]'),(23577,5514,'ClientIP','\"96.30.53.204\"'),(23578,5514,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23579,5515,'Attempts','1'),(23580,5515,'Username','\"wsaaus15\"'),(23581,5515,'CurrentUserRoles','[\"administrator\"]'),(23582,5515,'ClientIP','\"217.64.195.220\"'),(23583,5515,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23584,5516,'Attempts','1'),(23585,5516,'Username','\"wsaaus15\"'),(23586,5516,'CurrentUserRoles','[\"administrator\"]'),(23587,5516,'ClientIP','\"162.243.213.192\"'),(23588,5516,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23589,5517,'Attempts','1'),(23590,5517,'Username','\"wsaaus15\"'),(23591,5517,'CurrentUserRoles','[\"administrator\"]'),(23592,5517,'ClientIP','\"93.186.180.10\"'),(23593,5517,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23594,5518,'Attempts','1'),(23595,5518,'Username','\"wsaaus15\"'),(23596,5518,'CurrentUserRoles','[\"administrator\"]'),(23597,5518,'ClientIP','\"178.254.51.20\"'),(23598,5518,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23599,5519,'Attempts','1'),(23600,5519,'Username','\"wsaaus15\"'),(23601,5519,'CurrentUserRoles','[\"administrator\"]'),(23602,5519,'ClientIP','\"204.144.184.26\"'),(23603,5519,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23604,5520,'Attempts','1'),(23605,5520,'Username','\"wsaaus15\"'),(23606,5520,'CurrentUserRoles','[\"administrator\"]'),(23607,5520,'ClientIP','\"95.110.233.56\"'),(23608,5520,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23609,5521,'Attempts','1'),(23610,5521,'Username','\"wsaaus15\"'),(23611,5521,'CurrentUserRoles','[\"administrator\"]'),(23612,5521,'ClientIP','\"91.211.115.41\"'),(23613,5521,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23614,5522,'Attempts','1'),(23615,5522,'Username','\"wsaaus15\"'),(23616,5522,'CurrentUserRoles','[\"administrator\"]'),(23617,5522,'ClientIP','\"67.222.8.113\"'),(23618,5522,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23619,5523,'Attempts','1'),(23620,5523,'Username','\"wsaaus15\"'),(23621,5523,'CurrentUserRoles','[\"administrator\"]'),(23622,5523,'ClientIP','\"216.97.238.72\"'),(23623,5523,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23624,5524,'Attempts','1'),(23625,5524,'Username','\"wsaaus15\"'),(23626,5524,'CurrentUserRoles','[\"administrator\"]'),(23627,5524,'ClientIP','\"177.20.144.12\"'),(23628,5524,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23629,5525,'Attempts','1'),(23630,5525,'Username','\"wsaaus15\"'),(23631,5525,'CurrentUserRoles','[\"administrator\"]'),(23632,5525,'ClientIP','\"166.63.1.19\"'),(23633,5525,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23634,5526,'Attempts','4'),(23635,5526,'Username','\"wsaaus15\"'),(23636,5526,'CurrentUserRoles','[\"administrator\"]'),(23637,5526,'ClientIP','\"69.50.210.69\"'),(23638,5526,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23639,5527,'Attempts','1'),(23640,5527,'Username','\"wsaaus15\"'),(23641,5527,'CurrentUserRoles','[\"administrator\"]'),(23642,5527,'ClientIP','\"151.80.128.164\"'),(23643,5527,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23644,5528,'Attempts','1'),(23645,5528,'Username','\"wsaaus15\"'),(23646,5528,'CurrentUserRoles','[\"administrator\"]'),(23647,5528,'ClientIP','\"89.201.163.88\"'),(23648,5528,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23649,5529,'Attempts','1'),(23650,5529,'Username','\"wsaaus15\"'),(23651,5529,'CurrentUserRoles','[\"administrator\"]'),(23652,5529,'ClientIP','\"185.68.109.97\"'),(23653,5529,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23654,5530,'Attempts','1'),(23655,5530,'Username','\"wsaaus15\"'),(23656,5530,'CurrentUserRoles','[\"administrator\"]'),(23657,5530,'ClientIP','\"65.39.14.95\"'),(23658,5530,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23659,5531,'Attempts','1'),(23660,5531,'Username','\"wsaaus15\"'),(23661,5531,'CurrentUserRoles','[\"administrator\"]'),(23662,5531,'ClientIP','\"103.13.97.241\"'),(23663,5531,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23664,5532,'Attempts','1'),(23665,5532,'Username','\"wsaaus15\"'),(23666,5532,'CurrentUserRoles','[\"administrator\"]'),(23667,5532,'ClientIP','\"178.210.87.18\"'),(23668,5532,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23669,5533,'Attempts','1'),(23670,5533,'Username','\"wsaaus15\"'),(23671,5533,'CurrentUserRoles','[\"administrator\"]'),(23672,5533,'ClientIP','\"81.21.67.244\"'),(23673,5533,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23674,5534,'Attempts','1'),(23675,5534,'Username','\"wsaaus15\"'),(23676,5534,'CurrentUserRoles','[\"administrator\"]'),(23677,5534,'ClientIP','\"77.243.131.16\"'),(23678,5534,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23679,5535,'Attempts','2'),(23680,5535,'Username','\"wsaaus15\"'),(23681,5535,'CurrentUserRoles','[\"administrator\"]'),(23682,5535,'ClientIP','\"46.4.28.14\"'),(23683,5535,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23684,5536,'Attempts','1'),(23685,5536,'Username','\"wsaaus15\"'),(23686,5536,'CurrentUserRoles','[\"administrator\"]'),(23687,5536,'ClientIP','\"76.74.242.170\"'),(23688,5536,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23689,5537,'Attempts','1'),(23690,5537,'Username','\"wsaaus15\"'),(23691,5537,'CurrentUserRoles','[\"administrator\"]'),(23692,5537,'ClientIP','\"192.163.225.239\"'),(23693,5537,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23694,5538,'Attempts','1'),(23695,5538,'Username','\"wsaaus15\"'),(23696,5538,'CurrentUserRoles','[\"administrator\"]'),(23697,5538,'ClientIP','\"185.71.216.204\"'),(23698,5538,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23699,5539,'Attempts','2'),(23700,5539,'Username','\"wsaaus15\"'),(23701,5539,'CurrentUserRoles','[\"administrator\"]'),(23702,5539,'ClientIP','\"75.151.45.138\"'),(23703,5539,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23704,5540,'Attempts','1'),(23705,5540,'Username','\"wsaaus15\"'),(23706,5540,'CurrentUserRoles','[\"administrator\"]'),(23707,5540,'ClientIP','\"69.65.119.249\"'),(23708,5540,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23709,5541,'Attempts','1'),(23710,5541,'Username','\"wsaaus15\"'),(23711,5541,'CurrentUserRoles','[\"administrator\"]'),(23712,5541,'ClientIP','\"185.19.184.133\"'),(23713,5541,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23714,5542,'Attempts','1'),(23715,5542,'Username','\"wsaaus15\"'),(23716,5542,'CurrentUserRoles','[\"administrator\"]'),(23717,5542,'ClientIP','\"199.167.22.133\"'),(23718,5542,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23719,5543,'Attempts','1'),(23720,5543,'Username','\"wsaaus15\"'),(23721,5543,'CurrentUserRoles','[\"administrator\"]'),(23722,5543,'ClientIP','\"173.205.125.186\"'),(23723,5543,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23724,5544,'Attempts','1'),(23725,5544,'Username','\"wsaaus15\"'),(23726,5544,'CurrentUserRoles','[\"administrator\"]'),(23727,5544,'ClientIP','\"69.57.174.90\"'),(23728,5544,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23729,5545,'Attempts','1'),(23730,5545,'Username','\"wsaaus15\"'),(23731,5545,'CurrentUserRoles','[\"administrator\"]'),(23732,5545,'ClientIP','\"77.72.200.222\"'),(23733,5545,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23734,5546,'Attempts','1'),(23735,5546,'Username','\"wsaaus15\"'),(23736,5546,'CurrentUserRoles','[\"administrator\"]'),(23737,5546,'ClientIP','\"189.211.183.199\"'),(23738,5546,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23739,5547,'Attempts','1'),(23740,5547,'Username','\"wsaaus15\"'),(23741,5547,'CurrentUserRoles','[\"administrator\"]'),(23742,5547,'ClientIP','\"37.61.235.162\"'),(23743,5547,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23744,5548,'Attempts','1'),(23745,5548,'Username','\"wsaaus15\"'),(23746,5548,'CurrentUserRoles','[\"administrator\"]'),(23747,5548,'ClientIP','\"189.113.170.1\"'),(23748,5548,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23749,5549,'Attempts','1'),(23750,5549,'Username','\"wsaaus15\"'),(23751,5549,'CurrentUserRoles','[\"administrator\"]'),(23752,5549,'ClientIP','\"176.9.47.141\"'),(23753,5549,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23754,5550,'Attempts','1'),(23755,5550,'Username','\"wsaaus15\"'),(23756,5550,'CurrentUserRoles','[\"administrator\"]'),(23757,5550,'ClientIP','\"69.90.162.140\"'),(23758,5550,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23759,5551,'Attempts','1'),(23760,5551,'Username','\"wsaaus15\"'),(23761,5551,'CurrentUserRoles','[\"administrator\"]'),(23762,5551,'ClientIP','\"109.228.2.221\"'),(23763,5551,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23764,5552,'Attempts','1'),(23765,5552,'Username','\"wsaaus15\"'),(23766,5552,'CurrentUserRoles','[\"administrator\"]'),(23767,5552,'ClientIP','\"198.20.242.244\"'),(23768,5552,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23769,5553,'Attempts','2'),(23770,5553,'Username','\"wsaaus15\"'),(23771,5553,'CurrentUserRoles','[\"administrator\"]'),(23772,5553,'ClientIP','\"80.79.113.194\"'),(23773,5553,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23774,5554,'Attempts','1'),(23775,5554,'Username','\"wsaaus15\"'),(23776,5554,'CurrentUserRoles','[\"administrator\"]'),(23777,5554,'ClientIP','\"66.225.231.146\"'),(23778,5554,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23779,5555,'Attempts','1'),(23780,5555,'Username','\"wsaaus15\"'),(23781,5555,'CurrentUserRoles','[\"administrator\"]'),(23782,5555,'ClientIP','\"93.104.209.84\"'),(23783,5555,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23784,5556,'Attempts','2'),(23785,5556,'Username','\"wsaaus15\"'),(23786,5556,'CurrentUserRoles','[\"administrator\"]'),(23787,5556,'ClientIP','\"109.235.145.7\"'),(23788,5556,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23789,5557,'Attempts','1'),(23790,5557,'Username','\"wsaaus15\"'),(23791,5557,'CurrentUserRoles','[\"administrator\"]'),(23792,5557,'ClientIP','\"54.235.213.121\"'),(23793,5557,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23794,5558,'Attempts','1'),(23795,5558,'Username','\"wsaaus15\"'),(23796,5558,'CurrentUserRoles','[\"administrator\"]'),(23797,5558,'ClientIP','\"212.175.19.81\"'),(23798,5558,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23799,5559,'Attempts','1'),(23800,5559,'Username','\"wsaaus15\"'),(23801,5559,'CurrentUserRoles','[\"administrator\"]'),(23802,5559,'ClientIP','\"148.251.120.163\"'),(23803,5559,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23804,5560,'Attempts','1'),(23805,5560,'Username','\"wsaaus15\"'),(23806,5560,'CurrentUserRoles','[\"administrator\"]'),(23807,5560,'ClientIP','\"67.231.18.139\"'),(23808,5560,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23809,5561,'Attempts','1'),(23810,5561,'Username','\"wsaaus15\"'),(23811,5561,'CurrentUserRoles','[\"administrator\"]'),(23812,5561,'ClientIP','\"45.55.213.77\"'),(23813,5561,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23814,5562,'Attempts','1'),(23815,5562,'Username','\"wsaaus15\"'),(23816,5562,'CurrentUserRoles','[\"administrator\"]'),(23817,5562,'ClientIP','\"76.74.242.200\"'),(23818,5562,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23819,5563,'Attempts','1'),(23820,5563,'Username','\"wsaaus15\"'),(23821,5563,'CurrentUserRoles','[\"administrator\"]'),(23822,5563,'ClientIP','\"208.69.125.4\"'),(23823,5563,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23824,5564,'Attempts','1'),(23825,5564,'Username','\"wsaaus15\"'),(23826,5564,'CurrentUserRoles','[\"administrator\"]'),(23827,5564,'ClientIP','\"78.24.14.100\"'),(23828,5564,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23829,5565,'Attempts','1'),(23830,5565,'Username','\"wsaaus15\"'),(23831,5565,'CurrentUserRoles','[\"administrator\"]'),(23832,5565,'ClientIP','\"212.191.64.7\"'),(23833,5565,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23834,5566,'Attempts','1'),(23835,5566,'Username','\"wsaaus15\"'),(23836,5566,'CurrentUserRoles','[\"administrator\"]'),(23837,5566,'ClientIP','\"122.201.75.86\"'),(23838,5566,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23839,5567,'Attempts','1'),(23840,5567,'Username','\"wsaaus15\"'),(23841,5567,'CurrentUserRoles','[\"administrator\"]'),(23842,5567,'ClientIP','\"149.210.134.200\"'),(23843,5567,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23844,5568,'Attempts','1'),(23845,5568,'Username','\"wsaaus15\"'),(23846,5568,'CurrentUserRoles','[\"administrator\"]'),(23847,5568,'ClientIP','\"91.82.84.115\"'),(23848,5568,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23849,5569,'Attempts','1'),(23850,5569,'Username','\"wsaaus15\"'),(23851,5569,'CurrentUserRoles','[\"administrator\"]'),(23852,5569,'ClientIP','\"108.174.146.145\"'),(23853,5569,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23854,5570,'Attempts','1'),(23855,5570,'Username','\"wsaaus15\"'),(23856,5570,'CurrentUserRoles','[\"administrator\"]'),(23857,5570,'ClientIP','\"216.224.167.200\"'),(23858,5570,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23859,5571,'Attempts','2'),(23860,5571,'Username','\"wsaaus15\"'),(23861,5571,'CurrentUserRoles','[\"administrator\"]'),(23862,5571,'ClientIP','\"69.36.175.246\"'),(23863,5571,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23864,5572,'Attempts','1'),(23865,5572,'Username','\"wsaaus15\"'),(23866,5572,'CurrentUserRoles','[\"administrator\"]'),(23867,5572,'ClientIP','\"184.172.237.162\"'),(23868,5572,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23869,5573,'Attempts','1'),(23870,5573,'Username','\"wsaaus15\"'),(23871,5573,'CurrentUserRoles','[\"administrator\"]'),(23872,5573,'ClientIP','\"188.65.116.66\"'),(23873,5573,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23874,5574,'Attempts','3'),(23875,5574,'Username','\"wsaaus15\"'),(23876,5574,'CurrentUserRoles','[\"administrator\"]'),(23877,5574,'ClientIP','\"212.68.57.144\"'),(23878,5574,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23879,5575,'Attempts','1'),(23880,5575,'Username','\"wsaaus15\"'),(23881,5575,'CurrentUserRoles','[\"administrator\"]'),(23882,5575,'ClientIP','\"162.253.34.97\"'),(23883,5575,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23884,5576,'Attempts','1'),(23885,5576,'Username','\"wsaaus15\"'),(23886,5576,'CurrentUserRoles','[\"administrator\"]'),(23887,5576,'ClientIP','\"69.164.192.226\"'),(23888,5576,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23889,5577,'Attempts','1'),(23890,5577,'Username','\"wsaaus15\"'),(23891,5577,'CurrentUserRoles','[\"administrator\"]'),(23892,5577,'ClientIP','\"213.128.74.234\"'),(23893,5577,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23894,5578,'Attempts','1'),(23895,5578,'Username','\"wsaaus15\"'),(23896,5578,'CurrentUserRoles','[\"administrator\"]'),(23897,5578,'ClientIP','\"192.232.239.207\"'),(23898,5578,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23899,5579,'Attempts','2'),(23900,5579,'Username','\"wsaaus15\"'),(23901,5579,'CurrentUserRoles','[\"administrator\"]'),(23902,5579,'ClientIP','\"37.17.224.6\"'),(23903,5579,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23904,5580,'Attempts','1'),(23905,5580,'Username','\"wsaaus15\"'),(23906,5580,'CurrentUserRoles','[\"administrator\"]'),(23907,5580,'ClientIP','\"158.199.216.10\"'),(23908,5580,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23909,5581,'Attempts','1'),(23910,5581,'Username','\"wsaaus15\"'),(23911,5581,'CurrentUserRoles','[\"administrator\"]'),(23912,5581,'ClientIP','\"103.28.12.203\"'),(23913,5581,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23914,5582,'Attempts','1'),(23915,5582,'Username','\"wsaaus15\"'),(23916,5582,'CurrentUserRoles','[\"administrator\"]'),(23917,5582,'ClientIP','\"54.94.243.159\"'),(23918,5582,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23919,5583,'Attempts','1'),(23920,5583,'Username','\"wsaaus15\"'),(23921,5583,'CurrentUserRoles','[\"administrator\"]'),(23922,5583,'ClientIP','\"54.69.152.64\"'),(23923,5583,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23924,5584,'Attempts','1'),(23925,5584,'Username','\"wsaaus15\"'),(23926,5584,'CurrentUserRoles','[\"administrator\"]'),(23927,5584,'ClientIP','\"168.144.159.110\"'),(23928,5584,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23929,5585,'Attempts','1'),(23930,5585,'Username','\"wsaaus15\"'),(23931,5585,'CurrentUserRoles','[\"administrator\"]'),(23932,5585,'ClientIP','\"108.160.152.67\"'),(23933,5585,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23934,5586,'Attempts','1'),(23935,5586,'Username','\"wsaaus15\"'),(23936,5586,'CurrentUserRoles','[\"administrator\"]'),(23937,5586,'ClientIP','\"158.69.11.223\"'),(23938,5586,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23939,5587,'Attempts','1'),(23940,5587,'Username','\"wsaaus15\"'),(23941,5587,'CurrentUserRoles','[\"administrator\"]'),(23942,5587,'ClientIP','\"198.46.87.207\"'),(23943,5587,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23944,5588,'Attempts','1'),(23945,5588,'Username','\"wsaaus15\"'),(23946,5588,'CurrentUserRoles','[\"administrator\"]'),(23947,5588,'ClientIP','\"198.57.193.162\"'),(23948,5588,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23949,5589,'Attempts','1'),(23950,5589,'Username','\"wsaaus15\"'),(23951,5589,'CurrentUserRoles','[\"administrator\"]'),(23952,5589,'ClientIP','\"217.114.219.208\"'),(23953,5589,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23954,5590,'Attempts','1'),(23955,5590,'Username','\"wsaaus15\"'),(23956,5590,'CurrentUserRoles','[\"administrator\"]'),(23957,5590,'ClientIP','\"31.222.197.185\"'),(23958,5590,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23959,5591,'Attempts','1'),(23960,5591,'Username','\"wsaaus15\"'),(23961,5591,'CurrentUserRoles','[\"administrator\"]'),(23962,5591,'ClientIP','\"66.147.237.199\"'),(23963,5591,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23964,5592,'Attempts','1'),(23965,5592,'Username','\"wsaaus15\"'),(23966,5592,'CurrentUserRoles','[\"administrator\"]'),(23967,5592,'ClientIP','\"193.42.156.42\"'),(23968,5592,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23969,5593,'Attempts','1'),(23970,5593,'Username','\"wsaaus15\"'),(23971,5593,'CurrentUserRoles','[\"administrator\"]'),(23972,5593,'ClientIP','\"78.46.114.132\"'),(23973,5593,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23974,5594,'Attempts','1'),(23975,5594,'Username','\"wsaaus15\"'),(23976,5594,'CurrentUserRoles','[\"administrator\"]'),(23977,5594,'ClientIP','\"104.237.151.85\"'),(23978,5594,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23979,5595,'Attempts','1'),(23980,5595,'Username','\"wsaaus15\"'),(23981,5595,'CurrentUserRoles','[\"administrator\"]'),(23982,5595,'ClientIP','\"178.33.252.237\"'),(23983,5595,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23984,5596,'Attempts','1'),(23985,5596,'Username','\"wsaaus15\"'),(23986,5596,'CurrentUserRoles','[\"administrator\"]'),(23987,5596,'ClientIP','\"162.243.38.124\"'),(23988,5596,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23989,5597,'Attempts','2'),(23990,5597,'Username','\"wsaaus15\"'),(23991,5597,'CurrentUserRoles','[\"administrator\"]'),(23992,5597,'ClientIP','\"66.246.72.35\"'),(23993,5597,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23994,5598,'Attempts','1'),(23995,5598,'Username','\"wsaaus15\"'),(23996,5598,'CurrentUserRoles','[\"administrator\"]'),(23997,5598,'ClientIP','\"197.189.205.75\"'),(23998,5598,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(23999,5599,'Attempts','1'),(24000,5599,'Username','\"wsaaus15\"'),(24001,5599,'CurrentUserRoles','[\"administrator\"]'),(24002,5599,'ClientIP','\"85.88.136.2\"'),(24003,5599,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24004,5600,'Attempts','1'),(24005,5600,'Username','\"wsaaus15\"'),(24006,5600,'CurrentUserRoles','[\"administrator\"]'),(24007,5600,'ClientIP','\"70.85.137.34\"'),(24008,5600,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24009,5601,'Attempts','2'),(24010,5601,'Username','\"wsaaus15\"'),(24011,5601,'CurrentUserRoles','[\"administrator\"]'),(24012,5601,'ClientIP','\"212.113.132.65\"'),(24013,5601,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24014,5602,'Attempts','1'),(24015,5602,'Username','\"wsaaus15\"'),(24016,5602,'CurrentUserRoles','[\"administrator\"]'),(24017,5602,'ClientIP','\"209.200.253.155\"'),(24018,5602,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24019,5603,'Attempts','1'),(24020,5603,'Username','\"wsaaus15\"'),(24021,5603,'CurrentUserRoles','[\"administrator\"]'),(24022,5603,'ClientIP','\"64.37.49.43\"'),(24023,5603,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24024,5604,'Attempts','1'),(24025,5604,'Username','\"wsaaus15\"'),(24026,5604,'CurrentUserRoles','[\"administrator\"]'),(24027,5604,'ClientIP','\"86.107.43.59\"'),(24028,5604,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24029,5605,'Attempts','1'),(24030,5605,'Username','\"wsaaus15\"'),(24031,5605,'CurrentUserRoles','[\"administrator\"]'),(24032,5605,'ClientIP','\"94.75.249.24\"'),(24033,5605,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24034,5606,'Attempts','1'),(24035,5606,'Username','\"wsaaus15\"'),(24036,5606,'CurrentUserRoles','[\"administrator\"]'),(24037,5606,'ClientIP','\"46.105.117.151\"'),(24038,5606,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24039,5607,'Attempts','1'),(24040,5607,'Username','\"wsaaus15\"'),(24041,5607,'CurrentUserRoles','[\"administrator\"]'),(24042,5607,'ClientIP','\"92.222.115.64\"'),(24043,5607,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24044,5608,'Attempts','1'),(24045,5608,'Username','\"wsaaus15\"'),(24046,5608,'CurrentUserRoles','[\"administrator\"]'),(24047,5608,'ClientIP','\"64.202.124.147\"'),(24048,5608,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24049,5609,'Attempts','1'),(24050,5609,'Username','\"wsaaus15\"'),(24051,5609,'CurrentUserRoles','[\"administrator\"]'),(24052,5609,'ClientIP','\"23.235.220.220\"'),(24053,5609,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24054,5610,'Attempts','1'),(24055,5610,'Username','\"wsaaus15\"'),(24056,5610,'CurrentUserRoles','[\"administrator\"]'),(24057,5610,'ClientIP','\"54.76.41.170\"'),(24058,5610,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24059,5611,'Attempts','1'),(24060,5611,'Username','\"wsaaus15\"'),(24061,5611,'CurrentUserRoles','[\"administrator\"]'),(24062,5611,'ClientIP','\"213.171.218.130\"'),(24063,5611,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24064,5612,'Attempts','1'),(24065,5612,'Username','\"wsaaus15\"'),(24066,5612,'CurrentUserRoles','[\"administrator\"]'),(24067,5612,'ClientIP','\"176.52.243.77\"'),(24068,5612,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24069,5613,'Attempts','1'),(24070,5613,'Username','\"wsaaus15\"'),(24071,5613,'CurrentUserRoles','[\"administrator\"]'),(24072,5613,'ClientIP','\"216.113.193.52\"'),(24073,5613,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24074,5614,'Attempts','1'),(24075,5614,'Username','\"wsaaus15\"'),(24076,5614,'CurrentUserRoles','[\"administrator\"]'),(24077,5614,'ClientIP','\"70.33.241.140\"'),(24078,5614,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24079,5615,'Attempts','1'),(24080,5615,'Username','\"wsaaus15\"'),(24081,5615,'CurrentUserRoles','[\"administrator\"]'),(24082,5615,'ClientIP','\"61.19.249.88\"'),(24083,5615,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24084,5616,'Attempts','1'),(24085,5616,'Username','\"wsaaus15\"'),(24086,5616,'CurrentUserRoles','[\"administrator\"]'),(24087,5616,'ClientIP','\"195.234.10.58\"'),(24088,5616,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24089,5617,'Attempts','1'),(24090,5617,'Username','\"wsaaus15\"'),(24091,5617,'CurrentUserRoles','[\"administrator\"]'),(24092,5617,'ClientIP','\"31.41.43.1\"'),(24093,5617,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24094,5618,'Attempts','2'),(24095,5618,'Username','\"wsaaus15\"'),(24096,5618,'CurrentUserRoles','[\"administrator\"]'),(24097,5618,'ClientIP','\"86.109.170.103\"'),(24098,5618,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24099,5619,'Attempts','1'),(24100,5619,'Username','\"wsaaus15\"'),(24101,5619,'CurrentUserRoles','[\"administrator\"]'),(24102,5619,'ClientIP','\"198.57.188.139\"'),(24103,5619,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24104,5620,'Attempts','1'),(24105,5620,'Username','\"wsaaus15\"'),(24106,5620,'CurrentUserRoles','[\"administrator\"]'),(24107,5620,'ClientIP','\"157.7.188.154\"'),(24108,5620,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24109,5621,'Attempts','1'),(24110,5621,'Username','\"wsaaus15\"'),(24111,5621,'CurrentUserRoles','[\"administrator\"]'),(24112,5621,'ClientIP','\"212.83.128.4\"'),(24113,5621,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24114,5622,'Attempts','1'),(24115,5622,'Username','\"wsaaus15\"'),(24116,5622,'CurrentUserRoles','[\"administrator\"]'),(24117,5622,'ClientIP','\"62.28.26.113\"'),(24118,5622,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24119,5624,'Attempts','1'),(24120,5623,'Attempts','1'),(24121,5623,'Username','\"wsaaus15\"'),(24122,5624,'Username','\"wsaaus15\"'),(24123,5623,'CurrentUserRoles','[\"administrator\"]'),(24124,5624,'CurrentUserRoles','[\"administrator\"]'),(24125,5623,'ClientIP','\"208.85.3.226\"'),(24126,5624,'ClientIP','\"195.160.189.108\"'),(24127,5623,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24128,5624,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24129,5625,'Attempts','1'),(24130,5625,'Username','\"wsaaus15\"'),(24131,5625,'CurrentUserRoles','[\"administrator\"]'),(24132,5625,'ClientIP','\"192.240.187.92\"'),(24133,5625,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24134,5626,'Attempts','1'),(24135,5626,'Username','\"wsaaus15\"'),(24136,5626,'CurrentUserRoles','[\"administrator\"]'),(24137,5626,'ClientIP','\"92.240.241.120\"'),(24138,5626,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24139,5627,'Attempts','1'),(24140,5627,'Username','\"wsaaus15\"'),(24141,5627,'CurrentUserRoles','[\"administrator\"]'),(24142,5627,'ClientIP','\"177.1.81.162\"'),(24143,5627,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24144,5628,'Attempts','1'),(24145,5628,'Username','\"wsaaus15\"'),(24146,5628,'CurrentUserRoles','[\"administrator\"]'),(24147,5628,'ClientIP','\"54.152.88.22\"'),(24148,5628,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24149,5629,'Attempts','1'),(24150,5629,'Username','\"wsaaus15\"'),(24151,5629,'CurrentUserRoles','[\"administrator\"]'),(24152,5629,'ClientIP','\"8.6.4.245\"'),(24153,5629,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24154,5630,'Attempts','1'),(24155,5630,'Username','\"wsaaus15\"'),(24156,5630,'CurrentUserRoles','[\"administrator\"]'),(24157,5630,'ClientIP','\"192.254.210.173\"'),(24158,5630,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24159,5631,'Attempts','1'),(24160,5631,'Username','\"wsaaus15\"'),(24161,5631,'CurrentUserRoles','[\"administrator\"]'),(24162,5631,'ClientIP','\"198.57.196.212\"'),(24163,5631,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24164,5632,'Attempts','1'),(24165,5632,'Username','\"wsaaus15\"'),(24166,5632,'CurrentUserRoles','[\"administrator\"]'),(24167,5632,'ClientIP','\"198.154.226.15\"'),(24168,5632,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24169,5633,'Attempts','1'),(24170,5633,'Username','\"wsaaus15\"'),(24171,5633,'CurrentUserRoles','[\"administrator\"]'),(24172,5633,'ClientIP','\"192.145.239.19\"'),(24173,5633,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24174,5634,'Attempts','1'),(24175,5634,'Username','\"wsaaus15\"'),(24176,5634,'CurrentUserRoles','[\"administrator\"]'),(24177,5634,'ClientIP','\"185.52.24.71\"'),(24178,5634,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24179,5635,'Attempts','1'),(24180,5635,'Username','\"wsaaus15\"'),(24181,5635,'CurrentUserRoles','[\"administrator\"]'),(24182,5635,'ClientIP','\"216.70.94.44\"'),(24183,5635,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24184,5636,'Attempts','1'),(24185,5636,'Username','\"wsaaus15\"'),(24186,5636,'CurrentUserRoles','[\"administrator\"]'),(24187,5636,'ClientIP','\"65.74.132.170\"'),(24188,5636,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24189,5637,'Attempts','2'),(24190,5637,'Username','\"wsaaus15\"'),(24191,5637,'CurrentUserRoles','[\"administrator\"]'),(24192,5637,'ClientIP','\"70.62.242.18\"'),(24193,5637,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24194,5638,'Attempts','1'),(24195,5638,'Username','\"wsaaus15\"'),(24196,5638,'CurrentUserRoles','[\"administrator\"]'),(24197,5638,'ClientIP','\"192.254.194.14\"'),(24198,5638,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24199,5639,'Attempts','1'),(24200,5639,'Username','\"wsaaus15\"'),(24201,5639,'CurrentUserRoles','[\"administrator\"]'),(24202,5639,'ClientIP','\"67.23.253.185\"'),(24203,5639,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24204,5640,'Attempts','1'),(24205,5640,'Username','\"wsaaus15\"'),(24206,5640,'CurrentUserRoles','[\"administrator\"]'),(24207,5640,'ClientIP','\"128.0.55.163\"'),(24208,5640,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24209,5641,'Attempts','1'),(24210,5641,'Username','\"wsaaus15\"'),(24211,5641,'CurrentUserRoles','[\"administrator\"]'),(24212,5641,'ClientIP','\"74.91.25.18\"'),(24213,5641,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24214,5642,'Attempts','1'),(24215,5642,'Username','\"wsaaus15\"'),(24216,5642,'CurrentUserRoles','[\"administrator\"]'),(24217,5642,'ClientIP','\"217.171.192.199\"'),(24218,5642,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24219,5643,'Attempts','2'),(24220,5643,'Username','\"wsaaus15\"'),(24221,5643,'CurrentUserRoles','[\"administrator\"]'),(24222,5643,'ClientIP','\"104.238.126.185\"'),(24223,5643,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24224,5644,'Attempts','1'),(24225,5644,'Username','\"wsaaus15\"'),(24226,5644,'CurrentUserRoles','[\"administrator\"]'),(24227,5644,'ClientIP','\"74.63.251.59\"'),(24228,5644,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24229,5645,'Attempts','1'),(24230,5645,'Username','\"wsaaus15\"'),(24231,5645,'CurrentUserRoles','[\"administrator\"]'),(24232,5645,'ClientIP','\"67.210.98.225\"'),(24233,5645,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24234,5646,'Attempts','1'),(24235,5646,'Username','\"wsaaus15\"'),(24236,5646,'CurrentUserRoles','[\"administrator\"]'),(24237,5646,'ClientIP','\"196.41.139.77\"'),(24238,5646,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24239,5647,'Attempts','1'),(24240,5647,'Username','\"wsaaus15\"'),(24241,5647,'CurrentUserRoles','[\"administrator\"]'),(24242,5647,'ClientIP','\"108.163.234.98\"'),(24243,5647,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24244,5648,'Attempts','1'),(24245,5648,'Username','\"wsaaus15\"'),(24246,5648,'CurrentUserRoles','[\"administrator\"]'),(24247,5648,'ClientIP','\"31.24.36.4\"'),(24248,5648,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24249,5649,'Attempts','1'),(24250,5649,'Username','\"wsaaus15\"'),(24251,5649,'CurrentUserRoles','[\"administrator\"]'),(24252,5649,'ClientIP','\"178.33.75.50\"'),(24253,5649,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24254,5650,'Attempts','1'),(24255,5650,'Username','\"wsaaus15\"'),(24256,5650,'CurrentUserRoles','[\"administrator\"]'),(24257,5650,'ClientIP','\"195.238.172.243\"'),(24258,5650,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24259,5651,'Attempts','1'),(24260,5651,'Username','\"wsaaus15\"'),(24261,5651,'CurrentUserRoles','[\"administrator\"]'),(24262,5651,'ClientIP','\"46.231.16.11\"'),(24263,5651,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24264,5652,'Attempts','1'),(24265,5652,'Username','\"wsaaus15\"'),(24266,5652,'CurrentUserRoles','[\"administrator\"]'),(24267,5652,'ClientIP','\"192.254.218.174\"'),(24268,5652,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24269,5653,'Attempts','1'),(24270,5653,'Username','\"wsaaus15\"'),(24271,5653,'CurrentUserRoles','[\"administrator\"]'),(24272,5653,'ClientIP','\"216.117.191.19\"'),(24273,5653,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24274,5654,'Attempts','1'),(24275,5654,'Username','\"wsaaus15\"'),(24276,5654,'CurrentUserRoles','[\"administrator\"]'),(24277,5654,'ClientIP','\"77.47.192.237\"'),(24278,5654,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24279,5655,'Attempts','1'),(24280,5656,'Attempts','1'),(24281,5655,'Username','\"wsaaus15\"'),(24282,5656,'Username','\"wsaaus15\"'),(24283,5655,'CurrentUserRoles','[\"administrator\"]'),(24284,5656,'CurrentUserRoles','[\"administrator\"]'),(24285,5655,'ClientIP','\"37.139.25.188\"'),(24286,5656,'ClientIP','\"46.140.145.242\"'),(24287,5655,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24288,5656,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24289,5657,'Attempts','1'),(24290,5657,'Username','\"wsaaus15\"'),(24291,5657,'CurrentUserRoles','[\"administrator\"]'),(24292,5657,'ClientIP','\"122.154.129.116\"'),(24293,5657,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24294,5658,'Attempts','1'),(24295,5658,'Username','\"wsaaus15\"'),(24296,5658,'CurrentUserRoles','[\"administrator\"]'),(24297,5658,'ClientIP','\"89.174.7.155\"'),(24298,5658,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24299,5659,'Attempts','1'),(24300,5659,'Username','\"wsaaus15\"'),(24301,5659,'CurrentUserRoles','[\"administrator\"]'),(24302,5659,'ClientIP','\"198.57.182.251\"'),(24303,5659,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24304,5660,'Attempts','2'),(24305,5660,'Username','\"wsaaus15\"'),(24306,5660,'CurrentUserRoles','[\"administrator\"]'),(24307,5660,'ClientIP','\"185.67.0.210\"'),(24308,5660,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24309,5661,'Attempts','1'),(24310,5661,'Username','\"wsaaus15\"'),(24311,5661,'CurrentUserRoles','[\"administrator\"]'),(24312,5661,'ClientIP','\"192.185.179.105\"'),(24313,5661,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24314,5662,'Attempts','1'),(24315,5662,'Username','\"wsaaus15\"'),(24316,5662,'CurrentUserRoles','[\"administrator\"]'),(24317,5662,'ClientIP','\"83.223.124.11\"'),(24318,5662,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24319,5663,'Attempts','1'),(24320,5663,'Username','\"wsaaus15\"'),(24321,5663,'CurrentUserRoles','[\"administrator\"]'),(24322,5663,'ClientIP','\"192.99.3.124\"'),(24323,5663,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24324,5664,'Attempts','1'),(24325,5664,'Username','\"wsaaus15\"'),(24326,5664,'CurrentUserRoles','[\"administrator\"]'),(24327,5664,'ClientIP','\"198.57.197.204\"'),(24328,5664,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24329,5665,'Attempts','1'),(24330,5665,'Username','\"wsaaus15\"'),(24331,5665,'CurrentUserRoles','[\"administrator\"]'),(24332,5665,'ClientIP','\"89.26.240.160\"'),(24333,5665,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24334,5666,'Attempts','1'),(24335,5666,'Username','\"wsaaus15\"'),(24336,5666,'CurrentUserRoles','[\"administrator\"]'),(24337,5667,'Attempts','1'),(24338,5666,'ClientIP','\"189.38.80.190\"'),(24339,5667,'Username','\"wsaaus15\"'),(24340,5666,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24341,5667,'CurrentUserRoles','[\"administrator\"]'),(24342,5667,'ClientIP','\"125.253.122.76\"'),(24343,5667,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24344,5668,'Attempts','1'),(24345,5668,'Username','\"wsaaus15\"'),(24346,5668,'CurrentUserRoles','[\"administrator\"]'),(24347,5668,'ClientIP','\"66.84.15.38\"'),(24348,5668,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24349,5669,'Attempts','1'),(24350,5669,'Username','\"wsaaus15\"'),(24351,5669,'CurrentUserRoles','[\"administrator\"]'),(24352,5669,'ClientIP','\"87.106.162.18\"'),(24353,5669,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24354,5670,'Attempts','1'),(24355,5670,'Username','\"wsaaus15\"'),(24356,5670,'CurrentUserRoles','[\"administrator\"]'),(24357,5670,'ClientIP','\"198.57.156.91\"'),(24358,5670,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24359,5671,'Attempts','1'),(24360,5671,'Username','\"wsaaus15\"'),(24361,5671,'CurrentUserRoles','[\"administrator\"]'),(24362,5671,'ClientIP','\"208.79.82.146\"'),(24363,5671,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24364,5672,'Attempts','1'),(24365,5673,'Attempts','1'),(24366,5672,'Username','\"wsaaus15\"'),(24367,5673,'Username','\"wsaaus15\"'),(24368,5672,'CurrentUserRoles','[\"administrator\"]'),(24369,5673,'CurrentUserRoles','[\"administrator\"]'),(24370,5672,'ClientIP','\"208.69.121.25\"'),(24371,5672,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24372,5673,'ClientIP','\"31.15.63.20\"'),(24373,5673,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24374,5674,'Attempts','1'),(24375,5674,'Username','\"wsaaus15\"'),(24376,5674,'CurrentUserRoles','[\"administrator\"]'),(24377,5674,'ClientIP','\"166.62.88.166\"'),(24378,5674,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24379,5675,'Attempts','1'),(24380,5675,'Username','\"wsaaus15\"'),(24381,5675,'CurrentUserRoles','[\"administrator\"]'),(24382,5675,'ClientIP','\"142.4.11.27\"'),(24383,5675,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24384,5676,'Attempts','1'),(24385,5676,'Username','\"wsaaus15\"'),(24386,5676,'CurrentUserRoles','[\"administrator\"]'),(24387,5676,'ClientIP','\"216.172.182.175\"'),(24388,5676,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24389,5677,'Attempts','2'),(24390,5677,'Username','\"wsaaus15\"'),(24391,5677,'CurrentUserRoles','[\"administrator\"]'),(24392,5677,'ClientIP','\"208.86.153.218\"'),(24393,5677,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24394,5678,'Attempts','1'),(24395,5678,'Username','\"wsaaus15\"'),(24396,5678,'CurrentUserRoles','[\"administrator\"]'),(24397,5678,'ClientIP','\"77.222.86.10\"'),(24398,5678,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24399,5679,'Attempts','1'),(24400,5679,'Username','\"wsaaus15\"'),(24401,5679,'CurrentUserRoles','[\"administrator\"]'),(24402,5679,'ClientIP','\"204.197.244.40\"'),(24403,5679,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24404,5680,'Attempts','2'),(24405,5680,'Username','\"wsaaus15\"'),(24406,5680,'CurrentUserRoles','[\"administrator\"]'),(24407,5680,'ClientIP','\"212.227.22.176\"'),(24408,5680,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24409,5681,'Attempts','1'),(24410,5681,'Username','\"wsaaus15\"'),(24411,5681,'CurrentUserRoles','[\"administrator\"]'),(24412,5681,'ClientIP','\"159.253.18.30\"'),(24413,5681,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24414,5682,'Attempts','1'),(24415,5682,'Username','\"wsaaus15\"'),(24416,5682,'CurrentUserRoles','[\"administrator\"]'),(24417,5682,'ClientIP','\"91.185.206.77\"'),(24418,5682,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24419,5683,'Attempts','1'),(24420,5683,'Username','\"wsaaus15\"'),(24421,5683,'CurrentUserRoles','[\"administrator\"]'),(24422,5683,'ClientIP','\"146.148.119.104\"'),(24423,5683,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24424,5684,'Attempts','1'),(24425,5684,'Username','\"wsaaus15\"'),(24426,5684,'CurrentUserRoles','[\"administrator\"]'),(24427,5684,'ClientIP','\"158.199.176.10\"'),(24428,5684,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24429,5685,'Attempts','1'),(24430,5685,'Username','\"wsaaus15\"'),(24431,5685,'CurrentUserRoles','[\"administrator\"]'),(24432,5685,'ClientIP','\"146.255.24.39\"'),(24433,5685,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24434,5686,'Attempts','1'),(24435,5686,'Username','\"wsaaus15\"'),(24436,5686,'CurrentUserRoles','[\"administrator\"]'),(24437,5686,'ClientIP','\"65.60.52.130\"'),(24438,5686,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24439,5687,'Attempts','1'),(24440,5687,'Username','\"wsaaus15\"'),(24441,5687,'CurrentUserRoles','[\"administrator\"]'),(24442,5687,'ClientIP','\"91.206.226.52\"'),(24443,5687,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24444,5688,'Attempts','1'),(24445,5688,'Username','\"wsaaus15\"'),(24446,5688,'CurrentUserRoles','[\"administrator\"]'),(24447,5688,'ClientIP','\"192.227.134.4\"'),(24448,5688,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24449,5689,'Attempts','2'),(24450,5689,'Username','\"wsaaus15\"'),(24451,5689,'CurrentUserRoles','[\"administrator\"]'),(24452,5689,'ClientIP','\"208.64.138.193\"'),(24453,5689,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24454,5690,'Attempts','1'),(24455,5690,'Username','\"wsaaus15\"'),(24456,5690,'CurrentUserRoles','[\"administrator\"]'),(24457,5690,'ClientIP','\"67.222.3.156\"'),(24458,5690,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24459,5691,'Attempts','1'),(24460,5691,'Username','\"wsaaus15\"'),(24461,5691,'CurrentUserRoles','[\"administrator\"]'),(24462,5691,'ClientIP','\"184.173.98.139\"'),(24463,5691,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24464,5692,'Attempts','1'),(24465,5692,'Username','\"wsaaus15\"'),(24466,5692,'CurrentUserRoles','[\"administrator\"]'),(24467,5692,'ClientIP','\"190.96.85.199\"'),(24468,5692,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24469,5693,'Attempts','1'),(24470,5693,'Username','\"wsaaus15\"'),(24471,5693,'CurrentUserRoles','[\"administrator\"]'),(24472,5693,'ClientIP','\"87.238.248.24\"'),(24473,5693,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24474,5694,'Attempts','1'),(24475,5694,'Username','\"wsaaus15\"'),(24476,5694,'CurrentUserRoles','[\"administrator\"]'),(24477,5694,'ClientIP','\"67.222.134.19\"'),(24478,5694,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24479,5695,'Attempts','1'),(24480,5695,'Username','\"wsaaus15\"'),(24481,5695,'CurrentUserRoles','[\"administrator\"]'),(24482,5695,'ClientIP','\"185.15.195.145\"'),(24483,5695,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24484,5696,'Attempts','1'),(24485,5696,'Username','\"wsaaus15\"'),(24486,5696,'CurrentUserRoles','[\"administrator\"]'),(24487,5696,'ClientIP','\"194.116.202.145\"'),(24488,5696,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24489,5697,'Attempts','2'),(24490,5697,'Username','\"wsaaus15\"'),(24491,5697,'CurrentUserRoles','[\"administrator\"]'),(24492,5697,'ClientIP','\"66.90.73.22\"'),(24493,5697,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24494,5698,'Attempts','1'),(24495,5698,'Username','\"wsaaus15\"'),(24496,5698,'CurrentUserRoles','[\"administrator\"]'),(24497,5698,'ClientIP','\"79.143.185.59\"'),(24498,5698,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24499,5699,'Attempts','1'),(24500,5699,'Username','\"wsaaus15\"'),(24501,5699,'CurrentUserRoles','[\"administrator\"]'),(24502,5699,'ClientIP','\"198.46.82.65\"'),(24503,5699,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24504,5700,'Attempts','1'),(24505,5700,'Username','\"wsaaus15\"'),(24506,5700,'CurrentUserRoles','[\"administrator\"]'),(24507,5700,'ClientIP','\"87.237.200.6\"'),(24508,5700,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24509,5701,'Attempts','2'),(24510,5701,'Username','\"wsaaus15\"'),(24511,5701,'CurrentUserRoles','[\"administrator\"]'),(24512,5701,'ClientIP','\"69.73.170.12\"'),(24513,5701,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24514,5702,'Attempts','1'),(24515,5702,'Username','\"wsaaus15\"'),(24516,5702,'CurrentUserRoles','[\"administrator\"]'),(24517,5702,'ClientIP','\"192.185.82.228\"'),(24518,5702,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24519,5703,'Attempts','1'),(24520,5703,'Username','\"wsaaus15\"'),(24521,5703,'CurrentUserRoles','[\"administrator\"]'),(24522,5703,'ClientIP','\"5.135.157.40\"'),(24523,5703,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24524,5704,'Attempts','1'),(24525,5704,'Username','\"wsaaus15\"'),(24526,5704,'CurrentUserRoles','[\"administrator\"]'),(24527,5704,'ClientIP','\"193.107.36.30\"'),(24528,5704,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24529,5705,'Attempts','1'),(24530,5705,'Username','\"wsaaus15\"'),(24531,5705,'CurrentUserRoles','[\"administrator\"]'),(24532,5705,'ClientIP','\"88.198.20.48\"'),(24533,5705,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24534,5706,'Attempts','2'),(24535,5706,'Username','\"wsaaus15\"'),(24536,5706,'CurrentUserRoles','[\"administrator\"]'),(24537,5706,'ClientIP','\"213.171.218.8\"'),(24538,5706,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24539,5707,'Attempts','1'),(24540,5707,'Username','\"wsaaus15\"'),(24541,5707,'CurrentUserRoles','[\"administrator\"]'),(24542,5707,'ClientIP','\"96.127.146.10\"'),(24543,5707,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24544,5708,'Attempts','1'),(24545,5708,'Username','\"wsaaus15\"'),(24546,5708,'CurrentUserRoles','[\"administrator\"]'),(24547,5708,'ClientIP','\"79.172.209.183\"'),(24548,5708,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24549,5709,'Attempts','1'),(24550,5709,'Username','\"wsaaus15\"'),(24551,5709,'CurrentUserRoles','[\"administrator\"]'),(24552,5709,'ClientIP','\"199.116.255.235\"'),(24553,5709,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24554,5710,'Attempts','1'),(24555,5710,'Username','\"wsaaus15\"'),(24556,5710,'CurrentUserRoles','[\"administrator\"]'),(24557,5710,'ClientIP','\"103.28.12.209\"'),(24558,5710,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24559,5711,'Attempts','1'),(24560,5711,'Username','\"wsaaus15\"'),(24561,5711,'CurrentUserRoles','[\"administrator\"]'),(24562,5711,'ClientIP','\"104.255.66.251\"'),(24563,5711,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24564,5712,'Attempts','1'),(24565,5712,'Username','\"wsaaus15\"'),(24566,5712,'CurrentUserRoles','[\"administrator\"]'),(24567,5712,'ClientIP','\"198.57.203.254\"'),(24568,5712,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24569,5713,'Attempts','2'),(24570,5713,'Username','\"wsaaus15\"'),(24571,5713,'CurrentUserRoles','[\"administrator\"]'),(24572,5713,'ClientIP','\"198.57.189.13\"'),(24573,5713,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24574,5714,'Attempts','1'),(24575,5714,'Username','\"wsaaus15\"'),(24576,5714,'CurrentUserRoles','[\"administrator\"]'),(24577,5714,'ClientIP','\"69.162.115.178\"'),(24578,5714,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24579,5715,'Attempts','1'),(24580,5715,'Username','\"wsaaus15\"'),(24581,5715,'CurrentUserRoles','[\"administrator\"]'),(24582,5715,'ClientIP','\"63.143.34.98\"'),(24583,5715,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24584,5716,'Attempts','1'),(24585,5716,'Username','\"wsaaus15\"'),(24586,5716,'CurrentUserRoles','[\"administrator\"]'),(24587,5716,'ClientIP','\"37.74.16.27\"'),(24588,5716,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24589,5717,'Attempts','1'),(24590,5717,'Username','\"wsaaus15\"'),(24591,5717,'CurrentUserRoles','[\"administrator\"]'),(24592,5717,'ClientIP','\"64.64.215.6\"'),(24593,5717,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24594,5718,'Attempts','1'),(24595,5718,'Username','\"wsaaus15\"'),(24596,5718,'CurrentUserRoles','[\"administrator\"]'),(24597,5718,'ClientIP','\"77.247.77.54\"'),(24598,5718,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24599,5719,'Attempts','1'),(24600,5719,'Username','\"wsaaus15\"'),(24601,5719,'CurrentUserRoles','[\"administrator\"]'),(24602,5719,'ClientIP','\"108.179.196.245\"'),(24603,5719,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24604,5720,'Attempts','1'),(24605,5720,'Username','\"wsaaus15\"'),(24606,5720,'CurrentUserRoles','[\"administrator\"]'),(24607,5720,'ClientIP','\"213.171.218.221\"'),(24608,5720,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24609,5721,'Attempts','1'),(24610,5721,'Username','\"wsaaus15\"'),(24611,5721,'CurrentUserRoles','[\"administrator\"]'),(24612,5721,'ClientIP','\"103.26.99.147\"'),(24613,5721,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24614,5722,'Attempts','2'),(24615,5722,'Username','\"wsaaus15\"'),(24616,5722,'CurrentUserRoles','[\"administrator\"]'),(24617,5722,'ClientIP','\"149.210.207.239\"'),(24618,5722,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24619,5723,'Attempts','1'),(24620,5723,'Username','\"wsaaus15\"'),(24621,5723,'CurrentUserRoles','[\"administrator\"]'),(24622,5723,'ClientIP','\"125.22.76.78\"'),(24623,5723,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24624,5724,'Attempts','1'),(24625,5724,'Username','\"wsaaus15\"'),(24626,5724,'CurrentUserRoles','[\"administrator\"]'),(24627,5724,'ClientIP','\"85.252.180.4\"'),(24628,5724,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24629,5725,'Attempts','1'),(24630,5725,'Username','\"wsaaus15\"'),(24631,5725,'CurrentUserRoles','[\"administrator\"]'),(24632,5725,'ClientIP','\"185.27.142.147\"'),(24633,5725,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24634,5726,'Attempts','1'),(24635,5726,'Username','\"wsaaus15\"'),(24636,5726,'CurrentUserRoles','[\"administrator\"]'),(24637,5726,'ClientIP','\"82.94.199.249\"'),(24638,5726,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24639,5727,'Attempts','1'),(24640,5727,'Username','\"wsaaus15\"'),(24641,5727,'CurrentUserRoles','[\"administrator\"]'),(24642,5727,'ClientIP','\"46.235.47.41\"'),(24643,5727,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24644,5728,'Attempts','1'),(24645,5728,'Username','\"wsaaus15\"'),(24646,5728,'CurrentUserRoles','[\"administrator\"]'),(24647,5728,'ClientIP','\"199.168.190.18\"'),(24648,5728,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24649,5729,'Attempts','1'),(24650,5729,'Username','\"wsaaus15\"'),(24651,5729,'CurrentUserRoles','[\"administrator\"]'),(24652,5729,'ClientIP','\"86.17.6.51\"'),(24653,5729,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24654,5730,'Attempts','1'),(24655,5730,'Username','\"wsaaus15\"'),(24656,5730,'CurrentUserRoles','[\"administrator\"]'),(24657,5730,'ClientIP','\"37.247.114.34\"'),(24658,5730,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24659,5731,'Attempts','1'),(24660,5731,'Username','\"wsaaus15\"'),(24661,5731,'CurrentUserRoles','[\"administrator\"]'),(24662,5731,'ClientIP','\"207.198.110.235\"'),(24663,5731,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24664,5732,'Attempts','1'),(24665,5732,'Username','\"wsaaus15\"'),(24666,5732,'CurrentUserRoles','[\"administrator\"]'),(24667,5732,'ClientIP','\"52.6.60.61\"'),(24668,5732,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24669,5733,'Attempts','1'),(24670,5733,'Username','\"wsaaus15\"'),(24671,5733,'CurrentUserRoles','[\"administrator\"]'),(24672,5733,'ClientIP','\"198.15.71.26\"'),(24673,5733,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24674,5734,'Attempts','1'),(24675,5734,'Username','\"wsaaus15\"'),(24676,5734,'CurrentUserRoles','[\"administrator\"]'),(24677,5734,'ClientIP','\"192.163.229.126\"'),(24678,5734,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24679,5735,'Attempts','1'),(24680,5735,'Username','\"wsaaus15\"'),(24681,5735,'CurrentUserRoles','[\"administrator\"]'),(24682,5735,'ClientIP','\"193.35.59.54\"'),(24683,5735,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24684,5736,'Attempts','1'),(24685,5736,'Username','\"wsaaus15\"'),(24686,5736,'CurrentUserRoles','[\"administrator\"]'),(24687,5736,'ClientIP','\"192.232.200.216\"'),(24688,5736,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24689,5737,'Attempts','1'),(24690,5737,'Username','\"wsaaus15\"'),(24691,5737,'CurrentUserRoles','[\"administrator\"]'),(24692,5737,'ClientIP','\"199.195.146.177\"'),(24693,5737,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24694,5738,'Attempts','1'),(24695,5738,'Username','\"wsaaus15\"'),(24696,5738,'CurrentUserRoles','[\"administrator\"]'),(24697,5738,'ClientIP','\"199.201.110.58\"'),(24698,5738,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24699,5739,'Attempts','1'),(24700,5739,'Username','\"wsaaus15\"'),(24701,5739,'CurrentUserRoles','[\"administrator\"]'),(24702,5739,'ClientIP','\"185.68.111.179\"'),(24703,5739,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24704,5740,'Attempts','1'),(24705,5740,'Username','\"wsaaus15\"'),(24706,5740,'CurrentUserRoles','[\"administrator\"]'),(24707,5740,'ClientIP','\"50.116.111.165\"'),(24708,5740,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24709,5741,'Attempts','1'),(24710,5741,'Username','\"wsaaus15\"'),(24711,5741,'CurrentUserRoles','[\"administrator\"]'),(24712,5741,'ClientIP','\"108.163.250.170\"'),(24713,5741,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24714,5742,'Attempts','1'),(24715,5742,'Username','\"wsaaus15\"'),(24716,5742,'CurrentUserRoles','[\"administrator\"]'),(24717,5742,'ClientIP','\"200.29.0.189\"'),(24718,5742,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24719,5743,'Attempts','1'),(24720,5743,'Username','\"wsaaus15\"'),(24721,5743,'CurrentUserRoles','[\"administrator\"]'),(24722,5743,'ClientIP','\"188.138.124.205\"'),(24723,5743,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24724,5744,'Attempts','1'),(24725,5744,'Username','\"wsaaus15\"'),(24726,5744,'CurrentUserRoles','[\"administrator\"]'),(24727,5744,'ClientIP','\"204.144.184.21\"'),(24728,5744,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24729,5745,'Attempts','1'),(24730,5745,'Username','\"wsaaus15\"'),(24731,5745,'CurrentUserRoles','[\"administrator\"]'),(24732,5745,'ClientIP','\"109.75.164.114\"'),(24733,5745,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24734,5746,'Attempts','1'),(24735,5746,'Username','\"wsaaus15\"'),(24736,5746,'CurrentUserRoles','[\"administrator\"]'),(24737,5746,'ClientIP','\"185.71.216.26\"'),(24738,5746,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24739,5747,'Attempts','1'),(24740,5747,'Username','\"wsaaus15\"'),(24741,5747,'CurrentUserRoles','[\"administrator\"]'),(24742,5747,'ClientIP','\"124.109.178.99\"'),(24743,5747,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24744,5748,'Attempts','1'),(24745,5748,'Username','\"wsaaus15\"'),(24746,5748,'CurrentUserRoles','[\"administrator\"]'),(24747,5748,'ClientIP','\"192.254.205.29\"'),(24748,5749,'Attempts','1'),(24749,5748,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24750,5749,'Username','\"wsaaus15\"'),(24751,5749,'CurrentUserRoles','[\"administrator\"]'),(24752,5749,'ClientIP','\"46.20.225.49\"'),(24753,5749,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24754,5750,'Attempts','1'),(24755,5750,'Username','\"wsaaus15\"'),(24756,5750,'CurrentUserRoles','[\"administrator\"]'),(24757,5750,'ClientIP','\"85.17.254.103\"'),(24758,5750,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24759,5751,'Attempts','1'),(24760,5751,'Username','\"wsaaus15\"'),(24761,5751,'CurrentUserRoles','[\"administrator\"]'),(24762,5751,'ClientIP','\"66.228.32.96\"'),(24763,5751,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24764,5752,'Attempts','1'),(24765,5752,'Username','\"wsaaus15\"'),(24766,5752,'CurrentUserRoles','[\"administrator\"]'),(24767,5752,'ClientIP','\"46.105.109.41\"'),(24768,5752,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24769,5753,'Attempts','1'),(24770,5753,'Username','\"wsaaus15\"'),(24771,5753,'CurrentUserRoles','[\"administrator\"]'),(24772,5753,'ClientIP','\"94.23.225.230\"'),(24773,5753,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24774,5754,'Attempts','2'),(24775,5754,'Username','\"wsaaus15\"'),(24776,5754,'CurrentUserRoles','[\"administrator\"]'),(24777,5754,'ClientIP','\"23.253.156.131\"'),(24778,5754,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24779,5755,'Attempts','2'),(24780,5755,'Username','\"wsaaus15\"'),(24781,5755,'CurrentUserRoles','[\"administrator\"]'),(24782,5755,'ClientIP','\"190.14.48.247\"'),(24783,5755,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24784,5756,'Attempts','1'),(24785,5756,'Username','\"wsaaus15\"'),(24786,5756,'CurrentUserRoles','[\"administrator\"]'),(24787,5756,'ClientIP','\"162.217.144.41\"'),(24788,5756,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24789,5757,'Attempts','1'),(24790,5757,'Username','\"wsaaus15\"'),(24791,5757,'CurrentUserRoles','[\"administrator\"]'),(24792,5757,'ClientIP','\"144.76.137.107\"'),(24793,5757,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24794,5758,'Attempts','1'),(24795,5758,'Username','\"wsaaus15\"'),(24796,5758,'CurrentUserRoles','[\"administrator\"]'),(24797,5758,'ClientIP','\"46.226.248.24\"'),(24798,5758,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24799,5759,'Attempts','1'),(24800,5759,'Username','\"wsaaus15\"'),(24801,5759,'CurrentUserRoles','[\"administrator\"]'),(24802,5759,'ClientIP','\"212.113.128.232\"'),(24803,5759,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24804,5760,'Attempts','2'),(24805,5760,'Username','\"wsaaus15\"'),(24806,5760,'CurrentUserRoles','[\"administrator\"]'),(24807,5760,'ClientIP','\"192.249.115.179\"'),(24808,5760,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24809,5761,'Attempts','1'),(24810,5761,'Username','\"wsaaus15\"'),(24811,5761,'CurrentUserRoles','[\"administrator\"]'),(24812,5761,'ClientIP','\"69.73.135.160\"'),(24813,5761,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24814,5762,'Attempts','1'),(24815,5762,'Username','\"wsaaus15\"'),(24816,5762,'CurrentUserRoles','[\"administrator\"]'),(24817,5762,'ClientIP','\"61.7.92.10\"'),(24818,5762,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24819,5763,'Attempts','1'),(24820,5763,'Username','\"wsaaus15\"'),(24821,5763,'CurrentUserRoles','[\"administrator\"]'),(24822,5763,'ClientIP','\"192.111.150.238\"'),(24823,5763,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24824,5764,'Attempts','1'),(24825,5764,'Username','\"wsaaus15\"'),(24826,5764,'CurrentUserRoles','[\"administrator\"]'),(24827,5764,'ClientIP','\"81.31.153.16\"'),(24828,5764,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24829,5765,'Attempts','1'),(24830,5765,'Username','\"wsaaus15\"'),(24831,5765,'CurrentUserRoles','[\"administrator\"]'),(24832,5765,'ClientIP','\"66.147.246.249\"'),(24833,5765,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24834,5766,'Attempts','1'),(24835,5766,'Username','\"wsaaus15\"'),(24836,5766,'CurrentUserRoles','[\"administrator\"]'),(24837,5766,'ClientIP','\"216.97.237.45\"'),(24838,5766,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24839,5767,'Attempts','1'),(24840,5767,'Username','\"wsaaus15\"'),(24841,5767,'CurrentUserRoles','[\"administrator\"]'),(24842,5767,'ClientIP','\"192.254.216.66\"'),(24843,5767,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24844,5768,'Attempts','1'),(24845,5768,'Username','\"wsaaus15\"'),(24846,5768,'CurrentUserRoles','[\"administrator\"]'),(24847,5768,'ClientIP','\"14.137.106.23\"'),(24848,5768,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24849,5769,'Attempts','1'),(24850,5769,'Username','\"wsaaus15\"'),(24851,5769,'CurrentUserRoles','[\"administrator\"]'),(24852,5769,'ClientIP','\"23.23.156.44\"'),(24853,5769,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24854,5770,'Attempts','2'),(24855,5770,'Username','\"wsaaus15\"'),(24856,5770,'CurrentUserRoles','[\"administrator\"]'),(24857,5770,'ClientIP','\"141.14.141.170\"'),(24858,5770,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24859,5771,'Attempts','1'),(24860,5771,'Username','\"wsaaus15\"'),(24861,5771,'CurrentUserRoles','[\"administrator\"]'),(24862,5771,'ClientIP','\"205.236.34.158\"'),(24863,5771,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24864,5772,'Attempts','2'),(24865,5772,'Username','\"wsaaus15\"'),(24866,5772,'CurrentUserRoles','[\"administrator\"]'),(24867,5772,'ClientIP','\"111.118.173.242\"'),(24868,5772,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24869,5773,'Attempts','1'),(24870,5773,'Username','\"wsaaus15\"'),(24871,5773,'CurrentUserRoles','[\"administrator\"]'),(24872,5773,'ClientIP','\"46.19.8.196\"'),(24873,5773,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24874,5774,'Attempts','1'),(24875,5775,'Attempts','1'),(24876,5774,'Username','\"wsaaus15\"'),(24877,5775,'Username','\"wsaaus15\"'),(24878,5774,'CurrentUserRoles','[\"administrator\"]'),(24879,5775,'CurrentUserRoles','[\"administrator\"]'),(24880,5774,'ClientIP','\"91.241.27.45\"'); INSERT INTO `wp_wsal_metadata` VALUES (24881,5775,'ClientIP','\"192.254.140.9\"'),(24882,5775,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24883,5774,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24884,5776,'Attempts','1'),(24885,5776,'Username','\"wsaaus15\"'),(24886,5776,'CurrentUserRoles','[\"administrator\"]'),(24887,5776,'ClientIP','\"141.0.227.19\"'),(24888,5776,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24889,5777,'Attempts','1'),(24890,5777,'Username','\"wsaaus15\"'),(24891,5777,'CurrentUserRoles','[\"administrator\"]'),(24892,5777,'ClientIP','\"82.146.61.19\"'),(24893,5777,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24894,5778,'Attempts','1'),(24895,5778,'Username','\"wsaaus15\"'),(24896,5778,'CurrentUserRoles','[\"administrator\"]'),(24897,5778,'ClientIP','\"50.63.130.215\"'),(24898,5778,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24899,5779,'Attempts','1'),(24900,5780,'Attempts','1'),(24901,5779,'Username','\"wsaaus15\"'),(24902,5780,'Username','\"wsaaus15\"'),(24903,5779,'CurrentUserRoles','[\"administrator\"]'),(24904,5780,'CurrentUserRoles','[\"administrator\"]'),(24905,5779,'ClientIP','\"84.18.207.63\"'),(24906,5780,'ClientIP','\"176.32.230.14\"'),(24907,5779,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24908,5780,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24909,5781,'Attempts','1'),(24910,5781,'Username','\"wsaaus15\"'),(24911,5781,'CurrentUserRoles','[\"administrator\"]'),(24912,5781,'ClientIP','\"213.142.145.73\"'),(24913,5781,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24914,5782,'Attempts','1'),(24915,5782,'Username','\"wsaaus15\"'),(24916,5782,'CurrentUserRoles','[\"administrator\"]'),(24917,5782,'ClientIP','\"188.40.172.36\"'),(24918,5782,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24919,5783,'Attempts','1'),(24920,5783,'Username','\"wsaaus15\"'),(24921,5783,'CurrentUserRoles','[\"administrator\"]'),(24922,5783,'ClientIP','\"193.23.139.40\"'),(24923,5783,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24924,5784,'Attempts','1'),(24925,5784,'Username','\"wsaaus15\"'),(24926,5784,'CurrentUserRoles','[\"administrator\"]'),(24927,5784,'ClientIP','\"194.167.55.216\"'),(24928,5784,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24929,5786,'Attempts','1'),(24930,5785,'Attempts','1'),(24931,5785,'Username','\"wsaaus15\"'),(24932,5786,'Username','\"wsaaus15\"'),(24933,5785,'CurrentUserRoles','[\"administrator\"]'),(24934,5786,'CurrentUserRoles','[\"administrator\"]'),(24935,5785,'ClientIP','\"113.197.35.61\"'),(24936,5786,'ClientIP','\"64.38.7.126\"'),(24937,5785,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24938,5786,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24939,5787,'Attempts','1'),(24940,5787,'Username','\"wsaaus15\"'),(24941,5787,'CurrentUserRoles','[\"administrator\"]'),(24942,5787,'ClientIP','\"37.61.238.4\"'),(24943,5787,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24944,5788,'Attempts','1'),(24945,5788,'Username','\"wsaaus15\"'),(24946,5788,'CurrentUserRoles','[\"administrator\"]'),(24947,5788,'ClientIP','\"5.150.201.191\"'),(24948,5788,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24949,5789,'Attempts','1'),(24950,5789,'Username','\"wsaaus15\"'),(24951,5789,'CurrentUserRoles','[\"administrator\"]'),(24952,5789,'ClientIP','\"37.187.164.126\"'),(24953,5789,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24954,5790,'Attempts','1'),(24955,5790,'Username','\"wsaaus15\"'),(24956,5790,'CurrentUserRoles','[\"administrator\"]'),(24957,5790,'ClientIP','\"185.28.230.250\"'),(24958,5790,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24959,5791,'Attempts','2'),(24960,5791,'Username','\"wsaaus15\"'),(24961,5791,'CurrentUserRoles','[\"administrator\"]'),(24962,5791,'ClientIP','\"97.79.238.34\"'),(24963,5791,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24964,5792,'Attempts','1'),(24965,5792,'Username','\"wsaaus15\"'),(24966,5792,'CurrentUserRoles','[\"administrator\"]'),(24967,5792,'ClientIP','\"185.58.66.10\"'),(24968,5792,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24969,5793,'Attempts','1'),(24970,5793,'Username','\"wsaaus15\"'),(24971,5793,'CurrentUserRoles','[\"administrator\"]'),(24972,5793,'ClientIP','\"209.133.198.2\"'),(24973,5793,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24974,5794,'Attempts','1'),(24975,5794,'Username','\"wsaaus15\"'),(24976,5794,'CurrentUserRoles','[\"administrator\"]'),(24977,5794,'ClientIP','\"77.233.236.204\"'),(24978,5794,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24979,5795,'Attempts','1'),(24980,5795,'Username','\"wsaaus15\"'),(24981,5795,'CurrentUserRoles','[\"administrator\"]'),(24982,5795,'ClientIP','\"67.212.72.205\"'),(24983,5795,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24984,5796,'Attempts','1'),(24985,5796,'Username','\"wsaaus15\"'),(24986,5796,'CurrentUserRoles','[\"administrator\"]'),(24987,5796,'ClientIP','\"95.173.163.35\"'),(24988,5796,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24989,5797,'Attempts','1'),(24990,5797,'Username','\"wsaaus15\"'),(24991,5797,'CurrentUserRoles','[\"administrator\"]'),(24992,5797,'ClientIP','\"66.49.198.93\"'),(24993,5797,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24994,5798,'Attempts','1'),(24995,5798,'Username','\"wsaaus15\"'),(24996,5798,'CurrentUserRoles','[\"administrator\"]'),(24997,5798,'ClientIP','\"82.147.12.76\"'),(24998,5798,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(24999,5799,'Attempts','1'),(25000,5799,'Username','\"wsaaus15\"'),(25001,5799,'CurrentUserRoles','[\"administrator\"]'),(25002,5799,'ClientIP','\"65.74.175.81\"'),(25003,5799,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25004,5800,'Attempts','1'),(25005,5800,'Username','\"wsaaus15\"'),(25006,5800,'CurrentUserRoles','[\"administrator\"]'),(25007,5800,'ClientIP','\"96.30.32.169\"'),(25008,5800,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25009,5801,'Attempts','1'),(25010,5801,'Username','\"wsaaus15\"'),(25011,5801,'CurrentUserRoles','[\"administrator\"]'),(25012,5801,'ClientIP','\"103.19.90.61\"'),(25013,5801,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25014,5802,'Attempts','1'),(25015,5802,'Username','\"wsaaus15\"'),(25016,5802,'CurrentUserRoles','[\"administrator\"]'),(25017,5802,'ClientIP','\"77.222.61.19\"'),(25018,5802,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25019,5803,'Attempts','1'),(25020,5803,'Username','\"wsaaus15\"'),(25021,5803,'CurrentUserRoles','[\"administrator\"]'),(25022,5803,'ClientIP','\"85.13.153.8\"'),(25023,5803,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25024,5804,'Attempts','1'),(25025,5804,'Username','\"wsaaus15\"'),(25026,5804,'CurrentUserRoles','[\"administrator\"]'),(25027,5804,'ClientIP','\"188.92.162.172\"'),(25028,5804,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25029,5805,'Attempts','2'),(25030,5805,'Username','\"wsaaus15\"'),(25031,5805,'CurrentUserRoles','[\"administrator\"]'),(25032,5805,'ClientIP','\"192.145.239.8\"'),(25033,5805,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25034,5806,'Attempts','1'),(25035,5806,'Username','\"wsaaus15\"'),(25036,5806,'CurrentUserRoles','[\"administrator\"]'),(25037,5806,'ClientIP','\"108.61.13.59\"'),(25038,5806,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25039,5807,'Attempts','1'),(25040,5807,'Username','\"wsaaus15\"'),(25041,5807,'CurrentUserRoles','[\"administrator\"]'),(25042,5807,'ClientIP','\"212.67.120.219\"'),(25043,5807,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25044,5808,'Attempts','1'),(25045,5808,'Username','\"wsaaus15\"'),(25046,5808,'CurrentUserRoles','[\"administrator\"]'),(25047,5808,'ClientIP','\"198.24.178.146\"'),(25048,5808,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25049,5809,'Attempts','1'),(25050,5809,'Username','\"wsaaus15\"'),(25051,5809,'CurrentUserRoles','[\"administrator\"]'),(25052,5809,'ClientIP','\"107.21.109.117\"'),(25053,5809,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25054,5810,'Attempts','1'),(25055,5810,'Username','\"wsaaus15\"'),(25056,5810,'CurrentUserRoles','[\"administrator\"]'),(25057,5810,'ClientIP','\"208.123.213.173\"'),(25058,5810,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25059,5811,'Attempts','2'),(25060,5811,'Username','\"wsaaus15\"'),(25061,5811,'CurrentUserRoles','[\"administrator\"]'),(25062,5811,'ClientIP','\"94.23.235.36\"'),(25063,5811,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25064,5812,'Attempts','1'),(25065,5812,'Username','\"wsaaus15\"'),(25066,5812,'CurrentUserRoles','[\"administrator\"]'),(25067,5812,'ClientIP','\"72.167.203.136\"'),(25068,5812,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25069,5813,'Attempts','1'),(25070,5813,'Username','\"wsaaus15\"'),(25071,5813,'CurrentUserRoles','[\"administrator\"]'),(25072,5813,'ClientIP','\"50.116.105.140\"'),(25073,5813,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25074,5814,'Attempts','1'),(25075,5814,'Username','\"wsaaus15\"'),(25076,5814,'CurrentUserRoles','[\"administrator\"]'),(25077,5814,'ClientIP','\"202.73.24.30\"'),(25078,5814,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25079,5815,'Attempts','1'),(25080,5815,'Username','\"wsaaus15\"'),(25081,5815,'CurrentUserRoles','[\"administrator\"]'),(25082,5815,'ClientIP','\"184.170.149.34\"'),(25083,5815,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25084,5816,'Attempts','2'),(25085,5816,'Username','\"wsaaus15\"'),(25086,5816,'CurrentUserRoles','[\"administrator\"]'),(25087,5816,'ClientIP','\"69.195.91.91\"'),(25088,5816,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25089,5817,'Attempts','1'),(25090,5817,'Username','\"wsaaus15\"'),(25091,5817,'CurrentUserRoles','[\"administrator\"]'),(25092,5817,'ClientIP','\"66.84.14.225\"'),(25093,5817,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25094,5818,'Attempts','1'),(25095,5818,'Username','\"wsaaus15\"'),(25096,5818,'CurrentUserRoles','[\"administrator\"]'),(25097,5818,'ClientIP','\"212.113.135.146\"'),(25098,5818,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25099,5819,'Attempts','1'),(25100,5819,'Username','\"wsaaus15\"'),(25101,5819,'CurrentUserRoles','[\"administrator\"]'),(25102,5819,'ClientIP','\"72.249.126.107\"'),(25103,5819,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25104,5820,'Attempts','1'),(25105,5820,'Username','\"wsaaus15\"'),(25106,5820,'CurrentUserRoles','[\"administrator\"]'),(25107,5820,'ClientIP','\"66.7.217.179\"'),(25108,5820,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25109,5821,'Attempts','1'),(25110,5821,'Username','\"wsaaus15\"'),(25111,5821,'CurrentUserRoles','[\"administrator\"]'),(25112,5821,'ClientIP','\"108.163.164.114\"'),(25113,5821,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25114,5822,'Attempts','1'),(25115,5822,'Username','\"wsaaus15\"'),(25116,5822,'CurrentUserRoles','[\"administrator\"]'),(25117,5822,'ClientIP','\"69.46.23.133\"'),(25118,5822,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25119,5823,'Attempts','1'),(25120,5823,'Username','\"wsaaus15\"'),(25121,5823,'CurrentUserRoles','[\"administrator\"]'),(25122,5823,'ClientIP','\"72.249.151.15\"'),(25123,5823,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25124,5824,'Attempts','2'),(25125,5824,'Username','\"wsaaus15\"'),(25126,5824,'CurrentUserRoles','[\"administrator\"]'),(25127,5824,'ClientIP','\"162.144.139.30\"'),(25128,5824,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25129,5825,'Attempts','1'),(25130,5825,'Username','\"wsaaus15\"'),(25131,5825,'CurrentUserRoles','[\"administrator\"]'),(25132,5825,'ClientIP','\"83.222.246.134\"'),(25133,5825,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25134,5826,'Attempts','1'),(25135,5826,'Username','\"wsaaus15\"'),(25136,5826,'CurrentUserRoles','[\"administrator\"]'),(25137,5826,'ClientIP','\"66.228.51.184\"'),(25138,5826,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25139,5827,'Attempts','1'),(25140,5827,'Username','\"wsaaus15\"'),(25141,5827,'CurrentUserRoles','[\"administrator\"]'),(25142,5827,'ClientIP','\"207.7.92.144\"'),(25143,5827,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25144,5828,'Attempts','1'),(25145,5828,'Username','\"wsaaus15\"'),(25146,5828,'CurrentUserRoles','[\"administrator\"]'),(25147,5828,'ClientIP','\"75.126.24.194\"'),(25148,5828,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25149,5829,'Attempts','1'),(25150,5829,'Username','\"wsaaus15\"'),(25151,5829,'CurrentUserRoles','[\"administrator\"]'),(25152,5829,'ClientIP','\"198.154.255.38\"'),(25153,5829,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25154,5830,'Attempts','1'),(25155,5830,'Username','\"wsaaus15\"'),(25156,5830,'CurrentUserRoles','[\"administrator\"]'),(25157,5830,'ClientIP','\"209.236.112.70\"'),(25158,5830,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25159,5831,'Attempts','1'),(25160,5831,'Username','\"wsaaus15\"'),(25161,5831,'CurrentUserRoles','[\"administrator\"]'),(25162,5831,'ClientIP','\"178.33.36.130\"'),(25163,5831,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25164,5832,'Attempts','1'),(25165,5832,'Username','\"wsaaus15\"'),(25166,5832,'CurrentUserRoles','[\"administrator\"]'),(25167,5832,'ClientIP','\"69.43.203.183\"'),(25168,5832,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25169,5833,'Attempts','1'),(25170,5833,'Username','\"wsaaus15\"'),(25171,5833,'CurrentUserRoles','[\"administrator\"]'),(25172,5833,'ClientIP','\"212.48.75.64\"'),(25173,5833,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25174,5834,'Attempts','1'),(25175,5834,'ClientIP','\"79.118.188.230\"'),(25176,5834,'UserAgent','\"\"'),(25177,5834,'CurrentUserID','0'),(25178,5835,'Attempts','1'),(25179,5835,'Username','\"wsaaus15\"'),(25180,5835,'CurrentUserRoles','[\"administrator\"]'),(25181,5835,'ClientIP','\"128.199.156.79\"'),(25182,5835,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25183,5836,'Attempts','1'),(25184,5837,'Attempts','1'),(25185,5836,'Username','\"wsaaus15\"'),(25186,5837,'Username','\"wsaaus15\"'),(25187,5836,'CurrentUserRoles','[\"administrator\"]'),(25188,5837,'CurrentUserRoles','[\"administrator\"]'),(25189,5836,'ClientIP','\"80.172.230.46\"'),(25190,5837,'ClientIP','\"46.165.252.58\"'),(25191,5836,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25192,5837,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25193,5838,'Attempts','1'),(25194,5838,'Username','\"wsaaus15\"'),(25195,5838,'CurrentUserRoles','[\"administrator\"]'),(25196,5838,'ClientIP','\"198.154.215.78\"'),(25197,5838,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25198,5839,'Attempts','1'),(25199,5839,'Username','\"wsaaus15\"'),(25200,5839,'CurrentUserRoles','[\"administrator\"]'),(25201,5839,'ClientIP','\"198.199.114.22\"'),(25202,5839,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25203,5840,'Attempts','2'),(25204,5840,'Username','\"wsaaus15\"'),(25205,5840,'CurrentUserRoles','[\"administrator\"]'),(25206,5840,'ClientIP','\"64.37.51.160\"'),(25207,5840,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25208,5841,'Attempts','1'),(25209,5841,'Username','\"wsaaus15\"'),(25210,5841,'CurrentUserRoles','[\"administrator\"]'),(25211,5841,'ClientIP','\"173.45.89.240\"'),(25212,5841,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25213,5842,'Attempts','1'),(25214,5842,'Username','\"wsaaus15\"'),(25215,5842,'CurrentUserRoles','[\"administrator\"]'),(25216,5842,'ClientIP','\"211.23.68.133\"'),(25217,5842,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25218,5843,'Attempts','1'),(25219,5843,'Username','\"wsaaus15\"'),(25220,5843,'CurrentUserRoles','[\"administrator\"]'),(25221,5843,'ClientIP','\"103.242.92.148\"'),(25222,5843,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25223,5844,'Attempts','1'),(25224,5844,'Username','\"wsaaus15\"'),(25225,5844,'CurrentUserRoles','[\"administrator\"]'),(25226,5844,'ClientIP','\"84.201.7.9\"'),(25227,5844,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25228,5845,'Attempts','1'),(25229,5845,'Username','\"wsaaus15\"'),(25230,5845,'CurrentUserRoles','[\"administrator\"]'),(25231,5845,'ClientIP','\"108.168.215.106\"'),(25232,5845,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25233,5846,'Attempts','1'),(25234,5846,'Username','\"wsaaus15\"'),(25235,5846,'CurrentUserRoles','[\"administrator\"]'),(25236,5846,'ClientIP','\"125.206.115.85\"'),(25237,5846,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25238,5847,'Attempts','1'),(25239,5847,'Username','\"wsaaus15\"'),(25240,5847,'CurrentUserRoles','[\"administrator\"]'),(25241,5847,'ClientIP','\"94.102.214.109\"'),(25242,5847,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25243,5848,'Attempts','1'),(25244,5848,'Username','\"wsaaus15\"'),(25245,5848,'CurrentUserRoles','[\"administrator\"]'),(25246,5848,'ClientIP','\"79.124.76.238\"'),(25247,5848,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25248,5849,'Attempts','1'),(25249,5849,'Username','\"wsaaus15\"'),(25250,5849,'CurrentUserRoles','[\"administrator\"]'),(25251,5849,'ClientIP','\"185.32.188.3\"'),(25252,5849,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25253,5850,'Attempts','1'),(25254,5850,'Username','\"wsaaus15\"'),(25255,5850,'CurrentUserRoles','[\"administrator\"]'),(25256,5850,'ClientIP','\"162.248.11.15\"'),(25257,5850,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25258,5851,'Attempts','1'),(25259,5851,'Username','\"wsaaus15\"'),(25260,5851,'CurrentUserRoles','[\"administrator\"]'),(25261,5851,'ClientIP','\"192.185.4.38\"'),(25262,5851,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25263,5852,'Attempts','1'),(25264,5852,'Username','\"wsaaus15\"'),(25265,5852,'CurrentUserRoles','[\"administrator\"]'),(25266,5852,'ClientIP','\"69.160.61.220\"'),(25267,5852,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25268,5853,'Attempts','1'),(25269,5853,'Username','\"wsaaus15\"'),(25270,5853,'CurrentUserRoles','[\"administrator\"]'),(25271,5853,'ClientIP','\"198.199.117.17\"'),(25272,5853,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25273,5854,'Attempts','1'),(25274,5854,'Username','\"wsaaus15\"'),(25275,5854,'CurrentUserRoles','[\"administrator\"]'),(25276,5854,'ClientIP','\"31.47.73.72\"'),(25277,5854,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25278,5855,'Attempts','2'),(25279,5855,'Username','\"wsaaus15\"'),(25280,5855,'CurrentUserRoles','[\"administrator\"]'),(25281,5855,'ClientIP','\"62.146.152.51\"'),(25282,5855,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25283,5856,'Attempts','1'),(25284,5856,'Username','\"wsaaus15\"'),(25285,5856,'CurrentUserRoles','[\"administrator\"]'),(25286,5856,'ClientIP','\"173.214.189.213\"'),(25287,5856,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25288,5857,'Attempts','1'),(25289,5857,'Username','\"wsaaus15\"'),(25290,5857,'CurrentUserRoles','[\"administrator\"]'),(25291,5857,'ClientIP','\"192.232.212.233\"'),(25292,5857,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25293,5858,'Attempts','1'),(25294,5858,'Username','\"wsaaus15\"'),(25295,5858,'CurrentUserRoles','[\"administrator\"]'),(25296,5858,'ClientIP','\"64.207.155.116\"'),(25297,5858,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25298,5859,'Attempts','1'),(25299,5859,'Username','\"wsaaus15\"'),(25300,5859,'CurrentUserRoles','[\"administrator\"]'),(25301,5859,'ClientIP','\"54.173.79.139\"'),(25302,5859,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25303,5860,'Attempts','1'),(25304,5860,'Username','\"wsaaus15\"'),(25305,5860,'CurrentUserRoles','[\"administrator\"]'),(25306,5860,'ClientIP','\"198.49.76.194\"'),(25307,5860,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25308,5861,'Attempts','1'),(25309,5861,'Username','\"wsaaus15\"'),(25310,5861,'CurrentUserRoles','[\"administrator\"]'),(25311,5861,'ClientIP','\"198.154.229.8\"'),(25312,5861,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25313,5862,'Attempts','1'),(25314,5862,'Username','\"wsaaus15\"'),(25315,5862,'CurrentUserRoles','[\"administrator\"]'),(25316,5862,'ClientIP','\"8.29.131.208\"'),(25317,5862,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25318,5863,'Attempts','1'),(25319,5863,'Username','\"wsaaus15\"'),(25320,5863,'CurrentUserRoles','[\"administrator\"]'),(25321,5863,'ClientIP','\"178.18.138.99\"'),(25322,5863,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25323,5864,'Attempts','1'),(25324,5864,'Username','\"wsaaus15\"'),(25325,5864,'CurrentUserRoles','[\"administrator\"]'),(25326,5864,'ClientIP','\"76.72.173.66\"'),(25327,5864,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25328,5865,'Attempts','1'),(25329,5865,'Username','\"wsaaus15\"'),(25330,5865,'CurrentUserRoles','[\"administrator\"]'),(25331,5865,'ClientIP','\"173.230.252.74\"'),(25332,5865,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25333,5866,'Attempts','1'),(25334,5866,'Username','\"wsaaus15\"'),(25335,5866,'CurrentUserRoles','[\"administrator\"]'),(25336,5866,'ClientIP','\"144.76.218.241\"'),(25337,5866,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25338,5867,'Attempts','1'),(25339,5867,'Username','\"wsaaus15\"'),(25340,5867,'CurrentUserRoles','[\"administrator\"]'),(25341,5867,'ClientIP','\"176.9.229.37\"'),(25342,5867,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25343,5868,'Attempts','1'),(25344,5868,'Username','\"wsaaus15\"'),(25345,5868,'CurrentUserRoles','[\"administrator\"]'),(25346,5868,'ClientIP','\"71.19.158.79\"'),(25347,5868,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25348,5869,'Attempts','1'),(25349,5869,'ClientIP','\"91.206.211.201\"'),(25350,5869,'UserAgent','\"\"'),(25351,5869,'CurrentUserID','0'),(25352,5870,'Attempts','1'),(25353,5870,'Username','\"wsaaus15\"'),(25354,5870,'CurrentUserRoles','[\"administrator\"]'),(25355,5870,'ClientIP','\"212.113.132.182\"'),(25356,5870,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25357,5871,'Attempts','1'),(25358,5871,'Username','\"wsaaus15\"'),(25359,5871,'CurrentUserRoles','[\"administrator\"]'),(25360,5871,'ClientIP','\"50.62.135.227\"'),(25361,5871,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25362,5872,'Attempts','1'),(25363,5872,'Username','\"wsaaus15\"'),(25364,5872,'CurrentUserRoles','[\"administrator\"]'),(25365,5872,'ClientIP','\"72.29.178.3\"'),(25366,5872,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25367,5873,'Attempts','1'),(25368,5873,'Username','\"wsaaus15\"'),(25369,5873,'CurrentUserRoles','[\"administrator\"]'),(25370,5873,'ClientIP','\"216.222.194.151\"'),(25371,5873,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25372,5874,'Attempts','1'),(25373,5874,'Username','\"wsaaus15\"'),(25374,5874,'CurrentUserRoles','[\"administrator\"]'),(25375,5874,'ClientIP','\"210.5.43.124\"'),(25376,5874,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25377,5875,'Attempts','1'),(25378,5875,'Username','\"wsaaus15\"'),(25379,5875,'CurrentUserRoles','[\"administrator\"]'),(25380,5875,'ClientIP','\"74.50.21.199\"'),(25381,5875,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25382,5876,'Attempts','1'),(25383,5876,'Username','\"wsaaus15\"'),(25384,5876,'CurrentUserRoles','[\"administrator\"]'),(25385,5876,'ClientIP','\"92.61.38.36\"'),(25386,5876,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25387,5877,'Attempts','1'),(25388,5877,'Username','\"wsaaus15\"'),(25389,5877,'CurrentUserRoles','[\"administrator\"]'),(25390,5877,'ClientIP','\"74.124.217.22\"'),(25391,5877,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25392,5878,'Attempts','1'),(25393,5878,'Username','\"wsaaus15\"'),(25394,5878,'CurrentUserRoles','[\"administrator\"]'),(25395,5878,'ClientIP','\"5.250.241.82\"'),(25396,5878,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25397,5879,'Attempts','1'),(25398,5879,'Username','\"wsaaus15\"'),(25399,5879,'CurrentUserRoles','[\"administrator\"]'),(25400,5879,'ClientIP','\"192.163.236.220\"'),(25401,5879,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25402,5880,'Attempts','1'),(25403,5880,'Username','\"wsaaus15\"'),(25404,5880,'CurrentUserRoles','[\"administrator\"]'),(25405,5880,'ClientIP','\"46.235.47.103\"'),(25406,5880,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25407,5881,'Attempts','1'),(25408,5881,'Username','\"wsaaus15\"'),(25409,5881,'CurrentUserRoles','[\"administrator\"]'),(25410,5881,'ClientIP','\"185.19.184.132\"'),(25411,5881,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25412,5882,'Attempts','1'),(25413,5882,'Username','\"wsaaus15\"'),(25414,5882,'CurrentUserRoles','[\"administrator\"]'),(25415,5882,'ClientIP','\"210.173.154.83\"'),(25416,5882,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25417,5883,'Attempts','2'),(25418,5883,'Username','\"wsaaus15\"'),(25419,5883,'CurrentUserRoles','[\"administrator\"]'),(25420,5883,'ClientIP','\"87.118.66.4\"'),(25421,5883,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25422,5884,'Attempts','1'),(25423,5884,'Username','\"wsaaus15\"'),(25424,5884,'CurrentUserRoles','[\"administrator\"]'),(25425,5884,'ClientIP','\"93.89.18.172\"'),(25426,5884,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25427,5885,'Attempts','1'),(25428,5885,'Username','\"wsaaus15\"'),(25429,5885,'CurrentUserRoles','[\"administrator\"]'),(25430,5885,'ClientIP','\"5.196.76.176\"'),(25431,5885,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25432,5886,'Attempts','1'),(25433,5886,'Username','\"wsaaus15\"'),(25434,5886,'CurrentUserRoles','[\"administrator\"]'),(25435,5886,'ClientIP','\"101.0.69.122\"'),(25436,5886,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25437,5887,'Attempts','1'),(25438,5887,'Username','\"wsaaus15\"'),(25439,5887,'CurrentUserRoles','[\"administrator\"]'),(25440,5887,'ClientIP','\"96.44.160.90\"'),(25441,5887,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25442,5888,'Attempts','1'),(25443,5888,'Username','\"wsaaus15\"'),(25444,5888,'CurrentUserRoles','[\"administrator\"]'),(25445,5888,'ClientIP','\"66.228.60.217\"'),(25446,5888,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25447,5889,'Attempts','1'),(25448,5889,'Username','\"wsaaus15\"'),(25449,5889,'CurrentUserRoles','[\"administrator\"]'),(25450,5889,'ClientIP','\"113.20.10.57\"'),(25451,5889,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25452,5890,'Attempts','1'),(25453,5890,'Username','\"wsaaus15\"'),(25454,5890,'CurrentUserRoles','[\"administrator\"]'),(25455,5890,'ClientIP','\"178.77.74.229\"'),(25456,5890,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25457,5891,'Attempts','1'),(25458,5891,'Username','\"wsaaus15\"'),(25459,5891,'CurrentUserRoles','[\"administrator\"]'),(25460,5891,'ClientIP','\"162.243.112.130\"'),(25461,5891,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25462,5892,'Attempts','1'),(25463,5892,'Username','\"wsaaus15\"'),(25464,5892,'CurrentUserRoles','[\"administrator\"]'),(25465,5892,'ClientIP','\"173.201.26.210\"'),(25466,5892,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25467,5893,'Attempts','1'),(25468,5893,'Username','\"wsaaus15\"'),(25469,5893,'CurrentUserRoles','[\"administrator\"]'),(25470,5893,'ClientIP','\"198.46.81.16\"'),(25471,5893,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25472,5894,'Attempts','1'),(25473,5894,'Username','\"wsaaus15\"'),(25474,5894,'CurrentUserRoles','[\"administrator\"]'),(25475,5894,'ClientIP','\"162.220.60.225\"'),(25476,5894,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25477,5895,'Attempts','2'),(25478,5895,'Username','\"wsaaus15\"'),(25479,5895,'CurrentUserRoles','[\"administrator\"]'),(25480,5895,'ClientIP','\"74.50.4.219\"'),(25481,5895,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25482,5896,'Attempts','1'),(25483,5896,'Username','\"wsaaus15\"'),(25484,5896,'CurrentUserRoles','[\"administrator\"]'),(25485,5896,'ClientIP','\"103.14.202.173\"'),(25486,5896,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25487,5897,'Attempts','1'),(25488,5897,'Username','\"wsaaus15\"'),(25489,5897,'CurrentUserRoles','[\"administrator\"]'),(25490,5897,'ClientIP','\"216.97.239.130\"'),(25491,5897,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25492,5898,'Attempts','1'),(25493,5898,'Username','\"wsaaus15\"'),(25494,5898,'CurrentUserRoles','[\"administrator\"]'),(25495,5898,'ClientIP','\"198.1.127.114\"'),(25496,5898,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25497,5899,'Attempts','1'),(25498,5899,'Username','\"wsaaus15\"'),(25499,5899,'CurrentUserRoles','[\"administrator\"]'),(25500,5899,'ClientIP','\"212.180.23.225\"'),(25501,5899,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25502,5900,'Attempts','1'),(25503,5900,'Username','\"wsaaus15\"'),(25504,5900,'CurrentUserRoles','[\"administrator\"]'),(25505,5900,'ClientIP','\"173.237.172.59\"'),(25506,5900,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25507,5901,'Attempts','1'),(25508,5901,'Username','\"wsaaus15\"'),(25509,5901,'CurrentUserRoles','[\"administrator\"]'),(25510,5901,'ClientIP','\"207.7.88.76\"'),(25511,5901,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25512,5902,'Attempts','2'),(25513,5902,'Username','\"wsaaus15\"'),(25514,5902,'CurrentUserRoles','[\"administrator\"]'),(25515,5902,'ClientIP','\"66.23.237.132\"'),(25516,5902,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25517,5903,'Attempts','1'),(25518,5903,'Username','\"wsaaus15\"'),(25519,5903,'CurrentUserRoles','[\"administrator\"]'),(25520,5903,'ClientIP','\"162.253.34.105\"'),(25521,5903,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25522,5904,'Attempts','1'),(25523,5904,'Username','\"wsaaus15\"'),(25524,5904,'CurrentUserRoles','[\"administrator\"]'),(25525,5904,'ClientIP','\"50.63.130.155\"'),(25526,5904,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25527,5905,'Attempts','1'),(25528,5906,'Attempts','1'),(25529,5905,'Username','\"wsaaus15\"'),(25530,5906,'Username','\"wsaaus15\"'),(25531,5905,'CurrentUserRoles','[\"administrator\"]'),(25532,5906,'CurrentUserRoles','[\"administrator\"]'),(25533,5905,'ClientIP','\"84.18.207.66\"'),(25534,5906,'ClientIP','\"50.23.2.50\"'),(25535,5905,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25536,5906,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25537,5907,'Attempts','1'),(25538,5907,'Username','\"wsaaus15\"'),(25539,5907,'CurrentUserRoles','[\"administrator\"]'),(25540,5907,'ClientIP','\"217.26.215.27\"'),(25541,5907,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25542,5908,'Attempts','1'),(25543,5908,'Username','\"wsaaus15\"'),(25544,5908,'CurrentUserRoles','[\"administrator\"]'),(25545,5908,'ClientIP','\"64.37.56.148\"'),(25546,5908,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25547,5909,'Attempts','1'),(25548,5909,'Username','\"wsaaus15\"'),(25549,5909,'CurrentUserRoles','[\"administrator\"]'),(25550,5909,'ClientIP','\"75.127.118.226\"'),(25551,5909,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25552,5910,'Attempts','1'),(25553,5910,'Username','\"wsaaus15\"'),(25554,5910,'CurrentUserRoles','[\"administrator\"]'),(25555,5910,'ClientIP','\"69.64.58.90\"'),(25556,5910,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25557,5911,'Attempts','1'),(25558,5911,'Username','\"wsaaus15\"'),(25559,5911,'CurrentUserRoles','[\"administrator\"]'),(25560,5911,'ClientIP','\"104.42.20.248\"'),(25561,5911,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25562,5912,'Attempts','1'),(25563,5912,'Username','\"wsaaus15\"'),(25564,5912,'CurrentUserRoles','[\"administrator\"]'),(25565,5912,'ClientIP','\"212.143.3.44\"'),(25566,5912,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25567,5913,'Attempts','2'),(25568,5913,'Username','\"wsaaus15\"'),(25569,5913,'CurrentUserRoles','[\"administrator\"]'),(25570,5913,'ClientIP','\"64.50.164.198\"'),(25571,5913,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25572,5914,'Attempts','1'),(25573,5914,'Username','\"wsaaus15\"'),(25574,5914,'CurrentUserRoles','[\"administrator\"]'),(25575,5914,'ClientIP','\"87.106.11.253\"'),(25576,5914,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25577,5915,'Attempts','1'),(25578,5915,'Username','\"wsaaus15\"'),(25579,5915,'CurrentUserRoles','[\"administrator\"]'),(25580,5915,'ClientIP','\"184.170.149.47\"'),(25581,5915,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25582,5916,'Attempts','1'),(25583,5916,'Username','\"wsaaus15\"'),(25584,5916,'CurrentUserRoles','[\"administrator\"]'),(25585,5916,'ClientIP','\"89.36.21.140\"'),(25586,5916,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25587,5917,'Attempts','2'),(25588,5917,'Username','\"wsaaus15\"'),(25589,5917,'CurrentUserRoles','[\"administrator\"]'),(25590,5917,'ClientIP','\"204.10.199.135\"'),(25591,5917,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25592,5918,'Attempts','4'),(25593,5918,'Username','\"wsaaus15\"'),(25594,5918,'CurrentUserRoles','[\"administrator\"]'),(25595,5918,'ClientIP','\"46.20.42.234\"'),(25596,5918,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25597,5919,'Attempts','1'),(25598,5919,'Username','\"wsaaus15\"'),(25599,5919,'CurrentUserRoles','[\"administrator\"]'),(25600,5919,'ClientIP','\"79.170.44.140\"'),(25601,5919,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25602,5920,'Attempts','1'),(25603,5920,'Username','\"wsaaus15\"'),(25604,5920,'CurrentUserRoles','[\"administrator\"]'),(25605,5920,'ClientIP','\"50.116.60.248\"'),(25606,5920,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25607,5921,'Attempts','1'),(25608,5921,'Username','\"wsaaus15\"'),(25609,5921,'CurrentUserRoles','[\"administrator\"]'),(25610,5921,'ClientIP','\"162.144.85.112\"'),(25611,5921,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25612,5922,'Attempts','2'),(25613,5922,'Username','\"wsaaus15\"'),(25614,5922,'CurrentUserRoles','[\"administrator\"]'),(25615,5922,'ClientIP','\"81.223.57.252\"'),(25616,5922,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25617,5923,'Attempts','1'),(25618,5923,'Username','\"wsaaus15\"'),(25619,5923,'CurrentUserRoles','[\"administrator\"]'),(25620,5923,'ClientIP','\"45.56.110.40\"'),(25621,5923,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25622,5924,'Attempts','1'),(25623,5924,'Username','\"wsaaus15\"'),(25624,5924,'CurrentUserRoles','[\"administrator\"]'),(25625,5924,'ClientIP','\"173.236.19.82\"'),(25626,5924,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25627,5925,'Attempts','1'),(25628,5925,'Username','\"wsaaus15\"'),(25629,5925,'CurrentUserRoles','[\"administrator\"]'),(25630,5925,'ClientIP','\"95.131.249.4\"'),(25631,5925,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25632,5926,'Attempts','1'),(25633,5926,'Username','\"wsaaus15\"'),(25634,5926,'CurrentUserRoles','[\"administrator\"]'),(25635,5926,'ClientIP','\"199.102.227.230\"'),(25636,5926,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25637,5927,'Attempts','1'),(25638,5927,'Username','\"wsaaus15\"'),(25639,5927,'CurrentUserRoles','[\"administrator\"]'),(25640,5927,'ClientIP','\"69.46.6.220\"'),(25641,5927,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25642,5928,'Attempts','1'),(25643,5928,'Username','\"wsaaus15\"'),(25644,5928,'CurrentUserRoles','[\"administrator\"]'),(25645,5928,'ClientIP','\"192.241.117.12\"'),(25646,5928,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25647,5929,'Attempts','1'),(25648,5929,'Username','\"wsaaus15\"'),(25649,5929,'CurrentUserRoles','[\"administrator\"]'),(25650,5929,'ClientIP','\"89.221.250.26\"'),(25651,5929,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25652,5930,'Attempts','1'),(25653,5930,'Username','\"wsaaus15\"'),(25654,5930,'CurrentUserRoles','[\"administrator\"]'),(25655,5930,'ClientIP','\"69.73.181.140\"'),(25656,5930,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25657,5931,'Attempts','1'),(25658,5931,'Username','\"wsaaus15\"'),(25659,5931,'CurrentUserRoles','[\"administrator\"]'),(25660,5931,'ClientIP','\"72.14.185.178\"'),(25661,5931,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25662,5932,'Attempts','1'),(25663,5932,'Username','\"wsaaus15\"'),(25664,5932,'CurrentUserRoles','[\"administrator\"]'),(25665,5932,'ClientIP','\"188.241.115.174\"'),(25666,5932,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25667,5933,'Attempts','2'),(25668,5933,'Username','\"wsaaus15\"'),(25669,5933,'CurrentUserRoles','[\"administrator\"]'),(25670,5933,'ClientIP','\"109.233.57.53\"'),(25671,5933,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25672,5934,'Attempts','1'),(25673,5934,'Username','\"wsaaus15\"'),(25674,5934,'CurrentUserRoles','[\"administrator\"]'),(25675,5934,'ClientIP','\"37.187.80.217\"'),(25676,5934,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25677,5935,'Attempts','1'),(25678,5935,'Username','\"wsaaus15\"'),(25679,5935,'CurrentUserRoles','[\"administrator\"]'),(25680,5935,'ClientIP','\"204.152.217.17\"'),(25681,5935,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25682,5936,'Attempts','1'),(25683,5937,'Attempts','1'),(25684,5937,'Username','\"wsaaus15\"'),(25685,5936,'Username','\"wsaaus15\"'),(25686,5936,'CurrentUserRoles','[\"administrator\"]'),(25687,5937,'CurrentUserRoles','[\"administrator\"]'),(25688,5936,'ClientIP','\"67.210.102.9\"'),(25689,5937,'ClientIP','\"204.93.183.79\"'),(25690,5936,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25691,5937,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25692,5938,'Attempts','1'),(25693,5938,'Username','\"wsaaus15\"'),(25694,5938,'CurrentUserRoles','[\"administrator\"]'),(25695,5938,'ClientIP','\"217.13.50.97\"'),(25696,5938,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25697,5939,'Attempts','6'),(25698,5939,'ClientIP','\"185.70.187.45\"'),(25699,5939,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 5.1\"'),(25700,5939,'CurrentUserID','0'),(25701,5940,'Attempts','1'),(25702,5940,'Username','\"wsaaus15\"'),(25703,5940,'CurrentUserRoles','[\"administrator\"]'),(25704,5940,'ClientIP','\"104.207.232.99\"'),(25705,5940,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25706,5941,'Attempts','1'),(25707,5941,'Username','\"wsaaus15\"'),(25708,5941,'CurrentUserRoles','[\"administrator\"]'),(25709,5941,'ClientIP','\"93.191.132.223\"'),(25710,5941,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25711,5942,'Attempts','1'),(25712,5942,'Username','\"wsaaus15\"'),(25713,5942,'CurrentUserRoles','[\"administrator\"]'),(25714,5942,'ClientIP','\"77.66.31.169\"'),(25715,5942,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25716,5943,'Attempts','1'),(25717,5943,'Username','\"wsaaus15\"'),(25718,5943,'CurrentUserRoles','[\"administrator\"]'),(25719,5943,'ClientIP','\"104.168.34.162\"'),(25720,5943,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25721,5944,'Attempts','1'),(25722,5944,'Username','\"wsaaus15\"'),(25723,5944,'CurrentUserRoles','[\"administrator\"]'),(25724,5944,'ClientIP','\"178.33.229.173\"'),(25725,5944,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25726,5945,'Attempts','1'),(25727,5945,'Username','\"wsaaus15\"'),(25728,5945,'CurrentUserRoles','[\"administrator\"]'),(25729,5945,'ClientIP','\"87.106.128.247\"'),(25730,5945,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25731,5946,'Attempts','1'),(25732,5946,'Username','\"wsaaus15\"'),(25733,5946,'CurrentUserRoles','[\"administrator\"]'),(25734,5946,'ClientIP','\"66.7.198.105\"'),(25735,5946,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25736,5947,'Attempts','1'),(25737,5947,'Username','\"wsaaus15\"'),(25738,5947,'CurrentUserRoles','[\"administrator\"]'),(25739,5947,'ClientIP','\"178.32.238.145\"'),(25740,5947,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25741,5948,'Attempts','2'),(25742,5948,'Username','\"wsaaus15\"'),(25743,5948,'CurrentUserRoles','[\"administrator\"]'),(25744,5948,'ClientIP','\"23.235.192.70\"'),(25745,5948,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25746,5949,'Attempts','1'),(25747,5949,'Username','\"wsaaus15\"'),(25748,5949,'CurrentUserRoles','[\"administrator\"]'),(25749,5949,'ClientIP','\"198.50.169.4\"'),(25750,5949,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25751,5950,'Attempts','1'),(25752,5950,'Username','\"wsaaus15\"'),(25753,5950,'CurrentUserRoles','[\"administrator\"]'),(25754,5950,'ClientIP','\"50.63.129.204\"'),(25755,5950,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25756,5951,'Attempts','1'),(25757,5951,'Username','\"wsaaus15\"'),(25758,5951,'CurrentUserRoles','[\"administrator\"]'),(25759,5951,'ClientIP','\"188.116.34.171\"'),(25760,5951,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25761,5952,'Attempts','1'),(25762,5952,'Username','\"wsaaus15\"'),(25763,5952,'CurrentUserRoles','[\"administrator\"]'),(25764,5952,'ClientIP','\"160.214.128.137\"'),(25765,5952,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25766,5953,'Attempts','1'),(25767,5953,'Username','\"wsaaus15\"'),(25768,5953,'CurrentUserRoles','[\"administrator\"]'),(25769,5953,'ClientIP','\"217.147.176.240\"'),(25770,5953,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25771,5954,'Attempts','1'),(25772,5954,'Username','\"wsaaus15\"'),(25773,5954,'CurrentUserRoles','[\"administrator\"]'),(25774,5954,'ClientIP','\"31.193.139.164\"'),(25775,5954,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25776,5955,'Attempts','1'),(25777,5955,'Username','\"wsaaus15\"'),(25778,5955,'CurrentUserRoles','[\"administrator\"]'),(25779,5955,'ClientIP','\"192.185.83.12\"'),(25780,5955,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25781,5956,'Attempts','1'),(25782,5956,'Username','\"wsaaus15\"'),(25783,5956,'CurrentUserRoles','[\"administrator\"]'),(25784,5956,'ClientIP','\"72.3.229.125\"'),(25785,5956,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25786,5957,'Attempts','1'),(25787,5958,'Attempts','1'),(25788,5957,'Username','\"wsaaus15\"'),(25789,5958,'Username','\"wsaaus15\"'),(25790,5957,'CurrentUserRoles','[\"administrator\"]'),(25791,5958,'CurrentUserRoles','[\"administrator\"]'),(25792,5957,'ClientIP','\"188.132.147.189\"'),(25793,5958,'ClientIP','\"195.50.196.198\"'),(25794,5957,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25795,5958,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25796,5959,'Attempts','1'),(25797,5959,'Username','\"wsaaus15\"'),(25798,5959,'CurrentUserRoles','[\"administrator\"]'),(25799,5959,'ClientIP','\"202.125.94.78\"'),(25800,5959,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25801,5960,'Attempts','1'),(25802,5960,'Username','\"wsaaus15\"'),(25803,5960,'CurrentUserRoles','[\"administrator\"]'),(25804,5960,'ClientIP','\"198.1.93.252\"'),(25805,5960,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25806,5961,'Attempts','1'),(25807,5961,'Username','\"wsaaus15\"'),(25808,5961,'CurrentUserRoles','[\"administrator\"]'),(25809,5961,'ClientIP','\"70.87.162.194\"'),(25810,5961,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25811,5962,'Attempts','1'),(25812,5962,'Username','\"wsaaus15\"'),(25813,5962,'CurrentUserRoles','[\"administrator\"]'),(25814,5962,'ClientIP','\"67.228.28.26\"'),(25815,5962,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25816,5963,'Attempts','1'),(25817,5963,'Username','\"wsaaus15\"'),(25818,5963,'CurrentUserRoles','[\"administrator\"]'),(25819,5963,'ClientIP','\"185.50.71.14\"'),(25820,5963,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25821,5964,'Attempts','1'),(25822,5964,'Username','\"wsaaus15\"'),(25823,5964,'CurrentUserRoles','[\"administrator\"]'),(25824,5964,'ClientIP','\"91.142.249.37\"'),(25825,5964,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25826,5965,'Attempts','1'),(25827,5965,'Username','\"wsaaus15\"'),(25828,5965,'CurrentUserRoles','[\"administrator\"]'),(25829,5965,'ClientIP','\"46.183.145.160\"'),(25830,5965,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25831,5966,'Attempts','1'),(25832,5966,'Username','\"wsaaus15\"'),(25833,5966,'CurrentUserRoles','[\"administrator\"]'),(25834,5966,'ClientIP','\"103.23.76.105\"'),(25835,5966,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25836,5967,'Attempts','1'),(25837,5967,'Username','\"wsaaus15\"'),(25838,5967,'CurrentUserRoles','[\"administrator\"]'),(25839,5967,'ClientIP','\"89.45.249.30\"'),(25840,5967,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25841,5968,'Attempts','1'),(25842,5968,'Username','\"wsaaus15\"'),(25843,5968,'CurrentUserRoles','[\"administrator\"]'),(25844,5968,'ClientIP','\"66.135.38.151\"'),(25845,5968,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25846,5969,'Attempts','1'),(25847,5969,'Username','\"wsaaus15\"'),(25848,5969,'CurrentUserRoles','[\"administrator\"]'),(25849,5969,'ClientIP','\"72.9.145.216\"'),(25850,5969,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25851,5970,'Attempts','1'),(25852,5971,'Attempts','1'),(25853,5970,'Username','\"wsaaus15\"'),(25854,5971,'Username','\"wsaaus15\"'),(25855,5970,'CurrentUserRoles','[\"administrator\"]'),(25856,5971,'CurrentUserRoles','[\"administrator\"]'),(25857,5970,'ClientIP','\"208.109.125.32\"'),(25858,5970,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25859,5971,'ClientIP','\"52.27.86.188\"'),(25860,5971,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25861,5972,'Attempts','1'),(25862,5972,'Username','\"wsaaus15\"'),(25863,5972,'CurrentUserRoles','[\"administrator\"]'),(25864,5973,'Attempts','1'),(25865,5972,'ClientIP','\"46.235.45.42\"'),(25866,5973,'Username','\"wsaaus15\"'),(25867,5972,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25868,5973,'CurrentUserRoles','[\"administrator\"]'),(25869,5973,'ClientIP','\"94.76.236.81\"'),(25870,5973,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25871,5974,'Attempts','1'),(25872,5974,'Username','\"wsaaus15\"'),(25873,5974,'CurrentUserRoles','[\"administrator\"]'),(25874,5974,'ClientIP','\"89.238.229.106\"'),(25875,5974,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25876,5975,'Attempts','1'),(25877,5975,'Username','\"wsaaus15\"'),(25878,5975,'CurrentUserRoles','[\"administrator\"]'),(25879,5975,'ClientIP','\"74.200.11.178\"'),(25880,5975,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25881,5976,'Attempts','1'),(25882,5976,'Username','\"wsaaus15\"'),(25883,5976,'CurrentUserRoles','[\"administrator\"]'),(25884,5976,'ClientIP','\"192.240.171.161\"'),(25885,5976,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25886,5977,'Attempts','1'),(25887,5977,'Username','\"wsaaus15\"'),(25888,5977,'CurrentUserRoles','[\"administrator\"]'),(25889,5977,'ClientIP','\"185.54.213.27\"'),(25890,5977,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25891,5978,'Attempts','1'),(25892,5978,'Username','\"wsaaus15\"'),(25893,5978,'CurrentUserRoles','[\"administrator\"]'),(25894,5978,'ClientIP','\"81.169.178.98\"'),(25895,5978,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25896,5979,'Attempts','1'),(25897,5979,'Username','\"wsaaus15\"'),(25898,5979,'CurrentUserRoles','[\"administrator\"]'),(25899,5979,'ClientIP','\"97.79.238.73\"'),(25900,5979,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25901,5980,'Attempts','1'),(25902,5980,'Username','\"wsaaus15\"'),(25903,5980,'CurrentUserRoles','[\"administrator\"]'),(25904,5980,'ClientIP','\"198.46.81.15\"'),(25905,5980,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25906,5981,'Attempts','1'),(25907,5981,'Username','\"wsaaus15\"'),(25908,5981,'CurrentUserRoles','[\"administrator\"]'),(25909,5981,'ClientIP','\"166.63.127.45\"'),(25910,5981,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25911,5982,'Attempts','1'),(25912,5982,'Username','\"wsaaus15\"'),(25913,5982,'CurrentUserRoles','[\"administrator\"]'),(25914,5982,'ClientIP','\"108.61.63.107\"'),(25915,5982,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25916,5983,'Attempts','1'),(25917,5983,'Username','\"wsaaus15\"'),(25918,5983,'CurrentUserRoles','[\"administrator\"]'),(25919,5983,'ClientIP','\"50.56.123.93\"'),(25920,5983,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25921,5984,'Attempts','1'),(25922,5984,'Username','\"wsaaus15\"'),(25923,5984,'CurrentUserRoles','[\"administrator\"]'),(25924,5984,'ClientIP','\"85.25.246.177\"'),(25925,5984,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25926,5985,'Attempts','1'),(25927,5985,'Username','\"wsaaus15\"'),(25928,5985,'CurrentUserRoles','[\"administrator\"]'),(25929,5985,'ClientIP','\"213.233.161.104\"'),(25930,5985,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25931,5986,'Attempts','1'),(25932,5986,'Username','\"wsaaus15\"'),(25933,5986,'CurrentUserRoles','[\"administrator\"]'),(25934,5986,'ClientIP','\"146.255.26.128\"'),(25935,5986,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25936,5987,'Attempts','1'),(25937,5987,'Username','\"wsaaus15\"'),(25938,5987,'CurrentUserRoles','[\"administrator\"]'),(25939,5987,'ClientIP','\"192.81.218.68\"'),(25940,5987,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25941,5988,'Attempts','1'),(25942,5988,'Username','\"wsaaus15\"'),(25943,5988,'CurrentUserRoles','[\"administrator\"]'),(25944,5988,'ClientIP','\"37.153.89.59\"'),(25945,5988,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25946,5989,'Attempts','1'),(25947,5989,'Username','\"wsaaus15\"'),(25948,5989,'CurrentUserRoles','[\"administrator\"]'),(25949,5989,'ClientIP','\"142.4.217.149\"'),(25950,5989,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25951,5990,'Attempts','1'),(25952,5990,'Username','\"wsaaus15\"'),(25953,5990,'CurrentUserRoles','[\"administrator\"]'),(25954,5990,'ClientIP','\"64.20.51.242\"'),(25955,5990,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25956,5991,'Attempts','1'),(25957,5991,'Username','\"wsaaus15\"'),(25958,5991,'CurrentUserRoles','[\"administrator\"]'),(25959,5991,'ClientIP','\"184.164.154.74\"'),(25960,5991,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25961,5992,'Attempts','1'),(25962,5992,'Username','\"wsaaus15\"'),(25963,5992,'CurrentUserRoles','[\"administrator\"]'),(25964,5992,'ClientIP','\"54.83.39.188\"'),(25965,5992,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25966,5993,'Attempts','1'),(25967,5993,'Username','\"wsaaus15\"'),(25968,5993,'CurrentUserRoles','[\"administrator\"]'),(25969,5993,'ClientIP','\"185.32.188.15\"'),(25970,5993,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25971,5994,'Attempts','1'),(25972,5994,'Username','\"wsaaus15\"'),(25973,5994,'CurrentUserRoles','[\"administrator\"]'),(25974,5994,'ClientIP','\"198.57.177.250\"'),(25975,5994,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25976,5995,'Attempts','1'),(25977,5995,'Username','\"wsaaus15\"'),(25978,5995,'CurrentUserRoles','[\"administrator\"]'),(25979,5995,'ClientIP','\"107.189.161.156\"'),(25980,5995,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25981,5996,'Attempts','1'),(25982,5996,'Username','\"wsaaus15\"'),(25983,5996,'CurrentUserRoles','[\"administrator\"]'),(25984,5996,'ClientIP','\"74.86.126.58\"'),(25985,5996,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25986,5997,'Attempts','1'),(25987,5997,'Username','\"wsaaus15\"'),(25988,5997,'CurrentUserRoles','[\"administrator\"]'),(25989,5997,'ClientIP','\"91.121.91.167\"'),(25990,5997,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25991,5998,'Attempts','1'),(25992,5998,'Username','\"wsaaus15\"'),(25993,5998,'CurrentUserRoles','[\"administrator\"]'),(25994,5998,'ClientIP','\"50.115.122.20\"'),(25995,5998,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(25996,5999,'Attempts','1'),(25997,5999,'Username','\"wsaaus15\"'),(25998,5999,'CurrentUserRoles','[\"administrator\"]'),(25999,5999,'ClientIP','\"192.240.183.87\"'),(26000,5999,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26001,6000,'Attempts','1'),(26002,6000,'Username','\"wsaaus15\"'),(26003,6000,'CurrentUserRoles','[\"administrator\"]'),(26004,6000,'ClientIP','\"120.96.128.150\"'),(26005,6000,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26006,6001,'Attempts','1'),(26007,6001,'Username','\"wsaaus15\"'),(26008,6001,'CurrentUserRoles','[\"administrator\"]'),(26009,6001,'ClientIP','\"107.190.132.194\"'),(26010,6001,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26011,6002,'Attempts','1'),(26012,6002,'Username','\"wsaaus15\"'),(26013,6002,'CurrentUserRoles','[\"administrator\"]'),(26014,6002,'ClientIP','\"87.118.140.26\"'),(26015,6002,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26016,6003,'Attempts','1'),(26017,6003,'Username','\"wsaaus15\"'),(26018,6003,'CurrentUserRoles','[\"administrator\"]'),(26019,6003,'ClientIP','\"67.222.12.97\"'),(26020,6003,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26021,6004,'Attempts','1'),(26022,6004,'Username','\"wsaaus15\"'),(26023,6004,'CurrentUserRoles','[\"administrator\"]'),(26024,6004,'ClientIP','\"5.172.218.38\"'),(26025,6004,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26026,6005,'Attempts','1'),(26027,6005,'Username','\"wsaaus15\"'),(26028,6005,'CurrentUserRoles','[\"administrator\"]'),(26029,6005,'ClientIP','\"198.27.67.76\"'),(26030,6005,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26031,6006,'Attempts','1'),(26032,6006,'Username','\"wsaaus15\"'),(26033,6006,'CurrentUserRoles','[\"administrator\"]'),(26034,6006,'ClientIP','\"52.11.169.187\"'),(26035,6006,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26036,6007,'Attempts','1'),(26037,6007,'Username','\"wsaaus15\"'),(26038,6007,'CurrentUserRoles','[\"administrator\"]'),(26039,6007,'ClientIP','\"208.146.35.3\"'),(26040,6007,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26041,6008,'Attempts','1'),(26042,6009,'Attempts','1'),(26043,6008,'Username','\"wsaaus15\"'),(26044,6008,'CurrentUserRoles','[\"administrator\"]'),(26045,6009,'Username','\"wsaaus15\"'),(26046,6008,'ClientIP','\"173.199.129.139\"'),(26047,6009,'CurrentUserRoles','[\"administrator\"]'),(26048,6008,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26049,6009,'ClientIP','\"107.191.98.45\"'),(26050,6009,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26051,6010,'Attempts','1'),(26052,6010,'Username','\"wsaaus15\"'),(26053,6010,'CurrentUserRoles','[\"administrator\"]'),(26054,6010,'ClientIP','\"46.17.90.100\"'),(26055,6010,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26056,6011,'Attempts','1'),(26057,6011,'Username','\"wsaaus15\"'),(26058,6011,'CurrentUserRoles','[\"administrator\"]'),(26059,6011,'ClientIP','\"173.254.28.11\"'),(26060,6011,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26061,6012,'Attempts','1'),(26062,6012,'Username','\"wsaaus15\"'),(26063,6012,'CurrentUserRoles','[\"administrator\"]'),(26064,6012,'ClientIP','\"162.209.100.188\"'),(26065,6012,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26066,6013,'Attempts','1'),(26067,6013,'Username','\"wsaaus15\"'),(26068,6013,'CurrentUserRoles','[\"administrator\"]'),(26069,6013,'ClientIP','\"69.197.135.50\"'),(26070,6013,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26071,6014,'Attempts','1'),(26072,6014,'Username','\"wsaaus15\"'),(26073,6014,'CurrentUserRoles','[\"administrator\"]'),(26074,6014,'ClientIP','\"98.142.209.106\"'),(26075,6014,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26076,6015,'Attempts','1'),(26077,6015,'Username','\"wsaaus15\"'),(26078,6015,'CurrentUserRoles','[\"administrator\"]'),(26079,6015,'ClientIP','\"69.61.33.230\"'),(26080,6015,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26081,6016,'Attempts','1'),(26082,6016,'Username','\"wsaaus15\"'),(26083,6016,'CurrentUserRoles','[\"administrator\"]'),(26084,6016,'ClientIP','\"112.213.89.104\"'),(26085,6016,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26086,6017,'Attempts','1'),(26087,6017,'Username','\"wsaaus15\"'),(26088,6017,'CurrentUserRoles','[\"administrator\"]'),(26089,6017,'ClientIP','\"198.24.147.34\"'),(26090,6017,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26091,6018,'Attempts','1'),(26092,6018,'Username','\"wsaaus15\"'),(26093,6018,'CurrentUserRoles','[\"administrator\"]'),(26094,6018,'ClientIP','\"69.90.162.210\"'),(26095,6018,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26096,6019,'Attempts','1'),(26097,6019,'Username','\"wsaaus15\"'),(26098,6019,'CurrentUserRoles','[\"administrator\"]'),(26099,6019,'ClientIP','\"93.114.46.92\"'),(26100,6019,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26101,6020,'Attempts','1'),(26102,6020,'Username','\"wsaaus15\"'),(26103,6020,'CurrentUserRoles','[\"administrator\"]'),(26104,6020,'ClientIP','\"69.28.199.190\"'),(26105,6020,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26106,6021,'Attempts','1'),(26107,6021,'Username','\"wsaaus15\"'),(26108,6021,'CurrentUserRoles','[\"administrator\"]'),(26109,6021,'ClientIP','\"178.248.17.73\"'),(26110,6021,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26111,6022,'Attempts','1'),(26112,6022,'Username','\"wsaaus15\"'),(26113,6022,'CurrentUserRoles','[\"administrator\"]'),(26114,6022,'ClientIP','\"188.212.123.243\"'),(26115,6022,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26116,6023,'Attempts','1'),(26117,6023,'Username','\"wsaaus15\"'),(26118,6023,'CurrentUserRoles','[\"administrator\"]'),(26119,6023,'ClientIP','\"80.110.42.67\"'),(26120,6023,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26121,6024,'Attempts','1'),(26122,6024,'Username','\"wsaaus15\"'),(26123,6024,'CurrentUserRoles','[\"administrator\"]'),(26124,6024,'ClientIP','\"185.33.60.178\"'),(26125,6024,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26126,6025,'Attempts','1'),(26127,6025,'Username','\"wsaaus15\"'),(26128,6025,'CurrentUserRoles','[\"administrator\"]'),(26129,6025,'ClientIP','\"61.93.240.52\"'),(26130,6025,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26131,6026,'Attempts','1'),(26132,6026,'Username','\"wsaaus15\"'),(26133,6026,'CurrentUserRoles','[\"administrator\"]'),(26134,6026,'ClientIP','\"151.1.208.9\"'),(26135,6026,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26136,6027,'Attempts','1'),(26137,6027,'Username','\"wsaaus15\"'),(26138,6027,'CurrentUserRoles','[\"administrator\"]'),(26139,6027,'ClientIP','\"185.24.98.229\"'),(26140,6027,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26141,6028,'Attempts','1'),(26142,6028,'Username','\"wsaaus15\"'),(26143,6028,'CurrentUserRoles','[\"administrator\"]'),(26144,6028,'ClientIP','\"112.78.8.133\"'),(26145,6028,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26146,6029,'Attempts','1'),(26147,6029,'Username','\"wsaaus15\"'),(26148,6029,'CurrentUserRoles','[\"administrator\"]'),(26149,6029,'ClientIP','\"31.25.96.72\"'),(26150,6029,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26151,6030,'Attempts','1'),(26152,6030,'Username','\"wsaaus15\"'),(26153,6030,'CurrentUserRoles','[\"administrator\"]'),(26154,6030,'ClientIP','\"178.48.24.157\"'),(26155,6030,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26156,6031,'Attempts','1'),(26157,6031,'Username','\"wsaaus15\"'),(26158,6031,'CurrentUserRoles','[\"administrator\"]'),(26159,6031,'ClientIP','\"187.45.193.168\"'),(26160,6031,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26161,6032,'Attempts','1'),(26162,6032,'Username','\"wsaaus15\"'),(26163,6032,'CurrentUserRoles','[\"administrator\"]'),(26164,6032,'ClientIP','\"47.88.1.32\"'),(26165,6032,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26166,6033,'Attempts','1'),(26167,6033,'Username','\"wsaaus15\"'),(26168,6033,'CurrentUserRoles','[\"administrator\"]'),(26169,6033,'ClientIP','\"167.114.208.224\"'),(26170,6033,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26171,6034,'Attempts','1'),(26172,6034,'Username','\"wsaaus15\"'),(26173,6034,'CurrentUserRoles','[\"administrator\"]'),(26174,6034,'ClientIP','\"65.254.36.210\"'),(26175,6034,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26176,6035,'Attempts','1'),(26177,6035,'Username','\"wsaaus15\"'),(26178,6035,'CurrentUserRoles','[\"administrator\"]'),(26179,6035,'ClientIP','\"202.43.182.28\"'),(26180,6035,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26181,6036,'Attempts','1'),(26182,6036,'Username','\"wsaaus15\"'),(26183,6036,'CurrentUserRoles','[\"administrator\"]'),(26184,6036,'ClientIP','\"95.154.250.15\"'),(26185,6036,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26186,6037,'Attempts','1'),(26187,6037,'ClientIP','\"141.138.24.189\"'),(26188,6037,'UserAgent','\"\"'),(26189,6037,'CurrentUserID','0'),(26190,6038,'Attempts','1'),(26191,6038,'Username','\"wsaaus15\"'),(26192,6038,'CurrentUserRoles','[\"administrator\"]'),(26193,6038,'ClientIP','\"67.208.75.94\"'),(26194,6038,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26195,6039,'Attempts','1'),(26196,6039,'Username','\"wsaaus15\"'),(26197,6039,'CurrentUserRoles','[\"administrator\"]'),(26198,6039,'ClientIP','\"212.180.187.185\"'),(26199,6039,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26200,6040,'Attempts','1'),(26201,6040,'Username','\"wsaaus15\"'),(26202,6040,'CurrentUserRoles','[\"administrator\"]'),(26203,6040,'ClientIP','\"216.172.179.218\"'),(26204,6040,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26205,6041,'Attempts','1'),(26206,6041,'Username','\"wsaaus15\"'),(26207,6041,'CurrentUserRoles','[\"administrator\"]'),(26208,6041,'ClientIP','\"198.245.60.110\"'),(26209,6041,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26210,6042,'Attempts','1'),(26211,6042,'Username','\"wsaaus15\"'),(26212,6042,'CurrentUserRoles','[\"administrator\"]'),(26213,6042,'ClientIP','\"91.189.180.49\"'),(26214,6042,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26215,6043,'Attempts','1'),(26216,6043,'Username','\"wsaaus15\"'),(26217,6043,'CurrentUserRoles','[\"administrator\"]'),(26218,6043,'ClientIP','\"209.200.232.192\"'),(26219,6043,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26220,6044,'Attempts','1'),(26221,6044,'ClientIP','\"49.144.171.108\"'),(26222,6044,'UserAgent','\"\"'),(26223,6044,'CurrentUserID','0'),(26224,6045,'Attempts','1'),(26225,6045,'ClientIP','\"62.209.10.172\"'),(26226,6045,'UserAgent','\"\"'),(26227,6045,'CurrentUserID','0'),(26228,6046,'Attempts','1'),(26229,6046,'ClientIP','\"175.138.122.178\"'),(26230,6046,'UserAgent','\"\"'),(26231,6046,'CurrentUserID','0'),(26232,6047,'Attempts','1'),(26233,6047,'Username','\"wsaaus15\"'),(26234,6047,'CurrentUserRoles','[\"administrator\"]'),(26235,6047,'ClientIP','\"76.74.242.160\"'),(26236,6047,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26237,6048,'Attempts','1'),(26238,6048,'Username','\"wsaaus15\"'),(26239,6048,'CurrentUserRoles','[\"administrator\"]'),(26240,6048,'ClientIP','\"91.192.37.13\"'),(26241,6048,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26242,6049,'Attempts','1'),(26243,6049,'ClientIP','\"78.135.9.126\"'),(26244,6049,'UserAgent','\"\"'),(26245,6049,'CurrentUserID','0'),(26246,6050,'Attempts','1'),(26247,6050,'Username','\"wsaaus15\"'),(26248,6050,'CurrentUserRoles','[\"administrator\"]'),(26249,6050,'ClientIP','\"67.210.98.220\"'),(26250,6050,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26251,6051,'Attempts','1'),(26252,6051,'Username','\"wsaaus15\"'),(26253,6051,'CurrentUserRoles','[\"administrator\"]'),(26254,6051,'ClientIP','\"87.98.184.245\"'),(26255,6051,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26256,6052,'Attempts','1'),(26257,6052,'ClientIP','\"79.114.248.233\"'),(26258,6052,'UserAgent','\"\"'),(26259,6052,'CurrentUserID','0'),(26260,6053,'Attempts','1'),(26261,6053,'Username','\"wsaaus15\"'),(26262,6053,'CurrentUserRoles','[\"administrator\"]'),(26263,6053,'ClientIP','\"23.29.121.170\"'),(26264,6053,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26265,6054,'Attempts','1'),(26266,6054,'Username','\"wsaaus15\"'),(26267,6054,'CurrentUserRoles','[\"administrator\"]'),(26268,6054,'ClientIP','\"50.31.94.236\"'),(26269,6054,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26270,6055,'Attempts','1'),(26271,6055,'Username','\"wsaaus15\"'),(26272,6055,'CurrentUserRoles','[\"administrator\"]'),(26273,6055,'ClientIP','\"54.251.250.242\"'),(26274,6055,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26275,6056,'Attempts','1'),(26276,6056,'ClientIP','\"112.208.24.235\"'),(26277,6056,'UserAgent','\"\"'),(26278,6056,'CurrentUserID','0'),(26279,6057,'Attempts','1'),(26280,6057,'ClientIP','\"90.190.175.34\"'),(26281,6057,'UserAgent','\"\"'),(26282,6057,'CurrentUserID','0'),(26283,6058,'Attempts','1'),(26284,6058,'ClientIP','\"178.234.195.242\"'),(26285,6058,'UserAgent','\"\"'),(26286,6058,'CurrentUserID','0'),(26287,6059,'Attempts','1'),(26288,6059,'ClientIP','\"188.222.137.240\"'),(26289,6059,'UserAgent','\"\"'),(26290,6059,'CurrentUserID','0'),(26291,6060,'Attempts','1'),(26292,6060,'ClientIP','\"88.201.213.238\"'),(26293,6060,'UserAgent','\"\"'),(26294,6060,'CurrentUserID','0'),(26295,6061,'Attempts','1'),(26296,6061,'ClientIP','\"87.68.54.169\"'),(26297,6061,'UserAgent','\"\"'),(26298,6061,'CurrentUserID','0'),(26299,6062,'Attempts','1'),(26300,6062,'ClientIP','\"94.68.71.254\"'),(26301,6062,'UserAgent','\"\"'),(26302,6062,'CurrentUserID','0'),(26303,6063,'Attempts','1'),(26304,6063,'ClientIP','\"91.218.208.240\"'),(26305,6063,'UserAgent','\"\"'),(26306,6063,'CurrentUserID','0'),(26307,6064,'Attempts','1'),(26308,6064,'ClientIP','\"92.222.252.206\"'),(26309,6064,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.66 Safari\\/537.36\"'),(26310,6064,'CurrentUserID','0'),(26311,6065,'Attempts','1'),(26312,6065,'ClientIP','\"89.216.252.53\"'),(26313,6065,'UserAgent','\"\"'),(26314,6065,'CurrentUserID','0'),(26315,6066,'Attempts','1'),(26316,6066,'ClientIP','\"175.136.237.125\"'),(26317,6066,'UserAgent','\"\"'),(26318,6066,'CurrentUserID','0'),(26319,6067,'Attempts','1'),(26320,6067,'ClientIP','\"58.11.5.143\"'),(26321,6067,'UserAgent','\"\"'),(26322,6067,'CurrentUserID','0'),(26323,6068,'Attempts','1'),(26324,6068,'ClientIP','\"212.47.246.21\"'),(26325,6068,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.63 Safari\\/537.36\"'),(26326,6068,'CurrentUserID','0'),(26327,6069,'Attempts','1'),(26328,6069,'ClientIP','\"104.232.3.33\"'),(26329,6069,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"'),(26330,6069,'CurrentUserID','0'),(26331,6070,'Attempts','1'),(26332,6070,'ClientIP','\"176.10.99.203\"'),(26333,6070,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/534.30 (KHTML like Gecko) Chrome\\/12.0.742.112 Safari\\/534.30\"'),(26334,6070,'CurrentUserID','0'),(26335,6071,'Attempts','1'),(26336,6071,'ClientIP','\"160.176.33.82\"'),(26337,6071,'UserAgent','\"\"'),(26338,6071,'CurrentUserID','0'),(26339,6072,'Attempts','1'),(26340,6072,'ClientIP','\"86.90.7.129\"'),(26341,6072,'UserAgent','\"\"'),(26342,6072,'CurrentUserID','0'),(26343,6073,'Attempts','1'),(26344,6073,'ClientIP','\"89.41.248.42\"'),(26345,6073,'UserAgent','\"\"'),(26346,6073,'CurrentUserID','0'),(26347,6074,'Attempts','1'),(26348,6074,'ClientIP','\"197.156.92.33\"'),(26349,6074,'UserAgent','\"\"'),(26350,6074,'CurrentUserID','0'),(26351,6075,'Attempts','1'),(26352,6075,'ClientIP','\"190.214.116.100\"'),(26353,6075,'UserAgent','\"\"'),(26354,6075,'CurrentUserID','0'),(26355,6076,'Attempts','1'),(26356,6076,'ClientIP','\"176.106.227.129\"'),(26357,6076,'UserAgent','\"\"'),(26358,6076,'CurrentUserID','0'),(26359,6077,'Attempts','1'),(26360,6077,'ClientIP','\"185.93.187.49\"'),(26361,6077,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 10.6; Windows NT 6.2; Trident\\/5.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\"'),(26362,6077,'CurrentUserID','0'),(26363,6078,'Attempts','1'),(26364,6078,'ClientIP','\"79.117.195.146\"'),(26365,6078,'UserAgent','\"\"'),(26366,6078,'CurrentUserID','0'),(26367,6079,'Attempts','1'),(26368,6079,'ClientIP','\"95.119.145.187\"'),(26369,6079,'UserAgent','\"\"'),(26370,6079,'CurrentUserID','0'),(26371,6080,'Attempts','1'),(26372,6080,'ClientIP','\"175.136.186.197\"'),(26373,6080,'UserAgent','\"\"'),(26374,6080,'CurrentUserID','0'),(26375,6081,'Attempts','2'),(26376,6081,'ClientIP','\"185.70.187.45\"'),(26377,6081,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 5.1\"'),(26378,6081,'CurrentUserID','0'),(26379,6082,'Attempts','1'),(26380,6082,'ClientIP','\"210.187.82.213\"'),(26381,6082,'UserAgent','\"\"'),(26382,6082,'CurrentUserID','0'),(26383,6083,'Attempts','1'),(26384,6083,'ClientIP','\"117.197.237.122\"'),(26385,6083,'UserAgent','\"\"'),(26386,6083,'CurrentUserID','0'),(26387,6084,'Attempts','1'),(26388,6084,'Username','\"wsaaus15\"'),(26389,6084,'CurrentUserRoles','[\"administrator\"]'),(26390,6084,'ClientIP','\"184.75.250.251\"'),(26391,6084,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26392,6085,'Attempts','1'),(26393,6085,'Username','\"wsaaus15\"'),(26394,6085,'CurrentUserRoles','[\"administrator\"]'),(26395,6085,'ClientIP','\"77.108.48.242\"'),(26396,6085,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26397,6086,'Attempts','1'),(26398,6086,'ClientIP','\"195.228.45.176\"'),(26399,6086,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident\\/6.0)\"'),(26400,6086,'CurrentUserID','0'),(26401,6087,'Attempts','1'),(26402,6087,'Username','\"wsaaus15\"'),(26403,6087,'CurrentUserRoles','[\"administrator\"]'),(26404,6087,'ClientIP','\"62.90.226.45\"'),(26405,6087,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26406,6088,'Attempts','1'),(26407,6088,'ClientIP','\"46.121.251.112\"'),(26408,6088,'UserAgent','\"\"'),(26409,6088,'CurrentUserID','0'),(26410,6089,'Attempts','1'),(26411,6089,'Username','\"wsaaus15\"'),(26412,6089,'CurrentUserRoles','[\"administrator\"]'),(26413,6089,'ClientIP','\"85.235.157.117\"'),(26414,6089,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26415,6090,'Attempts','1'),(26416,6091,'Attempts','1'),(26417,6090,'Username','\"wsaaus15\"'),(26418,6091,'Username','\"wsaaus15\"'),(26419,6090,'CurrentUserRoles','[\"administrator\"]'),(26420,6091,'CurrentUserRoles','[\"administrator\"]'),(26421,6090,'ClientIP','\"5.97.162.27\"'),(26422,6091,'ClientIP','\"89.234.67.10\"'),(26423,6090,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26424,6091,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26425,6092,'Attempts','1'),(26426,6092,'Username','\"wsaaus15\"'),(26427,6092,'CurrentUserRoles','[\"administrator\"]'),(26428,6092,'ClientIP','\"192.64.85.118\"'),(26429,6092,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26430,6093,'Attempts','1'),(26431,6093,'Username','\"wsaaus15\"'),(26432,6093,'CurrentUserRoles','[\"administrator\"]'),(26433,6093,'ClientIP','\"72.9.151.198\"'),(26434,6093,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26435,6094,'Attempts','1'),(26436,6094,'ClientIP','\"5.220.24.117\"'),(26437,6094,'UserAgent','\"\"'),(26438,6094,'CurrentUserID','0'),(26439,6095,'Attempts','1'),(26440,6095,'Username','\"wsaaus15\"'),(26441,6095,'CurrentUserRoles','[\"administrator\"]'),(26442,6095,'ClientIP','\"188.212.123.243\"'),(26443,6095,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26444,6096,'Attempts','1'),(26445,6096,'Username','\"wsaaus15\"'),(26446,6096,'CurrentUserRoles','[\"administrator\"]'),(26447,6096,'ClientIP','\"178.33.255.154\"'),(26448,6096,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26449,6097,'Attempts','1'),(26450,6097,'ClientIP','\"103.26.193.20\"'),(26451,6097,'UserAgent','\"\"'),(26452,6097,'CurrentUserID','0'),(26453,6098,'Attempts','1'),(26454,6098,'Username','\"wsaaus15\"'),(26455,6098,'CurrentUserRoles','[\"administrator\"]'),(26456,6098,'ClientIP','\"77.68.36.190\"'),(26457,6098,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26458,6099,'Attempts','1'),(26459,6099,'ClientIP','\"37.201.166.242\"'),(26460,6099,'UserAgent','\"\"'),(26461,6099,'CurrentUserID','0'),(26462,6100,'Attempts','1'),(26463,6100,'ClientIP','\"176.31.51.199\"'),(26464,6100,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/536.11 (KHTML like Gecko) Chrome\\/20.0.1132.57 Safari\\/536.11\"'),(26465,6100,'CurrentUserID','0'),(26466,6101,'Attempts','1'),(26467,6101,'ClientIP','\"46.32.144.128\"'),(26468,6101,'UserAgent','\"\"'),(26469,6101,'CurrentUserID','0'),(26470,6102,'Attempts','1'),(26471,6102,'Username','\"wsaaus15\"'),(26472,6102,'CurrentUserRoles','[\"administrator\"]'),(26473,6102,'ClientIP','\"58.64.153.54\"'),(26474,6102,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26475,6103,'Attempts','1'),(26476,6103,'ClientIP','\"175.145.230.121\"'),(26477,6103,'UserAgent','\"\"'),(26478,6103,'CurrentUserID','0'),(26479,6104,'Attempts','1'),(26480,6104,'Username','\"wsaaus15\"'),(26481,6104,'CurrentUserRoles','[\"administrator\"]'),(26482,6104,'ClientIP','\"206.212.237.237\"'),(26483,6104,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26484,6105,'Attempts','1'),(26485,6105,'Username','\"wsaaus15\"'),(26486,6105,'CurrentUserRoles','[\"administrator\"]'),(26487,6105,'ClientIP','\"192.185.4.142\"'),(26488,6105,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26489,6106,'Attempts','1'),(26490,6106,'ClientIP','\"192.42.116.16\"'),(26491,6106,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/34.0.1847.116 Safari\\/537.36\"'),(26492,6106,'CurrentUserID','0'),(26493,6107,'Attempts','1'),(26494,6107,'Username','\"wsaaus15\"'),(26495,6107,'CurrentUserRoles','[\"administrator\"]'),(26496,6107,'ClientIP','\"173.233.77.122\"'),(26497,6107,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26498,6108,'Attempts','1'),(26499,6108,'Username','\"wsaaus15\"'),(26500,6108,'CurrentUserRoles','[\"administrator\"]'),(26501,6108,'ClientIP','\"188.165.132.10\"'),(26502,6108,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26503,6109,'Attempts','1'),(26504,6109,'Username','\"wsaaus15\"'),(26505,6109,'CurrentUserRoles','[\"administrator\"]'),(26506,6109,'ClientIP','\"74.81.82.58\"'),(26507,6109,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26508,6110,'Attempts','1'),(26509,6110,'Username','\"wsaaus15\"'),(26510,6110,'CurrentUserRoles','[\"administrator\"]'),(26511,6110,'ClientIP','\"195.138.92.167\"'),(26512,6110,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26513,6111,'Attempts','1'),(26514,6111,'ClientIP','\"174.97.25.9\"'),(26515,6111,'UserAgent','\"\"'),(26516,6111,'CurrentUserID','0'),(26517,6112,'Attempts','1'),(26518,6112,'Username','\"wsaaus15\"'),(26519,6112,'CurrentUserRoles','[\"administrator\"]'),(26520,6112,'ClientIP','\"103.8.25.48\"'),(26521,6112,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26522,6113,'Attempts','1'),(26523,6113,'Username','\"wsaaus15\"'),(26524,6113,'CurrentUserRoles','[\"administrator\"]'),(26525,6113,'ClientIP','\"91.192.193.2\"'),(26526,6113,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26527,6114,'Attempts','1'),(26528,6114,'ClientIP','\"180.70.15.186\"'),(26529,6114,'UserAgent','\"\"'),(26530,6114,'CurrentUserID','0'),(26531,6115,'Attempts','1'),(26532,6115,'Username','\"wsaaus15\"'),(26533,6115,'CurrentUserRoles','[\"administrator\"]'),(26534,6115,'ClientIP','\"195.42.152.7\"'),(26535,6115,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26536,6116,'Attempts','1'),(26537,6116,'ClientIP','\"122.173.221.76\"'),(26538,6116,'UserAgent','\"\"'),(26539,6116,'CurrentUserID','0'),(26540,6117,'Attempts','1'),(26541,6117,'ClientIP','\"120.88.38.93\"'),(26542,6117,'UserAgent','\"\"'),(26543,6117,'CurrentUserID','0'),(26544,6118,'Attempts','1'),(26545,6118,'ClientIP','\"35.0.127.52\"'),(26546,6118,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/534.30 (KHTML like Gecko) Chrome\\/12.0.742.112 Safari\\/534.30\"'),(26547,6118,'CurrentUserID','0'),(26548,6119,'Attempts','1'),(26549,6119,'ClientIP','\"78.158.180.106\"'),(26550,6119,'UserAgent','\"\"'),(26551,6119,'CurrentUserID','0'),(26552,6120,'Attempts','1'),(26553,6120,'ClientIP','\"77.46.202.72\"'),(26554,6120,'UserAgent','\"\"'),(26555,6120,'CurrentUserID','0'),(26556,6121,'Attempts','1'),(26557,6121,'Username','\"wsaaus15\"'),(26558,6121,'CurrentUserRoles','[\"administrator\"]'),(26559,6121,'ClientIP','\"198.46.82.33\"'),(26560,6121,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26561,6122,'Attempts','1'),(26562,6122,'Username','\"wsaaus15\"'),(26563,6122,'CurrentUserRoles','[\"administrator\"]'),(26564,6122,'ClientIP','\"78.129.152.184\"'),(26565,6122,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26566,6123,'Attempts','1'),(26567,6123,'ClientIP','\"77.247.181.165\"'),(26568,6123,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.4 (KHTML like Gecko) Chrome\\/22.0.1229.79 Safari\\/537.4\"'),(26569,6123,'CurrentUserID','0'),(26570,6124,'Attempts','1'),(26571,6124,'Username','\"wsaaus15\"'),(26572,6124,'CurrentUserRoles','[\"administrator\"]'),(26573,6124,'ClientIP','\"103.230.85.76\"'),(26574,6124,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26575,6125,'Attempts','1'),(26576,6125,'Username','\"wsaaus15\"'),(26577,6125,'CurrentUserRoles','[\"administrator\"]'),(26578,6125,'ClientIP','\"141.105.125.215\"'),(26579,6125,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26580,6126,'Attempts','1'),(26581,6126,'Username','\"wsaaus15\"'),(26582,6126,'CurrentUserRoles','[\"administrator\"]'),(26583,6126,'ClientIP','\"91.189.180.17\"'),(26584,6126,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26585,6127,'Attempts','1'),(26586,6127,'Username','\"wsaaus15\"'),(26587,6127,'CurrentUserRoles','[\"administrator\"]'),(26588,6127,'ClientIP','\"168.144.109.12\"'),(26589,6127,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26590,6128,'Attempts','1'),(26591,6128,'Username','\"wsaaus15\"'),(26592,6128,'CurrentUserRoles','[\"administrator\"]'),(26593,6128,'ClientIP','\"209.200.242.74\"'),(26594,6128,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26595,6129,'Attempts','1'),(26596,6129,'Username','\"wsaaus15\"'),(26597,6129,'CurrentUserRoles','[\"administrator\"]'),(26598,6129,'ClientIP','\"178.210.76.71\"'),(26599,6129,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26600,6130,'Attempts','1'),(26601,6130,'ClientIP','\"31.199.169.2\"'),(26602,6130,'UserAgent','\"\"'),(26603,6130,'CurrentUserID','0'),(26604,6131,'Attempts','1'),(26605,6131,'Username','\"wsaaus15\"'),(26606,6131,'CurrentUserRoles','[\"administrator\"]'),(26607,6131,'ClientIP','\"217.115.192.120\"'),(26608,6131,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26609,6132,'Attempts','1'),(26610,6132,'Username','\"wsaaus15\"'),(26611,6132,'CurrentUserRoles','[\"administrator\"]'),(26612,6132,'ClientIP','\"80.101.224.243\"'),(26613,6132,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26614,6133,'Attempts','1'),(26615,6133,'ClientIP','\"77.100.180.106\"'),(26616,6133,'UserAgent','\"\"'),(26617,6133,'CurrentUserID','0'),(26618,6134,'Attempts','1'),(26619,6134,'Username','\"wsaaus15\"'),(26620,6134,'CurrentUserRoles','[\"administrator\"]'),(26621,6134,'ClientIP','\"69.36.181.166\"'),(26622,6134,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26623,6135,'Attempts','1'),(26624,6135,'Username','\"wsaaus15\"'),(26625,6135,'CurrentUserRoles','[\"administrator\"]'),(26626,6135,'ClientIP','\"113.11.250.65\"'),(26627,6135,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26628,6136,'Attempts','1'),(26629,6136,'Username','\"wsaaus15\"'),(26630,6136,'CurrentUserRoles','[\"administrator\"]'),(26631,6136,'ClientIP','\"140.109.24.100\"'),(26632,6136,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26633,6137,'Attempts','1'),(26634,6137,'Username','\"wsaaus15\"'),(26635,6137,'CurrentUserRoles','[\"administrator\"]'),(26636,6137,'ClientIP','\"46.166.176.203\"'),(26637,6137,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26638,6138,'Attempts','1'),(26639,6138,'Username','\"wsaaus15\"'),(26640,6138,'CurrentUserRoles','[\"administrator\"]'),(26641,6138,'ClientIP','\"91.192.37.13\"'),(26642,6138,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26643,6139,'Attempts','1'),(26644,6139,'Username','\"wsaaus15\"'),(26645,6139,'CurrentUserRoles','[\"administrator\"]'),(26646,6139,'ClientIP','\"77.233.236.204\"'),(26647,6139,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26648,6140,'Attempts','1'),(26649,6140,'Username','\"wsaaus15\"'),(26650,6140,'CurrentUserRoles','[\"administrator\"]'),(26651,6140,'ClientIP','\"187.45.240.4\"'),(26652,6140,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26653,6141,'Attempts','1'),(26654,6141,'Username','\"wsaaus15\"'),(26655,6141,'CurrentUserRoles','[\"administrator\"]'),(26656,6141,'ClientIP','\"188.165.118.117\"'),(26657,6141,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26658,6142,'Attempts','1'),(26659,6142,'Username','\"wsaaus15\"'),(26660,6142,'CurrentUserRoles','[\"administrator\"]'),(26661,6142,'ClientIP','\"125.212.241.54\"'),(26662,6142,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26663,6143,'Attempts','1'),(26664,6143,'Username','\"wsaaus15\"'),(26665,6143,'CurrentUserRoles','[\"administrator\"]'),(26666,6143,'ClientIP','\"94.23.225.230\"'),(26667,6143,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26668,6144,'Attempts','2'),(26669,6144,'Username','\"wsaaus15\"'),(26670,6144,'CurrentUserRoles','[\"administrator\"]'),(26671,6144,'ClientIP','\"46.235.47.47\"'),(26672,6144,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26673,6145,'Attempts','1'),(26674,6145,'Username','\"wsaaus15\"'),(26675,6145,'CurrentUserRoles','[\"administrator\"]'),(26676,6145,'ClientIP','\"217.64.202.205\"'),(26677,6145,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26678,6146,'Attempts','1'),(26679,6146,'ClientIP','\"37.57.231.221\"'),(26680,6146,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.0; WOW64; Trident\\/5.0; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729)\"'),(26681,6146,'CurrentUserID','0'),(26682,6147,'Attempts','1'),(26683,6147,'ClientIP','\"213.55.105.97\"'),(26684,6147,'UserAgent','\"\"'),(26685,6147,'CurrentUserID','0'),(26686,6148,'Attempts','1'),(26687,6148,'Username','\"wsaaus15\"'),(26688,6148,'CurrentUserRoles','[\"administrator\"]'),(26689,6148,'ClientIP','\"70.87.162.194\"'),(26690,6148,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26691,6149,'Attempts','1'),(26692,6149,'ClientIP','\"190.234.179.40\"'),(26693,6149,'UserAgent','\"\"'),(26694,6149,'CurrentUserID','0'),(26695,6150,'Attempts','1'),(26696,6150,'Username','\"wsaaus15\"'),(26697,6150,'CurrentUserRoles','[\"administrator\"]'),(26698,6150,'ClientIP','\"109.234.162.130\"'),(26699,6150,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26700,6151,'Attempts','1'),(26701,6151,'ClientIP','\"37.211.95.162\"'),(26702,6151,'UserAgent','\"\"'),(26703,6151,'CurrentUserID','0'),(26704,6152,'Attempts','1'),(26705,6152,'Username','\"wsaaus15\"'),(26706,6152,'CurrentUserRoles','[\"administrator\"]'),(26707,6152,'ClientIP','\"62.4.14.12\"'),(26708,6152,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26709,6153,'Attempts','1'),(26710,6153,'Username','\"wsaaus15\"'),(26711,6153,'CurrentUserRoles','[\"administrator\"]'),(26712,6153,'ClientIP','\"192.185.4.120\"'),(26713,6153,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26714,6154,'Attempts','1'),(26715,6154,'ClientIP','\"39.57.108.163\"'),(26716,6154,'UserAgent','\"\"'),(26717,6154,'CurrentUserID','0'),(26718,6155,'Attempts','1'),(26719,6155,'ClientIP','\"90.31.84.253\"'),(26720,6155,'UserAgent','\"\"'),(26721,6155,'CurrentUserID','0'),(26722,6156,'Attempts','1'),(26723,6156,'Username','\"wsaaus15\"'),(26724,6156,'CurrentUserRoles','[\"administrator\"]'),(26725,6156,'ClientIP','\"193.189.74.44\"'),(26726,6156,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26727,6157,'Attempts','1'),(26728,6157,'Username','\"wsaaus15\"'),(26729,6157,'CurrentUserRoles','[\"administrator\"]'),(26730,6157,'ClientIP','\"192.169.255.4\"'),(26731,6157,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26732,6158,'Attempts','1'),(26733,6158,'Username','\"wsaaus15\"'),(26734,6158,'CurrentUserRoles','[\"administrator\"]'),(26735,6158,'ClientIP','\"35.8.202.24\"'),(26736,6158,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26737,6159,'Attempts','1'),(26738,6159,'ClientIP','\"87.101.151.54\"'),(26739,6159,'UserAgent','\"\"'),(26740,6159,'CurrentUserID','0'),(26741,6160,'Attempts','1'),(26742,6160,'Username','\"wsaaus15\"'),(26743,6160,'CurrentUserRoles','[\"administrator\"]'),(26744,6160,'ClientIP','\"67.210.98.225\"'),(26745,6160,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26746,6161,'Attempts','1'),(26747,6161,'Username','\"wsaaus15\"'),(26748,6161,'CurrentUserRoles','[\"administrator\"]'),(26749,6161,'ClientIP','\"198.57.198.218\"'),(26750,6161,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26751,6162,'Attempts','1'),(26752,6162,'Username','\"wsaaus15\"'),(26753,6162,'CurrentUserRoles','[\"administrator\"]'),(26754,6162,'ClientIP','\"67.222.12.48\"'),(26755,6162,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26756,6163,'Attempts','1'),(26757,6163,'Username','\"wsaaus15\"'),(26758,6163,'CurrentUserRoles','[\"administrator\"]'),(26759,6163,'ClientIP','\"142.4.4.174\"'),(26760,6163,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26761,6164,'Attempts','1'),(26762,6164,'Username','\"wsaaus15\"'),(26763,6164,'CurrentUserRoles','[\"administrator\"]'),(26764,6164,'ClientIP','\"192.232.209.156\"'),(26765,6164,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26766,6165,'Attempts','1'),(26767,6165,'Username','\"wsaaus15\"'),(26768,6165,'CurrentUserRoles','[\"administrator\"]'),(26769,6165,'ClientIP','\"212.110.189.197\"'),(26770,6165,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26771,6166,'Attempts','1'),(26772,6166,'Username','\"wsaaus15\"'),(26773,6166,'CurrentUserRoles','[\"administrator\"]'),(26774,6166,'ClientIP','\"77.77.142.5\"'),(26775,6166,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26776,6167,'Attempts','1'),(26777,6167,'ClientIP','\"103.14.62.63\"'),(26778,6167,'UserAgent','\"\"'),(26779,6167,'CurrentUserID','0'),(26780,6168,'Attempts','1'),(26781,6168,'Username','\"wsaaus15\"'),(26782,6168,'CurrentUserRoles','[\"administrator\"]'),(26783,6168,'ClientIP','\"92.48.81.2\"'),(26784,6168,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26785,6169,'Attempts','1'),(26786,6169,'ClientIP','\"92.87.59.117\"'),(26787,6169,'UserAgent','\"\"'),(26788,6169,'CurrentUserID','0'),(26789,6170,'Attempts','2'),(26790,6170,'ClientIP','\"41.254.9.196\"'),(26791,6170,'UserAgent','\"\"'),(26792,6170,'CurrentUserID','0'),(26793,6171,'Attempts','1'),(26794,6171,'ClientIP','\"213.187.22.167\"'),(26795,6171,'UserAgent','\"\"'),(26796,6171,'CurrentUserID','0'),(26797,6172,'Attempts','1'),(26798,6172,'Username','\"wsaaus15\"'),(26799,6172,'CurrentUserRoles','[\"administrator\"]'),(26800,6172,'ClientIP','\"192.145.239.19\"'),(26801,6172,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26802,6173,'Attempts','1'),(26803,6173,'Username','\"wsaaus15\"'),(26804,6173,'CurrentUserRoles','[\"administrator\"]'),(26805,6173,'ClientIP','\"208.111.39.127\"'),(26806,6173,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26807,6174,'Attempts','1'),(26808,6174,'Username','\"wsaaus15\"'),(26809,6174,'CurrentUserRoles','[\"administrator\"]'),(26810,6174,'ClientIP','\"209.200.229.46\"'),(26811,6174,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26812,6175,'Attempts','1'),(26813,6175,'Username','\"wsaaus15\"'),(26814,6175,'CurrentUserRoles','[\"administrator\"]'),(26815,6175,'ClientIP','\"91.185.186.211\"'),(26816,6175,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26817,6176,'Attempts','1'),(26818,6176,'Username','\"wsaaus15\"'),(26819,6176,'CurrentUserRoles','[\"administrator\"]'),(26820,6176,'ClientIP','\"31.13.217.228\"'),(26821,6176,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26822,6177,'Attempts','1'),(26823,6177,'Username','\"wsaaus15\"'),(26824,6177,'CurrentUserRoles','[\"administrator\"]'),(26825,6177,'ClientIP','\"66.219.106.244\"'),(26826,6177,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26827,6178,'Attempts','1'),(26828,6178,'Username','\"wsaaus15\"'),(26829,6178,'CurrentUserRoles','[\"administrator\"]'),(26830,6178,'ClientIP','\"166.63.125.164\"'),(26831,6178,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26832,6179,'Attempts','1'),(26833,6179,'Username','\"wsaaus15\"'),(26834,6179,'CurrentUserRoles','[\"administrator\"]'),(26835,6179,'ClientIP','\"217.174.252.133\"'),(26836,6179,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26837,6180,'Attempts','1'),(26838,6180,'Username','\"wsaaus15\"'),(26839,6180,'CurrentUserRoles','[\"administrator\"]'),(26840,6180,'ClientIP','\"31.24.36.4\"'),(26841,6180,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26842,6181,'Attempts','1'),(26843,6181,'ClientIP','\"83.39.33.21\"'),(26844,6181,'UserAgent','\"\"'),(26845,6181,'CurrentUserID','0'),(26846,6182,'Attempts','1'),(26847,6182,'ClientIP','\"1.32.77.62\"'),(26848,6182,'UserAgent','\"\"'),(26849,6182,'CurrentUserID','0'),(26850,6183,'Attempts','1'),(26851,6183,'Username','\"wsaaus15\"'),(26852,6183,'CurrentUserRoles','[\"administrator\"]'),(26853,6183,'ClientIP','\"97.79.238.34\"'),(26854,6183,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26855,6184,'Attempts','1'),(26856,6184,'Username','\"wsaaus15\"'),(26857,6184,'CurrentUserRoles','[\"administrator\"]'),(26858,6184,'ClientIP','\"181.41.195.2\"'),(26859,6184,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26860,6185,'Attempts','1'),(26861,6185,'ClientIP','\"91.206.195.222\"'),(26862,6185,'UserAgent','\"\"'),(26863,6185,'CurrentUserID','0'),(26864,6186,'Attempts','1'),(26865,6186,'Username','\"wsaaus15\"'),(26866,6186,'CurrentUserRoles','[\"administrator\"]'),(26867,6186,'ClientIP','\"104.207.224.167\"'),(26868,6186,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26869,6187,'Attempts','1'),(26870,6187,'Username','\"wsaaus15\"'),(26871,6187,'CurrentUserRoles','[\"administrator\"]'),(26872,6187,'ClientIP','\"118.67.209.47\"'),(26873,6187,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26874,6188,'Attempts','1'),(26875,6188,'Username','\"wsaaus15\"'),(26876,6188,'CurrentUserRoles','[\"administrator\"]'),(26877,6188,'ClientIP','\"31.25.96.72\"'),(26878,6188,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26879,6189,'Attempts','1'),(26880,6189,'ClientIP','\"89.249.208.109\"'),(26881,6189,'UserAgent','\"\"'),(26882,6189,'CurrentUserID','0'),(26883,6190,'Attempts','1'),(26884,6190,'Username','\"wsaaus15\"'),(26885,6190,'CurrentUserRoles','[\"administrator\"]'),(26886,6190,'ClientIP','\"66.84.10.44\"'),(26887,6190,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26888,6191,'Attempts','1'),(26889,6191,'Username','\"wsaaus15\"'),(26890,6191,'CurrentUserRoles','[\"administrator\"]'),(26891,6191,'ClientIP','\"109.70.6.50\"'),(26892,6191,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26893,6192,'Attempts','1'),(26894,6192,'ClientIP','\"86.90.128.50\"'),(26895,6192,'UserAgent','\"\"'),(26896,6192,'CurrentUserID','0'),(26897,6193,'Attempts','1'),(26898,6193,'Username','\"wsaaus15\"'),(26899,6193,'CurrentUserRoles','[\"administrator\"]'),(26900,6193,'ClientIP','\"82.144.106.48\"'),(26901,6193,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26902,6194,'Attempts','1'),(26903,6194,'Username','\"wsaaus15\"'),(26904,6194,'CurrentUserRoles','[\"administrator\"]'),(26905,6194,'ClientIP','\"23.91.125.228\"'),(26906,6194,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26907,6195,'Attempts','1'),(26908,6195,'ClientIP','\"88.247.135.241\"'),(26909,6195,'UserAgent','\"\"'),(26910,6195,'CurrentUserID','0'),(26911,6196,'Attempts','1'),(26912,6196,'Username','\"wsaaus15\"'),(26913,6196,'CurrentUserRoles','[\"administrator\"]'),(26914,6196,'ClientIP','\"85.252.49.19\"'),(26915,6196,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26916,6197,'Attempts','1'),(26917,6197,'Username','\"wsaaus15\"'),(26918,6197,'CurrentUserRoles','[\"administrator\"]'),(26919,6197,'ClientIP','\"31.31.73.131\"'),(26920,6197,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26921,6198,'Attempts','1'),(26922,6198,'Username','\"wsaaus15\"'),(26923,6198,'CurrentUserRoles','[\"administrator\"]'),(26924,6198,'ClientIP','\"89.184.72.47\"'),(26925,6198,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26926,6199,'Attempts','1'),(26927,6199,'Username','\"wsaaus15\"'),(26928,6199,'CurrentUserRoles','[\"administrator\"]'),(26929,6199,'ClientIP','\"185.32.188.8\"'),(26930,6199,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26931,6200,'Attempts','1'),(26932,6200,'ClientIP','\"109.92.92.219\"'),(26933,6200,'UserAgent','\"\"'),(26934,6200,'CurrentUserID','0'),(26935,6201,'Attempts','1'),(26936,6201,'Username','\"wsaaus15\"'),(26937,6201,'CurrentUserRoles','[\"administrator\"]'),(26938,6201,'ClientIP','\"198.57.199.56\"'),(26939,6201,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26940,6202,'Attempts','1'),(26941,6202,'Username','\"wsaaus15\"'),(26942,6202,'CurrentUserRoles','[\"administrator\"]'),(26943,6202,'ClientIP','\"79.170.44.141\"'),(26944,6202,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26945,6203,'Attempts','1'),(26946,6203,'Username','\"wsaaus15\"'),(26947,6203,'CurrentUserRoles','[\"administrator\"]'),(26948,6203,'ClientIP','\"46.105.188.34\"'),(26949,6203,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26950,6204,'Attempts','1'),(26951,6204,'ClientIP','\"46.11.124.90\"'),(26952,6204,'UserAgent','\"\"'),(26953,6204,'CurrentUserID','0'),(26954,6205,'Attempts','1'),(26955,6205,'Username','\"wsaaus15\"'),(26956,6205,'CurrentUserRoles','[\"administrator\"]'),(26957,6205,'ClientIP','\"99.198.111.171\"'),(26958,6205,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26959,6206,'Attempts','1'),(26960,6206,'ClientIP','\"122.172.54.175\"'),(26961,6206,'UserAgent','\"\"'),(26962,6206,'CurrentUserID','0'),(26963,6207,'Attempts','1'),(26964,6207,'ClientIP','\"81.244.54.180\"'),(26965,6207,'UserAgent','\"\"'),(26966,6207,'CurrentUserID','0'),(26967,6208,'Attempts','1'),(26968,6208,'Username','\"wsaaus15\"'),(26969,6208,'CurrentUserRoles','[\"administrator\"]'),(26970,6208,'ClientIP','\"192.169.235.219\"'),(26971,6208,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26972,6209,'Attempts','1'),(26973,6209,'Username','\"wsaaus15\"'),(26974,6209,'CurrentUserRoles','[\"administrator\"]'),(26975,6209,'ClientIP','\"93.115.203.82\"'),(26976,6209,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26977,6210,'Attempts','1'),(26978,6210,'ClientIP','\"31.223.129.114\"'),(26979,6210,'UserAgent','\"\"'),(26980,6210,'CurrentUserID','0'),(26981,6211,'Attempts','1'),(26982,6211,'Username','\"wsaaus15\"'),(26983,6211,'CurrentUserRoles','[\"administrator\"]'),(26984,6211,'ClientIP','\"167.114.1.206\"'),(26985,6211,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26986,6212,'Attempts','1'),(26987,6212,'Username','\"wsaaus15\"'),(26988,6212,'CurrentUserRoles','[\"administrator\"]'),(26989,6212,'ClientIP','\"108.170.13.162\"'),(26990,6212,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26991,6213,'Attempts','1'),(26992,6213,'Username','\"wsaaus15\"'),(26993,6213,'CurrentUserRoles','[\"administrator\"]'),(26994,6213,'ClientIP','\"195.130.205.15\"'),(26995,6213,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(26996,6214,'Attempts','1'),(26997,6214,'Username','\"wsaaus15\"'),(26998,6214,'CurrentUserRoles','[\"administrator\"]'),(26999,6214,'ClientIP','\"192.163.243.134\"'),(27000,6214,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27001,6215,'Attempts','1'),(27002,6215,'Username','\"wsaaus15\"'),(27003,6215,'CurrentUserRoles','[\"administrator\"]'),(27004,6215,'ClientIP','\"180.233.120.122\"'),(27005,6215,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27006,6216,'Attempts','1'),(27007,6216,'Username','\"wsaaus15\"'),(27008,6216,'CurrentUserRoles','[\"administrator\"]'),(27009,6216,'ClientIP','\"212.90.148.104\"'),(27010,6216,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27011,6217,'Attempts','1'),(27012,6217,'Username','\"wsaaus15\"'),(27013,6217,'CurrentUserRoles','[\"administrator\"]'),(27014,6217,'ClientIP','\"216.222.194.151\"'),(27015,6217,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27016,6218,'Attempts','1'),(27017,6218,'Username','\"wsaaus15\"'),(27018,6218,'CurrentUserRoles','[\"administrator\"]'),(27019,6218,'ClientIP','\"74.220.215.71\"'),(27020,6218,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(27021,6219,'Attempts','1'),(27022,6219,'Username','\"wsaaus15\"'),(27023,6219,'CurrentUserRoles','[\"administrator\"]'),(27024,6219,'ClientIP','\"81.29.220.16\"'),(27025,6219,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27026,6220,'Attempts','1'),(27027,6220,'Username','\"wsaaus15\"'),(27028,6220,'CurrentUserRoles','[\"administrator\"]'),(27029,6220,'ClientIP','\"219.94.193.210\"'),(27030,6220,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27031,6221,'Attempts','1'),(27032,6221,'Username','\"wsaaus15\"'),(27033,6221,'CurrentUserRoles','[\"administrator\"]'),(27034,6221,'ClientIP','\"71.6.217.86\"'),(27035,6221,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27036,6222,'Attempts','\"10+\"'),(27037,6223,'Attempts','1'),(27038,6222,'Username','\"wsaaus15\"'),(27039,6223,'Username','\"wsaaus15\"'),(27040,6222,'CurrentUserRoles','[\"administrator\"]'),(27041,6223,'CurrentUserRoles','[\"administrator\"]'),(27042,6222,'ClientIP','\"185.70.187.45\"'),(27043,6223,'ClientIP','\"185.70.187.45\"'),(27044,6222,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 5.1\"'),(27045,6223,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 5.1\"'),(27046,6224,'Attempts','1'),(27047,6224,'Username','\"wsaaus15\"'),(27048,6224,'CurrentUserRoles','[\"administrator\"]'),(27049,6224,'ClientIP','\"194.150.236.81\"'),(27050,6224,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27051,6225,'Attempts','1'),(27052,6225,'Username','\"wsaaus15\"'),(27053,6225,'CurrentUserRoles','[\"administrator\"]'),(27054,6225,'ClientIP','\"104.219.251.2\"'),(27055,6225,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27056,6226,'Attempts','1'),(27057,6226,'Username','\"wsaaus15\"'),(27058,6226,'CurrentUserRoles','[\"administrator\"]'),(27059,6226,'ClientIP','\"173.233.86.152\"'),(27060,6226,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27061,6227,'Attempts','1'),(27062,6227,'ClientIP','\"82.221.133.130\"'),(27063,6227,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:2.0b7pre) Gecko\\/20100921 Firefox\\/4.0b7pre\"'),(27064,6227,'CurrentUserID','0'),(27065,6228,'Attempts','1'),(27066,6228,'Username','\"wsaaus15\"'),(27067,6228,'CurrentUserRoles','[\"administrator\"]'),(27068,6228,'ClientIP','\"63.247.93.98\"'),(27069,6228,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27070,6229,'Attempts','1'),(27071,6229,'Username','\"wsaaus15\"'),(27072,6229,'CurrentUserRoles','[\"administrator\"]'),(27073,6229,'ClientIP','\"139.162.3.120\"'),(27074,6229,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27075,6230,'Attempts','1'),(27076,6230,'Username','\"wsaaus15\"'),(27077,6230,'CurrentUserRoles','[\"administrator\"]'),(27078,6230,'ClientIP','\"72.55.168.241\"'),(27079,6230,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27080,6231,'Attempts','2'),(27081,6231,'Username','\"wsaaus15\"'),(27082,6231,'CurrentUserRoles','[\"administrator\"]'),(27083,6231,'ClientIP','\"52.17.98.79\"'),(27084,6231,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(27085,6232,'Attempts','1'),(27086,6232,'ClientIP','\"86.38.203.197\"'),(27087,6232,'UserAgent','\"\"'),(27088,6232,'CurrentUserID','0'),(27089,6233,'Attempts','1'),(27090,6233,'ClientIP','\"93.102.133.137\"'),(27091,6233,'UserAgent','\"\"'),(27092,6233,'CurrentUserID','0'),(27093,6234,'Attempts','1'),(27094,6234,'ClientIP','\"103.252.164.103\"'),(27095,6234,'UserAgent','\"\"'),(27096,6234,'CurrentUserID','0'),(27097,6235,'Attempts','1'),(27098,6235,'Username','\"wsaaus15\"'),(27099,6235,'CurrentUserRoles','[\"administrator\"]'),(27100,6235,'ClientIP','\"93.174.141.44\"'),(27101,6235,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27102,6236,'Attempts','1'),(27103,6236,'ClientIP','\"83.58.210.83\"'),(27104,6236,'UserAgent','\"\"'),(27105,6236,'CurrentUserID','0'),(27106,6237,'Attempts','2'),(27107,6237,'Username','\"wsaaus15\"'),(27108,6237,'CurrentUserRoles','[\"administrator\"]'),(27109,6237,'ClientIP','\"66.49.200.170\"'),(27110,6237,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27111,6238,'Attempts','1'),(27112,6238,'Username','\"wsaaus15\"'),(27113,6238,'CurrentUserRoles','[\"administrator\"]'),(27114,6238,'ClientIP','\"108.179.204.21\"'),(27115,6238,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27116,6239,'Attempts','1'),(27117,6239,'Username','\"wsaaus15\"'),(27118,6239,'CurrentUserRoles','[\"administrator\"]'),(27119,6239,'ClientIP','\"64.22.114.199\"'),(27120,6239,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27121,6240,'Attempts','1'),(27122,6240,'ClientIP','\"180.234.96.106\"'),(27123,6240,'UserAgent','\"\"'),(27124,6240,'CurrentUserID','0'),(27125,6241,'Attempts','1'),(27126,6241,'ClientIP','\"178.220.209.232\"'),(27127,6241,'UserAgent','\"\"'),(27128,6241,'CurrentUserID','0'),(27129,6242,'Attempts','1'),(27130,6242,'Username','\"wsaaus15\"'),(27131,6242,'CurrentUserRoles','[\"administrator\"]'),(27132,6242,'ClientIP','\"212.52.180.85\"'),(27133,6242,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27134,6243,'Attempts','1'),(27135,6243,'Username','\"wsaaus15\"'),(27136,6243,'CurrentUserRoles','[\"administrator\"]'),(27137,6243,'ClientIP','\"67.210.109.220\"'),(27138,6243,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27139,6244,'Attempts','1'),(27140,6244,'Username','\"wsaaus15\"'),(27141,6244,'CurrentUserRoles','[\"administrator\"]'),(27142,6244,'ClientIP','\"204.10.199.135\"'),(27143,6244,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27144,6245,'Attempts','1'),(27145,6245,'Username','\"wsaaus15\"'),(27146,6245,'CurrentUserRoles','[\"administrator\"]'),(27147,6245,'ClientIP','\"46.32.254.59\"'),(27148,6245,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27149,6246,'Attempts','1'),(27150,6246,'Username','\"wsaaus15\"'),(27151,6246,'CurrentUserRoles','[\"administrator\"]'),(27152,6246,'ClientIP','\"46.235.44.12\"'),(27153,6246,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27154,6247,'Attempts','1'),(27155,6247,'Username','\"wsaaus15\"'),(27156,6247,'CurrentUserRoles','[\"administrator\"]'),(27157,6247,'ClientIP','\"162.144.78.63\"'),(27158,6247,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27159,6248,'Attempts','1'),(27160,6248,'ClientIP','\"85.24.215.117\"'),(27161,6248,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.146 Safari\\/537.36\"'),(27162,6248,'CurrentUserID','0'),(27163,6249,'Attempts','1'),(27164,6249,'Username','\"wsaaus15\"'),(27165,6249,'CurrentUserRoles','[\"administrator\"]'),(27166,6249,'ClientIP','\"162.254.255.24\"'),(27167,6249,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27168,6250,'Attempts','1'),(27169,6250,'Username','\"wsaaus15\"'),(27170,6250,'CurrentUserRoles','[\"administrator\"]'),(27171,6250,'ClientIP','\"74.50.118.21\"'),(27172,6250,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27173,6251,'Attempts','1'),(27174,6251,'Username','\"wsaaus15\"'),(27175,6251,'CurrentUserRoles','[\"administrator\"]'),(27176,6251,'ClientIP','\"123.1.151.101\"'),(27177,6251,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27178,6252,'Attempts','1'),(27179,6252,'Username','\"wsaaus15\"'),(27180,6252,'CurrentUserRoles','[\"administrator\"]'),(27181,6252,'ClientIP','\"75.126.186.10\"'),(27182,6252,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27183,6253,'Attempts','1'),(27184,6253,'Username','\"wsaaus15\"'),(27185,6253,'CurrentUserRoles','[\"administrator\"]'),(27186,6253,'ClientIP','\"103.28.39.3\"'),(27187,6253,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27188,6254,'Attempts','1'),(27189,6254,'Username','\"wsaaus15\"'),(27190,6254,'CurrentUserRoles','[\"administrator\"]'),(27191,6254,'ClientIP','\"91.121.176.44\"'),(27192,6254,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27193,6255,'Attempts','1'),(27194,6255,'Username','\"wsaaus15\"'),(27195,6255,'CurrentUserRoles','[\"administrator\"]'),(27196,6255,'ClientIP','\"104.238.124.163\"'),(27197,6255,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27198,6256,'Attempts','2'),(27199,6256,'Username','\"wsaaus15\"'),(27200,6256,'CurrentUserRoles','[\"administrator\"]'),(27201,6256,'ClientIP','\"94.231.108.28\"'),(27202,6256,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27203,6257,'Attempts','1'),(27204,6257,'Username','\"wsaaus15\"'),(27205,6257,'CurrentUserRoles','[\"administrator\"]'),(27206,6257,'ClientIP','\"209.208.75.106\"'),(27207,6257,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27208,6258,'Attempts','1'),(27209,6258,'ClientIP','\"188.138.9.49\"'),(27210,6258,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:2.0b7pre) Gecko\\/20100921 Firefox\\/4.0b7pre\"'),(27211,6258,'CurrentUserID','0'),(27212,6259,'Attempts','1'),(27213,6259,'Username','\"wsaaus15\"'),(27214,6259,'CurrentUserRoles','[\"administrator\"]'),(27215,6259,'ClientIP','\"166.70.181.2\"'),(27216,6259,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27217,6260,'Attempts','1'),(27218,6260,'ClientIP','\"105.210.90.190\"'),(27219,6260,'UserAgent','\"\"'),(27220,6260,'CurrentUserID','0'),(27221,6261,'Attempts','1'),(27222,6261,'Username','\"wsaaus15\"'),(27223,6261,'CurrentUserRoles','[\"administrator\"]'),(27224,6261,'ClientIP','\"194.187.140.2\"'),(27225,6261,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27226,6262,'Attempts','1'),(27227,6262,'Username','\"wsaaus15\"'),(27228,6262,'CurrentUserRoles','[\"administrator\"]'),(27229,6262,'ClientIP','\"72.29.178.3\"'),(27230,6262,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27231,6263,'Attempts','1'),(27232,6263,'Username','\"wsaaus15\"'),(27233,6263,'CurrentUserRoles','[\"administrator\"]'),(27234,6263,'ClientIP','\"54.186.156.19\"'),(27235,6263,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27236,6264,'Attempts','1'),(27237,6264,'ClientIP','\"109.236.166.67\"'),(27238,6264,'UserAgent','\"\"'),(27239,6264,'CurrentUserID','0'),(27240,6265,'Attempts','1'),(27241,6265,'Username','\"wsaaus15\"'),(27242,6265,'CurrentUserRoles','[\"administrator\"]'),(27243,6265,'ClientIP','\"216.117.130.55\"'),(27244,6265,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27245,6266,'Attempts','1'),(27246,6266,'Username','\"wsaaus15\"'),(27247,6266,'CurrentUserRoles','[\"administrator\"]'),(27248,6266,'ClientIP','\"178.48.24.157\"'),(27249,6266,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27250,6267,'Attempts','1'),(27251,6267,'Username','\"wsaaus15\"'),(27252,6267,'CurrentUserRoles','[\"administrator\"]'),(27253,6267,'ClientIP','\"82.194.88.23\"'),(27254,6267,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27255,6268,'Attempts','1'),(27256,6268,'Username','\"wsaaus15\"'),(27257,6268,'CurrentUserRoles','[\"administrator\"]'),(27258,6268,'ClientIP','\"185.68.108.134\"'),(27259,6268,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27260,6269,'Attempts','1'),(27261,6269,'Username','\"wsaaus15\"'),(27262,6269,'CurrentUserRoles','[\"administrator\"]'),(27263,6269,'ClientIP','\"213.189.2.168\"'),(27264,6269,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27265,6270,'Attempts','1'),(27266,6270,'Username','\"wsaaus15\"'),(27267,6270,'CurrentUserRoles','[\"administrator\"]'),(27268,6270,'ClientIP','\"157.7.188.97\"'),(27269,6270,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(27270,6271,'Attempts','1'),(27271,6271,'Username','\"wsaaus15\"'),(27272,6271,'CurrentUserRoles','[\"administrator\"]'),(27273,6271,'ClientIP','\"72.249.76.129\"'),(27274,6271,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27275,6272,'Attempts','1'),(27276,6272,'Username','\"wsaaus15\"'),(27277,6272,'CurrentUserRoles','[\"administrator\"]'),(27278,6272,'ClientIP','\"89.45.249.30\"'),(27279,6272,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27280,6273,'Attempts','1'),(27281,6273,'Username','\"wsaaus15\"'),(27282,6273,'CurrentUserRoles','[\"administrator\"]'),(27283,6273,'ClientIP','\"213.192.241.32\"'),(27284,6273,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27285,6274,'Attempts','1'),(27286,6274,'Username','\"wsaaus15\"'),(27287,6274,'CurrentUserRoles','[\"administrator\"]'),(27288,6274,'ClientIP','\"108.167.186.213\"'),(27289,6274,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27290,6275,'Attempts','1'),(27291,6275,'Username','\"wsaaus15\"'),(27292,6275,'CurrentUserRoles','[\"administrator\"]'),(27293,6275,'ClientIP','\"192.206.5.72\"'),(27294,6275,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27295,6276,'Attempts','1'),(27296,6276,'Username','\"wsaaus15\"'),(27297,6276,'CurrentUserRoles','[\"administrator\"]'),(27298,6276,'ClientIP','\"192.232.212.78\"'),(27299,6276,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27300,6277,'Attempts','1'),(27301,6277,'Username','\"wsaaus15\"'),(27302,6277,'CurrentUserRoles','[\"administrator\"]'),(27303,6277,'ClientIP','\"198.1.93.252\"'),(27304,6277,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27305,6278,'Attempts','1'),(27306,6278,'ClientIP','\"185.99.132.59\"'),(27307,6278,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident\\/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)\"'),(27308,6278,'CurrentUserID','0'),(27309,6279,'Attempts','1'),(27310,6279,'Username','\"wsaaus15\"'),(27311,6279,'CurrentUserRoles','[\"administrator\"]'),(27312,6279,'ClientIP','\"84.51.33.88\"'),(27313,6279,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27314,6280,'Attempts','1'),(27315,6280,'Username','\"wsaaus15\"'),(27316,6280,'CurrentUserRoles','[\"administrator\"]'),(27317,6280,'ClientIP','\"84.40.53.100\"'),(27318,6280,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27319,6281,'Attempts','1'),(27320,6281,'Username','\"wsaaus15\"'),(27321,6281,'CurrentUserRoles','[\"administrator\"]'),(27322,6281,'ClientIP','\"83.223.124.17\"'),(27323,6281,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27324,6282,'Attempts','1'),(27325,6282,'ClientIP','\"46.183.220.132\"'),(27326,6282,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)\"'),(27327,6282,'CurrentUserID','0'),(27328,6283,'Attempts','1'),(27329,6283,'Username','\"wsaaus15\"'),(27330,6283,'CurrentUserRoles','[\"administrator\"]'),(27331,6283,'ClientIP','\"157.7.139.157\"'),(27332,6283,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27333,6284,'Attempts','1'),(27334,6284,'Username','\"wsaaus15\"'),(27335,6284,'CurrentUserRoles','[\"administrator\"]'),(27336,6284,'ClientIP','\"144.76.45.84\"'),(27337,6284,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27338,6285,'Attempts','2'),(27339,6285,'Username','\"wsaaus15\"'),(27340,6285,'CurrentUserRoles','[\"administrator\"]'),(27341,6285,'ClientIP','\"213.212.61.137\"'),(27342,6285,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27343,6286,'Attempts','1'),(27344,6286,'Username','\"wsaaus15\"'),(27345,6286,'CurrentUserRoles','[\"administrator\"]'),(27346,6286,'ClientIP','\"103.8.79.204\"'),(27347,6286,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(27348,6287,'Attempts','1'),(27349,6287,'Username','\"wsaaus15\"'),(27350,6287,'CurrentUserRoles','[\"administrator\"]'),(27351,6287,'ClientIP','\"37.187.133.7\"'),(27352,6287,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27353,6288,'Attempts','1'),(27354,6288,'Username','\"wsaaus15\"'),(27355,6288,'CurrentUserRoles','[\"administrator\"]'),(27356,6288,'ClientIP','\"108.167.186.213\"'),(27357,6288,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27358,6289,'Attempts','1'),(27359,6289,'Username','\"wsaaus15\"'),(27360,6289,'CurrentUserRoles','[\"administrator\"]'),(27361,6289,'ClientIP','\"184.72.113.207\"'),(27362,6289,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27363,6290,'Attempts','1'),(27364,6290,'Username','\"wsaaus15\"'),(27365,6290,'CurrentUserRoles','[\"administrator\"]'),(27366,6290,'ClientIP','\"107.6.24.246\"'),(27367,6290,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27368,6291,'Attempts','1'),(27369,6291,'Username','\"wsaaus15\"'),(27370,6291,'CurrentUserRoles','[\"administrator\"]'),(27371,6291,'ClientIP','\"193.138.125.42\"'),(27372,6291,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27373,6292,'Attempts','2'),(27374,6292,'Username','\"wsaaus15\"'),(27375,6292,'CurrentUserRoles','[\"administrator\"]'),(27376,6292,'ClientIP','\"69.57.190.234\"'),(27377,6292,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27378,6293,'Attempts','1'),(27379,6293,'Username','\"wsaaus15\"'),(27380,6293,'CurrentUserRoles','[\"administrator\"]'),(27381,6293,'ClientIP','\"83.143.218.41\"'),(27382,6293,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27383,6294,'Attempts','1'),(27384,6294,'ClientIP','\"178.220.209.232\"'),(27385,6294,'UserAgent','\"\"'),(27386,6294,'CurrentUserID','0'),(27387,6295,'Attempts','1'),(27388,6295,'Username','\"wsaaus15\"'),(27389,6295,'CurrentUserRoles','[\"administrator\"]'),(27390,6295,'ClientIP','\"216.38.50.222\"'),(27391,6295,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27392,6296,'Attempts','1'),(27393,6296,'Username','\"wsaaus15\"'),(27394,6296,'CurrentUserRoles','[\"administrator\"]'),(27395,6296,'ClientIP','\"184.107.199.146\"'),(27396,6296,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27397,6297,'Attempts','2'),(27398,6297,'Username','\"wsaaus15\"'),(27399,6297,'CurrentUserRoles','[\"administrator\"]'),(27400,6297,'ClientIP','\"66.84.9.20\"'),(27401,6297,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27402,6298,'Attempts','1'),(27403,6298,'Username','\"wsaaus15\"'),(27404,6298,'CurrentUserRoles','[\"administrator\"]'),(27405,6298,'ClientIP','\"149.202.100.34\"'),(27406,6298,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27407,6299,'Attempts','1'),(27408,6299,'Username','\"wsaaus15\"'),(27409,6299,'CurrentUserRoles','[\"administrator\"]'),(27410,6299,'ClientIP','\"46.20.42.234\"'),(27411,6299,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27412,6300,'Attempts','1'),(27413,6300,'Username','\"wsaaus15\"'),(27414,6300,'CurrentUserRoles','[\"administrator\"]'),(27415,6300,'ClientIP','\"64.156.26.150\"'),(27416,6300,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27417,6301,'Attempts','1'),(27418,6301,'Username','\"wsaaus15\"'),(27419,6301,'CurrentUserRoles','[\"administrator\"]'),(27420,6301,'ClientIP','\"201.238.215.219\"'),(27421,6301,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27422,6302,'Attempts','1'),(27423,6302,'Username','\"wsaaus15\"'),(27424,6302,'CurrentUserRoles','[\"administrator\"]'),(27425,6302,'ClientIP','\"110.74.147.82\"'),(27426,6302,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27427,6303,'Attempts','1'),(27428,6303,'Username','\"wsaaus15\"'),(27429,6303,'CurrentUserRoles','[\"administrator\"]'),(27430,6303,'ClientIP','\"202.75.56.132\"'),(27431,6303,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27432,6304,'Attempts','2'),(27433,6304,'Username','\"wsaaus15\"'),(27434,6304,'CurrentUserRoles','[\"administrator\"]'),(27435,6304,'ClientIP','\"198.1.79.36\"'),(27436,6304,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27437,6305,'Attempts','1'),(27438,6305,'Username','\"wsaaus15\"'),(27439,6305,'CurrentUserRoles','[\"administrator\"]'),(27440,6305,'ClientIP','\"50.62.76.52\"'),(27441,6305,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27442,6306,'Attempts','2'),(27443,6306,'Username','\"wsaaus15\"'),(27444,6306,'CurrentUserRoles','[\"administrator\"]'),(27445,6306,'ClientIP','\"37.59.26.74\"'),(27446,6306,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(27447,6307,'Attempts','1'),(27448,6307,'Username','\"wsaaus15\"'),(27449,6307,'CurrentUserRoles','[\"administrator\"]'),(27450,6307,'ClientIP','\"62.210.249.22\"'),(27451,6307,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27452,6308,'Attempts','1'),(27453,6308,'Username','\"wsaaus15\"'),(27454,6308,'CurrentUserRoles','[\"administrator\"]'),(27455,6308,'ClientIP','\"142.4.10.133\"'),(27456,6308,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27457,6309,'Attempts','1'),(27458,6309,'Username','\"wsaaus15\"'),(27459,6309,'CurrentUserRoles','[\"administrator\"]'),(27460,6309,'ClientIP','\"91.231.179.33\"'),(27461,6309,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27462,6310,'Attempts','1'),(27463,6310,'Username','\"wsaaus15\"'),(27464,6310,'CurrentUserRoles','[\"administrator\"]'),(27465,6310,'ClientIP','\"208.43.193.211\"'),(27466,6310,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27467,6311,'Attempts','1'),(27468,6311,'ClientIP','\"79.178.165.225\"'),(27469,6311,'UserAgent','\"\"'),(27470,6311,'CurrentUserID','0'),(27471,6312,'Attempts','1'),(27472,6312,'Username','\"wsaaus15\"'),(27473,6312,'CurrentUserRoles','[\"administrator\"]'),(27474,6312,'ClientIP','\"87.106.94.82\"'),(27475,6312,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27476,6313,'Attempts','1'),(27477,6313,'Username','\"wsaaus15\"'),(27478,6313,'CurrentUserRoles','[\"administrator\"]'),(27479,6313,'ClientIP','\"75.126.119.99\"'),(27480,6313,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27481,6314,'Attempts','2'),(27482,6314,'Username','\"wsaaus15\"'),(27483,6314,'CurrentUserRoles','[\"administrator\"]'),(27484,6314,'ClientIP','\"83.217.253.181\"'),(27485,6314,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27486,6315,'Attempts','1'),(27487,6315,'Username','\"wsaaus15\"'),(27488,6315,'CurrentUserRoles','[\"administrator\"]'),(27489,6315,'ClientIP','\"174.122.24.210\"'),(27490,6315,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27491,6316,'Attempts','1'),(27492,6316,'ClientIP','\"109.92.171.4\"'),(27493,6316,'UserAgent','\"\"'),(27494,6316,'CurrentUserID','0'),(27495,6317,'Attempts','1'),(27496,6317,'ClientIP','\"41.150.155.36\"'),(27497,6317,'UserAgent','\"\"'),(27498,6317,'CurrentUserID','0'),(27499,6318,'Attempts','1'),(27500,6318,'ClientIP','\"49.204.118.150\"'),(27501,6318,'UserAgent','\"\"'),(27502,6318,'CurrentUserID','0'),(27503,6319,'Attempts','1'),(27504,6319,'Username','\"wsaaus15\"'),(27505,6319,'CurrentUserRoles','[\"administrator\"]'),(27506,6319,'ClientIP','\"83.166.166.144\"'),(27507,6319,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27508,6320,'Attempts','1'),(27509,6320,'ClientIP','\"114.79.174.196\"'),(27510,6320,'UserAgent','\"\"'),(27511,6320,'CurrentUserID','0'),(27512,6321,'Attempts','1'),(27513,6321,'Username','\"wsaaus15\"'),(27514,6321,'CurrentUserRoles','[\"administrator\"]'),(27515,6321,'ClientIP','\"64.187.225.30\"'),(27516,6321,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27517,6322,'Attempts','1'),(27518,6322,'Username','\"wsaaus15\"'),(27519,6322,'CurrentUserRoles','[\"administrator\"]'),(27520,6322,'ClientIP','\"88.80.189.11\"'),(27521,6322,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27522,6323,'Attempts','1'),(27523,6323,'Username','\"wsaaus15\"'),(27524,6323,'CurrentUserRoles','[\"administrator\"]'),(27525,6323,'ClientIP','\"198.12.157.244\"'),(27526,6323,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27527,6324,'Attempts','1'),(27528,6324,'Username','\"wsaaus15\"'),(27529,6324,'CurrentUserRoles','[\"administrator\"]'),(27530,6324,'ClientIP','\"209.59.163.34\"'),(27531,6324,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27532,6325,'Attempts','1'),(27533,6325,'Username','\"wsaaus15\"'),(27534,6325,'CurrentUserRoles','[\"administrator\"]'),(27535,6325,'ClientIP','\"89.30.48.208\"'),(27536,6325,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27537,6326,'Attempts','1'),(27538,6326,'ClientIP','\"202.21.181.117\"'),(27539,6326,'UserAgent','\"\"'),(27540,6326,'CurrentUserID','0'),(27541,6327,'Attempts','1'),(27542,6327,'Username','\"wsaaus15\"'),(27543,6327,'CurrentUserRoles','[\"administrator\"]'),(27544,6327,'ClientIP','\"69.93.190.210\"'),(27545,6327,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27546,6328,'Attempts','2'),(27547,6328,'Username','\"wsaaus15\"'),(27548,6328,'CurrentUserRoles','[\"administrator\"]'),(27549,6328,'ClientIP','\"63.247.87.242\"'),(27550,6328,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27551,6329,'Attempts','1'),(27552,6329,'Username','\"wsaaus15\"'),(27553,6329,'CurrentUserRoles','[\"administrator\"]'),(27554,6329,'ClientIP','\"194.105.250.18\"'),(27555,6329,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27556,6330,'Attempts','1'),(27557,6330,'Username','\"wsaaus15\"'),(27558,6330,'CurrentUserRoles','[\"administrator\"]'),(27559,6330,'ClientIP','\"192.254.211.139\"'),(27560,6330,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27561,6331,'Attempts','1'),(27562,6331,'Username','\"wsaaus15\"'),(27563,6331,'CurrentUserRoles','[\"administrator\"]'),(27564,6331,'ClientIP','\"74.200.11.178\"'),(27565,6331,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27566,6332,'Attempts','1'),(27567,6332,'Username','\"wsaaus15\"'),(27568,6332,'CurrentUserRoles','[\"administrator\"]'),(27569,6332,'ClientIP','\"162.219.248.56\"'),(27570,6332,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27571,6333,'Attempts','1'),(27572,6333,'Username','\"wsaaus15\"'),(27573,6333,'CurrentUserRoles','[\"administrator\"]'),(27574,6333,'ClientIP','\"37.59.108.189\"'),(27575,6333,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27576,6334,'Attempts','1'),(27577,6334,'Username','\"wsaaus15\"'),(27578,6334,'CurrentUserRoles','[\"administrator\"]'),(27579,6334,'ClientIP','\"62.210.99.239\"'),(27580,6334,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27581,6335,'Attempts','1'),(27582,6335,'Username','\"wsaaus15\"'),(27583,6335,'CurrentUserRoles','[\"administrator\"]'),(27584,6335,'ClientIP','\"72.47.239.27\"'),(27585,6335,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27586,6336,'Attempts','1'),(27587,6336,'ClientIP','\"190.234.179.40\"'),(27588,6336,'UserAgent','\"\"'),(27589,6336,'CurrentUserID','0'),(27590,6337,'Attempts','1'),(27591,6337,'Username','\"wsaaus15\"'),(27592,6337,'CurrentUserRoles','[\"administrator\"]'),(27593,6337,'ClientIP','\"5.39.70.65\"'),(27594,6337,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27595,6338,'Attempts','1'),(27596,6338,'Username','\"wsaaus15\"'),(27597,6338,'CurrentUserRoles','[\"administrator\"]'),(27598,6338,'ClientIP','\"212.180.23.225\"'),(27599,6338,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27600,6339,'Attempts','1'),(27601,6339,'Username','\"wsaaus15\"'),(27602,6339,'CurrentUserRoles','[\"administrator\"]'),(27603,6339,'ClientIP','\"216.14.120.110\"'),(27604,6339,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27605,6340,'Attempts','1'),(27606,6340,'Username','\"wsaaus15\"'),(27607,6340,'CurrentUserRoles','[\"administrator\"]'),(27608,6340,'ClientIP','\"94.102.214.109\"'),(27609,6340,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27610,6341,'Attempts','1'),(27611,6341,'Username','\"wsaaus15\"'),(27612,6341,'CurrentUserRoles','[\"administrator\"]'),(27613,6341,'ClientIP','\"75.126.30.20\"'),(27614,6341,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(27615,6342,'Attempts','1'),(27616,6342,'Username','\"wsaaus15\"'),(27617,6342,'CurrentUserRoles','[\"administrator\"]'),(27618,6342,'ClientIP','\"46.235.44.121\"'),(27619,6342,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27620,6343,'Attempts','1'),(27621,6343,'Username','\"wsaaus15\"'),(27622,6343,'CurrentUserRoles','[\"administrator\"]'),(27623,6343,'ClientIP','\"46.235.10.68\"'),(27624,6343,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27625,6344,'Attempts','1'),(27626,6344,'Username','\"wsaaus15\"'),(27627,6344,'CurrentUserRoles','[\"administrator\"]'),(27628,6344,'ClientIP','\"198.1.123.207\"'),(27629,6344,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27630,6345,'Attempts','1'),(27631,6345,'Username','\"wsaaus15\"'),(27632,6345,'CurrentUserRoles','[\"administrator\"]'),(27633,6345,'ClientIP','\"178.63.16.7\"'),(27634,6345,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27635,6346,'Attempts','1'),(27636,6346,'Username','\"wsaaus15\"'),(27637,6346,'CurrentUserRoles','[\"administrator\"]'),(27638,6346,'ClientIP','\"69.73.135.160\"'),(27639,6346,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27640,6347,'Attempts','1'),(27641,6348,'Attempts','1'),(27642,6348,'Username','\"wsaaus15\"'),(27643,6347,'Username','\"wsaaus15\"'),(27644,6347,'CurrentUserRoles','[\"administrator\"]'),(27645,6348,'CurrentUserRoles','[\"administrator\"]'),(27646,6347,'ClientIP','\"174.141.228.133\"'),(27647,6348,'ClientIP','\"97.107.137.171\"'),(27648,6347,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27649,6348,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27650,6349,'Attempts','1'),(27651,6349,'ClientIP','\"124.104.218.203\"'),(27652,6349,'UserAgent','\"\"'),(27653,6349,'CurrentUserID','0'),(27654,6350,'Attempts','1'),(27655,6350,'Username','\"wsaaus15\"'),(27656,6350,'CurrentUserRoles','[\"administrator\"]'),(27657,6350,'ClientIP','\"185.18.80.57\"'),(27658,6350,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27659,6351,'Attempts','1'),(27660,6351,'Username','\"wsaaus15\"'),(27661,6351,'CurrentUserRoles','[\"administrator\"]'),(27662,6351,'ClientIP','\"54.197.37.52\"'),(27663,6351,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27664,6352,'Attempts','1'),(27665,6352,'Username','\"wsaaus15\"'),(27666,6352,'CurrentUserRoles','[\"administrator\"]'),(27667,6352,'ClientIP','\"67.210.98.220\"'),(27668,6352,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27669,6353,'Attempts','1'),(27670,6353,'ClientIP','\"78.60.191.24\"'),(27671,6353,'UserAgent','\"\"'),(27672,6353,'CurrentUserID','0'),(27673,6354,'Attempts','1'),(27674,6354,'Username','\"wsaaus15\"'),(27675,6354,'CurrentUserRoles','[\"administrator\"]'),(27676,6354,'ClientIP','\"59.188.249.4\"'),(27677,6354,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27678,6355,'Attempts','1'),(27679,6355,'Username','\"wsaaus15\"'),(27680,6355,'CurrentUserRoles','[\"administrator\"]'),(27681,6355,'ClientIP','\"93.186.201.218\"'),(27682,6355,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27683,6356,'Attempts','1'),(27684,6356,'Username','\"wsaaus15\"'),(27685,6356,'CurrentUserRoles','[\"administrator\"]'),(27686,6356,'ClientIP','\"216.97.239.130\"'),(27687,6356,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27688,6357,'Attempts','1'),(27689,6357,'Username','\"wsaaus15\"'),(27690,6357,'CurrentUserRoles','[\"administrator\"]'),(27691,6357,'ClientIP','\"184.170.149.34\"'),(27692,6357,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27693,6358,'Attempts','1'),(27694,6358,'Username','\"wsaaus15\"'),(27695,6358,'CurrentUserRoles','[\"administrator\"]'),(27696,6358,'ClientIP','\"91.189.180.21\"'),(27697,6358,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27698,6359,'Attempts','1'),(27699,6359,'Username','\"wsaaus15\"'),(27700,6359,'CurrentUserRoles','[\"administrator\"]'),(27701,6359,'ClientIP','\"96.30.48.109\"'),(27702,6359,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27703,6360,'Attempts','1'),(27704,6360,'Username','\"wsaaus15\"'),(27705,6360,'CurrentUserRoles','[\"administrator\"]'),(27706,6360,'ClientIP','\"92.48.101.111\"'),(27707,6360,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(27708,6361,'Attempts','1'),(27709,6361,'ClientIP','\"217.131.219.53\"'),(27710,6361,'UserAgent','\"\"'),(27711,6361,'CurrentUserID','0'),(27712,6362,'Attempts','1'),(27713,6362,'ClientIP','\"182.190.82.172\"'),(27714,6362,'UserAgent','\"\"'),(27715,6362,'CurrentUserID','0'),(27716,6363,'Attempts','1'),(27717,6363,'Username','\"wsaaus15\"'),(27718,6363,'CurrentUserRoles','[\"administrator\"]'),(27719,6363,'ClientIP','\"176.28.9.237\"'),(27720,6363,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27721,6364,'Attempts','1'),(27722,6364,'Username','\"wsaaus15\"'),(27723,6364,'CurrentUserRoles','[\"administrator\"]'),(27724,6364,'ClientIP','\"69.51.204.242\"'),(27725,6364,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27726,6365,'Attempts','1'),(27727,6365,'Username','\"wsaaus15\"'),(27728,6365,'CurrentUserRoles','[\"administrator\"]'),(27729,6365,'ClientIP','\"140.116.37.12\"'),(27730,6365,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27731,6366,'Attempts','1'),(27732,6366,'Username','\"wsaaus15\"'),(27733,6366,'CurrentUserRoles','[\"administrator\"]'),(27734,6366,'ClientIP','\"204.197.254.88\"'),(27735,6366,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27736,6367,'Attempts','1'),(27737,6367,'Username','\"wsaaus15\"'),(27738,6367,'CurrentUserRoles','[\"administrator\"]'),(27739,6367,'ClientIP','\"37.187.179.119\"'),(27740,6367,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27741,6368,'Attempts','1'),(27742,6368,'Username','\"wsaaus15\"'),(27743,6368,'CurrentUserRoles','[\"administrator\"]'),(27744,6368,'ClientIP','\"194.167.55.216\"'),(27745,6368,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27746,6369,'Attempts','1'),(27747,6369,'Username','\"wsaaus15\"'),(27748,6369,'CurrentUserRoles','[\"administrator\"]'),(27749,6369,'ClientIP','\"87.118.140.49\"'),(27750,6369,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27751,6370,'Attempts','1'),(27752,6370,'Username','\"wsaaus15\"'),(27753,6370,'CurrentUserRoles','[\"administrator\"]'),(27754,6370,'ClientIP','\"104.207.226.103\"'),(27755,6370,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27756,6371,'Attempts','1'),(27757,6371,'Username','\"wsaaus15\"'),(27758,6371,'CurrentUserRoles','[\"administrator\"]'),(27759,6371,'ClientIP','\"72.29.178.3\"'),(27760,6371,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27761,6372,'Attempts','1'),(27762,6372,'Username','\"wsaaus15\"'),(27763,6372,'CurrentUserRoles','[\"administrator\"]'),(27764,6372,'ClientIP','\"216.172.179.85\"'),(27765,6372,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27766,6373,'Attempts','1'),(27767,6373,'Username','\"wsaaus15\"'),(27768,6373,'CurrentUserRoles','[\"administrator\"]'),(27769,6373,'ClientIP','\"54.241.153.13\"'),(27770,6373,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27771,6374,'Attempts','1'),(27772,6374,'Username','\"wsaaus15\"'),(27773,6374,'CurrentUserRoles','[\"administrator\"]'),(27774,6374,'ClientIP','\"198.24.160.250\"'),(27775,6374,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27776,6375,'Attempts','1'),(27777,6375,'Username','\"wsaaus15\"'),(27778,6375,'CurrentUserRoles','[\"administrator\"]'),(27779,6375,'ClientIP','\"159.253.133.74\"'),(27780,6375,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27781,6376,'Attempts','1'),(27782,6376,'Username','\"wsaaus15\"'),(27783,6376,'CurrentUserRoles','[\"administrator\"]'),(27784,6376,'ClientIP','\"190.144.91.251\"'),(27785,6376,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27786,6377,'Attempts','1'),(27787,6377,'Username','\"wsaaus15\"'),(27788,6377,'CurrentUserRoles','[\"administrator\"]'),(27789,6377,'ClientIP','\"62.149.143.141\"'),(27790,6377,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(27791,6378,'Attempts','1'),(27792,6378,'Username','\"wsaaus15\"'),(27793,6378,'CurrentUserRoles','[\"administrator\"]'),(27794,6378,'ClientIP','\"192.157.221.244\"'),(27795,6378,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27796,6379,'Attempts','1'),(27797,6379,'Username','\"wsaaus15\"'),(27798,6379,'CurrentUserRoles','[\"administrator\"]'),(27799,6379,'ClientIP','\"67.207.152.201\"'),(27800,6379,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27801,6380,'Attempts','1'),(27802,6380,'ClientIP','\"31.63.181.119\"'),(27803,6380,'UserAgent','\"\"'),(27804,6380,'CurrentUserID','0'),(27805,6381,'Attempts','1'),(27806,6381,'ClientIP','\"112.134.32.63\"'),(27807,6381,'UserAgent','\"\"'),(27808,6381,'CurrentUserID','0'),(27809,6382,'Attempts','1'),(27810,6382,'Username','\"wsaaus15\"'),(27811,6382,'CurrentUserRoles','[\"administrator\"]'),(27812,6382,'ClientIP','\"176.31.252.11\"'),(27813,6382,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27814,6383,'Attempts','1'),(27815,6383,'Username','\"wsaaus15\"'),(27816,6383,'CurrentUserRoles','[\"administrator\"]'),(27817,6383,'ClientIP','\"95.211.217.81\"'),(27818,6383,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27819,6384,'Attempts','1'),(27820,6384,'Username','\"wsaaus15\"'),(27821,6384,'CurrentUserRoles','[\"administrator\"]'),(27822,6384,'ClientIP','\"184.173.98.139\"'),(27823,6384,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27824,6385,'Attempts','1'),(27825,6385,'Username','\"wsaaus15\"'),(27826,6385,'CurrentUserRoles','[\"administrator\"]'),(27827,6385,'ClientIP','\"192.99.100.176\"'),(27828,6385,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27829,6386,'Attempts','2'),(27830,6386,'Username','\"wsaaus15\"'),(27831,6386,'CurrentUserRoles','[\"administrator\"]'),(27832,6386,'ClientIP','\"72.46.139.186\"'),(27833,6386,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27834,6387,'Attempts','1'),(27835,6387,'Username','\"wsaaus15\"'),(27836,6387,'CurrentUserRoles','[\"administrator\"]'),(27837,6387,'ClientIP','\"107.161.183.50\"'),(27838,6387,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27839,6388,'Attempts','1'),(27840,6388,'ClientIP','\"93.115.95.204\"'),(27841,6388,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.63 Safari\\/537.36\"'),(27842,6388,'CurrentUserID','0'),(27843,6389,'Attempts','1'),(27844,6389,'Username','\"wsaaus15\"'),(27845,6389,'CurrentUserRoles','[\"administrator\"]'),(27846,6389,'ClientIP','\"190.0.226.154\"'),(27847,6389,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27848,6390,'Attempts','1'),(27849,6390,'ClientIP','\"39.35.8.241\"'),(27850,6390,'UserAgent','\"\"'),(27851,6390,'CurrentUserID','0'),(27852,6391,'Attempts','1'),(27853,6391,'Username','\"wsaaus15\"'),(27854,6391,'CurrentUserRoles','[\"administrator\"]'),(27855,6391,'ClientIP','\"213.171.218.213\"'),(27856,6391,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27857,6392,'Attempts','1'),(27858,6392,'Username','\"wsaaus15\"'),(27859,6392,'CurrentUserRoles','[\"administrator\"]'),(27860,6392,'ClientIP','\"199.115.124.171\"'),(27861,6392,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27862,6393,'Attempts','2'),(27863,6393,'Username','\"wsaaus15\"'),(27864,6393,'CurrentUserRoles','[\"administrator\"]'),(27865,6393,'ClientIP','\"198.1.124.184\"'),(27866,6393,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27867,6394,'Attempts','1'),(27868,6394,'Username','\"wsaaus15\"'),(27869,6394,'CurrentUserRoles','[\"administrator\"]'),(27870,6394,'ClientIP','\"209.200.232.60\"'),(27871,6394,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27872,6395,'Attempts','1'),(27873,6395,'Username','\"wsaaus15\"'),(27874,6395,'CurrentUserRoles','[\"administrator\"]'),(27875,6395,'ClientIP','\"198.20.231.65\"'),(27876,6395,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27877,6396,'Attempts','1'),(27878,6396,'Username','\"wsaaus15\"'),(27879,6396,'CurrentUserRoles','[\"administrator\"]'),(27880,6396,'ClientIP','\"119.110.97.142\"'),(27881,6396,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27882,6397,'Attempts','1'),(27883,6397,'Username','\"wsaaus15\"'),(27884,6397,'CurrentUserRoles','[\"administrator\"]'),(27885,6397,'ClientIP','\"93.89.225.19\"'),(27886,6397,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27887,6398,'Attempts','1'),(27888,6398,'ClientIP','\"121.54.58.128\"'),(27889,6398,'UserAgent','\"\"'),(27890,6398,'CurrentUserID','0'),(27891,6399,'Attempts','1'),(27892,6399,'ClientIP','\"176.10.99.200\"'),(27893,6399,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/32.0.1700.102 Safari\\/537.36\"'),(27894,6399,'CurrentUserID','0'),(27895,6400,'Attempts','1'),(27896,6400,'ClientIP','\"82.73.102.96\"'),(27897,6400,'UserAgent','\"\"'),(27898,6400,'CurrentUserID','0'),(27899,6401,'Attempts','1'),(27900,6401,'ClientIP','\"95.148.32.105\"'),(27901,6401,'UserAgent','\"\"'),(27902,6401,'CurrentUserID','0'),(27903,6402,'Attempts','1'),(27904,6402,'Username','\"wsaaus15\"'),(27905,6402,'CurrentUserRoles','[\"administrator\"]'),(27906,6402,'ClientIP','\"65.254.36.210\"'),(27907,6402,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27908,6403,'Attempts','1'),(27909,6403,'Username','\"wsaaus15\"'),(27910,6403,'CurrentUserRoles','[\"administrator\"]'),(27911,6403,'ClientIP','\"158.69.52.78\"'),(27912,6403,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27913,6404,'Attempts','1'),(27914,6404,'Username','\"wsaaus15\"'),(27915,6404,'CurrentUserRoles','[\"administrator\"]'),(27916,6404,'ClientIP','\"198.154.228.200\"'),(27917,6404,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27918,6405,'Attempts','1'),(27919,6405,'Username','\"wsaaus15\"'),(27920,6405,'CurrentUserRoles','[\"administrator\"]'),(27921,6405,'ClientIP','\"213.171.218.141\"'),(27922,6405,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27923,6406,'Attempts','1'),(27924,6406,'ClientIP','\"162.247.72.216\"'),(27925,6406,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"'),(27926,6406,'CurrentUserID','0'),(27927,6407,'Attempts','1'),(27928,6407,'Username','\"wsaaus15\"'),(27929,6407,'CurrentUserRoles','[\"administrator\"]'),(27930,6407,'ClientIP','\"74.200.203.138\"'),(27931,6407,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27932,6408,'Attempts','1'),(27933,6408,'Username','\"wsaaus15\"'),(27934,6408,'CurrentUserRoles','[\"administrator\"]'),(27935,6408,'ClientIP','\"216.224.178.110\"'),(27936,6408,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27937,6409,'Attempts','1'),(27938,6409,'Username','\"wsaaus15\"'),(27939,6409,'CurrentUserRoles','[\"administrator\"]'),(27940,6409,'ClientIP','\"103.16.141.171\"'),(27941,6409,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27942,6410,'Attempts','1'),(27943,6410,'ClientIP','\"121.245.127.68\"'),(27944,6410,'UserAgent','\"\"'),(27945,6410,'CurrentUserID','0'),(27946,6411,'Attempts','1'),(27947,6411,'Username','\"wsaaus15\"'),(27948,6411,'CurrentUserRoles','[\"administrator\"]'),(27949,6411,'ClientIP','\"185.85.191.11\"'),(27950,6411,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27951,6412,'Attempts','1'),(27952,6412,'Username','\"wsaaus15\"'),(27953,6412,'CurrentUserRoles','[\"administrator\"]'),(27954,6412,'ClientIP','\"46.38.226.12\"'),(27955,6412,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27956,6413,'Attempts','1'),(27957,6413,'Username','\"wsaaus15\"'),(27958,6413,'CurrentUserRoles','[\"administrator\"]'),(27959,6413,'ClientIP','\"89.184.76.127\"'),(27960,6413,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27961,6414,'Attempts','1'),(27962,6414,'Username','\"wsaaus15\"'),(27963,6414,'CurrentUserRoles','[\"administrator\"]'),(27964,6414,'ClientIP','\"196.41.123.237\"'),(27965,6414,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27966,6415,'Attempts','1'),(27967,6415,'Username','\"wsaaus15\"'),(27968,6415,'CurrentUserRoles','[\"administrator\"]'),(27969,6415,'ClientIP','\"176.10.114.135\"'),(27970,6415,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27971,6416,'Attempts','1'),(27972,6416,'Username','\"wsaaus15\"'),(27973,6416,'CurrentUserRoles','[\"administrator\"]'),(27974,6416,'ClientIP','\"194.116.202.145\"'),(27975,6416,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27976,6417,'Attempts','1'),(27977,6417,'ClientIP','\"160.177.63.121\"'),(27978,6417,'UserAgent','\"\"'),(27979,6417,'CurrentUserID','0'),(27980,6418,'Attempts','1'),(27981,6418,'Username','\"wsaaus15\"'),(27982,6418,'CurrentUserRoles','[\"administrator\"]'),(27983,6418,'ClientIP','\"185.53.129.240\"'),(27984,6418,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27985,6419,'Attempts','1'),(27986,6419,'Username','\"wsaaus15\"'),(27987,6419,'CurrentUserRoles','[\"administrator\"]'),(27988,6419,'ClientIP','\"176.31.105.136\"'),(27989,6419,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27990,6420,'Attempts','1'),(27991,6420,'ClientIP','\"89.205.6.58\"'),(27992,6420,'UserAgent','\"\"'),(27993,6420,'CurrentUserID','0'),(27994,6421,'Attempts','1'),(27995,6421,'Username','\"wsaaus15\"'),(27996,6421,'CurrentUserRoles','[\"administrator\"]'),(27997,6421,'ClientIP','\"192.163.237.52\"'),(27998,6421,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(27999,6422,'Attempts','1'),(28000,6422,'Username','\"wsaaus15\"'),(28001,6422,'CurrentUserRoles','[\"administrator\"]'),(28002,6422,'ClientIP','\"5.179.27.130\"'),(28003,6422,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28004,6423,'Attempts','1'),(28005,6423,'ClientIP','\"85.24.215.117\"'),(28006,6423,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/34.0.1847.131 Safari\\/537.36\"'),(28007,6423,'CurrentUserID','0'),(28008,6424,'Attempts','2'),(28009,6424,'Username','\"wsaaus15\"'),(28010,6424,'CurrentUserRoles','[\"administrator\"]'),(28011,6424,'ClientIP','\"46.32.229.102\"'),(28012,6424,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28013,6425,'Attempts','1'),(28014,6425,'ClientIP','\"77.46.202.72\"'),(28015,6425,'UserAgent','\"\"'),(28016,6425,'CurrentUserID','0'),(28017,6426,'Attempts','1'),(28018,6426,'Username','\"wsaaus15\"'),(28019,6426,'CurrentUserRoles','[\"administrator\"]'),(28020,6426,'ClientIP','\"185.81.155.175\"'),(28021,6426,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28022,6427,'Attempts','1'),(28023,6427,'Username','\"wsaaus15\"'),(28024,6427,'CurrentUserRoles','[\"administrator\"]'),(28025,6427,'ClientIP','\"192.196.156.6\"'),(28026,6427,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28027,6428,'Attempts','1'),(28028,6428,'ClientIP','\"197.210.203.186\"'),(28029,6428,'UserAgent','\"\"'),(28030,6428,'CurrentUserID','0'),(28031,6429,'Attempts','1'),(28032,6429,'Username','\"wsaaus15\"'),(28033,6429,'CurrentUserRoles','[\"administrator\"]'),(28034,6429,'ClientIP','\"108.61.49.50\"'),(28035,6429,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28036,6430,'Attempts','1'),(28037,6430,'Username','\"wsaaus15\"'),(28038,6430,'CurrentUserRoles','[\"administrator\"]'),(28039,6430,'ClientIP','\"189.113.170.1\"'),(28040,6430,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28041,6431,'Attempts','1'),(28042,6431,'ClientIP','\"158.69.201.229\"'),(28043,6431,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"'),(28044,6431,'CurrentUserID','0'),(28045,6432,'Attempts','1'),(28046,6432,'Username','\"wsaaus15\"'),(28047,6432,'CurrentUserRoles','[\"administrator\"]'),(28048,6432,'ClientIP','\"198.1.127.114\"'),(28049,6432,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28050,6433,'Attempts','1'),(28051,6433,'Username','\"wsaaus15\"'),(28052,6433,'CurrentUserRoles','[\"administrator\"]'),(28053,6433,'ClientIP','\"167.114.157.235\"'),(28054,6433,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28055,6434,'Attempts','1'),(28056,6434,'ClientIP','\"79.116.29.65\"'),(28057,6434,'UserAgent','\"\"'),(28058,6434,'CurrentUserID','0'),(28059,6435,'Attempts','1'),(28060,6435,'Username','\"wsaaus15\"'),(28061,6435,'CurrentUserRoles','[\"administrator\"]'),(28062,6435,'ClientIP','\"87.106.128.247\"'),(28063,6435,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28064,6436,'Attempts','1'),(28065,6436,'Username','\"wsaaus15\"'),(28066,6436,'CurrentUserRoles','[\"administrator\"]'),(28067,6436,'ClientIP','\"77.73.2.85\"'),(28068,6436,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28069,6437,'Attempts','1'),(28070,6437,'Username','\"wsaaus15\"'),(28071,6437,'CurrentUserRoles','[\"administrator\"]'),(28072,6437,'ClientIP','\"176.31.104.215\"'),(28073,6437,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28074,6438,'Attempts','1'),(28075,6438,'Username','\"wsaaus15\"'),(28076,6438,'CurrentUserRoles','[\"administrator\"]'),(28077,6438,'ClientIP','\"61.114.153.2\"'),(28078,6438,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28079,6439,'Attempts','1'),(28080,6439,'Username','\"wsaaus15\"'),(28081,6439,'CurrentUserRoles','[\"administrator\"]'),(28082,6439,'ClientIP','\"208.86.153.218\"'),(28083,6439,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28084,6440,'Attempts','1'),(28085,6440,'Username','\"wsaaus15\"'),(28086,6440,'CurrentUserRoles','[\"administrator\"]'),(28087,6440,'ClientIP','\"202.28.62.162\"'),(28088,6440,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28089,6441,'Attempts','1'),(28090,6441,'Username','\"wsaaus15\"'),(28091,6441,'CurrentUserRoles','[\"administrator\"]'),(28092,6441,'ClientIP','\"88.142.235.112\"'),(28093,6441,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28094,6442,'Attempts','1'),(28095,6442,'ClientIP','\"197.1.254.89\"'),(28096,6442,'UserAgent','\"\"'),(28097,6442,'CurrentUserID','0'),(28098,6443,'Attempts','1'),(28099,6443,'ClientIP','\"91.206.211.201\"'),(28100,6443,'UserAgent','\"\"'),(28101,6443,'CurrentUserID','0'),(28102,6444,'Attempts','1'),(28103,6444,'Username','\"wsaaus15\"'),(28104,6444,'CurrentUserRoles','[\"administrator\"]'),(28105,6444,'ClientIP','\"67.222.6.102\"'),(28106,6444,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28107,6445,'Attempts','1'),(28108,6445,'Username','\"wsaaus15\"'),(28109,6445,'CurrentUserRoles','[\"administrator\"]'),(28110,6445,'ClientIP','\"178.79.169.131\"'),(28111,6445,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28112,6446,'Attempts','1'),(28113,6446,'ClientIP','\"105.184.16.234\"'),(28114,6446,'UserAgent','\"\"'),(28115,6446,'CurrentUserID','0'),(28116,6447,'Attempts','1'),(28117,6447,'Username','\"wsaaus15\"'),(28118,6447,'CurrentUserRoles','[\"administrator\"]'),(28119,6447,'ClientIP','\"192.163.229.126\"'),(28120,6447,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28121,6448,'Attempts','1'),(28122,6448,'Username','\"wsaaus15\"'),(28123,6448,'CurrentUserRoles','[\"administrator\"]'),(28124,6448,'ClientIP','\"167.114.66.97\"'),(28125,6448,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28126,6449,'Attempts','1'),(28127,6449,'Username','\"wsaaus15\"'),(28128,6449,'CurrentUserRoles','[\"administrator\"]'),(28129,6449,'ClientIP','\"162.219.30.218\"'),(28130,6449,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28131,6450,'Attempts','1'),(28132,6450,'Username','\"wsaaus15\"'),(28133,6450,'CurrentUserRoles','[\"administrator\"]'),(28134,6450,'ClientIP','\"122.201.75.86\"'),(28135,6450,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28136,6451,'Attempts','1'),(28137,6451,'Username','\"wsaaus15\"'),(28138,6451,'CurrentUserRoles','[\"administrator\"]'),(28139,6451,'ClientIP','\"124.109.178.99\"'),(28140,6451,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28141,6452,'Attempts','1'),(28142,6452,'ClientIP','\"41.136.236.61\"'),(28143,6452,'UserAgent','\"\"'),(28144,6452,'CurrentUserID','0'),(28145,6453,'Attempts','1'),(28146,6453,'ClientIP','\"79.30.91.207\"'),(28147,6453,'UserAgent','\"\"'),(28148,6453,'CurrentUserID','0'),(28149,6454,'Attempts','1'),(28150,6454,'Username','\"wsaaus15\"'),(28151,6454,'CurrentUserRoles','[\"administrator\"]'),(28152,6454,'ClientIP','\"192.206.5.90\"'),(28153,6454,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28154,6455,'Attempts','1'),(28155,6455,'Username','\"wsaaus15\"'),(28156,6455,'CurrentUserRoles','[\"administrator\"]'),(28157,6455,'ClientIP','\"46.17.98.140\"'),(28158,6455,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28159,6456,'Attempts','1'),(28160,6456,'Username','\"wsaaus15\"'),(28161,6456,'CurrentUserRoles','[\"administrator\"]'),(28162,6456,'ClientIP','\"184.168.27.162\"'),(28163,6456,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(28164,6457,'Attempts','1'),(28165,6457,'Username','\"wsaaus15\"'),(28166,6457,'CurrentUserRoles','[\"administrator\"]'),(28167,6457,'ClientIP','\"95.110.228.5\"'),(28168,6457,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28169,6458,'Attempts','1'),(28170,6458,'Username','\"wsaaus15\"'),(28171,6458,'CurrentUserRoles','[\"administrator\"]'),(28172,6458,'ClientIP','\"176.31.210.164\"'),(28173,6458,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28174,6459,'Attempts','1'),(28175,6459,'ClientIP','\"5.197.167.246\"'),(28176,6459,'UserAgent','\"\"'),(28177,6459,'CurrentUserID','0'),(28178,6460,'Attempts','1'),(28179,6460,'Username','\"wsaaus15\"'),(28180,6460,'CurrentUserRoles','[\"administrator\"]'),(28181,6460,'ClientIP','\"50.63.129.204\"'),(28182,6460,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28183,6461,'Attempts','1'),(28184,6461,'Username','\"wsaaus15\"'),(28185,6461,'CurrentUserRoles','[\"administrator\"]'),(28186,6461,'ClientIP','\"151.236.48.166\"'),(28187,6461,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28188,6462,'Attempts','1'),(28189,6462,'Username','\"wsaaus15\"'),(28190,6462,'CurrentUserRoles','[\"administrator\"]'),(28191,6462,'ClientIP','\"109.248.227.4\"'),(28192,6462,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28193,6463,'Attempts','1'),(28194,6463,'Username','\"wsaaus15\"'),(28195,6463,'CurrentUserRoles','[\"administrator\"]'),(28196,6463,'ClientIP','\"81.21.67.244\"'),(28197,6463,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28198,6464,'Attempts','1'),(28199,6464,'Username','\"wsaaus15\"'),(28200,6464,'CurrentUserRoles','[\"administrator\"]'),(28201,6464,'ClientIP','\"109.228.30.247\"'),(28202,6464,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28203,6465,'Attempts','1'),(28204,6465,'Username','\"wsaaus15\"'),(28205,6465,'CurrentUserRoles','[\"administrator\"]'),(28206,6465,'ClientIP','\"108.6.210.187\"'),(28207,6465,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28208,6466,'Attempts','1'),(28209,6466,'Username','\"wsaaus15\"'),(28210,6466,'CurrentUserRoles','[\"administrator\"]'),(28211,6466,'ClientIP','\"46.21.196.47\"'),(28212,6466,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28213,6467,'Attempts','1'),(28214,6467,'Username','\"wsaaus15\"'),(28215,6467,'CurrentUserRoles','[\"administrator\"]'),(28216,6467,'ClientIP','\"83.143.218.40\"'),(28217,6467,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28218,6468,'Attempts','1'),(28219,6468,'Username','\"wsaaus15\"'),(28220,6468,'CurrentUserRoles','[\"administrator\"]'),(28221,6468,'ClientIP','\"217.115.192.120\"'),(28222,6468,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28223,6469,'Attempts','1'),(28224,6469,'Username','\"wsaaus15\"'),(28225,6469,'CurrentUserRoles','[\"administrator\"]'),(28226,6469,'ClientIP','\"64.131.64.66\"'),(28227,6469,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28228,6470,'Attempts','2'),(28229,6470,'ClientIP','\"95.180.182.78\"'),(28230,6470,'UserAgent','\"\"'),(28231,6470,'CurrentUserID','0'),(28232,6471,'Attempts','1'),(28233,6471,'Username','\"wsaaus15\"'),(28234,6471,'CurrentUserRoles','[\"administrator\"]'),(28235,6471,'ClientIP','\"76.164.225.219\"'),(28236,6471,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(28237,6472,'Attempts','1'),(28238,6472,'Username','\"wsaaus15\"'),(28239,6472,'CurrentUserRoles','[\"administrator\"]'),(28240,6472,'ClientIP','\"208.87.198.53\"'),(28241,6472,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28242,6473,'Attempts','1'),(28243,6473,'Username','\"wsaaus15\"'),(28244,6473,'CurrentUserRoles','[\"administrator\"]'),(28245,6473,'ClientIP','\"208.109.181.237\"'),(28246,6473,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(28247,6474,'Attempts','1'),(28248,6474,'Username','\"wsaaus15\"'),(28249,6474,'CurrentUserRoles','[\"administrator\"]'),(28250,6474,'ClientIP','\"217.160.106.109\"'),(28251,6474,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28252,6475,'Attempts','1'),(28253,6475,'Username','\"wsaaus15\"'),(28254,6475,'CurrentUserRoles','[\"administrator\"]'),(28255,6475,'ClientIP','\"86.59.84.3\"'),(28256,6475,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28257,6476,'Attempts','1'),(28258,6476,'Username','\"wsaaus15\"'),(28259,6476,'CurrentUserRoles','[\"administrator\"]'),(28260,6476,'ClientIP','\"37.122.211.44\"'),(28261,6476,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28262,6477,'Attempts','1'),(28263,6477,'Username','\"wsaaus15\"'),(28264,6477,'CurrentUserRoles','[\"administrator\"]'),(28265,6477,'ClientIP','\"41.74.186.146\"'),(28266,6477,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28267,6478,'Attempts','1'),(28268,6478,'ClientIP','\"5.55.8.28\"'),(28269,6478,'UserAgent','\"\"'),(28270,6478,'CurrentUserID','0'),(28271,6479,'Attempts','1'),(28272,6479,'Username','\"wsaaus15\"'),(28273,6479,'CurrentUserRoles','[\"administrator\"]'),(28274,6479,'ClientIP','\"104.238.126.122\"'),(28275,6479,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28276,6480,'Attempts','1'),(28277,6480,'ClientIP','\"41.83.249.56\"'),(28278,6480,'UserAgent','\"\"'),(28279,6480,'CurrentUserID','0'),(28280,6481,'Attempts','1'),(28281,6481,'Username','\"wsaaus15\"'),(28282,6481,'CurrentUserRoles','[\"administrator\"]'),(28283,6481,'ClientIP','\"103.8.25.12\"'),(28284,6481,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28285,6482,'Attempts','1'),(28286,6482,'Username','\"wsaaus15\"'),(28287,6482,'CurrentUserRoles','[\"administrator\"]'),(28288,6482,'ClientIP','\"50.62.161.75\"'),(28289,6482,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(28290,6483,'Attempts','1'),(28291,6483,'ClientIP','\"31.11.97.209\"'),(28292,6483,'UserAgent','\"\"'),(28293,6483,'CurrentUserID','0'),(28294,6484,'Attempts','1'),(28295,6484,'Username','\"wsaaus15\"'),(28296,6484,'CurrentUserRoles','[\"administrator\"]'),(28297,6484,'ClientIP','\"200.27.202.116\"'),(28298,6484,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28299,6485,'Attempts','1'),(28300,6485,'Username','\"wsaaus15\"'),(28301,6485,'CurrentUserRoles','[\"administrator\"]'),(28302,6485,'ClientIP','\"94.23.245.216\"'),(28303,6485,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28304,6486,'Attempts','2'),(28305,6486,'Username','\"wsaaus15\"'),(28306,6486,'CurrentUserRoles','[\"administrator\"]'),(28307,6486,'ClientIP','\"217.13.50.97\"'),(28308,6486,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28309,6487,'Attempts','1'),(28310,6487,'Username','\"wsaaus15\"'),(28311,6487,'CurrentUserRoles','[\"administrator\"]'),(28312,6487,'ClientIP','\"219.94.147.99\"'),(28313,6487,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28314,6488,'Attempts','1'),(28315,6488,'Username','\"wsaaus15\"'),(28316,6488,'CurrentUserRoles','[\"administrator\"]'),(28317,6488,'ClientIP','\"104.197.55.234\"'),(28318,6488,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28319,6489,'Attempts','1'),(28320,6489,'Username','\"wsaaus15\"'),(28321,6489,'CurrentUserRoles','[\"administrator\"]'),(28322,6489,'ClientIP','\"79.133.199.90\"'),(28323,6489,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28324,6490,'Attempts','1'),(28325,6490,'ClientIP','\"79.182.180.187\"'),(28326,6490,'UserAgent','\"\"'),(28327,6490,'CurrentUserID','0'),(28328,6491,'Attempts','1'),(28329,6491,'Username','\"wsaaus15\"'),(28330,6491,'CurrentUserRoles','[\"administrator\"]'),(28331,6491,'ClientIP','\"134.213.24.185\"'),(28332,6491,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28333,6492,'Attempts','1'),(28334,6492,'Username','\"wsaaus15\"'),(28335,6492,'CurrentUserRoles','[\"administrator\"]'),(28336,6492,'ClientIP','\"185.32.189.69\"'),(28337,6492,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28338,6493,'Attempts','1'),(28339,6493,'Username','\"wsaaus15\"'),(28340,6493,'CurrentUserRoles','[\"administrator\"]'),(28341,6493,'ClientIP','\"93.125.99.35\"'),(28342,6493,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(28343,6494,'Attempts','1'),(28344,6494,'Username','\"wsaaus15\"'),(28345,6494,'CurrentUserRoles','[\"administrator\"]'),(28346,6494,'ClientIP','\"213.26.116.253\"'),(28347,6494,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28348,6495,'Attempts','1'),(28349,6495,'Username','\"wsaaus15\"'),(28350,6495,'CurrentUserRoles','[\"administrator\"]'),(28351,6495,'ClientIP','\"52.64.83.94\"'),(28352,6495,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28353,6496,'Attempts','1'),(28354,6496,'ClientIP','\"85.25.103.119\"'),(28355,6496,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0); U) Presto\\/2.12.388 Version\\/12.14\"'),(28356,6496,'CurrentUserID','0'),(28357,6497,'Attempts','1'),(28358,6497,'Username','\"wsaaus15\"'),(28359,6497,'CurrentUserRoles','[\"administrator\"]'),(28360,6497,'ClientIP','\"92.222.181.154\"'),(28361,6497,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28362,6498,'Attempts','1'),(28363,6498,'ClientIP','\"194.150.168.95\"'),(28364,6498,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0); U) Presto\\/2.10.181 Version\\/12.00\"'),(28365,6498,'CurrentUserID','0'),(28366,6499,'Attempts','1'),(28367,6499,'Username','\"wsaaus15\"'),(28368,6499,'CurrentUserRoles','[\"administrator\"]'),(28369,6499,'ClientIP','\"213.175.201.20\"'),(28370,6499,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28371,6500,'Attempts','1'),(28372,6500,'Username','\"wsaaus15\"'),(28373,6500,'CurrentUserRoles','[\"administrator\"]'),(28374,6500,'ClientIP','\"74.220.215.217\"'),(28375,6500,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(28376,6501,'Attempts','1'),(28377,6501,'Username','\"wsaaus15\"'),(28378,6501,'CurrentUserRoles','[\"administrator\"]'),(28379,6501,'ClientIP','\"74.220.199.24\"'),(28380,6501,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(28381,6502,'Attempts','1'),(28382,6502,'Username','\"wsaaus15\"'),(28383,6502,'CurrentUserRoles','[\"administrator\"]'),(28384,6502,'ClientIP','\"69.72.248.186\"'),(28385,6502,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28386,6503,'Attempts','1'),(28387,6503,'Username','\"wsaaus15\"'),(28388,6503,'CurrentUserRoles','[\"administrator\"]'),(28389,6503,'ClientIP','\"198.24.147.34\"'),(28390,6503,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28391,6504,'Attempts','1'),(28392,6504,'Username','\"wsaaus15\"'),(28393,6504,'CurrentUserRoles','[\"administrator\"]'),(28394,6504,'ClientIP','\"87.106.94.10\"'),(28395,6504,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28396,6505,'Attempts','1'),(28397,6505,'Username','\"wsaaus15\"'),(28398,6505,'CurrentUserRoles','[\"administrator\"]'),(28399,6505,'ClientIP','\"162.220.58.214\"'),(28400,6505,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28401,6506,'Attempts','1'),(28402,6506,'Username','\"wsaaus15\"'),(28403,6506,'CurrentUserRoles','[\"administrator\"]'),(28404,6506,'ClientIP','\"91.239.66.84\"'),(28405,6506,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(28406,6507,'Attempts','1'),(28407,6507,'Username','\"wsaaus15\"'),(28408,6507,'CurrentUserRoles','[\"administrator\"]'),(28409,6507,'ClientIP','\"162.242.214.66\"'),(28410,6507,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28411,6508,'Attempts','1'),(28412,6508,'Username','\"wsaaus15\"'),(28413,6508,'CurrentUserRoles','[\"administrator\"]'),(28414,6508,'ClientIP','\"173.230.252.50\"'),(28415,6508,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28416,6509,'Attempts','1'),(28417,6509,'Username','\"wsaaus15\"'),(28418,6509,'CurrentUserRoles','[\"administrator\"]'),(28419,6509,'ClientIP','\"62.149.143.144\"'),(28420,6509,'UserAgent','\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(28421,6510,'Attempts','1'),(28422,6510,'Username','\"wsaaus15\"'),(28423,6510,'CurrentUserRoles','[\"administrator\"]'),(28424,6510,'ClientIP','\"64.34.217.25\"'),(28425,6510,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28426,6511,'Attempts','1'),(28427,6511,'Username','\"wsaaus15\"'),(28428,6511,'CurrentUserRoles','[\"administrator\"]'),(28429,6511,'ClientIP','\"50.18.124.93\"'),(28430,6511,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28431,6512,'Attempts','1'),(28432,6512,'Username','\"wsaaus15\"'),(28433,6512,'CurrentUserRoles','[\"administrator\"]'),(28434,6512,'ClientIP','\"198.50.168.245\"'),(28435,6512,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28436,6513,'Attempts','1'),(28437,6513,'Username','\"wsaaus15\"'),(28438,6513,'CurrentUserRoles','[\"administrator\"]'),(28439,6513,'ClientIP','\"91.121.91.167\"'),(28440,6513,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28441,6514,'Attempts','1'),(28442,6514,'Username','\"wsaaus15\"'),(28443,6514,'CurrentUserRoles','[\"administrator\"]'),(28444,6514,'ClientIP','\"83.223.124.8\"'),(28445,6514,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28446,6515,'Attempts','1'),(28447,6515,'Username','\"wsaaus15\"'),(28448,6515,'CurrentUserRoles','[\"administrator\"]'),(28449,6515,'ClientIP','\"142.54.227.78\"'),(28450,6515,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28451,6516,'Attempts','1'),(28452,6516,'Username','\"wsaaus15\"'),(28453,6516,'CurrentUserRoles','[\"administrator\"]'),(28454,6516,'ClientIP','\"103.28.12.203\"'),(28455,6516,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28456,6517,'Attempts','1'),(28457,6517,'ClientIP','\"84.1.98.126\"'),(28458,6517,'UserAgent','\"\"'),(28459,6517,'CurrentUserID','0'),(28460,6518,'Attempts','2'),(28461,6518,'Username','\"wsaaus15\"'),(28462,6518,'CurrentUserRoles','[\"administrator\"]'),(28463,6518,'ClientIP','\"96.127.146.10\"'),(28464,6518,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28465,6519,'Attempts','1'),(28466,6519,'Username','\"wsaaus15\"'),(28467,6519,'CurrentUserRoles','[\"administrator\"]'),(28468,6519,'ClientIP','\"208.109.234.78\"'),(28469,6519,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28470,6520,'Attempts','1'),(28471,6520,'Username','\"wsaaus15\"'),(28472,6520,'CurrentUserRoles','[\"administrator\"]'),(28473,6520,'ClientIP','\"91.121.116.20\"'),(28474,6520,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28475,6521,'Attempts','1'),(28476,6521,'Username','\"wsaaus15\"'),(28477,6521,'CurrentUserRoles','[\"administrator\"]'),(28478,6521,'ClientIP','\"210.5.43.124\"'),(28479,6521,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28480,6522,'Attempts','1'),(28481,6522,'Username','\"wsaaus15\"'),(28482,6522,'CurrentUserRoles','[\"administrator\"]'),(28483,6522,'ClientIP','\"46.235.47.142\"'),(28484,6522,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28485,6523,'Attempts','\"10+\"'),(28486,6524,'Attempts','1'),(28487,6523,'ClientIP','\"91.200.12.22\"'),(28488,6524,'ClientIP','\"91.200.12.22\"'),(28489,6523,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(28490,6524,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(28491,6523,'CurrentUserID','0'),(28492,6524,'CurrentUserID','0'),(28493,6525,'Attempts','1'),(28494,6525,'Username','\"wsaaus15\"'),(28495,6525,'CurrentUserRoles','[\"administrator\"]'),(28496,6525,'ClientIP','\"162.144.110.151\"'),(28497,6525,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28498,6526,'Attempts','1'),(28499,6526,'Username','\"wsaaus15\"'),(28500,6526,'CurrentUserRoles','[\"administrator\"]'),(28501,6526,'ClientIP','\"87.106.71.237\"'),(28502,6526,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28503,6527,'Attempts','1'),(28504,6527,'Username','\"wsaaus15\"'),(28505,6527,'CurrentUserRoles','[\"administrator\"]'),(28506,6527,'ClientIP','\"180.179.217.175\"'),(28507,6527,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28508,6528,'Attempts','1'),(28509,6528,'Username','\"wsaaus15\"'),(28510,6528,'CurrentUserRoles','[\"administrator\"]'),(28511,6528,'ClientIP','\"178.33.60.12\"'),(28512,6528,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28513,6529,'Attempts','1'),(28514,6529,'Username','\"wsaaus15\"'),(28515,6529,'CurrentUserRoles','[\"administrator\"]'),(28516,6529,'ClientIP','\"185.6.72.47\"'),(28517,6529,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28518,6530,'Attempts','1'),(28519,6530,'Username','\"wsaaus15\"'),(28520,6530,'CurrentUserRoles','[\"administrator\"]'),(28521,6530,'ClientIP','\"37.187.146.40\"'),(28522,6530,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28523,6531,'Attempts','1'),(28524,6531,'Username','\"wsaaus15\"'),(28525,6531,'CurrentUserRoles','[\"administrator\"]'),(28526,6531,'ClientIP','\"210.209.124.150\"'),(28527,6531,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28528,6532,'Attempts','1'),(28529,6532,'Username','\"wsaaus15\"'),(28530,6532,'CurrentUserRoles','[\"administrator\"]'),(28531,6532,'ClientIP','\"195.154.127.219\"'),(28532,6532,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28533,6533,'Attempts','1'),(28534,6533,'ClientIP','\"105.154.39.126\"'),(28535,6533,'UserAgent','\"\"'),(28536,6533,'CurrentUserID','0'),(28537,6534,'Attempts','1'),(28538,6534,'Username','\"wsaaus15\"'),(28539,6534,'CurrentUserRoles','[\"administrator\"]'),(28540,6534,'ClientIP','\"95.131.249.4\"'),(28541,6534,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28542,6535,'Attempts','1'),(28543,6535,'Username','\"wsaaus15\"'),(28544,6535,'CurrentUserRoles','[\"administrator\"]'),(28545,6535,'ClientIP','\"69.160.74.26\"'),(28546,6535,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28547,6536,'Attempts','1'),(28548,6536,'Username','\"wsaaus15\"'),(28549,6536,'CurrentUserRoles','[\"administrator\"]'),(28550,6536,'ClientIP','\"176.31.17.39\"'),(28551,6536,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28552,6537,'Attempts','1'),(28553,6537,'Username','\"wsaaus15\"'),(28554,6537,'CurrentUserRoles','[\"administrator\"]'),(28555,6537,'ClientIP','\"184.168.67.229\"'),(28556,6537,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28557,6538,'Attempts','1'),(28558,6538,'Username','\"wsaaus15\"'),(28559,6538,'CurrentUserRoles','[\"administrator\"]'),(28560,6538,'ClientIP','\"66.117.10.154\"'),(28561,6538,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28562,6539,'Attempts','1'),(28563,6539,'Username','\"wsaaus15\"'),(28564,6539,'CurrentUserRoles','[\"administrator\"]'),(28565,6539,'ClientIP','\"50.97.179.90\"'),(28566,6539,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28567,6540,'Attempts','1'),(28568,6540,'Username','\"wsaaus15\"'),(28569,6540,'CurrentUserRoles','[\"administrator\"]'),(28570,6540,'ClientIP','\"75.151.45.138\"'),(28571,6540,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28572,6541,'Attempts','1'),(28573,6541,'ClientIP','\"151.50.127.116\"'),(28574,6541,'UserAgent','\"\"'),(28575,6541,'CurrentUserID','0'),(28576,6542,'Attempts','1'),(28577,6542,'Username','\"wsaaus15\"'),(28578,6542,'CurrentUserRoles','[\"administrator\"]'),(28579,6542,'ClientIP','\"178.33.191.211\"'),(28580,6542,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28581,6543,'Attempts','1'),(28582,6543,'Username','\"wsaaus15\"'),(28583,6543,'CurrentUserRoles','[\"administrator\"]'),(28584,6543,'ClientIP','\"77.241.8.123\"'),(28585,6543,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28586,6544,'Attempts','1'),(28587,6544,'Username','\"wsaaus15\"'),(28588,6544,'CurrentUserRoles','[\"administrator\"]'),(28589,6544,'ClientIP','\"195.154.81.68\"'),(28590,6544,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28591,6545,'Attempts','1'),(28592,6545,'ClientIP','\"162.195.198.171\"'),(28593,6545,'UserAgent','\"\"'),(28594,6545,'CurrentUserID','0'),(28595,6546,'Attempts','1'),(28596,6546,'Username','\"wsaaus15\"'),(28597,6546,'CurrentUserRoles','[\"administrator\"]'),(28598,6546,'ClientIP','\"149.210.160.247\"'),(28599,6546,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28600,6547,'Attempts','1'),(28601,6547,'Username','\"wsaaus15\"'),(28602,6547,'CurrentUserRoles','[\"administrator\"]'),(28603,6547,'ClientIP','\"91.109.4.29\"'),(28604,6547,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28605,6548,'Attempts','1'),(28606,6548,'Username','\"wsaaus15\"'),(28607,6548,'CurrentUserRoles','[\"administrator\"]'),(28608,6548,'ClientIP','\"192.163.209.108\"'),(28609,6548,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28610,6549,'Attempts','1'),(28611,6549,'ClientIP','\"46.147.220.237\"'),(28612,6549,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.146 Safari\\/537.36\"'),(28613,6549,'CurrentUserID','0'),(28614,6550,'Attempts','1'),(28615,6550,'Username','\"wsaaus15\"'),(28616,6550,'CurrentUserRoles','[\"administrator\"]'),(28617,6550,'ClientIP','\"85.158.168.112\"'),(28618,6550,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28619,6551,'Attempts','1'),(28620,6551,'Username','\"wsaaus15\"'),(28621,6551,'CurrentUserRoles','[\"administrator\"]'),(28622,6551,'ClientIP','\"167.114.157.235\"'),(28623,6551,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28624,6552,'Attempts','1'),(28625,6552,'Username','\"wsaaus15\"'),(28626,6552,'CurrentUserRoles','[\"administrator\"]'),(28627,6552,'ClientIP','\"149.202.100.34\"'),(28628,6552,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28629,6553,'Attempts','1'),(28630,6553,'ClientIP','\"185.14.29.221\"'),(28631,6553,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)\"'),(28632,6553,'CurrentUserID','0'),(28633,6554,'Attempts','1'),(28634,6554,'Username','\"wsaaus15\"'),(28635,6554,'CurrentUserRoles','[\"administrator\"]'),(28636,6554,'ClientIP','\"192.163.243.134\"'),(28637,6554,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28638,6555,'Attempts','1'),(28639,6555,'ClientIP','\"177.138.64.129\"'),(28640,6555,'UserAgent','\"\"'),(28641,6555,'CurrentUserID','0'),(28642,6556,'Attempts','1'),(28643,6556,'Username','\"wsaaus15\"'),(28644,6556,'CurrentUserRoles','[\"administrator\"]'),(28645,6556,'ClientIP','\"176.31.210.162\"'),(28646,6556,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28647,6557,'Attempts','1'),(28648,6557,'Username','\"wsaaus15\"'),(28649,6557,'CurrentUserRoles','[\"administrator\"]'),(28650,6557,'ClientIP','\"65.74.132.170\"'),(28651,6557,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28652,6558,'Attempts','1'),(28653,6558,'ClientIP','\"133.209.252.123\"'),(28654,6558,'UserAgent','\"\"'),(28655,6558,'CurrentUserID','0'),(28656,6559,'Attempts','1'),(28657,6559,'ClientIP','\"5.36.30.255\"'),(28658,6559,'UserAgent','\"\"'),(28659,6559,'CurrentUserID','0'),(28660,6560,'Attempts','1'),(28661,6560,'Username','\"wsaaus15\"'),(28662,6560,'CurrentUserRoles','[\"administrator\"]'),(28663,6560,'ClientIP','\"91.189.180.17\"'),(28664,6560,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28665,6561,'Attempts','1'),(28666,6561,'Username','\"wsaaus15\"'),(28667,6561,'CurrentUserRoles','[\"administrator\"]'),(28668,6561,'ClientIP','\"162.144.159.205\"'),(28669,6561,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28670,6562,'Attempts','1'),(28671,6562,'ClientIP','\"195.189.227.70\"'),(28672,6562,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0; BOIE9;THTH)\"'),(28673,6562,'CurrentUserID','0'),(28674,6563,'Attempts','1'),(28675,6563,'Username','\"wsaaus15\"'),(28676,6563,'CurrentUserRoles','[\"administrator\"]'),(28677,6563,'ClientIP','\"69.46.6.220\"'),(28678,6563,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28679,6564,'Attempts','1'),(28680,6564,'Username','\"wsaaus15\"'),(28681,6564,'CurrentUserRoles','[\"administrator\"]'),(28682,6564,'ClientIP','\"192.240.167.108\"'),(28683,6564,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28684,6565,'Attempts','1'),(28685,6565,'Username','\"wsaaus15\"'),(28686,6565,'CurrentUserRoles','[\"administrator\"]'),(28687,6565,'ClientIP','\"67.222.8.113\"'),(28688,6565,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28689,6566,'Attempts','1'),(28690,6566,'Username','\"wsaaus15\"'),(28691,6566,'CurrentUserRoles','[\"administrator\"]'),(28692,6566,'ClientIP','\"111.118.193.2\"'),(28693,6566,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28694,6567,'Attempts','1'),(28695,6567,'Username','\"wsaaus15\"'),(28696,6567,'CurrentUserRoles','[\"administrator\"]'),(28697,6567,'ClientIP','\"83.222.228.62\"'),(28698,6567,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28699,6568,'Attempts','1'),(28700,6568,'ClientIP','\"81.7.17.171\"'),(28701,6568,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.1 (KHTML like Gecko) Chrome\\/21.0.1180.89 Safari\\/537.1\"'),(28702,6568,'CurrentUserID','0'),(28703,6569,'Attempts','1'),(28704,6569,'Username','\"wsaaus15\"'),(28705,6569,'CurrentUserRoles','[\"administrator\"]'),(28706,6569,'ClientIP','\"94.23.42.182\"'),(28707,6569,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28708,6570,'Attempts','1'),(28709,6570,'Username','\"wsaaus15\"'),(28710,6570,'CurrentUserRoles','[\"administrator\"]'),(28711,6570,'ClientIP','\"94.23.235.36\"'),(28712,6570,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28713,6571,'Attempts','4'),(28714,6571,'Username','\"wsaaus15\"'),(28715,6571,'CurrentUserRoles','[\"administrator\"]'),(28716,6571,'ClientIP','\"52.88.194.105\"'),(28717,6571,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(28718,6572,'Attempts','4'),(28719,6572,'ClientIP','\"52.88.194.105\"'),(28720,6572,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(28721,6572,'CurrentUserID','0'),(28722,6573,'Attempts','1'),(28723,6573,'Username','\"wsaaus15\"'),(28724,6573,'CurrentUserRoles','[\"administrator\"]'),(28725,6573,'ClientIP','\"125.22.76.78\"'),(28726,6573,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28727,6574,'Attempts','1'),(28728,6574,'Username','\"wsaaus15\"'),(28729,6574,'CurrentUserRoles','[\"administrator\"]'),(28730,6574,'ClientIP','\"63.247.93.98\"'),(28731,6574,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28732,6575,'Attempts','1'),(28733,6575,'Username','\"wsaaus15\"'),(28734,6575,'CurrentUserRoles','[\"administrator\"]'),(28735,6575,'ClientIP','\"5.2.130.206\"'),(28736,6575,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28737,6576,'Attempts','1'),(28738,6576,'ClientIP','\"213.97.191.45\"'),(28739,6576,'UserAgent','\"\"'),(28740,6576,'CurrentUserID','0'),(28741,6577,'Attempts','1'),(28742,6577,'Username','\"wsaaus15\"'),(28743,6577,'CurrentUserRoles','[\"administrator\"]'),(28744,6577,'ClientIP','\"81.29.220.16\"'),(28745,6577,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28746,6578,'Attempts','1'),(28747,6578,'Username','\"wsaaus15\"'),(28748,6578,'CurrentUserRoles','[\"administrator\"]'),(28749,6578,'ClientIP','\"91.121.91.167\"'),(28750,6578,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28751,6579,'Attempts','1'),(28752,6579,'Username','\"wsaaus15\"'),(28753,6579,'CurrentUserRoles','[\"administrator\"]'),(28754,6579,'ClientIP','\"50.56.123.93\"'),(28755,6579,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28756,6580,'Attempts','1'),(28757,6580,'Username','\"wsaaus15\"'),(28758,6580,'CurrentUserRoles','[\"administrator\"]'),(28759,6580,'ClientIP','\"198.154.215.78\"'),(28760,6580,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28761,6581,'Attempts','1'),(28762,6581,'Username','\"wsaaus15\"'),(28763,6581,'CurrentUserRoles','[\"administrator\"]'),(28764,6581,'ClientIP','\"212.83.128.4\"'),(28765,6581,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28766,6582,'Attempts','1'),(28767,6582,'Username','\"wsaaus15\"'),(28768,6582,'CurrentUserRoles','[\"administrator\"]'),(28769,6582,'ClientIP','\"217.8.245.11\"'),(28770,6582,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28771,6583,'Attempts','1'),(28772,6583,'Username','\"wsaaus15\"'),(28773,6583,'CurrentUserRoles','[\"administrator\"]'),(28774,6583,'ClientIP','\"188.165.128.240\"'),(28775,6583,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28776,6584,'Attempts','1'),(28777,6584,'Username','\"wsaaus15\"'),(28778,6584,'CurrentUserRoles','[\"administrator\"]'),(28779,6584,'ClientIP','\"72.249.87.119\"'),(28780,6584,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28781,6585,'Attempts','1'),(28782,6585,'Username','\"wsaaus15\"'),(28783,6585,'CurrentUserRoles','[\"administrator\"]'),(28784,6585,'ClientIP','\"89.38.132.141\"'),(28785,6585,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28786,6586,'Attempts','1'),(28787,6586,'Username','\"wsaaus15\"'),(28788,6586,'CurrentUserRoles','[\"administrator\"]'),(28789,6586,'ClientIP','\"60.234.42.77\"'),(28790,6586,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28791,6587,'Attempts','1'),(28792,6587,'Username','\"wsaaus15\"'),(28793,6587,'CurrentUserRoles','[\"administrator\"]'),(28794,6587,'ClientIP','\"37.187.135.164\"'),(28795,6587,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28796,6588,'Attempts','1'),(28797,6588,'Username','\"wsaaus15\"'),(28798,6588,'CurrentUserRoles','[\"administrator\"]'),(28799,6588,'ClientIP','\"184.72.113.207\"'),(28800,6588,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28801,6589,'Attempts','1'),(28802,6589,'Username','\"wsaaus15\"'),(28803,6589,'CurrentUserRoles','[\"administrator\"]'),(28804,6589,'ClientIP','\"103.28.12.203\"'),(28805,6589,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28806,6590,'Attempts','2'),(28807,6590,'Username','\"wsaaus15\"'),(28808,6590,'CurrentUserRoles','[\"administrator\"]'),(28809,6590,'ClientIP','\"120.39.43.131\"'),(28810,6590,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(28811,6591,'Attempts','2'),(28812,6591,'ClientIP','\"120.39.43.131\"'),(28813,6591,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(28814,6591,'CurrentUserID','0'),(28815,6592,'Attempts','1'),(28816,6592,'Username','\"wsaaus15\"'),(28817,6592,'CurrentUserRoles','[\"administrator\"]'),(28818,6592,'ClientIP','\"151.1.208.9\"'),(28819,6592,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28820,6593,'Attempts','1'),(28821,6593,'Username','\"wsaaus15\"'),(28822,6593,'CurrentUserRoles','[\"administrator\"]'),(28823,6593,'ClientIP','\"192.64.33.186\"'),(28824,6593,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28825,6594,'Attempts','1'),(28826,6594,'Username','\"wsaaus15\"'),(28827,6594,'CurrentUserRoles','[\"administrator\"]'),(28828,6594,'ClientIP','\"76.12.219.251\"'),(28829,6594,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28830,6595,'Attempts','1'),(28831,6595,'Username','\"wsaaus15\"'),(28832,6595,'CurrentUserRoles','[\"administrator\"]'),(28833,6595,'ClientIP','\"217.149.52.114\"'),(28834,6595,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28835,6596,'Attempts','1'),(28836,6596,'Username','\"wsaaus15\"'),(28837,6596,'CurrentUserRoles','[\"administrator\"]'),(28838,6596,'ClientIP','\"89.36.25.216\"'),(28839,6596,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28840,6597,'Attempts','1'),(28841,6597,'ClientIP','\"94.177.89.150\"'),(28842,6597,'UserAgent','\"\"'),(28843,6597,'CurrentUserID','0'),(28844,6598,'Attempts','1'),(28845,6598,'Username','\"wsaaus15\"'),(28846,6598,'CurrentUserRoles','[\"administrator\"]'),(28847,6598,'ClientIP','\"62.149.204.84\"'),(28848,6598,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28849,6599,'Attempts','1'),(28850,6599,'Username','\"wsaaus15\"'),(28851,6599,'CurrentUserRoles','[\"administrator\"]'),(28852,6599,'ClientIP','\"72.10.35.181\"'),(28853,6599,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28854,6600,'Attempts','1'),(28855,6600,'Username','\"wsaaus15\"'),(28856,6600,'CurrentUserRoles','[\"administrator\"]'),(28857,6600,'ClientIP','\"78.129.152.184\"'),(28858,6600,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28859,6601,'Attempts','1'),(28860,6601,'Username','\"wsaaus15\"'),(28861,6601,'CurrentUserRoles','[\"administrator\"]'),(28862,6601,'ClientIP','\"184.168.67.229\"'),(28863,6601,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28864,6602,'Attempts','1'),(28865,6602,'Username','\"wsaaus15\"'),(28866,6602,'CurrentUserRoles','[\"administrator\"]'),(28867,6602,'ClientIP','\"66.45.228.80\"'),(28868,6602,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28869,6603,'Attempts','3'),(28870,6603,'ClientIP','\"5.55.8.28\"'),(28871,6603,'UserAgent','\"\"'),(28872,6603,'CurrentUserID','0'),(28873,6604,'Attempts','1'),(28874,6604,'Username','\"wsaaus15\"'),(28875,6604,'CurrentUserRoles','[\"administrator\"]'),(28876,6604,'ClientIP','\"185.52.25.225\"'),(28877,6604,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28878,6605,'Attempts','1'),(28879,6605,'Username','\"wsaaus15\"'),(28880,6605,'CurrentUserRoles','[\"administrator\"]'),(28881,6605,'ClientIP','\"80.74.64.27\"'),(28882,6605,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28883,6606,'Attempts','1'),(28884,6606,'Username','\"wsaaus15\"'),(28885,6606,'CurrentUserRoles','[\"administrator\"]'),(28886,6606,'ClientIP','\"196.41.123.138\"'),(28887,6606,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28888,6607,'Attempts','1'),(28889,6607,'ClientIP','\"41.74.160.228\"'),(28890,6607,'UserAgent','\"\"'),(28891,6607,'CurrentUserID','0'),(28892,6608,'Attempts','2'),(28893,6608,'Username','\"wsaaus15\"'),(28894,6608,'CurrentUserRoles','[\"administrator\"]'),(28895,6608,'ClientIP','\"212.113.143.18\"'),(28896,6608,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28897,6609,'Attempts','1'),(28898,6609,'Username','\"wsaaus15\"'),(28899,6609,'CurrentUserRoles','[\"administrator\"]'),(28900,6609,'ClientIP','\"35.8.202.24\"'),(28901,6609,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28902,6610,'Attempts','1'),(28903,6610,'Username','\"wsaaus15\"'),(28904,6610,'CurrentUserRoles','[\"administrator\"]'),(28905,6610,'ClientIP','\"89.45.249.30\"'),(28906,6610,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28907,6611,'Attempts','1'),(28908,6611,'Username','\"wsaaus15\"'),(28909,6611,'CurrentUserRoles','[\"administrator\"]'),(28910,6611,'ClientIP','\"5.206.228.50\"'),(28911,6611,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28912,6612,'Attempts','1'),(28913,6612,'Username','\"wsaaus15\"'),(28914,6612,'CurrentUserRoles','[\"administrator\"]'),(28915,6612,'ClientIP','\"194.69.248.115\"'),(28916,6612,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28917,6613,'Attempts','1'),(28918,6613,'Username','\"wsaaus15\"'),(28919,6613,'CurrentUserRoles','[\"administrator\"]'),(28920,6613,'ClientIP','\"178.32.231.56\"'),(28921,6613,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28922,6614,'Attempts','1'),(28923,6614,'Username','\"wsaaus15\"'),(28924,6614,'CurrentUserRoles','[\"administrator\"]'),(28925,6614,'ClientIP','\"69.73.146.15\"'),(28926,6614,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28927,6615,'Attempts','1'),(28928,6615,'Username','\"wsaaus15\"'),(28929,6615,'CurrentUserRoles','[\"administrator\"]'),(28930,6615,'ClientIP','\"103.14.202.173\"'),(28931,6615,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28932,6616,'Attempts','1'),(28933,6616,'Username','\"wsaaus15\"'),(28934,6616,'CurrentUserRoles','[\"administrator\"]'),(28935,6616,'ClientIP','\"74.205.223.153\"'),(28936,6616,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28937,6617,'Attempts','1'),(28938,6617,'Username','\"wsaaus15\"'),(28939,6617,'CurrentUserRoles','[\"administrator\"]'),(28940,6617,'ClientIP','\"217.16.193.91\"'),(28941,6617,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28942,6618,'Attempts','2'),(28943,6618,'Username','\"wsaaus15\"'),(28944,6618,'CurrentUserRoles','[\"administrator\"]'),(28945,6618,'ClientIP','\"192.254.158.226\"'),(28946,6618,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28947,6619,'Attempts','1'),(28948,6619,'ClientIP','\"85.50.78.141\"'),(28949,6619,'UserAgent','\"\"'),(28950,6619,'CurrentUserID','0'),(28951,6620,'Attempts','1'),(28952,6620,'ClientIP','\"92.87.58.75\"'),(28953,6620,'UserAgent','\"\"'),(28954,6620,'CurrentUserID','0'),(28955,6621,'Attempts','1'),(28956,6621,'ClientIP','\"176.41.57.188\"'),(28957,6621,'UserAgent','\"\"'),(28958,6621,'CurrentUserID','0'),(28959,6622,'Attempts','1'),(28960,6622,'ClientIP','\"110.137.167.175\"'),(28961,6622,'UserAgent','\"\"'),(28962,6622,'CurrentUserID','0'),(28963,6623,'Attempts','1'),(28964,6623,'Username','\"wsaaus15\"'),(28965,6623,'CurrentUserRoles','[\"administrator\"]'),(28966,6623,'ClientIP','\"93.95.228.60\"'),(28967,6623,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28968,6624,'Attempts','1'),(28969,6624,'Username','\"wsaaus15\"'),(28970,6624,'CurrentUserRoles','[\"administrator\"]'),(28971,6624,'ClientIP','\"50.97.178.250\"'),(28972,6624,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28973,6625,'Attempts','1'),(28974,6625,'Username','\"wsaaus15\"'),(28975,6625,'CurrentUserRoles','[\"administrator\"]'),(28976,6625,'ClientIP','\"65.254.36.210\"'),(28977,6625,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28978,6626,'Attempts','1'),(28979,6626,'Username','\"wsaaus15\"'),(28980,6626,'CurrentUserRoles','[\"administrator\"]'),(28981,6626,'ClientIP','\"216.224.178.110\"'),(28982,6626,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28983,6627,'Attempts','1'),(28984,6627,'Username','\"wsaaus15\"'),(28985,6627,'CurrentUserRoles','[\"administrator\"]'),(28986,6627,'ClientIP','\"157.7.139.157\"'),(28987,6627,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28988,6628,'Attempts','1'),(28989,6628,'ClientIP','\"125.160.100.185\"'),(28990,6628,'UserAgent','\"\"'),(28991,6628,'CurrentUserID','0'),(28992,6629,'Attempts','1'),(28993,6629,'Username','\"wsaaus15\"'),(28994,6629,'CurrentUserRoles','[\"administrator\"]'),(28995,6629,'ClientIP','\"212.67.214.170\"'),(28996,6629,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(28997,6630,'Attempts','1'),(28998,6630,'Username','\"wsaaus15\"'),(28999,6630,'CurrentUserRoles','[\"administrator\"]'),(29000,6630,'ClientIP','\"184.172.152.211\"'),(29001,6630,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29002,6631,'Attempts','1'),(29003,6631,'Username','\"wsaaus15\"'),(29004,6631,'CurrentUserRoles','[\"administrator\"]'),(29005,6631,'ClientIP','\"50.62.78.109\"'),(29006,6631,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29007,6632,'Attempts','1'),(29008,6632,'Username','\"wsaaus15\"'),(29009,6632,'CurrentUserRoles','[\"administrator\"]'),(29010,6632,'ClientIP','\"192.95.31.42\"'),(29011,6632,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29012,6633,'Attempts','1'),(29013,6633,'ClientIP','\"37.132.17.132\"'),(29014,6633,'UserAgent','\"\"'),(29015,6633,'CurrentUserID','0'),(29016,6634,'Attempts','1'),(29017,6634,'Username','\"wsaaus15\"'),(29018,6634,'CurrentUserRoles','[\"administrator\"]'),(29019,6634,'ClientIP','\"176.74.192.194\"'),(29020,6634,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29021,6635,'Attempts','1'),(29022,6635,'ClientIP','\"189.19.127.129\"'),(29023,6635,'UserAgent','\"\"'),(29024,6635,'CurrentUserID','0'),(29025,6636,'Attempts','1'),(29026,6636,'Username','\"wsaaus15\"'),(29027,6636,'CurrentUserRoles','[\"administrator\"]'),(29028,6636,'ClientIP','\"109.228.2.221\"'),(29029,6636,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29030,6637,'Attempts','1'),(29031,6637,'ClientIP','\"5.255.87.237\"'),(29032,6637,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 5.1; Trident\\/5.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729)\"'),(29033,6637,'CurrentUserID','0'),(29034,6638,'Attempts','1'),(29035,6638,'ClientIP','\"14.142.8.188\"'),(29036,6638,'UserAgent','\"\"'),(29037,6638,'CurrentUserID','0'),(29038,6639,'Attempts','1'),(29039,6639,'Username','\"wsaaus15\"'),(29040,6639,'CurrentUserRoles','[\"administrator\"]'),(29041,6639,'ClientIP','\"50.19.85.82\"'),(29042,6639,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29043,6640,'Attempts','1'),(29044,6640,'Username','\"wsaaus15\"'),(29045,6640,'CurrentUserRoles','[\"administrator\"]'),(29046,6640,'ClientIP','\"82.177.248.158\"'),(29047,6640,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29048,6641,'Attempts','1'),(29049,6641,'Username','\"wsaaus15\"'),(29050,6641,'CurrentUserRoles','[\"administrator\"]'),(29051,6641,'ClientIP','\"75.103.66.10\"'),(29052,6641,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29053,6642,'Attempts','1'),(29054,6642,'Username','\"wsaaus15\"'),(29055,6642,'CurrentUserRoles','[\"administrator\"]'),(29056,6642,'ClientIP','\"178.32.136.17\"'),(29057,6642,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29058,6643,'Attempts','1'),(29059,6643,'Username','\"wsaaus15\"'),(29060,6643,'CurrentUserRoles','[\"administrator\"]'),(29061,6643,'ClientIP','\"176.61.139.209\"'),(29062,6643,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29063,6644,'Attempts','1'),(29064,6644,'ClientIP','\"109.51.76.170\"'),(29065,6644,'UserAgent','\"\"'),(29066,6644,'CurrentUserID','0'),(29067,6645,'Attempts','1'),(29068,6645,'Username','\"wsaaus15\"'),(29069,6645,'CurrentUserRoles','[\"administrator\"]'),(29070,6645,'ClientIP','\"91.136.8.9\"'),(29071,6645,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29072,6646,'Attempts','1'),(29073,6646,'ClientIP','\"182.181.212.197\"'),(29074,6646,'UserAgent','\"\"'),(29075,6646,'CurrentUserID','0'),(29076,6647,'Attempts','1'),(29077,6647,'Username','\"wsaaus15\"'),(29078,6647,'CurrentUserRoles','[\"administrator\"]'),(29079,6647,'ClientIP','\"206.130.106.23\"'),(29080,6647,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29081,6648,'Attempts','1'),(29082,6648,'Username','\"wsaaus15\"'),(29083,6648,'CurrentUserRoles','[\"administrator\"]'),(29084,6648,'ClientIP','\"184.168.80.129\"'),(29085,6648,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29086,6649,'Attempts','1'),(29087,6649,'Username','\"wsaaus15\"'),(29088,6649,'CurrentUserRoles','[\"administrator\"]'),(29089,6649,'ClientIP','\"103.28.211.26\"'),(29090,6649,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29091,6650,'Attempts','1'),(29092,6650,'Username','\"wsaaus15\"'),(29093,6650,'CurrentUserRoles','[\"administrator\"]'),(29094,6650,'ClientIP','\"78.40.231.125\"'),(29095,6650,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29096,6651,'Attempts','1'),(29097,6651,'Username','\"wsaaus15\"'),(29098,6651,'CurrentUserRoles','[\"administrator\"]'),(29099,6651,'ClientIP','\"54.94.254.169\"'),(29100,6651,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29101,6652,'Attempts','1'),(29102,6652,'Username','\"wsaaus15\"'),(29103,6652,'CurrentUserRoles','[\"administrator\"]'),(29104,6652,'ClientIP','\"80.95.186.217\"'),(29105,6652,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29106,6653,'Attempts','1'),(29107,6653,'ClientIP','\"78.158.180.106\"'),(29108,6653,'UserAgent','\"\"'),(29109,6653,'CurrentUserID','0'),(29110,6654,'Attempts','1'),(29111,6654,'ClientIP','\"93.115.95.201\"'),(29112,6654,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.22 (KHTML like Gecko) Chrome\\/25.0.1364.172 Safari\\/537.22\"'),(29113,6654,'CurrentUserID','0'),(29114,6655,'Attempts','1'),(29115,6655,'Username','\"wsaaus15\"'),(29116,6655,'CurrentUserRoles','[\"administrator\"]'),(29117,6655,'ClientIP','\"85.17.187.29\"'),(29118,6655,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29119,6656,'Attempts','1'),(29120,6656,'Username','\"wsaaus15\"'),(29121,6656,'CurrentUserRoles','[\"administrator\"]'),(29122,6656,'ClientIP','\"78.31.107.182\"'),(29123,6656,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29124,6657,'Attempts','1'),(29125,6657,'Username','\"wsaaus15\"'),(29126,6657,'CurrentUserRoles','[\"administrator\"]'),(29127,6657,'ClientIP','\"103.16.141.171\"'),(29128,6657,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29129,6658,'Attempts','1'),(29130,6658,'Username','\"wsaaus15\"'),(29131,6658,'CurrentUserRoles','[\"administrator\"]'),(29132,6658,'ClientIP','\"41.74.186.30\"'),(29133,6658,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29134,6659,'Attempts','1'),(29135,6659,'ClientIP','\"149.78.231.173\"'),(29136,6659,'UserAgent','\"\"'),(29137,6659,'CurrentUserID','0'),(29138,6660,'Attempts','1'),(29139,6660,'ClientIP','\"180.191.135.101\"'),(29140,6660,'UserAgent','\"\"'),(29141,6660,'CurrentUserID','0'),(29142,6661,'Attempts','1'),(29143,6661,'Username','\"wsaaus15\"'),(29144,6661,'CurrentUserRoles','[\"administrator\"]'),(29145,6661,'ClientIP','\"162.144.77.189\"'),(29146,6661,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29147,6662,'Attempts','1'),(29148,6662,'Username','\"wsaaus15\"'),(29149,6662,'CurrentUserRoles','[\"administrator\"]'),(29150,6662,'ClientIP','\"202.170.120.73\"'),(29151,6662,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29152,6663,'Attempts','1'),(29153,6663,'Username','\"wsaaus15\"'),(29154,6663,'CurrentUserRoles','[\"administrator\"]'),(29155,6663,'ClientIP','\"176.31.103.124\"'),(29156,6663,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29157,6664,'Attempts','1'),(29158,6664,'Username','\"wsaaus15\"'),(29159,6664,'CurrentUserRoles','[\"administrator\"]'),(29160,6664,'ClientIP','\"104.238.126.185\"'),(29161,6664,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29162,6665,'Attempts','2'),(29163,6665,'ClientIP','\"130.0.24.19\"'),(29164,6665,'UserAgent','\"\"'),(29165,6665,'CurrentUserID','0'),(29166,6666,'Attempts','1'),(29167,6666,'Username','\"wsaaus15\"'),(29168,6666,'CurrentUserRoles','[\"administrator\"]'),(29169,6666,'ClientIP','\"46.105.117.151\"'),(29170,6666,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29171,6667,'Attempts','1'),(29172,6667,'Username','\"wsaaus15\"'),(29173,6667,'CurrentUserRoles','[\"administrator\"]'),(29174,6667,'ClientIP','\"103.27.61.242\"'),(29175,6667,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29176,6668,'Attempts','1'),(29177,6668,'ClientIP','\"82.28.208.65\"'),(29178,6668,'UserAgent','\"\"'),(29179,6668,'CurrentUserID','0'),(29180,6669,'Attempts','1'),(29181,6669,'Username','\"wsaaus15\"'),(29182,6669,'CurrentUserRoles','[\"administrator\"]'),(29183,6669,'ClientIP','\"50.31.75.125\"'),(29184,6669,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29185,6670,'Attempts','1'),(29186,6670,'Username','\"wsaaus15\"'),(29187,6670,'CurrentUserRoles','[\"administrator\"]'),(29188,6670,'ClientIP','\"208.86.153.218\"'),(29189,6670,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29190,6671,'Attempts','2'),(29191,6671,'ClientIP','\"176.10.104.240\"'),(29192,6671,'UserAgent','\"Opera\\/9.80 (J2ME\\/MIDP; Opera Mini\\/7.1.23511\\/28.2555; U; ru) Presto\\/2.10.181 Version\\/12.00\"'),(29193,6671,'CurrentUserID','0'),(29194,6672,'Attempts','1'),(29195,6672,'Username','\"wsaaus15\"'),(29196,6672,'CurrentUserRoles','[\"administrator\"]'),(29197,6672,'ClientIP','\"95.173.188.243\"'),(29198,6672,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29199,6673,'Attempts','1'),(29200,6673,'Username','\"wsaaus15\"'),(29201,6673,'CurrentUserRoles','[\"administrator\"]'),(29202,6673,'ClientIP','\"197.189.205.75\"'),(29203,6673,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29204,6674,'Attempts','1'),(29205,6674,'Username','\"wsaaus15\"'),(29206,6674,'CurrentUserRoles','[\"administrator\"]'),(29207,6674,'ClientIP','\"82.144.106.48\"'),(29208,6674,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29209,6675,'Attempts','1'),(29210,6675,'Username','\"wsaaus15\"'),(29211,6675,'CurrentUserRoles','[\"administrator\"]'),(29212,6675,'ClientIP','\"64.37.49.43\"'),(29213,6675,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29214,6676,'Attempts','1'),(29215,6676,'Username','\"wsaaus15\"'),(29216,6676,'CurrentUserRoles','[\"administrator\"]'),(29217,6676,'ClientIP','\"197.242.69.165\"'),(29218,6676,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29219,6677,'Attempts','1'),(29220,6677,'Username','\"wsaaus15\"'),(29221,6677,'CurrentUserRoles','[\"administrator\"]'),(29222,6677,'ClientIP','\"201.220.156.149\"'),(29223,6677,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29224,6678,'Attempts','1'),(29225,6678,'Username','\"wsaaus15\"'),(29226,6678,'CurrentUserRoles','[\"administrator\"]'),(29227,6678,'ClientIP','\"91.121.116.20\"'),(29228,6678,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29229,6679,'Attempts','1'),(29230,6679,'ClientIP','\"178.220.138.76\"'),(29231,6679,'UserAgent','\"\"'),(29232,6679,'CurrentUserID','0'),(29233,6680,'Attempts','1'),(29234,6680,'Username','\"wsaaus15\"'),(29235,6680,'CurrentUserRoles','[\"administrator\"]'),(29236,6680,'ClientIP','\"193.189.75.106\"'),(29237,6680,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29238,6681,'Attempts','1'),(29239,6681,'ClientIP','\"194.44.107.35\"'),(29240,6681,'UserAgent','\"\"'),(29241,6681,'CurrentUserID','0'),(29242,6682,'Attempts','1'),(29243,6682,'ClientIP','\"89.191.121.230\"'),(29244,6682,'UserAgent','\"\"'),(29245,6682,'CurrentUserID','0'),(29246,6683,'Attempts','1'),(29247,6683,'ClientIP','\"109.65.135.85\"'),(29248,6683,'UserAgent','\"\"'),(29249,6683,'CurrentUserID','0'),(29250,6684,'Attempts','1'),(29251,6684,'Username','\"wsaaus15\"'),(29252,6684,'CurrentUserRoles','[\"administrator\"]'),(29253,6684,'ClientIP','\"198.55.115.130\"'),(29254,6684,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29255,6685,'Attempts','1'),(29256,6685,'ClientIP','\"43.231.238.19\"'),(29257,6685,'UserAgent','\"\"'),(29258,6685,'CurrentUserID','0'),(29259,6686,'Attempts','1'),(29260,6686,'ClientIP','\"109.98.160.46\"'),(29261,6686,'UserAgent','\"\"'),(29262,6686,'CurrentUserID','0'),(29263,6687,'Attempts','1'),(29264,6687,'ClientIP','\"1.32.74.189\"'),(29265,6687,'UserAgent','\"\"'),(29266,6687,'CurrentUserID','0'),(29267,6688,'Attempts','1'),(29268,6688,'Username','\"wsaaus15\"'),(29269,6688,'CurrentUserRoles','[\"administrator\"]'),(29270,6688,'ClientIP','\"91.189.180.21\"'),(29271,6688,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29272,6689,'Attempts','1'),(29273,6689,'ClientIP','\"95.19.63.89\"'),(29274,6689,'UserAgent','\"\"'),(29275,6689,'CurrentUserID','0'),(29276,6690,'Attempts','1'),(29277,6690,'ClientIP','\"93.163.142.125\"'),(29278,6690,'UserAgent','\"\"'),(29279,6690,'CurrentUserID','0'),(29280,6691,'Attempts','1'),(29281,6691,'Username','\"wsaaus15\"'),(29282,6691,'CurrentUserRoles','[\"administrator\"]'),(29283,6691,'ClientIP','\"37.187.77.154\"'),(29284,6691,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29285,6692,'Attempts','1'),(29286,6692,'ClientIP','\"10.58.1.43\"'),(29287,6692,'UserAgent','\"\"'),(29288,6692,'CurrentUserID','0'),(29289,6693,'Attempts','1'),(29290,6693,'Username','\"wsaaus15\"'),(29291,6693,'CurrentUserRoles','[\"administrator\"]'),(29292,6693,'ClientIP','\"166.78.16.220\"'),(29293,6693,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29294,6694,'Attempts','1'),(29295,6694,'ClientIP','\"146.52.193.2\"'),(29296,6694,'UserAgent','\"\"'),(29297,6694,'CurrentUserID','0'),(29298,6695,'Attempts','1'),(29299,6695,'ClientIP','\"94.67.184.0\"'),(29300,6695,'UserAgent','\"\"'),(29301,6695,'CurrentUserID','0'),(29302,6696,'Attempts','1'),(29303,6696,'Username','\"wsaaus15\"'),(29304,6696,'CurrentUserRoles','[\"administrator\"]'),(29305,6696,'ClientIP','\"185.2.131.210\"'),(29306,6696,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29307,6697,'Attempts','1'),(29308,6697,'Username','\"wsaaus15\"'),(29309,6697,'CurrentUserRoles','[\"administrator\"]'),(29310,6697,'ClientIP','\"121.78.122.99\"'),(29311,6697,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29312,6698,'Attempts','1'),(29313,6698,'Username','\"wsaaus15\"'),(29314,6698,'CurrentUserRoles','[\"administrator\"]'),(29315,6698,'ClientIP','\"37.59.133.8\"'),(29316,6698,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29317,6699,'Attempts','1'),(29318,6699,'Username','\"wsaaus15\"'),(29319,6699,'CurrentUserRoles','[\"administrator\"]'),(29320,6699,'ClientIP','\"85.252.180.4\"'),(29321,6699,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29322,6700,'Attempts','1'),(29323,6700,'Username','\"wsaaus15\"'),(29324,6700,'CurrentUserRoles','[\"administrator\"]'),(29325,6700,'ClientIP','\"50.31.0.67\"'),(29326,6700,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29327,6701,'Attempts','1'),(29328,6701,'ClientIP','\"146.255.183.250\"'),(29329,6701,'UserAgent','\"\"'),(29330,6701,'CurrentUserID','0'),(29331,6702,'Attempts','1'),(29332,6702,'Username','\"wsaaus15\"'),(29333,6702,'CurrentUserRoles','[\"administrator\"]'),(29334,6702,'ClientIP','\"198.245.60.110\"'),(29335,6702,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29336,6703,'Attempts','1'),(29337,6703,'ClientIP','\"212.19.20.180\"'),(29338,6703,'UserAgent','\"\"'),(29339,6703,'CurrentUserID','0'),(29340,6704,'Attempts','1'),(29341,6704,'ClientIP','\"149.78.230.205\"'),(29342,6704,'UserAgent','\"\"'),(29343,6704,'CurrentUserID','0'),(29344,6705,'Attempts','1'),(29345,6705,'ClientIP','\"93.86.219.31\"'),(29346,6705,'UserAgent','\"\"'),(29347,6705,'CurrentUserID','0'),(29348,6706,'Attempts','1'),(29349,6706,'ClientIP','\"195.240.19.222\"'),(29350,6706,'UserAgent','\"\"'),(29351,6706,'CurrentUserID','0'),(29352,6707,'Attempts','1'),(29353,6707,'Username','\"wsaaus15\"'),(29354,6707,'CurrentUserRoles','[\"administrator\"]'),(29355,6707,'ClientIP','\"207.154.5.8\"'),(29356,6707,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29357,6708,'Attempts','1'),(29358,6708,'ClientIP','\"182.178.147.226\"'),(29359,6708,'UserAgent','\"\"'),(29360,6708,'CurrentUserID','0'),(29361,6709,'Attempts','1'),(29362,6709,'ClientIP','\"109.92.171.4\"'),(29363,6709,'UserAgent','\"\"'),(29364,6709,'CurrentUserID','0'),(29365,6710,'Attempts','2'),(29366,6710,'Username','\"wsaaus15\"'),(29367,6710,'CurrentUserRoles','[\"administrator\"]'),(29368,6710,'ClientIP','\"162.144.85.112\"'),(29369,6710,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29370,6711,'Attempts','1'),(29371,6711,'Username','\"wsaaus15\"'),(29372,6711,'CurrentUserRoles','[\"administrator\"]'),(29373,6711,'ClientIP','\"89.238.229.106\"'),(29374,6711,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29375,6712,'Attempts','1'),(29376,6712,'Username','\"wsaaus15\"'),(29377,6712,'CurrentUserRoles','[\"administrator\"]'),(29378,6712,'ClientIP','\"192.99.3.124\"'),(29379,6712,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29380,6713,'Attempts','1'),(29381,6713,'ClientIP','\"78.237.138.125\"'),(29382,6713,'UserAgent','\"\"'),(29383,6713,'CurrentUserID','0'),(29384,6714,'Attempts','1'),(29385,6714,'Username','\"wsaaus15\"'),(29386,6714,'CurrentUserRoles','[\"administrator\"]'),(29387,6714,'ClientIP','\"198.46.237.228\"'),(29388,6714,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29389,6715,'Attempts','1'),(29390,6715,'Username','\"wsaaus15\"'),(29391,6715,'CurrentUserRoles','[\"administrator\"]'),(29392,6715,'ClientIP','\"198.57.185.66\"'),(29393,6715,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29394,6716,'Attempts','1'),(29395,6716,'Username','\"wsaaus15\"'),(29396,6716,'CurrentUserRoles','[\"administrator\"]'),(29397,6716,'ClientIP','\"67.222.139.92\"'),(29398,6716,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29399,6717,'Attempts','1'),(29400,6717,'ClientIP','\"101.108.0.48\"'),(29401,6717,'UserAgent','\"\"'),(29402,6717,'CurrentUserID','0'),(29403,6718,'Attempts','1'),(29404,6718,'Username','\"wsaaus15\"'),(29405,6718,'CurrentUserRoles','[\"administrator\"]'),(29406,6718,'ClientIP','\"159.253.46.100\"'),(29407,6718,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29408,6719,'Attempts','1'),(29409,6719,'Username','\"wsaaus15\"'),(29410,6719,'CurrentUserRoles','[\"administrator\"]'),(29411,6719,'ClientIP','\"142.4.4.190\"'),(29412,6719,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29413,6720,'Attempts','1'),(29414,6720,'ClientIP','\"90.219.84.87\"'),(29415,6720,'UserAgent','\"\"'),(29416,6720,'CurrentUserID','0'),(29417,6721,'Attempts','1'),(29418,6721,'Username','\"wsaaus15\"'),(29419,6721,'CurrentUserRoles','[\"administrator\"]'),(29420,6721,'ClientIP','\"212.48.75.64\"'),(29421,6721,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29422,6722,'Attempts','1'),(29423,6722,'Username','\"wsaaus15\"'),(29424,6722,'CurrentUserRoles','[\"administrator\"]'),(29425,6722,'ClientIP','\"109.123.87.38\"'),(29426,6722,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29427,6723,'Attempts','1'),(29428,6723,'ClientIP','\"179.183.194.179\"'),(29429,6723,'UserAgent','\"\"'),(29430,6723,'CurrentUserID','0'),(29431,6724,'Attempts','1'),(29432,6724,'ClientIP','\"105.232.31.41\"'),(29433,6724,'UserAgent','\"\"'),(29434,6724,'CurrentUserID','0'),(29435,6725,'Attempts','1'),(29436,6725,'Username','\"wsaaus15\"'),(29437,6725,'CurrentUserRoles','[\"administrator\"]'),(29438,6725,'ClientIP','\"178.33.60.12\"'),(29439,6725,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29440,6726,'Attempts','1'),(29441,6726,'Username','\"wsaaus15\"'),(29442,6726,'CurrentUserRoles','[\"administrator\"]'),(29443,6726,'ClientIP','\"198.49.76.194\"'),(29444,6726,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29445,6727,'Attempts','1'),(29446,6727,'ClientIP','\"91.227.121.14\"'),(29447,6727,'UserAgent','\"\"'),(29448,6727,'CurrentUserID','0'),(29449,6728,'Attempts','1'),(29450,6728,'Username','\"wsaaus15\"'),(29451,6728,'CurrentUserRoles','[\"administrator\"]'),(29452,6728,'ClientIP','\"66.84.10.2\"'),(29453,6728,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29454,6729,'Attempts','1'),(29455,6729,'Username','\"wsaaus15\"'),(29456,6729,'CurrentUserRoles','[\"administrator\"]'),(29457,6729,'ClientIP','\"52.5.230.116\"'),(29458,6729,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29459,6730,'Attempts','1'),(29460,6730,'ClientIP','\"87.7.63.127\"'),(29461,6730,'UserAgent','\"\"'),(29462,6730,'CurrentUserID','0'),(29463,6731,'Attempts','1'),(29464,6731,'Username','\"wsaaus15\"'),(29465,6731,'CurrentUserRoles','[\"administrator\"]'),(29466,6731,'ClientIP','\"173.233.86.137\"'),(29467,6731,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29468,6732,'Attempts','1'),(29469,6732,'Username','\"wsaaus15\"'),(29470,6732,'CurrentUserRoles','[\"administrator\"]'),(29471,6732,'ClientIP','\"37.187.57.125\"'),(29472,6732,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29473,6733,'Attempts','1'),(29474,6733,'Username','\"wsaaus15\"'),(29475,6733,'CurrentUserRoles','[\"administrator\"]'),(29476,6733,'ClientIP','\"91.229.35.170\"'),(29477,6733,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29478,6734,'Attempts','1'),(29479,6734,'Username','\"wsaaus15\"'),(29480,6734,'CurrentUserRoles','[\"administrator\"]'),(29481,6734,'ClientIP','\"66.49.220.60\"'),(29482,6734,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29483,6735,'Attempts','1'),(29484,6735,'ClientIP','\"81.10.217.22\"'),(29485,6735,'UserAgent','\"\"'),(29486,6735,'CurrentUserID','0'),(29487,6736,'Attempts','1'),(29488,6736,'ClientIP','\"182.19.30.229\"'),(29489,6736,'UserAgent','\"\"'),(29490,6736,'CurrentUserID','0'),(29491,6737,'Attempts','1'),(29492,6737,'Username','\"wsaaus15\"'),(29493,6737,'CurrentUserRoles','[\"administrator\"]'),(29494,6737,'ClientIP','\"82.240.220.117\"'),(29495,6737,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29496,6738,'Attempts','1'),(29497,6738,'ClientIP','\"95.104.6.143\"'),(29498,6738,'UserAgent','\"\"'),(29499,6738,'CurrentUserID','0'),(29500,6739,'Attempts','1'),(29501,6739,'ClientIP','\"39.41.157.236\"'),(29502,6739,'UserAgent','\"\"'),(29503,6739,'CurrentUserID','0'),(29504,6740,'Attempts','1'),(29505,6740,'Username','\"wsaaus15\"'),(29506,6740,'CurrentUserRoles','[\"administrator\"]'),(29507,6740,'ClientIP','\"157.7.188.154\"'),(29508,6740,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29509,6741,'Attempts','1'),(29510,6741,'ClientIP','\"95.68.83.150\"'),(29511,6741,'UserAgent','\"\"'),(29512,6741,'CurrentUserID','0'),(29513,6742,'Attempts','1'),(29514,6742,'ClientIP','\"31.33.182.16\"'),(29515,6742,'UserAgent','\"\"'),(29516,6742,'CurrentUserID','0'),(29517,6743,'Attempts','1'),(29518,6743,'Username','\"wsaaus15\"'),(29519,6743,'CurrentUserRoles','[\"administrator\"]'),(29520,6743,'ClientIP','\"68.171.105.32\"'),(29521,6743,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29522,6744,'Attempts','1'),(29523,6744,'ClientIP','\"197.15.249.33\"'),(29524,6744,'UserAgent','\"\"'),(29525,6744,'CurrentUserID','0'),(29526,6745,'Attempts','1'),(29527,6745,'ClientIP','\"63.141.217.241\"'),(29528,6745,'UserAgent','\"\"'),(29529,6745,'CurrentUserID','0'),(29530,6746,'Attempts','1'),(29531,6746,'ClientIP','\"71.168.74.161\"'),(29532,6746,'UserAgent','\"\"'),(29533,6746,'CurrentUserID','0'),(29534,6747,'Attempts','1'),(29535,6747,'Username','\"wsaaus15\"'),(29536,6747,'CurrentUserRoles','[\"administrator\"]'),(29537,6747,'ClientIP','\"66.55.82.53\"'),(29538,6747,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29539,6748,'Attempts','1'),(29540,6748,'ClientIP','\"41.249.44.35\"'),(29541,6748,'UserAgent','\"\"'),(29542,6748,'CurrentUserID','0'),(29543,6749,'Attempts','1'),(29544,6749,'Username','\"wsaaus15\"'),(29545,6749,'CurrentUserRoles','[\"administrator\"]'),(29546,6749,'ClientIP','\"209.160.32.38\"'),(29547,6749,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29548,6750,'Attempts','1'),(29549,6750,'Username','\"wsaaus15\"'),(29550,6750,'CurrentUserRoles','[\"administrator\"]'),(29551,6750,'ClientIP','\"205.186.164.208\"'),(29552,6750,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29553,6751,'Attempts','1'),(29554,6751,'ClientIP','\"218.233.82.16\"'),(29555,6751,'UserAgent','\"\"'),(29556,6751,'CurrentUserID','0'),(29557,6752,'Attempts','1'),(29558,6752,'ClientIP','\"81.35.42.65\"'),(29559,6752,'UserAgent','\"\"'),(29560,6752,'CurrentUserID','0'),(29561,6753,'Attempts','1'),(29562,6753,'ClientIP','\"201.141.136.198\"'),(29563,6753,'UserAgent','\"\"'),(29564,6753,'CurrentUserID','0'),(29565,6754,'Attempts','1'),(29566,6754,'ClientIP','\"179.26.208.232\"'),(29567,6754,'UserAgent','\"\"'),(29568,6754,'CurrentUserID','0'),(29569,6755,'Attempts','1'),(29570,6755,'Username','\"wsaaus15\"'),(29571,6755,'CurrentUserRoles','[\"administrator\"]'),(29572,6755,'ClientIP','\"202.43.182.28\"'),(29573,6755,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29574,6756,'Attempts','1'),(29575,6756,'ClientIP','\"180.191.118.22\"'),(29576,6756,'UserAgent','\"\"'),(29577,6756,'CurrentUserID','0'),(29578,6757,'Attempts','1'),(29579,6757,'Username','\"wsaaus15\"'),(29580,6757,'CurrentUserRoles','[\"administrator\"]'),(29581,6757,'ClientIP','\"192.163.222.47\"'),(29582,6757,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29583,6758,'Attempts','1'),(29584,6758,'Username','\"wsaaus15\"'),(29585,6758,'CurrentUserRoles','[\"administrator\"]'),(29586,6758,'ClientIP','\"209.134.141.36\"'),(29587,6758,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29588,6759,'Attempts','1'),(29589,6759,'ClientIP','\"107.131.114.135\"'),(29590,6759,'UserAgent','\"\"'),(29591,6759,'CurrentUserID','0'),(29592,6760,'Attempts','1'),(29593,6760,'ClientIP','\"188.176.9.183\"'),(29594,6760,'UserAgent','\"\"'),(29595,6760,'CurrentUserID','0'),(29596,6761,'Attempts','1'),(29597,6761,'ClientIP','\"45.49.55.3\"'),(29598,6761,'UserAgent','\"\"'),(29599,6761,'CurrentUserID','0'),(29600,6762,'Attempts','1'),(29601,6762,'ClientIP','\"42.241.9.225\"'),(29602,6762,'UserAgent','\"\"'),(29603,6762,'CurrentUserID','0'),(29604,6763,'Attempts','1'),(29605,6763,'ClientIP','\"175.144.181.228\"'),(29606,6763,'UserAgent','\"\"'),(29607,6763,'CurrentUserID','0'),(29608,6764,'Attempts','1'),(29609,6764,'ClientIP','\"37.210.181.175\"'),(29610,6764,'UserAgent','\"\"'),(29611,6764,'CurrentUserID','0'),(29612,6765,'Attempts','1'),(29613,6765,'ClientIP','\"188.152.172.73\"'),(29614,6765,'UserAgent','\"\"'),(29615,6765,'CurrentUserID','0'),(29616,6766,'Attempts','1'),(29617,6766,'ClientIP','\"101.60.182.206\"'),(29618,6766,'UserAgent','\"\"'),(29619,6766,'CurrentUserID','0'),(29620,6767,'Attempts','1'),(29621,6767,'ClientIP','\"41.242.89.89\"'),(29622,6767,'UserAgent','\"\"'),(29623,6767,'CurrentUserID','0'),(29624,6768,'Attempts','1'),(29625,6768,'ClientIP','\"58.8.157.251\"'),(29626,6768,'UserAgent','\"\"'),(29627,6768,'CurrentUserID','0'),(29628,6769,'Attempts','1'),(29629,6769,'ClientIP','\"39.41.46.251\"'),(29630,6769,'UserAgent','\"\"'),(29631,6769,'CurrentUserID','0'),(29632,6770,'Attempts','1'),(29633,6770,'ClientIP','\"36.84.66.61\"'),(29634,6770,'UserAgent','\"\"'),(29635,6770,'CurrentUserID','0'),(29636,6771,'Attempts','1'),(29637,6771,'ClientIP','\"176.10.104.243\"'),(29638,6771,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)\"'),(29639,6771,'CurrentUserID','0'),(29640,6772,'Attempts','1'),(29641,6772,'ClientIP','\"114.41.143.216\"'),(29642,6772,'UserAgent','\"\"'),(29643,6772,'CurrentUserID','0'),(29644,6773,'Attempts','1'),(29645,6773,'ClientIP','\"124.253.115.86\"'),(29646,6773,'UserAgent','\"\"'),(29647,6773,'CurrentUserID','0'),(29648,6774,'Attempts','1'),(29649,6774,'ClientIP','\"98.248.118.254\"'),(29650,6774,'UserAgent','\"\"'),(29651,6774,'CurrentUserID','0'),(29652,6775,'Attempts','1'),(29653,6775,'ClientIP','\"109.96.80.245\"'),(29654,6775,'UserAgent','\"\"'),(29655,6775,'CurrentUserID','0'),(29656,6776,'Attempts','1'),(29657,6776,'ClientIP','\"190.247.73.237\"'),(29658,6776,'UserAgent','\"\"'),(29659,6776,'CurrentUserID','0'),(29660,6777,'Attempts','1'),(29661,6777,'ClientIP','\"88.216.113.123\"'),(29662,6777,'UserAgent','\"\"'),(29663,6777,'CurrentUserID','0'),(29664,6778,'Attempts','1'),(29665,6778,'ClientIP','\"121.181.106.50\"'),(29666,6778,'UserAgent','\"\"'),(29667,6778,'CurrentUserID','0'),(29668,6779,'Attempts','1'),(29669,6779,'ClientIP','\"94.112.63.193\"'),(29670,6779,'UserAgent','\"\"'),(29671,6779,'CurrentUserID','0'),(29672,6780,'Attempts','1'),(29673,6780,'ClientIP','\"202.142.104.10\"'),(29674,6780,'UserAgent','\"\"'),(29675,6780,'CurrentUserID','0'),(29676,6781,'Attempts','1'),(29677,6781,'ClientIP','\"24.205.116.46\"'),(29678,6781,'UserAgent','\"\"'),(29679,6781,'CurrentUserID','0'),(29680,6782,'Attempts','1'),(29681,6782,'ClientIP','\"183.101.198.123\"'),(29682,6782,'UserAgent','\"\"'),(29683,6782,'CurrentUserID','0'),(29684,6783,'Attempts','1'),(29685,6783,'ClientIP','\"90.150.253.155\"'),(29686,6783,'UserAgent','\"\"'),(29687,6783,'CurrentUserID','0'),(29688,6784,'Attempts','1'),(29689,6784,'ClientIP','\"218.50.136.38\"'),(29690,6784,'UserAgent','\"\"'),(29691,6784,'CurrentUserID','0'),(29692,6785,'Attempts','1'),(29693,6785,'ClientIP','\"92.87.13.201\"'),(29694,6785,'UserAgent','\"\"'),(29695,6785,'CurrentUserID','0'),(29696,6786,'Attempts','1'),(29697,6786,'ClientIP','\"101.222.240.101\"'),(29698,6786,'UserAgent','\"\"'),(29699,6786,'CurrentUserID','0'),(29700,6787,'Attempts','1'),(29701,6787,'ClientIP','\"116.75.28.39\"'),(29702,6787,'UserAgent','\"\"'),(29703,6787,'CurrentUserID','0'),(29704,6788,'Attempts','1'),(29705,6788,'ClientIP','\"115.187.46.137\"'),(29706,6788,'UserAgent','\"\"'),(29707,6788,'CurrentUserID','0'),(29708,6789,'Attempts','1'),(29709,6789,'ClientIP','\"210.195.89.114\"'),(29710,6789,'UserAgent','\"\"'),(29711,6789,'CurrentUserID','0'),(29712,6790,'Attempts','1'),(29713,6790,'ClientIP','\"31.183.93.159\"'),(29714,6790,'UserAgent','\"\"'),(29715,6790,'CurrentUserID','0'),(29716,6791,'Attempts','1'),(29717,6791,'ClientIP','\"94.160.103.119\"'),(29718,6791,'UserAgent','\"\"'),(29719,6791,'CurrentUserID','0'),(29720,6792,'Attempts','1'),(29721,6792,'ClientIP','\"115.133.65.23\"'),(29722,6792,'UserAgent','\"\"'),(29723,6792,'CurrentUserID','0'),(29724,6793,'Attempts','1'),(29725,6793,'ClientIP','\"31.13.232.71\"'),(29726,6793,'UserAgent','\"\"'),(29727,6793,'CurrentUserID','0'),(29728,6794,'Attempts','1'),(29729,6794,'ClientIP','\"83.29.25.249\"'),(29730,6794,'UserAgent','\"\"'),(29731,6794,'CurrentUserID','0'),(29732,6795,'Attempts','1'),(29733,6795,'ClientIP','\"116.237.111.107\"'),(29734,6795,'UserAgent','\"\"'),(29735,6795,'CurrentUserID','0'),(29736,6796,'Attempts','\"10+\"'),(29737,6796,'ClientIP','\"91.200.12.22\"'),(29738,6796,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(29739,6796,'CurrentUserID','0'),(29740,6797,'Attempts','1'),(29741,6797,'ClientIP','\"110.55.4.253\"'),(29742,6797,'UserAgent','\"\"'),(29743,6797,'CurrentUserID','0'),(29744,6798,'Attempts','1'),(29745,6798,'ClientIP','\"84.25.0.184\"'),(29746,6798,'UserAgent','\"\"'),(29747,6798,'CurrentUserID','0'),(29748,6799,'Attempts','1'),(29749,6799,'ClientIP','\"118.179.177.115\"'),(29750,6799,'UserAgent','\"\"'),(29751,6799,'CurrentUserID','0'),(29752,6800,'Attempts','1'),(29753,6800,'ClientIP','\"122.172.144.181\"'),(29754,6800,'UserAgent','\"\"'),(29755,6800,'CurrentUserID','0'),(29756,6801,'Attempts','1'),(29757,6801,'ClientIP','\"122.102.32.106\"'),(29758,6801,'UserAgent','\"\"'),(29759,6801,'CurrentUserID','0'),(29760,6802,'Attempts','1'),(29761,6802,'ClientIP','\"94.177.42.194\"'),(29762,6802,'UserAgent','\"\"'),(29763,6802,'CurrentUserID','0'),(29764,6803,'Attempts','1'),(29765,6803,'ClientIP','\"83.110.235.196\"'),(29766,6803,'UserAgent','\"\"'),(29767,6803,'CurrentUserID','0'),(29768,6804,'Attempts','1'),(29769,6804,'ClientIP','\"46.71.93.185\"'),(29770,6804,'UserAgent','\"\"'),(29771,6804,'CurrentUserID','0'),(29772,6805,'Attempts','1'),(29773,6805,'ClientIP','\"185.54.162.14\"'),(29774,6805,'UserAgent','\"\"'),(29775,6805,'CurrentUserID','0'),(29776,6806,'Attempts','1'),(29777,6806,'ClientIP','\"41.66.229.227\"'),(29778,6806,'UserAgent','\"\"'),(29779,6806,'CurrentUserID','0'),(29780,6807,'Attempts','1'),(29781,6807,'ClientIP','\"90.10.173.77\"'),(29782,6807,'UserAgent','\"\"'),(29783,6807,'CurrentUserID','0'),(29784,6808,'Attempts','1'),(29785,6808,'ClientIP','\"54.94.241.184\"'),(29786,6808,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:14.0) Gecko\\/20100101 Firefox\\/14.0.1\"'),(29787,6808,'CurrentUserID','0'),(29788,6809,'Attempts','1'),(29789,6809,'ClientIP','\"189.41.29.204\"'),(29790,6809,'UserAgent','\"\"'),(29791,6809,'CurrentUserID','0'),(29792,6810,'Attempts','1'),(29793,6810,'ClientIP','\"78.153.48.167\"'),(29794,6810,'UserAgent','\"\"'),(29795,6810,'CurrentUserID','0'),(29796,6811,'Attempts','1'),(29797,6811,'ClientIP','\"92.97.42.246\"'),(29798,6811,'UserAgent','\"\"'),(29799,6811,'CurrentUserID','0'),(29800,6812,'Attempts','1'),(29801,6812,'ClientIP','\"79.116.29.65\"'),(29802,6812,'UserAgent','\"\"'),(29803,6812,'CurrentUserID','0'),(29804,6813,'Attempts','1'),(29805,6813,'ClientIP','\"181.120.82.221\"'),(29806,6813,'UserAgent','\"\"'),(29807,6813,'CurrentUserID','0'),(29808,6814,'Attempts','1'),(29809,6814,'ClientIP','\"31.223.145.211\"'),(29810,6814,'UserAgent','\"\"'),(29811,6814,'CurrentUserID','0'),(29812,6815,'Attempts','1'),(29813,6815,'ClientIP','\"197.32.196.153\"'),(29814,6815,'UserAgent','\"\"'),(29815,6815,'CurrentUserID','0'),(29816,6816,'Attempts','1'),(29817,6816,'ClientIP','\"5.69.105.246\"'),(29818,6816,'UserAgent','\"\"'),(29819,6816,'CurrentUserID','0'),(29820,6817,'Attempts','1'),(29821,6817,'ClientIP','\"58.97.187.202\"'),(29822,6817,'UserAgent','\"\"'),(29823,6817,'CurrentUserID','0'),(29824,6818,'Attempts','1'),(29825,6818,'ClientIP','\"46.218.13.154\"'),(29826,6818,'UserAgent','\"\"'),(29827,6818,'CurrentUserID','0'),(29828,6819,'Attempts','1'),(29829,6819,'ClientIP','\"78.63.148.28\"'),(29830,6819,'UserAgent','\"\"'),(29831,6819,'CurrentUserID','0'),(29832,6820,'Attempts','1'),(29833,6820,'ClientIP','\"76.68.87.105\"'),(29834,6820,'UserAgent','\"\"'),(29835,6820,'CurrentUserID','0'),(29836,6821,'Attempts','1'),(29837,6821,'Username','\"wsaaus15\"'),(29838,6821,'CurrentUserRoles','[\"administrator\"]'),(29839,6821,'ClientIP','\"64.34.148.80\"'),(29840,6821,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29841,6822,'Attempts','1'),(29842,6822,'ClientIP','\"1.186.136.97\"'),(29843,6822,'UserAgent','\"\"'),(29844,6822,'CurrentUserID','0'),(29845,6823,'Attempts','1'),(29846,6823,'ClientIP','\"5.12.19.177\"'),(29847,6823,'UserAgent','\"\"'),(29848,6823,'CurrentUserID','0'),(29849,6824,'Attempts','1'),(29850,6824,'ClientIP','\"185.38.212.116\"'),(29851,6824,'UserAgent','\"\"'),(29852,6824,'CurrentUserID','0'),(29853,6825,'Attempts','1'),(29854,6825,'ClientIP','\"81.103.69.233\"'),(29855,6825,'UserAgent','\"\"'),(29856,6825,'CurrentUserID','0'),(29857,6826,'Attempts','1'),(29858,6826,'ClientIP','\"109.77.10.209\"'),(29859,6826,'UserAgent','\"\"'),(29860,6826,'CurrentUserID','0'),(29861,6827,'Attempts','1'),(29862,6827,'ClientIP','\"84.10.190.182\"'),(29863,6827,'UserAgent','\"\"'),(29864,6827,'CurrentUserID','0'),(29865,6828,'Attempts','1'),(29866,6828,'ClientIP','\"83.83.95.114\"'),(29867,6828,'UserAgent','\"\"'),(29868,6828,'CurrentUserID','0'),(29869,6829,'Attempts','2'),(29870,6829,'ClientIP','\"43.252.16.250\"'),(29871,6829,'UserAgent','\"\"'),(29872,6829,'CurrentUserID','0'),(29873,6830,'Attempts','1'),(29874,6830,'Username','\"wsaaus15\"'),(29875,6830,'CurrentUserRoles','[\"administrator\"]'),(29876,6830,'ClientIP','\"93.184.150.2\"'),(29877,6830,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29878,6831,'Attempts','1'),(29879,6831,'Username','\"wsaaus15\"'),(29880,6831,'CurrentUserRoles','[\"administrator\"]'),(29881,6831,'ClientIP','\"217.171.192.199\"'),(29882,6831,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29883,6832,'Attempts','1'),(29884,6832,'ClientIP','\"62.197.243.1\"'),(29885,6832,'UserAgent','\"\"'),(29886,6832,'CurrentUserID','0'),(29887,6833,'Attempts','1'),(29888,6833,'Username','\"wsaaus15\"'),(29889,6833,'CurrentUserRoles','[\"administrator\"]'),(29890,6833,'ClientIP','\"173.203.86.16\"'),(29891,6833,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29892,6834,'Attempts','1'),(29893,6834,'ClientIP','\"79.177.62.98\"'),(29894,6834,'UserAgent','\"\"'),(29895,6834,'CurrentUserID','0'),(29896,6835,'Attempts','1'),(29897,6835,'Username','\"wsaaus15\"'),(29898,6835,'CurrentUserRoles','[\"administrator\"]'),(29899,6835,'ClientIP','\"218.219.132.18\"'),(29900,6835,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29901,6836,'Attempts','1'),(29902,6836,'ClientIP','\"89.234.157.254\"'),(29903,6836,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/29.0.1547.76 Safari\\/537.36\"'),(29904,6836,'CurrentUserID','0'),(29905,6837,'Attempts','1'),(29906,6837,'Username','\"wsaaus15\"'),(29907,6837,'CurrentUserRoles','[\"administrator\"]'),(29908,6837,'ClientIP','\"67.222.12.48\"'),(29909,6837,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29910,6838,'Attempts','1'),(29911,6838,'Username','\"wsaaus15\"'),(29912,6838,'CurrentUserRoles','[\"administrator\"]'),(29913,6838,'ClientIP','\"109.228.2.221\"'),(29914,6838,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29915,6839,'Attempts','1'),(29916,6839,'Username','\"wsaaus15\"'),(29917,6839,'CurrentUserRoles','[\"administrator\"]'),(29918,6839,'ClientIP','\"198.57.189.139\"'),(29919,6839,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29920,6840,'Attempts','1'),(29921,6840,'Username','\"wsaaus15\"'),(29922,6840,'CurrentUserRoles','[\"administrator\"]'),(29923,6840,'ClientIP','\"37.187.45.130\"'),(29924,6840,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29925,6841,'Attempts','1'),(29926,6841,'Username','\"wsaaus15\"'),(29927,6841,'CurrentUserRoles','[\"administrator\"]'),(29928,6841,'ClientIP','\"96.44.166.24\"'),(29929,6841,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29930,6842,'Attempts','1'),(29931,6842,'ClientIP','\"41.224.75.233\"'),(29932,6842,'UserAgent','\"\"'),(29933,6842,'CurrentUserID','0'),(29934,6843,'Attempts','1'),(29935,6843,'Username','\"wsaaus15\"'),(29936,6843,'CurrentUserRoles','[\"administrator\"]'),(29937,6843,'ClientIP','\"151.80.141.87\"'),(29938,6843,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29939,6844,'Attempts','1'),(29940,6844,'Username','\"wsaaus15\"'),(29941,6844,'CurrentUserRoles','[\"administrator\"]'),(29942,6844,'ClientIP','\"81.216.105.171\"'),(29943,6844,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29944,6845,'Attempts','1'),(29945,6845,'Username','\"wsaaus15\"'),(29946,6845,'CurrentUserRoles','[\"administrator\"]'),(29947,6845,'ClientIP','\"23.231.48.133\"'),(29948,6845,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29949,6846,'Attempts','1'),(29950,6846,'Username','\"wsaaus15\"'),(29951,6846,'CurrentUserRoles','[\"administrator\"]'),(29952,6846,'ClientIP','\"96.127.149.146\"'),(29953,6846,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29954,6847,'Attempts','1'),(29955,6847,'Username','\"wsaaus15\"'),(29956,6847,'CurrentUserRoles','[\"administrator\"]'),(29957,6847,'ClientIP','\"193.189.75.60\"'),(29958,6847,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29959,6848,'Attempts','1'),(29960,6848,'ClientIP','\"119.149.150.229\"'),(29961,6848,'UserAgent','\"\"'),(29962,6848,'CurrentUserID','0'),(29963,6849,'Attempts','1'),(29964,6849,'Username','\"wsaaus15\"'),(29965,6849,'CurrentUserRoles','[\"administrator\"]'),(29966,6849,'ClientIP','\"198.1.90.60\"'),(29967,6849,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29968,6850,'Attempts','1'),(29969,6850,'Username','\"wsaaus15\"'),(29970,6850,'CurrentUserRoles','[\"administrator\"]'),(29971,6850,'ClientIP','\"198.58.125.122\"'),(29972,6850,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29973,6851,'Attempts','2'),(29974,6851,'Username','\"wsaaus15\"'),(29975,6851,'CurrentUserRoles','[\"administrator\"]'),(29976,6851,'ClientIP','\"200.27.202.116\"'),(29977,6851,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29978,6852,'Attempts','1'),(29979,6852,'Username','\"wsaaus15\"'),(29980,6852,'CurrentUserRoles','[\"administrator\"]'),(29981,6852,'ClientIP','\"106.186.21.22\"'),(29982,6852,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29983,6853,'Attempts','1'),(29984,6853,'ClientIP','\"185.93.35.214\"'),(29985,6853,'UserAgent','\"\"'),(29986,6853,'CurrentUserID','0'),(29987,6854,'Attempts','1'),(29988,6854,'ClientIP','\"62.43.205.189\"'),(29989,6854,'UserAgent','\"\"'),(29990,6854,'CurrentUserID','0'),(29991,6855,'Attempts','1'),(29992,6855,'Username','\"wsaaus15\"'),(29993,6855,'CurrentUserRoles','[\"administrator\"]'),(29994,6855,'ClientIP','\"108.179.205.206\"'),(29995,6855,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(29996,6856,'Attempts','1'),(29997,6856,'ClientIP','\"146.255.135.27\"'),(29998,6856,'UserAgent','\"\"'),(29999,6856,'CurrentUserID','0'),(30000,6857,'Attempts','1'),(30001,6857,'Username','\"wsaaus15\"'),(30002,6857,'CurrentUserRoles','[\"administrator\"]'),(30003,6857,'ClientIP','\"212.129.63.20\"'),(30004,6857,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30005,6858,'Attempts','1'),(30006,6858,'ClientIP','\"46.194.193.178\"'),(30007,6858,'UserAgent','\"\"'),(30008,6858,'CurrentUserID','0'),(30009,6859,'Attempts','1'),(30010,6859,'ClientIP','\"2.144.196.65\"'),(30011,6859,'UserAgent','\"\"'),(30012,6859,'CurrentUserID','0'),(30013,6860,'Attempts','1'),(30014,6860,'Username','\"wsaaus15\"'),(30015,6860,'CurrentUserRoles','[\"administrator\"]'),(30016,6860,'ClientIP','\"142.4.17.142\"'),(30017,6860,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30018,6861,'Attempts','1'),(30019,6861,'ClientIP','\"178.220.36.168\"'),(30020,6861,'UserAgent','\"\"'),(30021,6861,'CurrentUserID','0'),(30022,6862,'Attempts','1'),(30023,6862,'ClientIP','\"42.116.25.90\"'),(30024,6862,'UserAgent','\"\"'),(30025,6862,'CurrentUserID','0'),(30026,6863,'Attempts','1'),(30027,6863,'ClientIP','\"89.211.88.66\"'),(30028,6863,'UserAgent','\"\"'),(30029,6863,'CurrentUserID','0'),(30030,6864,'Attempts','1'),(30031,6864,'Username','\"wsaaus15\"'),(30032,6864,'CurrentUserRoles','[\"administrator\"]'),(30033,6864,'ClientIP','\"152.74.151.14\"'),(30034,6864,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30035,6865,'Attempts','1'),(30036,6865,'Username','\"wsaaus15\"'),(30037,6865,'CurrentUserRoles','[\"administrator\"]'),(30038,6865,'ClientIP','\"162.242.214.66\"'),(30039,6865,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30040,6866,'Attempts','1'),(30041,6866,'Username','\"wsaaus15\"'),(30042,6866,'CurrentUserRoles','[\"administrator\"]'),(30043,6866,'ClientIP','\"52.6.193.18\"'),(30044,6866,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30045,6867,'Attempts','1'),(30046,6867,'Username','\"wsaaus15\"'),(30047,6867,'CurrentUserRoles','[\"administrator\"]'),(30048,6867,'ClientIP','\"91.121.176.44\"'),(30049,6867,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30050,6868,'Attempts','1'),(30051,6868,'ClientIP','\"202.1.163.225\"'),(30052,6868,'UserAgent','\"\"'),(30053,6868,'CurrentUserID','0'),(30054,6869,'Attempts','1'),(30055,6869,'ClientIP','\"188.138.9.49\"'),(30056,6869,'UserAgent','\"Opera\\/9.80 (Windows NT 6.1) Presto\\/2.12 Version\\/12.14\"'),(30057,6869,'CurrentUserID','0'),(30058,6870,'Attempts','1'),(30059,6870,'ClientIP','\"62.141.45.246\"'),(30060,6870,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident\\/5.0; NP06)\"'),(30061,6870,'CurrentUserID','0'),(30062,6871,'Attempts','1'),(30063,6871,'ClientIP','\"188.135.42.75\"'),(30064,6871,'UserAgent','\"\"'),(30065,6871,'CurrentUserID','0'),(30066,6872,'Attempts','1'),(30067,6872,'Username','\"wsaaus15\"'),(30068,6872,'CurrentUserRoles','[\"administrator\"]'),(30069,6872,'ClientIP','\"190.144.91.251\"'),(30070,6872,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30071,6873,'Attempts','1'),(30072,6873,'ClientIP','\"31.44.70.103\"'),(30073,6873,'UserAgent','\"\"'),(30074,6873,'CurrentUserID','0'),(30075,6874,'Attempts','2'),(30076,6874,'ClientIP','\"92.222.252.206\"'),(30077,6874,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(30078,6874,'CurrentUserID','0'),(30079,6875,'Attempts','1'),(30080,6875,'Username','\"wsaaus15\"'),(30081,6875,'CurrentUserRoles','[\"administrator\"]'),(30082,6875,'ClientIP','\"203.29.124.130\"'),(30083,6875,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30084,6876,'Attempts','1'),(30085,6876,'ClientIP','\"5.28.138.58\"'),(30086,6876,'UserAgent','\"\"'),(30087,6876,'CurrentUserID','0'),(30088,6877,'Attempts','1'),(30089,6877,'ClientIP','\"89.41.236.230\"'),(30090,6877,'UserAgent','\"\"'),(30091,6877,'CurrentUserID','0'),(30092,6878,'Attempts','1'),(30093,6878,'Username','\"wsaaus15\"'),(30094,6878,'CurrentUserRoles','[\"administrator\"]'),(30095,6878,'ClientIP','\"167.114.79.254\"'),(30096,6878,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30097,6879,'Attempts','1'),(30098,6879,'ClientIP','\"60.243.202.11\"'),(30099,6879,'UserAgent','\"\"'),(30100,6879,'CurrentUserID','0'),(30101,6880,'Attempts','1'),(30102,6880,'ClientIP','\"79.168.125.192\"'),(30103,6880,'UserAgent','\"\"'),(30104,6880,'CurrentUserID','0'),(30105,6881,'Attempts','1'),(30106,6881,'ClientIP','\"37.8.116.34\"'),(30107,6881,'UserAgent','\"\"'),(30108,6881,'CurrentUserID','0'),(30109,6882,'Attempts','1'),(30110,6882,'Username','\"wsaaus15\"'),(30111,6882,'CurrentUserRoles','[\"administrator\"]'),(30112,6882,'ClientIP','\"185.81.155.175\"'),(30113,6882,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30114,6883,'Attempts','1'),(30115,6883,'ClientIP','\"82.181.111.212\"'),(30116,6883,'UserAgent','\"\"'),(30117,6883,'CurrentUserID','0'),(30118,6884,'Attempts','6'),(30119,6884,'ClientIP','\"91.200.12.22\"'),(30120,6884,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(30121,6884,'CurrentUserID','0'),(30122,6885,'Attempts','1'),(30123,6885,'ClientIP','\"41.47.30.163\"'),(30124,6885,'UserAgent','\"\"'),(30125,6885,'CurrentUserID','0'),(30126,6886,'Attempts','2'),(30127,6886,'ClientIP','\"27.99.117.116\"'),(30128,6886,'UserAgent','\"\"'),(30129,6886,'CurrentUserID','0'),(30130,6887,'Attempts','1'),(30131,6887,'Username','\"wsaaus15\"'),(30132,6887,'CurrentUserRoles','[\"administrator\"]'),(30133,6887,'ClientIP','\"54.215.196.56\"'),(30134,6887,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30135,6888,'Attempts','1'),(30136,6888,'Username','\"wsaaus15\"'),(30137,6888,'CurrentUserRoles','[\"administrator\"]'),(30138,6888,'ClientIP','\"67.222.3.156\"'),(30139,6888,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30140,6889,'Attempts','1'),(30141,6889,'ClientIP','\"117.241.205.252\"'),(30142,6889,'UserAgent','\"\"'),(30143,6889,'CurrentUserID','0'),(30144,6890,'Attempts','1'),(30145,6890,'ClientIP','\"89.121.241.142\"'),(30146,6890,'UserAgent','\"\"'),(30147,6890,'CurrentUserID','0'),(30148,6891,'Attempts','1'),(30149,6891,'ClientIP','\"101.160.145.246\"'),(30150,6891,'UserAgent','\"\"'),(30151,6891,'CurrentUserID','0'),(30152,6892,'Attempts','1'),(30153,6892,'ClientIP','\"116.199.173.2\"'),(30154,6892,'UserAgent','\"\"'),(30155,6892,'CurrentUserID','0'),(30156,6893,'Attempts','1'),(30157,6893,'Username','\"wsaaus15\"'),(30158,6893,'CurrentUserRoles','[\"administrator\"]'),(30159,6893,'ClientIP','\"192.240.160.143\"'),(30160,6893,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30161,6894,'Attempts','1'),(30162,6894,'ClientIP','\"79.112.52.167\"'),(30163,6894,'UserAgent','\"\"'),(30164,6894,'CurrentUserID','0'),(30165,6895,'Attempts','1'),(30166,6895,'ClientIP','\"223.207.227.161\"'),(30167,6895,'UserAgent','\"\"'),(30168,6895,'CurrentUserID','0'),(30169,6896,'Attempts','1'),(30170,6896,'Username','\"wsaaus15\"'),(30171,6896,'CurrentUserRoles','[\"administrator\"]'),(30172,6896,'ClientIP','\"192.206.5.72\"'),(30173,6896,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30174,6897,'Attempts','1'),(30175,6897,'ClientIP','\"211.30.161.181\"'),(30176,6897,'UserAgent','\"\"'),(30177,6897,'CurrentUserID','0'),(30178,6898,'Attempts','1'),(30179,6898,'Username','\"wsaaus15\"'),(30180,6898,'CurrentUserRoles','[\"administrator\"]'),(30181,6898,'ClientIP','\"46.235.44.121\"'),(30182,6898,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30183,6899,'Attempts','1'),(30184,6899,'ClientIP','\"120.59.87.82\"'),(30185,6899,'UserAgent','\"\"'),(30186,6899,'CurrentUserID','0'),(30187,6900,'Attempts','1'),(30188,6900,'Username','\"wsaaus15\"'),(30189,6900,'CurrentUserRoles','[\"administrator\"]'),(30190,6900,'ClientIP','\"89.26.240.140\"'),(30191,6900,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30192,6901,'Attempts','1'),(30193,6901,'ClientIP','\"182.187.92.126\"'),(30194,6901,'UserAgent','\"\"'),(30195,6901,'CurrentUserID','0'),(30196,6902,'Attempts','1'),(30197,6902,'ClientIP','\"105.225.117.216\"'),(30198,6902,'UserAgent','\"\"'),(30199,6902,'CurrentUserID','0'),(30200,6903,'Attempts','1'),(30201,6903,'ClientIP','\"121.7.54.42\"'),(30202,6903,'UserAgent','\"\"'),(30203,6903,'CurrentUserID','0'),(30204,6904,'Attempts','1'),(30205,6904,'ClientIP','\"77.81.75.191\"'),(30206,6904,'UserAgent','\"\"'),(30207,6904,'CurrentUserID','0'),(30208,6905,'Attempts','1'),(30209,6905,'Username','\"wsaaus15\"'),(30210,6905,'CurrentUserRoles','[\"administrator\"]'),(30211,6905,'ClientIP','\"118.163.2.153\"'),(30212,6905,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30213,6906,'Attempts','1'),(30214,6906,'Username','\"wsaaus15\"'),(30215,6906,'CurrentUserRoles','[\"administrator\"]'),(30216,6906,'ClientIP','\"184.168.80.129\"'),(30217,6906,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30218,6907,'Attempts','\"10+\"'),(30219,6907,'ClientIP','\"45.42.91.42\"'),(30220,6907,'UserAgent','\"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)\"'),(30221,6907,'CurrentUserID','0'),(30222,6908,'Attempts','1'),(30223,6908,'Username','\"wsaaus15\"'),(30224,6908,'CurrentUserRoles','[\"administrator\"]'),(30225,6908,'ClientIP','\"198.57.182.1\"'),(30226,6908,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30227,6909,'Attempts','1'),(30228,6909,'ClientIP','\"81.44.26.44\"'),(30229,6909,'UserAgent','\"\"'),(30230,6909,'CurrentUserID','0'),(30231,6910,'Attempts','1'),(30232,6910,'ClientIP','\"197.27.34.149\"'),(30233,6910,'UserAgent','\"\"'),(30234,6910,'CurrentUserID','0'),(30235,6911,'Attempts','1'),(30236,6911,'ClientIP','\"93.177.134.101\"'),(30237,6911,'UserAgent','\"\"'),(30238,6911,'CurrentUserID','0'),(30239,6912,'Attempts','1'),(30240,6912,'Username','\"wsaaus15\"'),(30241,6912,'CurrentUserRoles','[\"administrator\"]'),(30242,6912,'ClientIP','\"91.197.230.235\"'),(30243,6912,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30244,6913,'Attempts','1'),(30245,6913,'Username','\"wsaaus15\"'),(30246,6913,'CurrentUserRoles','[\"administrator\"]'),(30247,6913,'ClientIP','\"27.131.105.131\"'),(30248,6913,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30249,6914,'Attempts','1'),(30250,6914,'Username','\"wsaaus15\"'),(30251,6914,'CurrentUserRoles','[\"administrator\"]'),(30252,6914,'ClientIP','\"197.85.184.79\"'),(30253,6914,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30254,6915,'Attempts','1'),(30255,6915,'Username','\"wsaaus15\"'),(30256,6915,'CurrentUserRoles','[\"administrator\"]'),(30257,6915,'ClientIP','\"139.153.14.206\"'),(30258,6915,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30259,6916,'Attempts','1'),(30260,6916,'ClientIP','\"92.97.250.28\"'),(30261,6916,'UserAgent','\"\"'),(30262,6916,'CurrentUserID','0'),(30263,6917,'Attempts','1'),(30264,6917,'Username','\"wsaaus15\"'),(30265,6917,'CurrentUserRoles','[\"administrator\"]'),(30266,6917,'ClientIP','\"212.84.69.142\"'),(30267,6917,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30268,6918,'Attempts','1'),(30269,6918,'Username','\"wsaaus15\"'),(30270,6918,'CurrentUserRoles','[\"administrator\"]'),(30271,6918,'ClientIP','\"133.242.189.117\"'),(30272,6918,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30273,6919,'Attempts','1'),(30274,6919,'ClientIP','\"46.214.237.34\"'),(30275,6919,'UserAgent','\"\"'),(30276,6919,'CurrentUserID','0'),(30277,6920,'Attempts','1'),(30278,6920,'Username','\"wsaaus15\"'),(30279,6920,'CurrentUserRoles','[\"administrator\"]'),(30280,6920,'ClientIP','\"158.194.244.144\"'),(30281,6920,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30282,6921,'Attempts','1'),(30283,6921,'Username','\"wsaaus15\"'),(30284,6921,'CurrentUserRoles','[\"administrator\"]'),(30285,6921,'ClientIP','\"62.210.99.239\"'),(30286,6921,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30287,6922,'Attempts','1'),(30288,6922,'ClientIP','\"84.228.219.200\"'),(30289,6922,'UserAgent','\"\"'),(30290,6922,'CurrentUserID','0'),(30291,6923,'Attempts','1'),(30292,6923,'ClientIP','\"84.2.156.18\"'),(30293,6923,'UserAgent','\"\"'),(30294,6923,'CurrentUserID','0'),(30295,6924,'Attempts','1'),(30296,6924,'ClientIP','\"177.3.254.181\"'),(30297,6924,'UserAgent','\"\"'),(30298,6924,'CurrentUserID','0'),(30299,6925,'Attempts','1'),(30300,6925,'ClientIP','\"39.42.220.7\"'),(30301,6925,'UserAgent','\"\"'),(30302,6925,'CurrentUserID','0'),(30303,6926,'Attempts','1'),(30304,6926,'ClientIP','\"189.24.80.101\"'),(30305,6926,'UserAgent','\"\"'),(30306,6926,'CurrentUserID','0'),(30307,6927,'Attempts','1'),(30308,6927,'ClientIP','\"46.226.110.185\"'),(30309,6927,'UserAgent','\"Opera\\/9.80 (Windows NT 6.2); U) Presto\\/2.10.181 Version\\/12.00\"'),(30310,6927,'CurrentUserID','0'),(30311,6928,'Attempts','1'),(30312,6928,'Username','\"wsaaus15\"'),(30313,6928,'CurrentUserRoles','[\"administrator\"]'),(30314,6928,'ClientIP','\"109.248.227.4\"'),(30315,6928,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30316,6929,'Attempts','1'),(30317,6929,'ClientIP','\"194.150.168.95\"'),(30318,6929,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.4 (KHTML like Gecko) Chrome\\/22.0.1229.94 Safari\\/537.4\"'),(30319,6929,'CurrentUserID','0'),(30320,6930,'Attempts','1'),(30321,6930,'ClientIP','\"197.117.87.193\"'),(30322,6930,'UserAgent','\"\"'),(30323,6930,'CurrentUserID','0'),(30324,6931,'Attempts','1'),(30325,6931,'ClientIP','\"93.72.4.137\"'),(30326,6931,'UserAgent','\"\"'),(30327,6931,'CurrentUserID','0'),(30328,6932,'Attempts','1'),(30329,6932,'ClientIP','\"82.23.63.84\"'),(30330,6932,'UserAgent','\"\"'),(30331,6932,'CurrentUserID','0'),(30332,6933,'Attempts','1'),(30333,6933,'ClientIP','\"46.217.145.42\"'),(30334,6933,'UserAgent','\"\"'),(30335,6933,'CurrentUserID','0'),(30336,6934,'Attempts','1'),(30337,6934,'Username','\"wsaaus15\"'),(30338,6934,'CurrentUserRoles','[\"administrator\"]'),(30339,6934,'ClientIP','\"94.40.92.2\"'),(30340,6934,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30341,6935,'Attempts','1'),(30342,6935,'Username','\"wsaaus15\"'),(30343,6935,'CurrentUserRoles','[\"administrator\"]'),(30344,6935,'ClientIP','\"144.76.45.84\"'),(30345,6935,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30346,6936,'Attempts','1'),(30347,6936,'Username','\"wsaaus15\"'),(30348,6936,'CurrentUserRoles','[\"administrator\"]'),(30349,6936,'ClientIP','\"178.33.60.12\"'),(30350,6936,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30351,6937,'Attempts','1'),(30352,6937,'Username','\"wsaaus15\"'),(30353,6937,'CurrentUserRoles','[\"administrator\"]'),(30354,6937,'ClientIP','\"122.252.3.114\"'),(30355,6937,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30356,6938,'Attempts','1'),(30357,6938,'Username','\"wsaaus15\"'),(30358,6938,'CurrentUserRoles','[\"administrator\"]'),(30359,6938,'ClientIP','\"41.74.186.243\"'),(30360,6938,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30361,6939,'Attempts','1'),(30362,6939,'Username','\"wsaaus15\"'),(30363,6939,'CurrentUserRoles','[\"administrator\"]'),(30364,6939,'ClientIP','\"159.213.236.195\"'),(30365,6939,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30366,6940,'Attempts','1'),(30367,6940,'Username','\"wsaaus15\"'),(30368,6940,'CurrentUserRoles','[\"administrator\"]'),(30369,6940,'ClientIP','\"72.34.62.48\"'),(30370,6940,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30371,6941,'Attempts','1'),(30372,6941,'Username','\"wsaaus15\"'),(30373,6941,'CurrentUserRoles','[\"administrator\"]'),(30374,6941,'ClientIP','\"50.63.130.215\"'),(30375,6941,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30376,6942,'Attempts','1'),(30377,6942,'Username','\"wsaaus15\"'),(30378,6942,'CurrentUserRoles','[\"administrator\"]'),(30379,6942,'ClientIP','\"80.247.78.250\"'),(30380,6942,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30381,6943,'Attempts','1'),(30382,6943,'Username','\"wsaaus15\"'),(30383,6943,'CurrentUserRoles','[\"administrator\"]'),(30384,6943,'ClientIP','\"67.222.139.92\"'),(30385,6943,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30386,6944,'Attempts','1'),(30387,6944,'Username','\"wsaaus15\"'),(30388,6944,'CurrentUserRoles','[\"administrator\"]'),(30389,6944,'ClientIP','\"162.144.102.228\"'),(30390,6944,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30391,6945,'Attempts','1'),(30392,6945,'Username','\"wsaaus15\"'),(30393,6945,'CurrentUserRoles','[\"administrator\"]'),(30394,6945,'ClientIP','\"75.127.114.162\"'),(30395,6945,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30396,6946,'Attempts','1'),(30397,6946,'Username','\"wsaaus15\"'),(30398,6946,'CurrentUserRoles','[\"administrator\"]'),(30399,6946,'ClientIP','\"141.0.227.19\"'),(30400,6946,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30401,6947,'Attempts','1'),(30402,6947,'Username','\"wsaaus15\"'),(30403,6947,'CurrentUserRoles','[\"administrator\"]'),(30404,6947,'ClientIP','\"123.30.50.12\"'),(30405,6947,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30406,6948,'Attempts','1'),(30407,6948,'Username','\"wsaaus15\"'),(30408,6948,'CurrentUserRoles','[\"administrator\"]'),(30409,6948,'ClientIP','\"93.104.209.84\"'),(30410,6948,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30411,6949,'Attempts','1'),(30412,6949,'Username','\"wsaaus15\"'),(30413,6949,'CurrentUserRoles','[\"administrator\"]'),(30414,6949,'ClientIP','\"205.134.241.101\"'),(30415,6949,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30416,6950,'Attempts','1'),(30417,6950,'Username','\"wsaaus15\"'),(30418,6950,'CurrentUserRoles','[\"administrator\"]'),(30419,6950,'ClientIP','\"89.38.132.141\"'),(30420,6950,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30421,6951,'Attempts','1'),(30422,6951,'Username','\"wsaaus15\"'),(30423,6951,'CurrentUserRoles','[\"administrator\"]'),(30424,6951,'ClientIP','\"94.73.142.106\"'),(30425,6951,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30426,6952,'Attempts','1'),(30427,6952,'Username','\"wsaaus15\"'),(30428,6952,'CurrentUserRoles','[\"administrator\"]'),(30429,6952,'ClientIP','\"217.160.106.109\"'),(30430,6952,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30431,6953,'Attempts','1'),(30432,6953,'ClientIP','\"201.82.72.141\"'),(30433,6953,'UserAgent','\"\"'),(30434,6953,'CurrentUserID','0'),(30435,6954,'Attempts','1'),(30436,6954,'ClientIP','\"39.41.113.215\"'),(30437,6954,'UserAgent','\"\"'),(30438,6954,'CurrentUserID','0'),(30439,6955,'Attempts','1'),(30440,6955,'Username','\"wsaaus15\"'),(30441,6955,'CurrentUserRoles','[\"administrator\"]'),(30442,6955,'ClientIP','\"186.202.127.124\"'),(30443,6955,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30444,6956,'Attempts','1'),(30445,6956,'ClientIP','\"37.187.129.166\"'),(30446,6956,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.63 Safari\\/537.36\"'),(30447,6956,'CurrentUserID','0'),(30448,6957,'Attempts','1'),(30449,6957,'ClientIP','\"149.202.98.160\"'),(30450,6957,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.11 (KHTML like Gecko) Chrome\\/23.0.1271.97 Safari\\/537.11\"'),(30451,6957,'CurrentUserID','0'),(30452,6958,'Attempts','1'),(30453,6958,'ClientIP','\"171.25.193.131\"'),(30454,6958,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"'),(30455,6958,'CurrentUserID','0'),(30456,6959,'Attempts','1'),(30457,6959,'Username','\"wsaaus15\"'),(30458,6959,'CurrentUserRoles','[\"administrator\"]'),(30459,6959,'ClientIP','\"167.114.208.224\"'),(30460,6959,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30461,6960,'Attempts','1'),(30462,6960,'ClientIP','\"213.57.31.201\"'),(30463,6960,'UserAgent','\"\"'),(30464,6960,'CurrentUserID','0'),(30465,6961,'Attempts','1'),(30466,6961,'ClientIP','\"185.65.135.227\"'),(30467,6961,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.0; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(30468,6961,'CurrentUserID','0'),(30469,6962,'Attempts','1'),(30470,6962,'ClientIP','\"126.124.61.164\"'),(30471,6962,'UserAgent','\"\"'),(30472,6962,'CurrentUserID','0'),(30473,6963,'Attempts','1'),(30474,6963,'Username','\"wsaaus15\"'),(30475,6963,'CurrentUserRoles','[\"administrator\"]'),(30476,6963,'ClientIP','\"192.163.225.239\"'),(30477,6963,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30478,6964,'Attempts','1'),(30479,6964,'ClientIP','\"37.210.41.7\"'),(30480,6964,'UserAgent','\"\"'),(30481,6964,'CurrentUserID','0'),(30482,6965,'Attempts','1'),(30483,6965,'Username','\"wsaaus15\"'),(30484,6965,'CurrentUserRoles','[\"administrator\"]'),(30485,6965,'ClientIP','\"199.116.252.175\"'),(30486,6965,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30487,6966,'Attempts','1'),(30488,6966,'ClientIP','\"93.103.73.164\"'),(30489,6966,'UserAgent','\"\"'),(30490,6966,'CurrentUserID','0'),(30491,6967,'Attempts','1'),(30492,6967,'Username','\"wsaaus15\"'),(30493,6967,'CurrentUserRoles','[\"administrator\"]'),(30494,6967,'ClientIP','\"216.172.182.175\"'),(30495,6967,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30496,6968,'Attempts','1'),(30497,6968,'ClientIP','\"93.115.95.206\"'),(30498,6968,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"'),(30499,6968,'CurrentUserID','0'),(30500,6969,'Attempts','1'),(30501,6969,'ClientIP','\"176.106.227.186\"'),(30502,6969,'UserAgent','\"\"'),(30503,6969,'CurrentUserID','0'),(30504,6970,'Attempts','\"10+\"'),(30505,6970,'ClientIP','\"54.210.10.50\"'),(30506,6970,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(30507,6970,'CurrentUserID','0'),(30508,6971,'Attempts','1'),(30509,6971,'ClientIP','\"149.78.231.173\"'),(30510,6971,'UserAgent','\"\"'),(30511,6971,'CurrentUserID','0'),(30512,6972,'Attempts','1'),(30513,6972,'ClientIP','\"101.98.186.90\"'),(30514,6972,'UserAgent','\"\"'),(30515,6972,'CurrentUserID','0'),(30516,6973,'Attempts','1'),(30517,6973,'ClientIP','\"194.149.145.175\"'),(30518,6973,'UserAgent','\"\"'),(30519,6973,'CurrentUserID','0'),(30520,6974,'Attempts','\"10+\"'),(30521,6975,'Attempts','1'),(30522,6974,'ClientIP','\"91.200.12.22\"'),(30523,6975,'ClientIP','\"91.200.12.22\"'),(30524,6974,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(30525,6975,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(30526,6974,'CurrentUserID','0'),(30527,6975,'CurrentUserID','0'),(30528,6976,'Attempts','1'),(30529,6976,'ClientIP','\"86.124.198.202\"'),(30530,6976,'UserAgent','\"\"'),(30531,6976,'CurrentUserID','0'),(30532,6977,'Attempts','1'),(30533,6977,'ClientIP','\"59.180.229.226\"'),(30534,6977,'UserAgent','\"\"'),(30535,6977,'CurrentUserID','0'),(30536,6978,'Attempts','1'),(30537,6978,'ClientIP','\"101.57.195.50\"'),(30538,6978,'UserAgent','\"\"'),(30539,6978,'CurrentUserID','0'),(30540,6979,'Attempts','1'),(30541,6979,'ClientIP','\"95.7.173.122\"'),(30542,6979,'UserAgent','\"\"'),(30543,6979,'CurrentUserID','0'),(30544,6980,'Attempts','1'),(30545,6980,'ClientIP','\"78.158.180.106\"'),(30546,6980,'UserAgent','\"\"'),(30547,6980,'CurrentUserID','0'),(30548,6981,'Attempts','1'),(30549,6981,'ClientIP','\"84.10.190.182\"'),(30550,6981,'UserAgent','\"\"'),(30551,6981,'CurrentUserID','0'),(30552,6982,'Attempts','1'),(30553,6982,'ClientIP','\"92.222.113.177\"'),(30554,6982,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(30555,6982,'CurrentUserID','0'),(30556,6983,'Attempts','1'),(30557,6983,'ClientIP','\"103.2.235.193\"'),(30558,6983,'UserAgent','\"\"'),(30559,6983,'CurrentUserID','0'),(30560,6984,'Attempts','1'),(30561,6984,'ClientIP','\"92.222.252.206\"'),(30562,6984,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(30563,6984,'CurrentUserID','0'),(30564,6985,'Attempts','1'),(30565,6985,'ClientIP','\"197.203.35.54\"'),(30566,6985,'UserAgent','\"\"'),(30567,6985,'CurrentUserID','0'),(30568,6986,'Attempts','1'),(30569,6986,'ClientIP','\"105.225.117.216\"'),(30570,6986,'UserAgent','\"\"'),(30571,6986,'CurrentUserID','0'),(30572,6987,'Attempts','1'),(30573,6987,'Username','\"wsaaus15\"'),(30574,6987,'CurrentUserRoles','[\"administrator\"]'),(30575,6987,'ClientIP','\"72.10.53.206\"'),(30576,6987,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30577,6988,'Attempts','1'),(30578,6988,'ClientIP','\"81.220.95.14\"'),(30579,6988,'UserAgent','\"\"'),(30580,6988,'CurrentUserID','0'),(30581,6989,'Attempts','1'),(30582,6989,'Username','\"wsaaus15\"'),(30583,6989,'CurrentUserRoles','[\"administrator\"]'),(30584,6989,'ClientIP','\"61.91.205.104\"'),(30585,6989,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30586,6990,'Attempts','1'),(30587,6990,'Username','\"wsaaus15\"'),(30588,6990,'CurrentUserRoles','[\"administrator\"]'),(30589,6990,'ClientIP','\"194.247.28.39\"'),(30590,6990,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30591,6991,'Attempts','1'),(30592,6991,'Username','\"wsaaus15\"'),(30593,6991,'CurrentUserRoles','[\"administrator\"]'),(30594,6991,'ClientIP','\"107.150.16.13\"'),(30595,6991,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(30596,6992,'Attempts','1'),(30597,6992,'ClientIP','\"91.109.247.173\"'),(30598,6992,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; Trident\\/7.0; Touch; rv:11.0) like Gecko\"'),(30599,6992,'CurrentUserID','0'),(30600,6993,'Attempts','1'),(30601,6993,'ClientIP','\"188.135.12.108\"'),(30602,6993,'UserAgent','\"\"'),(30603,6993,'CurrentUserID','0'),(30604,6994,'Attempts','1'),(30605,6994,'ClientIP','\"223.29.205.2\"'),(30606,6994,'UserAgent','\"\"'),(30607,6994,'CurrentUserID','0'),(30608,6995,'Attempts','1'),(30609,6995,'ClientIP','\"84.94.89.205\"'),(30610,6995,'UserAgent','\"\"'),(30611,6995,'CurrentUserID','0'),(30612,6996,'Attempts','1'),(30613,6996,'ClientIP','\"79.169.226.2\"'),(30614,6996,'UserAgent','\"\"'),(30615,6996,'CurrentUserID','0'),(30616,6997,'Attempts','1'),(30617,6997,'ClientIP','\"197.221.241.145\"'),(30618,6997,'UserAgent','\"\"'),(30619,6997,'CurrentUserID','0'),(30620,6998,'Attempts','1'),(30621,6998,'ClientIP','\"100.96.6.77\"'),(30622,6998,'UserAgent','\"\"'),(30623,6998,'CurrentUserID','0'),(30624,6999,'Attempts','1'),(30625,6999,'ClientIP','\"81.108.136.174\"'),(30626,6999,'UserAgent','\"\"'),(30627,6999,'CurrentUserID','0'),(30628,7000,'Attempts','1'),(30629,7000,'ClientIP','\"188.141.117.125\"'),(30630,7000,'UserAgent','\"\"'),(30631,7000,'CurrentUserID','0'),(30632,7001,'Attempts','1'),(30633,7001,'ClientIP','\"5.55.5.161\"'),(30634,7001,'UserAgent','\"\"'),(30635,7001,'CurrentUserID','0'),(30636,7002,'Attempts','1'),(30637,7002,'ClientIP','\"62.141.45.246\"'),(30638,7002,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.22 (KHTML like Gecko) Chrome\\/25.0.1364.152 Safari\\/537.22\"'),(30639,7002,'CurrentUserID','0'),(30640,7003,'Attempts','1'),(30641,7003,'ClientIP','\"158.69.201.229\"'),(30642,7003,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/535.1 (KHTML like Gecko) Chrome\\/13.0.782.112 Safari\\/535.1\"'),(30643,7003,'CurrentUserID','0'),(30644,7004,'Attempts','1'),(30645,7004,'ClientIP','\"178.20.55.18\"'),(30646,7004,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:17.0) Gecko\\/17.0 Firefox\\/17.0\"'),(30647,7004,'CurrentUserID','0'),(30648,7005,'Attempts','1'),(30649,7005,'ClientIP','\"112.134.32.7\"'),(30650,7005,'UserAgent','\"\"'),(30651,7005,'CurrentUserID','0'),(30652,7006,'Attempts','\"10+\"'),(30653,7006,'ClientIP','\"54.210.10.50\"'),(30654,7006,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(30655,7006,'CurrentUserID','0'),(30656,7007,'Attempts','1'),(30657,7007,'ClientIP','\"99.248.72.43\"'),(30658,7007,'UserAgent','\"\"'),(30659,7007,'CurrentUserID','0'),(30660,7008,'Attempts','1'),(30661,7008,'ClientIP','\"192.131.251.16\"'),(30662,7008,'UserAgent','\"\"'),(30663,7008,'CurrentUserID','0'),(30664,7009,'Attempts','3'),(30665,7009,'ClientIP','\"91.200.12.22\"'),(30666,7009,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(30667,7009,'CurrentUserID','0'),(30668,7010,'Attempts','1'),(30669,7010,'ClientIP','\"176.31.51.199\"'),(30670,7010,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(30671,7010,'CurrentUserID','0'),(30672,7011,'Attempts','1'),(30673,7011,'ClientIP','\"5.54.150.29\"'),(30674,7011,'UserAgent','\"\"'),(30675,7011,'CurrentUserID','0'),(30676,7012,'Attempts','1'),(30677,7012,'ClientIP','\"188.246.36.43\"'),(30678,7012,'UserAgent','\"\"'),(30679,7012,'CurrentUserID','0'),(30680,7013,'Attempts','1'),(30681,7013,'ClientIP','\"89.136.80.212\"'),(30682,7013,'UserAgent','\"\"'),(30683,7013,'CurrentUserID','0'),(30684,7014,'Attempts','1'),(30685,7014,'ClientIP','\"49.147.116.132\"'),(30686,7014,'UserAgent','\"\"'),(30687,7014,'CurrentUserID','0'),(30688,7015,'Attempts','1'),(30689,7015,'ClientIP','\"35.0.127.52\"'),(30690,7015,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)\"'),(30691,7015,'CurrentUserID','0'),(30692,7016,'Attempts','1'),(30693,7016,'ClientIP','\"93.173.179.72\"'),(30694,7016,'UserAgent','\"\"'),(30695,7016,'CurrentUserID','0'),(30696,7017,'Attempts','1'),(30697,7017,'ClientIP','\"213.226.201.206\"'),(30698,7017,'UserAgent','\"\"'),(30699,7017,'CurrentUserID','0'),(30700,7018,'Attempts','1'),(30701,7018,'ClientIP','\"31.154.92.164\"'),(30702,7018,'UserAgent','\"\"'),(30703,7018,'CurrentUserID','0'),(30704,7019,'Attempts','1'),(30705,7019,'ClientIP','\"180.191.139.52\"'),(30706,7019,'UserAgent','\"\"'),(30707,7019,'CurrentUserID','0'),(30708,7020,'Attempts','1'),(30709,7020,'ClientIP','\"112.208.108.47\"'),(30710,7020,'UserAgent','\"\"'),(30711,7020,'CurrentUserID','0'),(30712,7021,'Attempts','1'),(30713,7021,'ClientIP','\"117.198.148.50\"'),(30714,7021,'UserAgent','\"\"'),(30715,7021,'CurrentUserID','0'),(30716,7022,'Attempts','1'),(30717,7022,'ClientIP','\"177.156.152.254\"'),(30718,7022,'UserAgent','\"\"'),(30719,7022,'CurrentUserID','0'),(30720,7023,'Attempts','1'),(30721,7023,'ClientIP','\"46.29.169.130\"'),(30722,7023,'UserAgent','\"\"'),(30723,7023,'CurrentUserID','0'),(30724,7024,'Attempts','1'),(30725,7024,'ClientIP','\"213.252.140.118\"'),(30726,7024,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.1 (KHTML like Gecko) Chrome\\/21.0.1180.83 Safari\\/537.1\"'),(30727,7024,'CurrentUserID','0'),(30728,7025,'Attempts','1'),(30729,7025,'ClientIP','\"203.76.185.197\"'),(30730,7025,'UserAgent','\"\"'),(30731,7025,'CurrentUserID','0'),(30732,7026,'Attempts','1'),(30733,7026,'ClientIP','\"109.241.234.205\"'),(30734,7026,'UserAgent','\"\"'),(30735,7026,'CurrentUserID','0'),(30736,7027,'Attempts','1'),(30737,7027,'ClientIP','\"117.243.212.133\"'),(30738,7027,'UserAgent','\"\"'),(30739,7027,'CurrentUserID','0'),(30740,7028,'Attempts','1'),(30741,7028,'ClientIP','\"195.228.179.27\"'),(30742,7028,'UserAgent','\"\"'),(30743,7028,'CurrentUserID','0'),(30744,7029,'Attempts','1'),(30745,7029,'ClientIP','\"95.138.98.164\"'),(30746,7029,'UserAgent','\"\"'),(30747,7029,'CurrentUserID','0'),(30748,7030,'Attempts','1'),(30749,7030,'ClientIP','\"109.92.120.139\"'),(30750,7030,'UserAgent','\"\"'),(30751,7030,'CurrentUserID','0'),(30752,7031,'Attempts','1'),(30753,7031,'ClientIP','\"183.87.235.2\"'),(30754,7031,'UserAgent','\"\"'),(30755,7031,'CurrentUserID','0'),(30756,7032,'Attempts','1'),(30757,7032,'ClientIP','\"178.222.64.216\"'),(30758,7032,'UserAgent','\"\"'),(30759,7032,'CurrentUserID','0'),(30760,7033,'Attempts','1'),(30761,7033,'ClientIP','\"89.73.177.236\"'),(30762,7033,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"'),(30763,7033,'CurrentUserID','0'),(30764,7034,'Attempts','1'),(30765,7034,'ClientIP','\"86.123.47.229\"'),(30766,7034,'UserAgent','\"\"'),(30767,7034,'CurrentUserID','0'),(30768,7035,'Attempts','1'),(30769,7035,'ClientIP','\"176.226.142.87\"'),(30770,7035,'UserAgent','\"\"'),(30771,7035,'CurrentUserID','0'),(30772,7036,'Attempts','1'),(30773,7036,'ClientIP','\"74.208.220.222\"'),(30774,7036,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/32.0.1700.102 Safari\\/537.36\"'),(30775,7036,'CurrentUserID','0'),(30776,7037,'Attempts','1'),(30777,7037,'ClientIP','\"62.210.105.116\"'),(30778,7037,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/29.0.1547.66 Safari\\/537.36\"'),(30779,7037,'CurrentUserID','0'),(30780,7038,'Attempts','1'),(30781,7038,'ClientIP','\"201.42.202.103\"'),(30782,7038,'UserAgent','\"\"'),(30783,7038,'CurrentUserID','0'),(30784,7039,'Attempts','1'),(30785,7039,'ClientIP','\"93.103.73.164\"'),(30786,7039,'UserAgent','\"\"'),(30787,7039,'CurrentUserID','0'),(30788,7040,'Attempts','2'),(30789,7041,'Attempts','1'),(30790,7040,'ClientIP','\"193.201.227.63\"'),(30791,7041,'ClientIP','\"193.201.227.63\"'),(30792,7040,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(30793,7041,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(30794,7040,'CurrentUserID','0'),(30795,7041,'CurrentUserID','0'),(30796,7042,'Attempts','1'),(30797,7042,'ClientIP','\"178.222.0.207\"'),(30798,7042,'UserAgent','\"\"'),(30799,7042,'CurrentUserID','0'),(30800,7043,'Attempts','1'),(30801,7043,'ClientIP','\"186.206.104.78\"'),(30802,7043,'UserAgent','\"\"'),(30803,7043,'CurrentUserID','0'),(30804,7044,'Attempts','1'),(30805,7044,'ClientIP','\"189.4.156.196\"'),(30806,7044,'UserAgent','\"\"'),(30807,7044,'CurrentUserID','0'),(30808,7045,'Attempts','1'),(30809,7045,'ClientIP','\"186.137.130.207\"'),(30810,7045,'UserAgent','\"\"'),(30811,7045,'CurrentUserID','0'),(30812,7046,'Attempts','1'),(30813,7046,'ClientIP','\"204.85.191.30\"'),(30814,7046,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.146 Safari\\/537.36\"'),(30815,7046,'CurrentUserID','0'),(30816,7047,'Attempts','10'),(30817,7048,'Attempts','1'),(30818,7047,'ClientIP','\"193.201.227.63\"'),(30819,7048,'ClientIP','\"193.201.227.63\"'),(30820,7047,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(30821,7048,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(30822,7047,'CurrentUserID','0'),(30823,7048,'CurrentUserID','0'),(30824,7049,'Attempts','1'),(30825,7049,'ClientIP','\"91.218.208.240\"'),(30826,7049,'UserAgent','\"\"'),(30827,7049,'CurrentUserID','0'),(30828,7050,'Attempts','1'),(30829,7050,'ClientIP','\"178.222.0.207\"'),(30830,7050,'UserAgent','\"\"'),(30831,7050,'CurrentUserID','0'),(30832,7051,'Attempts','1'),(30833,7051,'ClientIP','\"111.88.246.46\"'),(30834,7051,'UserAgent','\"\"'),(30835,7051,'CurrentUserID','0'),(30836,7052,'Attempts','1'),(30837,7052,'ClientIP','\"46.183.220.132\"'),(30838,7052,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.69 Safari\\/537.36\"'),(30839,7052,'CurrentUserID','0'),(30840,7053,'Attempts','1'),(30841,7053,'ClientIP','\"46.182.106.190\"'),(30842,7053,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(30843,7053,'CurrentUserID','0'),(30844,7054,'Attempts','1'),(30845,7054,'ClientIP','\"207.244.70.35\"'),(30846,7054,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.110 Safari\\/537.36\"'),(30847,7054,'CurrentUserID','0'),(30848,7055,'Attempts','1'),(30849,7055,'ClientIP','\"78.17.173.227\"'),(30850,7055,'UserAgent','\"\"'),(30851,7055,'CurrentUserID','0'),(30852,7056,'Attempts','1'),(30853,7056,'ClientIP','\"43.252.16.144\"'),(30854,7056,'UserAgent','\"\"'),(30855,7056,'CurrentUserID','0'),(30856,7057,'Attempts','1'),(30857,7057,'ClientIP','\"223.196.72.162\"'),(30858,7057,'UserAgent','\"\"'),(30859,7057,'CurrentUserID','0'),(30860,7058,'Attempts','1'),(30861,7058,'ClientIP','\"91.188.145.156\"'),(30862,7058,'UserAgent','\"\"'),(30863,7058,'CurrentUserID','0'),(30864,7059,'Attempts','1'),(30865,7059,'ClientIP','\"96.47.226.20\"'),(30866,7059,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"'),(30867,7059,'CurrentUserID','0'),(30868,7060,'Attempts','1'),(30869,7060,'ClientIP','\"175.137.82.31\"'),(30870,7060,'UserAgent','\"\"'),(30871,7060,'CurrentUserID','0'),(30872,7061,'Attempts','1'),(30873,7061,'ClientIP','\"189.24.84.181\"'),(30874,7061,'UserAgent','\"\"'),(30875,7061,'CurrentUserID','0'),(30876,7062,'Attempts','1'),(30877,7062,'ClientIP','\"5.83.122.110\"'),(30878,7062,'UserAgent','\"\"'),(30879,7062,'CurrentUserID','0'),(30880,7063,'Attempts','1'),(30881,7063,'ClientIP','\"176.31.51.199\"'),(30882,7063,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko\\/20100101 Firefox\\/9.0.1\"'),(30883,7063,'CurrentUserID','0'),(30884,7064,'Attempts','1'),(30885,7064,'ClientIP','\"104.149.238.180\"'),(30886,7064,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident\\/6.0)\"'),(30887,7064,'CurrentUserID','0'),(30888,7065,'Attempts','1'),(30889,7065,'ClientIP','\"182.185.39.148\"'),(30890,7065,'UserAgent','\"\"'),(30891,7065,'CurrentUserID','0'),(30892,7066,'Attempts','1'),(30893,7066,'ClientIP','\"154.53.196.2\"'),(30894,7066,'UserAgent','\"\"'),(30895,7066,'CurrentUserID','0'),(30896,7067,'Attempts','1'),(30897,7067,'ClientIP','\"188.69.195.129\"'),(30898,7067,'UserAgent','\"\"'),(30899,7067,'CurrentUserID','0'),(30900,7068,'Attempts','1'),(30901,7068,'ClientIP','\"197.203.97.172\"'),(30902,7068,'UserAgent','\"\"'),(30903,7068,'CurrentUserID','0'),(30904,7069,'Attempts','1'),(30905,7069,'ClientIP','\"103.9.113.82\"'),(30906,7069,'UserAgent','\"\"'),(30907,7069,'CurrentUserID','0'),(30908,7070,'Attempts','1'),(30909,7070,'ClientIP','\"79.117.231.163\"'),(30910,7070,'UserAgent','\"\"'),(30911,7070,'CurrentUserID','0'),(30912,7071,'Attempts','1'),(30913,7071,'ClientIP','\"197.243.40.122\"'),(30914,7071,'UserAgent','\"\"'),(30915,7071,'CurrentUserID','0'),(30916,7072,'Attempts','2'),(30917,7072,'ClientIP','\"79.191.181.181\"'),(30918,7072,'UserAgent','\"\"'),(30919,7072,'CurrentUserID','0'),(30920,7073,'Attempts','1'),(30921,7073,'ClientIP','\"178.67.87.24\"'),(30922,7073,'UserAgent','\"\"'),(30923,7073,'CurrentUserID','0'),(30924,7074,'Attempts','1'),(30925,7074,'ClientIP','\"200.111.98.146\"'),(30926,7074,'UserAgent','\"\"'),(30927,7074,'CurrentUserID','0'),(30928,7075,'Attempts','1'),(30929,7075,'ClientIP','\"39.32.69.82\"'),(30930,7075,'UserAgent','\"\"'),(30931,7075,'CurrentUserID','0'),(30932,7076,'Attempts','1'),(30933,7076,'ClientIP','\"109.127.17.115\"'),(30934,7076,'UserAgent','\"\"'),(30935,7076,'CurrentUserID','0'),(30936,7077,'Attempts','1'),(30937,7077,'ClientIP','\"178.220.222.222\"'),(30938,7077,'UserAgent','\"\"'),(30939,7077,'CurrentUserID','0'),(30940,7078,'Attempts','1'),(30941,7078,'ClientIP','\"39.41.199.188\"'),(30942,7078,'UserAgent','\"\"'),(30943,7078,'CurrentUserID','0'),(30944,7079,'Attempts','1'),(30945,7079,'ClientIP','\"87.2.150.28\"'),(30946,7079,'UserAgent','\"\"'),(30947,7079,'CurrentUserID','0'),(30948,7080,'Attempts','1'),(30949,7080,'ClientIP','\"90.201.138.252\"'),(30950,7080,'UserAgent','\"\"'),(30951,7080,'CurrentUserID','0'),(30952,7081,'Attempts','1'),(30953,7081,'ClientIP','\"62.212.68.201\"'),(30954,7081,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident\\/5.0)\"'),(30955,7081,'CurrentUserID','0'),(30956,7082,'Attempts','1'),(30957,7082,'ClientIP','\"171.25.193.20\"'),(30958,7082,'UserAgent','\"Opera\\/9.80 (J2ME\\/MIDP; Opera Mini\\/7.1.23511\\/28.2555; U; ru) Presto\\/2.10.181 Version\\/12.00\"'),(30959,7082,'CurrentUserID','0'),(30960,7083,'Attempts','1'),(30961,7083,'ClientIP','\"190.78.131.214\"'),(30962,7083,'UserAgent','\"\"'),(30963,7083,'CurrentUserID','0'),(30964,7084,'Attempts','1'),(30965,7084,'ClientIP','\"83.137.251.32\"'),(30966,7084,'UserAgent','\"\"'),(30967,7084,'CurrentUserID','0'),(30968,7085,'Attempts','1'),(30969,7085,'ClientIP','\"176.10.99.200\"'),(30970,7085,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.63 Safari\\/537.36\"'),(30971,7085,'CurrentUserID','0'),(30972,7086,'Attempts','1'),(30973,7086,'ClientIP','\"84.2.156.18\"'),(30974,7086,'UserAgent','\"\"'),(30975,7086,'CurrentUserID','0'),(30976,7087,'Attempts','1'),(30977,7087,'ClientIP','\"94.52.74.66\"'),(30978,7087,'UserAgent','\"\"'),(30979,7087,'CurrentUserID','0'),(30980,7088,'Attempts','1'),(30981,7088,'ClientIP','\"185.65.135.226\"'),(30982,7088,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko\\/20100101 Firefox\\/5.0\"'),(30983,7088,'CurrentUserID','0'),(30984,7089,'Attempts','1'),(30985,7089,'ClientIP','\"120.29.65.153\"'),(30986,7089,'UserAgent','\"\"'),(30987,7089,'CurrentUserID','0'),(30988,7090,'Attempts','1'),(30989,7090,'ClientIP','\"91.109.247.173\"'),(30990,7090,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.110 Safari\\/537.36\"'),(30991,7090,'CurrentUserID','0'),(30992,7091,'Attempts','1'),(30993,7091,'ClientIP','\"188.4.45.221\"'),(30994,7091,'UserAgent','\"\"'),(30995,7091,'CurrentUserID','0'),(30996,7092,'Attempts','1'),(30997,7092,'ClientIP','\"192.0.213.107\"'),(30998,7092,'UserAgent','\"\"'),(30999,7092,'CurrentUserID','0'),(31000,7093,'Attempts','1'),(31001,7093,'ClientIP','\"89.223.47.201\"'),(31002,7093,'UserAgent','\"\"'),(31003,7093,'CurrentUserID','0'),(31004,7094,'Attempts','1'),(31005,7094,'ClientIP','\"177.237.218.217\"'),(31006,7094,'UserAgent','\"\"'),(31007,7094,'CurrentUserID','0'),(31008,7095,'Attempts','1'),(31009,7095,'ClientIP','\"5.143.1.30\"'),(31010,7095,'UserAgent','\"\"'),(31011,7095,'CurrentUserID','0'),(31012,7096,'Attempts','1'),(31013,7096,'ClientIP','\"31.11.95.223\"'),(31014,7096,'UserAgent','\"\"'),(31015,7096,'CurrentUserID','0'),(31016,7097,'Attempts','1'),(31017,7097,'ClientIP','\"115.134.210.222\"'),(31018,7097,'UserAgent','\"\"'),(31019,7097,'CurrentUserID','0'),(31020,7098,'Attempts','1'),(31021,7098,'ClientIP','\"100.8.68.217\"'),(31022,7098,'UserAgent','\"\"'),(31023,7098,'CurrentUserID','0'),(31024,7099,'Attempts','1'),(31025,7099,'ClientIP','\"176.31.51.199\"'),(31026,7099,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(31027,7099,'CurrentUserID','0'),(31028,7100,'Attempts','1'),(31029,7100,'ClientIP','\"91.121.159.196\"'),(31030,7100,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"'),(31031,7100,'CurrentUserID','0'),(31032,7101,'Attempts','1'),(31033,7101,'ClientIP','\"173.254.216.67\"'),(31034,7101,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/34.0.1847.137 Safari\\/537.36\"'),(31035,7101,'CurrentUserID','0'),(31036,7102,'Attempts','1'),(31037,7102,'ClientIP','\"176.10.104.240\"'),(31038,7102,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:27.0) Gecko\\/20100101 Firefox\\/27.0\"'),(31039,7102,'CurrentUserID','0'),(31040,7103,'Attempts','1'),(31041,7103,'ClientIP','\"175.157.19.207\"'),(31042,7103,'UserAgent','\"\"'),(31043,7103,'CurrentUserID','0'),(31044,7104,'Attempts','1'),(31045,7104,'ClientIP','\"82.178.119.32\"'),(31046,7104,'UserAgent','\"\"'),(31047,7104,'CurrentUserID','0'),(31048,7105,'Attempts','1'),(31049,7105,'ClientIP','\"139.0.51.30\"'),(31050,7105,'UserAgent','\"\"'),(31051,7105,'CurrentUserID','0'),(31052,7106,'Attempts','1'),(31053,7106,'ClientIP','\"82.237.34.203\"'),(31054,7106,'UserAgent','\"\"'),(31055,7106,'CurrentUserID','0'),(31056,7107,'Attempts','1'),(31057,7107,'ClientIP','\"39.57.78.158\"'),(31058,7107,'UserAgent','\"\"'),(31059,7107,'CurrentUserID','0'),(31060,7108,'Attempts','1'),(31061,7108,'ClientIP','\"197.27.101.247\"'),(31062,7108,'UserAgent','\"\"'),(31063,7108,'CurrentUserID','0'),(31064,7109,'Attempts','1'),(31065,7109,'ClientIP','\"105.105.50.115\"'),(31066,7109,'UserAgent','\"\"'),(31067,7109,'CurrentUserID','0'),(31068,7110,'Attempts','1'),(31069,7110,'ClientIP','\"46.214.185.112\"'),(31070,7110,'UserAgent','\"\"'),(31071,7110,'CurrentUserID','0'),(31072,7111,'Attempts','1'),(31073,7111,'ClientIP','\"109.132.237.68\"'),(31074,7111,'UserAgent','\"\"'),(31075,7111,'CurrentUserID','0'),(31076,7112,'Attempts','1'),(31077,7112,'ClientIP','\"195.149.98.4\"'),(31078,7112,'UserAgent','\"\"'),(31079,7112,'CurrentUserID','0'),(31080,7113,'Attempts','1'),(31081,7113,'ClientIP','\"59.99.24.61\"'),(31082,7113,'UserAgent','\"\"'),(31083,7113,'CurrentUserID','0'),(31084,7114,'Attempts','1'),(31085,7114,'ClientIP','\"184.162.250.38\"'),(31086,7114,'UserAgent','\"\"'),(31087,7114,'CurrentUserID','0'),(31088,7115,'Attempts','1'),(31089,7115,'ClientIP','\"195.103.183.174\"'),(31090,7115,'UserAgent','\"\"'),(31091,7115,'CurrentUserID','0'),(31092,7116,'Attempts','1'),(31093,7116,'ClientIP','\"2.85.118.236\"'),(31094,7116,'UserAgent','\"\"'),(31095,7116,'CurrentUserID','0'),(31096,7117,'Attempts','1'),(31097,7117,'ClientIP','\"14.192.159.75\"'),(31098,7117,'UserAgent','\"\"'),(31099,7117,'CurrentUserID','0'),(31100,7118,'Attempts','1'),(31101,7118,'ClientIP','\"89.76.117.64\"'),(31102,7118,'UserAgent','\"\"'),(31103,7118,'CurrentUserID','0'),(31104,7119,'Attempts','1'),(31105,7119,'ClientIP','\"79.179.33.140\"'),(31106,7119,'UserAgent','\"\"'),(31107,7119,'CurrentUserID','0'),(31108,7120,'Attempts','1'),(31109,7120,'ClientIP','\"84.222.129.21\"'),(31110,7120,'UserAgent','\"\"'),(31111,7120,'CurrentUserID','0'),(31112,7121,'Attempts','1'),(31113,7121,'ClientIP','\"41.209.206.47\"'),(31114,7121,'UserAgent','\"\"'),(31115,7121,'CurrentUserID','0'),(31116,7122,'Attempts','1'),(31117,7122,'ClientIP','\"109.245.58.85\"'),(31118,7122,'UserAgent','\"\"'),(31119,7122,'CurrentUserID','0'),(31120,7123,'Attempts','1'),(31121,7123,'ClientIP','\"109.67.121.34\"'),(31122,7123,'UserAgent','\"\"'),(31123,7123,'CurrentUserID','0'),(31124,7124,'Attempts','1'),(31125,7124,'ClientIP','\"188.165.204.147\"'),(31126,7124,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.11 (KHTML like Gecko) Chrome\\/23.0.1271.95 Safari\\/537.11\"'),(31127,7124,'CurrentUserID','0'),(31128,7125,'Attempts','1'),(31129,7125,'ClientIP','\"183.100.26.43\"'),(31130,7125,'UserAgent','\"\"'),(31131,7125,'CurrentUserID','0'),(31132,7126,'Attempts','1'),(31133,7126,'ClientIP','\"81.183.136.148\"'),(31134,7126,'UserAgent','\"\"'),(31135,7126,'CurrentUserID','0'),(31136,7127,'Attempts','1'),(31137,7127,'ClientIP','\"2.92.206.150\"'),(31138,7127,'UserAgent','\"\"'),(31139,7127,'CurrentUserID','0'),(31140,7128,'Attempts','1'),(31141,7128,'ClientIP','\"89.138.50.156\"'),(31142,7128,'UserAgent','\"\"'),(31143,7128,'CurrentUserID','0'),(31144,7129,'Attempts','1'),(31145,7129,'ClientIP','\"193.111.136.162\"'),(31146,7129,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.146 Safari\\/537.36\"'),(31147,7129,'CurrentUserID','0'),(31148,7130,'Attempts','1'),(31149,7130,'ClientIP','\"189.7.71.51\"'),(31150,7130,'UserAgent','\"\"'),(31151,7130,'CurrentUserID','0'),(31152,7131,'Attempts','1'),(31153,7131,'ClientIP','\"46.251.24.176\"'),(31154,7131,'UserAgent','\"\"'),(31155,7131,'CurrentUserID','0'),(31156,7132,'Attempts','1'),(31157,7132,'ClientIP','\"181.188.100.70\"'),(31158,7132,'UserAgent','\"\"'),(31159,7132,'CurrentUserID','0'),(31160,7133,'Attempts','1'),(31161,7133,'ClientIP','\"86.120.19.238\"'),(31162,7133,'UserAgent','\"\"'),(31163,7133,'CurrentUserID','0'),(31164,7134,'Attempts','1'),(31165,7134,'ClientIP','\"177.125.26.46\"'),(31166,7134,'UserAgent','\"\"'),(31167,7134,'CurrentUserID','0'),(31168,7135,'Attempts','1'),(31169,7135,'ClientIP','\"41.224.95.191\"'),(31170,7135,'UserAgent','\"\"'),(31171,7135,'CurrentUserID','0'),(31172,7136,'Attempts','2'),(31173,7136,'ClientIP','\"181.160.215.189\"'),(31174,7136,'UserAgent','\"\"'),(31175,7136,'CurrentUserID','0'),(31176,7137,'Attempts','1'),(31177,7137,'ClientIP','\"93.115.95.202\"'),(31178,7137,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.4 (KHTML like Gecko) Chrome\\/22.0.1229.79 Safari\\/537.4\"'),(31179,7137,'CurrentUserID','0'),(31180,7138,'Attempts','1'),(31181,7138,'ClientIP','\"109.97.200.4\"'),(31182,7138,'UserAgent','\"\"'),(31183,7138,'CurrentUserID','0'),(31184,7139,'Attempts','1'),(31185,7139,'ClientIP','\"121.54.32.156\"'),(31186,7139,'UserAgent','\"\"'),(31187,7139,'CurrentUserID','0'),(31188,7140,'Attempts','1'),(31189,7140,'ClientIP','\"151.238.181.146\"'),(31190,7140,'UserAgent','\"\"'),(31191,7140,'CurrentUserID','0'),(31192,7141,'Attempts','1'),(31193,7141,'ClientIP','\"59.18.156.116\"'),(31194,7141,'UserAgent','\"\"'),(31195,7141,'CurrentUserID','0'),(31196,7142,'Attempts','1'),(31197,7142,'ClientIP','\"10.30.64.4\"'),(31198,7142,'UserAgent','\"\"'),(31199,7142,'CurrentUserID','0'),(31200,7143,'Attempts','1'),(31201,7143,'ClientIP','\"183.107.24.72\"'),(31202,7143,'UserAgent','\"\"'),(31203,7143,'CurrentUserID','0'),(31204,7144,'Attempts','1'),(31205,7144,'ClientIP','\"77.119.128.53\"'),(31206,7144,'UserAgent','\"\"'),(31207,7144,'CurrentUserID','0'),(31208,7145,'Attempts','2'),(31209,7145,'ClientIP','\"89.121.241.142\"'),(31210,7145,'UserAgent','\"\"'),(31211,7145,'CurrentUserID','0'),(31212,7146,'Attempts','1'),(31213,7146,'ClientIP','\"119.95.59.73\"'),(31214,7146,'UserAgent','\"\"'),(31215,7146,'CurrentUserID','0'),(31216,7147,'Attempts','1'),(31217,7147,'ClientIP','\"116.75.115.169\"'),(31218,7147,'UserAgent','\"\"'),(31219,7147,'CurrentUserID','0'),(31220,7148,'Attempts','1'),(31221,7148,'ClientIP','\"41.250.139.217\"'),(31222,7148,'UserAgent','\"\"'),(31223,7148,'CurrentUserID','0'),(31224,7149,'Attempts','1'),(31225,7149,'ClientIP','\"178.4.33.205\"'),(31226,7149,'UserAgent','\"\"'),(31227,7149,'CurrentUserID','0'),(31228,7150,'Attempts','1'),(31229,7150,'ClientIP','\"208.49.194.161\"'),(31230,7150,'UserAgent','\"\"'),(31231,7150,'CurrentUserID','0'),(31232,7151,'Attempts','1'),(31233,7151,'ClientIP','\"213.156.110.111\"'),(31234,7151,'UserAgent','\"\"'),(31235,7151,'CurrentUserID','0'),(31236,7152,'Attempts','1'),(31237,7152,'ClientIP','\"179.180.171.173\"'),(31238,7152,'UserAgent','\"\"'),(31239,7152,'CurrentUserID','0'),(31240,7153,'Attempts','1'),(31241,7153,'ClientIP','\"121.54.44.95\"'),(31242,7153,'UserAgent','\"\"'),(31243,7153,'CurrentUserID','0'),(31244,7154,'Attempts','1'),(31245,7154,'ClientIP','\"79.112.6.154\"'),(31246,7154,'UserAgent','\"\"'),(31247,7154,'CurrentUserID','0'),(31248,7155,'Attempts','1'),(31249,7155,'ClientIP','\"188.138.9.49\"'),(31250,7155,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.11 (KHTML like Gecko) Chrome\\/23.0.1271.91 Safari\\/537.11\"'),(31251,7155,'CurrentUserID','0'),(31252,7156,'Attempts','1'),(31253,7156,'ClientIP','\"108.170.133.13\"'),(31254,7156,'UserAgent','\"\"'),(31255,7156,'CurrentUserID','0'),(31256,7157,'Attempts','1'),(31257,7157,'ClientIP','\"201.81.70.184\"'),(31258,7157,'UserAgent','\"\"'),(31259,7157,'CurrentUserID','0'),(31260,7158,'Attempts','1'),(31261,7158,'ClientIP','\"177.41.116.241\"'),(31262,7158,'UserAgent','\"\"'),(31263,7158,'CurrentUserID','0'),(31264,7159,'Attempts','1'),(31265,7159,'ClientIP','\"196.31.71.230\"'),(31266,7159,'UserAgent','\"\"'),(31267,7159,'CurrentUserID','0'),(31268,7160,'Attempts','1'),(31269,7160,'ClientIP','\"95.95.132.131\"'),(31270,7160,'UserAgent','\"\"'),(31271,7160,'CurrentUserID','0'),(31272,7161,'Attempts','1'),(31273,7161,'ClientIP','\"58.97.207.1\"'),(31274,7161,'UserAgent','\"\"'),(31275,7161,'CurrentUserID','0'),(31276,7162,'Attempts','1'),(31277,7162,'ClientIP','\"135.23.65.254\"'),(31278,7162,'UserAgent','\"\"'),(31279,7162,'CurrentUserID','0'),(31280,7163,'Attempts','1'),(31281,7163,'ClientIP','\"116.68.121.220\"'),(31282,7163,'UserAgent','\"\"'),(31283,7163,'CurrentUserID','0'),(31284,7164,'Attempts','1'),(31285,7164,'ClientIP','\"41.182.74.19\"'),(31286,7164,'UserAgent','\"\"'),(31287,7164,'CurrentUserID','0'),(31288,7165,'Attempts','1'),(31289,7165,'ClientIP','\"210.195.117.199\"'),(31290,7165,'UserAgent','\"\"'),(31291,7165,'CurrentUserID','0'),(31292,7166,'Attempts','1'),(31293,7166,'ClientIP','\"88.26.204.226\"'),(31294,7166,'UserAgent','\"\"'),(31295,7166,'CurrentUserID','0'),(31296,7167,'Attempts','1'),(31297,7167,'ClientIP','\"103.229.26.110\"'),(31298,7167,'UserAgent','\"\"'),(31299,7167,'CurrentUserID','0'),(31300,7168,'Attempts','1'),(31301,7168,'ClientIP','\"88.21.167.50\"'),(31302,7168,'UserAgent','\"\"'),(31303,7168,'CurrentUserID','0'),(31304,7169,'Attempts','1'),(31305,7169,'ClientIP','\"2.51.22.17\"'),(31306,7169,'UserAgent','\"\"'),(31307,7169,'CurrentUserID','0'),(31308,7170,'Attempts','1'),(31309,7170,'ClientIP','\"187.194.182.184\"'),(31310,7170,'UserAgent','\"\"'),(31311,7170,'CurrentUserID','0'),(31312,7171,'Attempts','1'),(31313,7171,'ClientIP','\"41.215.169.18\"'),(31314,7171,'UserAgent','\"\"'),(31315,7171,'CurrentUserID','0'),(31316,7172,'Attempts','1'),(31317,7172,'ClientIP','\"83.30.182.209\"'),(31318,7172,'UserAgent','\"\"'),(31319,7172,'CurrentUserID','0'),(31320,7173,'Attempts','6'),(31321,7173,'ClientIP','\"91.200.12.22\"'),(31322,7173,'UserAgent','\"Opera\\/9.80 (Windows NT 5.1; U; ru) Presto\\/2.9.168 Version\\/11.50\"'),(31323,7173,'CurrentUserID','0'),(31324,7174,'Attempts','1'),(31325,7174,'ClientIP','\"87.241.113.229\"'),(31326,7174,'UserAgent','\"\"'),(31327,7174,'CurrentUserID','0'),(31328,7175,'Attempts','1'),(31329,7175,'ClientIP','\"190.14.217.82\"'),(31330,7175,'UserAgent','\"\"'),(31331,7175,'CurrentUserID','0'),(31332,7176,'Attempts','1'),(31333,7176,'ClientIP','\"202.1.163.225\"'),(31334,7176,'UserAgent','\"\"'),(31335,7176,'CurrentUserID','0'),(31336,7177,'Attempts','1'),(31337,7177,'ClientIP','\"95.21.54.4\"'),(31338,7177,'UserAgent','\"\"'),(31339,7177,'CurrentUserID','0'),(31340,7178,'Attempts','1'),(31341,7178,'ClientIP','\"77.42.251.200\"'),(31342,7178,'UserAgent','\"\"'),(31343,7178,'CurrentUserID','0'),(31344,7179,'Attempts','1'),(31345,7179,'ClientIP','\"105.226.100.116\"'),(31346,7179,'UserAgent','\"\"'),(31347,7179,'CurrentUserID','0'),(31348,7180,'Attempts','1'),(31349,7180,'ClientIP','\"177.103.229.200\"'),(31350,7180,'UserAgent','\"\"'),(31351,7180,'CurrentUserID','0'),(31352,7181,'Attempts','1'),(31353,7181,'ClientIP','\"83.155.2.80\"'),(31354,7181,'UserAgent','\"\"'),(31355,7181,'CurrentUserID','0'),(31356,7182,'Attempts','1'),(31357,7182,'ClientIP','\"5.226.102.211\"'),(31358,7182,'UserAgent','\"\"'),(31359,7182,'CurrentUserID','0'),(31360,7183,'Attempts','1'),(31361,7183,'ClientIP','\"92.99.248.218\"'),(31362,7183,'UserAgent','\"\"'),(31363,7183,'CurrentUserID','0'),(31364,7184,'Attempts','1'),(31365,7184,'ClientIP','\"70.26.172.118\"'),(31366,7184,'UserAgent','\"\"'),(31367,7184,'CurrentUserID','0'),(31368,7185,'Attempts','1'),(31369,7185,'ClientIP','\"180.148.211.22\"'),(31370,7185,'UserAgent','\"\"'),(31371,7185,'CurrentUserID','0'),(31372,7186,'Attempts','1'),(31373,7186,'ClientIP','\"82.137.10.67\"'),(31374,7186,'UserAgent','\"\"'),(31375,7186,'CurrentUserID','0'),(31376,7187,'Attempts','1'),(31377,7187,'ClientIP','\"93.143.74.17\"'),(31378,7187,'UserAgent','\"\"'),(31379,7187,'CurrentUserID','0'),(31380,7188,'Attempts','1'),(31381,7188,'ClientIP','\"94.132.90.174\"'),(31382,7188,'UserAgent','\"\"'),(31383,7188,'CurrentUserID','0'),(31384,7189,'Attempts','1'),(31385,7189,'ClientIP','\"2.191.8.123\"'),(31386,7189,'UserAgent','\"\"'),(31387,7189,'CurrentUserID','0'),(31388,7190,'Attempts','1'),(31389,7190,'ClientIP','\"187.121.91.153\"'),(31390,7190,'UserAgent','\"\"'),(31391,7190,'CurrentUserID','0'),(31392,7191,'Attempts','1'),(31393,7191,'ClientIP','\"194.225.7.225\"'),(31394,7191,'UserAgent','\"\"'),(31395,7191,'CurrentUserID','0'),(31396,7192,'Attempts','1'),(31397,7192,'ClientIP','\"83.117.13.143\"'),(31398,7192,'UserAgent','\"\"'),(31399,7192,'CurrentUserID','0'),(31400,7193,'Attempts','1'),(31401,7193,'ClientIP','\"188.37.153.18\"'),(31402,7193,'UserAgent','\"\"'),(31403,7193,'CurrentUserID','0'),(31404,7194,'Attempts','1'),(31405,7194,'ClientIP','\"1.23.69.17\"'),(31406,7194,'UserAgent','\"\"'),(31407,7194,'CurrentUserID','0'),(31408,7195,'Attempts','1'),(31409,7195,'ClientIP','\"190.22.195.44\"'),(31410,7195,'UserAgent','\"\"'),(31411,7195,'CurrentUserID','0'),(31412,7196,'Attempts','1'),(31413,7196,'ClientIP','\"89.234.157.254\"'),(31414,7196,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/536.11 (KHTML like Gecko) Chrome\\/20.0.1132.57 Safari\\/536.11\"'),(31415,7196,'CurrentUserID','0'),(31416,7197,'Attempts','1'),(31417,7197,'ClientIP','\"82.178.209.185\"'),(31418,7197,'UserAgent','\"\"'),(31419,7197,'CurrentUserID','0'),(31420,7198,'Attempts','1'),(31421,7198,'ClientIP','\"81.89.96.88\"'),(31422,7198,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/29.0.1547.66 Safari\\/537.36\"'),(31423,7198,'CurrentUserID','0'),(31424,7199,'Attempts','1'),(31425,7199,'ClientIP','\"93.174.90.30\"'),(31426,7199,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.31 (KHTML like Gecko) Chrome\\/26.0.1410.43 Safari\\/537.31\"'),(31427,7199,'CurrentUserID','0'),(31428,7200,'Attempts','\"10+\"'),(31429,7200,'ClientIP','\"91.200.12.22\"'),(31430,7200,'UserAgent','\"Opera\\/9.80 (Windows NT 5.1; U; ru) Presto\\/2.9.168 Version\\/11.50\"'),(31431,7200,'CurrentUserID','0'),(31432,7201,'Attempts','1'),(31433,7201,'ClientIP','\"5.196.72.100\"'),(31434,7201,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.101 Safari\\/537.36\"'),(31435,7201,'CurrentUserID','0'),(31436,7202,'Attempts','1'),(31437,7202,'ClientIP','\"198.50.200.143\"'),(31438,7202,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"'),(31439,7202,'CurrentUserID','0'),(31440,7203,'Attempts','1'),(31441,7203,'ClientIP','\"176.31.191.26\"'),(31442,7203,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.31 (KHTML like Gecko) Chrome\\/26.0.1410.43 Safari\\/537.31\"'),(31443,7203,'CurrentUserID','0'),(31444,7204,'Attempts','1'),(31445,7204,'ClientIP','\"62.212.68.201\"'),(31446,7204,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.117 Safari\\/537.36\"'),(31447,7204,'CurrentUserID','0'),(31448,7205,'Attempts','1'),(31449,7205,'ClientIP','\"62.210.105.116\"'),(31450,7205,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/536.5 (KHTML like Gecko) Chrome\\/19.0.1084.52 Safari\\/536.5\"'),(31451,7205,'CurrentUserID','0'),(31452,7206,'Attempts','1'),(31453,7206,'ClientIP','\"104.232.3.33\"'),(31454,7206,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:5.0) Gecko\\/20100101 Firefox\\/5.02\"'),(31455,7206,'CurrentUserID','0'),(31456,7207,'Attempts','1'),(31457,7207,'ClientIP','\"188.138.9.49\"'),(31458,7207,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/536.11 (KHTML like Gecko) Chrome\\/20.0.1132.57 Safari\\/536.11\"'),(31459,7207,'CurrentUserID','0'),(31460,7208,'Attempts','1'),(31461,7208,'ClientIP','\"37.187.129.166\"'),(31462,7208,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(31463,7208,'CurrentUserID','0'),(31464,7209,'Attempts','1'),(31465,7209,'ClientIP','\"109.163.234.2\"'),(31466,7209,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/535.19 (KHTML like Gecko) Chrome\\/18.0.1025.162 Safari\\/535.19\"'),(31467,7209,'CurrentUserID','0'),(31468,7210,'Attempts','6'),(31469,7210,'ClientIP','\"91.200.12.22\"'),(31470,7210,'UserAgent','\"Opera\\/9.80 (Windows NT 5.1; U; ru) Presto\\/2.9.168 Version\\/11.50\"'),(31471,7210,'CurrentUserID','0'),(31472,7211,'Attempts','1'),(31473,7211,'ClientIP','\"96.47.226.20\"'),(31474,7211,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/29.0.1547.57 Safari\\/537.36\"'),(31475,7211,'CurrentUserID','0'),(31476,7212,'Attempts','9'),(31477,7212,'ClientIP','\"193.201.227.141\"'),(31478,7212,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(31479,7212,'CurrentUserID','0'),(31480,7213,'Attempts','1'),(31481,7213,'ClientIP','\"198.100.148.112\"'),(31482,7213,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko\\/20100101 Firefox\\/22.0\"'),(31483,7213,'CurrentUserID','0'),(31484,7214,'Attempts','1'),(31485,7214,'ClientIP','\"77.247.181.162\"'),(31486,7214,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/32.0.1700.76 Safari\\/537.36\"'),(31487,7214,'CurrentUserID','0'),(31488,7215,'Attempts','1'),(31489,7215,'ClientIP','\"166.70.181.109\"'),(31490,7215,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:15.0) Gecko\\/20100101 Firefox\\/15.0.1\"'),(31491,7215,'CurrentUserID','0'),(31492,7216,'Attempts','1'),(31493,7216,'ClientIP','\"185.104.120.4\"'),(31494,7216,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.17 (KHTML like Gecko) Chrome\\/24.0.1312.56 Safari\\/537.17\"'),(31495,7216,'CurrentUserID','0'),(31496,7217,'Attempts','1'),(31497,7217,'ClientIP','\"104.232.3.33\"'),(31498,7217,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.1 (KHTML like Gecko) Chrome\\/21.0.1180.89 Safari\\/537.1\"'),(31499,7217,'CurrentUserID','0'),(31500,7218,'Attempts','1'),(31501,7218,'ClientIP','\"176.10.99.202\"'),(31502,7218,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident\\/6.0; MALNJS)\"'),(31503,7218,'CurrentUserID','0'),(31504,7219,'Attempts','2'),(31505,7219,'Username','\"wsaaus15\"'),(31506,7219,'CurrentUserRoles','[\"administrator\"]'),(31507,7219,'ClientIP','\"173.254.203.116\"'),(31508,7219,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(31509,7220,'Attempts','2'),(31510,7220,'ClientIP','\"173.254.203.116\"'),(31511,7220,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(31512,7220,'CurrentUserID','0'),(31513,7221,'Attempts','1'),(31514,7221,'ClientIP','\"185.65.135.227\"'),(31515,7221,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.101 Safari\\/537.36\"'),(31516,7221,'CurrentUserID','0'),(31517,7222,'Attempts','1'),(31518,7222,'ClientIP','\"212.192.74.100\"'),(31519,7222,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(31520,7222,'CurrentUserID','0'),(31521,7223,'Attempts','1'),(31522,7223,'ClientIP','\"176.31.121.196\"'),(31523,7223,'UserAgent','\"Opera\\/9.80 (Windows NT 6.1) Presto\\/2.12 Version\\/12.14\"'),(31524,7223,'CurrentUserID','0'),(31525,7224,'Attempts','1'),(31526,7224,'ClientIP','\"93.115.95.206\"'),(31527,7224,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(31528,7224,'CurrentUserID','0'),(31529,7225,'Attempts','1'),(31530,7225,'ClientIP','\"178.217.187.39\"'),(31531,7225,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.94 Safari\\/537.36\"'),(31532,7225,'CurrentUserID','0'),(31533,7226,'Attempts','1'),(31534,7226,'ClientIP','\"81.89.96.88\"'),(31535,7226,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:10.0) Gecko\\/20100101 Firefox\\/10.0\"'),(31536,7226,'CurrentUserID','0'),(31537,7227,'Attempts','1'),(31538,7227,'ClientIP','\"62.212.68.201\"'),(31539,7227,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:13.0) Gecko\\/20100101 Firefox\\/13.0\"'),(31540,7227,'CurrentUserID','0'),(31541,7228,'Attempts','1'),(31542,7228,'ClientIP','\"176.10.99.208\"'),(31543,7228,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/32.0.1700.107 Safari\\/537.36\"'),(31544,7228,'CurrentUserID','0'),(31545,7229,'Attempts','\"10+\"'),(31546,7229,'ClientIP','\"54.210.235.247\"'),(31547,7229,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(31548,7229,'CurrentUserID','0'),(31549,7230,'Attempts','1'),(31550,7230,'ClientIP','\"171.25.193.20\"'),(31551,7230,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.11 (KHTML like Gecko) Chrome\\/23.0.1271.97 Safari\\/537.11\"'),(31552,7230,'CurrentUserID','0'),(31553,7231,'Attempts','1'),(31554,7231,'ClientIP','\"104.232.3.33\"'),(31555,7231,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(31556,7231,'CurrentUserID','0'),(31557,7232,'Attempts','1'),(31558,7232,'ClientIP','\"171.25.193.132\"'),(31559,7232,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:11.0) Gecko\\/20100101 Firefox\\/11.0\"'),(31560,7232,'CurrentUserID','0'),(31561,7233,'Attempts','1'),(31562,7233,'ClientIP','\"77.247.181.165\"'),(31563,7233,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)\"'),(31564,7233,'CurrentUserID','0'),(31565,7234,'Attempts','1'),(31566,7234,'ClientIP','\"104.232.3.33\"'),(31567,7234,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.31 (KHTML like Gecko) Chrome\\/26.0.1410.43 Safari\\/537.31\"'),(31568,7234,'CurrentUserID','0'),(31569,7235,'Attempts','\"10+\"'),(31570,7235,'ClientIP','\"54.210.235.247\"'),(31571,7235,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(31572,7235,'CurrentUserID','0'),(31573,7236,'Attempts','1'),(31574,7236,'ClientIP','\"77.109.139.87\"'),(31575,7236,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(31576,7236,'CurrentUserID','0'),(31577,7237,'Attempts','1'),(31578,7237,'ClientIP','\"149.202.98.160\"'),(31579,7237,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.11 (KHTML like Gecko) Chrome\\/23.0.1271.91 Safari\\/537.11\"'),(31580,7237,'CurrentUserID','0'),(31581,7238,'Attempts','1'),(31582,7238,'ClientIP','\"46.227.69.242\"'),(31583,7238,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.117 Safari\\/537.36\"'),(31584,7238,'CurrentUserID','0'),(31585,7239,'Attempts','1'),(31586,7239,'ClientIP','\"37.187.129.166\"'),(31587,7239,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident\\/4.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)\"'),(31588,7239,'CurrentUserID','0'),(31589,7240,'Attempts','1'),(31590,7240,'ClientIP','\"23.239.157.58\"'),(31591,7240,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko\\/20100101 Firefox\\/24.0\"'),(31592,7240,'CurrentUserID','0'),(31593,7241,'Attempts','1'),(31594,7241,'ClientIP','\"94.242.57.2\"'),(31595,7241,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:15.0) Gecko\\/20100101 Firefox\\/15.0\"'),(31596,7241,'CurrentUserID','0'),(31597,7242,'Attempts','1'),(31598,7242,'ClientIP','\"204.194.29.4\"'),(31599,7242,'UserAgent','\"Opera\\/9.80 (Windows NT 5.1); U) Presto\\/2.10.181 Version\\/12.00\"'),(31600,7242,'CurrentUserID','0'),(31601,7243,'Attempts','1'),(31602,7243,'ClientIP','\"173.255.226.142\"'),(31603,7243,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0; BOIE9;ENUS)\"'),(31604,7243,'CurrentUserID','0'),(31605,7244,'Attempts','1'),(31606,7244,'ClientIP','\"91.200.12.22\"'),(31607,7244,'UserAgent','\"Opera\\/9.80 (Windows NT 5.1; U; ru) Presto\\/2.9.168 Version\\/11.50\"'),(31608,7244,'CurrentUserID','0'),(31609,7245,'Attempts','5'),(31610,7245,'ClientIP','\"54.210.235.247\"'),(31611,7245,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(31612,7245,'CurrentUserID','0'),(31613,7246,'Attempts','1'),(31614,7246,'ClientIP','\"109.163.234.7\"'),(31615,7246,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(31616,7246,'CurrentUserID','0'),(31617,7247,'Attempts','1'),(31618,7247,'ClientIP','\"62.212.68.201\"'),(31619,7247,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(31620,7247,'CurrentUserID','0'),(31621,7248,'Attempts','1'),(31622,7248,'ClientIP','\"185.65.135.227\"'),(31623,7248,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:20.0) Gecko\\/20100101 Firefox\\/20.0\"'),(31624,7248,'CurrentUserID','0'),(31625,7249,'Attempts','1'),(31626,7249,'ClientIP','\"93.115.95.206\"'),(31627,7249,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/35.0.1916.114 Safari\\/537.36\"'),(31628,7249,'CurrentUserID','0'),(31629,7250,'Attempts','1'),(31630,7250,'ClientIP','\"176.10.99.209\"'),(31631,7250,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(31632,7250,'CurrentUserID','0'),(31633,7251,'Attempts','1'),(31634,7251,'ClientIP','\"93.115.95.202\"'),(31635,7251,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/535.19 (KHTML like Gecko) Chrome\\/18.0.1025.168 Safari\\/535.19\"'),(31636,7251,'CurrentUserID','0'),(31637,7252,'Attempts','1'),(31638,7252,'ClientIP','\"185.34.33.2\"'),(31639,7252,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/32.0.1700.76 Safari\\/537.36\"'),(31640,7252,'CurrentUserID','0'),(31641,7253,'Attempts','1'),(31642,7253,'ClientIP','\"176.10.99.206\"'),(31643,7253,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:20.0) Gecko\\/20100101 Firefox\\/20.0\"'),(31644,7253,'CurrentUserID','0'),(31645,7254,'Attempts','1'),(31646,7254,'ClientIP','\"207.244.70.35\"'),(31647,7254,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.31 (KHTML like Gecko) Chrome\\/26.0.1410.43 Safari\\/537.31\"'),(31648,7254,'CurrentUserID','0'),(31649,7255,'Attempts','2'),(31650,7255,'ClientIP','\"171.25.193.132\"'),(31651,7255,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.117 Safari\\/537.36\"'),(31652,7255,'CurrentUserID','0'),(31653,7256,'Attempts','1'),(31654,7256,'ClientIP','\"37.187.129.166\"'),(31655,7256,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/535.11 (KHTML like Gecko) Chrome\\/17.0.963.79 Safari\\/535.11\"'),(31656,7256,'CurrentUserID','0'),(31657,7257,'Attempts','1'),(31658,7257,'ClientIP','\"188.165.204.147\"'),(31659,7257,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)\"'),(31660,7257,'CurrentUserID','0'),(31661,7258,'Attempts','1'),(31662,7258,'ClientIP','\"77.247.181.163\"'),(31663,7258,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:5.0) Gecko\\/20100101 Firefox\\/5.02\"'),(31664,7258,'CurrentUserID','0'),(31665,7259,'Attempts','1'),(31666,7259,'ClientIP','\"93.115.95.207\"'),(31667,7259,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(31668,7259,'CurrentUserID','0'),(31669,7260,'Attempts','1'),(31670,7260,'ClientIP','\"46.182.106.190\"'),(31671,7260,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.154 Safari\\/537.36\"'),(31672,7260,'CurrentUserID','0'),(31673,7261,'Attempts','1'),(31674,7261,'ClientIP','\"176.10.99.201\"'),(31675,7261,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/535.19 (KHTML like Gecko) Chrome\\/18.0.1025.162 Safari\\/535.19\"'),(31676,7261,'CurrentUserID','0'),(31677,7262,'Attempts','1'),(31678,7262,'ClientIP','\"96.44.189.100\"'),(31679,7262,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.101 Safari\\/537.36\"'),(31680,7262,'CurrentUserID','0'),(31681,7263,'Attempts','1'),(31682,7263,'ClientIP','\"185.75.56.2\"'),(31683,7263,'UserAgent','\"Opera\\/9.80 (Windows NT 6.1; WOW64) Presto\\/2.12 Version\\/12.14\"'),(31684,7263,'CurrentUserID','0'),(31685,7264,'Attempts','1'),(31686,7264,'ClientIP','\"37.187.129.166\"'),(31687,7264,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:14.0) Gecko\\/20100101 Firefox\\/14.0.1\"'),(31688,7264,'CurrentUserID','0'),(31689,7265,'Attempts','1'),(31690,7265,'ClientIP','\"171.25.193.131\"'),(31691,7265,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(31692,7265,'CurrentUserID','0'),(31693,7266,'Attempts','1'),(31694,7266,'ClientIP','\"104.255.64.26\"'),(31695,7266,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(31696,7266,'CurrentUserID','0'),(31697,7267,'Attempts','1'),(31698,7267,'ClientIP','\"81.7.15.115\"'),(31699,7267,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/32.0.1700.76 Safari\\/537.36\"'),(31700,7267,'CurrentUserID','0'),(31701,7268,'Attempts','1'),(31702,7268,'ClientIP','\"62.102.148.67\"'),(31703,7268,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"'),(31704,7268,'CurrentUserID','0'),(31705,7269,'Attempts','1'),(31706,7269,'Username','\"pgmarshall@pgmarshall.net\"'),(31707,7269,'CurrentUserRoles','[\"administrator\"]'),(31708,7269,'ClientIP','\"174.24.128.217\"'),(31709,7269,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.71 Safari\\/537.36\"'),(31710,7270,'Username','\"pgmarshall@pgmarshall.net\"'),(31711,7270,'CurrentUserRoles','[\"administrator\"]'),(31712,7270,'ClientIP','\"174.24.128.217\"'),(31713,7270,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.71 Safari\\/537.36\"'),(31714,7271,'Attempts','1'),(31715,7271,'ClientIP','\"185.101.107.189\"'),(31716,7271,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.117 Safari\\/537.36\"'),(31717,7271,'CurrentUserID','0'),(31718,7272,'Attempts','1'),(31719,7272,'ClientIP','\"198.96.155.3\"'),(31720,7272,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:8.0.1) Gecko\\/20100101 Firefox\\/8.0.1\"'),(31721,7272,'CurrentUserID','0'),(31722,7273,'Attempts','1'),(31723,7273,'ClientIP','\"171.25.193.131\"'),(31724,7273,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.101 Safari\\/537.36\"'),(31725,7273,'CurrentUserID','0'),(31726,7274,'Attempts','1'),(31727,7274,'ClientIP','\"109.163.234.7\"'),(31728,7274,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:18.0) Gecko\\/20100101 Firefox\\/18.0\"'),(31729,7274,'CurrentUserID','0'),(31730,7275,'Attempts','1'),(31731,7275,'ClientIP','\"95.234.217.165\"'),(31732,7275,'UserAgent','\"\"'),(31733,7275,'CurrentUserID','0'),(31734,7276,'Attempts','1'),(31735,7276,'ClientIP','\"97.88.188.56\"'),(31736,7276,'UserAgent','\"\"'),(31737,7276,'CurrentUserID','0'),(31738,7277,'Attempts','1'),(31739,7277,'ClientIP','\"46.19.230.5\"'),(31740,7277,'UserAgent','\"\"'),(31741,7277,'CurrentUserID','0'),(31742,7278,'Attempts','1'),(31743,7278,'ClientIP','\"175.143.47.253\"'),(31744,7278,'UserAgent','\"\"'),(31745,7278,'CurrentUserID','0'),(31746,7279,'Attempts','1'),(31747,7279,'ClientIP','\"112.198.103.184\"'),(31748,7279,'UserAgent','\"\"'),(31749,7279,'CurrentUserID','0'),(31750,7280,'Attempts','1'),(31751,7280,'ClientIP','\"31.11.88.14\"'),(31752,7280,'UserAgent','\"\"'),(31753,7280,'CurrentUserID','0'),(31754,7281,'Attempts','1'),(31755,7281,'ClientIP','\"180.190.90.178\"'),(31756,7281,'UserAgent','\"\"'),(31757,7281,'CurrentUserID','0'),(31758,7282,'Attempts','1'),(31759,7282,'ClientIP','\"90.10.162.7\"'),(31760,7282,'UserAgent','\"\"'),(31761,7282,'CurrentUserID','0'),(31762,7283,'Attempts','1'),(31763,7283,'ClientIP','\"95.176.182.84\"'),(31764,7283,'UserAgent','\"\"'),(31765,7283,'CurrentUserID','0'),(31766,7284,'Attempts','1'),(31767,7284,'ClientIP','\"95.135.190.186\"'),(31768,7284,'UserAgent','\"\"'),(31769,7284,'CurrentUserID','0'),(31770,7285,'Attempts','1'),(31771,7285,'ClientIP','\"85.229.17.8\"'),(31772,7285,'UserAgent','\"\"'),(31773,7285,'CurrentUserID','0'),(31774,7286,'Attempts','1'),(31775,7286,'ClientIP','\"210.1.222.94\"'),(31776,7286,'UserAgent','\"\"'),(31777,7286,'CurrentUserID','0'),(31778,7287,'Attempts','1'),(31779,7287,'ClientIP','\"89.205.68.8\"'),(31780,7287,'UserAgent','\"\"'),(31781,7287,'CurrentUserID','0'),(31782,7288,'Attempts','1'),(31783,7288,'ClientIP','\"5.9.36.66\"'),(31784,7288,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko\\/20100101 Firefox\\/27.0\"'),(31785,7288,'CurrentUserID','0'),(31786,7289,'Attempts','1'),(31787,7289,'ClientIP','\"103.51.59.201\"'),(31788,7289,'UserAgent','\"\"'),(31789,7289,'CurrentUserID','0'),(31790,7290,'Attempts','1'),(31791,7290,'ClientIP','\"195.38.99.101\"'),(31792,7290,'UserAgent','\"\"'),(31793,7290,'CurrentUserID','0'),(31794,7291,'Attempts','1'),(31795,7291,'ClientIP','\"178.223.61.59\"'),(31796,7291,'UserAgent','\"\"'),(31797,7291,'CurrentUserID','0'),(31798,7292,'Attempts','1'),(31799,7292,'ClientIP','\"109.93.175.59\"'),(31800,7292,'UserAgent','\"\"'),(31801,7292,'CurrentUserID','0'),(31802,7293,'Attempts','1'),(31803,7293,'ClientIP','\"89.248.191.36\"'),(31804,7293,'UserAgent','\"\"'),(31805,7293,'CurrentUserID','0'),(31806,7294,'Attempts','1'),(31807,7294,'ClientIP','\"81.102.234.169\"'),(31808,7294,'UserAgent','\"\"'),(31809,7294,'CurrentUserID','0'),(31810,7295,'Attempts','1'),(31811,7295,'ClientIP','\"89.137.137.244\"'),(31812,7295,'UserAgent','\"\"'),(31813,7295,'CurrentUserID','0'),(31814,7296,'Attempts','1'),(31815,7296,'ClientIP','\"121.54.29.11\"'),(31816,7296,'UserAgent','\"\"'),(31817,7296,'CurrentUserID','0'),(31818,7297,'Attempts','1'),(31819,7297,'ClientIP','\"178.149.248.163\"'),(31820,7297,'UserAgent','\"\"'),(31821,7297,'CurrentUserID','0'),(31822,7298,'Attempts','1'),(31823,7298,'ClientIP','\"188.112.96.206\"'),(31824,7298,'UserAgent','\"\"'),(31825,7298,'CurrentUserID','0'),(31826,7299,'Attempts','1'),(31827,7299,'ClientIP','\"79.13.213.97\"'),(31828,7299,'UserAgent','\"\"'),(31829,7299,'CurrentUserID','0'),(31830,7300,'Attempts','1'),(31831,7300,'ClientIP','\"100.12.80.143\"'),(31832,7300,'UserAgent','\"\"'),(31833,7300,'CurrentUserID','0'),(31834,7301,'Attempts','1'),(31835,7301,'ClientIP','\"82.20.112.196\"'),(31836,7301,'UserAgent','\"\"'),(31837,7301,'CurrentUserID','0'),(31838,7302,'Attempts','1'),(31839,7302,'ClientIP','\"174.113.226.229\"'),(31840,7302,'UserAgent','\"\"'),(31841,7302,'CurrentUserID','0'),(31842,7303,'Attempts','1'),(31843,7303,'ClientIP','\"189.113.123.243\"'),(31844,7303,'UserAgent','\"\"'),(31845,7303,'CurrentUserID','0'),(31846,7304,'Attempts','1'),(31847,7304,'ClientIP','\"109.51.76.170\"'),(31848,7304,'UserAgent','\"\"'),(31849,7304,'CurrentUserID','0'),(31850,7305,'Attempts','1'),(31851,7305,'ClientIP','\"119.235.54.172\"'),(31852,7305,'UserAgent','\"\"'),(31853,7305,'CurrentUserID','0'),(31854,7306,'Attempts','1'),(31855,7306,'ClientIP','\"92.86.31.58\"'),(31856,7306,'UserAgent','\"\"'),(31857,7306,'CurrentUserID','0'),(31858,7307,'Attempts','1'),(31859,7307,'ClientIP','\"89.47.96.145\"'),(31860,7307,'UserAgent','\"\"'),(31861,7307,'CurrentUserID','0'),(31862,7308,'Attempts','1'),(31863,7308,'ClientIP','\"108.197.66.207\"'),(31864,7308,'UserAgent','\"\"'),(31865,7308,'CurrentUserID','0'),(31866,7309,'Attempts','1'),(31867,7309,'ClientIP','\"37.247.58.16\"'),(31868,7309,'UserAgent','\"\"'),(31869,7309,'CurrentUserID','0'),(31870,7310,'Attempts','1'),(31871,7310,'ClientIP','\"85.254.75.104\"'),(31872,7310,'UserAgent','\"\"'),(31873,7310,'CurrentUserID','0'),(31874,7311,'Attempts','1'),(31875,7311,'ClientIP','\"81.233.81.116\"'),(31876,7311,'UserAgent','\"\"'),(31877,7311,'CurrentUserID','0'),(31878,7312,'Attempts','1'),(31879,7312,'ClientIP','\"91.105.45.41\"'),(31880,7312,'UserAgent','\"\"'),(31881,7312,'CurrentUserID','0'),(31882,7313,'Attempts','1'),(31883,7313,'ClientIP','\"39.32.2.36\"'),(31884,7313,'UserAgent','\"\"'),(31885,7313,'CurrentUserID','0'),(31886,7314,'Attempts','1'),(31887,7314,'ClientIP','\"188.17.120.84\"'),(31888,7314,'UserAgent','\"\"'),(31889,7314,'CurrentUserID','0'),(31890,7315,'Attempts','1'),(31891,7315,'ClientIP','\"89.115.90.99\"'),(31892,7315,'UserAgent','\"\"'),(31893,7315,'CurrentUserID','0'),(31894,7316,'Attempts','1'),(31895,7316,'ClientIP','\"5.20.52.32\"'),(31896,7316,'UserAgent','\"\"'),(31897,7316,'CurrentUserID','0'),(31898,7317,'Attempts','1'),(31899,7317,'ClientIP','\"78.193.154.87\"'),(31900,7317,'UserAgent','\"\"'),(31901,7317,'CurrentUserID','0'),(31902,7318,'Attempts','2'),(31903,7318,'ClientIP','\"209.131.72.193\"'),(31904,7318,'UserAgent','\"\"'),(31905,7318,'CurrentUserID','0'),(31906,7319,'Attempts','1'),(31907,7319,'ClientIP','\"37.202.99.230\"'),(31908,7319,'UserAgent','\"\"'),(31909,7319,'CurrentUserID','0'),(31910,7320,'Attempts','1'),(31911,7320,'ClientIP','\"85.221.189.242\"'),(31912,7320,'UserAgent','\"\"'),(31913,7320,'CurrentUserID','0'),(31914,7321,'Attempts','1'),(31915,7321,'ClientIP','\"187.147.236.18\"'),(31916,7321,'UserAgent','\"\"'),(31917,7321,'CurrentUserID','0'),(31918,7322,'Attempts','1'),(31919,7322,'ClientIP','\"72.78.205.119\"'),(31920,7322,'UserAgent','\"\"'),(31921,7322,'CurrentUserID','0'),(31922,7323,'Attempts','1'),(31923,7323,'ClientIP','\"31.173.80.183\"'),(31924,7323,'UserAgent','\"\"'),(31925,7323,'CurrentUserID','0'),(31926,7324,'Attempts','1'),(31927,7324,'ClientIP','\"39.54.249.130\"'),(31928,7324,'UserAgent','\"\"'),(31929,7324,'CurrentUserID','0'),(31930,7325,'Attempts','1'),(31931,7325,'ClientIP','\"120.29.105.167\"'),(31932,7325,'UserAgent','\"\"'),(31933,7325,'CurrentUserID','0'),(31934,7326,'Attempts','1'),(31935,7326,'ClientIP','\"162.233.132.34\"'),(31936,7326,'UserAgent','\"\"'),(31937,7326,'CurrentUserID','0'),(31938,7327,'Attempts','1'),(31939,7327,'ClientIP','\"5.51.200.146\"'),(31940,7327,'UserAgent','\"\"'),(31941,7327,'CurrentUserID','0'),(31942,7328,'Attempts','1'),(31943,7328,'ClientIP','\"89.154.144.145\"'),(31944,7328,'UserAgent','\"\"'),(31945,7328,'CurrentUserID','0'),(31946,7329,'Attempts','1'),(31947,7329,'ClientIP','\"96.43.166.39\"'),(31948,7329,'UserAgent','\"\"'),(31949,7329,'CurrentUserID','0'),(31950,7330,'Attempts','1'),(31951,7330,'ClientIP','\"128.0.60.199\"'),(31952,7330,'UserAgent','\"\"'),(31953,7330,'CurrentUserID','0'),(31954,7331,'Attempts','1'),(31955,7331,'ClientIP','\"1.243.103.35\"'),(31956,7331,'UserAgent','\"\"'),(31957,7331,'CurrentUserID','0'),(31958,7332,'Attempts','1'),(31959,7332,'ClientIP','\"94.188.78.140\"'),(31960,7332,'UserAgent','\"\"'),(31961,7332,'CurrentUserID','0'),(31962,7333,'Attempts','1'),(31963,7333,'ClientIP','\"31.185.139.52\"'),(31964,7333,'UserAgent','\"\"'),(31965,7333,'CurrentUserID','0'),(31966,7334,'Attempts','1'),(31967,7334,'ClientIP','\"202.58.99.78\"'),(31968,7334,'UserAgent','\"\"'),(31969,7334,'CurrentUserID','0'),(31970,7335,'Attempts','1'),(31971,7335,'ClientIP','\"185.53.244.250\"'),(31972,7335,'UserAgent','\"\"'),(31973,7335,'CurrentUserID','0'),(31974,7336,'Attempts','1'),(31975,7336,'ClientIP','\"71.185.226.225\"'),(31976,7336,'UserAgent','\"\"'),(31977,7336,'CurrentUserID','0'),(31978,7337,'Attempts','1'),(31979,7337,'ClientIP','\"208.49.194.161\"'),(31980,7337,'UserAgent','\"\"'),(31981,7337,'CurrentUserID','0'),(31982,7338,'Attempts','1'),(31983,7338,'ClientIP','\"178.153.74.116\"'),(31984,7338,'UserAgent','\"\"'),(31985,7338,'CurrentUserID','0'),(31986,7339,'Attempts','1'),(31987,7339,'ClientIP','\"87.4.82.99\"'),(31988,7339,'UserAgent','\"\"'),(31989,7339,'CurrentUserID','0'),(31990,7340,'Attempts','1'),(31991,7340,'ClientIP','\"49.151.105.167\"'),(31992,7340,'UserAgent','\"\"'),(31993,7340,'CurrentUserID','0'),(31994,7341,'Attempts','1'),(31995,7341,'ClientIP','\"103.21.170.226\"'),(31996,7341,'UserAgent','\"\"'),(31997,7341,'CurrentUserID','0'),(31998,7342,'Attempts','1'),(31999,7342,'ClientIP','\"87.68.81.15\"'),(32000,7342,'UserAgent','\"\"'),(32001,7342,'CurrentUserID','0'),(32002,7343,'Attempts','1'),(32003,7343,'ClientIP','\"105.155.213.72\"'),(32004,7343,'UserAgent','\"\"'),(32005,7343,'CurrentUserID','0'),(32006,7344,'Attempts','1'),(32007,7344,'ClientIP','\"82.194.152.114\"'),(32008,7344,'UserAgent','\"\"'),(32009,7344,'CurrentUserID','0'),(32010,7345,'Attempts','1'),(32011,7345,'ClientIP','\"178.223.52.83\"'),(32012,7345,'UserAgent','\"\"'),(32013,7345,'CurrentUserID','0'),(32014,7346,'Attempts','1'),(32015,7346,'ClientIP','\"181.1.99.59\"'),(32016,7346,'UserAgent','\"\"'),(32017,7346,'CurrentUserID','0'),(32018,7347,'Attempts','1'),(32019,7347,'ClientIP','\"188.127.15.36\"'),(32020,7347,'UserAgent','\"\"'),(32021,7347,'CurrentUserID','0'),(32022,7348,'Attempts','1'),(32023,7348,'ClientIP','\"195.142.69.113\"'),(32024,7348,'UserAgent','\"\"'),(32025,7348,'CurrentUserID','0'),(32026,7349,'Attempts','1'),(32027,7349,'ClientIP','\"88.167.224.182\"'),(32028,7349,'UserAgent','\"\"'),(32029,7349,'CurrentUserID','0'),(32030,7350,'Attempts','\"10+\"'),(32031,7350,'ClientIP','\"10.30.64.4\"'),(32032,7350,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko\\/20100101 Firefox\\/33.0\\u3001c4bbage@weisuo\"'),(32033,7350,'CurrentUserID','0'),(32034,7351,'Attempts','1'),(32035,7351,'ClientIP','\"46.218.13.154\"'),(32036,7351,'UserAgent','\"\"'),(32037,7351,'CurrentUserID','0'),(32038,7352,'Attempts','1'),(32039,7352,'ClientIP','\"24.157.183.79\"'),(32040,7352,'UserAgent','\"\"'),(32041,7352,'CurrentUserID','0'),(32042,7353,'Attempts','2'),(32043,7353,'ClientIP','\"93.138.95.162\"'),(32044,7353,'UserAgent','\"\"'),(32045,7353,'CurrentUserID','0'),(32046,7354,'Attempts','2'),(32047,7354,'ClientIP','\"24.135.74.57\"'),(32048,7354,'UserAgent','\"\"'),(32049,7354,'CurrentUserID','0'),(32050,7355,'Attempts','1'),(32051,7355,'ClientIP','\"103.3.206.95\"'),(32052,7355,'UserAgent','\"\"'),(32053,7355,'CurrentUserID','0'),(32054,7356,'Attempts','1'),(32055,7356,'ClientIP','\"182.186.8.76\"'),(32056,7356,'UserAgent','\"\"'),(32057,7356,'CurrentUserID','0'),(32058,7357,'Attempts','1'),(32059,7357,'ClientIP','\"77.31.140.2\"'),(32060,7357,'UserAgent','\"\"'),(32061,7357,'CurrentUserID','0'),(32062,7358,'Attempts','1'),(32063,7358,'ClientIP','\"213.16.224.216\"'),(32064,7358,'UserAgent','\"\"'),(32065,7358,'CurrentUserID','0'),(32066,7359,'Attempts','1'),(32067,7359,'ClientIP','\"82.29.162.212\"'),(32068,7359,'UserAgent','\"\"'),(32069,7359,'CurrentUserID','0'),(32070,7360,'Attempts','1'),(32071,7360,'ClientIP','\"91.219.236.222\"'),(32072,7360,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.22 (KHTML like Gecko) Chrome\\/25.0.1364.152 Safari\\/537.22\"'),(32073,7360,'CurrentUserID','0'),(32074,7361,'Attempts','1'),(32075,7361,'ClientIP','\"171.25.193.78\"'),(32076,7361,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:20.0) Gecko\\/20100101 Firefox\\/20.0\"'),(32077,7361,'CurrentUserID','0'),(32078,7362,'Attempts','1'),(32079,7362,'ClientIP','\"24.86.32.42\"'),(32080,7362,'UserAgent','\"\"'),(32081,7362,'CurrentUserID','0'),(32082,7363,'Attempts','1'),(32083,7363,'ClientIP','\"39.43.89.118\"'),(32084,7363,'UserAgent','\"\"'),(32085,7363,'CurrentUserID','0'),(32086,7364,'Attempts','1'),(32087,7364,'ClientIP','\"46.99.93.49\"'),(32088,7364,'UserAgent','\"\"'),(32089,7364,'CurrentUserID','0'),(32090,7365,'Attempts','1'),(32091,7365,'ClientIP','\"78.202.254.13\"'),(32092,7365,'UserAgent','\"\"'),(32093,7365,'CurrentUserID','0'),(32094,7366,'Attempts','1'),(32095,7366,'ClientIP','\"14.192.212.70\"'),(32096,7366,'UserAgent','\"\"'),(32097,7366,'CurrentUserID','0'),(32098,7367,'Attempts','1'),(32099,7367,'ClientIP','\"83.83.216.194\"'),(32100,7367,'UserAgent','\"\"'),(32101,7367,'CurrentUserID','0'),(32102,7368,'Attempts','1'),(32103,7368,'ClientIP','\"62.151.122.93\"'),(32104,7368,'UserAgent','\"\"'),(32105,7368,'CurrentUserID','0'),(32106,7369,'Attempts','1'),(32107,7369,'ClientIP','\"210.113.102.53\"'),(32108,7369,'UserAgent','\"\"'),(32109,7369,'CurrentUserID','0'),(32110,7370,'Attempts','1'),(32111,7370,'ClientIP','\"113.161.81.14\"'),(32112,7370,'UserAgent','\"\"'),(32113,7370,'CurrentUserID','0'),(32114,7371,'Attempts','1'),(32115,7371,'ClientIP','\"188.245.178.235\"'),(32116,7371,'UserAgent','\"\"'),(32117,7371,'CurrentUserID','0'),(32118,7372,'Attempts','1'),(32119,7372,'ClientIP','\"87.8.237.17\"'),(32120,7372,'UserAgent','\"\"'),(32121,7372,'CurrentUserID','0'),(32122,7373,'Attempts','1'),(32123,7373,'ClientIP','\"189.236.31.185\"'),(32124,7373,'UserAgent','\"\"'),(32125,7373,'CurrentUserID','0'),(32126,7374,'Attempts','1'),(32127,7374,'ClientIP','\"79.118.114.22\"'),(32128,7374,'UserAgent','\"\"'),(32129,7374,'CurrentUserID','0'),(32130,7375,'Attempts','1'),(32131,7375,'ClientIP','\"69.156.207.203\"'),(32132,7375,'UserAgent','\"\"'),(32133,7375,'CurrentUserID','0'),(32134,7376,'Attempts','1'),(32135,7376,'ClientIP','\"222.154.254.78\"'),(32136,7376,'UserAgent','\"\"'),(32137,7376,'CurrentUserID','0'),(32138,7377,'Attempts','2'),(32139,7377,'ClientIP','\"31.134.102.190\"'),(32140,7377,'UserAgent','\"\"'),(32141,7377,'CurrentUserID','0'),(32142,7378,'Attempts','1'),(32143,7378,'ClientIP','\"191.253.214.219\"'),(32144,7378,'UserAgent','\"\"'),(32145,7378,'CurrentUserID','0'),(32146,7379,'Attempts','1'),(32147,7379,'ClientIP','\"185.5.152.105\"'),(32148,7379,'UserAgent','\"\"'),(32149,7379,'CurrentUserID','0'),(32150,7380,'Attempts','1'),(32151,7380,'ClientIP','\"46.39.53.59\"'),(32152,7380,'UserAgent','\"\"'),(32153,7380,'CurrentUserID','0'),(32154,7381,'Attempts','1'),(32155,7381,'ClientIP','\"92.238.101.208\"'),(32156,7381,'UserAgent','\"\"'),(32157,7381,'CurrentUserID','0'),(32158,7382,'Attempts','1'),(32159,7382,'ClientIP','\"46.47.105.51\"'),(32160,7382,'UserAgent','\"\"'),(32161,7382,'CurrentUserID','0'),(32162,7383,'Attempts','1'),(32163,7383,'ClientIP','\"80.192.39.5\"'),(32164,7383,'UserAgent','\"\"'),(32165,7383,'CurrentUserID','0'),(32166,7384,'Attempts','1'),(32167,7384,'ClientIP','\"75.131.10.45\"'),(32168,7384,'UserAgent','\"\"'),(32169,7384,'CurrentUserID','0'),(32170,7385,'Attempts','1'),(32171,7385,'ClientIP','\"111.237.172.86\"'),(32172,7385,'UserAgent','\"\"'),(32173,7385,'CurrentUserID','0'),(32174,7386,'Attempts','1'),(32175,7386,'ClientIP','\"149.3.84.61\"'),(32176,7386,'UserAgent','\"\"'),(32177,7386,'CurrentUserID','0'),(32178,7387,'Attempts','1'),(32179,7387,'ClientIP','\"93.113.157.7\"'),(32180,7387,'UserAgent','\"\"'),(32181,7387,'CurrentUserID','0'),(32182,7388,'Attempts','1'),(32183,7388,'ClientIP','\"71.237.250.33\"'),(32184,7388,'UserAgent','\"\"'),(32185,7388,'CurrentUserID','0'),(32186,7389,'Attempts','1'),(32187,7389,'ClientIP','\"178.32.251.105\"'),(32188,7389,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(32189,7389,'CurrentUserID','0'),(32190,7390,'Attempts','1'),(32191,7390,'ClientIP','\"121.72.168.123\"'),(32192,7390,'UserAgent','\"\"'),(32193,7390,'CurrentUserID','0'),(32194,7391,'Attempts','1'),(32195,7391,'ClientIP','\"176.60.64.188\"'),(32196,7391,'UserAgent','\"\"'),(32197,7391,'CurrentUserID','0'),(32198,7392,'Attempts','1'),(32199,7392,'ClientIP','\"105.155.218.212\"'),(32200,7392,'UserAgent','\"\"'),(32201,7392,'CurrentUserID','0'),(32202,7393,'Attempts','1'),(32203,7393,'ClientIP','\"93.200.68.234\"'),(32204,7393,'UserAgent','\"\"'),(32205,7393,'CurrentUserID','0'),(32206,7394,'Attempts','1'),(32207,7394,'ClientIP','\"90.17.240.172\"'),(32208,7394,'UserAgent','\"\"'),(32209,7394,'CurrentUserID','0'),(32210,7395,'Attempts','1'),(32211,7395,'ClientIP','\"178.223.19.160\"'),(32212,7395,'UserAgent','\"\"'),(32213,7395,'CurrentUserID','0'),(32214,7396,'Attempts','1'),(32215,7396,'ClientIP','\"109.166.143.230\"'),(32216,7396,'UserAgent','\"\"'),(32217,7396,'CurrentUserID','0'),(32218,7397,'Attempts','1'),(32219,7397,'ClientIP','\"86.129.114.237\"'),(32220,7397,'UserAgent','\"\"'),(32221,7397,'CurrentUserID','0'),(32222,7398,'Attempts','1'),(32223,7398,'ClientIP','\"82.124.183.186\"'),(32224,7398,'UserAgent','\"\"'),(32225,7398,'CurrentUserID','0'),(32226,7399,'Attempts','1'),(32227,7399,'ClientIP','\"105.229.115.83\"'),(32228,7399,'UserAgent','\"\"'),(32229,7399,'CurrentUserID','0'),(32230,7400,'Attempts','1'),(32231,7400,'ClientIP','\"189.81.62.82\"'),(32232,7400,'UserAgent','\"\"'),(32233,7400,'CurrentUserID','0'),(32234,7401,'Attempts','1'),(32235,7401,'ClientIP','\"190.88.159.85\"'),(32236,7401,'UserAgent','\"\"'),(32237,7401,'CurrentUserID','0'),(32238,7402,'Attempts','1'),(32239,7402,'ClientIP','\"192.168.88.175\"'),(32240,7402,'UserAgent','\"\"'),(32241,7402,'CurrentUserID','0'),(32242,7403,'Attempts','1'),(32243,7403,'ClientIP','\"2.50.240.133\"'),(32244,7403,'UserAgent','\"\"'),(32245,7403,'CurrentUserID','0'),(32246,7404,'Attempts','1'),(32247,7404,'ClientIP','\"24.197.148.15\"'),(32248,7404,'UserAgent','\"\"'),(32249,7404,'CurrentUserID','0'),(32250,7405,'Attempts','1'),(32251,7405,'ClientIP','\"94.112.224.93\"'),(32252,7405,'UserAgent','\"\"'),(32253,7405,'CurrentUserID','0'),(32254,7406,'Attempts','1'),(32255,7406,'ClientIP','\"129.123.7.6\"'),(32256,7406,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko\\/20100101 Firefox\\/18.0\"'),(32257,7406,'CurrentUserID','0'),(32258,7407,'Attempts','1'),(32259,7407,'ClientIP','\"125.238.233.252\"'),(32260,7407,'UserAgent','\"\"'),(32261,7407,'CurrentUserID','0'),(32262,7408,'Attempts','1'),(32263,7408,'ClientIP','\"31.11.109.194\"'),(32264,7408,'UserAgent','\"\"'),(32265,7408,'CurrentUserID','0'),(32266,7409,'Attempts','1'),(32267,7409,'ClientIP','\"184.59.0.140\"'),(32268,7409,'UserAgent','\"\"'),(32269,7409,'CurrentUserID','0'),(32270,7410,'Attempts','2'),(32271,7410,'ClientIP','\"89.68.199.129\"'),(32272,7410,'UserAgent','\"\"'),(32273,7410,'CurrentUserID','0'),(32274,7411,'Attempts','1'),(32275,7411,'ClientIP','\"1.52.34.157\"'),(32276,7411,'UserAgent','\"\"'),(32277,7411,'CurrentUserID','0'),(32278,7412,'Attempts','1'),(32279,7412,'ClientIP','\"108.6.200.60\"'),(32280,7412,'UserAgent','\"\"'),(32281,7412,'CurrentUserID','0'),(32282,7413,'Attempts','1'),(32283,7413,'ClientIP','\"105.102.73.97\"'),(32284,7413,'UserAgent','\"\"'),(32285,7413,'CurrentUserID','0'),(32286,7414,'Attempts','1'),(32287,7414,'ClientIP','\"110.147.128.240\"'),(32288,7414,'UserAgent','\"\"'),(32289,7414,'CurrentUserID','0'),(32290,7415,'Attempts','1'),(32291,7415,'ClientIP','\"94.67.182.32\"'),(32292,7415,'UserAgent','\"\"'),(32293,7415,'CurrentUserID','0'),(32294,7416,'Attempts','1'),(32295,7416,'ClientIP','\"182.178.180.186\"'),(32296,7416,'UserAgent','\"\"'),(32297,7416,'CurrentUserID','0'),(32298,7417,'Attempts','1'),(32299,7417,'ClientIP','\"62.215.206.254\"'),(32300,7417,'UserAgent','\"\"'),(32301,7417,'CurrentUserID','0'),(32302,7418,'Attempts','1'),(32303,7418,'ClientIP','\"197.35.177.13\"'),(32304,7418,'UserAgent','\"\"'),(32305,7418,'CurrentUserID','0'),(32306,7419,'Attempts','1'),(32307,7419,'ClientIP','\"110.195.172.230\"'),(32308,7419,'UserAgent','\"\"'),(32309,7419,'CurrentUserID','0'),(32310,7420,'Attempts','1'),(32311,7420,'ClientIP','\"137.207.0.116\"'),(32312,7420,'UserAgent','\"\"'),(32313,7420,'CurrentUserID','0'),(32314,7421,'Attempts','1'),(32315,7421,'ClientIP','\"78.145.95.86\"'),(32316,7421,'UserAgent','\"\"'),(32317,7421,'CurrentUserID','0'),(32318,7422,'Attempts','1'),(32319,7422,'ClientIP','\"73.141.228.217\"'),(32320,7422,'UserAgent','\"\"'),(32321,7422,'CurrentUserID','0'),(32322,7423,'Attempts','1'),(32323,7423,'ClientIP','\"179.254.101.7\"'),(32324,7423,'UserAgent','\"\"'),(32325,7423,'CurrentUserID','0'),(32326,7424,'Attempts','1'),(32327,7424,'ClientIP','\"108.180.198.65\"'),(32328,7424,'UserAgent','\"\"'),(32329,7424,'CurrentUserID','0'),(32330,7425,'Attempts','1'),(32331,7425,'ClientIP','\"92.49.84.221\"'),(32332,7425,'UserAgent','\"\"'),(32333,7425,'CurrentUserID','0'),(32334,7426,'Attempts','1'),(32335,7426,'ClientIP','\"186.235.136.104\"'),(32336,7426,'UserAgent','\"\"'),(32337,7426,'CurrentUserID','0'),(32338,7427,'Attempts','1'),(32339,7427,'ClientIP','\"86.98.117.52\"'),(32340,7427,'UserAgent','\"\"'),(32341,7427,'CurrentUserID','0'),(32342,7428,'Attempts','1'),(32343,7428,'ClientIP','\"123.212.166.84\"'),(32344,7428,'UserAgent','\"\"'),(32345,7428,'CurrentUserID','0'),(32346,7429,'Attempts','1'),(32347,7429,'ClientIP','\"178.222.109.191\"'),(32348,7429,'UserAgent','\"\"'),(32349,7429,'CurrentUserID','0'),(32350,7430,'Attempts','1'),(32351,7430,'ClientIP','\"81.167.140.22\"'),(32352,7430,'UserAgent','\"\"'),(32353,7430,'CurrentUserID','0'),(32354,7431,'Attempts','1'),(32355,7431,'ClientIP','\"194.150.168.79\"'),(32356,7431,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.22 (KHTML like Gecko) Chrome\\/25.0.1364.172 Safari\\/537.22\"'),(32357,7431,'CurrentUserID','0'),(32358,7432,'Attempts','1'),(32359,7432,'ClientIP','\"27.34.14.175\"'),(32360,7432,'UserAgent','\"\"'),(32361,7432,'CurrentUserID','0'),(32362,7433,'Attempts','1'),(32363,7433,'ClientIP','\"135.23.75.240\"'),(32364,7433,'UserAgent','\"\"'),(32365,7433,'CurrentUserID','0'),(32366,7434,'Attempts','1'),(32367,7434,'ClientIP','\"95.128.43.164\"'),(32368,7434,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko\\/20100101 Firefox\\/22.0\"'),(32369,7434,'CurrentUserID','0'),(32370,7435,'Attempts','1'),(32371,7435,'ClientIP','\"73.206.100.74\"'),(32372,7435,'UserAgent','\"\"'),(32373,7435,'CurrentUserID','0'),(32374,7436,'Attempts','1'),(32375,7436,'ClientIP','\"191.255.223.241\"'),(32376,7436,'UserAgent','\"\"'),(32377,7436,'CurrentUserID','0'),(32378,7437,'Attempts','1'),(32379,7437,'ClientIP','\"76.65.58.130\"'),(32380,7437,'UserAgent','\"\"'),(32381,7437,'CurrentUserID','0'),(32382,7438,'Attempts','1'),(32383,7438,'ClientIP','\"95.239.88.128\"'),(32384,7438,'UserAgent','\"\"'),(32385,7438,'CurrentUserID','0'),(32386,7439,'Attempts','1'),(32387,7439,'ClientIP','\"31.215.2.129\"'),(32388,7439,'UserAgent','\"\"'),(32389,7439,'CurrentUserID','0'),(32390,7440,'Attempts','1'),(32391,7440,'ClientIP','\"178.32.251.105\"'),(32392,7440,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.63 Safari\\/537.36\"'),(32393,7440,'CurrentUserID','0'),(32394,7441,'Attempts','1'),(32395,7441,'ClientIP','\"83.110.200.192\"'),(32396,7441,'UserAgent','\"\"'),(32397,7441,'CurrentUserID','0'),(32398,7442,'Attempts','2'),(32399,7442,'ClientIP','\"93.45.160.120\"'),(32400,7442,'UserAgent','\"\"'),(32401,7442,'CurrentUserID','0'),(32402,7443,'Attempts','1'),(32403,7443,'ClientIP','\"103.26.57.226\"'),(32404,7443,'UserAgent','\"\"'),(32405,7443,'CurrentUserID','0'),(32406,7444,'Attempts','1'),(32407,7444,'ClientIP','\"97.104.137.168\"'),(32408,7444,'UserAgent','\"\"'),(32409,7444,'CurrentUserID','0'),(32410,7445,'Attempts','2'),(32411,7445,'ClientIP','\"109.65.25.59\"'),(32412,7445,'UserAgent','\"\"'),(32413,7445,'CurrentUserID','0'),(32414,7446,'Attempts','2'),(32415,7446,'ClientIP','\"180.253.113.251\"'),(32416,7446,'UserAgent','\"\"'),(32417,7446,'CurrentUserID','0'),(32418,7447,'Attempts','1'),(32419,7448,'Attempts','1'),(32420,7448,'ClientIP','\"109.182.171.135\"'),(32421,7447,'ClientIP','\"109.182.171.135\"'),(32422,7448,'UserAgent','\"\"'),(32423,7447,'UserAgent','\"\"'),(32424,7448,'CurrentUserID','0'),(32425,7447,'CurrentUserID','0'),(32426,7449,'Attempts','1'),(32427,7449,'ClientIP','\"188.241.220.150\"'),(32428,7449,'UserAgent','\"\"'),(32429,7449,'CurrentUserID','0'),(32430,7450,'Attempts','1'),(32431,7450,'ClientIP','\"115.184.195.138\"'),(32432,7450,'UserAgent','\"\"'),(32433,7450,'CurrentUserID','0'),(32434,7451,'Attempts','4'),(32435,7451,'ClientIP','\"45.115.190.191\"'),(32436,7451,'UserAgent','\"\"'),(32437,7451,'CurrentUserID','0'),(32438,7452,'Attempts','1'),(32439,7452,'ClientIP','\"182.185.150.145\"'),(32440,7452,'UserAgent','\"\"'),(32441,7452,'CurrentUserID','0'),(32442,7453,'Attempts','1'),(32443,7453,'ClientIP','\"85.254.79.131\"'),(32444,7453,'UserAgent','\"\"'),(32445,7453,'CurrentUserID','0'),(32446,7454,'Attempts','1'),(32447,7454,'ClientIP','\"84.104.216.34\"'),(32448,7454,'UserAgent','\"\"'),(32449,7454,'CurrentUserID','0'),(32450,7455,'Attempts','1'),(32451,7455,'ClientIP','\"119.93.165.166\"'),(32452,7455,'UserAgent','\"\"'),(32453,7455,'CurrentUserID','0'),(32454,7456,'Attempts','1'),(32455,7456,'ClientIP','\"115.136.183.230\"'),(32456,7456,'UserAgent','\"\"'),(32457,7456,'CurrentUserID','0'),(32458,7457,'Attempts','1'),(32459,7457,'ClientIP','\"188.135.214.244\"'),(32460,7457,'UserAgent','\"\"'),(32461,7457,'CurrentUserID','0'),(32462,7458,'Attempts','1'),(32463,7458,'ClientIP','\"5.64.142.38\"'),(32464,7458,'UserAgent','\"\"'),(32465,7458,'CurrentUserID','0'),(32466,7459,'Attempts','1'),(32467,7459,'ClientIP','\"14.201.246.7\"'),(32468,7459,'UserAgent','\"\"'),(32469,7459,'CurrentUserID','0'),(32470,7460,'Attempts','2'),(32471,7460,'ClientIP','\"182.186.167.120\"'),(32472,7460,'UserAgent','\"\"'),(32473,7460,'CurrentUserID','0'),(32474,7461,'Attempts','1'),(32475,7461,'ClientIP','\"217.115.10.134\"'),(32476,7461,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/34.0.1847.131 Safari\\/537.36\"'),(32477,7461,'CurrentUserID','0'),(32478,7462,'Attempts','1'),(32479,7462,'ClientIP','\"126.64.139.34\"'),(32480,7462,'UserAgent','\"\"'),(32481,7462,'CurrentUserID','0'),(32482,7463,'Attempts','1'),(32483,7463,'ClientIP','\"80.223.15.2\"'),(32484,7463,'UserAgent','\"\"'),(32485,7463,'CurrentUserID','0'),(32486,7464,'Attempts','1'),(32487,7464,'ClientIP','\"94.37.236.242\"'),(32488,7464,'UserAgent','\"\"'),(32489,7464,'CurrentUserID','0'),(32490,7465,'Attempts','1'),(32491,7465,'ClientIP','\"93.86.87.161\"'),(32492,7465,'UserAgent','\"\"'),(32493,7465,'CurrentUserID','0'),(32494,7466,'Attempts','1'),(32495,7466,'ClientIP','\"90.218.0.172\"'),(32496,7466,'UserAgent','\"\"'),(32497,7466,'CurrentUserID','0'),(32498,7467,'Attempts','1'),(32499,7467,'ClientIP','\"27.133.187.126\"'),(32500,7467,'UserAgent','\"\"'),(32501,7467,'CurrentUserID','0'),(32502,7468,'Attempts','1'),(32503,7468,'ClientIP','\"98.30.178.68\"'),(32504,7468,'UserAgent','\"\"'),(32505,7468,'CurrentUserID','0'),(32506,7469,'Attempts','1'),(32507,7469,'ClientIP','\"149.78.230.224\"'),(32508,7469,'UserAgent','\"\"'),(32509,7469,'CurrentUserID','0'),(32510,7470,'Attempts','1'),(32511,7470,'ClientIP','\"176.44.231.125\"'),(32512,7470,'UserAgent','\"\"'),(32513,7470,'CurrentUserID','0'),(32514,7471,'Attempts','1'),(32515,7471,'ClientIP','\"24.51.103.45\"'),(32516,7471,'UserAgent','\"\"'),(32517,7471,'CurrentUserID','0'),(32518,7472,'Attempts','1'),(32519,7472,'ClientIP','\"42.60.18.187\"'),(32520,7472,'UserAgent','\"\"'),(32521,7472,'CurrentUserID','0'),(32522,7473,'Attempts','1'),(32523,7473,'ClientIP','\"85.30.120.186\"'),(32524,7473,'UserAgent','\"\"'),(32525,7473,'CurrentUserID','0'),(32526,7474,'Attempts','2'),(32527,7474,'ClientIP','\"86.98.149.193\"'),(32528,7474,'UserAgent','\"\"'),(32529,7474,'CurrentUserID','0'),(32530,7475,'Attempts','1'),(32531,7475,'ClientIP','\"86.98.6.191\"'),(32532,7475,'UserAgent','\"\"'),(32533,7475,'CurrentUserID','0'),(32534,7476,'Attempts','1'),(32535,7476,'ClientIP','\"209.131.72.193\"'),(32536,7476,'UserAgent','\"\"'),(32537,7476,'CurrentUserID','0'),(32538,7477,'Attempts','1'),(32539,7477,'ClientIP','\"197.89.185.169\"'),(32540,7477,'UserAgent','\"\"'),(32541,7477,'CurrentUserID','0'),(32542,7478,'Attempts','1'),(32543,7478,'ClientIP','\"188.216.201.151\"'),(32544,7478,'UserAgent','\"\"'),(32545,7478,'CurrentUserID','0'),(32546,7479,'Attempts','2'),(32547,7479,'ClientIP','\"202.5.157.169\"'),(32548,7479,'UserAgent','\"\"'),(32549,7479,'CurrentUserID','0'),(32550,7480,'Attempts','1'),(32551,7480,'ClientIP','\"2.177.140.76\"'),(32552,7480,'UserAgent','\"\"'),(32553,7480,'CurrentUserID','0'),(32554,7481,'Attempts','2'),(32555,7481,'ClientIP','\"78.62.99.180\"'),(32556,7481,'UserAgent','\"\"'),(32557,7481,'CurrentUserID','0'),(32558,7482,'Attempts','1'),(32559,7482,'ClientIP','\"188.126.143.202\"'),(32560,7482,'UserAgent','\"\"'),(32561,7482,'CurrentUserID','0'),(32562,7483,'Attempts','1'),(32563,7483,'ClientIP','\"120.145.13.132\"'),(32564,7483,'UserAgent','\"\"'),(32565,7483,'CurrentUserID','0'),(32566,7484,'Attempts','2'),(32567,7484,'ClientIP','\"176.92.100.251\"'),(32568,7484,'UserAgent','\"\"'),(32569,7484,'CurrentUserID','0'),(32570,7485,'Attempts','1'),(32571,7485,'ClientIP','\"154.122.193.213\"'),(32572,7485,'UserAgent','\"\"'),(32573,7485,'CurrentUserID','0'),(32574,7486,'Attempts','1'),(32575,7486,'ClientIP','\"91.127.116.194\"'),(32576,7486,'UserAgent','\"\"'),(32577,7486,'CurrentUserID','0'),(32578,7487,'Attempts','1'),(32579,7487,'ClientIP','\"1.162.143.141\"'),(32580,7487,'UserAgent','\"\"'),(32581,7487,'CurrentUserID','0'),(32582,7488,'Attempts','1'),(32583,7488,'ClientIP','\"151.56.250.28\"'),(32584,7488,'UserAgent','\"\"'),(32585,7488,'CurrentUserID','0'),(32586,7489,'Attempts','1'),(32587,7489,'ClientIP','\"108.196.162.140\"'),(32588,7489,'UserAgent','\"\"'),(32589,7489,'CurrentUserID','0'),(32590,7490,'Attempts','1'),(32591,7490,'ClientIP','\"173.66.74.24\"'),(32592,7490,'UserAgent','\"\"'),(32593,7490,'CurrentUserID','0'),(32594,7491,'Attempts','1'),(32595,7491,'ClientIP','\"86.147.164.109\"'),(32596,7491,'UserAgent','\"\"'),(32597,7491,'CurrentUserID','0'),(32598,7492,'Attempts','1'),(32599,7492,'ClientIP','\"68.114.238.106\"'),(32600,7492,'UserAgent','\"\"'),(32601,7492,'CurrentUserID','0'),(32602,7493,'Attempts','1'),(32603,7493,'ClientIP','\"195.246.44.230\"'),(32604,7493,'UserAgent','\"\"'),(32605,7493,'CurrentUserID','0'),(32606,7494,'Attempts','1'),(32607,7494,'ClientIP','\"84.196.152.197\"'),(32608,7494,'UserAgent','\"\"'),(32609,7494,'CurrentUserID','0'),(32610,7495,'Attempts','1'),(32611,7495,'ClientIP','\"93.103.137.190\"'),(32612,7495,'UserAgent','\"\"'),(32613,7495,'CurrentUserID','0'),(32614,7496,'Attempts','1'),(32615,7496,'ClientIP','\"10.1.149.230\"'),(32616,7496,'UserAgent','\"\"'),(32617,7496,'CurrentUserID','0'),(32618,7497,'Attempts','1'),(32619,7497,'ClientIP','\"90.195.76.39\"'),(32620,7497,'UserAgent','\"\"'),(32621,7497,'CurrentUserID','0'),(32622,7498,'Attempts','1'),(32623,7498,'ClientIP','\"146.200.182.48\"'),(32624,7498,'UserAgent','\"\"'),(32625,7498,'CurrentUserID','0'),(32626,7499,'Attempts','1'),(32627,7499,'ClientIP','\"94.112.224.93\"'),(32628,7499,'UserAgent','\"\"'),(32629,7499,'CurrentUserID','0'),(32630,7500,'Attempts','2'),(32631,7500,'ClientIP','\"193.77.56.233\"'),(32632,7500,'UserAgent','\"\"'),(32633,7500,'CurrentUserID','0'),(32634,7501,'Attempts','1'),(32635,7501,'ClientIP','\"123.239.183.246\"'),(32636,7501,'UserAgent','\"\"'),(32637,7501,'CurrentUserID','0'),(32638,7502,'Attempts','2'),(32639,7502,'ClientIP','\"78.162.25.21\"'),(32640,7502,'UserAgent','\"\"'),(32641,7502,'CurrentUserID','0'),(32642,7503,'Attempts','1'),(32643,7503,'ClientIP','\"208.49.194.161\"'),(32644,7503,'UserAgent','\"\"'),(32645,7503,'CurrentUserID','0'),(32646,7504,'Attempts','1'),(32647,7504,'ClientIP','\"189.68.178.147\"'),(32648,7504,'UserAgent','\"\"'),(32649,7504,'CurrentUserID','0'),(32650,7505,'Attempts','1'),(32651,7505,'ClientIP','\"90.206.174.89\"'),(32652,7505,'UserAgent','\"\"'),(32653,7505,'CurrentUserID','0'),(32654,7506,'Attempts','1'),(32655,7506,'ClientIP','\"95.186.212.100\"'),(32656,7506,'UserAgent','\"\"'),(32657,7506,'CurrentUserID','0'),(32658,7507,'Attempts','1'),(32659,7507,'ClientIP','\"195.246.44.169\"'),(32660,7507,'UserAgent','\"\"'),(32661,7507,'CurrentUserID','0'),(32662,7508,'Attempts','1'),(32663,7508,'ClientIP','\"85.254.75.184\"'),(32664,7508,'UserAgent','\"\"'),(32665,7508,'CurrentUserID','0'),(32666,7509,'Attempts','1'),(32667,7509,'ClientIP','\"79.183.111.45\"'),(32668,7509,'UserAgent','\"\"'),(32669,7509,'CurrentUserID','0'),(32670,7510,'Attempts','1'),(32671,7510,'ClientIP','\"78.15.217.7\"'),(32672,7510,'UserAgent','\"\"'),(32673,7510,'CurrentUserID','0'),(32674,7511,'Attempts','1'),(32675,7511,'ClientIP','\"93.45.64.148\"'),(32676,7511,'UserAgent','\"\"'),(32677,7511,'CurrentUserID','0'),(32678,7512,'Attempts','1'),(32679,7512,'ClientIP','\"89.65.236.97\"'),(32680,7512,'UserAgent','\"\"'),(32681,7512,'CurrentUserID','0'),(32682,7513,'Attempts','1'),(32683,7513,'ClientIP','\"121.54.32.131\"'),(32684,7513,'UserAgent','\"\"'),(32685,7513,'CurrentUserID','0'),(32686,7514,'Attempts','1'),(32687,7514,'ClientIP','\"121.156.198.183\"'),(32688,7514,'UserAgent','\"\"'),(32689,7514,'CurrentUserID','0'),(32690,7515,'Attempts','1'),(32691,7515,'ClientIP','\"182.216.200.206\"'),(32692,7515,'UserAgent','\"\"'),(32693,7515,'CurrentUserID','0'),(32694,7516,'Attempts','1'),(32695,7516,'ClientIP','\"5.157.123.87\"'),(32696,7516,'UserAgent','\"\"'),(32697,7516,'CurrentUserID','0'),(32698,7517,'Attempts','2'),(32699,7517,'ClientIP','\"89.230.32.36\"'),(32700,7517,'UserAgent','\"\"'),(32701,7517,'CurrentUserID','0'),(32702,7518,'Attempts','1'),(32703,7518,'ClientIP','\"118.97.235.162\"'),(32704,7518,'UserAgent','\"\"'),(32705,7518,'CurrentUserID','0'),(32706,7519,'Attempts','1'),(32707,7519,'ClientIP','\"79.101.165.238\"'),(32708,7519,'UserAgent','\"\"'),(32709,7519,'CurrentUserID','0'),(32710,7520,'Attempts','1'),(32711,7520,'ClientIP','\"81.102.234.169\"'),(32712,7520,'UserAgent','\"\"'),(32713,7520,'CurrentUserID','0'),(32714,7521,'Attempts','1'),(32715,7521,'ClientIP','\"188.230.162.52\"'),(32716,7521,'UserAgent','\"\"'),(32717,7521,'CurrentUserID','0'),(32718,7522,'Attempts','1'),(32719,7522,'ClientIP','\"39.54.3.13\"'),(32720,7522,'UserAgent','\"\"'),(32721,7522,'CurrentUserID','0'),(32722,7523,'Attempts','1'),(32723,7523,'ClientIP','\"39.32.63.43\"'),(32724,7523,'UserAgent','\"\"'),(32725,7523,'CurrentUserID','0'),(32726,7524,'Attempts','1'),(32727,7524,'ClientIP','\"103.16.70.13\"'),(32728,7524,'UserAgent','\"\"'),(32729,7524,'CurrentUserID','0'),(32730,7525,'Attempts','1'),(32731,7525,'ClientIP','\"212.118.16.82\"'),(32732,7525,'UserAgent','\"\"'),(32733,7525,'CurrentUserID','0'),(32734,7526,'Attempts','1'),(32735,7526,'ClientIP','\"178.20.55.18\"'),(32736,7526,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.31 (KHTML like Gecko) Chrome\\/26.0.1410.64 Safari\\/537.31\"'),(32737,7526,'CurrentUserID','0'),(32738,7527,'Attempts','1'),(32739,7527,'ClientIP','\"94.43.197.8\"'),(32740,7527,'UserAgent','\"\"'),(32741,7527,'CurrentUserID','0'),(32742,7528,'Attempts','1'),(32743,7528,'ClientIP','\"129.123.7.7\"'),(32744,7528,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/35.0.1916.114 Safari\\/537.36\"'),(32745,7528,'CurrentUserID','0'),(32746,7529,'Attempts','1'),(32747,7529,'ClientIP','\"105.236.240.228\"'),(32748,7529,'UserAgent','\"\"'),(32749,7529,'CurrentUserID','0'),(32750,7530,'Attempts','1'),(32751,7530,'ClientIP','\"89.77.204.250\"'),(32752,7530,'UserAgent','\"\"'),(32753,7530,'CurrentUserID','0'),(32754,7531,'Attempts','1'),(32755,7531,'ClientIP','\"77.97.185.94\"'),(32756,7531,'UserAgent','\"\"'),(32757,7531,'CurrentUserID','0'),(32758,7532,'Attempts','1'),(32759,7532,'ClientIP','\"116.68.98.32\"'),(32760,7532,'UserAgent','\"\"'),(32761,7532,'CurrentUserID','0'),(32762,7533,'Attempts','1'),(32763,7533,'ClientIP','\"70.49.200.200\"'),(32764,7533,'UserAgent','\"\"'),(32765,7533,'CurrentUserID','0'),(32766,7534,'Attempts','1'),(32767,7534,'ClientIP','\"178.222.37.245\"'),(32768,7534,'UserAgent','\"\"'),(32769,7534,'CurrentUserID','0'),(32770,7535,'Attempts','1'),(32771,7535,'ClientIP','\"97.88.188.56\"'),(32772,7535,'UserAgent','\"\"'),(32773,7535,'CurrentUserID','0'),(32774,7536,'Attempts','1'),(32775,7536,'ClientIP','\"39.48.144.60\"'),(32776,7536,'UserAgent','\"\"'),(32777,7536,'CurrentUserID','0'),(32778,7537,'Attempts','1'),(32779,7537,'ClientIP','\"86.99.168.14\"'),(32780,7537,'UserAgent','\"\"'),(32781,7537,'CurrentUserID','0'),(32782,7538,'Attempts','1'),(32783,7538,'ClientIP','\"179.216.47.188\"'),(32784,7538,'UserAgent','\"\"'),(32785,7538,'CurrentUserID','0'),(32786,7539,'Attempts','1'),(32787,7539,'ClientIP','\"171.25.193.131\"'),(32788,7539,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(32789,7539,'CurrentUserID','0'),(32790,7540,'Attempts','1'),(32791,7540,'ClientIP','\"93.184.93.156\"'),(32792,7540,'UserAgent','\"\"'),(32793,7540,'CurrentUserID','0'),(32794,7541,'Attempts','1'),(32795,7541,'ClientIP','\"117.213.225.249\"'),(32796,7541,'UserAgent','\"\"'),(32797,7541,'CurrentUserID','0'),(32798,7542,'Attempts','1'),(32799,7542,'ClientIP','\"90.77.135.99\"'),(32800,7542,'UserAgent','\"\"'),(32801,7542,'CurrentUserID','0'),(32802,7543,'Attempts','1'),(32803,7543,'ClientIP','\"80.192.39.5\"'),(32804,7543,'UserAgent','\"\"'),(32805,7543,'CurrentUserID','0'),(32806,7544,'Attempts','1'),(32807,7544,'ClientIP','\"81.164.220.158\"'),(32808,7544,'UserAgent','\"\"'),(32809,7544,'CurrentUserID','0'),(32810,7545,'Attempts','1'),(32811,7545,'ClientIP','\"77.131.66.147\"'),(32812,7545,'UserAgent','\"\"'),(32813,7545,'CurrentUserID','0'),(32814,7546,'Attempts','1'),(32815,7546,'ClientIP','\"151.26.125.48\"'),(32816,7546,'UserAgent','\"\"'),(32817,7546,'CurrentUserID','0'),(32818,7547,'Attempts','1'),(32819,7547,'ClientIP','\"117.196.233.97\"'),(32820,7547,'UserAgent','\"\"'),(32821,7547,'CurrentUserID','0'),(32822,7548,'Attempts','1'),(32823,7548,'ClientIP','\"114.134.189.166\"'),(32824,7548,'UserAgent','\"\"'),(32825,7548,'CurrentUserID','0'),(32826,7550,'Attempts','1'),(32827,7549,'Attempts','1'),(32828,7550,'ClientIP','\"80.119.204.173\"'),(32829,7549,'ClientIP','\"80.119.204.173\"'),(32830,7550,'UserAgent','\"\"'),(32831,7549,'UserAgent','\"\"'),(32832,7550,'CurrentUserID','0'),(32833,7549,'CurrentUserID','0'),(32834,7551,'Attempts','1'),(32835,7551,'ClientIP','\"207.191.248.237\"'),(32836,7551,'UserAgent','\"\"'),(32837,7551,'CurrentUserID','0'),(32838,7552,'Attempts','1'),(32839,7552,'ClientIP','\"91.238.59.71\"'),(32840,7552,'UserAgent','\"\"'),(32841,7552,'CurrentUserID','0'),(32842,7553,'Attempts','1'),(32843,7553,'ClientIP','\"95.159.99.79\"'),(32844,7553,'UserAgent','\"\"'),(32845,7553,'CurrentUserID','0'),(32846,7554,'Attempts','2'),(32847,7554,'ClientIP','\"182.178.164.78\"'),(32848,7554,'UserAgent','\"\"'),(32849,7554,'CurrentUserID','0'),(32850,7555,'Attempts','1'),(32851,7555,'ClientIP','\"210.7.10.125\"'),(32852,7555,'UserAgent','\"\"'),(32853,7555,'CurrentUserID','0'),(32854,7556,'Attempts','1'),(32855,7556,'ClientIP','\"180.191.143.27\"'),(32856,7556,'UserAgent','\"\"'),(32857,7556,'CurrentUserID','0'),(32858,7557,'Attempts','1'),(32859,7557,'ClientIP','\"176.98.69.64\"'),(32860,7557,'UserAgent','\"\"'),(32861,7557,'CurrentUserID','0'),(32862,7558,'Attempts','1'),(32863,7558,'ClientIP','\"94.0.150.39\"'),(32864,7558,'UserAgent','\"\"'),(32865,7558,'CurrentUserID','0'),(32866,7559,'Attempts','1'),(32867,7559,'ClientIP','\"109.65.216.226\"'),(32868,7559,'UserAgent','\"\"'),(32869,7559,'CurrentUserID','0'),(32870,7560,'Attempts','2'),(32871,7560,'ClientIP','\"78.29.158.142\"'),(32872,7560,'UserAgent','\"\"'),(32873,7560,'CurrentUserID','0'),(32874,7561,'Attempts','1'),(32875,7561,'ClientIP','\"82.169.213.182\"'),(32876,7561,'UserAgent','\"\"'),(32877,7561,'CurrentUserID','0'),(32878,7562,'Attempts','2'),(32879,7562,'ClientIP','\"37.130.227.133\"'),(32880,7562,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)\"'),(32881,7562,'CurrentUserID','0'),(32882,7563,'Attempts','1'),(32883,7563,'ClientIP','\"83.20.196.229\"'),(32884,7563,'UserAgent','\"\"'),(32885,7563,'CurrentUserID','0'),(32886,7564,'Attempts','1'),(32887,7564,'ClientIP','\"86.125.174.254\"'),(32888,7564,'UserAgent','\"\"'),(32889,7564,'CurrentUserID','0'),(32890,7565,'Attempts','1'),(32891,7565,'ClientIP','\"5.246.188.9\"'),(32892,7565,'UserAgent','\"\"'),(32893,7565,'CurrentUserID','0'),(32894,7566,'Attempts','1'),(32895,7566,'ClientIP','\"87.112.191.152\"'),(32896,7566,'UserAgent','\"\"'),(32897,7566,'CurrentUserID','0'),(32898,7567,'Attempts','1'),(32899,7567,'ClientIP','\"222.238.118.175\"'),(32900,7567,'UserAgent','\"\"'),(32901,7567,'CurrentUserID','0'),(32902,7568,'Attempts','1'),(32903,7568,'ClientIP','\"176.221.158.63\"'),(32904,7568,'UserAgent','\"\"'),(32905,7568,'CurrentUserID','0'),(32906,7569,'Attempts','1'),(32907,7569,'ClientIP','\"46.7.8.39\"'),(32908,7569,'UserAgent','\"\"'),(32909,7569,'CurrentUserID','0'),(32910,7570,'Attempts','1'),(32911,7570,'ClientIP','\"79.43.92.10\"'),(32912,7570,'UserAgent','\"\"'),(32913,7570,'CurrentUserID','0'),(32914,7571,'Attempts','1'),(32915,7571,'ClientIP','\"180.191.142.160\"'),(32916,7571,'UserAgent','\"\"'),(32917,7571,'CurrentUserID','0'),(32918,7572,'Attempts','1'),(32919,7572,'ClientIP','\"88.22.94.3\"'),(32920,7572,'UserAgent','\"\"'),(32921,7572,'CurrentUserID','0'),(32922,7573,'Attempts','1'),(32923,7573,'ClientIP','\"198.7.59.108\"'),(32924,7573,'UserAgent','\"\"'),(32925,7573,'CurrentUserID','0'),(32926,7574,'Attempts','1'),(32927,7574,'ClientIP','\"105.158.78.6\"'),(32928,7574,'UserAgent','\"\"'),(32929,7574,'CurrentUserID','0'),(32930,7575,'Attempts','1'),(32931,7575,'ClientIP','\"5.12.16.11\"'),(32932,7575,'UserAgent','\"\"'),(32933,7575,'CurrentUserID','0'),(32934,7576,'Attempts','1'),(32935,7576,'ClientIP','\"92.96.220.208\"'),(32936,7576,'UserAgent','\"\"'),(32937,7576,'CurrentUserID','0'),(32938,7577,'Attempts','1'),(32939,7577,'ClientIP','\"41.140.43.138\"'),(32940,7577,'UserAgent','\"\"'),(32941,7577,'CurrentUserID','0'),(32942,7578,'Attempts','1'),(32943,7578,'ClientIP','\"5.13.218.201\"'),(32944,7578,'UserAgent','\"\"'),(32945,7578,'CurrentUserID','0'),(32946,7579,'Attempts','1'),(32947,7579,'ClientIP','\"79.157.75.10\"'),(32948,7579,'UserAgent','\"\"'),(32949,7579,'CurrentUserID','0'),(32950,7580,'Attempts','1'),(32951,7580,'ClientIP','\"109.166.140.192\"'),(32952,7580,'UserAgent','\"\"'),(32953,7580,'CurrentUserID','0'),(32954,7581,'Attempts','1'),(32955,7581,'ClientIP','\"93.12.77.51\"'),(32956,7581,'UserAgent','\"\"'),(32957,7581,'CurrentUserID','0'),(32958,7582,'Attempts','1'),(32959,7582,'ClientIP','\"46.19.230.5\"'),(32960,7582,'UserAgent','\"\"'),(32961,7582,'CurrentUserID','0'),(32962,7583,'Attempts','1'),(32963,7583,'ClientIP','\"86.5.24.75\"'),(32964,7583,'UserAgent','\"\"'),(32965,7583,'CurrentUserID','0'),(32966,7584,'Attempts','1'),(32967,7584,'ClientIP','\"63.245.30.98\"'),(32968,7584,'UserAgent','\"\"'),(32969,7584,'CurrentUserID','0'),(32970,7585,'Attempts','1'),(32971,7585,'ClientIP','\"77.236.206.226\"'),(32972,7585,'UserAgent','\"\"'),(32973,7585,'CurrentUserID','0'),(32974,7586,'Attempts','1'),(32975,7586,'ClientIP','\"212.253.111.109\"'),(32976,7586,'UserAgent','\"\"'),(32977,7586,'CurrentUserID','0'),(32978,7587,'Attempts','1'),(32979,7587,'ClientIP','\"2.239.122.189\"'),(32980,7587,'UserAgent','\"\"'),(32981,7587,'CurrentUserID','0'),(32982,7588,'Attempts','1'),(32983,7588,'ClientIP','\"178.148.12.136\"'),(32984,7588,'UserAgent','\"\"'),(32985,7588,'CurrentUserID','0'),(32986,7589,'Attempts','1'),(32987,7589,'ClientIP','\"5.29.222.173\"'),(32988,7589,'UserAgent','\"\"'),(32989,7589,'CurrentUserID','0'),(32990,7590,'Attempts','2'),(32991,7590,'ClientIP','\"77.96.181.99\"'),(32992,7590,'UserAgent','\"\"'),(32993,7590,'CurrentUserID','0'),(32994,7591,'Attempts','1'),(32995,7591,'ClientIP','\"125.166.222.242\"'),(32996,7591,'UserAgent','\"\"'),(32997,7591,'CurrentUserID','0'),(32998,7592,'Attempts','1'),(32999,7592,'ClientIP','\"80.57.214.146\"'),(33000,7592,'UserAgent','\"\"'),(33001,7592,'CurrentUserID','0'),(33002,7593,'Attempts','1'),(33003,7593,'ClientIP','\"146.199.111.158\"'),(33004,7593,'UserAgent','\"\"'),(33005,7593,'CurrentUserID','0'),(33006,7594,'Attempts','1'),(33007,7594,'ClientIP','\"104.35.202.55\"'),(33008,7594,'UserAgent','\"\"'),(33009,7594,'CurrentUserID','0'),(33010,7595,'Attempts','1'),(33011,7595,'ClientIP','\"108.29.67.207\"'),(33012,7595,'UserAgent','\"\"'),(33013,7595,'CurrentUserID','0'),(33014,7596,'Attempts','1'),(33015,7596,'ClientIP','\"45.73.53.192\"'),(33016,7596,'UserAgent','\"\"'),(33017,7596,'CurrentUserID','0'),(33018,7597,'Attempts','1'),(33019,7597,'ClientIP','\"80.110.121.94\"'),(33020,7597,'UserAgent','\"\"'),(33021,7597,'CurrentUserID','0'),(33022,7598,'Attempts','1'),(33023,7598,'ClientIP','\"79.119.26.99\"'),(33024,7598,'UserAgent','\"\"'),(33025,7598,'CurrentUserID','0'),(33026,7599,'Attempts','1'),(33027,7599,'ClientIP','\"124.99.158.89\"'),(33028,7599,'UserAgent','\"\"'),(33029,7599,'CurrentUserID','0'),(33030,7600,'Attempts','1'),(33031,7600,'ClientIP','\"200.1.209.62\"'),(33032,7600,'UserAgent','\"\"'),(33033,7600,'CurrentUserID','0'),(33034,7601,'Attempts','1'),(33035,7601,'ClientIP','\"150.145.1.88\"'),(33036,7601,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.4 (KHTML like Gecko) Chrome\\/22.0.1229.79 Safari\\/537.4\"'),(33037,7601,'CurrentUserID','0'),(33038,7602,'Attempts','1'),(33039,7602,'ClientIP','\"185.37.161.164\"'),(33040,7602,'UserAgent','\"\"'),(33041,7602,'CurrentUserID','0'),(33042,7603,'Attempts','1'),(33043,7603,'ClientIP','\"5.71.146.249\"'),(33044,7603,'UserAgent','\"\"'),(33045,7603,'CurrentUserID','0'),(33046,7604,'Attempts','1'),(33047,7604,'ClientIP','\"86.156.179.203\"'),(33048,7604,'UserAgent','\"\"'),(33049,7604,'CurrentUserID','0'),(33050,7605,'Attempts','1'),(33051,7605,'ClientIP','\"117.253.106.107\"'),(33052,7605,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33053,7605,'CurrentUserID','0'),(33054,7606,'Attempts','1'),(33055,7606,'ClientIP','\"5.135.66.213\"'),(33056,7606,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident\\/4.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)\"'),(33057,7606,'CurrentUserID','0'),(33058,7607,'Attempts','1'),(33059,7607,'ClientIP','\"187.0.20.120\"'),(33060,7607,'UserAgent','\"\"'),(33061,7607,'CurrentUserID','0'),(33062,7608,'Attempts','1'),(33063,7608,'ClientIP','\"49.145.99.12\"'),(33064,7608,'UserAgent','\"\"'),(33065,7608,'CurrentUserID','0'),(33066,7609,'Attempts','1'),(33067,7609,'ClientIP','\"141.136.207.180\"'),(33068,7609,'UserAgent','\"\"'),(33069,7609,'CurrentUserID','0'),(33070,7610,'Attempts','1'),(33071,7610,'ClientIP','\"47.54.21.48\"'),(33072,7610,'UserAgent','\"\"'),(33073,7610,'CurrentUserID','0'),(33074,7611,'Attempts','1'),(33075,7611,'ClientIP','\"31.201.122.26\"'),(33076,7611,'UserAgent','\"\"'),(33077,7611,'CurrentUserID','0'),(33078,7612,'Attempts','1'),(33079,7612,'ClientIP','\"49.151.79.177\"'),(33080,7612,'UserAgent','\"\"'),(33081,7612,'CurrentUserID','0'),(33082,7613,'Attempts','1'),(33083,7613,'ClientIP','\"117.253.244.67\"'),(33084,7613,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33085,7613,'CurrentUserID','0'),(33086,7614,'Attempts','1'),(33087,7614,'ClientIP','\"41.102.130.98\"'),(33088,7614,'UserAgent','\"\"'),(33089,7614,'CurrentUserID','0'),(33090,7615,'Attempts','1'),(33091,7615,'ClientIP','\"41.200.21.69\"'),(33092,7615,'UserAgent','\"\"'),(33093,7615,'CurrentUserID','0'),(33094,7616,'Attempts','1'),(33095,7616,'ClientIP','\"121.217.22.217\"'),(33096,7616,'UserAgent','\"\"'),(33097,7616,'CurrentUserID','0'),(33098,7617,'Attempts','1'),(33099,7617,'ClientIP','\"5.20.52.32\"'),(33100,7617,'UserAgent','\"\"'),(33101,7617,'CurrentUserID','0'),(33102,7618,'Attempts','1'),(33103,7618,'ClientIP','\"117.253.220.180\"'),(33104,7618,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33105,7618,'CurrentUserID','0'),(33106,7619,'Attempts','1'),(33107,7619,'ClientIP','\"201.33.55.46\"'),(33108,7619,'UserAgent','\"\"'),(33109,7619,'CurrentUserID','0'),(33110,7620,'Attempts','1'),(33111,7620,'ClientIP','\"201.142.129.213\"'),(33112,7620,'UserAgent','\"\"'),(33113,7620,'CurrentUserID','0'),(33114,7621,'Attempts','1'),(33115,7621,'ClientIP','\"58.146.171.236\"'),(33116,7621,'UserAgent','\"\"'),(33117,7621,'CurrentUserID','0'),(33118,7622,'Attempts','1'),(33119,7622,'ClientIP','\"123.63.76.130\"'),(33120,7622,'UserAgent','\"\"'),(33121,7622,'CurrentUserID','0'),(33122,7623,'Attempts','1'),(33123,7623,'ClientIP','\"121.75.10.233\"'),(33124,7623,'UserAgent','\"\"'),(33125,7623,'CurrentUserID','0'),(33126,7624,'Attempts','1'),(33127,7624,'ClientIP','\"117.253.233.135\"'),(33128,7624,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33129,7624,'CurrentUserID','0'),(33130,7625,'Attempts','1'),(33131,7625,'ClientIP','\"43.239.75.70\"'),(33132,7625,'UserAgent','\"\"'),(33133,7625,'CurrentUserID','0'),(33134,7626,'Attempts','2'),(33135,7626,'ClientIP','\"105.237.83.144\"'),(33136,7626,'UserAgent','\"\"'),(33137,7626,'CurrentUserID','0'),(33138,7627,'Attempts','1'),(33139,7627,'ClientIP','\"117.198.58.154\"'),(33140,7627,'UserAgent','\"\"'),(33141,7627,'CurrentUserID','0'),(33142,7628,'Attempts','1'),(33143,7628,'ClientIP','\"5.14.76.25\"'),(33144,7628,'UserAgent','\"\"'),(33145,7628,'CurrentUserID','0'),(33146,7629,'Attempts','1'),(33147,7629,'ClientIP','\"178.132.47.172\"'),(33148,7629,'UserAgent','\"\"'),(33149,7629,'CurrentUserID','0'),(33150,7630,'Attempts','1'),(33151,7630,'ClientIP','\"76.185.204.125\"'),(33152,7630,'UserAgent','\"\"'),(33153,7630,'CurrentUserID','0'),(33154,7631,'Attempts','1'),(33155,7631,'ClientIP','\"117.253.221.24\"'),(33156,7631,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33157,7631,'CurrentUserID','0'),(33158,7632,'Attempts','1'),(33159,7632,'ClientIP','\"105.102.59.150\"'),(33160,7632,'UserAgent','\"\"'),(33161,7632,'CurrentUserID','0'),(33162,7633,'Attempts','1'),(33163,7633,'ClientIP','\"41.103.155.189\"'),(33164,7633,'UserAgent','\"\"'),(33165,7633,'CurrentUserID','0'),(33166,7634,'Attempts','1'),(33167,7634,'ClientIP','\"197.200.87.164\"'),(33168,7634,'UserAgent','\"\"'),(33169,7634,'CurrentUserID','0'),(33170,7635,'Attempts','2'),(33171,7635,'ClientIP','\"46.162.217.111\"'),(33172,7635,'UserAgent','\"\"'),(33173,7635,'CurrentUserID','0'),(33174,7636,'Attempts','1'),(33175,7636,'ClientIP','\"188.241.220.150\"'),(33176,7636,'UserAgent','\"\"'),(33177,7636,'CurrentUserID','0'),(33178,7637,'Attempts','1'),(33179,7637,'ClientIP','\"181.25.19.47\"'),(33180,7637,'UserAgent','\"\"'),(33181,7637,'CurrentUserID','0'),(33182,7638,'Attempts','1'),(33183,7638,'ClientIP','\"67.85.99.185\"'),(33184,7638,'UserAgent','\"\"'),(33185,7638,'CurrentUserID','0'),(33186,7639,'Attempts','1'),(33187,7639,'ClientIP','\"112.87.217.228\"'),(33188,7639,'UserAgent','\"\"'),(33189,7639,'CurrentUserID','0'),(33190,7640,'Attempts','1'),(33191,7640,'ClientIP','\"145.237.2.212\"'),(33192,7640,'UserAgent','\"\"'),(33193,7640,'CurrentUserID','0'),(33194,7641,'Attempts','1'),(33195,7641,'ClientIP','\"41.254.9.106\"'),(33196,7641,'UserAgent','\"\"'),(33197,7641,'CurrentUserID','0'),(33198,7642,'Attempts','1'),(33199,7642,'ClientIP','\"93.48.53.44\"'),(33200,7642,'UserAgent','\"\"'),(33201,7642,'CurrentUserID','0'),(33202,7643,'Attempts','1'),(33203,7643,'ClientIP','\"180.190.66.203\"'),(33204,7643,'UserAgent','\"\"'),(33205,7643,'CurrentUserID','0'),(33206,7644,'Attempts','1'),(33207,7644,'ClientIP','\"46.99.121.31\"'),(33208,7644,'UserAgent','\"\"'),(33209,7644,'CurrentUserID','0'),(33210,7645,'Attempts','2'),(33211,7645,'ClientIP','\"62.252.7.24\"'),(33212,7645,'UserAgent','\"\"'),(33213,7645,'CurrentUserID','0'),(33214,7646,'Attempts','1'),(33215,7646,'ClientIP','\"79.168.189.120\"'),(33216,7646,'UserAgent','\"\"'),(33217,7646,'CurrentUserID','0'),(33218,7647,'Attempts','1'),(33219,7647,'ClientIP','\"79.101.139.136\"'),(33220,7647,'UserAgent','\"\"'),(33221,7647,'CurrentUserID','0'),(33222,7648,'Attempts','1'),(33223,7648,'ClientIP','\"81.108.35.140\"'),(33224,7648,'UserAgent','\"\"'),(33225,7648,'CurrentUserID','0'),(33226,7649,'Attempts','1'),(33227,7649,'ClientIP','\"99.250.108.36\"'),(33228,7649,'UserAgent','\"\"'),(33229,7649,'CurrentUserID','0'),(33230,7650,'Attempts','1'),(33231,7650,'ClientIP','\"89.210.67.45\"'),(33232,7650,'UserAgent','\"\"'),(33233,7650,'CurrentUserID','0'),(33234,7651,'Attempts','1'),(33235,7651,'ClientIP','\"5.9.36.66\"'),(33236,7651,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.63 Safari\\/537.36\"'),(33237,7651,'CurrentUserID','0'),(33238,7652,'Attempts','1'),(33239,7652,'ClientIP','\"79.180.118.152\"'),(33240,7652,'UserAgent','\"\"'),(33241,7652,'CurrentUserID','0'),(33242,7653,'Attempts','1'),(33243,7653,'ClientIP','\"61.2.7.171\"'),(33244,7653,'UserAgent','\"\"'),(33245,7653,'CurrentUserID','0'),(33246,7654,'Attempts','3'),(33247,7654,'ClientIP','\"123.254.192.44\"'),(33248,7654,'UserAgent','\"\"'),(33249,7654,'CurrentUserID','0'),(33250,7655,'Attempts','1'),(33251,7655,'ClientIP','\"200.149.6.26\"'),(33252,7655,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33253,7655,'CurrentUserID','0'),(33254,7656,'Attempts','1'),(33255,7656,'ClientIP','\"49.148.8.106\"'),(33256,7656,'UserAgent','\"\"'),(33257,7656,'CurrentUserID','0'),(33258,7657,'Attempts','1'),(33259,7657,'ClientIP','\"81.89.96.89\"'),(33260,7657,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko\\/20100101 Firefox\\/18.0\"'),(33261,7657,'CurrentUserID','0'),(33262,7658,'Attempts','1'),(33263,7658,'ClientIP','\"59.182.103.176\"'),(33264,7658,'UserAgent','\"\"'),(33265,7658,'CurrentUserID','0'),(33266,7659,'Attempts','1'),(33267,7659,'ClientIP','\"191.33.70.31\"'),(33268,7659,'UserAgent','\"\"'),(33269,7659,'CurrentUserID','0'),(33270,7660,'Attempts','1'),(33271,7660,'ClientIP','\"49.50.216.230\"'),(33272,7660,'UserAgent','\"\"'),(33273,7660,'CurrentUserID','0'),(33274,7661,'Attempts','1'),(33275,7661,'ClientIP','\"91.150.71.228\"'),(33276,7661,'UserAgent','\"\"'),(33277,7661,'CurrentUserID','0'),(33278,7662,'Attempts','1'),(33279,7662,'ClientIP','\"95.211.229.158\"'),(33280,7662,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/536.11 (KHTML like Gecko) Chrome\\/20.0.1132.47 Safari\\/536.11\"'),(33281,7662,'CurrentUserID','0'),(33282,7663,'Attempts','1'),(33283,7663,'ClientIP','\"141.255.43.0\"'),(33284,7663,'UserAgent','\"\"'),(33285,7663,'CurrentUserID','0'),(33286,7664,'Attempts','1'),(33287,7664,'ClientIP','\"106.68.68.8\"'),(33288,7664,'UserAgent','\"\"'),(33289,7664,'CurrentUserID','0'),(33290,7665,'Attempts','2'),(33291,7665,'ClientIP','\"93.103.137.190\"'),(33292,7665,'UserAgent','\"\"'),(33293,7665,'CurrentUserID','0'),(33294,7666,'Attempts','1'),(33295,7666,'ClientIP','\"202.65.171.164\"'),(33296,7666,'UserAgent','\"\"'),(33297,7666,'CurrentUserID','0'),(33298,7667,'Attempts','1'),(33299,7667,'ClientIP','\"176.125.36.94\"'),(33300,7667,'UserAgent','\"\"'),(33301,7667,'CurrentUserID','0'),(33302,7668,'Attempts','1'),(33303,7668,'ClientIP','\"117.253.232.165\"'),(33304,7668,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33305,7668,'CurrentUserID','0'),(33306,7669,'Attempts','1'),(33307,7669,'ClientIP','\"76.30.141.123\"'),(33308,7669,'UserAgent','\"\"'),(33309,7669,'CurrentUserID','0'),(33310,7670,'Attempts','1'),(33311,7670,'ClientIP','\"49.244.44.228\"'),(33312,7670,'UserAgent','\"\"'),(33313,7670,'CurrentUserID','0'),(33314,7671,'Attempts','1'),(33315,7671,'ClientIP','\"88.236.196.83\"'),(33316,7671,'UserAgent','\"\"'),(33317,7671,'CurrentUserID','0'),(33318,7672,'Attempts','1'),(33319,7672,'ClientIP','\"81.198.248.168\"'),(33320,7672,'UserAgent','\"\"'),(33321,7672,'CurrentUserID','0'),(33322,7673,'Attempts','1'),(33323,7673,'ClientIP','\"180.149.13.56\"'),(33324,7673,'UserAgent','\"\"'),(33325,7673,'CurrentUserID','0'),(33326,7674,'Attempts','1'),(33327,7674,'ClientIP','\"88.22.94.3\"'),(33328,7674,'UserAgent','\"\"'),(33329,7674,'CurrentUserID','0'),(33330,7675,'Attempts','1'),(33331,7675,'ClientIP','\"187.106.50.29\"'),(33332,7675,'UserAgent','\"\"'),(33333,7675,'CurrentUserID','0'),(33334,7676,'Attempts','2'),(33335,7676,'ClientIP','\"178.159.19.185\"'),(33336,7676,'UserAgent','\"\"'),(33337,7676,'CurrentUserID','0'),(33338,7677,'Attempts','2'),(33339,7677,'ClientIP','\"78.97.123.79\"'),(33340,7677,'UserAgent','\"\"'),(33341,7677,'CurrentUserID','0'),(33342,7678,'Attempts','1'),(33343,7678,'ClientIP','\"93.115.16.65\"'),(33344,7678,'UserAgent','\"\"'),(33345,7678,'CurrentUserID','0'),(33346,7679,'Attempts','1'),(33347,7679,'ClientIP','\"117.253.232.196\"'),(33348,7679,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33349,7679,'CurrentUserID','0'),(33350,7680,'Attempts','1'),(33351,7680,'ClientIP','\"194.208.79.166\"'),(33352,7680,'UserAgent','\"\"'),(33353,7680,'CurrentUserID','0'),(33354,7681,'Attempts','2'),(33355,7681,'ClientIP','\"191.248.123.44\"'),(33356,7681,'UserAgent','\"\"'),(33357,7681,'CurrentUserID','0'),(33358,7682,'Attempts','1'),(33359,7682,'ClientIP','\"109.100.20.53\"'),(33360,7682,'UserAgent','\"\"'),(33361,7682,'CurrentUserID','0'),(33362,7683,'Attempts','1'),(33363,7683,'ClientIP','\"85.120.174.38\"'),(33364,7683,'UserAgent','\"\"'),(33365,7683,'CurrentUserID','0'),(33366,7684,'Attempts','1'),(33367,7684,'ClientIP','\"117.253.218.57\"'),(33368,7684,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33369,7684,'CurrentUserID','0'),(33370,7685,'Attempts','1'),(33371,7685,'ClientIP','\"90.77.135.99\"'),(33372,7685,'UserAgent','\"\"'),(33373,7685,'CurrentUserID','0'),(33374,7686,'Attempts','1'),(33375,7686,'ClientIP','\"178.175.122.85\"'),(33376,7686,'UserAgent','\"\"'),(33377,7686,'CurrentUserID','0'),(33378,7687,'Attempts','2'),(33379,7687,'ClientIP','\"77.237.101.45\"'),(33380,7687,'UserAgent','\"\"'),(33381,7687,'CurrentUserID','0'),(33382,7688,'Attempts','1'),(33383,7688,'ClientIP','\"5.32.135.243\"'),(33384,7688,'UserAgent','\"\"'),(33385,7688,'CurrentUserID','0'),(33386,7689,'Attempts','2'),(33387,7689,'ClientIP','\"14.201.246.7\"'),(33388,7689,'UserAgent','\"\"'),(33389,7689,'CurrentUserID','0'),(33390,7690,'Attempts','1'),(33391,7690,'ClientIP','\"41.66.8.32\"'),(33392,7690,'UserAgent','\"\"'),(33393,7690,'CurrentUserID','0'),(33394,7691,'Attempts','1'),(33395,7691,'ClientIP','\"85.120.146.65\"'),(33396,7691,'UserAgent','\"\"'),(33397,7691,'CurrentUserID','0'),(33398,7692,'Attempts','1'),(33399,7692,'ClientIP','\"62.198.213.155\"'),(33400,7692,'UserAgent','\"\"'),(33401,7692,'CurrentUserID','0'),(33402,7693,'Attempts','1'),(33403,7693,'ClientIP','\"94.22.105.166\"'),(33404,7693,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33405,7693,'CurrentUserID','0'),(33406,7694,'Attempts','1'),(33407,7694,'ClientIP','\"83.28.115.138\"'),(33408,7694,'UserAgent','\"\"'),(33409,7694,'CurrentUserID','0'),(33410,7695,'Attempts','1'),(33411,7695,'ClientIP','\"177.206.34.95\"'),(33412,7695,'UserAgent','\"\"'),(33413,7695,'CurrentUserID','0'),(33414,7696,'Attempts','1'),(33415,7696,'ClientIP','\"196.203.110.225\"'),(33416,7696,'UserAgent','\"\"'),(33417,7696,'CurrentUserID','0'),(33418,7697,'Attempts','1'),(33419,7697,'ClientIP','\"78.63.204.36\"'),(33420,7697,'UserAgent','\"\"'),(33421,7697,'CurrentUserID','0'),(33422,7698,'Attempts','1'),(33423,7698,'ClientIP','\"86.61.24.251\"'),(33424,7698,'UserAgent','\"\"'),(33425,7698,'CurrentUserID','0'),(33426,7699,'Attempts','1'),(33427,7699,'ClientIP','\"222.252.73.160\"'),(33428,7699,'UserAgent','\"\"'),(33429,7699,'CurrentUserID','0'),(33430,7700,'Attempts','1'),(33431,7700,'ClientIP','\"93.191.200.150\"'),(33432,7700,'UserAgent','\"\"'),(33433,7700,'CurrentUserID','0'),(33434,7701,'Attempts','1'),(33435,7701,'ClientIP','\"89.17.15.189\"'),(33436,7701,'UserAgent','\"\"'),(33437,7701,'CurrentUserID','0'),(33438,7702,'Attempts','1'),(33439,7702,'ClientIP','\"117.253.232.44\"'),(33440,7702,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33441,7702,'CurrentUserID','0'),(33442,7703,'Attempts','1'),(33443,7703,'ClientIP','\"97.89.4.156\"'),(33444,7703,'UserAgent','\"\"'),(33445,7703,'CurrentUserID','0'),(33446,7704,'Attempts','1'),(33447,7704,'ClientIP','\"180.234.144.222\"'),(33448,7704,'UserAgent','\"\"'),(33449,7704,'CurrentUserID','0'),(33450,7705,'Attempts','1'),(33451,7705,'ClientIP','\"190.92.43.78\"'),(33452,7705,'UserAgent','\"\"'),(33453,7705,'CurrentUserID','0'),(33454,7706,'Attempts','1'),(33455,7706,'ClientIP','\"39.51.104.185\"'),(33456,7706,'UserAgent','\"\"'),(33457,7706,'CurrentUserID','0'),(33458,7707,'Attempts','1'),(33459,7707,'ClientIP','\"89.176.205.217\"'),(33460,7707,'UserAgent','\"\"'),(33461,7707,'CurrentUserID','0'),(33462,7708,'Attempts','2'),(33463,7708,'ClientIP','\"12.26.161.5\"'),(33464,7708,'UserAgent','\"\"'),(33465,7708,'CurrentUserID','0'),(33466,7709,'Attempts','1'),(33467,7709,'ClientIP','\"86.104.194.137\"'),(33468,7709,'UserAgent','\"\"'),(33469,7709,'CurrentUserID','0'),(33470,7710,'Attempts','1'),(33471,7710,'ClientIP','\"117.255.245.143\"'),(33472,7710,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33473,7710,'CurrentUserID','0'),(33474,7711,'Attempts','1'),(33475,7711,'ClientIP','\"86.32.192.98\"'),(33476,7711,'UserAgent','\"\"'),(33477,7711,'CurrentUserID','0'),(33478,7712,'Attempts','1'),(33479,7712,'ClientIP','\"79.116.89.50\"'),(33480,7712,'UserAgent','\"\"'),(33481,7712,'CurrentUserID','0'),(33482,7713,'Attempts','1'),(33483,7713,'ClientIP','\"188.121.7.195\"'),(33484,7713,'UserAgent','\"\"'),(33485,7713,'CurrentUserID','0'),(33486,7714,'Attempts','1'),(33487,7715,'Attempts','1'),(33488,7714,'ClientIP','\"174.76.222.47\"'),(33489,7715,'ClientIP','\"174.76.222.47\"'),(33490,7714,'UserAgent','\"\"'),(33491,7715,'UserAgent','\"\"'),(33492,7714,'CurrentUserID','0'),(33493,7715,'CurrentUserID','0'),(33494,7716,'Attempts','1'),(33495,7716,'ClientIP','\"78.100.85.226\"'),(33496,7716,'UserAgent','\"\"'),(33497,7716,'CurrentUserID','0'),(33498,7717,'Attempts','1'),(33499,7717,'ClientIP','\"117.253.231.66\"'),(33500,7717,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33501,7717,'CurrentUserID','0'),(33502,7718,'Attempts','1'),(33503,7718,'ClientIP','\"105.102.52.28\"'),(33504,7718,'UserAgent','\"\"'),(33505,7718,'CurrentUserID','0'),(33506,7719,'Attempts','1'),(33507,7719,'ClientIP','\"185.36.100.145\"'),(33508,7719,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(33509,7719,'CurrentUserID','0'),(33510,7720,'Attempts','1'),(33511,7720,'ClientIP','\"188.2.121.99\"'),(33512,7720,'UserAgent','\"\"'),(33513,7720,'CurrentUserID','0'),(33514,7721,'Attempts','1'),(33515,7721,'ClientIP','\"122.61.113.243\"'),(33516,7721,'UserAgent','\"\"'),(33517,7721,'CurrentUserID','0'),(33518,7722,'Attempts','1'),(33519,7722,'ClientIP','\"90.176.180.191\"'),(33520,7722,'UserAgent','\"\"'),(33521,7722,'CurrentUserID','0'),(33522,7723,'Attempts','1'),(33523,7723,'ClientIP','\"91.105.87.207\"'),(33524,7723,'UserAgent','\"\"'),(33525,7723,'CurrentUserID','0'),(33526,7724,'Attempts','1'),(33527,7724,'ClientIP','\"46.166.170.3\"'),(33528,7724,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"'),(33529,7724,'CurrentUserID','0'),(33530,7725,'Attempts','2'),(33531,7725,'ClientIP','\"108.60.251.15\"'),(33532,7725,'UserAgent','\"\"'),(33533,7725,'CurrentUserID','0'),(33534,7726,'Attempts','2'),(33535,7726,'ClientIP','\"93.137.20.0\"'),(33536,7726,'UserAgent','\"\"'),(33537,7726,'CurrentUserID','0'),(33538,7727,'Attempts','1'),(33539,7727,'ClientIP','\"117.253.202.87\"'),(33540,7727,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33541,7727,'CurrentUserID','0'),(33542,7728,'Attempts','1'),(33543,7728,'ClientIP','\"182.185.131.66\"'),(33544,7728,'UserAgent','\"\"'),(33545,7728,'CurrentUserID','0'),(33546,7729,'Attempts','2'),(33547,7729,'ClientIP','\"89.19.113.160\"'),(33548,7729,'UserAgent','\"\"'),(33549,7729,'CurrentUserID','0'),(33550,7730,'Attempts','1'),(33551,7730,'ClientIP','\"85.165.75.237\"'),(33552,7730,'UserAgent','\"\"'),(33553,7730,'CurrentUserID','0'),(33554,7731,'Attempts','1'),(33555,7731,'ClientIP','\"24.217.145.163\"'),(33556,7731,'UserAgent','\"\"'),(33557,7731,'CurrentUserID','0'),(33558,7732,'Attempts','1'),(33559,7732,'ClientIP','\"184.59.0.140\"'),(33560,7732,'UserAgent','\"\"'),(33561,7732,'CurrentUserID','0'),(33562,7733,'Attempts','2'),(33563,7733,'ClientIP','\"45.115.190.73\"'),(33564,7733,'UserAgent','\"\"'),(33565,7733,'CurrentUserID','0'),(33566,7734,'Attempts','1'),(33567,7734,'ClientIP','\"92.7.166.144\"'),(33568,7734,'UserAgent','\"\"'),(33569,7734,'CurrentUserID','0'),(33570,7735,'Attempts','1'),(33571,7735,'ClientIP','\"41.105.95.144\"'),(33572,7735,'UserAgent','\"\"'),(33573,7735,'CurrentUserID','0'),(33574,7736,'Attempts','1'),(33575,7736,'ClientIP','\"91.224.196.232\"'),(33576,7736,'UserAgent','\"\"'),(33577,7736,'CurrentUserID','0'),(33578,7737,'Attempts','1'),(33579,7737,'ClientIP','\"78.7.41.174\"'),(33580,7737,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33581,7737,'CurrentUserID','0'),(33582,7738,'Attempts','1'),(33583,7738,'ClientIP','\"93.180.163.115\"'),(33584,7738,'UserAgent','\"\"'),(33585,7738,'CurrentUserID','0'),(33586,7739,'Attempts','1'),(33587,7739,'ClientIP','\"90.217.189.57\"'),(33588,7739,'UserAgent','\"\"'),(33589,7739,'CurrentUserID','0'),(33590,7740,'Attempts','1'),(33591,7740,'ClientIP','\"89.119.24.114\"'),(33592,7740,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33593,7740,'CurrentUserID','0'),(33594,7741,'Attempts','1'),(33595,7741,'ClientIP','\"105.108.169.107\"'),(33596,7741,'UserAgent','\"\"'),(33597,7741,'CurrentUserID','0'),(33598,7742,'Attempts','1'),(33599,7742,'ClientIP','\"85.154.67.150\"'),(33600,7742,'UserAgent','\"\"'),(33601,7742,'CurrentUserID','0'),(33602,7743,'Attempts','1'),(33603,7743,'ClientIP','\"68.172.36.98\"'),(33604,7743,'UserAgent','\"\"'),(33605,7743,'CurrentUserID','0'),(33606,7744,'Attempts','1'),(33607,7744,'ClientIP','\"178.48.139.99\"'),(33608,7744,'UserAgent','\"\"'),(33609,7744,'CurrentUserID','0'),(33610,7745,'Attempts','1'),(33611,7745,'ClientIP','\"186.1.126.64\"'),(33612,7745,'UserAgent','\"\"'),(33613,7745,'CurrentUserID','0'),(33614,7746,'Attempts','2'),(33615,7746,'ClientIP','\"190.47.52.171\"'),(33616,7746,'UserAgent','\"\"'),(33617,7746,'CurrentUserID','0'),(33618,7747,'Attempts','1'),(33619,7747,'ClientIP','\"80.174.18.126\"'),(33620,7747,'UserAgent','\"\"'),(33621,7747,'CurrentUserID','0'),(33622,7748,'Attempts','1'),(33623,7748,'ClientIP','\"206.214.15.110\"'),(33624,7748,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33625,7748,'CurrentUserID','0'),(33626,7749,'Attempts','1'),(33627,7749,'ClientIP','\"5.13.180.110\"'),(33628,7749,'UserAgent','\"\"'),(33629,7749,'CurrentUserID','0'),(33630,7750,'Attempts','1'),(33631,7750,'ClientIP','\"41.72.123.70\"'),(33632,7750,'UserAgent','\"\"'),(33633,7750,'CurrentUserID','0'),(33634,7751,'Attempts','1'),(33635,7751,'ClientIP','\"89.119.30.38\"'),(33636,7751,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33637,7751,'CurrentUserID','0'),(33638,7752,'Attempts','1'),(33639,7752,'ClientIP','\"109.78.238.243\"'),(33640,7752,'UserAgent','\"\"'),(33641,7752,'CurrentUserID','0'),(33642,7753,'Attempts','1'),(33643,7753,'ClientIP','\"103.2.235.193\"'),(33644,7753,'UserAgent','\"\"'),(33645,7753,'CurrentUserID','0'),(33646,7754,'Attempts','1'),(33647,7754,'ClientIP','\"212.200.82.96\"'),(33648,7754,'UserAgent','\"\"'),(33649,7754,'CurrentUserID','0'),(33650,7755,'Attempts','1'),(33651,7755,'ClientIP','\"191.253.214.219\"'),(33652,7755,'UserAgent','\"\"'),(33653,7755,'CurrentUserID','0'),(33654,7756,'Attempts','1'),(33655,7756,'ClientIP','\"36.226.46.10\"'),(33656,7756,'UserAgent','\"\"'),(33657,7756,'CurrentUserID','0'),(33658,7757,'Attempts','1'),(33659,7757,'ClientIP','\"79.182.201.233\"'),(33660,7757,'UserAgent','\"\"'),(33661,7757,'CurrentUserID','0'),(33662,7758,'Attempts','1'),(33663,7758,'ClientIP','\"2.225.225.130\"'),(33664,7758,'UserAgent','\"\"'),(33665,7758,'CurrentUserID','0'),(33666,7759,'Attempts','1'),(33667,7759,'ClientIP','\"194.114.148.153\"'),(33668,7759,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33669,7759,'CurrentUserID','0'),(33670,7760,'Attempts','1'),(33671,7760,'ClientIP','\"176.60.66.92\"'),(33672,7760,'UserAgent','\"\"'),(33673,7760,'CurrentUserID','0'),(33674,7761,'Attempts','1'),(33675,7761,'ClientIP','\"212.21.66.6\"'),(33676,7761,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/29.0.1547.66 Safari\\/537.36\"'),(33677,7761,'CurrentUserID','0'),(33678,7762,'Attempts','1'),(33679,7762,'ClientIP','\"89.31.57.5\"'),(33680,7762,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.4 (KHTML like Gecko) Chrome\\/22.0.1229.79 Safari\\/537.4\"'),(33681,7762,'CurrentUserID','0'),(33682,7763,'Attempts','2'),(33683,7763,'ClientIP','\"118.200.190.15\"'),(33684,7763,'UserAgent','\"\"'),(33685,7763,'CurrentUserID','0'),(33686,7764,'Attempts','1'),(33687,7764,'ClientIP','\"185.75.56.2\"'),(33688,7764,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.71 Safari\\/537.36\"'),(33689,7764,'CurrentUserID','0'),(33690,7765,'Attempts','1'),(33691,7765,'ClientIP','\"179.182.121.164\"'),(33692,7765,'UserAgent','\"\"'),(33693,7765,'CurrentUserID','0'),(33694,7766,'Attempts','1'),(33695,7766,'ClientIP','\"37.145.154.210\"'),(33696,7766,'UserAgent','\"\"'),(33697,7766,'CurrentUserID','0'),(33698,7767,'Attempts','1'),(33699,7767,'ClientIP','\"112.203.187.74\"'),(33700,7767,'UserAgent','\"\"'),(33701,7767,'CurrentUserID','0'),(33702,7768,'Attempts','1'),(33703,7768,'ClientIP','\"114.134.191.10\"'),(33704,7768,'UserAgent','\"\"'),(33705,7768,'CurrentUserID','0'),(33706,7769,'Attempts','1'),(33707,7769,'ClientIP','\"84.24.178.196\"'),(33708,7769,'UserAgent','\"\"'),(33709,7769,'CurrentUserID','0'),(33710,7770,'Attempts','1'),(33711,7770,'ClientIP','\"62.234.2.110\"'),(33712,7770,'UserAgent','\"\"'),(33713,7770,'CurrentUserID','0'),(33714,7771,'Attempts','1'),(33715,7771,'ClientIP','\"77.125.146.241\"'),(33716,7771,'UserAgent','\"\"'),(33717,7771,'CurrentUserID','0'),(33718,7772,'Attempts','1'),(33719,7772,'ClientIP','\"117.253.245.35\"'),(33720,7772,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33721,7772,'CurrentUserID','0'),(33722,7773,'Attempts','1'),(33723,7773,'ClientIP','\"37.237.92.38\"'),(33724,7773,'UserAgent','\"\"'),(33725,7773,'CurrentUserID','0'),(33726,7774,'Attempts','1'),(33727,7774,'ClientIP','\"95.56.93.127\"'),(33728,7774,'UserAgent','\"\"'),(33729,7774,'CurrentUserID','0'),(33730,7775,'Attempts','1'),(33731,7775,'ClientIP','\"86.120.87.155\"'),(33732,7775,'UserAgent','\"\"'),(33733,7775,'CurrentUserID','0'),(33734,7776,'Attempts','1'),(33735,7776,'ClientIP','\"188.123.231.221\"'),(33736,7776,'UserAgent','\"\"'),(33737,7776,'CurrentUserID','0'),(33738,7777,'Attempts','2'),(33739,7777,'ClientIP','\"73.202.91.247\"'),(33740,7777,'UserAgent','\"\"'),(33741,7777,'CurrentUserID','0'),(33742,7778,'Attempts','1'),(33743,7778,'ClientIP','\"184.3.250.125\"'),(33744,7778,'UserAgent','\"\"'),(33745,7778,'CurrentUserID','0'),(33746,7779,'Attempts','1'),(33747,7779,'ClientIP','\"94.244.162.237\"'),(33748,7779,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33749,7779,'CurrentUserID','0'),(33750,7780,'Attempts','1'),(33751,7780,'ClientIP','\"41.208.215.148\"'),(33752,7780,'UserAgent','\"\"'),(33753,7780,'CurrentUserID','0'),(33754,7781,'Attempts','1'),(33755,7781,'ClientIP','\"95.103.22.153\"'),(33756,7781,'UserAgent','\"\"'),(33757,7781,'CurrentUserID','0'),(33758,7782,'Attempts','1'),(33759,7782,'ClientIP','\"112.196.171.169\"'),(33760,7782,'UserAgent','\"\"'),(33761,7782,'CurrentUserID','0'),(33762,7783,'Attempts','1'),(33763,7783,'ClientIP','\"173.176.242.153\"'),(33764,7783,'UserAgent','\"\"'),(33765,7783,'CurrentUserID','0'),(33766,7784,'Attempts','1'),(33767,7784,'ClientIP','\"88.224.150.162\"'),(33768,7784,'UserAgent','\"\"'),(33769,7784,'CurrentUserID','0'),(33770,7785,'Attempts','1'),(33771,7785,'ClientIP','\"61.72.55.34\"'),(33772,7785,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33773,7785,'CurrentUserID','0'),(33774,7786,'Attempts','1'),(33775,7786,'ClientIP','\"151.50.127.11\"'),(33776,7786,'UserAgent','\"\"'),(33777,7786,'CurrentUserID','0'),(33778,7787,'Attempts','1'),(33779,7787,'ClientIP','\"178.221.42.244\"'),(33780,7787,'UserAgent','\"\"'),(33781,7787,'CurrentUserID','0'),(33782,7788,'Attempts','1'),(33783,7788,'ClientIP','\"46.236.154.82\"'),(33784,7788,'UserAgent','\"\"'),(33785,7788,'CurrentUserID','0'),(33786,7789,'Attempts','1'),(33787,7789,'ClientIP','\"79.119.106.69\"'),(33788,7789,'UserAgent','\"\"'),(33789,7789,'CurrentUserID','0'),(33790,7790,'Attempts','1'),(33791,7790,'ClientIP','\"176.221.190.108\"'),(33792,7790,'UserAgent','\"\"'),(33793,7790,'CurrentUserID','0'),(33794,7791,'Attempts','1'),(33795,7791,'ClientIP','\"45.112.58.130\"'),(33796,7791,'UserAgent','\"\"'),(33797,7791,'CurrentUserID','0'),(33798,7792,'Attempts','1'),(33799,7792,'ClientIP','\"41.66.238.159\"'),(33800,7792,'UserAgent','\"\"'),(33801,7792,'CurrentUserID','0'),(33802,7793,'Attempts','1'),(33803,7793,'ClientIP','\"87.229.87.255\"'),(33804,7793,'UserAgent','\"\"'),(33805,7793,'CurrentUserID','0'),(33806,7794,'Attempts','1'),(33807,7794,'ClientIP','\"117.253.217.145\"'),(33808,7794,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33809,7794,'CurrentUserID','0'),(33810,7795,'Attempts','1'),(33811,7795,'ClientIP','\"87.237.139.51\"'),(33812,7795,'UserAgent','\"\"'),(33813,7795,'CurrentUserID','0'),(33814,7796,'Attempts','1'),(33815,7796,'ClientIP','\"182.222.132.63\"'),(33816,7796,'UserAgent','\"\"'),(33817,7796,'CurrentUserID','0'),(33818,7797,'Attempts','1'),(33819,7797,'ClientIP','\"117.253.215.42\"'),(33820,7797,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33821,7797,'CurrentUserID','0'),(33822,7798,'Attempts','1'),(33823,7798,'ClientIP','\"117.223.136.45\"'),(33824,7798,'UserAgent','\"\"'),(33825,7798,'CurrentUserID','0'),(33826,7799,'Attempts','1'),(33827,7799,'ClientIP','\"89.169.198.183\"'),(33828,7799,'UserAgent','\"\"'),(33829,7799,'CurrentUserID','0'),(33830,7800,'Attempts','1'),(33831,7800,'ClientIP','\"122.172.250.68\"'),(33832,7800,'UserAgent','\"\"'),(33833,7800,'CurrentUserID','0'),(33834,7801,'Attempts','1'),(33835,7801,'ClientIP','\"192.42.116.16\"'),(33836,7801,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.110 Safari\\/537.36\"'),(33837,7801,'CurrentUserID','0'),(33838,7802,'Attempts','1'),(33839,7802,'ClientIP','\"176.10.99.203\"'),(33840,7802,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(33841,7802,'CurrentUserID','0'),(33842,7803,'Attempts','1'),(33843,7803,'ClientIP','\"31.223.129.189\"'),(33844,7803,'UserAgent','\"\"'),(33845,7803,'CurrentUserID','0'),(33846,7804,'Attempts','1'),(33847,7804,'ClientIP','\"49.148.45.89\"'),(33848,7804,'UserAgent','\"\"'),(33849,7804,'CurrentUserID','0'),(33850,7805,'Attempts','1'),(33851,7805,'ClientIP','\"78.60.75.0\"'),(33852,7805,'UserAgent','\"\"'),(33853,7805,'CurrentUserID','0'),(33854,7806,'Attempts','1'),(33855,7806,'ClientIP','\"176.101.237.116\"'),(33856,7806,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33857,7806,'CurrentUserID','0'),(33858,7807,'Attempts','1'),(33859,7807,'ClientIP','\"203.192.225.50\"'),(33860,7807,'UserAgent','\"\"'),(33861,7807,'CurrentUserID','0'),(33862,7808,'Attempts','1'),(33863,7808,'ClientIP','\"186.119.89.77\"'),(33864,7808,'UserAgent','\"\"'),(33865,7808,'CurrentUserID','0'),(33866,7809,'Attempts','1'),(33867,7809,'ClientIP','\"178.48.139.99\"'),(33868,7809,'UserAgent','\"\"'),(33869,7809,'CurrentUserID','0'),(33870,7810,'Attempts','1'),(33871,7810,'ClientIP','\"197.88.138.26\"'),(33872,7810,'UserAgent','\"\"'),(33873,7810,'CurrentUserID','0'),(33874,7811,'Attempts','1'),(33875,7811,'ClientIP','\"117.253.221.16\"'),(33876,7811,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33877,7811,'CurrentUserID','0'),(33878,7812,'Attempts','1'),(33879,7812,'ClientIP','\"188.241.196.139\"'),(33880,7812,'UserAgent','\"\"'),(33881,7812,'CurrentUserID','0'),(33882,7813,'Attempts','1'),(33883,7813,'ClientIP','\"119.26.64.118\"'),(33884,7813,'UserAgent','\"\"'),(33885,7813,'CurrentUserID','0'),(33886,7814,'Attempts','1'),(33887,7814,'ClientIP','\"89.40.221.197\"'),(33888,7814,'UserAgent','\"\"'),(33889,7814,'CurrentUserID','0'),(33890,7815,'Attempts','1'),(33891,7815,'ClientIP','\"88.199.96.16\"'),(33892,7815,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33893,7815,'CurrentUserID','0'),(33894,7816,'Attempts','1'),(33895,7816,'ClientIP','\"89.234.157.254\"'),(33896,7816,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident\\/6.0; MALNJS)\"'),(33897,7816,'CurrentUserID','0'),(33898,7817,'Attempts','1'),(33899,7817,'ClientIP','\"149.78.27.182\"'),(33900,7817,'UserAgent','\"\"'),(33901,7817,'CurrentUserID','0'),(33902,7818,'Attempts','1'),(33903,7818,'ClientIP','\"130.83.108.122\"'),(33904,7818,'UserAgent','\"\"'),(33905,7818,'CurrentUserID','0'),(33906,7819,'Attempts','1'),(33907,7819,'ClientIP','\"122.34.41.31\"'),(33908,7819,'UserAgent','\"\"'),(33909,7819,'CurrentUserID','0'),(33910,7820,'Attempts','1'),(33911,7820,'ClientIP','\"93.70.242.243\"'),(33912,7820,'UserAgent','\"\"'),(33913,7820,'CurrentUserID','0'),(33914,7821,'Attempts','1'),(33915,7821,'ClientIP','\"187.59.88.126\"'),(33916,7821,'UserAgent','\"\"'),(33917,7821,'CurrentUserID','0'),(33918,7822,'Attempts','1'),(33919,7822,'ClientIP','\"86.1.142.186\"'),(33920,7822,'UserAgent','\"\"'),(33921,7822,'CurrentUserID','0'),(33922,7823,'Attempts','1'),(33923,7823,'ClientIP','\"82.194.5.76\"'),(33924,7823,'UserAgent','\"\"'),(33925,7823,'CurrentUserID','0'),(33926,7824,'Attempts','1'),(33927,7824,'ClientIP','\"41.101.163.46\"'),(33928,7824,'UserAgent','\"\"'),(33929,7824,'CurrentUserID','0'),(33930,7825,'Attempts','1'),(33931,7825,'ClientIP','\"86.204.20.219\"'),(33932,7825,'UserAgent','\"\"'),(33933,7825,'CurrentUserID','0'),(33934,7826,'Attempts','1'),(33935,7826,'ClientIP','\"162.220.140.92\"'),(33936,7826,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33937,7826,'CurrentUserID','0'),(33938,7827,'Attempts','1'),(33939,7827,'ClientIP','\"41.65.151.90\"'),(33940,7827,'UserAgent','\"\"'),(33941,7827,'CurrentUserID','0'),(33942,7828,'Attempts','1'),(33943,7828,'ClientIP','\"88.167.224.182\"'),(33944,7828,'UserAgent','\"\"'),(33945,7828,'CurrentUserID','0'),(33946,7829,'Attempts','1'),(33947,7829,'ClientIP','\"89.205.100.67\"'),(33948,7829,'UserAgent','\"\"'),(33949,7829,'CurrentUserID','0'),(33950,7830,'Attempts','1'),(33951,7830,'ClientIP','\"209.131.72.193\"'),(33952,7830,'UserAgent','\"\"'),(33953,7830,'CurrentUserID','0'),(33954,7831,'Attempts','1'),(33955,7831,'ClientIP','\"176.73.145.172\"'),(33956,7831,'UserAgent','\"\"'),(33957,7831,'CurrentUserID','0'),(33958,7832,'Attempts','1'),(33959,7832,'ClientIP','\"91.150.71.232\"'),(33960,7832,'UserAgent','\"\"'),(33961,7832,'CurrentUserID','0'),(33962,7833,'Attempts','1'),(33963,7833,'ClientIP','\"88.249.176.241\"'),(33964,7833,'UserAgent','\"\"'),(33965,7833,'CurrentUserID','0'),(33966,7834,'Attempts','1'),(33967,7834,'ClientIP','\"197.34.221.147\"'),(33968,7834,'UserAgent','\"\"'),(33969,7834,'CurrentUserID','0'),(33970,7835,'Attempts','1'),(33971,7835,'ClientIP','\"81.165.92.96\"'),(33972,7835,'UserAgent','\"\"'),(33973,7835,'CurrentUserID','0'),(33974,7836,'Attempts','1'),(33975,7836,'ClientIP','\"41.213.166.75\"'),(33976,7836,'UserAgent','\"\"'),(33977,7836,'CurrentUserID','0'),(33978,7837,'Attempts','1'),(33979,7837,'ClientIP','\"117.253.216.174\"'),(33980,7837,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(33981,7837,'CurrentUserID','0'),(33982,7838,'Attempts','1'),(33983,7838,'ClientIP','\"109.173.253.184\"'),(33984,7838,'UserAgent','\"\"'),(33985,7838,'CurrentUserID','0'),(33986,7839,'Attempts','1'),(33987,7839,'ClientIP','\"86.160.38.213\"'),(33988,7839,'UserAgent','\"\"'),(33989,7839,'CurrentUserID','0'),(33990,7840,'Attempts','1'),(33991,7840,'ClientIP','\"109.252.77.21\"'),(33992,7840,'UserAgent','\"\"'),(33993,7840,'CurrentUserID','0'),(33994,7841,'Attempts','1'),(33995,7841,'ClientIP','\"77.86.117.18\"'),(33996,7841,'UserAgent','\"\"'),(33997,7841,'CurrentUserID','0'),(33998,7842,'Attempts','1'),(33999,7842,'ClientIP','\"85.165.75.237\"'),(34000,7842,'UserAgent','\"\"'),(34001,7842,'CurrentUserID','0'),(34002,7843,'Attempts','1'),(34003,7843,'ClientIP','\"2.49.139.45\"'),(34004,7843,'UserAgent','\"\"'),(34005,7843,'CurrentUserID','0'),(34006,7844,'Attempts','1'),(34007,7844,'ClientIP','\"86.134.76.164\"'),(34008,7844,'UserAgent','\"\"'),(34009,7844,'CurrentUserID','0'),(34010,7845,'Attempts','1'),(34011,7845,'ClientIP','\"134.228.90.79\"'),(34012,7845,'UserAgent','\"\"'),(34013,7845,'CurrentUserID','0'),(34014,7846,'Attempts','1'),(34015,7846,'ClientIP','\"93.163.142.125\"'),(34016,7846,'UserAgent','\"\"'),(34017,7846,'CurrentUserID','0'),(34018,7847,'Attempts','1'),(34019,7847,'ClientIP','\"85.251.90.57\"'),(34020,7847,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34021,7847,'CurrentUserID','0'),(34022,7848,'Attempts','1'),(34023,7848,'ClientIP','\"46.166.179.51\"'),(34024,7848,'UserAgent','\"\"'),(34025,7848,'CurrentUserID','0'),(34026,7849,'Attempts','1'),(34027,7849,'ClientIP','\"79.66.171.69\"'),(34028,7849,'UserAgent','\"\"'),(34029,7849,'CurrentUserID','0'),(34030,7850,'Attempts','1'),(34031,7850,'ClientIP','\"5.32.135.243\"'),(34032,7850,'UserAgent','\"\"'),(34033,7850,'CurrentUserID','0'),(34034,7851,'Attempts','1'),(34035,7851,'ClientIP','\"188.26.219.178\"'),(34036,7851,'UserAgent','\"\"'),(34037,7851,'CurrentUserID','0'),(34038,7852,'Attempts','1'),(34039,7852,'ClientIP','\"88.230.46.152\"'),(34040,7852,'UserAgent','\"\"'),(34041,7852,'CurrentUserID','0'),(34042,7853,'Attempts','1'),(34043,7853,'ClientIP','\"117.255.208.176\"'),(34044,7853,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34045,7853,'CurrentUserID','0'),(34046,7854,'Attempts','2'),(34047,7854,'ClientIP','\"81.206.71.156\"'),(34048,7854,'UserAgent','\"\"'),(34049,7854,'CurrentUserID','0'),(34050,7855,'Attempts','1'),(34051,7855,'ClientIP','\"173.168.173.7\"'),(34052,7855,'UserAgent','\"\"'),(34053,7855,'CurrentUserID','0'),(34054,7856,'Attempts','1'),(34055,7856,'ClientIP','\"117.253.238.191\"'),(34056,7856,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34057,7856,'CurrentUserID','0'),(34058,7857,'Attempts','1'),(34059,7857,'ClientIP','\"94.242.250.117\"'),(34060,7857,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34061,7857,'CurrentUserID','0'),(34062,7858,'Attempts','1'),(34063,7858,'ClientIP','\"105.106.204.247\"'),(34064,7858,'UserAgent','\"\"'),(34065,7858,'CurrentUserID','0'),(34066,7859,'Attempts','1'),(34067,7859,'ClientIP','\"117.253.177.104\"'),(34068,7859,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34069,7859,'CurrentUserID','0'),(34070,7860,'Attempts','1'),(34071,7860,'ClientIP','\"5.238.155.222\"'),(34072,7860,'UserAgent','\"\"'),(34073,7860,'CurrentUserID','0'),(34074,7861,'Attempts','2'),(34075,7861,'ClientIP','\"2.50.229.100\"'),(34076,7861,'UserAgent','\"\"'),(34077,7861,'CurrentUserID','0'),(34078,7862,'Attempts','1'),(34079,7862,'ClientIP','\"117.255.208.169\"'),(34080,7862,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34081,7862,'CurrentUserID','0'),(34082,7863,'Attempts','1'),(34083,7863,'ClientIP','\"123.194.205.171\"'),(34084,7863,'UserAgent','\"\"'),(34085,7863,'CurrentUserID','0'),(34086,7864,'Attempts','1'),(34087,7864,'ClientIP','\"72.178.70.76\"'),(34088,7864,'UserAgent','\"\"'),(34089,7864,'CurrentUserID','0'),(34090,7865,'Attempts','1'),(34091,7865,'ClientIP','\"117.253.223.53\"'),(34092,7865,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34093,7865,'CurrentUserID','0'),(34094,7866,'Attempts','1'),(34095,7866,'ClientIP','\"189.51.137.41\"'),(34096,7866,'UserAgent','\"\"'),(34097,7866,'CurrentUserID','0'),(34098,7867,'Attempts','1'),(34099,7867,'ClientIP','\"185.101.107.189\"'),(34100,7867,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/536.5 (KHTML like Gecko) Chrome\\/19.0.1084.56 Safari\\/536.5\"'),(34101,7867,'CurrentUserID','0'),(34102,7868,'Attempts','1'),(34103,7868,'ClientIP','\"37.220.77.77\"'),(34104,7868,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34105,7868,'CurrentUserID','0'),(34106,7869,'Attempts','1'),(34107,7869,'ClientIP','\"95.180.41.120\"'),(34108,7869,'UserAgent','\"\"'),(34109,7869,'CurrentUserID','0'),(34110,7870,'Attempts','1'),(34111,7870,'ClientIP','\"186.235.136.104\"'),(34112,7870,'UserAgent','\"\"'),(34113,7870,'CurrentUserID','0'),(34114,7871,'Attempts','1'),(34115,7871,'ClientIP','\"117.253.220.130\"'),(34116,7871,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34117,7871,'CurrentUserID','0'),(34118,7872,'Attempts','1'),(34119,7872,'ClientIP','\"182.191.113.179\"'),(34120,7872,'UserAgent','\"\"'),(34121,7872,'CurrentUserID','0'),(34122,7873,'Attempts','1'),(34123,7873,'ClientIP','\"89.121.240.126\"'),(34124,7873,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34125,7873,'CurrentUserID','0'),(34126,7874,'Attempts','1'),(34127,7874,'ClientIP','\"5.69.164.229\"'),(34128,7874,'UserAgent','\"\"'),(34129,7874,'CurrentUserID','0'),(34130,7875,'Attempts','1'),(34131,7875,'ClientIP','\"93.123.1.98\"'),(34132,7875,'UserAgent','\"\"'),(34133,7875,'CurrentUserID','0'),(34134,7876,'Attempts','1'),(34135,7876,'ClientIP','\"117.253.216.202\"'),(34136,7876,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34137,7876,'CurrentUserID','0'),(34138,7877,'Attempts','1'),(34139,7877,'ClientIP','\"77.133.215.34\"'),(34140,7877,'UserAgent','\"\"'),(34141,7877,'CurrentUserID','0'),(34142,7878,'Attempts','1'),(34143,7878,'ClientIP','\"43.243.213.61\"'),(34144,7878,'UserAgent','\"\"'),(34145,7878,'CurrentUserID','0'),(34146,7879,'Attempts','1'),(34147,7879,'ClientIP','\"202.21.181.117\"'),(34148,7879,'UserAgent','\"\"'),(34149,7879,'CurrentUserID','0'),(34150,7880,'Attempts','1'),(34151,7880,'ClientIP','\"212.251.163.105\"'),(34152,7880,'UserAgent','\"\"'),(34153,7880,'CurrentUserID','0'),(34154,7881,'Attempts','1'),(34155,7881,'ClientIP','\"79.119.106.69\"'),(34156,7881,'UserAgent','\"\"'),(34157,7881,'CurrentUserID','0'),(34158,7882,'Attempts','1'),(34159,7882,'ClientIP','\"176.9.25.72\"'),(34160,7882,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/536.5 (KHTML like Gecko) Chrome\\/19.0.1084.52 Safari\\/536.5\"'),(34161,7882,'CurrentUserID','0'),(34162,7883,'Attempts','1'),(34163,7883,'ClientIP','\"77.247.181.165\"'),(34164,7883,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.154 Safari\\/537.36\"'),(34165,7883,'CurrentUserID','0'),(34166,7884,'Attempts','1'),(34167,7884,'ClientIP','\"188.26.13.176\"'),(34168,7884,'UserAgent','\"\"'),(34169,7884,'CurrentUserID','0'),(34170,7885,'Attempts','1'),(34171,7885,'ClientIP','\"117.253.104.112\"'),(34172,7885,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34173,7885,'CurrentUserID','0'),(34174,7886,'Attempts','1'),(34175,7886,'ClientIP','\"85.10.210.199\"'),(34176,7886,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(34177,7886,'CurrentUserID','0'),(34178,7887,'Attempts','1'),(34179,7887,'ClientIP','\"117.253.202.77\"'),(34180,7887,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34181,7887,'CurrentUserID','0'),(34182,7888,'Attempts','1'),(34183,7888,'ClientIP','\"89.46.250.97\"'),(34184,7888,'UserAgent','\"\"'),(34185,7888,'CurrentUserID','0'),(34186,7889,'Attempts','1'),(34187,7889,'ClientIP','\"87.237.139.51\"'),(34188,7889,'UserAgent','\"\"'),(34189,7889,'CurrentUserID','0'),(34190,7890,'Attempts','1'),(34191,7890,'ClientIP','\"173.177.155.29\"'),(34192,7890,'UserAgent','\"\"'),(34193,7890,'CurrentUserID','0'),(34194,7891,'Attempts','1'),(34195,7891,'ClientIP','\"171.232.133.1\"'),(34196,7891,'UserAgent','\"\"'),(34197,7891,'CurrentUserID','0'),(34198,7892,'Attempts','1'),(34199,7892,'ClientIP','\"88.109.81.214\"'),(34200,7892,'UserAgent','\"\"'),(34201,7892,'CurrentUserID','0'),(34202,7893,'Attempts','1'),(34203,7893,'ClientIP','\"184.3.250.125\"'),(34204,7893,'UserAgent','\"\"'),(34205,7893,'CurrentUserID','0'),(34206,7894,'Attempts','5'),(34207,7894,'ClientIP','\"54.183.254.90\"'),(34208,7894,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(34209,7894,'CurrentUserID','0'),(34210,7895,'Attempts','1'),(34211,7895,'ClientIP','\"117.253.210.156\"'),(34212,7895,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34213,7895,'CurrentUserID','0'),(34214,7896,'Attempts','2'),(34215,7896,'ClientIP','\"109.121.36.185\"'),(34216,7896,'UserAgent','\"\"'),(34217,7896,'CurrentUserID','0'),(34218,7897,'Attempts','1'),(34219,7897,'ClientIP','\"24.139.159.129\"'),(34220,7897,'UserAgent','\"\"'),(34221,7897,'CurrentUserID','0'),(34222,7898,'Attempts','2'),(34223,7898,'ClientIP','\"81.198.248.168\"'),(34224,7898,'UserAgent','\"\"'),(34225,7898,'CurrentUserID','0'),(34226,7899,'Attempts','1'),(34227,7899,'ClientIP','\"162.247.72.27\"'),(34228,7899,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.117 Safari\\/537.36\"'),(34229,7899,'CurrentUserID','0'),(34230,7900,'Attempts','1'),(34231,7900,'ClientIP','\"82.190.23.102\"'),(34232,7900,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34233,7900,'CurrentUserID','0'),(34234,7901,'Attempts','1'),(34235,7901,'ClientIP','\"85.254.75.188\"'),(34236,7901,'UserAgent','\"\"'),(34237,7901,'CurrentUserID','0'),(34238,7902,'Attempts','1'),(34239,7902,'ClientIP','\"209.131.72.193\"'),(34240,7902,'UserAgent','\"\"'),(34241,7902,'CurrentUserID','0'),(34242,7903,'Attempts','1'),(34243,7903,'ClientIP','\"94.67.182.32\"'),(34244,7903,'UserAgent','\"\"'),(34245,7903,'CurrentUserID','0'),(34246,7904,'Attempts','1'),(34247,7904,'ClientIP','\"178.220.172.236\"'),(34248,7904,'UserAgent','\"\"'),(34249,7904,'CurrentUserID','0'),(34250,7905,'Attempts','2'),(34251,7905,'ClientIP','\"77.46.174.10\"'),(34252,7905,'UserAgent','\"\"'),(34253,7905,'CurrentUserID','0'),(34254,7906,'Attempts','1'),(34255,7906,'ClientIP','\"79.115.160.79\"'),(34256,7906,'UserAgent','\"\"'),(34257,7906,'CurrentUserID','0'),(34258,7907,'Attempts','1'),(34259,7907,'ClientIP','\"169.0.62.26\"'),(34260,7907,'UserAgent','\"\"'),(34261,7907,'CurrentUserID','0'),(34262,7908,'Attempts','1'),(34263,7908,'ClientIP','\"82.178.199.26\"'),(34264,7908,'UserAgent','\"\"'),(34265,7908,'CurrentUserID','0'),(34266,7909,'Attempts','1'),(34267,7909,'ClientIP','\"202.21.116.90\"'),(34268,7909,'UserAgent','\"\"'),(34269,7909,'CurrentUserID','0'),(34270,7910,'Attempts','2'),(34271,7910,'ClientIP','\"85.50.204.39\"'),(34272,7910,'UserAgent','\"\"'),(34273,7910,'CurrentUserID','0'),(34274,7911,'Attempts','1'),(34275,7911,'ClientIP','\"89.249.217.176\"'),(34276,7911,'UserAgent','\"\"'),(34277,7911,'CurrentUserID','0'),(34278,7912,'Attempts','1'),(34279,7912,'ClientIP','\"194.79.182.78\"'),(34280,7912,'UserAgent','\"\"'),(34281,7912,'CurrentUserID','0'),(34282,7913,'Attempts','1'),(34283,7913,'ClientIP','\"117.253.217.42\"'),(34284,7913,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34285,7913,'CurrentUserID','0'),(34286,7914,'Attempts','1'),(34287,7914,'ClientIP','\"192.139.232.243\"'),(34288,7914,'UserAgent','\"\"'),(34289,7914,'CurrentUserID','0'),(34290,7915,'Attempts','1'),(34291,7915,'ClientIP','\"83.171.1.250\"'),(34292,7915,'UserAgent','\"\"'),(34293,7915,'CurrentUserID','0'),(34294,7916,'Attempts','1'),(34295,7916,'ClientIP','\"82.214.116.96\"'),(34296,7916,'UserAgent','\"\"'),(34297,7916,'CurrentUserID','0'),(34298,7917,'Attempts','2'),(34299,7917,'Username','\"wsaaus15\"'),(34300,7917,'CurrentUserRoles','[\"administrator\"]'),(34301,7917,'ClientIP','\"142.91.231.106\"'),(34302,7917,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(34303,7918,'Attempts','2'),(34304,7918,'ClientIP','\"142.91.231.106\"'),(34305,7918,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(34306,7918,'CurrentUserID','0'),(34307,7919,'Attempts','1'),(34308,7919,'ClientIP','\"188.27.77.113\"'),(34309,7919,'UserAgent','\"\"'),(34310,7919,'CurrentUserID','0'),(34311,7920,'Attempts','1'),(34312,7920,'ClientIP','\"14.37.132.232\"'),(34313,7920,'UserAgent','\"\"'),(34314,7920,'CurrentUserID','0'),(34315,7921,'Attempts','1'),(34316,7921,'ClientIP','\"78.63.76.157\"'),(34317,7921,'UserAgent','\"\"'),(34318,7921,'CurrentUserID','0'),(34319,7922,'Attempts','1'),(34320,7922,'ClientIP','\"109.230.54.110\"'),(34321,7922,'UserAgent','\"\"'),(34322,7922,'CurrentUserID','0'),(34323,7923,'Attempts','1'),(34324,7923,'ClientIP','\"92.81.9.84\"'),(34325,7923,'UserAgent','\"\"'),(34326,7923,'CurrentUserID','0'),(34327,7924,'Attempts','1'),(34328,7924,'ClientIP','\"14.192.208.41\"'),(34329,7924,'UserAgent','\"\"'),(34330,7924,'CurrentUserID','0'),(34331,7925,'Attempts','1'),(34332,7925,'ClientIP','\"95.56.102.212\"'),(34333,7925,'UserAgent','\"\"'),(34334,7925,'CurrentUserID','0'),(34335,7926,'Attempts','1'),(34336,7926,'ClientIP','\"5.30.162.212\"'),(34337,7926,'UserAgent','\"\"'),(34338,7926,'CurrentUserID','0'),(34339,7927,'Attempts','1'),(34340,7927,'ClientIP','\"91.105.87.207\"'),(34341,7927,'UserAgent','\"\"'),(34342,7927,'CurrentUserID','0'),(34343,7928,'Attempts','1'),(34344,7928,'ClientIP','\"91.150.71.239\"'),(34345,7928,'UserAgent','\"\"'),(34346,7928,'CurrentUserID','0'),(34347,7929,'Attempts','1'),(34348,7929,'ClientIP','\"174.138.207.81\"'),(34349,7930,'Attempts','1'),(34350,7929,'UserAgent','\"\"'),(34351,7930,'ClientIP','\"174.138.207.81\"'),(34352,7929,'CurrentUserID','0'),(34353,7930,'UserAgent','\"\"'),(34354,7930,'CurrentUserID','0'),(34355,7931,'Attempts','1'),(34356,7931,'ClientIP','\"85.254.159.158\"'),(34357,7931,'UserAgent','\"\"'),(34358,7931,'CurrentUserID','0'),(34359,7932,'Attempts','1'),(34360,7932,'ClientIP','\"81.82.194.135\"'),(34361,7932,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34362,7932,'CurrentUserID','0'),(34363,7933,'Attempts','1'),(34364,7933,'ClientIP','\"46.231.13.73\"'),(34365,7933,'UserAgent','\"\"'),(34366,7933,'CurrentUserID','0'),(34367,7934,'Attempts','1'),(34368,7934,'ClientIP','\"105.159.35.199\"'),(34369,7934,'UserAgent','\"\"'),(34370,7934,'CurrentUserID','0'),(34371,7935,'Attempts','1'),(34372,7935,'ClientIP','\"77.126.68.19\"'),(34373,7935,'UserAgent','\"\"'),(34374,7935,'CurrentUserID','0'),(34375,7936,'Attempts','1'),(34376,7936,'ClientIP','\"37.157.223.27\"'),(34377,7936,'UserAgent','\"\"'),(34378,7936,'CurrentUserID','0'),(34379,7937,'Attempts','1'),(34380,7937,'ClientIP','\"89.67.64.166\"'),(34381,7937,'UserAgent','\"\"'),(34382,7937,'CurrentUserID','0'),(34383,7938,'Attempts','1'),(34384,7938,'ClientIP','\"46.19.230.5\"'),(34385,7938,'UserAgent','\"\"'),(34386,7938,'CurrentUserID','0'),(34387,7939,'Attempts','1'),(34388,7939,'ClientIP','\"116.68.122.243\"'),(34389,7939,'UserAgent','\"\"'),(34390,7939,'CurrentUserID','0'),(34391,7940,'Attempts','1'),(34392,7940,'ClientIP','\"185.34.16.17\"'),(34393,7940,'UserAgent','\"\"'),(34394,7940,'CurrentUserID','0'),(34395,7941,'Attempts','1'),(34396,7941,'ClientIP','\"176.205.225.72\"'),(34397,7941,'UserAgent','\"\"'),(34398,7941,'CurrentUserID','0'),(34399,7942,'Attempts','1'),(34400,7942,'ClientIP','\"128.0.60.199\"'),(34401,7942,'UserAgent','\"\"'),(34402,7942,'CurrentUserID','0'),(34403,7943,'Attempts','1'),(34404,7943,'ClientIP','\"202.58.99.42\"'),(34405,7943,'UserAgent','\"\"'),(34406,7943,'CurrentUserID','0'),(34407,7944,'Attempts','1'),(34408,7944,'ClientIP','\"78.83.226.74\"'),(34409,7944,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34410,7944,'CurrentUserID','0'),(34411,7945,'Attempts','1'),(34412,7945,'ClientIP','\"182.160.33.19\"'),(34413,7945,'UserAgent','\"\"'),(34414,7945,'CurrentUserID','0'),(34415,7946,'Attempts','1'),(34416,7946,'ClientIP','\"79.115.104.23\"'),(34417,7946,'UserAgent','\"\"'),(34418,7946,'CurrentUserID','0'),(34419,7947,'Attempts','1'),(34420,7947,'ClientIP','\"41.236.234.254\"'),(34421,7947,'UserAgent','\"\"'),(34422,7947,'CurrentUserID','0'),(34423,7948,'Attempts','1'),(34424,7948,'ClientIP','\"37.187.73.137\"'),(34425,7948,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/32.0.1700.102 Safari\\/537.36\"'),(34426,7948,'CurrentUserID','0'),(34427,7949,'Attempts','1'),(34428,7949,'ClientIP','\"207.201.223.197\"'),(34429,7949,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.4 (KHTML like Gecko) Chrome\\/22.0.1229.94 Safari\\/537.4\"'),(34430,7949,'CurrentUserID','0'),(34431,7950,'Attempts','1'),(34432,7950,'ClientIP','\"81.181.140.253\"'),(34433,7950,'UserAgent','\"\"'),(34434,7950,'CurrentUserID','0'),(34435,7951,'Attempts','1'),(34436,7951,'ClientIP','\"177.134.37.55\"'),(34437,7951,'UserAgent','\"\"'),(34438,7951,'CurrentUserID','0'),(34439,7952,'Attempts','1'),(34440,7952,'ClientIP','\"202.142.90.84\"'),(34441,7952,'UserAgent','\"\"'),(34442,7952,'CurrentUserID','0'),(34443,7953,'Attempts','1'),(34444,7953,'ClientIP','\"117.253.232.215\"'),(34445,7953,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34446,7953,'CurrentUserID','0'),(34447,7954,'Attempts','1'),(34448,7954,'ClientIP','\"109.163.234.7\"'),(34449,7954,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/536.5 (KHTML like Gecko) Chrome\\/19.0.1084.56 Safari\\/536.5\"'),(34450,7954,'CurrentUserID','0'),(34451,7955,'Attempts','1'),(34452,7955,'ClientIP','\"94.113.77.74\"'),(34453,7955,'UserAgent','\"\"'),(34454,7955,'CurrentUserID','0'),(34455,7956,'Attempts','1'),(34456,7956,'ClientIP','\"78.0.235.24\"'),(34457,7956,'UserAgent','\"\"'),(34458,7956,'CurrentUserID','0'),(34459,7957,'Attempts','1'),(34460,7957,'ClientIP','\"80.21.225.18\"'),(34461,7957,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34462,7957,'CurrentUserID','0'),(34463,7958,'Attempts','1'),(34464,7958,'ClientIP','\"109.252.77.21\"'),(34465,7958,'UserAgent','\"\"'),(34466,7958,'CurrentUserID','0'),(34467,7959,'Attempts','1'),(34468,7959,'ClientIP','\"39.48.49.142\"'),(34469,7959,'UserAgent','\"\"'),(34470,7959,'CurrentUserID','0'),(34471,7960,'Attempts','1'),(34472,7961,'Attempts','1'),(34473,7961,'ClientIP','\"78.202.254.13\"'),(34474,7960,'ClientIP','\"197.162.40.120\"'),(34475,7961,'UserAgent','\"\"'),(34476,7960,'UserAgent','\"\"'),(34477,7961,'CurrentUserID','0'),(34478,7960,'CurrentUserID','0'),(34479,7962,'Attempts','1'),(34480,7962,'ClientIP','\"95.211.149.204\"'),(34481,7962,'UserAgent','\"\"'),(34482,7962,'CurrentUserID','0'),(34483,7963,'Attempts','1'),(34484,7963,'ClientIP','\"46.120.19.35\"'),(34485,7963,'UserAgent','\"\"'),(34486,7963,'CurrentUserID','0'),(34487,7964,'Attempts','1'),(34488,7964,'ClientIP','\"124.106.65.86\"'),(34489,7964,'UserAgent','\"\"'),(34490,7964,'CurrentUserID','0'),(34491,7965,'Attempts','1'),(34492,7965,'ClientIP','\"62.86.149.110\"'),(34493,7965,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34494,7965,'CurrentUserID','0'),(34495,7966,'Attempts','1'),(34496,7966,'ClientIP','\"89.119.26.146\"'),(34497,7966,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34498,7966,'CurrentUserID','0'),(34499,7967,'Attempts','1'),(34500,7967,'ClientIP','\"41.63.248.111\"'),(34501,7967,'UserAgent','\"\"'),(34502,7967,'CurrentUserID','0'),(34503,7968,'Attempts','1'),(34504,7968,'ClientIP','\"176.241.94.6\"'),(34505,7968,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34506,7968,'CurrentUserID','0'),(34507,7969,'Attempts','1'),(34508,7969,'ClientIP','\"77.77.241.39\"'),(34509,7969,'UserAgent','\"\"'),(34510,7969,'CurrentUserID','0'),(34511,7970,'Attempts','1'),(34512,7970,'ClientIP','\"104.230.98.90\"'),(34513,7970,'UserAgent','\"\"'),(34514,7970,'CurrentUserID','0'),(34515,7971,'Attempts','2'),(34516,7971,'ClientIP','\"86.19.241.181\"'),(34517,7971,'UserAgent','\"\"'),(34518,7971,'CurrentUserID','0'),(34519,7972,'Attempts','1'),(34520,7972,'ClientIP','\"200.87.179.180\"'),(34521,7972,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34522,7972,'CurrentUserID','0'),(34523,7973,'Attempts','1'),(34524,7973,'ClientIP','\"43.243.213.61\"'),(34525,7973,'UserAgent','\"\"'),(34526,7973,'CurrentUserID','0'),(34527,7974,'Attempts','1'),(34528,7974,'ClientIP','\"197.78.131.7\"'),(34529,7974,'UserAgent','\"\"'),(34530,7974,'CurrentUserID','0'),(34531,7975,'Attempts','1'),(34532,7975,'ClientIP','\"62.173.187.90\"'),(34533,7975,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34534,7975,'CurrentUserID','0'),(34535,7976,'Attempts','1'),(34536,7976,'ClientIP','\"122.177.42.212\"'),(34537,7976,'UserAgent','\"\"'),(34538,7976,'CurrentUserID','0'),(34539,7977,'Attempts','1'),(34540,7977,'ClientIP','\"70.49.200.200\"'),(34541,7977,'UserAgent','\"\"'),(34542,7977,'CurrentUserID','0'),(34543,7978,'Attempts','1'),(34544,7978,'ClientIP','\"176.10.107.180\"'),(34545,7978,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko\\/20100101 Firefox\\/13.0.1\"'),(34546,7978,'CurrentUserID','0'),(34547,7979,'Attempts','1'),(34548,7979,'ClientIP','\"192.99.246.164\"'),(34549,7979,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/29.0.1547.76 Safari\\/537.36\"'),(34550,7979,'CurrentUserID','0'),(34551,7980,'Attempts','1'),(34552,7980,'ClientIP','\"117.195.33.157\"'),(34553,7980,'UserAgent','\"\"'),(34554,7980,'CurrentUserID','0'),(34555,7981,'Attempts','1'),(34556,7981,'ClientIP','\"185.51.24.39\"'),(34557,7981,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(34558,7981,'CurrentUserID','0'),(34559,7982,'Attempts','1'),(34560,7982,'ClientIP','\"82.213.48.202\"'),(34561,7982,'UserAgent','\"\"'),(34562,7982,'CurrentUserID','0'),(34563,7983,'Attempts','2'),(34564,7983,'ClientIP','\"94.160.183.1\"'),(34565,7983,'UserAgent','\"\"'),(34566,7983,'CurrentUserID','0'),(34567,7984,'Attempts','1'),(34568,7984,'ClientIP','\"222.238.118.175\"'),(34569,7984,'UserAgent','\"\"'),(34570,7984,'CurrentUserID','0'),(34571,7985,'Attempts','1'),(34572,7985,'ClientIP','\"94.231.167.229\"'),(34573,7985,'UserAgent','\"\"'),(34574,7985,'CurrentUserID','0'),(34575,7986,'Attempts','1'),(34576,7986,'ClientIP','\"96.238.51.196\"'),(34577,7986,'UserAgent','\"\"'),(34578,7986,'CurrentUserID','0'),(34579,7987,'Attempts','1'),(34580,7987,'ClientIP','\"178.17.18.184\"'),(34581,7987,'UserAgent','\"\"'),(34582,7987,'CurrentUserID','0'),(34583,7988,'Attempts','2'),(34584,7988,'ClientIP','\"2.88.121.147\"'),(34585,7988,'UserAgent','\"\"'),(34586,7988,'CurrentUserID','0'),(34587,7989,'Attempts','1'),(34588,7989,'ClientIP','\"103.248.248.219\"'),(34589,7989,'UserAgent','\"\"'),(34590,7989,'CurrentUserID','0'),(34591,7990,'Attempts','1'),(34592,7990,'ClientIP','\"27.124.53.45\"'),(34593,7990,'UserAgent','\"\"'),(34594,7990,'CurrentUserID','0'),(34595,7991,'Attempts','1'),(34596,7991,'ClientIP','\"58.97.169.231\"'),(34597,7991,'UserAgent','\"\"'),(34598,7991,'CurrentUserID','0'),(34599,7992,'Attempts','1'),(34600,7992,'ClientIP','\"39.48.223.69\"'),(34601,7992,'UserAgent','\"\"'),(34602,7992,'CurrentUserID','0'),(34603,7993,'Attempts','1'),(34604,7993,'ClientIP','\"186.235.136.104\"'),(34605,7993,'UserAgent','\"\"'),(34606,7993,'CurrentUserID','0'),(34607,7994,'Attempts','1'),(34608,7994,'ClientIP','\"89.223.47.213\"'),(34609,7994,'UserAgent','\"\"'),(34610,7994,'CurrentUserID','0'),(34611,7995,'Attempts','1'),(34612,7995,'ClientIP','\"221.155.12.235\"'),(34613,7995,'UserAgent','\"\"'),(34614,7995,'CurrentUserID','0'),(34615,7996,'Attempts','1'),(34616,7996,'ClientIP','\"77.97.164.150\"'),(34617,7996,'UserAgent','\"\"'),(34618,7996,'CurrentUserID','0'),(34619,7997,'Attempts','1'),(34620,7997,'ClientIP','\"94.190.4.203\"'),(34621,7997,'UserAgent','\"\"'),(34622,7997,'CurrentUserID','0'),(34623,7998,'Attempts','\"10+\"'),(34624,7998,'ClientIP','\"54.193.36.110\"'),(34625,7998,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(34626,7998,'CurrentUserID','0'),(34627,7999,'Attempts','2'),(34628,7999,'ClientIP','\"83.85.169.160\"'),(34629,7999,'UserAgent','\"\"'),(34630,7999,'CurrentUserID','0'),(34631,8000,'Attempts','2'),(34632,8000,'ClientIP','\"93.103.38.80\"'),(34633,8000,'UserAgent','\"\"'),(34634,8000,'CurrentUserID','0'),(34635,8001,'Attempts','1'),(34636,8001,'ClientIP','\"121.245.66.155\"'),(34637,8001,'UserAgent','\"\"'),(34638,8001,'CurrentUserID','0'),(34639,8002,'Attempts','1'),(34640,8002,'ClientIP','\"197.88.76.38\"'),(34641,8002,'UserAgent','\"\"'),(34642,8002,'CurrentUserID','0'),(34643,8003,'Attempts','1'),(34644,8003,'ClientIP','\"41.249.210.172\"'),(34645,8003,'UserAgent','\"\"'),(34646,8003,'CurrentUserID','0'),(34647,8004,'Attempts','1'),(34648,8004,'ClientIP','\"78.202.254.13\"'),(34649,8004,'UserAgent','\"\"'),(34650,8004,'CurrentUserID','0'),(34651,8005,'Attempts','2'),(34652,8005,'ClientIP','\"196.203.110.225\"'),(34653,8005,'UserAgent','\"\"'),(34654,8005,'CurrentUserID','0'),(34655,8006,'Attempts','1'),(34656,8006,'ClientIP','\"176.10.99.203\"'),(34657,8006,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/536.5 (KHTML like Gecko) Chrome\\/19.0.1084.52 Safari\\/536.5\"'),(34658,8006,'CurrentUserID','0'),(34659,8007,'Attempts','1'),(34660,8007,'ClientIP','\"149.202.98.161\"'),(34661,8007,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:15.0) Gecko\\/20100101 Firefox\\/15.0.1\"'),(34662,8007,'CurrentUserID','0'),(34663,8008,'Attempts','1'),(34664,8008,'ClientIP','\"61.6.228.162\"'),(34665,8008,'UserAgent','\"\"'),(34666,8008,'CurrentUserID','0'),(34667,8009,'Attempts','2'),(34668,8009,'ClientIP','\"116.15.152.47\"'),(34669,8009,'UserAgent','\"\"'),(34670,8009,'CurrentUserID','0'),(34671,8010,'Attempts','2'),(34672,8010,'ClientIP','\"24.96.113.24\"'),(34673,8010,'UserAgent','\"\"'),(34674,8010,'CurrentUserID','0'),(34675,8011,'Attempts','1'),(34676,8011,'ClientIP','\"88.224.150.162\"'),(34677,8011,'UserAgent','\"\"'),(34678,8011,'CurrentUserID','0'),(34679,8012,'Attempts','1'),(34680,8012,'ClientIP','\"142.4.213.25\"'),(34681,8012,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(34682,8012,'CurrentUserID','0'),(34683,8013,'Attempts','1'),(34684,8013,'ClientIP','\"5.134.49.97\"'),(34685,8013,'UserAgent','\"\"'),(34686,8013,'CurrentUserID','0'),(34687,8014,'Attempts','1'),(34688,8014,'ClientIP','\"174.137.231.65\"'),(34689,8014,'UserAgent','\"\"'),(34690,8014,'CurrentUserID','0'),(34691,8015,'Attempts','1'),(34692,8015,'ClientIP','\"38.76.90.147\"'),(34693,8015,'UserAgent','\"\"'),(34694,8015,'CurrentUserID','0'),(34695,8016,'Attempts','1'),(34696,8016,'ClientIP','\"93.82.22.56\"'),(34697,8016,'UserAgent','\"\"'),(34698,8016,'CurrentUserID','0'),(34699,8017,'Attempts','1'),(34700,8017,'ClientIP','\"39.41.184.17\"'),(34701,8017,'UserAgent','\"\"'),(34702,8017,'CurrentUserID','0'),(34703,8018,'Attempts','1'),(34704,8018,'ClientIP','\"46.208.93.28\"'),(34705,8018,'UserAgent','\"\"'),(34706,8018,'CurrentUserID','0'),(34707,8019,'Attempts','1'),(34708,8019,'ClientIP','\"121.143.203.136\"'),(34709,8019,'UserAgent','\"\"'),(34710,8019,'CurrentUserID','0'),(34711,8020,'Attempts','2'),(34712,8020,'ClientIP','\"89.133.141.193\"'),(34713,8020,'UserAgent','\"\"'),(34714,8020,'CurrentUserID','0'),(34715,8021,'Attempts','1'),(34716,8021,'ClientIP','\"200.1.209.62\"'),(34717,8021,'UserAgent','\"\"'),(34718,8021,'CurrentUserID','0'),(34719,8022,'Attempts','1'),(34720,8022,'ClientIP','\"222.252.73.160\"'),(34721,8022,'UserAgent','\"\"'),(34722,8022,'CurrentUserID','0'),(34723,8023,'Attempts','1'),(34724,8023,'ClientIP','\"87.109.250.102\"'),(34725,8023,'UserAgent','\"\"'),(34726,8023,'CurrentUserID','0'),(34727,8024,'Attempts','1'),(34728,8024,'ClientIP','\"176.106.226.137\"'),(34729,8024,'UserAgent','\"\"'),(34730,8024,'CurrentUserID','0'),(34731,8025,'Attempts','1'),(34732,8025,'ClientIP','\"46.231.13.73\"'),(34733,8025,'UserAgent','\"\"'),(34734,8025,'CurrentUserID','0'),(34735,8026,'Attempts','1'),(34736,8026,'ClientIP','\"188.123.231.221\"'),(34737,8026,'UserAgent','\"\"'),(34738,8026,'CurrentUserID','0'),(34739,8027,'Attempts','1'),(34740,8027,'ClientIP','\"82.20.112.196\"'),(34741,8027,'UserAgent','\"\"'),(34742,8027,'CurrentUserID','0'),(34743,8028,'Attempts','1'),(34744,8028,'ClientIP','\"191.179.98.215\"'),(34745,8028,'UserAgent','\"\"'),(34746,8028,'CurrentUserID','0'),(34747,8029,'Attempts','1'),(34748,8029,'ClientIP','\"178.220.144.109\"'),(34749,8029,'UserAgent','\"\"'),(34750,8029,'CurrentUserID','0'),(34751,8030,'Attempts','1'),(34752,8030,'ClientIP','\"131.0.116.38\"'),(34753,8030,'UserAgent','\"\"'),(34754,8030,'CurrentUserID','0'),(34755,8031,'Attempts','1'),(34756,8031,'ClientIP','\"93.72.24.5\"'),(34757,8031,'UserAgent','\"\"'),(34758,8031,'CurrentUserID','0'),(34759,8032,'Attempts','1'),(34760,8032,'ClientIP','\"124.106.65.86\"'),(34761,8032,'UserAgent','\"\"'),(34762,8032,'CurrentUserID','0'),(34763,8033,'Attempts','1'),(34764,8033,'ClientIP','\"187.75.19.134\"'),(34765,8033,'UserAgent','\"\"'),(34766,8033,'CurrentUserID','0'),(34767,8034,'Attempts','1'),(34768,8034,'ClientIP','\"85.207.128.17\"'),(34769,8034,'UserAgent','\"\"'),(34770,8034,'CurrentUserID','0'),(34771,8035,'Attempts','1'),(34772,8035,'ClientIP','\"174.95.166.127\"'),(34773,8035,'UserAgent','\"\"'),(34774,8035,'CurrentUserID','0'),(34775,8036,'Attempts','1'),(34776,8036,'ClientIP','\"154.122.139.68\"'),(34777,8036,'UserAgent','\"\"'),(34778,8036,'CurrentUserID','0'),(34779,8037,'Attempts','1'),(34780,8037,'ClientIP','\"89.114.78.112\"'),(34781,8037,'UserAgent','\"\"'),(34782,8037,'CurrentUserID','0'),(34783,8038,'Attempts','1'),(34784,8038,'ClientIP','\"82.19.94.90\"'),(34785,8038,'UserAgent','\"\"'),(34786,8038,'CurrentUserID','0'),(34787,8039,'Attempts','1'),(34788,8039,'ClientIP','\"93.115.95.205\"'),(34789,8039,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.11 (KHTML like Gecko) Chrome\\/23.0.1271.95 Safari\\/537.11\"'),(34790,8039,'CurrentUserID','0'),(34791,8040,'Attempts','1'),(34792,8040,'ClientIP','\"194.150.168.95\"'),(34793,8040,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko\\/20100101 Firefox\\/22.0\"'),(34794,8040,'CurrentUserID','0'),(34795,8041,'Attempts','1'),(34796,8041,'ClientIP','\"181.43.101.119\"'),(34797,8041,'UserAgent','\"\"'),(34798,8041,'CurrentUserID','0'),(34799,8042,'Attempts','1'),(34800,8042,'ClientIP','\"97.89.4.156\"'),(34801,8042,'UserAgent','\"\"'),(34802,8042,'CurrentUserID','0'),(34803,8043,'Attempts','1'),(34804,8043,'ClientIP','\"207.244.70.35\"'),(34805,8043,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"'),(34806,8043,'CurrentUserID','0'),(34807,8044,'Attempts','1'),(34808,8044,'ClientIP','\"5.32.135.243\"'),(34809,8044,'UserAgent','\"\"'),(34810,8044,'CurrentUserID','0'),(34811,8045,'Attempts','1'),(34812,8045,'ClientIP','\"105.101.73.141\"'),(34813,8045,'UserAgent','\"\"'),(34814,8045,'CurrentUserID','0'),(34815,8046,'Attempts','1'),(34816,8046,'ClientIP','\"197.15.255.243\"'),(34817,8046,'UserAgent','\"\"'),(34818,8046,'CurrentUserID','0'),(34819,8047,'Attempts','1'),(34820,8047,'ClientIP','\"58.153.7.230\"'),(34821,8047,'UserAgent','\"\"'),(34822,8047,'CurrentUserID','0'),(34823,8048,'Attempts','1'),(34824,8048,'ClientIP','\"41.77.2.106\"'),(34825,8048,'UserAgent','\"\"'),(34826,8048,'CurrentUserID','0'),(34827,8049,'Attempts','1'),(34828,8049,'ClientIP','\"71.229.152.241\"'),(34829,8049,'UserAgent','\"\"'),(34830,8049,'CurrentUserID','0'),(34831,8050,'Attempts','1'),(34832,8050,'ClientIP','\"223.206.184.186\"'),(34833,8050,'UserAgent','\"\"'),(34834,8050,'CurrentUserID','0'),(34835,8051,'Attempts','1'),(34836,8051,'ClientIP','\"188.126.143.171\"'),(34837,8051,'UserAgent','\"\"'),(34838,8051,'CurrentUserID','0'),(34839,8052,'Attempts','2'),(34840,8052,'Username','\"wsaaus15\"'),(34841,8052,'CurrentUserRoles','[\"administrator\"]'),(34842,8052,'ClientIP','\"104.194.26.205\"'),(34843,8052,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(34844,8053,'Attempts','2'),(34845,8053,'ClientIP','\"104.194.26.205\"'),(34846,8053,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(34847,8053,'CurrentUserID','0'),(34848,8054,'Attempts','1'),(34849,8054,'ClientIP','\"117.223.137.148\"'),(34850,8054,'UserAgent','\"\"'),(34851,8054,'CurrentUserID','0'),(34852,8055,'Attempts','1'),(34853,8055,'ClientIP','\"123.200.29.233\"'),(34854,8055,'UserAgent','\"\"'),(34855,8055,'CurrentUserID','0'),(34856,8056,'Attempts','1'),(34857,8056,'ClientIP','\"171.25.193.25\"'),(34858,8056,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.1 (KHTML like Gecko) Chrome\\/21.0.1180.89 Safari\\/537.1\"'),(34859,8056,'CurrentUserID','0'),(34860,8057,'Attempts','1'),(34861,8057,'ClientIP','\"194.103.240.26\"'),(34862,8057,'UserAgent','\"\"'),(34863,8057,'CurrentUserID','0'),(34864,8058,'Attempts','1'),(34865,8058,'ClientIP','\"109.242.84.225\"'),(34866,8058,'UserAgent','\"\"'),(34867,8058,'CurrentUserID','0'),(34868,8059,'Attempts','1'),(34869,8059,'ClientIP','\"41.69.252.216\"'),(34870,8059,'UserAgent','\"\"'),(34871,8059,'CurrentUserID','0'),(34872,8060,'Attempts','1'),(34873,8060,'ClientIP','\"112.200.128.22\"'),(34874,8060,'UserAgent','\"\"'),(34875,8060,'CurrentUserID','0'),(34876,8061,'Attempts','1'),(34877,8061,'ClientIP','\"179.210.63.215\"'),(34878,8061,'UserAgent','\"\"'),(34879,8061,'CurrentUserID','0'),(34880,8062,'Attempts','1'),(34881,8062,'ClientIP','\"85.254.75.151\"'),(34882,8062,'UserAgent','\"\"'),(34883,8062,'CurrentUserID','0'),(34884,8063,'Attempts','1'),(34885,8063,'ClientIP','\"203.187.201.177\"'),(34886,8063,'UserAgent','\"\"'),(34887,8063,'CurrentUserID','0'),(34888,8064,'Attempts','1'),(34889,8064,'ClientIP','\"124.106.65.86\"'),(34890,8064,'UserAgent','\"\"'),(34891,8064,'CurrentUserID','0'),(34892,8065,'Attempts','1'),(34893,8065,'ClientIP','\"86.104.194.137\"'),(34894,8065,'UserAgent','\"\"'),(34895,8065,'CurrentUserID','0'),(34896,8066,'Attempts','1'),(34897,8066,'ClientIP','\"112.202.3.137\"'),(34898,8066,'UserAgent','\"\"'),(34899,8066,'CurrentUserID','0'),(34900,8067,'Attempts','1'),(34901,8067,'ClientIP','\"27.210.10.106\"'),(34902,8067,'UserAgent','\"\"'),(34903,8067,'CurrentUserID','0'),(34904,8068,'Attempts','1'),(34905,8068,'ClientIP','\"179.216.132.202\"'),(34906,8068,'UserAgent','\"\"'),(34907,8068,'CurrentUserID','0'),(34908,8069,'Attempts','1'),(34909,8069,'ClientIP','\"169.0.127.49\"'),(34910,8069,'UserAgent','\"\"'),(34911,8069,'CurrentUserID','0'),(34912,8070,'Attempts','1'),(34913,8070,'ClientIP','\"162.224.185.123\"'),(34914,8070,'UserAgent','\"\"'),(34915,8070,'CurrentUserID','0'),(34916,8071,'Attempts','1'),(34917,8071,'ClientIP','\"68.123.204.172\"'),(34918,8071,'UserAgent','\"\"'),(34919,8071,'CurrentUserID','0'),(34920,8072,'Attempts','1'),(34921,8072,'ClientIP','\"191.32.40.127\"'),(34922,8072,'UserAgent','\"\"'),(34923,8072,'CurrentUserID','0'),(34924,8073,'Attempts','1'),(34925,8073,'ClientIP','\"149.129.156.39\"'),(34926,8073,'UserAgent','\"\"'),(34927,8073,'CurrentUserID','0'),(34928,8074,'Attempts','1'),(34929,8074,'ClientIP','\"41.69.133.236\"'),(34930,8074,'UserAgent','\"\"'),(34931,8074,'CurrentUserID','0'),(34932,8075,'Attempts','1'),(34933,8075,'ClientIP','\"46.10.205.252\"'),(34934,8075,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident\\/6.0; MASMJS)\"'),(34935,8075,'CurrentUserID','0'),(34936,8076,'Attempts','2'),(34937,8076,'Username','\"wsaaus15\"'),(34938,8076,'CurrentUserRoles','[\"administrator\"]'),(34939,8076,'ClientIP','\"96.44.179.242\"'),(34940,8076,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(34941,8077,'Attempts','2'),(34942,8077,'ClientIP','\"96.44.179.242\"'),(34943,8077,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(34944,8077,'CurrentUserID','0'),(34945,8078,'Attempts','1'),(34946,8078,'ClientIP','\"41.34.251.109\"'),(34947,8078,'UserAgent','\"\"'),(34948,8078,'CurrentUserID','0'),(34949,8079,'Attempts','1'),(34950,8079,'ClientIP','\"178.220.197.69\"'),(34951,8079,'UserAgent','\"\"'),(34952,8079,'CurrentUserID','0'),(34953,8080,'Attempts','1'),(34954,8080,'ClientIP','\"23.27.44.235\"'),(34955,8080,'UserAgent','\"\"'),(34956,8080,'CurrentUserID','0'),(34957,8081,'Attempts','1'),(34958,8081,'ClientIP','\"2.90.37.97\"'),(34959,8081,'UserAgent','\"\"'),(34960,8081,'CurrentUserID','0'),(34961,8082,'Attempts','1'),(34962,8082,'ClientIP','\"197.255.240.47\"'),(34963,8082,'UserAgent','\"\"'),(34964,8082,'CurrentUserID','0'),(34965,8083,'Attempts','1'),(34966,8083,'ClientIP','\"77.89.63.179\"'),(34967,8083,'UserAgent','\"\"'),(34968,8083,'CurrentUserID','0'),(34969,8084,'Attempts','1'),(34970,8084,'ClientIP','\"2.40.103.55\"'),(34971,8084,'UserAgent','\"\"'),(34972,8084,'CurrentUserID','0'),(34973,8085,'Attempts','1'),(34974,8085,'ClientIP','\"39.55.230.31\"'),(34975,8085,'UserAgent','\"\"'),(34976,8085,'CurrentUserID','0'),(34977,8086,'Attempts','1'),(34978,8086,'ClientIP','\"220.124.96.176\"'),(34979,8086,'UserAgent','\"\"'),(34980,8086,'CurrentUserID','0'),(34981,8087,'Attempts','1'),(34982,8087,'ClientIP','\"95.42.249.25\"'),(34983,8087,'UserAgent','\"\"'),(34984,8087,'CurrentUserID','0'),(34985,8088,'Attempts','1'),(34986,8088,'ClientIP','\"110.93.217.10\"'),(34987,8088,'UserAgent','\"\"'),(34988,8088,'CurrentUserID','0'),(34989,8089,'Attempts','1'),(34990,8089,'ClientIP','\"39.42.124.166\"'),(34991,8089,'UserAgent','\"\"'),(34992,8089,'CurrentUserID','0'),(34993,8090,'Attempts','1'),(34994,8090,'ClientIP','\"79.101.193.180\"'),(34995,8090,'UserAgent','\"\"'),(34996,8090,'CurrentUserID','0'),(34997,8091,'Attempts','1'),(34998,8091,'ClientIP','\"191.177.186.113\"'),(34999,8091,'UserAgent','\"\"'),(35000,8091,'CurrentUserID','0'),(35001,8092,'Attempts','1'),(35002,8092,'ClientIP','\"82.90.27.166\"'),(35003,8092,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(35004,8092,'CurrentUserID','0'),(35005,8093,'PostID','476'),(35006,8093,'PostType','\"post\"'),(35007,8093,'PostTitle','\"Auto Draft\"'),(35008,8093,'ClientIP','\"10.30.65.100\"'),(35009,8093,'UserAgent','\"WordPress\\/4.2.5; http:\\/\\/www.wsaa.aero\"'),(35010,8093,'CurrentUserID','0'),(35011,8094,'Attempts','1'),(35012,8094,'ClientIP','\"24.157.183.79\"'),(35013,8094,'UserAgent','\"\"'),(35014,8094,'CurrentUserID','0'),(35015,8095,'Attempts','1'),(35016,8095,'ClientIP','\"176.10.99.209\"'),(35017,8095,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.11 (KHTML like Gecko) Chrome\\/23.0.1271.64 Safari\\/537.11\"'),(35018,8095,'CurrentUserID','0'),(35019,8096,'Attempts','1'),(35020,8096,'ClientIP','\"187.64.37.50\"'),(35021,8096,'UserAgent','\"\"'),(35022,8096,'CurrentUserID','0'),(35023,8097,'Attempts','1'),(35024,8097,'ClientIP','\"46.227.197.221\"'),(35025,8097,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(35026,8097,'CurrentUserID','0'),(35027,8098,'Attempts','1'),(35028,8098,'ClientIP','\"116.74.10.64\"'),(35029,8098,'UserAgent','\"\"'),(35030,8098,'CurrentUserID','0'),(35031,8099,'Attempts','1'),(35032,8099,'ClientIP','\"181.113.173.46\"'),(35033,8099,'UserAgent','\"\"'),(35034,8099,'CurrentUserID','0'),(35035,8100,'Attempts','3'),(35036,8100,'ClientIP','\"54.193.36.110\"'),(35037,8100,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(35038,8100,'CurrentUserID','0'),(35039,8101,'Attempts','1'),(35040,8101,'ClientIP','\"85.50.204.39\"'),(35041,8101,'UserAgent','\"\"'),(35042,8101,'CurrentUserID','0'),(35043,8102,'Attempts','1'),(35044,8102,'ClientIP','\"188.32.124.62\"'),(35045,8102,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(35046,8102,'CurrentUserID','0'),(35047,8103,'Attempts','2'),(35048,8103,'ClientIP','\"77.77.241.39\"'),(35049,8103,'UserAgent','\"\"'),(35050,8103,'CurrentUserID','0'),(35051,8104,'Attempts','1'),(35052,8104,'ClientIP','\"50.153.88.13\"'),(35053,8104,'UserAgent','\"\"'),(35054,8104,'CurrentUserID','0'),(35055,8105,'Attempts','1'),(35056,8105,'ClientIP','\"24.96.113.24\"'),(35057,8105,'UserAgent','\"\"'),(35058,8105,'CurrentUserID','0'),(35059,8106,'Attempts','1'),(35060,8106,'ClientIP','\"79.127.210.132\"'),(35061,8106,'UserAgent','\"\"'),(35062,8106,'CurrentUserID','0'),(35063,8107,'Attempts','\"10+\"'),(35064,8107,'ClientIP','\"104.194.26.205\"'),(35065,8107,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(35066,8107,'CurrentUserID','0'),(35067,8108,'Attempts','1'),(35068,8108,'ClientIP','\"49.145.166.68\"'),(35069,8108,'UserAgent','\"\"'),(35070,8108,'CurrentUserID','0'),(35071,8109,'Attempts','\"10+\"'),(35072,8109,'Username','\"wsaaus15\"'),(35073,8109,'CurrentUserRoles','[\"administrator\"]'),(35074,8109,'ClientIP','\"104.194.26.205\"'),(35075,8109,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(35076,8110,'Attempts','1'),(35077,8110,'ClientIP','\"79.108.10.154\"'),(35078,8110,'UserAgent','\"\"'),(35079,8110,'CurrentUserID','0'),(35080,8111,'Attempts','1'),(35081,8111,'ClientIP','\"31.223.132.246\"'),(35082,8111,'UserAgent','\"\"'),(35083,8111,'CurrentUserID','0'),(35084,8112,'Attempts','1'),(35085,8112,'ClientIP','\"190.163.202.179\"'),(35086,8112,'UserAgent','\"\"'),(35087,8112,'CurrentUserID','0'),(35088,8113,'Attempts','1'),(35089,8113,'ClientIP','\"5.228.16.209\"'),(35090,8113,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(35091,8113,'CurrentUserID','0'),(35092,8114,'Attempts','1'),(35093,8114,'ClientIP','\"41.69.221.219\"'),(35094,8114,'UserAgent','\"\"'),(35095,8114,'CurrentUserID','0'),(35096,8115,'Attempts','1'),(35097,8115,'ClientIP','\"46.211.72.45\"'),(35098,8115,'UserAgent','\"\"'),(35099,8115,'CurrentUserID','0'),(35100,8116,'Attempts','1'),(35101,8116,'ClientIP','\"69.22.174.19\"'),(35102,8116,'UserAgent','\"\"'),(35103,8116,'CurrentUserID','0'),(35104,8117,'Attempts','1'),(35105,8117,'ClientIP','\"105.184.141.183\"'),(35106,8117,'UserAgent','\"\"'),(35107,8117,'CurrentUserID','0'),(35108,8118,'Attempts','1'),(35109,8118,'ClientIP','\"94.3.136.165\"'),(35110,8118,'UserAgent','\"\"'),(35111,8118,'CurrentUserID','0'),(35112,8119,'Attempts','1'),(35113,8119,'ClientIP','\"47.54.21.48\"'),(35114,8119,'UserAgent','\"\"'),(35115,8119,'CurrentUserID','0'),(35116,8120,'Attempts','1'),(35117,8120,'ClientIP','\"37.203.80.199\"'),(35118,8120,'UserAgent','\"\"'),(35119,8120,'CurrentUserID','0'),(35120,8121,'Attempts','1'),(35121,8121,'ClientIP','\"124.29.242.197\"'),(35122,8121,'UserAgent','\"\"'),(35123,8121,'CurrentUserID','0'),(35124,8122,'Attempts','1'),(35125,8122,'ClientIP','\"158.69.201.229\"'),(35126,8122,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:26.0) Gecko\\/20100101 Firefox\\/26.0\"'),(35127,8122,'CurrentUserID','0'),(35128,8123,'Attempts','1'),(35129,8123,'ClientIP','\"188.219.107.82\"'),(35130,8123,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(35131,8123,'CurrentUserID','0'),(35132,8124,'Attempts','1'),(35133,8124,'ClientIP','\"85.71.57.155\"'),(35134,8124,'UserAgent','\"\"'),(35135,8124,'CurrentUserID','0'),(35136,8125,'Attempts','1'),(35137,8125,'ClientIP','\"213.46.202.11\"'),(35138,8125,'UserAgent','\"\"'),(35139,8125,'CurrentUserID','0'),(35140,8126,'Attempts','1'),(35141,8126,'ClientIP','\"88.156.136.204\"'),(35142,8126,'UserAgent','\"\"'),(35143,8126,'CurrentUserID','0'),(35144,8127,'Attempts','1'),(35145,8127,'ClientIP','\"87.223.206.26\"'),(35146,8127,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(35147,8127,'CurrentUserID','0'),(35148,8128,'Attempts','1'),(35149,8128,'ClientIP','\"109.93.160.40\"'),(35150,8128,'UserAgent','\"\"'),(35151,8128,'CurrentUserID','0'),(35152,8129,'Attempts','1'),(35153,8129,'ClientIP','\"32.218.142.57\"'),(35154,8129,'UserAgent','\"\"'),(35155,8129,'CurrentUserID','0'),(35156,8130,'Attempts','1'),(35157,8130,'ClientIP','\"80.38.4.48\"'),(35158,8130,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(35159,8130,'CurrentUserID','0'),(35160,8131,'Attempts','1'),(35161,8131,'ClientIP','\"93.87.248.127\"'),(35162,8131,'UserAgent','\"\"'),(35163,8131,'CurrentUserID','0'),(35164,8132,'Attempts','1'),(35165,8132,'ClientIP','\"86.38.197.101\"'),(35166,8132,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(35167,8132,'CurrentUserID','0'),(35168,8133,'Attempts','1'),(35169,8133,'ClientIP','\"95.94.201.85\"'),(35170,8133,'UserAgent','\"\"'),(35171,8133,'CurrentUserID','0'),(35172,8134,'Attempts','1'),(35173,8134,'ClientIP','\"162.224.185.123\"'),(35174,8134,'UserAgent','\"\"'),(35175,8134,'CurrentUserID','0'),(35176,8135,'Attempts','1'),(35177,8135,'ClientIP','\"163.47.106.3\"'),(35178,8135,'UserAgent','\"\"'),(35179,8135,'CurrentUserID','0'),(35180,8136,'Attempts','1'),(35181,8136,'ClientIP','\"85.25.103.119\"'),(35182,8136,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"'),(35183,8136,'CurrentUserID','0'),(35184,8137,'Attempts','1'),(35185,8137,'ClientIP','\"78.15.15.15\"'),(35186,8137,'UserAgent','\"\"'),(35187,8137,'CurrentUserID','0'),(35188,8138,'Attempts','1'),(35189,8138,'ClientIP','\"103.232.229.58\"'),(35190,8138,'UserAgent','\"\"'),(35191,8138,'CurrentUserID','0'),(35192,8139,'Attempts','1'),(35193,8139,'ClientIP','\"113.174.113.151\"'),(35194,8139,'UserAgent','\"\"'),(35195,8139,'CurrentUserID','0'),(35196,8140,'Attempts','1'),(35197,8140,'ClientIP','\"122.57.147.85\"'),(35198,8140,'UserAgent','\"\"'),(35199,8140,'CurrentUserID','0'),(35200,8141,'Attempts','1'),(35201,8141,'ClientIP','\"77.30.76.203\"'),(35202,8141,'UserAgent','\"\"'),(35203,8141,'CurrentUserID','0'),(35204,8142,'Attempts','1'),(35205,8142,'ClientIP','\"96.44.189.100\"'),(35206,8142,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident\\/6.0; ASU2JS)\"'),(35207,8142,'CurrentUserID','0'),(35208,8143,'Attempts','1'),(35209,8143,'ClientIP','\"177.202.5.44\"'),(35210,8143,'UserAgent','\"\"'),(35211,8143,'CurrentUserID','0'),(35212,8144,'Attempts','1'),(35213,8144,'ClientIP','\"212.252.118.99\"'),(35214,8144,'UserAgent','\"\"'),(35215,8144,'CurrentUserID','0'),(35216,8145,'Attempts','1'),(35217,8145,'ClientIP','\"109.93.166.75\"'),(35218,8145,'UserAgent','\"\"'),(35219,8145,'CurrentUserID','0'),(35220,8146,'Attempts','1'),(35221,8146,'ClientIP','\"219.241.96.87\"'),(35222,8146,'UserAgent','\"\"'),(35223,8146,'CurrentUserID','0'),(35224,8147,'Attempts','1'),(35225,8147,'ClientIP','\"39.48.42.12\"'),(35226,8147,'UserAgent','\"\"'),(35227,8147,'CurrentUserID','0'),(35228,8148,'Attempts','1'),(35229,8148,'ClientIP','\"193.77.56.233\"'),(35230,8148,'UserAgent','\"\"'),(35231,8148,'CurrentUserID','0'),(35232,8149,'Attempts','1'),(35233,8149,'ClientIP','\"152.237.90.60\"'),(35234,8149,'UserAgent','\"\"'),(35235,8149,'CurrentUserID','0'),(35236,8150,'Attempts','1'),(35237,8150,'ClientIP','\"88.235.58.152\"'),(35238,8150,'UserAgent','\"\"'),(35239,8150,'CurrentUserID','0'),(35240,8151,'Attempts','1'),(35241,8151,'ClientIP','\"42.61.153.239\"'),(35242,8151,'UserAgent','\"\"'),(35243,8151,'CurrentUserID','0'),(35244,8152,'Attempts','1'),(35245,8152,'ClientIP','\"111.235.150.136\"'),(35246,8152,'UserAgent','\"\"'),(35247,8152,'CurrentUserID','0'),(35248,8153,'Attempts','1'),(35249,8153,'ClientIP','\"189.26.86.216\"'),(35250,8153,'UserAgent','\"\"'),(35251,8153,'CurrentUserID','0'),(35252,8154,'Attempts','1'),(35253,8154,'ClientIP','\"39.36.20.154\"'),(35254,8154,'UserAgent','\"\"'),(35255,8154,'CurrentUserID','0'),(35256,8155,'Attempts','1'),(35257,8155,'ClientIP','\"41.101.186.129\"'),(35258,8155,'UserAgent','\"\"'),(35259,8155,'CurrentUserID','0'),(35260,8156,'Attempts','2'),(35261,8156,'Username','\"wsaaus15\"'),(35262,8156,'CurrentUserRoles','[\"administrator\"]'),(35263,8156,'ClientIP','\"142.91.231.106\"'),(35264,8156,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(35265,8157,'Attempts','2'),(35266,8157,'ClientIP','\"142.91.231.106\"'),(35267,8157,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(35268,8157,'CurrentUserID','0'),(35269,8158,'Attempts','1'),(35270,8158,'ClientIP','\"89.46.29.160\"'),(35271,8158,'UserAgent','\"\"'),(35272,8158,'CurrentUserID','0'),(35273,8159,'Attempts','1'),(35274,8159,'ClientIP','\"37.117.98.49\"'),(35275,8159,'UserAgent','\"\"'),(35276,8159,'CurrentUserID','0'),(35277,8160,'Attempts','1'),(35278,8160,'ClientIP','\"79.180.62.5\"'),(35279,8160,'UserAgent','\"\"'),(35280,8160,'CurrentUserID','0'),(35281,8161,'Attempts','1'),(35282,8161,'ClientIP','\"91.150.71.203\"'),(35283,8161,'UserAgent','\"\"'),(35284,8161,'CurrentUserID','0'),(35285,8162,'Attempts','1'),(35286,8162,'ClientIP','\"65.0.138.51\"'),(35287,8162,'UserAgent','\"\"'),(35288,8162,'CurrentUserID','0'),(35289,8163,'Attempts','1'),(35290,8163,'ClientIP','\"188.2.203.86\"'),(35291,8163,'UserAgent','\"\"'),(35292,8163,'CurrentUserID','0'),(35293,8164,'Attempts','1'),(35294,8164,'ClientIP','\"92.234.4.221\"'),(35295,8164,'UserAgent','\"\"'),(35296,8164,'CurrentUserID','0'),(35297,8165,'Attempts','1'),(35298,8165,'ClientIP','\"79.116.102.94\"'),(35299,8165,'UserAgent','\"\"'),(35300,8165,'CurrentUserID','0'),(35301,8166,'Attempts','1'),(35302,8166,'ClientIP','\"96.44.189.100\"'),(35303,8166,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.101 Safari\\/537.36\"'),(35304,8166,'CurrentUserID','0'),(35305,8167,'Attempts','1'),(35306,8167,'ClientIP','\"117.212.248.153\"'),(35307,8167,'UserAgent','\"\"'),(35308,8167,'CurrentUserID','0'),(35309,8168,'Attempts','2'),(35310,8168,'Username','\"wsaaus15\"'),(35311,8168,'CurrentUserRoles','[\"administrator\"]'),(35312,8168,'ClientIP','\"142.91.231.106\"'),(35313,8168,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(35314,8169,'Attempts','2'),(35315,8169,'ClientIP','\"142.91.231.106\"'),(35316,8169,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(35317,8169,'CurrentUserID','0'),(35318,8170,'Attempts','1'),(35319,8170,'ClientIP','\"77.30.123.136\"'),(35320,8170,'UserAgent','\"\"'),(35321,8170,'CurrentUserID','0'),(35322,8171,'Attempts','1'),(35323,8171,'ClientIP','\"173.254.216.66\"'),(35324,8171,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.4 (KHTML like Gecko) Chrome\\/22.0.1229.79 Safari\\/537.4\"'),(35325,8171,'CurrentUserID','0'),(35326,8172,'Attempts','1'),(35327,8172,'ClientIP','\"82.194.152.114\"'),(35328,8172,'UserAgent','\"\"'),(35329,8172,'CurrentUserID','0'),(35330,8173,'Attempts','1'),(35331,8173,'ClientIP','\"93.113.157.7\"'),(35332,8173,'UserAgent','\"\"'),(35333,8173,'CurrentUserID','0'),(35334,8174,'Attempts','1'),(35335,8174,'ClientIP','\"177.158.39.228\"'),(35336,8174,'UserAgent','\"\"'),(35337,8174,'CurrentUserID','0'),(35338,8175,'Attempts','1'),(35339,8175,'ClientIP','\"83.28.115.58\"'),(35340,8175,'UserAgent','\"\"'),(35341,8175,'CurrentUserID','0'),(35342,8176,'Attempts','1'),(35343,8176,'ClientIP','\"193.77.56.233\"'),(35344,8176,'UserAgent','\"\"'),(35345,8176,'CurrentUserID','0'),(35346,8177,'Attempts','1'),(35347,8177,'ClientIP','\"103.8.194.117\"'),(35348,8177,'UserAgent','\"\"'),(35349,8177,'CurrentUserID','0'),(35350,8178,'Attempts','1'),(35351,8178,'ClientIP','\"43.225.251.28\"'),(35352,8178,'UserAgent','\"\"'),(35353,8178,'CurrentUserID','0'),(35354,8179,'Attempts','1'),(35355,8179,'ClientIP','\"43.230.198.94\"'),(35356,8179,'UserAgent','\"\"'),(35357,8179,'CurrentUserID','0'),(35358,8180,'Attempts','1'),(35359,8180,'ClientIP','\"89.17.20.76\"'),(35360,8180,'UserAgent','\"\"'),(35361,8180,'CurrentUserID','0'),(35362,8181,'Attempts','1'),(35363,8181,'ClientIP','\"171.25.193.77\"'),(35364,8181,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"'),(35365,8181,'CurrentUserID','0'),(35366,8182,'Attempts','1'),(35367,8182,'ClientIP','\"203.187.233.42\"'),(35368,8182,'UserAgent','\"\"'),(35369,8182,'CurrentUserID','0'),(35370,8183,'Attempts','1'),(35371,8183,'ClientIP','\"82.25.200.123\"'),(35372,8183,'UserAgent','\"\"'),(35373,8183,'CurrentUserID','0'),(35374,8184,'Attempts','1'),(35375,8184,'ClientIP','\"109.173.253.184\"'),(35376,8184,'UserAgent','\"\"'),(35377,8184,'CurrentUserID','0'),(35378,8185,'Attempts','1'),(35379,8185,'ClientIP','\"197.160.188.27\"'),(35380,8185,'UserAgent','\"\"'),(35381,8185,'CurrentUserID','0'),(35382,8186,'Attempts','1'),(35383,8186,'ClientIP','\"45.50.62.104\"'),(35384,8186,'UserAgent','\"\"'),(35385,8186,'CurrentUserID','0'),(35386,8187,'Attempts','1'),(35387,8187,'ClientIP','\"116.202.96.20\"'),(35388,8187,'UserAgent','\"\"'),(35389,8187,'CurrentUserID','0'),(35390,8188,'Attempts','1'),(35391,8188,'ClientIP','\"77.200.252.228\"'),(35392,8188,'UserAgent','\"\"'),(35393,8188,'CurrentUserID','0'),(35394,8189,'Attempts','1'),(35395,8189,'ClientIP','\"93.143.82.83\"'),(35396,8189,'UserAgent','\"\"'),(35397,8189,'CurrentUserID','0'),(35398,8190,'Attempts','1'),(35399,8190,'ClientIP','\"90.204.141.9\"'),(35400,8190,'UserAgent','\"\"'),(35401,8190,'CurrentUserID','0'),(35402,8191,'Attempts','1'),(35403,8191,'ClientIP','\"77.87.44.73\"'),(35404,8191,'UserAgent','\"\"'),(35405,8191,'CurrentUserID','0'),(35406,8192,'Attempts','1'),(35407,8192,'ClientIP','\"87.254.64.58\"'),(35408,8192,'UserAgent','\"\"'),(35409,8192,'CurrentUserID','0'),(35410,8193,'Attempts','1'),(35411,8193,'ClientIP','\"178.222.50.81\"'),(35412,8193,'UserAgent','\"\"'),(35413,8193,'CurrentUserID','0'),(35414,8194,'Attempts','1'),(35415,8194,'ClientIP','\"189.103.209.137\"'),(35416,8194,'UserAgent','\"\"'),(35417,8194,'CurrentUserID','0'),(35418,8195,'Attempts','1'),(35419,8195,'ClientIP','\"85.178.236.115\"'),(35420,8195,'UserAgent','\"\"'),(35421,8195,'CurrentUserID','0'),(35422,8196,'Attempts','1'),(35423,8196,'ClientIP','\"79.51.116.163\"'),(35424,8196,'UserAgent','\"\"'),(35425,8196,'CurrentUserID','0'),(35426,8197,'Attempts','1'),(35427,8197,'ClientIP','\"185.15.0.6\"'),(35428,8197,'UserAgent','\"\"'),(35429,8197,'CurrentUserID','0'),(35430,8198,'Attempts','1'),(35431,8198,'ClientIP','\"79.126.203.25\"'),(35432,8198,'UserAgent','\"\"'),(35433,8198,'CurrentUserID','0'),(35434,8199,'Attempts','1'),(35435,8199,'ClientIP','\"89.176.107.34\"'),(35436,8199,'UserAgent','\"\"'),(35437,8199,'CurrentUserID','0'),(35438,8200,'Attempts','1'),(35439,8200,'ClientIP','\"181.188.56.216\"'),(35440,8200,'UserAgent','\"\"'),(35441,8200,'CurrentUserID','0'),(35442,8201,'Attempts','1'),(35443,8201,'ClientIP','\"177.37.255.211\"'),(35444,8201,'UserAgent','\"\"'),(35445,8201,'CurrentUserID','0'),(35446,8202,'Attempts','1'),(35447,8202,'ClientIP','\"85.102.239.115\"'),(35448,8202,'UserAgent','\"\"'),(35449,8202,'CurrentUserID','0'),(35450,8203,'Attempts','1'),(35451,8203,'ClientIP','\"62.205.125.64\"'),(35452,8203,'UserAgent','\"\"'),(35453,8203,'CurrentUserID','0'),(35454,8204,'Attempts','1'),(35455,8204,'ClientIP','\"37.39.1.17\"'),(35456,8204,'UserAgent','\"\"'),(35457,8204,'CurrentUserID','0'),(35458,8205,'Attempts','1'),(35459,8205,'ClientIP','\"94.5.45.93\"'),(35460,8205,'UserAgent','\"\"'),(35461,8205,'CurrentUserID','0'),(35462,8206,'Attempts','1'),(35463,8206,'ClientIP','\"27.255.222.89\"'),(35464,8206,'UserAgent','\"\"'),(35465,8206,'CurrentUserID','0'),(35466,8207,'Attempts','1'),(35467,8207,'ClientIP','\"171.7.115.92\"'),(35468,8207,'UserAgent','\"\"'),(35469,8207,'CurrentUserID','0'),(35470,8208,'Attempts','1'),(35471,8208,'ClientIP','\"14.139.111.211\"'),(35472,8208,'UserAgent','\"\"'),(35473,8208,'CurrentUserID','0'),(35474,8209,'Attempts','1'),(35475,8209,'ClientIP','\"95.102.111.247\"'),(35476,8209,'UserAgent','\"\"'),(35477,8209,'CurrentUserID','0'),(35478,8210,'Attempts','1'),(35479,8210,'ClientIP','\"189.252.161.35\"'),(35480,8210,'UserAgent','\"\"'),(35481,8210,'CurrentUserID','0'),(35482,8211,'Attempts','1'),(35483,8211,'ClientIP','\"86.98.213.172\"'),(35484,8211,'UserAgent','\"\"'),(35485,8211,'CurrentUserID','0'),(35486,8212,'Attempts','1'),(35487,8212,'ClientIP','\"27.255.216.153\"'),(35488,8212,'UserAgent','\"\"'),(35489,8212,'CurrentUserID','0'),(35490,8213,'Attempts','2'),(35491,8213,'ClientIP','\"175.143.47.253\"'),(35492,8213,'UserAgent','\"\"'),(35493,8213,'CurrentUserID','0'),(35494,8214,'Attempts','1'),(35495,8214,'ClientIP','\"167.59.39.221\"'),(35496,8214,'UserAgent','\"\"'),(35497,8214,'CurrentUserID','0'),(35498,8215,'Attempts','1'),(35499,8215,'ClientIP','\"182.211.247.203\"'),(35500,8215,'UserAgent','\"\"'),(35501,8215,'CurrentUserID','0'),(35502,8216,'Attempts','1'),(35503,8216,'ClientIP','\"198.148.28.148\"'),(35504,8216,'UserAgent','\"\"'),(35505,8216,'CurrentUserID','0'),(35506,8217,'Attempts','1'),(35507,8217,'ClientIP','\"186.235.134.47\"'),(35508,8217,'UserAgent','\"\"'),(35509,8217,'CurrentUserID','0'),(35510,8218,'Attempts','1'),(35511,8218,'ClientIP','\"189.51.137.41\"'),(35512,8218,'UserAgent','\"\"'),(35513,8218,'CurrentUserID','0'),(35514,8219,'Attempts','1'),(35515,8219,'ClientIP','\"96.54.145.178\"'),(35516,8219,'UserAgent','\"\"'),(35517,8219,'CurrentUserID','0'),(35518,8220,'Attempts','1'),(35519,8220,'ClientIP','\"75.66.56.136\"'),(35520,8220,'UserAgent','\"\"'),(35521,8220,'CurrentUserID','0'),(35522,8221,'Attempts','1'),(35523,8221,'ClientIP','\"212.73.150.28\"'),(35524,8221,'UserAgent','\"\"'),(35525,8221,'CurrentUserID','0'),(35526,8222,'Attempts','2'),(35527,8222,'ClientIP','\"188.247.93.162\"'),(35528,8222,'UserAgent','\"\"'),(35529,8222,'CurrentUserID','0'),(35530,8223,'Attempts','1'),(35531,8223,'ClientIP','\"190.158.97.45\"'),(35532,8223,'UserAgent','\"\"'),(35533,8223,'CurrentUserID','0'),(35534,8224,'Attempts','1'),(35535,8224,'ClientIP','\"106.168.230.187\"'),(35536,8224,'UserAgent','\"\"'),(35537,8224,'CurrentUserID','0'),(35538,8225,'Attempts','1'),(35539,8225,'ClientIP','\"177.195.116.166\"'),(35540,8225,'UserAgent','\"\"'),(35541,8225,'CurrentUserID','0'),(35542,8226,'Attempts','1'),(35543,8226,'ClientIP','\"103.16.70.13\"'),(35544,8226,'UserAgent','\"\"'),(35545,8226,'CurrentUserID','0'),(35546,8227,'Attempts','1'),(35547,8227,'ClientIP','\"190.228.225.17\"'),(35548,8227,'UserAgent','\"\"'),(35549,8227,'CurrentUserID','0'),(35550,8228,'Attempts','1'),(35551,8228,'ClientIP','\"206.174.120.192\"'),(35552,8228,'UserAgent','\"\"'),(35553,8228,'CurrentUserID','0'),(35554,8229,'Attempts','1'),(35555,8229,'ClientIP','\"190.204.53.41\"'),(35556,8229,'UserAgent','\"\"'),(35557,8229,'CurrentUserID','0'),(35558,8230,'Attempts','1'),(35559,8230,'ClientIP','\"188.24.150.194\"'),(35560,8230,'UserAgent','\"\"'),(35561,8230,'CurrentUserID','0'),(35562,8231,'Attempts','1'),(35563,8231,'ClientIP','\"154.126.66.195\"'),(35564,8231,'UserAgent','\"\"'),(35565,8231,'CurrentUserID','0'),(35566,8232,'Attempts','1'),(35567,8232,'ClientIP','\"199.195.153.161\"'),(35568,8232,'UserAgent','\"\"'),(35569,8232,'CurrentUserID','0'),(35570,8233,'Attempts','2'),(35571,8233,'ClientIP','\"178.223.217.17\"'),(35572,8233,'UserAgent','\"\"'),(35573,8233,'CurrentUserID','0'),(35574,8234,'Attempts','1'),(35575,8234,'ClientIP','\"105.227.104.157\"'),(35576,8234,'UserAgent','\"\"'),(35577,8234,'CurrentUserID','0'),(35578,8235,'Attempts','3'),(35579,8235,'ClientIP','\"105.158.90.230\"'),(35580,8235,'UserAgent','\"tiehttp\"'),(35581,8235,'CurrentUserID','0'),(35582,8236,'Attempts','1'),(35583,8236,'ClientIP','\"177.37.255.211\"'),(35584,8236,'UserAgent','\"\"'),(35585,8236,'CurrentUserID','0'),(35586,8237,'Attempts','1'),(35587,8237,'ClientIP','\"71.81.197.41\"'),(35588,8237,'UserAgent','\"\"'),(35589,8237,'CurrentUserID','0'),(35590,8238,'Attempts','1'),(35591,8238,'ClientIP','\"50.170.132.56\"'),(35592,8238,'UserAgent','\"\"'),(35593,8238,'CurrentUserID','0'),(35594,8239,'Attempts','1'),(35595,8239,'ClientIP','\"190.194.251.172\"'),(35596,8239,'UserAgent','\"\"'),(35597,8239,'CurrentUserID','0'),(35598,8240,'Attempts','1'),(35599,8240,'ClientIP','\"189.40.20.54\"'),(35600,8240,'UserAgent','\"\"'),(35601,8240,'CurrentUserID','0'),(35602,8241,'Attempts','1'),(35603,8241,'ClientIP','\"2.28.239.3\"'),(35604,8241,'UserAgent','\"\"'),(35605,8241,'CurrentUserID','0'),(35606,8242,'Attempts','1'),(35607,8242,'ClientIP','\"47.54.196.237\"'),(35608,8242,'UserAgent','\"\"'),(35609,8242,'CurrentUserID','0'),(35610,8243,'Attempts','1'),(35611,8243,'ClientIP','\"184.90.87.23\"'),(35612,8243,'UserAgent','\"\"'),(35613,8243,'CurrentUserID','0'),(35614,8244,'Attempts','1'),(35615,8244,'ClientIP','\"31.52.25.243\"'),(35616,8244,'UserAgent','\"\"'),(35617,8244,'CurrentUserID','0'),(35618,8245,'Attempts','2'),(35619,8245,'ClientIP','\"88.119.143.89\"'),(35620,8245,'UserAgent','\"\"'),(35621,8245,'CurrentUserID','0'),(35622,8246,'Attempts','1'),(35623,8246,'ClientIP','\"103.3.82.69\"'),(35624,8246,'UserAgent','\"\"'),(35625,8246,'CurrentUserID','0'),(35626,8247,'Attempts','1'),(35627,8247,'ClientIP','\"103.232.247.108\"'),(35628,8247,'UserAgent','\"\"'),(35629,8247,'CurrentUserID','0'),(35630,8248,'Attempts','1'),(35631,8248,'ClientIP','\"68.82.2.0\"'),(35632,8248,'UserAgent','\"\"'),(35633,8248,'CurrentUserID','0'),(35634,8249,'Attempts','1'),(35635,8249,'ClientIP','\"174.20.194.25\"'),(35636,8249,'UserAgent','\"\"'),(35637,8249,'CurrentUserID','0'),(35638,8250,'Attempts','2'),(35639,8250,'ClientIP','\"122.108.117.196\"'),(35640,8250,'UserAgent','\"\"'),(35641,8250,'CurrentUserID','0'),(35642,8251,'Attempts','1'),(35643,8251,'ClientIP','\"213.198.249.169\"'),(35644,8251,'UserAgent','\"\"'),(35645,8251,'CurrentUserID','0'),(35646,8252,'Attempts','1'),(35647,8252,'ClientIP','\"86.172.108.255\"'),(35648,8252,'UserAgent','\"\"'),(35649,8252,'CurrentUserID','0'),(35650,8253,'Attempts','1'),(35651,8253,'ClientIP','\"101.186.74.213\"'),(35652,8253,'UserAgent','\"\"'),(35653,8253,'CurrentUserID','0'),(35654,8254,'Attempts','1'),(35655,8254,'ClientIP','\"72.53.132.84\"'),(35656,8254,'UserAgent','\"\"'),(35657,8254,'CurrentUserID','0'),(35658,8255,'Attempts','2'),(35659,8255,'Username','\"wsaaus15\"'),(35660,8255,'CurrentUserRoles','[\"administrator\"]'),(35661,8255,'ClientIP','\"104.247.217.183\"'),(35662,8255,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(35663,8256,'Attempts','2'),(35664,8256,'ClientIP','\"104.247.217.183\"'),(35665,8256,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(35666,8256,'CurrentUserID','0'),(35667,8257,'Attempts','1'),(35668,8257,'ClientIP','\"86.98.78.94\"'),(35669,8257,'UserAgent','\"\"'),(35670,8257,'CurrentUserID','0'),(35671,8258,'Attempts','1'),(35672,8258,'ClientIP','\"192.101.166.237\"'),(35673,8258,'UserAgent','\"\"'),(35674,8258,'CurrentUserID','0'),(35675,8259,'Attempts','1'),(35676,8259,'ClientIP','\"68.189.73.248\"'),(35677,8259,'UserAgent','\"\"'),(35678,8259,'CurrentUserID','0'),(35679,8260,'Attempts','1'),(35680,8260,'ClientIP','\"79.147.18.55\"'),(35681,8260,'UserAgent','\"\"'),(35682,8260,'CurrentUserID','0'),(35683,8261,'Attempts','1'),(35684,8261,'ClientIP','\"121.8.98.38\"'),(35685,8261,'UserAgent','\"\"'),(35686,8261,'CurrentUserID','0'),(35687,8262,'Attempts','1'),(35688,8262,'ClientIP','\"46.49.103.57\"'),(35689,8262,'UserAgent','\"\"'),(35690,8262,'CurrentUserID','0'),(35691,8263,'Attempts','1'),(35692,8263,'ClientIP','\"104.175.6.140\"'),(35693,8263,'UserAgent','\"\"'),(35694,8263,'CurrentUserID','0'),(35695,8264,'Attempts','1'),(35696,8264,'ClientIP','\"31.30.113.91\"'),(35697,8264,'UserAgent','\"\"'),(35698,8264,'CurrentUserID','0'),(35699,8265,'Attempts','1'),(35700,8265,'ClientIP','\"121.152.187.169\"'),(35701,8265,'UserAgent','\"\"'),(35702,8265,'CurrentUserID','0'),(35703,8266,'Attempts','1'),(35704,8266,'ClientIP','\"201.214.121.75\"'),(35705,8266,'UserAgent','\"\"'),(35706,8266,'CurrentUserID','0'),(35707,8267,'Attempts','1'),(35708,8267,'ClientIP','\"77.72.92.148\"'),(35709,8267,'UserAgent','\"\"'),(35710,8267,'CurrentUserID','0'),(35711,8268,'Attempts','1'),(35712,8269,'Attempts','1'),(35713,8268,'ClientIP','\"70.26.138.40\"'),(35714,8269,'ClientIP','\"203.129.151.112\"'),(35715,8269,'UserAgent','\"\"'),(35716,8268,'UserAgent','\"\"'),(35717,8268,'CurrentUserID','0'),(35718,8269,'CurrentUserID','0'),(35719,8270,'Attempts','1'),(35720,8270,'ClientIP','\"176.125.52.72\"'),(35721,8270,'UserAgent','\"\"'),(35722,8270,'CurrentUserID','0'),(35723,8271,'Attempts','1'),(35724,8271,'ClientIP','\"80.47.212.19\"'),(35725,8271,'UserAgent','\"\"'),(35726,8271,'CurrentUserID','0'),(35727,8272,'Attempts','1'),(35728,8272,'ClientIP','\"41.231.9.94\"'),(35729,8272,'UserAgent','\"\"'),(35730,8272,'CurrentUserID','0'),(35731,8273,'Attempts','1'),(35732,8273,'ClientIP','\"82.159.232.81\"'),(35733,8273,'UserAgent','\"\"'),(35734,8273,'CurrentUserID','0'),(35735,8274,'Attempts','1'),(35736,8274,'ClientIP','\"153.197.36.238\"'),(35737,8274,'UserAgent','\"\"'),(35738,8274,'CurrentUserID','0'),(35739,8275,'Attempts','1'),(35740,8275,'ClientIP','\"14.141.199.194\"'),(35741,8275,'UserAgent','\"\"'),(35742,8275,'CurrentUserID','0'),(35743,8276,'Attempts','1'),(35744,8276,'ClientIP','\"2.49.172.80\"'),(35745,8276,'UserAgent','\"\"'),(35746,8276,'CurrentUserID','0'),(35747,8277,'Attempts','1'),(35748,8277,'ClientIP','\"175.101.21.5\"'),(35749,8277,'UserAgent','\"\"'),(35750,8277,'CurrentUserID','0'),(35751,8278,'Attempts','1'),(35752,8278,'ClientIP','\"79.181.29.103\"'),(35753,8278,'UserAgent','\"\"'),(35754,8278,'CurrentUserID','0'),(35755,8279,'Attempts','1'),(35756,8279,'ClientIP','\"37.157.215.104\"'),(35757,8279,'UserAgent','\"\"'),(35758,8279,'CurrentUserID','0'),(35759,8280,'Attempts','1'),(35760,8281,'Attempts','1'),(35761,8281,'ClientIP','\"81.136.74.143\"'),(35762,8280,'ClientIP','\"181.49.50.2\"'),(35763,8281,'UserAgent','\"\"'),(35764,8280,'UserAgent','\"\"'),(35765,8281,'CurrentUserID','0'),(35766,8280,'CurrentUserID','0'),(35767,8282,'Attempts','1'),(35768,8282,'ClientIP','\"186.45.75.21\"'),(35769,8282,'UserAgent','\"\"'),(35770,8282,'CurrentUserID','0'),(35771,8283,'Attempts','1'),(35772,8283,'ClientIP','\"183.82.1.38\"'),(35773,8283,'UserAgent','\"\"'),(35774,8283,'CurrentUserID','0'),(35775,8284,'Attempts','1'),(35776,8284,'ClientIP','\"122.163.20.118\"'),(35777,8284,'UserAgent','\"\"'),(35778,8284,'CurrentUserID','0'),(35779,8285,'Attempts','1'),(35780,8285,'ClientIP','\"72.230.218.27\"'),(35781,8285,'UserAgent','\"\"'),(35782,8285,'CurrentUserID','0'),(35783,8286,'Attempts','1'),(35784,8286,'ClientIP','\"89.212.173.200\"'),(35785,8286,'UserAgent','\"\"'),(35786,8286,'CurrentUserID','0'),(35787,8287,'Attempts','1'),(35788,8287,'ClientIP','\"210.145.79.86\"'),(35789,8287,'UserAgent','\"\"'),(35790,8287,'CurrentUserID','0'),(35791,8288,'Attempts','1'),(35792,8288,'ClientIP','\"178.223.251.86\"'),(35793,8288,'UserAgent','\"\"'),(35794,8288,'CurrentUserID','0'),(35795,8289,'Attempts','1'),(35796,8289,'ClientIP','\"83.244.246.130\"'),(35797,8289,'UserAgent','\"\"'),(35798,8289,'CurrentUserID','0'),(35799,8290,'Attempts','\"10+\"'),(35800,8290,'ClientIP','\"54.215.187.95\"'),(35801,8290,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(35802,8290,'CurrentUserID','0'),(35803,8291,'Attempts','1'),(35804,8291,'ClientIP','\"178.149.11.165\"'),(35805,8291,'UserAgent','\"\"'),(35806,8291,'CurrentUserID','0'),(35807,8292,'Attempts','1'),(35808,8292,'ClientIP','\"39.55.165.10\"'),(35809,8292,'UserAgent','\"\"'),(35810,8292,'CurrentUserID','0'),(35811,8293,'Attempts','1'),(35812,8293,'ClientIP','\"86.100.84.165\"'),(35813,8293,'UserAgent','\"\"'),(35814,8293,'CurrentUserID','0'),(35815,8294,'Attempts','1'),(35816,8294,'ClientIP','\"218.159.239.47\"'),(35817,8294,'UserAgent','\"\"'),(35818,8294,'CurrentUserID','0'),(35819,8295,'Attempts','1'),(35820,8295,'ClientIP','\"89.31.57.5\"'),(35821,8295,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:26.0) Gecko\\/20100101 Firefox\\/26.0\"'),(35822,8295,'CurrentUserID','0'),(35823,8296,'Attempts','1'),(35824,8296,'ClientIP','\"27.124.53.45\"'),(35825,8296,'UserAgent','\"\"'),(35826,8296,'CurrentUserID','0'),(35827,8297,'Attempts','1'),(35828,8297,'ClientIP','\"219.95.19.49\"'),(35829,8297,'UserAgent','\"\"'),(35830,8297,'CurrentUserID','0'),(35831,8298,'Attempts','1'),(35832,8298,'ClientIP','\"82.79.107.185\"'),(35833,8298,'UserAgent','\"\"'),(35834,8298,'CurrentUserID','0'),(35835,8299,'Attempts','1'),(35836,8299,'ClientIP','\"69.138.236.239\"'),(35837,8299,'UserAgent','\"\"'),(35838,8299,'CurrentUserID','0'),(35839,8300,'Attempts','1'),(35840,8300,'ClientIP','\"37.193.7.184\"'),(35841,8300,'UserAgent','\"\"'),(35842,8300,'CurrentUserID','0'),(35843,8301,'Attempts','2'),(35844,8301,'ClientIP','\"73.24.155.39\"'),(35845,8301,'UserAgent','\"\"'),(35846,8301,'CurrentUserID','0'),(35847,8302,'Attempts','1'),(35848,8302,'ClientIP','\"183.109.164.117\"'),(35849,8302,'UserAgent','\"\"'),(35850,8302,'CurrentUserID','0'),(35851,8303,'Attempts','1'),(35852,8303,'ClientIP','\"90.209.80.130\"'),(35853,8303,'UserAgent','\"\"'),(35854,8303,'CurrentUserID','0'),(35855,8304,'Attempts','1'),(35856,8304,'ClientIP','\"88.235.123.214\"'),(35857,8304,'UserAgent','\"\"'),(35858,8304,'CurrentUserID','0'),(35859,8305,'Attempts','1'),(35860,8305,'ClientIP','\"77.28.30.175\"'),(35861,8305,'UserAgent','\"\"'),(35862,8305,'CurrentUserID','0'),(35863,8306,'Attempts','1'),(35864,8306,'ClientIP','\"95.32.27.207\"'),(35865,8306,'UserAgent','\"\"'),(35866,8306,'CurrentUserID','0'),(35867,8307,'Attempts','1'),(35868,8307,'ClientIP','\"59.91.201.237\"'),(35869,8307,'UserAgent','\"\"'),(35870,8307,'CurrentUserID','0'),(35871,8308,'Attempts','1'),(35872,8308,'ClientIP','\"95.160.43.96\"'),(35873,8308,'UserAgent','\"\"'),(35874,8308,'CurrentUserID','0'),(35875,8309,'Attempts','1'),(35876,8309,'ClientIP','\"92.31.126.69\"'),(35877,8309,'UserAgent','\"\"'),(35878,8309,'CurrentUserID','0'),(35879,8310,'Attempts','1'),(35880,8310,'ClientIP','\"149.153.1.40\"'),(35881,8310,'UserAgent','\"\"'),(35882,8310,'CurrentUserID','0'),(35883,8311,'Attempts','1'),(35884,8311,'ClientIP','\"87.121.84.78\"'),(35885,8311,'UserAgent','\"\"'),(35886,8311,'CurrentUserID','0'),(35887,8312,'Attempts','1'),(35888,8312,'ClientIP','\"46.176.117.140\"'),(35889,8312,'UserAgent','\"\"'),(35890,8312,'CurrentUserID','0'),(35891,8313,'Attempts','1'),(35892,8313,'ClientIP','\"130.204.39.160\"'),(35893,8313,'UserAgent','\"\"'),(35894,8313,'CurrentUserID','0'),(35895,8314,'Attempts','1'),(35896,8314,'ClientIP','\"109.67.207.181\"'),(35897,8314,'UserAgent','\"\"'),(35898,8314,'CurrentUserID','0'),(35899,8315,'Attempts','1'),(35900,8315,'ClientIP','\"84.249.90.168\"'),(35901,8315,'UserAgent','\"\"'),(35902,8315,'CurrentUserID','0'),(35903,8316,'Attempts','1'),(35904,8316,'ClientIP','\"115.187.51.117\"'),(35905,8316,'UserAgent','\"\"'),(35906,8316,'CurrentUserID','0'),(35907,8317,'Attempts','1'),(35908,8317,'ClientIP','\"78.150.212.145\"'),(35909,8317,'UserAgent','\"\"'),(35910,8317,'CurrentUserID','0'),(35911,8318,'Attempts','1'),(35912,8318,'ClientIP','\"39.55.26.162\"'),(35913,8318,'UserAgent','\"\"'),(35914,8318,'CurrentUserID','0'),(35915,8319,'Attempts','2'),(35916,8319,'ClientIP','\"51.174.43.92\"'),(35917,8319,'UserAgent','\"\"'),(35918,8319,'CurrentUserID','0'),(35919,8320,'Attempts','1'),(35920,8320,'ClientIP','\"85.243.226.94\"'),(35921,8320,'UserAgent','\"\"'),(35922,8320,'CurrentUserID','0'),(35923,8321,'Attempts','1'),(35924,8321,'ClientIP','\"68.151.117.1\"'),(35925,8321,'UserAgent','\"\"'),(35926,8321,'CurrentUserID','0'),(35927,8322,'Attempts','1'),(35928,8322,'ClientIP','\"95.95.133.182\"'),(35929,8322,'UserAgent','\"\"'),(35930,8322,'CurrentUserID','0'),(35931,8323,'Attempts','1'),(35932,8323,'ClientIP','\"182.187.104.140\"'),(35933,8323,'UserAgent','\"\"'),(35934,8323,'CurrentUserID','0'),(35935,8324,'Attempts','1'),(35936,8324,'ClientIP','\"88.245.220.9\"'),(35937,8324,'UserAgent','\"\"'),(35938,8324,'CurrentUserID','0'),(35939,8325,'Attempts','1'),(35940,8325,'ClientIP','\"64.121.239.30\"'),(35941,8325,'UserAgent','\"\"'),(35942,8325,'CurrentUserID','0'),(35943,8326,'Attempts','1'),(35944,8326,'ClientIP','\"81.155.186.116\"'),(35945,8326,'UserAgent','\"\"'),(35946,8326,'CurrentUserID','0'),(35947,8327,'Attempts','1'),(35948,8327,'ClientIP','\"2.139.91.191\"'),(35949,8327,'UserAgent','\"\"'),(35950,8327,'CurrentUserID','0'),(35951,8328,'Attempts','1'),(35952,8328,'ClientIP','\"186.124.180.84\"'),(35953,8328,'UserAgent','\"\"'),(35954,8328,'CurrentUserID','0'),(35955,8329,'Attempts','1'),(35956,8329,'ClientIP','\"39.41.134.186\"'),(35957,8329,'UserAgent','\"\"'),(35958,8329,'CurrentUserID','0'),(35959,8330,'Attempts','1'),(35960,8330,'ClientIP','\"182.176.226.45\"'),(35961,8330,'UserAgent','\"\"'),(35962,8330,'CurrentUserID','0'),(35963,8331,'Attempts','1'),(35964,8331,'ClientIP','\"80.217.231.98\"'),(35965,8331,'UserAgent','\"\"'),(35966,8331,'CurrentUserID','0'),(35967,8332,'Attempts','2'),(35968,8332,'ClientIP','\"103.231.134.5\"'),(35969,8332,'UserAgent','\"\"'),(35970,8332,'CurrentUserID','0'),(35971,8333,'Attempts','1'),(35972,8333,'ClientIP','\"217.170.175.161\"'),(35973,8333,'UserAgent','\"\"'),(35974,8333,'CurrentUserID','0'),(35975,8334,'Attempts','1'),(35976,8334,'ClientIP','\"68.106.180.36\"'),(35977,8334,'UserAgent','\"\"'),(35978,8334,'CurrentUserID','0'),(35979,8335,'Attempts','1'),(35980,8335,'ClientIP','\"70.53.232.191\"'),(35981,8335,'UserAgent','\"\"'),(35982,8335,'CurrentUserID','0'),(35983,8336,'Attempts','1'),(35984,8336,'ClientIP','\"118.136.162.109\"'),(35985,8336,'UserAgent','\"\"'),(35986,8336,'CurrentUserID','0'),(35987,8337,'Attempts','1'),(35988,8337,'ClientIP','\"92.145.219.19\"'),(35989,8337,'UserAgent','\"\"'),(35990,8337,'CurrentUserID','0'),(35991,8338,'Attempts','1'),(35992,8339,'Attempts','1'),(35993,8338,'ClientIP','\"92.209.76.216\"'),(35994,8339,'ClientIP','\"92.209.76.216\"'),(35995,8338,'UserAgent','\"\"'),(35996,8339,'UserAgent','\"\"'),(35997,8338,'CurrentUserID','0'),(35998,8339,'CurrentUserID','0'),(35999,8340,'Attempts','1'),(36000,8340,'ClientIP','\"24.41.222.46\"'),(36001,8340,'UserAgent','\"\"'),(36002,8340,'CurrentUserID','0'),(36003,8341,'Attempts','1'),(36004,8342,'Attempts','1'),(36005,8341,'ClientIP','\"78.85.116.170\"'),(36006,8342,'ClientIP','\"78.85.116.170\"'),(36007,8341,'UserAgent','\"\"'),(36008,8342,'UserAgent','\"\"'),(36009,8341,'CurrentUserID','0'),(36010,8342,'CurrentUserID','0'),(36011,8343,'Attempts','1'),(36012,8343,'ClientIP','\"178.220.125.49\"'),(36013,8343,'UserAgent','\"\"'),(36014,8343,'CurrentUserID','0'),(36015,8344,'Attempts','1'),(36016,8344,'ClientIP','\"31.146.84.16\"'),(36017,8344,'UserAgent','\"\"'),(36018,8344,'CurrentUserID','0'),(36019,8345,'Attempts','2'),(36020,8345,'ClientIP','\"24.135.74.57\"'),(36021,8345,'UserAgent','\"\"'),(36022,8345,'CurrentUserID','0'),(36023,8346,'Attempts','1'),(36024,8346,'ClientIP','\"210.195.49.90\"'),(36025,8346,'UserAgent','\"\"'),(36026,8346,'CurrentUserID','0'),(36027,8347,'Attempts','1'),(36028,8347,'ClientIP','\"39.53.82.195\"'),(36029,8347,'UserAgent','\"\"'),(36030,8347,'CurrentUserID','0'),(36031,8348,'Attempts','1'),(36032,8348,'ClientIP','\"93.113.157.7\"'),(36033,8348,'UserAgent','\"\"'),(36034,8348,'CurrentUserID','0'),(36035,8349,'Attempts','1'),(36036,8349,'ClientIP','\"78.95.199.186\"'),(36037,8349,'UserAgent','\"\"'),(36038,8349,'CurrentUserID','0'),(36039,8350,'Attempts','1'),(36040,8350,'ClientIP','\"43.242.230.74\"'),(36041,8350,'UserAgent','\"\"'),(36042,8350,'CurrentUserID','0'),(36043,8351,'Attempts','1'),(36044,8351,'ClientIP','\"109.127.79.18\"'),(36045,8351,'UserAgent','\"\"'),(36046,8351,'CurrentUserID','0'),(36047,8352,'Attempts','1'),(36048,8352,'ClientIP','\"93.87.248.147\"'),(36049,8352,'UserAgent','\"\"'),(36050,8352,'CurrentUserID','0'),(36051,8353,'Attempts','1'),(36052,8353,'ClientIP','\"92.232.82.6\"'),(36053,8353,'UserAgent','\"\"'),(36054,8353,'CurrentUserID','0'),(36055,8354,'Attempts','1'),(36056,8354,'ClientIP','\"180.191.111.3\"'),(36057,8354,'UserAgent','\"\"'),(36058,8354,'CurrentUserID','0'),(36059,8355,'Attempts','1'),(36060,8355,'ClientIP','\"79.125.179.165\"'),(36061,8355,'UserAgent','\"\"'),(36062,8355,'CurrentUserID','0'),(36063,8356,'Attempts','2'),(36064,8356,'ClientIP','\"177.82.214.175\"'),(36065,8356,'UserAgent','\"\"'),(36066,8356,'CurrentUserID','0'),(36067,8357,'Attempts','1'),(36068,8357,'ClientIP','\"2.129.209.30\"'),(36069,8357,'UserAgent','\"\"'),(36070,8357,'CurrentUserID','0'),(36071,8358,'Attempts','1'),(36072,8358,'ClientIP','\"193.77.56.233\"'),(36073,8358,'UserAgent','\"\"'),(36074,8358,'CurrentUserID','0'),(36075,8359,'Attempts','1'),(36076,8359,'ClientIP','\"117.220.121.157\"'),(36077,8359,'UserAgent','\"\"'),(36078,8359,'CurrentUserID','0'),(36079,8360,'Attempts','1'),(36080,8360,'ClientIP','\"149.3.34.210\"'),(36081,8360,'UserAgent','\"\"'),(36082,8360,'CurrentUserID','0'),(36083,8361,'Attempts','2'),(36084,8361,'ClientIP','\"41.103.144.192\"'),(36085,8361,'UserAgent','\"\"'),(36086,8361,'CurrentUserID','0'),(36087,8362,'Attempts','1'),(36088,8362,'ClientIP','\"92.82.176.167\"'),(36089,8362,'UserAgent','\"\"'),(36090,8362,'CurrentUserID','0'),(36091,8363,'Attempts','1'),(36092,8363,'ClientIP','\"86.13.57.24\"'),(36093,8363,'UserAgent','\"\"'),(36094,8363,'CurrentUserID','0'),(36095,8364,'Attempts','1'),(36096,8364,'ClientIP','\"41.34.240.45\"'),(36097,8364,'UserAgent','\"\"'),(36098,8364,'CurrentUserID','0'),(36099,8365,'Attempts','1'),(36100,8365,'ClientIP','\"94.163.121.244\"'),(36101,8365,'UserAgent','\"\"'),(36102,8365,'CurrentUserID','0'),(36103,8366,'Attempts','1'),(36104,8366,'ClientIP','\"71.224.34.12\"'),(36105,8366,'UserAgent','\"\"'),(36106,8366,'CurrentUserID','0'),(36107,8367,'Attempts','1'),(36108,8367,'ClientIP','\"112.203.186.227\"'),(36109,8367,'UserAgent','\"\"'),(36110,8367,'CurrentUserID','0'),(36111,8368,'Attempts','1'),(36112,8368,'ClientIP','\"84.109.127.242\"'),(36113,8368,'UserAgent','\"\"'),(36114,8368,'CurrentUserID','0'),(36115,8369,'Attempts','1'),(36116,8369,'ClientIP','\"5.112.156.145\"'),(36117,8369,'UserAgent','\"\"'),(36118,8369,'CurrentUserID','0'),(36119,8370,'Attempts','1'),(36120,8370,'ClientIP','\"181.188.56.216\"'),(36121,8370,'UserAgent','\"\"'),(36122,8370,'CurrentUserID','0'),(36123,8371,'Attempts','1'),(36124,8371,'ClientIP','\"176.42.138.167\"'),(36125,8371,'UserAgent','\"\"'),(36126,8371,'CurrentUserID','0'),(36127,8372,'Attempts','1'),(36128,8372,'ClientIP','\"35.0.127.52\"'),(36129,8372,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko\\/20100101 Firefox\\/30.0\"'),(36130,8372,'CurrentUserID','0'),(36131,8373,'Attempts','1'),(36132,8373,'ClientIP','\"197.35.253.169\"'),(36133,8373,'UserAgent','\"\"'),(36134,8373,'CurrentUserID','0'),(36135,8374,'Attempts','1'),(36136,8374,'ClientIP','\"109.130.144.70\"'),(36137,8374,'UserAgent','\"\"'),(36138,8374,'CurrentUserID','0'),(36139,8375,'Attempts','1'),(36140,8375,'ClientIP','\"78.174.3.106\"'),(36141,8375,'UserAgent','\"\"'),(36142,8375,'CurrentUserID','0'),(36143,8376,'Attempts','1'),(36144,8376,'ClientIP','\"2.80.124.4\"'),(36145,8376,'UserAgent','\"\"'),(36146,8376,'CurrentUserID','0'),(36147,8377,'Attempts','1'),(36148,8377,'ClientIP','\"201.91.155.20\"'),(36149,8377,'UserAgent','\"\"'),(36150,8377,'CurrentUserID','0'),(36151,8378,'Attempts','2'),(36152,8378,'ClientIP','\"92.109.222.83\"'),(36153,8378,'UserAgent','\"\"'),(36154,8378,'CurrentUserID','0'),(36155,8379,'Attempts','1'),(36156,8379,'ClientIP','\"188.120.150.187\"'),(36157,8379,'UserAgent','\"\"'),(36158,8379,'CurrentUserID','0'),(36159,8380,'Attempts','1'),(36160,8380,'ClientIP','\"162.104.7.198\"'),(36161,8380,'UserAgent','\"\"'),(36162,8380,'CurrentUserID','0'),(36163,8381,'Attempts','1'),(36164,8381,'ClientIP','\"79.16.128.2\"'),(36165,8381,'UserAgent','\"\"'),(36166,8381,'CurrentUserID','0'),(36167,8382,'Attempts','1'),(36168,8382,'ClientIP','\"190.210.70.154\"'),(36169,8382,'UserAgent','\"\"'),(36170,8382,'CurrentUserID','0'),(36171,8383,'Attempts','1'),(36172,8383,'ClientIP','\"122.3.111.34\"'),(36173,8383,'UserAgent','\"\"'),(36174,8383,'CurrentUserID','0'),(36175,8384,'Attempts','1'),(36176,8384,'ClientIP','\"203.206.46.11\"'),(36177,8384,'UserAgent','\"\"'),(36178,8384,'CurrentUserID','0'),(36179,8385,'Attempts','1'),(36180,8385,'ClientIP','\"108.26.34.185\"'),(36181,8385,'UserAgent','\"\"'),(36182,8385,'CurrentUserID','0'),(36183,8386,'Attempts','1'),(36184,8386,'ClientIP','\"91.108.183.162\"'),(36185,8386,'UserAgent','\"\"'),(36186,8386,'CurrentUserID','0'),(36187,8387,'Attempts','1'),(36188,8387,'ClientIP','\"24.143.124.242\"'),(36189,8387,'UserAgent','\"\"'),(36190,8387,'CurrentUserID','0'),(36191,8388,'Attempts','1'),(36192,8388,'ClientIP','\"111.83.31.137\"'),(36193,8388,'UserAgent','\"\"'),(36194,8388,'CurrentUserID','0'),(36195,8389,'Attempts','1'),(36196,8389,'ClientIP','\"202.21.181.117\"'),(36197,8389,'UserAgent','\"\"'),(36198,8389,'CurrentUserID','0'),(36199,8390,'Attempts','1'),(36200,8390,'ClientIP','\"217.165.99.236\"'),(36201,8390,'UserAgent','\"\"'),(36202,8390,'CurrentUserID','0'),(36203,8391,'Attempts','1'),(36204,8391,'ClientIP','\"200.84.9.4\"'),(36205,8391,'UserAgent','\"\"'),(36206,8391,'CurrentUserID','0'),(36207,8392,'Attempts','1'),(36208,8392,'ClientIP','\"2.155.218.214\"'),(36209,8392,'UserAgent','\"\"'),(36210,8392,'CurrentUserID','0'),(36211,8393,'Attempts','1'),(36212,8393,'ClientIP','\"39.50.174.46\"'),(36213,8393,'UserAgent','\"\"'),(36214,8393,'CurrentUserID','0'),(36215,8394,'Attempts','1'),(36216,8394,'ClientIP','\"122.52.114.170\"'),(36217,8394,'UserAgent','\"\"'),(36218,8394,'CurrentUserID','0'),(36219,8395,'Attempts','\"10+\"'),(36220,8395,'ClientIP','\"104.194.26.205\"'),(36221,8395,'UserAgent','\"\"'),(36222,8395,'CurrentUserID','0'),(36223,8396,'Attempts','1'),(36224,8396,'ClientIP','\"42.61.152.117\"'),(36225,8396,'UserAgent','\"\"'),(36226,8396,'CurrentUserID','0'),(36227,8397,'Attempts','1'),(36228,8397,'ClientIP','\"122.177.83.6\"'),(36229,8397,'UserAgent','\"\"'),(36230,8397,'CurrentUserID','0'),(36231,8398,'Attempts','1'),(36232,8398,'ClientIP','\"202.169.226.49\"'),(36233,8398,'UserAgent','\"\"'),(36234,8398,'CurrentUserID','0'),(36235,8399,'Attempts','1'),(36236,8399,'ClientIP','\"103.31.214.150\"'),(36237,8399,'UserAgent','\"\"'),(36238,8399,'CurrentUserID','0'),(36239,8400,'Attempts','1'),(36240,8400,'ClientIP','\"68.148.76.39\"'),(36241,8400,'UserAgent','\"\"'),(36242,8400,'CurrentUserID','0'),(36243,8401,'Attempts','1'),(36244,8401,'ClientIP','\"212.74.196.8\"'),(36245,8401,'UserAgent','\"\"'),(36246,8401,'CurrentUserID','0'),(36247,8402,'Attempts','1'),(36248,8402,'ClientIP','\"81.33.171.58\"'),(36249,8402,'UserAgent','\"\"'),(36250,8402,'CurrentUserID','0'),(36251,8403,'Attempts','1'),(36252,8403,'ClientIP','\"8.27.213.210\"'),(36253,8403,'UserAgent','\"\"'),(36254,8403,'CurrentUserID','0'),(36255,8404,'Attempts','1'),(36256,8404,'ClientIP','\"112.119.155.236\"'),(36257,8404,'UserAgent','\"\"'),(36258,8404,'CurrentUserID','0'),(36259,8405,'Attempts','1'),(36260,8405,'ClientIP','\"190.4.30.194\"'),(36261,8405,'UserAgent','\"\"'),(36262,8405,'CurrentUserID','0'),(36263,8406,'Attempts','1'),(36264,8406,'ClientIP','\"118.21.132.108\"'),(36265,8406,'UserAgent','\"\"'),(36266,8406,'CurrentUserID','0'),(36267,8407,'Attempts','1'),(36268,8407,'ClientIP','\"187.108.87.128\"'),(36269,8407,'UserAgent','\"\"'),(36270,8407,'CurrentUserID','0'),(36271,8408,'Attempts','1'),(36272,8408,'ClientIP','\"14.141.162.198\"'),(36273,8408,'UserAgent','\"\"'),(36274,8408,'CurrentUserID','0'),(36275,8409,'Attempts','1'),(36276,8409,'ClientIP','\"93.187.33.85\"'),(36277,8409,'UserAgent','\"\"'),(36278,8409,'CurrentUserID','0'),(36279,8410,'Attempts','1'),(36280,8410,'ClientIP','\"79.187.104.41\"'),(36281,8410,'UserAgent','\"\"'),(36282,8410,'CurrentUserID','0'),(36283,8411,'Attempts','1'),(36284,8411,'ClientIP','\"112.133.229.6\"'),(36285,8411,'UserAgent','\"\"'),(36286,8411,'CurrentUserID','0'),(36287,8412,'Attempts','1'),(36288,8412,'ClientIP','\"5.43.92.123\"'),(36289,8412,'UserAgent','\"\"'),(36290,8412,'CurrentUserID','0'),(36291,8413,'Attempts','1'),(36292,8413,'ClientIP','\"95.211.205.151\"'),(36293,8413,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:27.0) Gecko\\/20100101 Firefox\\/27.0\"'),(36294,8413,'CurrentUserID','0'),(36295,8414,'Attempts','1'),(36296,8414,'ClientIP','\"154.73.114.53\"'),(36297,8414,'UserAgent','\"\"'),(36298,8414,'CurrentUserID','0'),(36299,8415,'Attempts','1'),(36300,8415,'ClientIP','\"84.244.60.2\"'),(36301,8415,'UserAgent','\"\"'),(36302,8415,'CurrentUserID','0'),(36303,8416,'Attempts','1'),(36304,8416,'ClientIP','\"49.204.12.56\"'),(36305,8416,'UserAgent','\"\"'),(36306,8416,'CurrentUserID','0'),(36307,8417,'Attempts','1'),(36308,8417,'ClientIP','\"197.210.243.87\"'),(36309,8417,'UserAgent','\"\"'),(36310,8417,'CurrentUserID','0'),(36311,8418,'Attempts','1'),(36312,8418,'ClientIP','\"41.21.205.94\"'),(36313,8418,'UserAgent','\"\"'),(36314,8418,'CurrentUserID','0'),(36315,8419,'Attempts','1'),(36316,8419,'ClientIP','\"185.34.16.17\"'),(36317,8419,'UserAgent','\"\"'),(36318,8419,'CurrentUserID','0'),(36319,8420,'Attempts','1'),(36320,8420,'ClientIP','\"94.242.94.118\"'),(36321,8420,'UserAgent','\"\"'),(36322,8420,'CurrentUserID','0'),(36323,8421,'Attempts','1'),(36324,8421,'ClientIP','\"80.235.109.196\"'),(36325,8421,'UserAgent','\"\"'),(36326,8421,'CurrentUserID','0'),(36327,8422,'Attempts','2'),(36328,8422,'Username','\"wsaaus15\"'),(36329,8422,'CurrentUserRoles','[\"administrator\"]'),(36330,8422,'ClientIP','\"96.44.179.242\"'),(36331,8422,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(36332,8423,'Attempts','2'),(36333,8423,'ClientIP','\"96.44.179.242\"'),(36334,8423,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(36335,8423,'CurrentUserID','0'),(36336,8424,'Attempts','1'),(36337,8424,'ClientIP','\"190.13.177.116\"'),(36338,8424,'UserAgent','\"\"'),(36339,8424,'CurrentUserID','0'),(36340,8425,'Attempts','1'),(36341,8425,'ClientIP','\"93.137.27.4\"'),(36342,8425,'UserAgent','\"\"'),(36343,8425,'CurrentUserID','0'),(36344,8426,'Attempts','1'),(36345,8426,'ClientIP','\"79.177.28.179\"'),(36346,8426,'UserAgent','\"\"'),(36347,8426,'CurrentUserID','0'),(36348,8427,'Attempts','1'),(36349,8427,'ClientIP','\"39.48.117.116\"'),(36350,8427,'UserAgent','\"\"'),(36351,8427,'CurrentUserID','0'),(36352,8428,'Attempts','1'),(36353,8428,'ClientIP','\"88.227.138.6\"'),(36354,8428,'UserAgent','\"\"'),(36355,8428,'CurrentUserID','0'),(36356,8429,'Attempts','1'),(36357,8429,'ClientIP','\"5.10.229.216\"'),(36358,8429,'UserAgent','\"\"'),(36359,8429,'CurrentUserID','0'),(36360,8430,'Attempts','1'),(36361,8430,'ClientIP','\"122.176.247.70\"'),(36362,8430,'UserAgent','\"\"'),(36363,8430,'CurrentUserID','0'),(36364,8431,'Attempts','1'),(36365,8431,'ClientIP','\"95.92.198.227\"'),(36366,8431,'UserAgent','\"\"'),(36367,8431,'CurrentUserID','0'),(36368,8432,'Attempts','1'),(36369,8432,'ClientIP','\"189.26.148.105\"'),(36370,8432,'UserAgent','\"\"'),(36371,8432,'CurrentUserID','0'),(36372,8433,'Attempts','1'),(36373,8433,'ClientIP','\"190.16.237.129\"'),(36374,8433,'UserAgent','\"\"'),(36375,8433,'CurrentUserID','0'),(36376,8434,'Attempts','1'),(36377,8434,'ClientIP','\"109.96.49.13\"'),(36378,8434,'UserAgent','\"\"'),(36379,8434,'CurrentUserID','0'),(36380,8435,'Attempts','1'),(36381,8435,'ClientIP','\"78.72.171.99\"'),(36382,8435,'UserAgent','\"\"'),(36383,8435,'CurrentUserID','0'),(36384,8436,'Attempts','1'),(36385,8436,'ClientIP','\"101.109.203.171\"'),(36386,8436,'UserAgent','\"\"'),(36387,8436,'CurrentUserID','0'),(36388,8437,'Attempts','1'),(36389,8437,'ClientIP','\"39.41.163.62\"'),(36390,8437,'UserAgent','\"\"'),(36391,8437,'CurrentUserID','0'),(36392,8438,'Attempts','1'),(36393,8438,'ClientIP','\"141.255.1.31\"'),(36394,8438,'UserAgent','\"\"'),(36395,8438,'CurrentUserID','0'),(36396,8439,'Attempts','1'),(36397,8439,'ClientIP','\"89.137.137.244\"'),(36398,8439,'UserAgent','\"\"'),(36399,8439,'CurrentUserID','0'),(36400,8440,'Attempts','1'),(36401,8440,'ClientIP','\"79.112.193.99\"'),(36402,8440,'UserAgent','\"\"'),(36403,8440,'CurrentUserID','0'),(36404,8441,'Attempts','1'),(36405,8441,'ClientIP','\"82.3.239.162\"'),(36406,8441,'UserAgent','\"\"'),(36407,8441,'CurrentUserID','0'),(36408,8442,'Attempts','1'),(36409,8442,'ClientIP','\"77.58.86.62\"'),(36410,8442,'UserAgent','\"\"'),(36411,8442,'CurrentUserID','0'),(36412,8443,'Attempts','1'),(36413,8443,'ClientIP','\"178.222.67.163\"'),(36414,8443,'UserAgent','\"\"'),(36415,8443,'CurrentUserID','0'),(36416,8444,'Attempts','4'),(36417,8444,'ClientIP','\"105.155.187.252\"'),(36418,8444,'UserAgent','\"tiehttp\"'),(36419,8444,'CurrentUserID','0'),(36420,8445,'Attempts','1'),(36421,8445,'ClientIP','\"199.192.224.196\"'),(36422,8445,'UserAgent','\"\"'),(36423,8445,'CurrentUserID','0'),(36424,8446,'Attempts','1'),(36425,8446,'ClientIP','\"202.74.240.173\"'),(36426,8446,'UserAgent','\"\"'),(36427,8446,'CurrentUserID','0'),(36428,8447,'Attempts','1'),(36429,8447,'ClientIP','\"123.254.192.44\"'),(36430,8447,'UserAgent','\"\"'),(36431,8447,'CurrentUserID','0'),(36432,8448,'Attempts','1'),(36433,8448,'ClientIP','\"1.52.227.197\"'),(36434,8448,'UserAgent','\"\"'),(36435,8448,'CurrentUserID','0'),(36436,8449,'Attempts','1'),(36437,8449,'ClientIP','\"5.156.97.22\"'),(36438,8449,'UserAgent','\"\"'),(36439,8449,'CurrentUserID','0'),(36440,8450,'Attempts','1'),(36441,8450,'ClientIP','\"189.2.128.130\"'),(36442,8450,'UserAgent','\"\"'),(36443,8450,'CurrentUserID','0'),(36444,8451,'Attempts','1'),(36445,8451,'ClientIP','\"197.144.100.72\"'),(36446,8451,'UserAgent','\"\"'),(36447,8451,'CurrentUserID','0'),(36448,8452,'Attempts','1'),(36449,8452,'ClientIP','\"2.51.16.186\"'),(36450,8452,'UserAgent','\"\"'),(36451,8452,'CurrentUserID','0'),(36452,8453,'Attempts','1'),(36453,8453,'ClientIP','\"83.110.58.101\"'),(36454,8453,'UserAgent','\"\"'),(36455,8453,'CurrentUserID','0'),(36456,8454,'Attempts','1'),(36457,8454,'ClientIP','\"112.196.147.102\"'),(36458,8454,'UserAgent','\"\"'),(36459,8454,'CurrentUserID','0'),(36460,8455,'Attempts','1'),(36461,8455,'ClientIP','\"78.113.220.153\"'),(36462,8455,'UserAgent','\"\"'),(36463,8455,'CurrentUserID','0'),(36464,8456,'Attempts','1'),(36465,8456,'ClientIP','\"186.176.175.139\"'),(36466,8456,'UserAgent','\"\"'),(36467,8456,'CurrentUserID','0'),(36468,8457,'Attempts','1'),(36469,8457,'ClientIP','\"117.102.120.44\"'),(36470,8457,'UserAgent','\"\"'),(36471,8457,'CurrentUserID','0'),(36472,8458,'Attempts','1'),(36473,8458,'ClientIP','\"41.215.218.251\"'),(36474,8458,'UserAgent','\"\"'),(36475,8458,'CurrentUserID','0'),(36476,8459,'Attempts','1'),(36477,8459,'ClientIP','\"178.175.252.66\"'),(36478,8459,'UserAgent','\"\"'),(36479,8459,'CurrentUserID','0'),(36480,8460,'Attempts','1'),(36481,8460,'ClientIP','\"86.107.253.3\"'),(36482,8460,'UserAgent','\"\"'),(36483,8460,'CurrentUserID','0'),(36484,8461,'Attempts','1'),(36485,8461,'ClientIP','\"69.178.29.135\"'),(36486,8461,'UserAgent','\"\"'),(36487,8461,'CurrentUserID','0'),(36488,8462,'Attempts','1'),(36489,8462,'ClientIP','\"188.182.64.183\"'),(36490,8462,'UserAgent','\"\"'),(36491,8462,'CurrentUserID','0'),(36492,8463,'Attempts','1'),(36493,8463,'ClientIP','\"182.181.133.222\"'),(36494,8463,'UserAgent','\"\"'),(36495,8463,'CurrentUserID','0'),(36496,8464,'Attempts','1'),(36497,8464,'ClientIP','\"94.242.228.43\"'),(36498,8464,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko\\/20100101 Firefox\\/21.0\"'),(36499,8464,'CurrentUserID','0'),(36500,8465,'Attempts','1'),(36501,8465,'ClientIP','\"94.55.171.14\"'),(36502,8465,'UserAgent','\"\"'),(36503,8465,'CurrentUserID','0'),(36504,8466,'Attempts','1'),(36505,8466,'ClientIP','\"45.73.53.192\"'),(36506,8466,'UserAgent','\"\"'),(36507,8466,'CurrentUserID','0'),(36508,8467,'Attempts','1'),(36509,8467,'ClientIP','\"88.156.131.28\"'),(36510,8467,'UserAgent','\"\"'),(36511,8467,'CurrentUserID','0'),(36512,8468,'Attempts','1'),(36513,8468,'ClientIP','\"82.20.89.66\"'),(36514,8468,'UserAgent','\"\"'),(36515,8468,'CurrentUserID','0'),(36516,8469,'Attempts','1'),(36517,8469,'ClientIP','\"190.7.212.54\"'),(36518,8469,'UserAgent','\"\"'),(36519,8469,'CurrentUserID','0'),(36520,8470,'Attempts','1'),(36521,8470,'ClientIP','\"165.255.254.91\"'),(36522,8470,'UserAgent','\"\"'),(36523,8470,'CurrentUserID','0'),(36524,8471,'Attempts','1'),(36525,8471,'ClientIP','\"122.176.9.161\"'),(36526,8471,'UserAgent','\"\"'),(36527,8471,'CurrentUserID','0'),(36528,8472,'Attempts','1'),(36529,8472,'ClientIP','\"46.197.146.101\"'),(36530,8472,'UserAgent','\"\"'),(36531,8472,'CurrentUserID','0'),(36532,8473,'Attempts','1'),(36533,8473,'ClientIP','\"67.68.227.77\"'),(36534,8473,'UserAgent','\"\"'),(36535,8473,'CurrentUserID','0'),(36536,8474,'Attempts','1'),(36537,8474,'ClientIP','\"190.214.150.154\"'),(36538,8474,'UserAgent','\"\"'),(36539,8474,'CurrentUserID','0'),(36540,8475,'Attempts','1'),(36541,8475,'ClientIP','\"117.196.238.194\"'),(36542,8475,'UserAgent','\"\"'),(36543,8475,'CurrentUserID','0'),(36544,8476,'Attempts','1'),(36545,8476,'ClientIP','\"49.149.149.41\"'),(36546,8476,'UserAgent','\"\"'),(36547,8476,'CurrentUserID','0'),(36548,8477,'Attempts','1'),(36549,8477,'ClientIP','\"188.53.17.112\"'),(36550,8477,'UserAgent','\"\"'),(36551,8477,'CurrentUserID','0'),(36552,8478,'Attempts','1'),(36553,8478,'ClientIP','\"2.139.91.191\"'),(36554,8478,'UserAgent','\"\"'),(36555,8478,'CurrentUserID','0'),(36556,8479,'Attempts','1'),(36557,8479,'ClientIP','\"84.211.65.1\"'),(36558,8479,'UserAgent','\"\"'),(36559,8479,'CurrentUserID','0'),(36560,8480,'Attempts','1'),(36561,8480,'ClientIP','\"187.214.189.161\"'),(36562,8480,'UserAgent','\"\"'),(36563,8480,'CurrentUserID','0'),(36564,8481,'Attempts','1'),(36565,8481,'ClientIP','\"93.137.13.55\"'),(36566,8481,'UserAgent','\"\"'),(36567,8481,'CurrentUserID','0'),(36568,8482,'Attempts','1'),(36569,8482,'ClientIP','\"188.120.150.187\"'),(36570,8482,'UserAgent','\"\"'),(36571,8482,'CurrentUserID','0'),(36572,8483,'Attempts','1'),(36573,8483,'ClientIP','\"180.183.9.210\"'),(36574,8483,'UserAgent','\"\"'),(36575,8483,'CurrentUserID','0'),(36576,8484,'Attempts','1'),(36577,8484,'ClientIP','\"79.115.207.206\"'),(36578,8484,'UserAgent','\"\"'),(36579,8484,'CurrentUserID','0'),(36580,8485,'Attempts','\"10+\"'),(36581,8485,'ClientIP','\"54.215.187.95\"'),(36582,8485,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(36583,8485,'CurrentUserID','0'),(36584,8486,'Attempts','1'),(36585,8486,'ClientIP','\"46.165.230.5\"'),(36586,8486,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko\\/20100101 Firefox\\/13.0.1\"'),(36587,8486,'CurrentUserID','0'),(36588,8487,'Attempts','1'),(36589,8487,'ClientIP','\"197.254.34.146\"'),(36590,8487,'UserAgent','\"\"'),(36591,8487,'CurrentUserID','0'),(36592,8488,'Attempts','1'),(36593,8488,'ClientIP','\"77.30.183.213\"'),(36594,8488,'UserAgent','\"\"'),(36595,8488,'CurrentUserID','0'),(36596,8489,'Attempts','1'),(36597,8489,'ClientIP','\"176.118.209.16\"'),(36598,8489,'UserAgent','\"\"'),(36599,8489,'CurrentUserID','0'),(36600,8490,'Attempts','2'),(36601,8490,'ClientIP','\"197.89.108.208\"'),(36602,8490,'UserAgent','\"\"'),(36603,8490,'CurrentUserID','0'),(36604,8491,'Attempts','1'),(36605,8491,'ClientIP','\"202.177.75.21\"'),(36606,8491,'UserAgent','\"\"'),(36607,8491,'CurrentUserID','0'),(36608,8492,'Attempts','1'),(36609,8492,'ClientIP','\"89.176.107.34\"'),(36610,8492,'UserAgent','\"\"'),(36611,8492,'CurrentUserID','0'),(36612,8493,'Attempts','1'),(36613,8493,'ClientIP','\"125.212.122.236\"'),(36614,8493,'UserAgent','\"\"'),(36615,8493,'CurrentUserID','0'),(36616,8494,'Attempts','1'),(36617,8494,'ClientIP','\"197.246.39.117\"'),(36618,8494,'UserAgent','\"\"'),(36619,8494,'CurrentUserID','0'),(36620,8495,'Attempts','1'),(36621,8495,'ClientIP','\"84.112.143.56\"'),(36622,8495,'UserAgent','\"\"'),(36623,8495,'CurrentUserID','0'),(36624,8496,'Attempts','1'),(36625,8496,'ClientIP','\"1.237.136.71\"'),(36626,8496,'UserAgent','\"\"'),(36627,8496,'CurrentUserID','0'),(36628,8497,'Attempts','1'),(36629,8497,'ClientIP','\"175.143.147.241\"'),(36630,8497,'UserAgent','\"\"'),(36631,8497,'CurrentUserID','0'),(36632,8498,'Attempts','1'),(36633,8498,'ClientIP','\"176.108.26.15\"'),(36634,8498,'UserAgent','\"\"'),(36635,8498,'CurrentUserID','0'),(36636,8499,'Attempts','1'),(36637,8499,'ClientIP','\"65.32.88.85\"'),(36638,8499,'UserAgent','\"\"'),(36639,8499,'CurrentUserID','0'),(36640,8500,'Attempts','1'),(36641,8500,'ClientIP','\"190.163.202.179\"'),(36642,8500,'UserAgent','\"\"'),(36643,8500,'CurrentUserID','0'),(36644,8501,'Attempts','1'),(36645,8501,'ClientIP','\"103.192.117.100\"'),(36646,8501,'UserAgent','\"\"'),(36647,8501,'CurrentUserID','0'),(36648,8502,'Attempts','1'),(36649,8502,'ClientIP','\"49.144.113.121\"'),(36650,8502,'UserAgent','\"\"'),(36651,8502,'CurrentUserID','0'),(36652,8503,'Attempts','1'),(36653,8503,'ClientIP','\"101.188.50.229\"'),(36654,8503,'UserAgent','\"\"'),(36655,8503,'CurrentUserID','0'),(36656,8504,'Attempts','1'),(36657,8504,'ClientIP','\"122.53.76.227\"'),(36658,8504,'UserAgent','\"\"'),(36659,8504,'CurrentUserID','0'),(36660,8505,'Attempts','1'),(36661,8505,'ClientIP','\"93.137.115.184\"'),(36662,8505,'UserAgent','\"\"'),(36663,8505,'CurrentUserID','0'),(36664,8506,'Attempts','1'),(36665,8506,'ClientIP','\"197.36.19.127\"'),(36666,8506,'UserAgent','\"\"'),(36667,8506,'CurrentUserID','0'),(36668,8507,'Attempts','4'),(36669,8507,'ClientIP','\"160.176.65.161\"'),(36670,8507,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; rv:27.0) Gecko\\/20100101 Firefox\\/27.0\"'),(36671,8507,'CurrentUserID','0'),(36672,8508,'Attempts','1'),(36673,8508,'ClientIP','\"93.143.235.122\"'),(36674,8508,'UserAgent','\"\"'),(36675,8508,'CurrentUserID','0'),(36676,8509,'Attempts','1'),(36677,8509,'ClientIP','\"202.74.240.173\"'),(36678,8509,'UserAgent','\"\"'),(36679,8509,'CurrentUserID','0'),(36680,8510,'Attempts','1'),(36681,8510,'ClientIP','\"94.189.142.96\"'),(36682,8510,'UserAgent','\"\"'),(36683,8510,'CurrentUserID','0'),(36684,8511,'Attempts','1'),(36685,8511,'ClientIP','\"200.123.198.89\"'),(36686,8511,'UserAgent','\"\"'),(36687,8511,'CurrentUserID','0'),(36688,8512,'Attempts','1'),(36689,8512,'ClientIP','\"149.91.83.223\"'),(36690,8512,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(36691,8512,'CurrentUserID','0'),(36692,8513,'Attempts','1'),(36693,8513,'ClientIP','\"94.52.6.180\"'),(36694,8513,'UserAgent','\"\"'),(36695,8513,'CurrentUserID','0'),(36696,8514,'Attempts','1'),(36697,8514,'ClientIP','\"197.116.204.166\"'),(36698,8514,'UserAgent','\"\"'),(36699,8514,'CurrentUserID','0'),(36700,8515,'Attempts','1'),(36701,8515,'ClientIP','\"89.71.208.77\"'),(36702,8515,'UserAgent','\"\"'),(36703,8515,'CurrentUserID','0'),(36704,8516,'Attempts','1'),(36705,8516,'ClientIP','\"86.166.131.224\"'),(36706,8516,'UserAgent','\"\"'),(36707,8516,'CurrentUserID','0'),(36708,8517,'Attempts','1'),(36709,8517,'ClientIP','\"91.150.71.202\"'),(36710,8517,'UserAgent','\"\"'),(36711,8517,'CurrentUserID','0'),(36712,8518,'Attempts','1'),(36713,8518,'ClientIP','\"39.57.91.199\"'),(36714,8518,'UserAgent','\"\"'),(36715,8518,'CurrentUserID','0'),(36716,8519,'Attempts','1'),(36717,8519,'ClientIP','\"84.94.185.72\"'),(36718,8519,'UserAgent','\"\"'),(36719,8519,'CurrentUserID','0'),(36720,8520,'Attempts','1'),(36721,8520,'ClientIP','\"79.124.23.104\"'),(36722,8520,'UserAgent','\"\"'),(36723,8520,'CurrentUserID','0'),(36724,8521,'Attempts','1'),(36725,8521,'ClientIP','\"112.133.206.194\"'),(36726,8521,'UserAgent','\"\"'),(36727,8521,'CurrentUserID','0'),(36728,8522,'Attempts','1'),(36729,8522,'ClientIP','\"86.107.253.3\"'),(36730,8522,'UserAgent','\"\"'),(36731,8522,'CurrentUserID','0'),(36732,8523,'Attempts','1'),(36733,8523,'ClientIP','\"176.108.22.114\"'),(36734,8523,'UserAgent','\"\"'),(36735,8523,'CurrentUserID','0'),(36736,8524,'Attempts','1'),(36737,8524,'ClientIP','\"177.195.181.73\"'),(36738,8524,'UserAgent','\"\"'),(36739,8524,'CurrentUserID','0'),(36740,8525,'Attempts','1'),(36741,8525,'ClientIP','\"99.251.216.249\"'),(36742,8525,'UserAgent','\"\"'),(36743,8525,'CurrentUserID','0'),(36744,8526,'Attempts','1'),(36745,8526,'ClientIP','\"5.12.123.150\"'),(36746,8526,'UserAgent','\"\"'),(36747,8526,'CurrentUserID','0'),(36748,8527,'Attempts','1'),(36749,8527,'ClientIP','\"50.170.132.56\"'),(36750,8527,'UserAgent','\"\"'),(36751,8527,'CurrentUserID','0'),(36752,8528,'Attempts','1'),(36753,8528,'ClientIP','\"189.254.4.204\"'),(36754,8528,'UserAgent','\"\"'),(36755,8528,'CurrentUserID','0'),(36756,8529,'Attempts','1'),(36757,8529,'ClientIP','\"37.193.7.184\"'),(36758,8529,'UserAgent','\"\"'),(36759,8529,'CurrentUserID','0'),(36760,8530,'Attempts','1'),(36761,8530,'ClientIP','\"217.165.114.80\"'),(36762,8530,'UserAgent','\"\"'),(36763,8530,'CurrentUserID','0'),(36764,8531,'Attempts','1'),(36765,8531,'ClientIP','\"193.188.136.21\"'),(36766,8531,'UserAgent','\"\"'),(36767,8531,'CurrentUserID','0'),(36768,8532,'Attempts','1'),(36769,8532,'ClientIP','\"95.76.222.99\"'),(36770,8532,'UserAgent','\"\"'),(36771,8532,'CurrentUserID','0'),(36772,8533,'Attempts','1'),(36773,8533,'ClientIP','\"190.16.213.55\"'),(36774,8533,'UserAgent','\"\"'),(36775,8533,'CurrentUserID','0'),(36776,8534,'Attempts','1'),(36777,8534,'ClientIP','\"109.163.234.4\"'),(36778,8534,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.116 Safari\\/537.36\"'),(36779,8534,'CurrentUserID','0'),(36780,8535,'Attempts','1'),(36781,8535,'ClientIP','\"89.45.102.109\"'),(36782,8535,'UserAgent','\"\"'),(36783,8535,'CurrentUserID','0'),(36784,8536,'Attempts','1'),(36785,8536,'ClientIP','\"62.4.136.227\"'),(36786,8536,'UserAgent','\"\"'),(36787,8536,'CurrentUserID','0'),(36788,8537,'Attempts','1'),(36789,8537,'ClientIP','\"188.2.203.86\"'),(36790,8537,'UserAgent','\"\"'),(36791,8537,'CurrentUserID','0'),(36792,8538,'Attempts','1'),(36793,8538,'ClientIP','\"84.241.12.225\"'),(36794,8538,'UserAgent','\"\"'),(36795,8538,'CurrentUserID','0'),(36796,8539,'Attempts','1'),(36797,8539,'ClientIP','\"111.119.226.113\"'),(36798,8539,'UserAgent','\"\"'),(36799,8539,'CurrentUserID','0'),(36800,8540,'Attempts','1'),(36801,8540,'ClientIP','\"190.234.105.25\"'),(36802,8540,'UserAgent','\"\"'),(36803,8540,'CurrentUserID','0'),(36804,8541,'Attempts','1'),(36805,8541,'ClientIP','\"103.48.68.81\"'),(36806,8541,'UserAgent','\"\"'),(36807,8541,'CurrentUserID','0'),(36808,8542,'Attempts','\"10+\"'),(36809,8542,'ClientIP','\"105.158.96.188\"'),(36810,8542,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; rv:27.0) Gecko\\/20100101 Firefox\\/27.0\"'),(36811,8542,'CurrentUserID','0'),(36812,8543,'Attempts','1'),(36813,8543,'ClientIP','\"112.198.64.91\"'),(36814,8543,'UserAgent','\"\"'),(36815,8543,'CurrentUserID','0'),(36816,8544,'Attempts','2'),(36817,8544,'ClientIP','\"41.216.228.254\"'),(36818,8544,'UserAgent','\"\"'),(36819,8544,'CurrentUserID','0'),(36820,8545,'Attempts','1'),(36821,8545,'ClientIP','\"1.54.75.141\"'),(36822,8545,'UserAgent','\"\"'),(36823,8545,'CurrentUserID','0'),(36824,8546,'Attempts','1'),(36825,8546,'ClientIP','\"104.59.63.162\"'),(36826,8546,'UserAgent','\"\"'),(36827,8546,'CurrentUserID','0'),(36828,8547,'Attempts','1'),(36829,8547,'ClientIP','\"175.156.141.88\"'),(36830,8547,'UserAgent','\"\"'),(36831,8547,'CurrentUserID','0'),(36832,8548,'Attempts','1'),(36833,8548,'ClientIP','\"78.186.133.15\"'),(36834,8548,'UserAgent','\"\"'),(36835,8548,'CurrentUserID','0'),(36836,8549,'Attempts','1'),(36837,8549,'ClientIP','\"46.102.74.4\"'),(36838,8549,'UserAgent','\"\"'),(36839,8549,'CurrentUserID','0'),(36840,8550,'Attempts','1'),(36841,8550,'ClientIP','\"90.170.123.43\"'),(36842,8550,'UserAgent','\"\"'),(36843,8550,'CurrentUserID','0'),(36844,8551,'Attempts','1'),(36845,8551,'ClientIP','\"79.176.60.43\"'),(36846,8551,'UserAgent','\"\"'),(36847,8551,'CurrentUserID','0'),(36848,8552,'Attempts','1'),(36849,8552,'ClientIP','\"122.173.81.227\"'),(36850,8552,'UserAgent','\"\"'),(36851,8552,'CurrentUserID','0'),(36852,8553,'Attempts','1'),(36853,8553,'ClientIP','\"93.72.227.7\"'),(36854,8553,'UserAgent','\"\"'),(36855,8553,'CurrentUserID','0'),(36856,8554,'Attempts','1'),(36857,8554,'ClientIP','\"37.130.227.133\"'),(36858,8554,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.117 Safari\\/537.36\"'),(36859,8554,'CurrentUserID','0'),(36860,8555,'Attempts','1'),(36861,8555,'ClientIP','\"41.69.22.106\"'),(36862,8555,'UserAgent','\"\"'),(36863,8555,'CurrentUserID','0'),(36864,8556,'Attempts','1'),(36865,8556,'ClientIP','\"122.176.148.11\"'),(36866,8556,'UserAgent','\"\"'),(36867,8556,'CurrentUserID','0'),(36868,8557,'Attempts','1'),(36869,8557,'ClientIP','\"41.96.238.10\"'),(36870,8557,'UserAgent','\"\"'),(36871,8557,'CurrentUserID','0'),(36872,8558,'Attempts','1'),(36873,8558,'ClientIP','\"39.53.209.254\"'),(36874,8558,'UserAgent','\"\"'),(36875,8558,'CurrentUserID','0'),(36876,8559,'Attempts','1'),(36877,8559,'ClientIP','\"79.178.142.8\"'),(36878,8559,'UserAgent','\"\"'),(36879,8559,'CurrentUserID','0'),(36880,8560,'Attempts','1'),(36881,8560,'ClientIP','\"110.169.122.57\"'),(36882,8560,'UserAgent','\"\"'),(36883,8560,'CurrentUserID','0'),(36884,8561,'Attempts','1'),(36885,8561,'ClientIP','\"85.254.79.94\"'),(36886,8561,'UserAgent','\"\"'),(36887,8561,'CurrentUserID','0'),(36888,8562,'Attempts','1'),(36889,8562,'ClientIP','\"39.32.180.212\"'),(36890,8562,'UserAgent','\"\"'),(36891,8562,'CurrentUserID','0'),(36892,8563,'Attempts','1'),(36893,8563,'ClientIP','\"79.179.106.215\"'),(36894,8563,'UserAgent','\"\"'),(36895,8563,'CurrentUserID','0'),(36896,8564,'Attempts','1'),(36897,8564,'ClientIP','\"109.101.68.180\"'),(36898,8564,'UserAgent','\"\"'),(36899,8564,'CurrentUserID','0'),(36900,8565,'Attempts','1'),(36901,8565,'ClientIP','\"1.186.41.52\"'),(36902,8565,'UserAgent','\"\"'),(36903,8565,'CurrentUserID','0'),(36904,8566,'Attempts','1'),(36905,8566,'ClientIP','\"187.255.200.215\"'),(36906,8566,'UserAgent','\"\"'),(36907,8566,'CurrentUserID','0'),(36908,8567,'Attempts','1'),(36909,8567,'ClientIP','\"70.129.186.101\"'),(36910,8567,'UserAgent','\"\"'),(36911,8567,'CurrentUserID','0'),(36912,8568,'Attempts','1'),(36913,8568,'ClientIP','\"31.9.247.52\"'),(36914,8568,'UserAgent','\"\"'),(36915,8568,'CurrentUserID','0'),(36916,8569,'Attempts','1'),(36917,8569,'ClientIP','\"221.202.52.241\"'),(36918,8569,'UserAgent','\"\"'),(36919,8569,'CurrentUserID','0'),(36920,8570,'Attempts','1'),(36921,8570,'ClientIP','\"85.250.114.193\"'),(36922,8570,'UserAgent','\"\"'),(36923,8570,'CurrentUserID','0'),(36924,8571,'Attempts','1'),(36925,8571,'ClientIP','\"122.161.208.252\"'),(36926,8571,'UserAgent','\"\"'),(36927,8571,'CurrentUserID','0'),(36928,8572,'Attempts','1'),(36929,8572,'ClientIP','\"117.102.120.44\"'),(36930,8572,'UserAgent','\"\"'),(36931,8572,'CurrentUserID','0'),(36932,8573,'Attempts','1'),(36933,8573,'ClientIP','\"87.248.0.87\"'),(36934,8573,'UserAgent','\"\"'),(36935,8573,'CurrentUserID','0'),(36936,8574,'Attempts','1'),(36937,8574,'ClientIP','\"5.22.130.164\"'),(36938,8574,'UserAgent','\"\"'),(36939,8574,'CurrentUserID','0'),(36940,8575,'Attempts','1'),(36941,8575,'ClientIP','\"190.15.211.175\"'),(36942,8575,'UserAgent','\"\"'),(36943,8575,'CurrentUserID','0'),(36944,8576,'Attempts','1'),(36945,8576,'ClientIP','\"84.244.60.1\"'),(36946,8576,'UserAgent','\"\"'),(36947,8576,'CurrentUserID','0'),(36948,8577,'Attempts','1'),(36949,8577,'ClientIP','\"109.175.79.17\"'),(36950,8577,'UserAgent','\"\"'),(36951,8577,'CurrentUserID','0'),(36952,8578,'Attempts','1'),(36953,8578,'ClientIP','\"37.187.129.166\"'),(36954,8578,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.72 Safari\\/537.36\"'),(36955,8578,'CurrentUserID','0'),(36956,8579,'Attempts','1'),(36957,8579,'ClientIP','\"218.214.53.8\"'),(36958,8579,'UserAgent','\"\"'),(36959,8579,'CurrentUserID','0'),(36960,8580,'Attempts','1'),(36961,8580,'ClientIP','\"176.108.17.58\"'),(36962,8580,'UserAgent','\"\"'),(36963,8580,'CurrentUserID','0'),(36964,8581,'Attempts','2'),(36965,8581,'ClientIP','\"201.214.121.75\"'),(36966,8581,'UserAgent','\"\"'),(36967,8581,'CurrentUserID','0'),(36968,8582,'Attempts','1'),(36969,8582,'ClientIP','\"71.248.161.239\"'),(36970,8582,'UserAgent','\"\"'),(36971,8582,'CurrentUserID','0'),(36972,8583,'Attempts','1'),(36973,8583,'ClientIP','\"95.77.123.178\"'),(36974,8583,'UserAgent','\"\"'),(36975,8583,'CurrentUserID','0'),(36976,8584,'Attempts','1'),(36977,8584,'ClientIP','\"206.248.97.66\"'),(36978,8584,'UserAgent','\"\"'),(36979,8584,'CurrentUserID','0'),(36980,8585,'Attempts','1'),(36981,8585,'ClientIP','\"201.52.1.206\"'),(36982,8585,'UserAgent','\"\"'),(36983,8585,'CurrentUserID','0'),(36984,8586,'Attempts','1'),(36985,8586,'ClientIP','\"182.48.232.3\"'),(36986,8586,'UserAgent','\"\"'),(36987,8586,'CurrentUserID','0'),(36988,8587,'Attempts','1'),(36989,8587,'ClientIP','\"78.87.242.166\"'),(36990,8587,'UserAgent','\"\"'),(36991,8587,'CurrentUserID','0'),(36992,8588,'Attempts','1'),(36993,8588,'ClientIP','\"176.63.80.249\"'),(36994,8588,'UserAgent','\"\"'),(36995,8588,'CurrentUserID','0'),(36996,8589,'Attempts','1'),(36997,8589,'ClientIP','\"209.131.72.194\"'),(36998,8589,'UserAgent','\"\"'),(36999,8589,'CurrentUserID','0'),(37000,8590,'Attempts','1'),(37001,8590,'ClientIP','\"67.188.185.135\"'),(37002,8590,'UserAgent','\"\"'),(37003,8590,'CurrentUserID','0'),(37004,8591,'Attempts','1'),(37005,8591,'ClientIP','\"77.68.246.114\"'),(37006,8591,'UserAgent','\"\"'),(37007,8591,'CurrentUserID','0'),(37008,8592,'Attempts','1'),(37009,8592,'ClientIP','\"31.223.132.211\"'),(37010,8592,'UserAgent','\"\"'),(37011,8592,'CurrentUserID','0'),(37012,8593,'Attempts','1'),(37013,8593,'ClientIP','\"178.223.115.176\"'),(37014,8593,'UserAgent','\"\"'),(37015,8593,'CurrentUserID','0'),(37016,8594,'Attempts','1'),(37017,8594,'ClientIP','\"173.206.0.178\"'),(37018,8594,'UserAgent','\"\"'),(37019,8594,'CurrentUserID','0'),(37020,8595,'Attempts','1'),(37021,8595,'ClientIP','\"182.251.241.2\"'),(37022,8595,'UserAgent','\"\"'),(37023,8595,'CurrentUserID','0'),(37024,8596,'Attempts','1'),(37025,8596,'ClientIP','\"162.247.73.74\"'),(37026,8596,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:5.0) Gecko\\/20100101 Firefox\\/5.02\"'),(37027,8596,'CurrentUserID','0'),(37028,8597,'Attempts','1'),(37029,8597,'ClientIP','\"113.163.66.135\"'),(37030,8597,'UserAgent','\"\"'),(37031,8597,'CurrentUserID','0'),(37032,8598,'Attempts','1'),(37033,8598,'ClientIP','\"220.239.209.227\"'),(37034,8598,'UserAgent','\"\"'),(37035,8598,'CurrentUserID','0'),(37036,8599,'Attempts','1'),(37037,8599,'ClientIP','\"109.235.192.82\"'),(37038,8599,'UserAgent','\"\"'),(37039,8599,'CurrentUserID','0'),(37040,8600,'Attempts','1'),(37041,8600,'ClientIP','\"203.96.32.234\"'),(37042,8600,'UserAgent','\"\"'),(37043,8600,'CurrentUserID','0'),(37044,8601,'Attempts','1'),(37045,8601,'ClientIP','\"86.166.131.224\"'),(37046,8601,'UserAgent','\"\"'),(37047,8601,'CurrentUserID','0'),(37048,8602,'Attempts','1'),(37049,8602,'ClientIP','\"41.140.39.155\"'),(37050,8602,'UserAgent','\"\"'),(37051,8602,'CurrentUserID','0'),(37052,8603,'Attempts','1'),(37053,8603,'ClientIP','\"37.104.234.219\"'),(37054,8603,'UserAgent','\"\"'),(37055,8603,'CurrentUserID','0'),(37056,8604,'Attempts','1'),(37057,8604,'ClientIP','\"172.196.49.194\"'),(37058,8604,'UserAgent','\"\"'),(37059,8604,'CurrentUserID','0'),(37060,8605,'Attempts','1'),(37061,8605,'ClientIP','\"79.118.99.213\"'),(37062,8605,'UserAgent','\"\"'),(37063,8605,'CurrentUserID','0'),(37064,8606,'Attempts','1'),(37065,8606,'ClientIP','\"119.192.171.82\"'),(37066,8606,'UserAgent','\"\"'),(37067,8606,'CurrentUserID','0'),(37068,8607,'Attempts','1'),(37069,8607,'ClientIP','\"103.242.79.196\"'),(37070,8607,'UserAgent','\"\"'),(37071,8607,'CurrentUserID','0'),(37072,8608,'Attempts','1'),(37073,8608,'ClientIP','\"92.96.13.212\"'),(37074,8608,'UserAgent','\"\"'),(37075,8608,'CurrentUserID','0'),(37076,8609,'Attempts','1'),(37077,8609,'ClientIP','\"141.136.192.19\"'),(37078,8609,'UserAgent','\"\"'),(37079,8609,'CurrentUserID','0'),(37080,8610,'Attempts','1'),(37081,8610,'ClientIP','\"39.48.147.192\"'),(37082,8610,'UserAgent','\"\"'),(37083,8610,'CurrentUserID','0'),(37084,8611,'Attempts','1'),(37085,8611,'ClientIP','\"104.59.63.162\"'),(37086,8611,'UserAgent','\"\"'),(37087,8611,'CurrentUserID','0'),(37088,8612,'Attempts','2'),(37089,8612,'ClientIP','\"92.86.201.93\"'),(37090,8612,'UserAgent','\"\"'),(37091,8612,'CurrentUserID','0'),(37092,8613,'Attempts','1'),(37093,8613,'ClientIP','\"182.186.1.189\"'),(37094,8613,'UserAgent','\"\"'),(37095,8613,'CurrentUserID','0'),(37096,8614,'Attempts','1'),(37097,8614,'ClientIP','\"85.64.29.25\"'),(37098,8614,'UserAgent','\"\"'),(37099,8614,'CurrentUserID','0'),(37100,8615,'Attempts','1'),(37101,8615,'ClientIP','\"197.86.146.246\"'),(37102,8615,'UserAgent','\"\"'),(37103,8615,'CurrentUserID','0'),(37104,8616,'Attempts','1'),(37105,8616,'ClientIP','\"46.109.3.31\"'),(37106,8616,'UserAgent','\"\"'),(37107,8616,'CurrentUserID','0'),(37108,8617,'Attempts','1'),(37109,8617,'ClientIP','\"212.21.66.6\"'),(37110,8617,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko\\/20100101 Firefox\\/15.0.1\"'),(37111,8617,'CurrentUserID','0'),(37112,8618,'Attempts','1'),(37113,8618,'ClientIP','\"85.207.128.17\"'),(37114,8618,'UserAgent','\"\"'),(37115,8618,'CurrentUserID','0'),(37116,8619,'Attempts','1'),(37117,8619,'ClientIP','\"188.26.77.246\"'),(37118,8619,'UserAgent','\"\"'),(37119,8619,'CurrentUserID','0'),(37120,8620,'Attempts','1'),(37121,8620,'ClientIP','\"78.175.172.81\"'),(37122,8620,'UserAgent','\"\"'),(37123,8620,'CurrentUserID','0'),(37124,8621,'Attempts','1'),(37125,8621,'ClientIP','\"197.46.76.192\"'),(37126,8621,'UserAgent','\"\"'),(37127,8621,'CurrentUserID','0'),(37128,8622,'Attempts','1'),(37129,8622,'ClientIP','\"105.158.9.142\"'),(37130,8622,'UserAgent','\"\"'),(37131,8622,'CurrentUserID','0'),(37132,8623,'Attempts','1'),(37133,8623,'ClientIP','\"113.162.227.126\"'),(37134,8623,'UserAgent','\"\"'),(37135,8623,'CurrentUserID','0'),(37136,8624,'Attempts','1'),(37137,8624,'ClientIP','\"197.87.232.189\"'),(37138,8624,'UserAgent','\"\"'),(37139,8624,'CurrentUserID','0'),(37140,8625,'Attempts','1'),(37141,8625,'ClientIP','\"182.186.46.14\"'),(37142,8625,'UserAgent','\"\"'),(37143,8625,'CurrentUserID','0'),(37144,8626,'Attempts','1'),(37145,8626,'ClientIP','\"173.168.173.7\"'),(37146,8626,'UserAgent','\"\"'),(37147,8626,'CurrentUserID','0'),(37148,8627,'Attempts','1'),(37149,8627,'ClientIP','\"41.189.44.12\"'),(37150,8627,'UserAgent','\"\"'),(37151,8627,'CurrentUserID','0'),(37152,8628,'Attempts','1'),(37153,8628,'ClientIP','\"81.196.212.231\"'),(37154,8628,'UserAgent','\"\"'),(37155,8628,'CurrentUserID','0'),(37156,8629,'Attempts','1'),(37157,8629,'ClientIP','\"217.119.115.245\"'),(37158,8629,'UserAgent','\"\"'),(37159,8629,'CurrentUserID','0'),(37160,8630,'Attempts','1'),(37161,8630,'ClientIP','\"119.157.44.174\"'),(37162,8630,'UserAgent','\"\"'),(37163,8630,'CurrentUserID','0'),(37164,8631,'Attempts','1'),(37165,8631,'ClientIP','\"182.48.81.110\"'),(37166,8631,'UserAgent','\"\"'),(37167,8631,'CurrentUserID','0'),(37168,8632,'Attempts','1'),(37169,8632,'ClientIP','\"94.231.134.142\"'),(37170,8632,'UserAgent','\"\"'),(37171,8632,'CurrentUserID','0'),(37172,8633,'Attempts','1'),(37173,8633,'ClientIP','\"86.124.201.64\"'),(37174,8633,'UserAgent','\"\"'),(37175,8633,'CurrentUserID','0'),(37176,8634,'Attempts','1'),(37177,8634,'ClientIP','\"190.4.30.194\"'),(37178,8634,'UserAgent','\"\"'),(37179,8634,'CurrentUserID','0'),(37180,8635,'Attempts','1'),(37181,8635,'ClientIP','\"97.103.56.68\"'),(37182,8635,'UserAgent','\"\"'),(37183,8635,'CurrentUserID','0'),(37184,8636,'Attempts','1'),(37185,8636,'ClientIP','\"192.0.163.49\"'),(37186,8636,'UserAgent','\"\"'),(37187,8636,'CurrentUserID','0'),(37188,8637,'Attempts','1'),(37189,8637,'ClientIP','\"46.99.27.72\"'),(37190,8637,'UserAgent','\"\"'),(37191,8637,'CurrentUserID','0'),(37192,8638,'Attempts','1'),(37193,8638,'ClientIP','\"46.240.247.86\"'),(37194,8638,'UserAgent','\"\"'),(37195,8638,'CurrentUserID','0'),(37196,8639,'Attempts','1'),(37197,8639,'ClientIP','\"89.123.253.119\"'),(37198,8639,'UserAgent','\"\"'),(37199,8639,'CurrentUserID','0'),(37200,8640,'Attempts','1'),(37201,8640,'ClientIP','\"109.93.19.142\"'),(37202,8640,'UserAgent','\"\"'),(37203,8640,'CurrentUserID','0'),(37204,8641,'Attempts','1'),(37205,8641,'ClientIP','\"81.206.71.156\"'),(37206,8641,'UserAgent','\"\"'),(37207,8641,'CurrentUserID','0'),(37208,8642,'Attempts','1'),(37209,8642,'ClientIP','\"1.186.37.52\"'),(37210,8642,'UserAgent','\"\"'),(37211,8642,'CurrentUserID','0'),(37212,8643,'Attempts','1'),(37213,8643,'ClientIP','\"46.166.170.6\"'),(37214,8643,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(37215,8643,'CurrentUserID','0'),(37216,8644,'Attempts','1'),(37217,8644,'ClientIP','\"2.26.214.101\"'),(37218,8644,'UserAgent','\"\"'),(37219,8644,'CurrentUserID','0'),(37220,8645,'Attempts','1'),(37221,8645,'ClientIP','\"78.72.171.99\"'),(37222,8645,'UserAgent','\"\"'),(37223,8645,'CurrentUserID','0'),(37224,8646,'Attempts','1'),(37225,8646,'ClientIP','\"77.77.241.39\"'),(37226,8646,'UserAgent','\"\"'),(37227,8646,'CurrentUserID','0'),(37228,8647,'Attempts','1'),(37229,8647,'ClientIP','\"109.252.17.26\"'),(37230,8647,'UserAgent','\"\"'),(37231,8647,'CurrentUserID','0'),(37232,8648,'Attempts','1'),(37233,8648,'ClientIP','\"197.254.34.146\"'),(37234,8648,'UserAgent','\"\"'),(37235,8648,'CurrentUserID','0'),(37236,8649,'Attempts','1'),(37237,8649,'ClientIP','\"89.71.208.77\"'),(37238,8649,'UserAgent','\"\"'),(37239,8649,'CurrentUserID','0'),(37240,8650,'Attempts','1'),(37241,8650,'ClientIP','\"217.165.114.80\"'),(37242,8650,'UserAgent','\"\"'),(37243,8650,'CurrentUserID','0'),(37244,8651,'Attempts','1'),(37245,8651,'ClientIP','\"78.61.241.53\"'),(37246,8651,'UserAgent','\"\"'),(37247,8651,'CurrentUserID','0'),(37248,8652,'Attempts','1'),(37249,8652,'ClientIP','\"119.42.107.140\"'),(37250,8652,'UserAgent','\"\"'),(37251,8652,'CurrentUserID','0'),(37252,8653,'Attempts','1'),(37253,8653,'ClientIP','\"201.114.154.108\"'),(37254,8653,'UserAgent','\"\"'),(37255,8653,'CurrentUserID','0'),(37256,8654,'Attempts','1'),(37257,8654,'ClientIP','\"80.235.109.196\"'),(37258,8654,'UserAgent','\"\"'),(37259,8654,'CurrentUserID','0'),(37260,8655,'Attempts','1'),(37261,8655,'ClientIP','\"62.102.148.67\"'),(37262,8655,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.71 Safari\\/537.36\"'),(37263,8655,'CurrentUserID','0'),(37264,8656,'Attempts','1'),(37265,8656,'ClientIP','\"60.54.64.98\"'),(37266,8656,'UserAgent','\"\"'),(37267,8656,'CurrentUserID','0'),(37268,8657,'Attempts','1'),(37269,8657,'ClientIP','\"83.110.4.107\"'),(37270,8657,'UserAgent','\"\"'),(37271,8657,'CurrentUserID','0'),(37272,8658,'Attempts','1'),(37273,8658,'ClientIP','\"124.13.208.163\"'),(37274,8658,'UserAgent','\"\"'),(37275,8658,'CurrentUserID','0'),(37276,8659,'Attempts','1'),(37277,8659,'ClientIP','\"46.53.216.173\"'),(37278,8659,'UserAgent','\"\"'),(37279,8659,'CurrentUserID','0'),(37280,8660,'Attempts','1'),(37281,8660,'ClientIP','\"172.196.127.173\"'),(37282,8660,'UserAgent','\"\"'),(37283,8660,'CurrentUserID','0'),(37284,8661,'Attempts','1'),(37285,8661,'ClientIP','\"78.182.221.159\"'),(37286,8661,'UserAgent','\"\"'),(37287,8661,'CurrentUserID','0'),(37288,8662,'Attempts','1'),(37289,8662,'ClientIP','\"197.217.74.132\"'),(37290,8662,'UserAgent','\"\"'),(37291,8662,'CurrentUserID','0'),(37292,8663,'Attempts','1'),(37293,8663,'ClientIP','\"31.49.101.179\"'),(37294,8663,'UserAgent','\"\"'),(37295,8663,'CurrentUserID','0'),(37296,8664,'Attempts','1'),(37297,8664,'ClientIP','\"41.205.19.34\"'),(37298,8664,'UserAgent','\"\"'),(37299,8664,'CurrentUserID','0'),(37300,8665,'Attempts','1'),(37301,8665,'ClientIP','\"68.190.110.237\"'),(37302,8665,'UserAgent','\"\"'),(37303,8665,'CurrentUserID','0'),(37304,8666,'Attempts','1'),(37305,8666,'ClientIP','\"193.6.168.254\"'),(37306,8666,'UserAgent','\"\"'),(37307,8666,'CurrentUserID','0'),(37308,8667,'Attempts','1'),(37309,8667,'ClientIP','\"79.114.86.89\"'),(37310,8667,'UserAgent','\"\"'),(37311,8667,'CurrentUserID','0'),(37312,8668,'Attempts','1'),(37313,8668,'ClientIP','\"185.22.32.3\"'),(37314,8668,'UserAgent','\"\"'),(37315,8668,'CurrentUserID','0'),(37316,8669,'Attempts','1'),(37317,8669,'ClientIP','\"79.136.50.124\"'),(37318,8669,'UserAgent','\"\"'),(37319,8669,'CurrentUserID','0'),(37320,8670,'Attempts','1'),(37321,8670,'ClientIP','\"10.100.122.68\"'),(37322,8670,'UserAgent','\"\"'),(37323,8670,'CurrentUserID','0'),(37324,8671,'Attempts','1'),(37325,8671,'ClientIP','\"77.101.209.157\"'),(37326,8671,'UserAgent','\"\"'),(37327,8671,'CurrentUserID','0'),(37328,8672,'Attempts','1'),(37329,8672,'ClientIP','\"83.110.74.128\"'),(37330,8672,'UserAgent','\"\"'),(37331,8672,'CurrentUserID','0'),(37332,8673,'Attempts','1'),(37333,8673,'ClientIP','\"195.250.221.63\"'),(37334,8673,'UserAgent','\"\"'),(37335,8673,'CurrentUserID','0'),(37336,8674,'Attempts','1'),(37337,8674,'ClientIP','\"79.126.227.26\"'),(37338,8674,'UserAgent','\"\"'),(37339,8674,'CurrentUserID','0'),(37340,8675,'Attempts','1'),(37341,8675,'ClientIP','\"92.80.147.19\"'),(37342,8675,'UserAgent','\"\"'),(37343,8675,'CurrentUserID','0'),(37344,8676,'Attempts','1'),(37345,8676,'ClientIP','\"178.221.19.50\"'),(37346,8676,'UserAgent','\"\"'),(37347,8676,'CurrentUserID','0'),(37348,8677,'Attempts','1'),(37349,8677,'ClientIP','\"61.92.179.175\"'),(37350,8677,'UserAgent','\"\"'),(37351,8677,'CurrentUserID','0'),(37352,8678,'Attempts','1'),(37353,8678,'ClientIP','\"149.78.181.239\"'),(37354,8678,'UserAgent','\"\"'),(37355,8678,'CurrentUserID','0'),(37356,8679,'Attempts','1'),(37357,8679,'ClientIP','\"31.54.254.79\"'),(37358,8679,'UserAgent','\"\"'),(37359,8679,'CurrentUserID','0'),(37360,8680,'Attempts','1'),(37361,8680,'ClientIP','\"39.51.37.224\"'),(37362,8680,'UserAgent','\"\"'),(37363,8680,'CurrentUserID','0'),(37364,8681,'Attempts','1'),(37365,8681,'ClientIP','\"95.10.75.44\"'),(37366,8681,'UserAgent','\"\"'),(37367,8681,'CurrentUserID','0'),(37368,8682,'Attempts','1'),(37369,8682,'ClientIP','\"176.25.22.215\"'),(37370,8682,'UserAgent','\"\"'),(37371,8682,'CurrentUserID','0'),(37372,8683,'Attempts','1'),(37373,8683,'ClientIP','\"216.185.58.55\"'),(37374,8683,'UserAgent','\"\"'),(37375,8683,'CurrentUserID','0'),(37376,8684,'Attempts','1'),(37377,8684,'ClientIP','\"103.224.117.128\"'),(37378,8684,'UserAgent','\"\"'),(37379,8684,'CurrentUserID','0'),(37380,8685,'Attempts','1'),(37381,8685,'ClientIP','\"85.254.79.180\"'),(37382,8685,'UserAgent','\"\"'),(37383,8685,'CurrentUserID','0'),(37384,8686,'Attempts','1'),(37385,8686,'ClientIP','\"192.166.124.72\"'),(37386,8686,'UserAgent','\"\"'),(37387,8686,'CurrentUserID','0'),(37388,8687,'Attempts','1'),(37389,8687,'ClientIP','\"213.7.82.120\"'),(37390,8687,'UserAgent','\"\"'),(37391,8687,'CurrentUserID','0'),(37392,8688,'Attempts','1'),(37393,8688,'ClientIP','\"39.48.46.15\"'),(37394,8688,'UserAgent','\"\"'),(37395,8688,'CurrentUserID','0'),(37396,8689,'Attempts','1'),(37397,8689,'ClientIP','\"222.12.207.78\"'),(37398,8689,'UserAgent','\"\"'),(37399,8689,'CurrentUserID','0'),(37400,8690,'Attempts','1'),(37401,8690,'ClientIP','\"188.187.210.231\"'),(37402,8690,'UserAgent','\"\"'),(37403,8690,'CurrentUserID','0'),(37404,8691,'Attempts','1'),(37405,8691,'ClientIP','\"177.195.246.77\"'),(37406,8691,'UserAgent','\"\"'),(37407,8691,'CurrentUserID','0'),(37408,8692,'Attempts','1'),(37409,8692,'ClientIP','\"80.87.76.3\"'),(37410,8692,'UserAgent','\"\"'),(37411,8692,'CurrentUserID','0'),(37412,8693,'Attempts','1'),(37413,8693,'ClientIP','\"118.210.136.184\"'),(37414,8693,'UserAgent','\"\"'),(37415,8693,'CurrentUserID','0'),(37416,8694,'Attempts','1'),(37417,8694,'ClientIP','\"188.153.235.166\"'),(37418,8694,'UserAgent','\"\"'),(37419,8694,'CurrentUserID','0'),(37420,8695,'Attempts','1'),(37421,8695,'ClientIP','\"187.255.200.215\"'),(37422,8695,'UserAgent','\"\"'),(37423,8695,'CurrentUserID','0'),(37424,8696,'Attempts','1'),(37425,8696,'ClientIP','\"80.212.80.101\"'),(37426,8696,'UserAgent','\"\"'),(37427,8696,'CurrentUserID','0'),(37428,8697,'Attempts','1'),(37429,8697,'ClientIP','\"78.174.4.115\"'),(37430,8697,'UserAgent','\"\"'),(37431,8697,'CurrentUserID','0'),(37432,8698,'Attempts','1'),(37433,8698,'ClientIP','\"179.106.2.232\"'),(37434,8698,'UserAgent','\"\"'),(37435,8698,'CurrentUserID','0'),(37436,8699,'Attempts','1'),(37437,8699,'ClientIP','\"182.183.203.11\"'),(37438,8699,'UserAgent','\"\"'),(37439,8699,'CurrentUserID','0'),(37440,8700,'Attempts','1'),(37441,8700,'ClientIP','\"49.207.213.16\"'),(37442,8700,'UserAgent','\"\"'),(37443,8700,'CurrentUserID','0'),(37444,8701,'Attempts','1'),(37445,8701,'ClientIP','\"41.233.68.184\"'),(37446,8701,'UserAgent','\"\"'),(37447,8701,'CurrentUserID','0'),(37448,8702,'Attempts','1'),(37449,8702,'ClientIP','\"115.135.29.41\"'),(37450,8702,'UserAgent','\"\"'),(37451,8702,'CurrentUserID','0'),(37452,8703,'Attempts','1'),(37453,8703,'ClientIP','\"185.65.135.227\"'),(37454,8703,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/34.0.1847.116 Safari\\/537.36\"'),(37455,8703,'CurrentUserID','0'),(37456,8704,'Attempts','1'),(37457,8704,'ClientIP','\"85.139.108.104\"'),(37458,8704,'UserAgent','\"\"'),(37459,8704,'CurrentUserID','0'),(37460,8705,'Attempts','1'),(37461,8705,'ClientIP','\"97.92.45.162\"'),(37462,8705,'UserAgent','\"\"'),(37463,8705,'CurrentUserID','0'),(37464,8706,'Attempts','1'),(37465,8706,'ClientIP','\"77.29.52.69\"'),(37466,8706,'UserAgent','\"\"'),(37467,8706,'CurrentUserID','0'),(37468,8707,'Attempts','1'),(37469,8707,'ClientIP','\"86.218.181.163\"'),(37470,8707,'UserAgent','\"\"'),(37471,8707,'CurrentUserID','0'),(37472,8708,'Attempts','1'),(37473,8708,'ClientIP','\"154.120.72.111\"'),(37474,8708,'UserAgent','\"\"'),(37475,8708,'CurrentUserID','0'),(37476,8709,'Attempts','1'),(37477,8709,'ClientIP','\"93.32.178.130\"'),(37478,8709,'UserAgent','\"\"'),(37479,8709,'CurrentUserID','0'),(37480,8710,'Attempts','1'),(37481,8710,'ClientIP','\"175.107.249.147\"'),(37482,8710,'UserAgent','\"\"'),(37483,8710,'CurrentUserID','0'),(37484,8711,'Attempts','1'),(37485,8711,'ClientIP','\"112.207.124.12\"'),(37486,8711,'UserAgent','\"\"'),(37487,8711,'CurrentUserID','0'),(37488,8712,'Attempts','1'),(37489,8712,'ClientIP','\"182.55.171.252\"'),(37490,8712,'UserAgent','\"\"'),(37491,8712,'CurrentUserID','0'),(37492,8713,'Attempts','2'),(37493,8713,'ClientIP','\"79.113.107.169\"'),(37494,8713,'UserAgent','\"\"'),(37495,8713,'CurrentUserID','0'),(37496,8714,'Attempts','1'),(37497,8714,'ClientIP','\"112.134.0.81\"'),(37498,8714,'UserAgent','\"\"'),(37499,8714,'CurrentUserID','0'),(37500,8715,'Attempts','1'),(37501,8715,'ClientIP','\"115.133.105.185\"'),(37502,8715,'UserAgent','\"\"'),(37503,8715,'CurrentUserID','0'),(37504,8716,'Attempts','1'),(37505,8716,'ClientIP','\"71.166.170.210\"'),(37506,8716,'UserAgent','\"\"'),(37507,8716,'CurrentUserID','0'),(37508,8717,'Attempts','1'),(37509,8717,'ClientIP','\"31.154.92.44\"'),(37510,8717,'UserAgent','\"\"'),(37511,8717,'CurrentUserID','0'),(37512,8718,'Attempts','2'),(37513,8718,'ClientIP','\"92.82.177.112\"'),(37514,8718,'UserAgent','\"\"'),(37515,8718,'CurrentUserID','0'),(37516,8719,'Attempts','1'),(37517,8719,'ClientIP','\"93.137.112.31\"'),(37518,8719,'UserAgent','\"\"'),(37519,8719,'CurrentUserID','0'),(37520,8720,'Attempts','1'),(37521,8720,'ClientIP','\"185.42.39.5\"'),(37522,8720,'UserAgent','\"\"'),(37523,8720,'CurrentUserID','0'),(37524,8721,'Attempts','1'),(37525,8721,'ClientIP','\"176.250.35.87\"'),(37526,8721,'UserAgent','\"\"'),(37527,8721,'CurrentUserID','0'),(37528,8722,'Attempts','1'),(37529,8722,'ClientIP','\"112.196.147.102\"'),(37530,8722,'UserAgent','\"\"'),(37531,8722,'CurrentUserID','0'),(37532,8723,'Attempts','1'),(37533,8723,'ClientIP','\"211.226.160.77\"'),(37534,8723,'UserAgent','\"\"'),(37535,8723,'CurrentUserID','0'),(37536,8724,'Attempts','1'),(37537,8724,'ClientIP','\"109.101.60.17\"'),(37538,8724,'UserAgent','\"\"'),(37539,8724,'CurrentUserID','0'),(37540,8725,'Attempts','1'),(37541,8725,'ClientIP','\"110.5.76.38\"'),(37542,8725,'UserAgent','\"\"'),(37543,8725,'CurrentUserID','0'),(37544,8726,'Attempts','1'),(37545,8726,'ClientIP','\"82.20.89.66\"'),(37546,8726,'UserAgent','\"\"'),(37547,8726,'CurrentUserID','0'),(37548,8727,'Attempts','1'),(37549,8727,'ClientIP','\"176.101.36.217\"'),(37550,8727,'UserAgent','\"\"'),(37551,8727,'CurrentUserID','0'),(37552,8728,'Attempts','1'),(37553,8728,'ClientIP','\"46.236.154.82\"'),(37554,8728,'UserAgent','\"\"'),(37555,8728,'CurrentUserID','0'),(37556,8729,'Attempts','1'),(37557,8729,'ClientIP','\"41.146.232.213\"'),(37558,8729,'UserAgent','\"\"'),(37559,8729,'CurrentUserID','0'),(37560,8730,'Attempts','1'),(37561,8730,'ClientIP','\"90.231.154.180\"'),(37562,8730,'UserAgent','\"\"'),(37563,8730,'CurrentUserID','0'),(37564,8731,'Attempts','1'),(37565,8731,'ClientIP','\"189.232.181.224\"'),(37566,8731,'UserAgent','\"\"'),(37567,8731,'CurrentUserID','0'),(37568,8732,'Attempts','1'),(37569,8732,'ClientIP','\"31.176.166.179\"'),(37570,8732,'UserAgent','\"\"'),(37571,8732,'CurrentUserID','0'),(37572,8733,'Attempts','1'),(37573,8733,'ClientIP','\"111.90.88.161\"'),(37574,8733,'UserAgent','\"\"'),(37575,8733,'CurrentUserID','0'),(37576,8734,'Attempts','2'),(37577,8734,'ClientIP','\"42.117.169.176\"'),(37578,8734,'UserAgent','\"\"'),(37579,8734,'CurrentUserID','0'),(37580,8735,'Attempts','1'),(37581,8735,'ClientIP','\"189.169.210.40\"'),(37582,8735,'UserAgent','\"\"'),(37583,8735,'CurrentUserID','0'),(37584,8736,'Attempts','1'),(37585,8736,'ClientIP','\"39.41.169.230\"'),(37586,8736,'UserAgent','\"\"'),(37587,8736,'CurrentUserID','0'),(37588,8737,'Attempts','1'),(37589,8737,'ClientIP','\"182.186.10.14\"'),(37590,8737,'UserAgent','\"\"'),(37591,8737,'CurrentUserID','0'),(37592,8738,'Attempts','1'),(37593,8738,'ClientIP','\"89.123.11.198\"'),(37594,8738,'UserAgent','\"\"'),(37595,8738,'CurrentUserID','0'),(37596,8739,'Attempts','1'),(37597,8739,'ClientIP','\"80.98.115.234\"'),(37598,8739,'UserAgent','\"\"'),(37599,8739,'CurrentUserID','0'),(37600,8740,'Attempts','1'),(37601,8740,'ClientIP','\"31.192.35.17\"'),(37602,8740,'UserAgent','\"\"'),(37603,8740,'CurrentUserID','0'),(37604,8741,'Attempts','1'),(37605,8741,'ClientIP','\"89.110.221.179\"'),(37606,8741,'UserAgent','\"\"'),(37607,8741,'CurrentUserID','0'),(37608,8742,'Attempts','1'),(37609,8742,'ClientIP','\"81.190.173.39\"'),(37610,8742,'UserAgent','\"\"'),(37611,8742,'CurrentUserID','0'),(37612,8743,'Attempts','1'),(37613,8743,'ClientIP','\"79.183.205.82\"'),(37614,8743,'UserAgent','\"\"'),(37615,8743,'CurrentUserID','0'),(37616,8744,'Attempts','1'),(37617,8744,'ClientIP','\"72.230.218.27\"'),(37618,8744,'UserAgent','\"\"'),(37619,8744,'CurrentUserID','0'),(37620,8745,'Attempts','1'),(37621,8745,'ClientIP','\"95.94.201.85\"'),(37622,8745,'UserAgent','\"\"'),(37623,8745,'CurrentUserID','0'),(37624,8746,'Attempts','1'),(37625,8746,'ClientIP','\"85.250.73.69\"'),(37626,8746,'UserAgent','\"\"'),(37627,8746,'CurrentUserID','0'),(37628,8747,'Attempts','1'),(37629,8747,'ClientIP','\"106.168.230.187\"'),(37630,8747,'UserAgent','\"\"'),(37631,8747,'CurrentUserID','0'),(37632,8748,'Attempts','1'),(37633,8748,'ClientIP','\"41.34.188.73\"'),(37634,8748,'UserAgent','\"\"'),(37635,8748,'CurrentUserID','0'),(37636,8749,'Attempts','1'),(37637,8749,'ClientIP','\"176.146.206.23\"'),(37638,8749,'UserAgent','\"\"'),(37639,8749,'CurrentUserID','0'),(37640,8750,'Attempts','1'),(37641,8750,'ClientIP','\"93.120.16.143\"'),(37642,8750,'UserAgent','\"\"'),(37643,8750,'CurrentUserID','0'),(37644,8751,'Attempts','1'),(37645,8751,'ClientIP','\"5.13.132.131\"'),(37646,8751,'UserAgent','\"\"'),(37647,8751,'CurrentUserID','0'),(37648,8752,'Attempts','1'),(37649,8752,'ClientIP','\"195.76.5.137\"'),(37650,8752,'UserAgent','\"\"'),(37651,8752,'CurrentUserID','0'),(37652,8753,'Attempts','1'),(37653,8753,'ClientIP','\"178.221.65.135\"'),(37654,8753,'UserAgent','\"\"'),(37655,8753,'CurrentUserID','0'),(37656,8754,'Attempts','1'),(37657,8754,'ClientIP','\"123.238.116.239\"'),(37658,8754,'UserAgent','\"\"'),(37659,8754,'CurrentUserID','0'),(37660,8755,'Attempts','1'),(37661,8755,'ClientIP','\"41.251.56.74\"'),(37662,8755,'UserAgent','\"\"'),(37663,8755,'CurrentUserID','0'),(37664,8756,'Attempts','1'),(37665,8756,'ClientIP','\"95.86.162.167\"'),(37666,8756,'UserAgent','\"\"'),(37667,8756,'CurrentUserID','0'),(37668,8757,'Attempts','1'),(37669,8757,'ClientIP','\"185.23.49.7\"'),(37670,8757,'UserAgent','\"\"'),(37671,8757,'CurrentUserID','0'),(37672,8758,'Attempts','1'),(37673,8758,'ClientIP','\"186.33.121.251\"'),(37674,8758,'UserAgent','\"\"'),(37675,8758,'CurrentUserID','0'),(37676,8759,'Attempts','1'),(37677,8759,'ClientIP','\"106.149.132.190\"'),(37678,8759,'UserAgent','\"\"'),(37679,8759,'CurrentUserID','0'),(37680,8760,'Attempts','1'),(37681,8760,'ClientIP','\"191.179.98.215\"'),(37682,8760,'UserAgent','\"\"'),(37683,8760,'CurrentUserID','0'),(37684,8761,'Attempts','1'),(37685,8761,'ClientIP','\"78.72.132.232\"'),(37686,8761,'UserAgent','\"\"'),(37687,8761,'CurrentUserID','0'),(37688,8762,'Attempts','1'),(37689,8762,'ClientIP','\"191.32.122.116\"'),(37690,8762,'UserAgent','\"\"'),(37691,8762,'CurrentUserID','0'),(37692,8763,'Attempts','1'),(37693,8763,'ClientIP','\"112.119.155.236\"'),(37694,8763,'UserAgent','\"\"'),(37695,8763,'CurrentUserID','0'),(37696,8764,'Attempts','1'),(37697,8764,'ClientIP','\"93.169.29.171\"'),(37698,8764,'UserAgent','\"\"'),(37699,8764,'CurrentUserID','0'),(37700,8765,'Attempts','1'),(37701,8765,'ClientIP','\"109.92.126.149\"'),(37702,8765,'UserAgent','\"\"'),(37703,8765,'CurrentUserID','0'),(37704,8766,'Attempts','1'),(37705,8766,'ClientIP','\"188.254.128.242\"'),(37706,8766,'UserAgent','\"\"'),(37707,8766,'CurrentUserID','0'),(37708,8767,'Attempts','1'),(37709,8767,'ClientIP','\"46.217.120.101\"'),(37710,8767,'UserAgent','\"\"'),(37711,8767,'CurrentUserID','0'),(37712,8768,'Attempts','1'),(37713,8768,'ClientIP','\"172.242.177.147\"'),(37714,8768,'UserAgent','\"\"'),(37715,8768,'CurrentUserID','0'),(37716,8769,'Attempts','1'),(37717,8769,'ClientIP','\"195.154.56.44\"'),(37718,8769,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.116 Safari\\/537.36\"'),(37719,8769,'CurrentUserID','0'),(37720,8770,'Attempts','1'),(37721,8770,'ClientIP','\"5.22.129.218\"'),(37722,8770,'UserAgent','\"\"'),(37723,8770,'CurrentUserID','0'),(37724,8771,'Attempts','1'),(37725,8771,'ClientIP','\"141.136.15.94\"'),(37726,8771,'UserAgent','\"\"'),(37727,8771,'CurrentUserID','0'),(37728,8772,'Attempts','1'),(37729,8772,'ClientIP','\"188.209.102.248\"'),(37730,8772,'UserAgent','\"\"'),(37731,8772,'CurrentUserID','0'),(37732,8773,'Attempts','1'),(37733,8773,'ClientIP','\"148.0.15.239\"'),(37734,8773,'UserAgent','\"\"'),(37735,8773,'CurrentUserID','0'),(37736,8774,'Attempts','1'),(37737,8774,'ClientIP','\"179.233.164.179\"'),(37738,8774,'UserAgent','\"\"'),(37739,8774,'CurrentUserID','0'),(37740,8775,'Attempts','1'),(37741,8775,'ClientIP','\"88.109.81.214\"'),(37742,8775,'UserAgent','\"\"'),(37743,8775,'CurrentUserID','0'),(37744,8776,'Attempts','1'),(37745,8776,'ClientIP','\"176.158.192.168\"'),(37746,8776,'UserAgent','\"\"'),(37747,8776,'CurrentUserID','0'),(37748,8777,'Attempts','1'),(37749,8777,'ClientIP','\"1.52.229.18\"'),(37750,8777,'UserAgent','\"\"'),(37751,8777,'CurrentUserID','0'),(37752,8778,'Attempts','1'),(37753,8778,'ClientIP','\"96.233.173.115\"'),(37754,8778,'UserAgent','\"\"'),(37755,8778,'CurrentUserID','0'),(37756,8779,'Attempts','1'),(37757,8779,'ClientIP','\"180.253.113.118\"'),(37758,8779,'UserAgent','\"\"'),(37759,8779,'CurrentUserID','0'),(37760,8780,'Attempts','1'),(37761,8780,'ClientIP','\"180.191.138.176\"'),(37762,8780,'UserAgent','\"\"'),(37763,8780,'CurrentUserID','0'),(37764,8781,'Attempts','1'),(37765,8781,'ClientIP','\"93.140.182.196\"'),(37766,8781,'UserAgent','\"\"'),(37767,8781,'CurrentUserID','0'),(37768,8782,'Attempts','1'),(37769,8782,'ClientIP','\"98.195.130.182\"'),(37770,8782,'UserAgent','\"\"'),(37771,8782,'CurrentUserID','0'),(37772,8783,'Attempts','1'),(37773,8783,'ClientIP','\"36.37.183.91\"'),(37774,8783,'UserAgent','\"\"'),(37775,8783,'CurrentUserID','0'),(37776,8784,'Attempts','1'),(37777,8784,'ClientIP','\"68.82.41.156\"'),(37778,8784,'UserAgent','\"\"'),(37779,8784,'CurrentUserID','0'),(37780,8785,'Attempts','1'),(37781,8785,'ClientIP','\"72.252.177.75\"'),(37782,8785,'UserAgent','\"\"'),(37783,8785,'CurrentUserID','0'),(37784,8786,'Attempts','1'),(37785,8786,'ClientIP','\"186.12.228.229\"'),(37786,8786,'UserAgent','\"\"'),(37787,8786,'CurrentUserID','0'),(37788,8787,'Attempts','1'),(37789,8787,'ClientIP','\"59.189.197.15\"'),(37790,8787,'UserAgent','\"\"'),(37791,8787,'CurrentUserID','0'),(37792,8788,'Attempts','1'),(37793,8788,'ClientIP','\"113.11.57.187\"'),(37794,8788,'UserAgent','\"\"'),(37795,8788,'CurrentUserID','0'),(37796,8789,'Attempts','1'),(37797,8789,'ClientIP','\"209.89.183.56\"'),(37798,8789,'UserAgent','\"\"'),(37799,8789,'CurrentUserID','0'),(37800,8790,'Attempts','1'),(37801,8790,'ClientIP','\"39.53.14.72\"'),(37802,8790,'UserAgent','\"\"'),(37803,8790,'CurrentUserID','0'),(37804,8791,'Attempts','1'),(37805,8791,'ClientIP','\"112.134.80.112\"'),(37806,8791,'UserAgent','\"\"'),(37807,8791,'CurrentUserID','0'),(37808,8792,'Attempts','1'),(37809,8792,'ClientIP','\"2.84.221.165\"'),(37810,8792,'UserAgent','\"\"'),(37811,8792,'CurrentUserID','0'),(37812,8793,'Attempts','1'),(37813,8793,'ClientIP','\"107.200.209.212\"'),(37814,8793,'UserAgent','\"\"'),(37815,8793,'CurrentUserID','0'),(37816,8794,'Attempts','1'),(37817,8794,'ClientIP','\"114.204.117.132\"'),(37818,8794,'UserAgent','\"\"'),(37819,8794,'CurrentUserID','0'),(37820,8795,'Attempts','1'),(37821,8795,'ClientIP','\"112.203.219.191\"'),(37822,8795,'UserAgent','\"\"'),(37823,8795,'CurrentUserID','0'),(37824,8796,'Attempts','1'),(37825,8796,'ClientIP','\"119.160.65.2\"'),(37826,8796,'UserAgent','\"\"'),(37827,8796,'CurrentUserID','0'),(37828,8797,'Attempts','1'),(37829,8797,'ClientIP','\"5.140.210.171\"'),(37830,8797,'UserAgent','\"\"'),(37831,8797,'CurrentUserID','0'),(37832,8798,'Attempts','1'),(37833,8798,'ClientIP','\"211.106.177.167\"'),(37834,8798,'UserAgent','\"\"'),(37835,8798,'CurrentUserID','0'),(37836,8799,'Attempts','1'),(37837,8799,'ClientIP','\"189.219.98.132\"'),(37838,8799,'UserAgent','\"\"'),(37839,8799,'CurrentUserID','0'),(37840,8800,'Attempts','1'),(37841,8800,'ClientIP','\"118.21.132.108\"'),(37842,8800,'UserAgent','\"\"'),(37843,8800,'CurrentUserID','0'),(37844,8801,'Attempts','1'),(37845,8801,'ClientIP','\"23.123.136.25\"'),(37846,8801,'UserAgent','\"\"'),(37847,8801,'CurrentUserID','0'),(37848,8802,'Attempts','1'),(37849,8802,'ClientIP','\"61.7.253.109\"'),(37850,8802,'UserAgent','\"\"'),(37851,8802,'CurrentUserID','0'),(37852,8803,'Attempts','1'),(37853,8803,'ClientIP','\"126.4.116.126\"'),(37854,8803,'UserAgent','\"\"'),(37855,8803,'CurrentUserID','0'),(37856,8804,'Attempts','1'),(37857,8804,'ClientIP','\"89.234.157.254\"'),(37858,8804,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/28.0.1500.71 Safari\\/537.36\"'),(37859,8804,'CurrentUserID','0'),(37860,8805,'Attempts','1'),(37861,8805,'ClientIP','\"77.81.166.25\"'),(37862,8805,'UserAgent','\"\"'),(37863,8805,'CurrentUserID','0'),(37864,8806,'Attempts','2'),(37865,8806,'ClientIP','\"83.110.4.107\"'),(37866,8806,'UserAgent','\"\"'),(37867,8806,'CurrentUserID','0'),(37868,8807,'Attempts','1'),(37869,8807,'ClientIP','\"122.60.66.191\"'),(37870,8807,'UserAgent','\"\"'),(37871,8807,'CurrentUserID','0'),(37872,8808,'Attempts','1'),(37873,8808,'ClientIP','\"37.52.125.227\"'),(37874,8808,'UserAgent','\"\"'),(37875,8808,'CurrentUserID','0'),(37876,8809,'Attempts','1'),(37877,8809,'ClientIP','\"122.252.231.10\"'),(37878,8809,'UserAgent','\"\"'),(37879,8809,'CurrentUserID','0'),(37880,8810,'Attempts','1'),(37881,8810,'ClientIP','\"189.74.201.215\"'),(37882,8810,'UserAgent','\"\"'),(37883,8810,'CurrentUserID','0'),(37884,8811,'Attempts','1'),(37885,8811,'ClientIP','\"176.221.252.92\"'),(37886,8811,'UserAgent','\"\"'),(37887,8811,'CurrentUserID','0'),(37888,8812,'Attempts','1'),(37889,8812,'ClientIP','\"217.71.46.112\"'),(37890,8812,'UserAgent','\"\"'),(37891,8812,'CurrentUserID','0'),(37892,8813,'Attempts','1'),(37893,8813,'ClientIP','\"79.118.202.211\"'),(37894,8813,'UserAgent','\"\"'),(37895,8813,'CurrentUserID','0'),(37896,8814,'Attempts','1'),(37897,8814,'ClientIP','\"86.98.213.172\"'),(37898,8814,'UserAgent','\"\"'),(37899,8814,'CurrentUserID','0'),(37900,8815,'Attempts','1'),(37901,8815,'ClientIP','\"193.59.31.71\"'),(37902,8815,'UserAgent','\"\"'),(37903,8815,'CurrentUserID','0'),(37904,8816,'Attempts','1'),(37905,8816,'ClientIP','\"41.216.228.254\"'),(37906,8816,'UserAgent','\"\"'),(37907,8816,'CurrentUserID','0'),(37908,8817,'Attempts','1'),(37909,8817,'ClientIP','\"105.227.35.28\"'),(37910,8817,'UserAgent','\"\"'),(37911,8817,'CurrentUserID','0'),(37912,8818,'Attempts','1'),(37913,8818,'ClientIP','\"188.246.62.142\"'),(37914,8818,'UserAgent','\"\"'),(37915,8818,'CurrentUserID','0'),(37916,8819,'Attempts','1'),(37917,8819,'ClientIP','\"78.84.4.9\"'),(37918,8819,'UserAgent','\"\"'),(37919,8819,'CurrentUserID','0'),(37920,8820,'Attempts','2'),(37921,8820,'ClientIP','\"41.228.208.40\"'),(37922,8820,'UserAgent','\"\"'),(37923,8820,'CurrentUserID','0'),(37924,8821,'Attempts','1'),(37925,8821,'ClientIP','\"77.49.73.133\"'),(37926,8821,'UserAgent','\"\"'),(37927,8821,'CurrentUserID','0'),(37928,8822,'Attempts','1'),(37929,8822,'ClientIP','\"103.16.155.70\"'),(37930,8822,'UserAgent','\"\"'),(37931,8822,'CurrentUserID','0'),(37932,8823,'Attempts','1'),(37933,8823,'ClientIP','\"93.137.13.166\"'),(37934,8823,'UserAgent','\"\"'),(37935,8823,'CurrentUserID','0'),(37936,8824,'Attempts','1'),(37937,8824,'ClientIP','\"128.234.10.209\"'),(37938,8824,'UserAgent','\"\"'),(37939,8824,'CurrentUserID','0'),(37940,8825,'Attempts','1'),(37941,8825,'ClientIP','\"84.40.106.156\"'),(37942,8825,'UserAgent','\"\"'),(37943,8825,'CurrentUserID','0'),(37944,8826,'Attempts','1'),(37945,8826,'ClientIP','\"219.75.83.224\"'),(37946,8826,'UserAgent','\"\"'),(37947,8826,'CurrentUserID','0'),(37948,8827,'Attempts','1'),(37949,8827,'ClientIP','\"84.228.60.216\"'),(37950,8827,'UserAgent','\"\"'),(37951,8827,'CurrentUserID','0'),(37952,8828,'Attempts','1'),(37953,8828,'ClientIP','\"103.246.64.36\"'),(37954,8828,'UserAgent','\"\"'),(37955,8828,'CurrentUserID','0'),(37956,8829,'Attempts','1'),(37957,8829,'ClientIP','\"149.129.216.236\"'),(37958,8829,'UserAgent','\"\"'),(37959,8829,'CurrentUserID','0'),(37960,8830,'Attempts','1'),(37961,8830,'ClientIP','\"46.107.231.148\"'),(37962,8830,'UserAgent','\"\"'),(37963,8830,'CurrentUserID','0'),(37964,8831,'Attempts','1'),(37965,8832,'Attempts','1'),(37966,8831,'ClientIP','\"81.206.71.156\"'),(37967,8832,'ClientIP','\"41.100.211.171\"'),(37968,8831,'UserAgent','\"\"'),(37969,8832,'UserAgent','\"\"'),(37970,8831,'CurrentUserID','0'),(37971,8832,'CurrentUserID','0'),(37972,8833,'Attempts','1'),(37973,8833,'ClientIP','\"150.129.67.130\"'),(37974,8833,'UserAgent','\"\"'),(37975,8833,'CurrentUserID','0'),(37976,8834,'Attempts','1'),(37977,8834,'ClientIP','\"187.13.43.22\"'),(37978,8834,'UserAgent','\"\"'),(37979,8834,'CurrentUserID','0'),(37980,8835,'Attempts','1'),(37981,8835,'ClientIP','\"119.93.23.96\"'),(37982,8835,'UserAgent','\"\"'),(37983,8835,'CurrentUserID','0'),(37984,8836,'Attempts','1'),(37985,8836,'ClientIP','\"95.238.115.194\"'),(37986,8836,'UserAgent','\"\"'),(37987,8836,'CurrentUserID','0'),(37988,8837,'Attempts','1'),(37989,8837,'ClientIP','\"217.17.231.163\"'),(37990,8837,'UserAgent','\"\"'),(37991,8837,'CurrentUserID','0'),(37992,8838,'Attempts','1'),(37993,8838,'ClientIP','\"91.105.116.76\"'),(37994,8838,'UserAgent','\"\"'),(37995,8838,'CurrentUserID','0'),(37996,8839,'Attempts','1'),(37997,8839,'ClientIP','\"103.2.235.193\"'),(37998,8839,'UserAgent','\"\"'),(37999,8839,'CurrentUserID','0'),(38000,8840,'Attempts','1'),(38001,8840,'ClientIP','\"119.149.46.62\"'),(38002,8840,'UserAgent','\"\"'),(38003,8840,'CurrentUserID','0'),(38004,8841,'Attempts','1'),(38005,8841,'ClientIP','\"79.13.251.60\"'),(38006,8841,'UserAgent','\"\"'),(38007,8841,'CurrentUserID','0'),(38008,8842,'Attempts','1'),(38009,8842,'ClientIP','\"202.166.31.27\"'),(38010,8842,'UserAgent','\"\"'),(38011,8842,'CurrentUserID','0'),(38012,8843,'Attempts','1'),(38013,8843,'ClientIP','\"147.229.186.195\"'),(38014,8843,'UserAgent','\"\"'),(38015,8843,'CurrentUserID','0'),(38016,8844,'Attempts','1'),(38017,8844,'ClientIP','\"85.64.157.77\"'),(38018,8844,'UserAgent','\"\"'),(38019,8844,'CurrentUserID','0'),(38020,8845,'Attempts','1'),(38021,8845,'ClientIP','\"222.12.207.78\"'),(38022,8845,'UserAgent','\"\"'),(38023,8845,'CurrentUserID','0'),(38024,8846,'Attempts','1'),(38025,8846,'ClientIP','\"45.64.220.203\"'),(38026,8846,'UserAgent','\"\"'),(38027,8846,'CurrentUserID','0'),(38028,8847,'Attempts','1'),(38029,8847,'ClientIP','\"194.143.251.165\"'),(38030,8847,'UserAgent','\"\"'),(38031,8847,'CurrentUserID','0'),(38032,8848,'Attempts','1'),(38033,8848,'ClientIP','\"14.2.10.244\"'),(38034,8848,'UserAgent','\"\"'),(38035,8848,'CurrentUserID','0'),(38036,8849,'Attempts','1'),(38037,8849,'ClientIP','\"188.27.51.38\"'),(38038,8849,'UserAgent','\"\"'),(38039,8849,'CurrentUserID','0'),(38040,8850,'Attempts','1'),(38041,8850,'ClientIP','\"78.63.76.157\"'),(38042,8850,'UserAgent','\"\"'),(38043,8850,'CurrentUserID','0'),(38044,8851,'Attempts','1'),(38045,8851,'ClientIP','\"115.185.153.244\"'),(38046,8851,'UserAgent','\"\"'),(38047,8851,'CurrentUserID','0'),(38048,8852,'Attempts','1'),(38049,8852,'ClientIP','\"112.207.221.170\"'),(38050,8852,'UserAgent','\"\"'),(38051,8852,'CurrentUserID','0'),(38052,8853,'Attempts','1'),(38053,8853,'ClientIP','\"81.136.84.144\"'),(38054,8853,'UserAgent','\"\"'),(38055,8853,'CurrentUserID','0'),(38056,8854,'Attempts','1'),(38057,8854,'ClientIP','\"151.72.93.115\"'),(38058,8854,'UserAgent','\"\"'),(38059,8854,'CurrentUserID','0'),(38060,8855,'Attempts','1'),(38061,8855,'ClientIP','\"154.70.7.49\"'),(38062,8855,'UserAgent','\"\"'),(38063,8855,'CurrentUserID','0'),(38064,8856,'Attempts','1'),(38065,8856,'ClientIP','\"103.230.103.130\"'),(38066,8856,'UserAgent','\"\"'),(38067,8856,'CurrentUserID','0'),(38068,8857,'Attempts','1'),(38069,8857,'ClientIP','\"41.38.222.226\"'),(38070,8857,'UserAgent','\"\"'),(38071,8857,'CurrentUserID','0'),(38072,8858,'Attempts','1'),(38073,8858,'ClientIP','\"187.59.85.13\"'),(38074,8858,'UserAgent','\"\"'),(38075,8858,'CurrentUserID','0'),(38076,8859,'Attempts','1'),(38077,8859,'ClientIP','\"88.16.253.207\"'),(38078,8859,'UserAgent','\"\"'),(38079,8859,'CurrentUserID','0'),(38080,8860,'Attempts','1'),(38081,8860,'ClientIP','\"199.87.154.255\"'),(38082,8860,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.94 Safari\\/537.36\"'),(38083,8860,'CurrentUserID','0'),(38084,8861,'Attempts','1'),(38085,8861,'ClientIP','\"213.240.89.175\"'),(38086,8861,'UserAgent','\"\"'),(38087,8861,'CurrentUserID','0'),(38088,8862,'Attempts','1'),(38089,8862,'ClientIP','\"105.105.16.108\"'),(38090,8862,'UserAgent','\"\"'),(38091,8862,'CurrentUserID','0'),(38092,8863,'Attempts','1'),(38093,8863,'ClientIP','\"105.229.92.62\"'),(38094,8863,'UserAgent','\"\"'),(38095,8863,'CurrentUserID','0'),(38096,8864,'Attempts','1'),(38097,8864,'ClientIP','\"169.1.70.166\"'),(38098,8864,'UserAgent','\"\"'),(38099,8864,'CurrentUserID','0'),(38100,8865,'Attempts','1'),(38101,8865,'ClientIP','\"178.164.168.192\"'),(38102,8865,'UserAgent','\"\"'),(38103,8865,'CurrentUserID','0'),(38104,8866,'Attempts','1'),(38105,8866,'ClientIP','\"84.102.251.234\"'),(38106,8866,'UserAgent','\"\"'),(38107,8866,'CurrentUserID','0'),(38108,8867,'Attempts','1'),(38109,8867,'ClientIP','\"123.136.237.251\"'),(38110,8867,'UserAgent','\"\"'),(38111,8867,'CurrentUserID','0'),(38112,8868,'Attempts','1'),(38113,8868,'ClientIP','\"93.87.177.86\"'),(38114,8868,'UserAgent','\"\"'),(38115,8868,'CurrentUserID','0'),(38116,8869,'Attempts','1'),(38117,8869,'ClientIP','\"179.222.73.70\"'),(38118,8869,'UserAgent','\"\"'),(38119,8869,'CurrentUserID','0'),(38120,8870,'Attempts','1'),(38121,8870,'ClientIP','\"61.99.39.199\"'),(38122,8870,'UserAgent','\"\"'),(38123,8870,'CurrentUserID','0'),(38124,8871,'Attempts','1'),(38125,8871,'ClientIP','\"176.86.7.193\"'),(38126,8871,'UserAgent','\"\"'),(38127,8871,'CurrentUserID','0'),(38128,8872,'Attempts','1'),(38129,8872,'ClientIP','\"79.101.207.185\"'),(38130,8872,'UserAgent','\"\"'),(38131,8872,'CurrentUserID','0'),(38132,8873,'Attempts','1'),(38133,8873,'ClientIP','\"41.249.19.49\"'),(38134,8873,'UserAgent','\"\"'),(38135,8873,'CurrentUserID','0'),(38136,8874,'Attempts','1'),(38137,8874,'ClientIP','\"41.182.35.108\"'),(38138,8874,'UserAgent','\"\"'),(38139,8874,'CurrentUserID','0'),(38140,8875,'Attempts','1'),(38141,8875,'ClientIP','\"188.187.20.109\"'),(38142,8875,'UserAgent','\"\"'),(38143,8875,'CurrentUserID','0'),(38144,8876,'Attempts','1'),(38145,8876,'ClientIP','\"197.35.140.175\"'),(38146,8876,'UserAgent','\"\"'),(38147,8876,'CurrentUserID','0'),(38148,8877,'Attempts','1'),(38149,8877,'ClientIP','\"94.132.62.113\"'),(38150,8877,'UserAgent','\"\"'),(38151,8877,'CurrentUserID','0'),(38152,8878,'Attempts','1'),(38153,8878,'ClientIP','\"117.211.37.15\"'),(38154,8878,'UserAgent','\"\"'),(38155,8878,'CurrentUserID','0'),(38156,8879,'Attempts','1'),(38157,8879,'ClientIP','\"178.175.66.66\"'),(38158,8879,'UserAgent','\"\"'),(38159,8879,'CurrentUserID','0'),(38160,8880,'Attempts','1'),(38161,8880,'ClientIP','\"79.177.221.87\"'),(38162,8880,'UserAgent','\"\"'),(38163,8880,'CurrentUserID','0'),(38164,8881,'Attempts','1'),(38165,8881,'ClientIP','\"190.137.223.169\"'),(38166,8881,'UserAgent','\"\"'),(38167,8881,'CurrentUserID','0'),(38168,8882,'Attempts','1'),(38169,8882,'ClientIP','\"178.152.43.19\"'),(38170,8882,'UserAgent','\"\"'),(38171,8882,'CurrentUserID','0'),(38172,8883,'Attempts','1'),(38173,8883,'ClientIP','\"217.171.85.133\"'),(38174,8883,'UserAgent','\"\"'),(38175,8883,'CurrentUserID','0'),(38176,8884,'Attempts','1'),(38177,8884,'ClientIP','\"95.168.48.74\"'),(38178,8884,'UserAgent','\"\"'),(38179,8884,'CurrentUserID','0'),(38180,8885,'Attempts','1'),(38181,8885,'ClientIP','\"31.9.92.245\"'),(38182,8885,'UserAgent','\"\"'),(38183,8885,'CurrentUserID','0'),(38184,8886,'Attempts','1'),(38185,8886,'ClientIP','\"179.211.177.6\"'),(38186,8886,'UserAgent','\"\"'),(38187,8886,'CurrentUserID','0'),(38188,8887,'Attempts','1'),(38189,8887,'ClientIP','\"176.63.80.249\"'),(38190,8887,'UserAgent','\"\"'),(38191,8887,'CurrentUserID','0'),(38192,8888,'Attempts','1'),(38193,8888,'ClientIP','\"121.54.92.133\"'),(38194,8888,'UserAgent','\"\"'),(38195,8888,'CurrentUserID','0'),(38196,8889,'Attempts','1'),(38197,8889,'ClientIP','\"87.6.38.12\"'),(38198,8889,'UserAgent','\"\"'),(38199,8889,'CurrentUserID','0'),(38200,8890,'Attempts','1'),(38201,8890,'ClientIP','\"79.177.103.153\"'),(38202,8890,'UserAgent','\"\"'),(38203,8890,'CurrentUserID','0'),(38204,8891,'Attempts','1'),(38205,8891,'ClientIP','\"81.191.245.58\"'),(38206,8891,'UserAgent','\"\"'),(38207,8891,'CurrentUserID','0'),(38208,8892,'Attempts','1'),(38209,8892,'ClientIP','\"112.198.103.2\"'),(38210,8892,'UserAgent','\"\"'),(38211,8892,'CurrentUserID','0'),(38212,8893,'Attempts','1'),(38213,8893,'ClientIP','\"149.78.134.81\"'),(38214,8893,'UserAgent','\"\"'),(38215,8893,'CurrentUserID','0'),(38216,8894,'Attempts','1'),(38217,8894,'ClientIP','\"1.186.172.168\"'),(38218,8894,'UserAgent','\"\"'),(38219,8894,'CurrentUserID','0'),(38220,8895,'Attempts','1'),(38221,8895,'ClientIP','\"200.85.42.142\"'),(38222,8895,'UserAgent','\"\"'),(38223,8895,'CurrentUserID','0'),(38224,8896,'Attempts','1'),(38225,8896,'ClientIP','\"85.250.81.190\"'),(38226,8896,'UserAgent','\"\"'),(38227,8896,'CurrentUserID','0'),(38228,8897,'Attempts','1'),(38229,8897,'ClientIP','\"80.220.66.22\"'),(38230,8897,'UserAgent','\"\"'),(38231,8897,'CurrentUserID','0'),(38232,8898,'Attempts','1'),(38233,8898,'ClientIP','\"1.9.74.210\"'),(38234,8898,'UserAgent','\"\"'),(38235,8898,'CurrentUserID','0'),(38236,8899,'Attempts','1'),(38237,8899,'ClientIP','\"178.149.202.29\"'),(38238,8899,'UserAgent','\"\"'),(38239,8899,'CurrentUserID','0'),(38240,8900,'Attempts','1'),(38241,8900,'ClientIP','\"124.107.63.129\"'),(38242,8900,'UserAgent','\"\"'),(38243,8900,'CurrentUserID','0'),(38244,8901,'Attempts','1'),(38245,8901,'ClientIP','\"197.191.94.92\"'),(38246,8901,'UserAgent','\"\"'),(38247,8901,'CurrentUserID','0'),(38248,8902,'Attempts','1'),(38249,8902,'ClientIP','\"182.183.224.183\"'),(38250,8902,'UserAgent','\"\"'),(38251,8902,'CurrentUserID','0'),(38252,8903,'Attempts','1'),(38253,8903,'ClientIP','\"85.10.210.199\"'),(38254,8903,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko\\/20100101 Firefox\\/22.0\"'),(38255,8903,'CurrentUserID','0'),(38256,8904,'Attempts','1'),(38257,8904,'ClientIP','\"39.45.43.33\"'),(38258,8904,'UserAgent','\"\"'),(38259,8904,'CurrentUserID','0'),(38260,8905,'Attempts','1'),(38261,8905,'ClientIP','\"1.186.32.146\"'),(38262,8905,'UserAgent','\"\"'),(38263,8905,'CurrentUserID','0'),(38264,8906,'Attempts','1'),(38265,8906,'ClientIP','\"172.91.217.158\"'),(38266,8906,'UserAgent','\"\"'),(38267,8906,'CurrentUserID','0'),(38268,8907,'Attempts','1'),(38269,8907,'ClientIP','\"41.182.35.108\"'),(38270,8907,'UserAgent','\"\"'),(38271,8907,'CurrentUserID','0'),(38272,8908,'Attempts','1'),(38273,8908,'ClientIP','\"188.26.0.216\"'),(38274,8908,'UserAgent','\"\"'),(38275,8908,'CurrentUserID','0'),(38276,8909,'Attempts','1'),(38277,8909,'ClientIP','\"69.178.29.135\"'),(38278,8909,'UserAgent','\"\"'),(38279,8909,'CurrentUserID','0'),(38280,8910,'Attempts','1'),(38281,8910,'ClientIP','\"168.187.208.254\"'),(38282,8910,'UserAgent','\"\"'),(38283,8910,'CurrentUserID','0'),(38284,8911,'Attempts','1'),(38285,8911,'ClientIP','\"201.51.183.100\"'),(38286,8911,'UserAgent','\"\"'),(38287,8911,'CurrentUserID','0'),(38288,8912,'Attempts','1'),(38289,8912,'ClientIP','\"169.0.42.215\"'),(38290,8912,'UserAgent','\"\"'),(38291,8912,'CurrentUserID','0'),(38292,8913,'Attempts','1'),(38293,8913,'ClientIP','\"178.22.207.187\"'),(38294,8913,'UserAgent','\"\"'),(38295,8913,'CurrentUserID','0'),(38296,8914,'Attempts','1'),(38297,8914,'ClientIP','\"86.125.214.221\"'),(38298,8914,'UserAgent','\"\"'),(38299,8914,'CurrentUserID','0'),(38300,8915,'Attempts','1'),(38301,8915,'ClientIP','\"78.137.246.159\"'),(38302,8915,'UserAgent','\"\"'),(38303,8915,'CurrentUserID','0'),(38304,8916,'Attempts','1'),(38305,8916,'ClientIP','\"105.229.92.62\"'),(38306,8916,'UserAgent','\"\"'),(38307,8916,'CurrentUserID','0'),(38308,8917,'Attempts','1'),(38309,8917,'ClientIP','\"78.58.199.25\"'),(38310,8917,'UserAgent','\"\"'),(38311,8917,'CurrentUserID','0'),(38312,8918,'Attempts','1'),(38313,8918,'ClientIP','\"95.159.70.86\"'),(38314,8918,'UserAgent','\"\"'),(38315,8918,'CurrentUserID','0'),(38316,8919,'Attempts','1'),(38317,8919,'ClientIP','\"121.54.92.147\"'),(38318,8919,'UserAgent','\"\"'),(38319,8919,'CurrentUserID','0'),(38320,8920,'Attempts','1'),(38321,8920,'ClientIP','\"124.105.53.221\"'),(38322,8920,'UserAgent','\"\"'),(38323,8920,'CurrentUserID','0'),(38324,8921,'Attempts','1'),(38325,8921,'ClientIP','\"177.179.237.2\"'),(38326,8921,'UserAgent','\"\"'),(38327,8921,'CurrentUserID','0'),(38328,8922,'Attempts','2'),(38329,8922,'Username','\"wsaaus15\"'),(38330,8922,'CurrentUserRoles','[\"administrator\"]'),(38331,8922,'ClientIP','\"96.44.179.242\"'),(38332,8922,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(38333,8923,'Attempts','2'),(38334,8923,'ClientIP','\"96.44.179.242\"'),(38335,8923,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(38336,8923,'CurrentUserID','0'),(38337,8924,'Attempts','1'),(38338,8924,'ClientIP','\"79.170.50.36\"'),(38339,8924,'UserAgent','\"\"'),(38340,8924,'CurrentUserID','0'),(38341,8925,'Attempts','1'),(38342,8925,'ClientIP','\"184.3.250.125\"'),(38343,8925,'UserAgent','\"\"'),(38344,8925,'CurrentUserID','0'),(38345,8926,'Attempts','1'),(38346,8926,'ClientIP','\"46.214.180.181\"'),(38347,8926,'UserAgent','\"\"'),(38348,8926,'CurrentUserID','0'),(38349,8927,'Attempts','1'),(38350,8927,'ClientIP','\"204.237.80.11\"'),(38351,8927,'UserAgent','\"\"'),(38352,8927,'CurrentUserID','0'),(38353,8928,'Attempts','1'),(38354,8928,'ClientIP','\"94.203.2.140\"'),(38355,8928,'UserAgent','\"\"'),(38356,8928,'CurrentUserID','0'),(38357,8929,'Attempts','1'),(38358,8929,'ClientIP','\"116.75.164.253\"'),(38359,8929,'UserAgent','\"\"'),(38360,8929,'CurrentUserID','0'),(38361,8930,'Attempts','1'),(38362,8930,'ClientIP','\"85.250.73.69\"'),(38363,8930,'UserAgent','\"\"'),(38364,8930,'CurrentUserID','0'),(38365,8931,'Attempts','1'),(38366,8931,'ClientIP','\"188.27.210.160\"'),(38367,8931,'UserAgent','\"\"'),(38368,8931,'CurrentUserID','0'),(38369,8932,'Attempts','1'),(38370,8932,'ClientIP','\"180.191.111.221\"'),(38371,8932,'UserAgent','\"\"'),(38372,8932,'CurrentUserID','0'),(38373,8933,'Attempts','1'),(38374,8933,'ClientIP','\"37.193.7.184\"'),(38375,8933,'UserAgent','\"\"'),(38376,8933,'CurrentUserID','0'),(38377,8934,'Attempts','1'),(38378,8934,'ClientIP','\"110.5.76.38\"'),(38379,8934,'UserAgent','\"\"'),(38380,8934,'CurrentUserID','0'),(38381,8935,'Attempts','1'),(38382,8935,'ClientIP','\"77.28.13.110\"'),(38383,8935,'UserAgent','\"\"'),(38384,8935,'CurrentUserID','0'),(38385,8936,'Attempts','1'),(38386,8936,'ClientIP','\"185.56.180.54\"'),(38387,8936,'UserAgent','\"\"'),(38388,8936,'CurrentUserID','0'),(38389,8937,'Attempts','1'),(38390,8937,'ClientIP','\"203.87.163.37\"'),(38391,8937,'UserAgent','\"\"'),(38392,8937,'CurrentUserID','0'),(38393,8938,'Attempts','1'),(38394,8938,'ClientIP','\"41.213.166.75\"'),(38395,8938,'UserAgent','\"\"'),(38396,8938,'CurrentUserID','0'),(38397,8939,'Attempts','1'),(38398,8939,'ClientIP','\"178.59.165.147\"'),(38399,8939,'UserAgent','\"\"'),(38400,8939,'CurrentUserID','0'),(38401,8940,'Attempts','1'),(38402,8940,'ClientIP','\"43.231.66.206\"'),(38403,8940,'UserAgent','\"\"'),(38404,8940,'CurrentUserID','0'),(38405,8941,'Attempts','1'),(38406,8941,'ClientIP','\"59.99.67.14\"'),(38407,8941,'UserAgent','\"\"'),(38408,8941,'CurrentUserID','0'),(38409,8942,'Attempts','1'),(38410,8942,'ClientIP','\"103.9.115.170\"'),(38411,8942,'UserAgent','\"\"'),(38412,8942,'CurrentUserID','0'),(38413,8943,'Attempts','1'),(38414,8943,'ClientIP','\"79.100.165.115\"'),(38415,8943,'UserAgent','\"\"'),(38416,8943,'CurrentUserID','0'),(38417,8944,'Attempts','1'),(38418,8944,'ClientIP','\"103.242.79.196\"'),(38419,8944,'UserAgent','\"\"'),(38420,8944,'CurrentUserID','0'),(38421,8945,'Attempts','1'),(38422,8945,'ClientIP','\"93.138.2.190\"'),(38423,8945,'UserAgent','\"\"'),(38424,8945,'CurrentUserID','0'),(38425,8946,'Attempts','1'),(38426,8946,'ClientIP','\"111.68.99.250\"'),(38427,8946,'UserAgent','\"\"'),(38428,8946,'CurrentUserID','0'),(38429,8947,'Attempts','1'),(38430,8947,'ClientIP','\"213.119.19.178\"'),(38431,8947,'UserAgent','\"\"'),(38432,8947,'CurrentUserID','0'),(38433,8948,'Attempts','1'),(38434,8948,'ClientIP','\"89.205.78.161\"'),(38435,8948,'UserAgent','\"\"'),(38436,8948,'CurrentUserID','0'),(38437,8949,'Attempts','1'),(38438,8949,'ClientIP','\"118.179.160.148\"'),(38439,8949,'UserAgent','\"\"'),(38440,8949,'CurrentUserID','0'),(38441,8950,'Attempts','1'),(38442,8950,'ClientIP','\"175.208.186.242\"'),(38443,8950,'UserAgent','\"\"'),(38444,8950,'CurrentUserID','0'),(38445,8951,'Attempts','1'),(38446,8951,'ClientIP','\"124.13.113.132\"'),(38447,8951,'UserAgent','\"\"'),(38448,8951,'CurrentUserID','0'),(38449,8952,'Attempts','1'),(38450,8952,'ClientIP','\"79.116.7.181\"'),(38451,8952,'UserAgent','\"\"'),(38452,8952,'CurrentUserID','0'),(38453,8953,'Attempts','1'),(38454,8953,'ClientIP','\"197.255.240.47\"'),(38455,8953,'UserAgent','\"\"'),(38456,8953,'CurrentUserID','0'),(38457,8954,'Attempts','1'),(38458,8954,'ClientIP','\"185.61.149.41\"'),(38459,8954,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.4 (KHTML like Gecko) Chrome\\/22.0.1229.94 Safari\\/537.4\"'),(38460,8954,'CurrentUserID','0'),(38461,8955,'Attempts','1'),(38462,8955,'ClientIP','\"46.240.247.86\"'),(38463,8955,'UserAgent','\"\"'),(38464,8955,'CurrentUserID','0'),(38465,8956,'Attempts','1'),(38466,8956,'ClientIP','\"86.218.181.163\"'),(38467,8956,'UserAgent','\"\"'),(38468,8956,'CurrentUserID','0'),(38469,8957,'Attempts','1'),(38470,8957,'ClientIP','\"141.136.14.109\"'),(38471,8957,'UserAgent','\"\"'),(38472,8957,'CurrentUserID','0'),(38473,8958,'Attempts','1'),(38474,8958,'ClientIP','\"188.219.120.204\"'),(38475,8958,'UserAgent','\"\"'),(38476,8958,'CurrentUserID','0'),(38477,8959,'Attempts','1'),(38478,8959,'ClientIP','\"78.0.244.242\"'),(38479,8959,'UserAgent','\"\"'),(38480,8959,'CurrentUserID','0'),(38481,8960,'Attempts','1'),(38482,8960,'ClientIP','\"37.106.220.170\"'),(38483,8960,'UserAgent','\"\"'),(38484,8960,'CurrentUserID','0'),(38485,8961,'Attempts','1'),(38486,8961,'ClientIP','\"109.101.13.221\"'),(38487,8961,'UserAgent','\"\"'),(38488,8961,'CurrentUserID','0'),(38489,8962,'Attempts','1'),(38490,8962,'ClientIP','\"42.117.169.176\"'),(38491,8962,'UserAgent','\"\"'),(38492,8962,'CurrentUserID','0'),(38493,8963,'Attempts','1'),(38494,8963,'ClientIP','\"91.140.53.212\"'),(38495,8963,'UserAgent','\"\"'),(38496,8963,'CurrentUserID','0'),(38497,8964,'Attempts','1'),(38498,8964,'ClientIP','\"41.231.9.94\"'),(38499,8964,'UserAgent','\"\"'),(38500,8964,'CurrentUserID','0'),(38501,8965,'Attempts','1'),(38502,8965,'ClientIP','\"177.16.195.164\"'),(38503,8965,'UserAgent','\"\"'),(38504,8965,'CurrentUserID','0'),(38505,8966,'Attempts','1'),(38506,8966,'ClientIP','\"5.146.248.27\"'),(38507,8966,'UserAgent','\"\"'),(38508,8966,'CurrentUserID','0'),(38509,8967,'Attempts','1'),(38510,8967,'ClientIP','\"116.90.108.15\"'),(38511,8967,'UserAgent','\"\"'),(38512,8967,'CurrentUserID','0'),(38513,8968,'Attempts','1'),(38514,8968,'ClientIP','\"178.68.77.74\"'),(38515,8968,'UserAgent','\"\"'),(38516,8968,'CurrentUserID','0'),(38517,8969,'Attempts','1'),(38518,8969,'ClientIP','\"10.160.16.210\"'),(38519,8969,'UserAgent','\"\"'),(38520,8969,'CurrentUserID','0'),(38521,8970,'Attempts','1'),(38522,8970,'ClientIP','\"46.99.121.81\"'),(38523,8970,'UserAgent','\"\"'),(38524,8970,'CurrentUserID','0'),(38525,8971,'Attempts','1'),(38526,8971,'ClientIP','\"93.105.179.221\"'),(38527,8971,'UserAgent','\"\"'),(38528,8971,'CurrentUserID','0'),(38529,8972,'Attempts','1'),(38530,8972,'ClientIP','\"89.64.29.43\"'),(38531,8972,'UserAgent','\"\"'),(38532,8972,'CurrentUserID','0'),(38533,8973,'Attempts','1'),(38534,8973,'ClientIP','\"178.206.104.4\"'),(38535,8973,'UserAgent','\"\"'),(38536,8973,'CurrentUserID','0'),(38537,8974,'Attempts','1'),(38538,8974,'ClientIP','\"103.244.13.230\"'),(38539,8974,'UserAgent','\"\"'),(38540,8974,'CurrentUserID','0'),(38541,8975,'Attempts','1'),(38542,8975,'ClientIP','\"82.137.10.172\"'),(38543,8975,'UserAgent','\"\"'),(38544,8975,'CurrentUserID','0'),(38545,8976,'Attempts','1'),(38546,8976,'ClientIP','\"109.75.38.28\"'),(38547,8976,'UserAgent','\"\"'),(38548,8976,'CurrentUserID','0'),(38549,8977,'Attempts','1'),(38550,8977,'ClientIP','\"188.50.135.230\"'),(38551,8977,'UserAgent','\"\"'),(38552,8977,'CurrentUserID','0'),(38553,8978,'Attempts','1'),(38554,8978,'ClientIP','\"104.175.208.140\"'),(38555,8978,'UserAgent','\"\"'),(38556,8978,'CurrentUserID','0'),(38557,8979,'Attempts','1'),(38558,8979,'ClientIP','\"89.155.152.187\"'),(38559,8979,'UserAgent','\"\"'),(38560,8979,'CurrentUserID','0'),(38561,8980,'Attempts','1'),(38562,8980,'ClientIP','\"37.205.24.252\"'),(38563,8980,'UserAgent','\"\"'),(38564,8980,'CurrentUserID','0'),(38565,8981,'Attempts','1'),(38566,8981,'ClientIP','\"191.179.98.215\"'),(38567,8981,'UserAgent','\"\"'),(38568,8981,'CurrentUserID','0'),(38569,8982,'Attempts','1'),(38570,8982,'ClientIP','\"95.237.234.162\"'),(38571,8982,'UserAgent','\"\"'),(38572,8982,'CurrentUserID','0'),(38573,8983,'Attempts','1'),(38574,8983,'ClientIP','\"92.109.222.83\"'),(38575,8983,'UserAgent','\"\"'),(38576,8983,'CurrentUserID','0'),(38577,8984,'Attempts','1'),(38578,8984,'ClientIP','\"72.27.58.220\"'),(38579,8984,'UserAgent','\"\"'),(38580,8984,'CurrentUserID','0'),(38581,8985,'Attempts','1'),(38582,8985,'ClientIP','\"177.157.44.224\"'),(38583,8985,'UserAgent','\"\"'),(38584,8985,'CurrentUserID','0'),(38585,8986,'Attempts','1'),(38586,8986,'ClientIP','\"105.107.206.50\"'),(38587,8986,'UserAgent','\"\"'),(38588,8986,'CurrentUserID','0'),(38589,8987,'Attempts','1'),(38590,8987,'ClientIP','\"89.154.114.184\"'),(38591,8987,'UserAgent','\"\"'),(38592,8987,'CurrentUserID','0'),(38593,8988,'Attempts','1'),(38594,8988,'ClientIP','\"110.235.225.81\"'),(38595,8988,'UserAgent','\"\"'),(38596,8988,'CurrentUserID','0'),(38597,8989,'Attempts','1'),(38598,8989,'ClientIP','\"222.98.242.77\"'),(38599,8989,'UserAgent','\"\"'),(38600,8989,'CurrentUserID','0'),(38601,8990,'Attempts','1'),(38602,8990,'ClientIP','\"108.29.67.207\"'),(38603,8990,'UserAgent','\"\"'),(38604,8990,'CurrentUserID','0'),(38605,8991,'Attempts','1'),(38606,8991,'ClientIP','\"131.191.114.58\"'),(38607,8991,'UserAgent','\"\"'),(38608,8991,'CurrentUserID','0'),(38609,8992,'Attempts','1'),(38610,8992,'ClientIP','\"151.226.196.141\"'),(38611,8992,'UserAgent','\"\"'),(38612,8992,'CurrentUserID','0'),(38613,8993,'Attempts','1'),(38614,8993,'ClientIP','\"67.174.39.2\"'),(38615,8993,'UserAgent','\"\"'),(38616,8993,'CurrentUserID','0'),(38617,8994,'Attempts','1'),(38618,8994,'ClientIP','\"77.247.181.162\"'),(38619,8994,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0)\"'),(38620,8994,'CurrentUserID','0'),(38621,8995,'Attempts','1'),(38622,8995,'ClientIP','\"85.250.73.69\"'),(38623,8995,'UserAgent','\"\"'),(38624,8995,'CurrentUserID','0'),(38625,8996,'Attempts','1'),(38626,8996,'ClientIP','\"180.191.142.54\"'),(38627,8996,'UserAgent','\"\"'),(38628,8996,'CurrentUserID','0'),(38629,8997,'Attempts','1'),(38630,8997,'ClientIP','\"103.49.206.25\"'),(38631,8997,'UserAgent','\"\"'),(38632,8997,'CurrentUserID','0'),(38633,8998,'Attempts','1'),(38634,8998,'ClientIP','\"186.241.215.160\"'),(38635,8998,'UserAgent','\"\"'),(38636,8998,'CurrentUserID','0'),(38637,8999,'Attempts','1'),(38638,8999,'ClientIP','\"200.192.211.210\"'),(38639,8999,'UserAgent','\"\"'),(38640,8999,'CurrentUserID','0'),(38641,9000,'Attempts','1'),(38642,9000,'ClientIP','\"117.192.244.243\"'),(38643,9000,'UserAgent','\"\"'),(38644,9000,'CurrentUserID','0'),(38645,9001,'Attempts','1'),(38646,9001,'ClientIP','\"49.204.16.22\"'),(38647,9001,'UserAgent','\"\"'),(38648,9001,'CurrentUserID','0'),(38649,9002,'Attempts','1'),(38650,9002,'ClientIP','\"107.184.137.226\"'),(38651,9002,'UserAgent','\"\"'),(38652,9002,'CurrentUserID','0'),(38653,9003,'Attempts','1'),(38654,9003,'ClientIP','\"101.99.23.171\"'),(38655,9003,'UserAgent','\"\"'),(38656,9003,'CurrentUserID','0'),(38657,9004,'Attempts','1'),(38658,9004,'ClientIP','\"95.165.129.128\"'),(38659,9004,'UserAgent','\"\"'),(38660,9004,'CurrentUserID','0'),(38661,9005,'Attempts','1'),(38662,9005,'ClientIP','\"46.214.180.181\"'),(38663,9005,'UserAgent','\"\"'),(38664,9005,'CurrentUserID','0'),(38665,9006,'Attempts','1'),(38666,9006,'ClientIP','\"182.186.67.125\"'),(38667,9006,'UserAgent','\"\"'),(38668,9006,'CurrentUserID','0'),(38669,9007,'Attempts','1'),(38670,9007,'ClientIP','\"89.165.210.190\"'),(38671,9007,'UserAgent','\"\"'),(38672,9007,'CurrentUserID','0'),(38673,9008,'Attempts','1'),(38674,9008,'ClientIP','\"108.241.125.232\"'),(38675,9008,'UserAgent','\"\"'),(38676,9008,'CurrentUserID','0'),(38677,9009,'Attempts','1'),(38678,9009,'ClientIP','\"200.101.212.173\"'),(38679,9009,'UserAgent','\"\"'),(38680,9009,'CurrentUserID','0'),(38681,9010,'Attempts','1'),(38682,9010,'ClientIP','\"31.215.224.210\"'),(38683,9010,'UserAgent','\"\"'),(38684,9010,'CurrentUserID','0'),(38685,9011,'Attempts','1'),(38686,9011,'ClientIP','\"49.1.218.5\"'),(38687,9011,'UserAgent','\"\"'),(38688,9011,'CurrentUserID','0'),(38689,9012,'Attempts','1'),(38690,9012,'ClientIP','\"77.40.67.245\"'),(38691,9012,'UserAgent','\"\"'),(38692,9012,'CurrentUserID','0'),(38693,9013,'Attempts','1'),(38694,9013,'ClientIP','\"78.159.145.112\"'),(38695,9013,'UserAgent','\"\"'),(38696,9013,'CurrentUserID','0'),(38697,9014,'Attempts','2'),(38698,9014,'ClientIP','\"78.72.132.232\"'),(38699,9014,'UserAgent','\"\"'),(38700,9014,'CurrentUserID','0'),(38701,9015,'Attempts','1'),(38702,9015,'ClientIP','\"91.150.103.226\"'),(38703,9015,'UserAgent','\"\"'),(38704,9015,'CurrentUserID','0'),(38705,9016,'Attempts','1'),(38706,9016,'ClientIP','\"91.185.112.149\"'),(38707,9016,'UserAgent','\"\"'),(38708,9016,'CurrentUserID','0'),(38709,9017,'Attempts','\"10+\"'),(38710,9017,'ClientIP','\"54.66.231.188\"'),(38711,9017,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(38712,9017,'CurrentUserID','0'),(38713,9018,'Attempts','1'),(38714,9018,'ClientIP','\"39.54.85.130\"'),(38715,9018,'UserAgent','\"\"'),(38716,9018,'CurrentUserID','0'),(38717,9019,'Attempts','1'),(38718,9019,'ClientIP','\"125.180.25.234\"'),(38719,9019,'UserAgent','\"\"'),(38720,9019,'CurrentUserID','0'),(38721,9020,'Attempts','1'),(38722,9020,'ClientIP','\"177.40.175.71\"'),(38723,9020,'UserAgent','\"\"'),(38724,9020,'CurrentUserID','0'),(38725,9021,'Attempts','1'),(38726,9021,'ClientIP','\"89.205.78.161\"'),(38727,9021,'UserAgent','\"\"'),(38728,9021,'CurrentUserID','0'),(38729,9022,'Attempts','1'),(38730,9022,'ClientIP','\"210.195.175.236\"'),(38731,9022,'UserAgent','\"\"'),(38732,9022,'CurrentUserID','0'),(38733,9023,'Attempts','1'),(38734,9023,'ClientIP','\"42.113.205.7\"'),(38735,9023,'UserAgent','\"\"'),(38736,9023,'CurrentUserID','0'),(38737,9024,'Attempts','1'),(38738,9024,'ClientIP','\"95.159.70.86\"'),(38739,9024,'UserAgent','\"\"'),(38740,9024,'CurrentUserID','0'),(38741,9025,'Attempts','1'),(38742,9025,'ClientIP','\"93.87.110.191\"'),(38743,9025,'UserAgent','\"\"'),(38744,9025,'CurrentUserID','0'),(38745,9026,'Attempts','1'),(38746,9026,'ClientIP','\"31.201.49.130\"'),(38747,9026,'UserAgent','\"\"'),(38748,9026,'CurrentUserID','0'),(38749,9027,'Attempts','1'),(38750,9027,'ClientIP','\"169.0.42.215\"'),(38751,9027,'UserAgent','\"\"'),(38752,9027,'CurrentUserID','0'),(38753,9028,'Attempts','1'),(38754,9028,'ClientIP','\"89.143.96.68\"'),(38755,9028,'UserAgent','\"\"'),(38756,9028,'CurrentUserID','0'),(38757,9029,'Attempts','1'),(38758,9029,'ClientIP','\"5.134.106.135\"'),(38759,9029,'UserAgent','\"\"'),(38760,9029,'CurrentUserID','0'),(38761,9030,'Attempts','1'),(38762,9030,'ClientIP','\"118.179.160.148\"'),(38763,9030,'UserAgent','\"\"'),(38764,9030,'CurrentUserID','0'),(38765,9031,'Attempts','1'),(38766,9031,'ClientIP','\"124.105.53.221\"'),(38767,9031,'UserAgent','\"\"'),(38768,9031,'CurrentUserID','0'),(38769,9032,'Attempts','1'),(38770,9032,'ClientIP','\"89.169.61.93\"'),(38771,9032,'UserAgent','\"\"'),(38772,9032,'CurrentUserID','0'),(38773,9033,'Attempts','1'),(38774,9033,'ClientIP','\"121.54.32.99\"'),(38775,9033,'UserAgent','\"\"'),(38776,9033,'CurrentUserID','0'),(38777,9034,'Attempts','1'),(38778,9034,'ClientIP','\"68.186.66.170\"'),(38779,9034,'UserAgent','\"\"'),(38780,9034,'CurrentUserID','0'),(38781,9035,'Attempts','1'),(38782,9035,'ClientIP','\"95.77.123.178\"'),(38783,9035,'UserAgent','\"\"'),(38784,9035,'CurrentUserID','0'),(38785,9036,'Attempts','1'),(38786,9036,'ClientIP','\"149.202.98.160\"'),(38787,9036,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.11 (KHTML like Gecko) Chrome\\/23.0.1271.97 Safari\\/537.11\"'),(38788,9036,'CurrentUserID','0'),(38789,9037,'Attempts','1'),(38790,9037,'ClientIP','\"93.40.137.195\"'),(38791,9037,'UserAgent','\"\"'),(38792,9037,'CurrentUserID','0'),(38793,9038,'Attempts','1'),(38794,9038,'ClientIP','\"77.126.29.40\"'),(38795,9038,'UserAgent','\"\"'),(38796,9038,'CurrentUserID','0'),(38797,9039,'Attempts','1'),(38798,9039,'ClientIP','\"89.43.208.125\"'),(38799,9039,'UserAgent','\"\"'),(38800,9039,'CurrentUserID','0'),(38801,9040,'Attempts','1'),(38802,9040,'ClientIP','\"39.47.14.137\"'),(38803,9040,'UserAgent','\"\"'),(38804,9040,'CurrentUserID','0'),(38805,9041,'Attempts','1'),(38806,9041,'ClientIP','\"95.120.122.216\"'),(38807,9041,'UserAgent','\"\"'),(38808,9041,'CurrentUserID','0'),(38809,9042,'Attempts','1'),(38810,9042,'ClientIP','\"105.105.23.226\"'),(38811,9042,'UserAgent','\"\"'),(38812,9042,'CurrentUserID','0'),(38813,9043,'Attempts','1'),(38814,9043,'ClientIP','\"46.193.143.250\"'),(38815,9043,'UserAgent','\"\"'),(38816,9043,'CurrentUserID','0'),(38817,9044,'Attempts','1'),(38818,9044,'ClientIP','\"219.92.122.51\"'),(38819,9044,'UserAgent','\"\"'),(38820,9044,'CurrentUserID','0'),(38821,9045,'Attempts','1'),(38822,9045,'ClientIP','\"103.240.192.64\"'),(38823,9045,'UserAgent','\"\"'),(38824,9045,'CurrentUserID','0'),(38825,9046,'Attempts','1'),(38826,9046,'ClientIP','\"65.113.104.43\"'),(38827,9046,'UserAgent','\"\"'),(38828,9046,'CurrentUserID','0'),(38829,9047,'Attempts','1'),(38830,9047,'ClientIP','\"79.125.179.165\"'),(38831,9047,'UserAgent','\"\"'),(38832,9047,'CurrentUserID','0'),(38833,9048,'Attempts','1'),(38834,9048,'ClientIP','\"112.211.112.115\"'),(38835,9048,'UserAgent','\"\"'),(38836,9048,'CurrentUserID','0'),(38837,9049,'Attempts','1'),(38838,9049,'ClientIP','\"43.252.220.137\"'),(38839,9049,'UserAgent','\"\"'),(38840,9049,'CurrentUserID','0'),(38841,9050,'Attempts','1'),(38842,9050,'ClientIP','\"115.124.42.130\"'),(38843,9050,'UserAgent','\"\"'),(38844,9050,'CurrentUserID','0'),(38845,9051,'Attempts','1'),(38846,9051,'ClientIP','\"202.166.31.27\"'),(38847,9051,'UserAgent','\"\"'),(38848,9051,'CurrentUserID','0'),(38849,9052,'Attempts','1'),(38850,9052,'ClientIP','\"39.33.133.251\"'),(38851,9052,'UserAgent','\"\"'),(38852,9052,'CurrentUserID','0'),(38853,9053,'Attempts','1'),(38854,9053,'ClientIP','\"94.139.196.126\"'),(38855,9053,'UserAgent','\"\"'),(38856,9053,'CurrentUserID','0'),(38857,9054,'Attempts','1'),(38858,9054,'ClientIP','\"77.85.4.158\"'),(38859,9054,'UserAgent','\"\"'),(38860,9054,'CurrentUserID','0'),(38861,9055,'Attempts','1'),(38862,9055,'ClientIP','\"83.134.137.36\"'),(38863,9055,'UserAgent','\"\"'),(38864,9055,'CurrentUserID','0'),(38865,9056,'Attempts','1'),(38866,9056,'ClientIP','\"151.56.249.204\"'),(38867,9056,'UserAgent','\"\"'),(38868,9056,'CurrentUserID','0'),(38869,9057,'Attempts','1'),(38870,9057,'ClientIP','\"78.96.160.223\"'),(38871,9057,'UserAgent','\"\"'),(38872,9057,'CurrentUserID','0'),(38873,9058,'Attempts','1'),(38874,9058,'ClientIP','\"85.254.79.94\"'),(38875,9058,'UserAgent','\"\"'),(38876,9058,'CurrentUserID','0'),(38877,9059,'Attempts','1'),(38878,9059,'ClientIP','\"123.238.116.239\"'),(38879,9059,'UserAgent','\"\"'),(38880,9059,'CurrentUserID','0'),(38881,9060,'Attempts','1'),(38882,9060,'ClientIP','\"109.60.48.125\"'),(38883,9060,'UserAgent','\"\"'),(38884,9060,'CurrentUserID','0'),(38885,9061,'Attempts','1'),(38886,9061,'ClientIP','\"92.244.158.75\"'),(38887,9061,'UserAgent','\"\"'),(38888,9061,'CurrentUserID','0'),(38889,9062,'Attempts','1'),(38890,9062,'ClientIP','\"109.230.44.227\"'),(38891,9062,'UserAgent','\"\"'),(38892,9062,'CurrentUserID','0'),(38893,9063,'Attempts','1'),(38894,9063,'ClientIP','\"211.189.241.52\"'),(38895,9063,'UserAgent','\"\"'),(38896,9063,'CurrentUserID','0'),(38897,9064,'Attempts','1'),(38898,9064,'ClientIP','\"105.105.79.41\"'),(38899,9064,'UserAgent','\"\"'),(38900,9064,'CurrentUserID','0'),(38901,9065,'Attempts','1'),(38902,9065,'ClientIP','\"94.160.127.206\"'),(38903,9065,'UserAgent','\"\"'),(38904,9065,'CurrentUserID','0'),(38905,9066,'Attempts','1'),(38906,9066,'ClientIP','\"115.187.52.246\"'),(38907,9066,'UserAgent','\"\"'),(38908,9066,'CurrentUserID','0'),(38909,9067,'Attempts','1'),(38910,9067,'ClientIP','\"182.189.26.149\"'),(38911,9067,'UserAgent','\"\"'),(38912,9067,'CurrentUserID','0'),(38913,9068,'Attempts','1'),(38914,9068,'ClientIP','\"213.164.240.84\"'),(38915,9068,'UserAgent','\"\"'),(38916,9068,'CurrentUserID','0'),(38917,9069,'Attempts','1'),(38918,9069,'ClientIP','\"1.32.30.78\"'),(38919,9069,'UserAgent','\"\"'),(38920,9069,'CurrentUserID','0'),(38921,9070,'Attempts','1'),(38922,9070,'ClientIP','\"61.6.243.134\"'),(38923,9070,'UserAgent','\"\"'),(38924,9070,'CurrentUserID','0'),(38925,9071,'Attempts','1'),(38926,9071,'ClientIP','\"109.252.17.26\"'),(38927,9071,'UserAgent','\"\"'),(38928,9071,'CurrentUserID','0'),(38929,9072,'Attempts','1'),(38930,9072,'ClientIP','\"39.59.68.195\"'),(38931,9072,'UserAgent','\"\"'),(38932,9072,'CurrentUserID','0'),(38933,9073,'Attempts','1'),(38934,9073,'ClientIP','\"46.196.114.162\"'),(38935,9073,'UserAgent','\"\"'),(38936,9073,'CurrentUserID','0'),(38937,9074,'Attempts','1'),(38938,9074,'ClientIP','\"188.241.220.150\"'),(38939,9074,'UserAgent','\"\"'),(38940,9074,'CurrentUserID','0'),(38941,9075,'Attempts','1'),(38942,9075,'ClientIP','\"94.190.4.203\"'),(38943,9075,'UserAgent','\"\"'),(38944,9075,'CurrentUserID','0'),(38945,9076,'Attempts','1'),(38946,9076,'ClientIP','\"192.168.0.95\"'),(38947,9076,'UserAgent','\"\"'),(38948,9076,'CurrentUserID','0'),(38949,9077,'Attempts','1'),(38950,9077,'ClientIP','\"42.115.82.198\"'),(38951,9077,'UserAgent','\"\"'),(38952,9077,'CurrentUserID','0'),(38953,9078,'Attempts','1'),(38954,9078,'ClientIP','\"184.156.152.71\"'),(38955,9078,'UserAgent','\"\"'),(38956,9078,'CurrentUserID','0'),(38957,9079,'Attempts','1'),(38958,9079,'ClientIP','\"88.109.81.214\"'),(38959,9079,'UserAgent','\"\"'),(38960,9079,'CurrentUserID','0'),(38961,9080,'Attempts','1'),(38962,9080,'ClientIP','\"80.82.215.199\"'),(38963,9080,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:20.0) Gecko\\/20100101 Firefox\\/20.0\"'),(38964,9080,'CurrentUserID','0'),(38965,9081,'Attempts','1'),(38966,9081,'ClientIP','\"41.216.228.254\"'),(38967,9081,'UserAgent','\"\"'),(38968,9081,'CurrentUserID','0'),(38969,9082,'Attempts','1'),(38970,9082,'ClientIP','\"82.39.139.25\"'),(38971,9082,'UserAgent','\"\"'),(38972,9082,'CurrentUserID','0'),(38973,9083,'Attempts','1'),(38974,9083,'ClientIP','\"111.68.46.170\"'),(38975,9083,'UserAgent','\"\"'),(38976,9083,'CurrentUserID','0'),(38977,9084,'Attempts','1'),(38978,9084,'ClientIP','\"93.12.77.51\"'),(38979,9084,'UserAgent','\"\"'),(38980,9084,'CurrentUserID','0'),(38981,9085,'Attempts','2'),(38982,9085,'ClientIP','\"109.67.184.186\"'),(38983,9085,'UserAgent','\"\"'),(38984,9085,'CurrentUserID','0'),(38985,9086,'Attempts','1'),(38986,9086,'ClientIP','\"103.21.170.226\"'),(38987,9086,'UserAgent','\"\"'),(38988,9086,'CurrentUserID','0'),(38989,9087,'Attempts','1'),(38990,9087,'ClientIP','\"94.43.197.8\"'),(38991,9087,'UserAgent','\"\"'),(38992,9087,'CurrentUserID','0'),(38993,9088,'Attempts','1'),(38994,9088,'ClientIP','\"84.229.132.139\"'),(38995,9088,'UserAgent','\"\"'),(38996,9088,'CurrentUserID','0'),(38997,9089,'Attempts','1'),(38998,9089,'ClientIP','\"185.22.32.12\"'),(38999,9089,'UserAgent','\"\"'),(39000,9089,'CurrentUserID','0'),(39001,9090,'Attempts','1'),(39002,9090,'ClientIP','\"1.9.74.210\"'),(39003,9090,'UserAgent','\"\"'),(39004,9090,'CurrentUserID','0'),(39005,9091,'Attempts','\"10+\"'),(39006,9091,'ClientIP','\"54.66.231.188\"'),(39007,9091,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(39008,9091,'CurrentUserID','0'),(39009,9092,'Attempts','1'),(39010,9092,'ClientIP','\"89.216.203.51\"'),(39011,9092,'UserAgent','\"\"'),(39012,9092,'CurrentUserID','0'),(39013,9093,'Attempts','1'),(39014,9093,'ClientIP','\"43.231.66.196\"'),(39015,9093,'UserAgent','\"\"'),(39016,9093,'CurrentUserID','0'),(39017,9094,'Attempts','1'),(39018,9094,'ClientIP','\"31.52.126.31\"'),(39019,9094,'UserAgent','\"\"'),(39020,9094,'CurrentUserID','0'),(39021,9095,'Attempts','1'),(39022,9095,'ClientIP','\"78.96.64.62\"'),(39023,9095,'UserAgent','\"\"'),(39024,9095,'CurrentUserID','0'),(39025,9096,'Attempts','4'),(39026,9096,'Username','\"wsaaus15\"'),(39027,9096,'CurrentUserRoles','[\"administrator\"]'),(39028,9096,'ClientIP','\"96.44.179.242\"'),(39029,9096,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39030,9097,'Attempts','4'),(39031,9097,'ClientIP','\"96.44.179.242\"'),(39032,9097,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39033,9097,'CurrentUserID','0'),(39034,9098,'Attempts','1'),(39035,9098,'ClientIP','\"92.51.116.68\"'),(39036,9098,'UserAgent','\"\"'),(39037,9098,'CurrentUserID','0'),(39038,9099,'Attempts','1'),(39039,9099,'ClientIP','\"82.114.76.251\"'),(39040,9099,'UserAgent','\"\"'),(39041,9099,'CurrentUserID','0'),(39042,9100,'Attempts','1'),(39043,9100,'ClientIP','\"89.64.14.40\"'),(39044,9100,'UserAgent','\"\"'),(39045,9100,'CurrentUserID','0'),(39046,9101,'Attempts','1'),(39047,9101,'ClientIP','\"103.224.117.128\"'),(39048,9101,'UserAgent','\"\"'),(39049,9101,'CurrentUserID','0'),(39050,9102,'Attempts','1'),(39051,9102,'ClientIP','\"50.65.56.53\"'),(39052,9102,'UserAgent','\"\"'),(39053,9102,'CurrentUserID','0'),(39054,9103,'Attempts','1'),(39055,9103,'ClientIP','\"94.78.104.12\"'),(39056,9103,'UserAgent','\"\"'),(39057,9103,'CurrentUserID','0'),(39058,9104,'Attempts','1'),(39059,9104,'ClientIP','\"196.195.117.114\"'),(39060,9104,'UserAgent','\"\"'),(39061,9104,'CurrentUserID','0'),(39062,9105,'Attempts','1'),(39063,9105,'ClientIP','\"50.153.233.130\"'),(39064,9105,'UserAgent','\"\"'),(39065,9105,'CurrentUserID','0'),(39066,9106,'Attempts','1'),(39067,9106,'ClientIP','\"142.4.213.25\"'),(39068,9106,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.17 (KHTML like Gecko) Chrome\\/24.0.1312.56 Safari\\/537.17\"'),(39069,9106,'CurrentUserID','0'),(39070,9107,'Attempts','1'),(39071,9107,'ClientIP','\"79.175.72.80\"'),(39072,9107,'UserAgent','\"\"'),(39073,9107,'CurrentUserID','0'),(39074,9108,'Attempts','1'),(39075,9108,'ClientIP','\"79.119.142.79\"'),(39076,9108,'UserAgent','\"\"'),(39077,9108,'CurrentUserID','0'),(39078,9109,'Attempts','1'),(39079,9109,'ClientIP','\"117.254.218.254\"'),(39080,9109,'UserAgent','\"\"'),(39081,9109,'CurrentUserID','0'),(39082,9110,'Attempts','2'),(39083,9110,'Username','\"wsaaus15\"'),(39084,9110,'CurrentUserRoles','[\"administrator\"]'),(39085,9110,'ClientIP','\"104.247.217.132\"'),(39086,9110,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39087,9111,'Attempts','2'),(39088,9111,'ClientIP','\"104.247.217.132\"'),(39089,9111,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39090,9111,'CurrentUserID','0'),(39091,9112,'Attempts','1'),(39092,9112,'ClientIP','\"1.186.172.168\"'),(39093,9112,'UserAgent','\"\"'),(39094,9112,'CurrentUserID','0'),(39095,9113,'Attempts','1'),(39096,9113,'ClientIP','\"188.50.30.142\"'),(39097,9113,'UserAgent','\"\"'),(39098,9113,'CurrentUserID','0'),(39099,9114,'Attempts','1'),(39100,9114,'ClientIP','\"200.85.42.142\"'),(39101,9114,'UserAgent','\"\"'),(39102,9114,'CurrentUserID','0'),(39103,9115,'Attempts','1'),(39104,9115,'ClientIP','\"90.56.126.232\"'),(39105,9115,'UserAgent','\"\"'),(39106,9115,'CurrentUserID','0'),(39107,9116,'Attempts','1'),(39108,9116,'ClientIP','\"121.54.92.133\"'),(39109,9116,'UserAgent','\"\"'),(39110,9116,'CurrentUserID','0'),(39111,9117,'Attempts','1'),(39112,9117,'ClientIP','\"46.225.71.248\"'),(39113,9117,'UserAgent','\"\"'),(39114,9117,'CurrentUserID','0'),(39115,9118,'Attempts','1'),(39116,9118,'ClientIP','\"79.97.238.59\"'),(39117,9118,'UserAgent','\"\"'),(39118,9118,'CurrentUserID','0'),(39119,9119,'Attempts','1'),(39120,9119,'ClientIP','\"182.74.103.146\"'),(39121,9119,'UserAgent','\"\"'),(39122,9119,'CurrentUserID','0'),(39123,9120,'Attempts','1'),(39124,9120,'ClientIP','\"115.185.147.97\"'),(39125,9120,'UserAgent','\"\"'),(39126,9120,'CurrentUserID','0'),(39127,9121,'Attempts','1'),(39128,9121,'ClientIP','\"121.54.92.147\"'),(39129,9121,'UserAgent','\"\"'),(39130,9121,'CurrentUserID','0'),(39131,9122,'Attempts','2'),(39132,9122,'ClientIP','\"49.244.136.62\"'),(39133,9122,'UserAgent','\"\"'),(39134,9122,'CurrentUserID','0'),(39135,9123,'Attempts','1'),(39136,9123,'ClientIP','\"79.116.138.13\"'),(39137,9123,'UserAgent','\"\"'),(39138,9123,'CurrentUserID','0'),(39139,9124,'Attempts','1'),(39140,9124,'ClientIP','\"14.63.125.157\"'),(39141,9124,'UserAgent','\"\"'),(39142,9124,'CurrentUserID','0'),(39143,9125,'Attempts','1'),(39144,9125,'ClientIP','\"94.176.97.3\"'),(39145,9125,'UserAgent','\"\"'),(39146,9125,'CurrentUserID','0'),(39147,9126,'Attempts','1'),(39148,9126,'ClientIP','\"82.230.212.35\"'),(39149,9126,'UserAgent','\"\"'),(39150,9126,'CurrentUserID','0'),(39151,9127,'Attempts','1'),(39152,9127,'ClientIP','\"111.119.212.198\"'),(39153,9127,'UserAgent','\"\"'),(39154,9127,'CurrentUserID','0'),(39155,9128,'Attempts','1'),(39156,9128,'ClientIP','\"197.225.65.110\"'),(39157,9128,'UserAgent','\"\"'),(39158,9128,'CurrentUserID','0'),(39159,9129,'Attempts','1'),(39160,9129,'ClientIP','\"78.97.71.138\"'),(39161,9129,'UserAgent','\"\"'),(39162,9129,'CurrentUserID','0'),(39163,9130,'Attempts','1'),(39164,9130,'ClientIP','\"80.227.8.166\"'),(39165,9130,'UserAgent','\"\"'),(39166,9130,'CurrentUserID','0'),(39167,9131,'Attempts','1'),(39168,9131,'ClientIP','\"178.128.13.89\"'),(39169,9131,'UserAgent','\"\"'),(39170,9131,'CurrentUserID','0'),(39171,9132,'Attempts','1'),(39172,9132,'ClientIP','\"194.204.10.113\"'),(39173,9132,'UserAgent','\"\"'),(39174,9132,'CurrentUserID','0'),(39175,9133,'Attempts','1'),(39176,9133,'ClientIP','\"130.83.109.8\"'),(39177,9133,'UserAgent','\"\"'),(39178,9133,'CurrentUserID','0'),(39179,9134,'Attempts','1'),(39180,9134,'ClientIP','\"81.89.96.89\"'),(39181,9134,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident\\/6.0)\"'),(39182,9134,'CurrentUserID','0'),(39183,9135,'Attempts','\"10+\"'),(39184,9135,'ClientIP','\"54.66.231.188\"'),(39185,9135,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(39186,9135,'CurrentUserID','0'),(39187,9136,'Attempts','2'),(39188,9136,'Username','\"wsaaus15\"'),(39189,9136,'CurrentUserRoles','[\"administrator\"]'),(39190,9136,'ClientIP','\"104.247.217.132\"'),(39191,9136,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39192,9137,'Attempts','2'),(39193,9137,'ClientIP','\"104.247.217.132\"'),(39194,9137,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39195,9137,'CurrentUserID','0'),(39196,9138,'Attempts','1'),(39197,9138,'ClientIP','\"94.102.56.151\"'),(39198,9138,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko\\/20100101 Firefox\\/9.0.1\"'),(39199,9138,'CurrentUserID','0'),(39200,9139,'Attempts','1'),(39201,9139,'ClientIP','\"185.10.71.107\"'),(39202,9139,'UserAgent','\"Opera\\/9.80 (Windows NT 6.1) Presto\\/2.12 Version\\/12.16\"'),(39203,9139,'CurrentUserID','0'),(39204,9140,'Attempts','2'),(39205,9140,'Username','\"wsaaus15\"'),(39206,9140,'CurrentUserRoles','[\"administrator\"]'),(39207,9140,'ClientIP','\"96.44.179.242\"'),(39208,9140,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39209,9141,'Attempts','2'),(39210,9141,'ClientIP','\"96.44.179.242\"'),(39211,9141,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39212,9141,'CurrentUserID','0'),(39213,9142,'Attempts','1'),(39214,9142,'ClientIP','\"5.79.68.161\"'),(39215,9142,'UserAgent','\"Opera\\/9.80 (Windows NT 6.1; WOW64) Presto\\/2.12 Version\\/12.15\"'),(39216,9142,'CurrentUserID','0'),(39217,9143,'Attempts','4'),(39218,9143,'ClientIP','\"41.141.96.40\"'),(39219,9143,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; rv:27.0) Gecko\\/20100101 Firefox\\/27.0\"'),(39220,9143,'CurrentUserID','0'),(39221,9144,'Attempts','1'),(39222,9144,'ClientIP','\"85.25.103.119\"'),(39223,9144,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko\\/20100101 Firefox\\/26.0\"'),(39224,9144,'CurrentUserID','0'),(39225,9145,'Attempts','1'),(39226,9145,'ClientIP','\"37.130.227.133\"'),(39227,9145,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; Trident\\/7.0; Touch; rv:11.0) like Gecko\"'),(39228,9145,'CurrentUserID','0'),(39229,9146,'Attempts','2'),(39230,9146,'Username','\"wsaaus15\"'),(39231,9146,'CurrentUserRoles','[\"administrator\"]'),(39232,9146,'ClientIP','\"104.247.217.132\"'),(39233,9146,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39234,9147,'Attempts','2'),(39235,9147,'ClientIP','\"104.247.217.132\"'),(39236,9147,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39237,9147,'CurrentUserID','0'),(39238,9148,'Attempts','1'),(39239,9148,'ClientIP','\"176.9.25.72\"'),(39240,9148,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/31.0.1650.63 Safari\\/537.36\"'),(39241,9148,'CurrentUserID','0'),(39242,9149,'Attempts','1'),(39243,9149,'ClientIP','\"94.242.228.43\"'),(39244,9149,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:20.0) Gecko\\/20100101 Firefox\\/20.0\"'),(39245,9149,'CurrentUserID','0'),(39246,9150,'Attempts','1'),(39247,9150,'ClientIP','\"46.166.170.3\"'),(39248,9150,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"'),(39249,9150,'CurrentUserID','0'),(39250,9151,'Attempts','1'),(39251,9151,'ClientIP','\"95.128.43.164\"'),(39252,9151,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident\\/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)\"'),(39253,9151,'CurrentUserID','0'),(39254,9152,'Attempts','2'),(39255,9152,'Username','\"wsaaus15\"'),(39256,9152,'CurrentUserRoles','[\"administrator\"]'),(39257,9152,'ClientIP','\"96.44.179.242\"'),(39258,9152,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39259,9153,'Attempts','2'),(39260,9153,'ClientIP','\"96.44.179.242\"'),(39261,9153,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39262,9153,'CurrentUserID','0'),(39263,9154,'Attempts','1'),(39264,9154,'ClientIP','\"50.159.73.183\"'),(39265,9154,'UserAgent','\"\"'),(39266,9154,'CurrentUserID','0'),(39267,9155,'Attempts','1'),(39268,9155,'ClientIP','\"92.53.9.31\"'),(39269,9155,'UserAgent','\"\"'),(39270,9155,'CurrentUserID','0'),(39271,9156,'Attempts','1'),(39272,9156,'ClientIP','\"179.199.70.240\"'),(39273,9156,'UserAgent','\"\"'),(39274,9156,'CurrentUserID','0'),(39275,9157,'Attempts','1'),(39276,9157,'ClientIP','\"178.220.237.233\"'),(39277,9157,'UserAgent','\"\"'),(39278,9157,'CurrentUserID','0'),(39279,9158,'Attempts','1'),(39280,9158,'ClientIP','\"178.223.121.114\"'),(39281,9158,'UserAgent','\"\"'),(39282,9158,'CurrentUserID','0'),(39283,9159,'Attempts','1'),(39284,9159,'ClientIP','\"212.117.180.21\"'),(39285,9159,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; Trident\\/7.0; rv:11.0) like Gecko\"'),(39286,9159,'CurrentUserID','0'),(39287,9160,'Attempts','1'),(39288,9160,'ClientIP','\"85.254.79.94\"'),(39289,9160,'UserAgent','\"\"'),(39290,9160,'CurrentUserID','0'),(39291,9161,'Attempts','1'),(39292,9161,'ClientIP','\"79.113.209.138\"'),(39293,9161,'UserAgent','\"\"'),(39294,9161,'CurrentUserID','0'),(39295,9162,'Attempts','\"10+\"'),(39296,9162,'ClientIP','\"54.208.0.9\"'),(39297,9162,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(39298,9162,'CurrentUserID','0'),(39299,9163,'Attempts','1'),(39300,9163,'ClientIP','\"91.233.117.239\"'),(39301,9163,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.69 Safari\\/537.36\"'),(39302,9163,'CurrentUserID','0'),(39303,9164,'Attempts','\"10+\"'),(39304,9164,'ClientIP','\"54.215.129.96\"'),(39305,9164,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(39306,9164,'CurrentUserID','0'),(39307,9165,'Attempts','1'),(39308,9165,'ClientIP','\"150.145.1.88\"'),(39309,9165,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:10.0) Gecko\\/20100101 Firefox\\/10.0\"'),(39310,9165,'CurrentUserID','0'),(39311,9166,'Attempts','2'),(39312,9166,'ClientIP','\"82.178.79.108\"'),(39313,9166,'UserAgent','\"\"'),(39314,9166,'CurrentUserID','0'),(39315,9167,'Attempts','1'),(39316,9167,'ClientIP','\"89.165.210.190\"'),(39317,9167,'UserAgent','\"\"'),(39318,9167,'CurrentUserID','0'),(39319,9168,'Attempts','2'),(39320,9168,'ClientIP','\"190.227.63.215\"'),(39321,9168,'UserAgent','\"\"'),(39322,9168,'CurrentUserID','0'),(39323,9169,'Attempts','1'),(39324,9169,'ClientIP','\"190.80.223.238\"'),(39325,9169,'UserAgent','\"\"'),(39326,9169,'CurrentUserID','0'),(39327,9170,'Attempts','1'),(39328,9170,'ClientIP','\"82.213.133.164\"'),(39329,9170,'UserAgent','\"\"'),(39330,9170,'CurrentUserID','0'),(39331,9171,'Attempts','1'),(39332,9171,'ClientIP','\"115.185.156.214\"'),(39333,9171,'UserAgent','\"\"'),(39334,9171,'CurrentUserID','0'),(39335,9172,'Attempts','1'),(39336,9172,'ClientIP','\"192.168.1.56\"'),(39337,9172,'UserAgent','\"\"'),(39338,9172,'CurrentUserID','0'),(39339,9173,'Attempts','1'),(39340,9173,'ClientIP','\"213.119.19.178\"'),(39341,9173,'UserAgent','\"\"'),(39342,9173,'CurrentUserID','0'),(39343,9174,'Attempts','1'),(39344,9174,'ClientIP','\"79.176.160.136\"'),(39345,9174,'UserAgent','\"\"'),(39346,9174,'CurrentUserID','0'),(39347,9175,'Attempts','1'),(39348,9175,'ClientIP','\"78.130.22.182\"'),(39349,9175,'UserAgent','\"\"'),(39350,9175,'CurrentUserID','0'),(39351,9176,'Attempts','1'),(39352,9176,'ClientIP','\"81.60.178.227\"'),(39353,9176,'UserAgent','\"\"'),(39354,9176,'CurrentUserID','0'),(39355,9177,'Attempts','1'),(39356,9177,'ClientIP','\"95.187.29.30\"'),(39357,9177,'UserAgent','\"\"'),(39358,9177,'CurrentUserID','0'),(39359,9178,'Attempts','1'),(39360,9178,'ClientIP','\"93.115.95.206\"'),(39361,9178,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"'),(39362,9178,'CurrentUserID','0'),(39363,9179,'Attempts','1'),(39364,9179,'ClientIP','\"88.172.185.101\"'),(39365,9179,'UserAgent','\"\"'),(39366,9179,'CurrentUserID','0'),(39367,9180,'Attempts','1'),(39368,9180,'ClientIP','\"176.221.190.53\"'),(39369,9180,'UserAgent','\"\"'),(39370,9180,'CurrentUserID','0'),(39371,9181,'Attempts','1'),(39372,9181,'ClientIP','\"92.80.183.202\"'),(39373,9181,'UserAgent','\"\"'),(39374,9181,'CurrentUserID','0'),(39375,9182,'Attempts','1'),(39376,9182,'ClientIP','\"85.207.128.17\"'),(39377,9182,'UserAgent','\"\"'),(39378,9182,'CurrentUserID','0'),(39379,9183,'Attempts','1'),(39380,9183,'ClientIP','\"86.148.250.98\"'),(39381,9183,'UserAgent','\"\"'),(39382,9183,'CurrentUserID','0'),(39383,9184,'Attempts','1'),(39384,9184,'ClientIP','\"124.158.107.69\"'),(39385,9184,'UserAgent','\"\"'),(39386,9184,'CurrentUserID','0'),(39387,9185,'Attempts','1'),(39388,9185,'ClientIP','\"31.50.91.118\"'),(39389,9185,'UserAgent','\"\"'),(39390,9185,'CurrentUserID','0'),(39391,9186,'Attempts','1'),(39392,9186,'ClientIP','\"178.222.24.190\"'),(39393,9186,'UserAgent','\"\"'),(39394,9186,'CurrentUserID','0'),(39395,9187,'Attempts','1'),(39396,9187,'ClientIP','\"124.106.65.86\"'),(39397,9187,'UserAgent','\"\"'),(39398,9187,'CurrentUserID','0'),(39399,9188,'Attempts','1'),(39400,9188,'ClientIP','\"79.107.48.90\"'),(39401,9188,'UserAgent','\"\"'),(39402,9188,'CurrentUserID','0'),(39403,9189,'Attempts','1'),(39404,9189,'ClientIP','\"187.74.63.197\"'),(39405,9189,'UserAgent','\"\"'),(39406,9189,'CurrentUserID','0'),(39407,9190,'Attempts','1'),(39408,9190,'ClientIP','\"79.177.28.179\"'),(39409,9190,'UserAgent','\"\"'),(39410,9190,'CurrentUserID','0'),(39411,9191,'Attempts','1'),(39412,9191,'ClientIP','\"94.14.61.75\"'),(39413,9191,'UserAgent','\"\"'),(39414,9191,'CurrentUserID','0'),(39415,9192,'Attempts','1'),(39416,9192,'ClientIP','\"194.150.168.95\"'),(39417,9192,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.1 (KHTML like Gecko) Chrome\\/21.0.1180.89 Safari\\/537.1\"'),(39418,9192,'CurrentUserID','0'),(39419,9193,'Attempts','1'),(39420,9193,'ClientIP','\"177.133.34.254\"'),(39421,9193,'UserAgent','\"\"'),(39422,9193,'CurrentUserID','0'),(39423,9194,'Attempts','1'),(39424,9194,'ClientIP','\"120.29.114.75\"'),(39425,9194,'UserAgent','\"\"'),(39426,9194,'CurrentUserID','0'),(39427,9195,'Attempts','1'),(39428,9195,'ClientIP','\"89.34.223.189\"'),(39429,9195,'UserAgent','\"\"'),(39430,9195,'CurrentUserID','0'),(39431,9196,'Attempts','1'),(39432,9196,'ClientIP','\"46.36.67.19\"'),(39433,9196,'UserAgent','\"\"'),(39434,9196,'CurrentUserID','0'),(39435,9197,'Attempts','1'),(39436,9197,'ClientIP','\"189.24.169.104\"'),(39437,9197,'UserAgent','\"\"'),(39438,9197,'CurrentUserID','0'),(39439,9198,'Attempts','1'),(39440,9198,'ClientIP','\"202.169.226.49\"'),(39441,9198,'UserAgent','\"\"'),(39442,9198,'CurrentUserID','0'),(39443,9199,'Attempts','1'),(39444,9199,'ClientIP','\"49.150.197.160\"'),(39445,9199,'UserAgent','\"\"'),(39446,9199,'CurrentUserID','0'),(39447,9200,'Attempts','2'),(39448,9200,'ClientIP','\"96.233.162.12\"'),(39449,9200,'UserAgent','\"\"'),(39450,9200,'CurrentUserID','0'),(39451,9201,'Attempts','1'),(39452,9201,'ClientIP','\"60.243.121.71\"'),(39453,9201,'UserAgent','\"\"'),(39454,9201,'CurrentUserID','0'),(39455,9202,'Attempts','1'),(39456,9202,'ClientIP','\"77.28.18.32\"'),(39457,9202,'UserAgent','\"\"'),(39458,9202,'CurrentUserID','0'),(39459,9203,'Attempts','1'),(39460,9203,'ClientIP','\"180.232.106.131\"'),(39461,9203,'UserAgent','\"\"'),(39462,9203,'CurrentUserID','0'),(39463,9204,'Attempts','1'),(39464,9204,'ClientIP','\"223.196.24.58\"'),(39465,9204,'UserAgent','\"\"'),(39466,9204,'CurrentUserID','0'),(39467,9205,'Attempts','1'),(39468,9205,'ClientIP','\"112.198.118.18\"'),(39469,9205,'UserAgent','\"\"'),(39470,9205,'CurrentUserID','0'),(39471,9206,'Attempts','1'),(39472,9206,'ClientIP','\"93.55.43.26\"'),(39473,9206,'UserAgent','\"\"'),(39474,9206,'CurrentUserID','0'),(39475,9207,'Attempts','1'),(39476,9207,'ClientIP','\"185.65.228.215\"'),(39477,9207,'UserAgent','\"\"'),(39478,9207,'CurrentUserID','0'),(39479,9208,'Attempts','1'),(39480,9208,'ClientIP','\"49.144.53.254\"'),(39481,9208,'UserAgent','\"\"'),(39482,9208,'CurrentUserID','0'),(39483,9209,'Attempts','2'),(39484,9209,'ClientIP','\"80.227.8.166\"'),(39485,9209,'UserAgent','\"\"'),(39486,9209,'CurrentUserID','0'),(39487,9210,'Attempts','\"10+\"'),(39488,9210,'ClientIP','\"10.30.64.4\"'),(39489,9210,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko\\/20100101 Firefox\\/33.0\\u3001c4bbage@weisuo\"'),(39490,9210,'CurrentUserID','0'),(39491,9211,'Attempts','1'),(39492,9211,'ClientIP','\"162.247.72.216\"'),(39493,9211,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.31 (KHTML like Gecko) Chrome\\/26.0.1410.43 Safari\\/537.31\"'),(39494,9211,'CurrentUserID','0'),(39495,9212,'Attempts','1'),(39496,9212,'ClientIP','\"37.105.223.184\"'),(39497,9212,'UserAgent','\"\"'),(39498,9212,'CurrentUserID','0'),(39499,9213,'Attempts','2'),(39500,9213,'ClientIP','\"94.62.242.239\"'),(39501,9213,'UserAgent','\"\"'),(39502,9213,'CurrentUserID','0'),(39503,9214,'Attempts','1'),(39504,9214,'ClientIP','\"89.205.77.209\"'),(39505,9214,'UserAgent','\"\"'),(39506,9214,'CurrentUserID','0'),(39507,9215,'Attempts','1'),(39508,9215,'ClientIP','\"194.135.154.167\"'),(39509,9215,'UserAgent','\"\"'),(39510,9215,'CurrentUserID','0'),(39511,9216,'Attempts','1'),(39512,9216,'ClientIP','\"95.185.190.18\"'),(39513,9216,'UserAgent','\"\"'),(39514,9216,'CurrentUserID','0'),(39515,9217,'Attempts','1'),(39516,9217,'ClientIP','\"81.60.178.224\"'),(39517,9217,'UserAgent','\"\"'),(39518,9217,'CurrentUserID','0'),(39519,9218,'Attempts','1'),(39520,9218,'ClientIP','\"103.240.169.132\"'),(39521,9218,'UserAgent','\"\"'),(39522,9218,'CurrentUserID','0'),(39523,9219,'Attempts','2'),(39524,9219,'ClientIP','\"109.152.254.44\"'),(39525,9219,'UserAgent','\"\"'),(39526,9219,'CurrentUserID','0'),(39527,9220,'Attempts','1'),(39528,9220,'ClientIP','\"5.238.52.199\"'),(39529,9220,'UserAgent','\"\"'),(39530,9220,'CurrentUserID','0'),(39531,9221,'Attempts','1'),(39532,9221,'ClientIP','\"82.39.139.25\"'),(39533,9221,'UserAgent','\"\"'),(39534,9221,'CurrentUserID','0'),(39535,9222,'Attempts','1'),(39536,9222,'ClientIP','\"85.207.214.190\"'),(39537,9222,'UserAgent','\"\"'),(39538,9222,'CurrentUserID','0'),(39539,9223,'Attempts','1'),(39540,9223,'ClientIP','\"78.101.182.87\"'),(39541,9223,'UserAgent','\"\"'),(39542,9223,'CurrentUserID','0'),(39543,9224,'Attempts','1'),(39544,9224,'ClientIP','\"182.18.216.179\"'),(39545,9224,'UserAgent','\"\"'),(39546,9224,'CurrentUserID','0'),(39547,9225,'Attempts','1'),(39548,9225,'ClientIP','\"163.47.107.6\"'),(39549,9225,'UserAgent','\"\"'),(39550,9225,'CurrentUserID','0'),(39551,9226,'Attempts','1'),(39552,9226,'ClientIP','\"31.132.176.162\"'),(39553,9226,'UserAgent','\"\"'),(39554,9226,'CurrentUserID','0'),(39555,9227,'Attempts','1'),(39556,9227,'ClientIP','\"93.42.150.81\"'),(39557,9227,'UserAgent','\"\"'),(39558,9227,'CurrentUserID','0'),(39559,9228,'Attempts','1'),(39560,9228,'ClientIP','\"151.236.241.197\"'),(39561,9228,'UserAgent','\"\"'),(39562,9228,'CurrentUserID','0'),(39563,9229,'Attempts','1'),(39564,9229,'ClientIP','\"5.9.36.66\"'),(39565,9229,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.146 Safari\\/537.36\"'),(39566,9229,'CurrentUserID','0'),(39567,9230,'Attempts','2'),(39568,9230,'Username','\"wsaaus15\"'),(39569,9230,'CurrentUserRoles','[\"administrator\"]'),(39570,9230,'ClientIP','\"195.154.187.85\"'),(39571,9230,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39572,9231,'Attempts','2'),(39573,9231,'ClientIP','\"195.154.187.85\"'),(39574,9231,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39575,9231,'CurrentUserID','0'),(39576,9232,'Attempts','1'),(39577,9232,'ClientIP','\"5.102.254.91\"'),(39578,9232,'UserAgent','\"\"'),(39579,9232,'CurrentUserID','0'),(39580,9233,'Attempts','1'),(39581,9233,'ClientIP','\"179.177.134.59\"'),(39582,9233,'UserAgent','\"\"'),(39583,9233,'CurrentUserID','0'),(39584,9234,'Attempts','1'),(39585,9234,'ClientIP','\"78.96.64.62\"'),(39586,9234,'UserAgent','\"\"'),(39587,9234,'CurrentUserID','0'),(39588,9235,'Attempts','1'),(39589,9235,'ClientIP','\"217.16.135.32\"'),(39590,9235,'UserAgent','\"\"'),(39591,9235,'CurrentUserID','0'),(39592,9236,'Attempts','1'),(39593,9236,'ClientIP','\"41.227.78.130\"'),(39594,9236,'UserAgent','\"\"'),(39595,9236,'CurrentUserID','0'),(39596,9237,'Attempts','1'),(39597,9237,'ClientIP','\"213.110.205.186\"'),(39598,9237,'UserAgent','\"\"'),(39599,9237,'CurrentUserID','0'),(39600,9238,'Attempts','1'),(39601,9238,'ClientIP','\"217.76.79.78\"'),(39602,9238,'UserAgent','\"\"'),(39603,9238,'CurrentUserID','0'),(39604,9239,'Attempts','1'),(39605,9239,'ClientIP','\"109.245.167.47\"'),(39606,9239,'UserAgent','\"\"'),(39607,9239,'CurrentUserID','0'),(39608,9240,'Attempts','1'),(39609,9240,'ClientIP','\"35.0.127.52\"'),(39610,9240,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko\\/20100101 Firefox\\/26.0\"'),(39611,9240,'CurrentUserID','0'),(39612,9241,'Attempts','1'),(39613,9241,'ClientIP','\"82.177.94.173\"'),(39614,9241,'UserAgent','\"\"'),(39615,9241,'CurrentUserID','0'),(39616,9242,'Attempts','1'),(39617,9242,'ClientIP','\"189.79.40.35\"'),(39618,9242,'UserAgent','\"\"'),(39619,9242,'CurrentUserID','0'),(39620,9243,'Attempts','1'),(39621,9243,'ClientIP','\"109.245.69.174\"'),(39622,9243,'UserAgent','\"\"'),(39623,9243,'CurrentUserID','0'),(39624,9244,'Attempts','1'),(39625,9244,'ClientIP','\"37.221.249.245\"'),(39626,9244,'UserAgent','\"\"'),(39627,9244,'CurrentUserID','0'),(39628,9245,'Attempts','1'),(39629,9245,'ClientIP','\"79.125.179.165\"'),(39630,9245,'UserAgent','\"\"'),(39631,9245,'CurrentUserID','0'),(39632,9246,'Attempts','1'),(39633,9246,'ClientIP','\"175.101.53.12\"'),(39634,9246,'UserAgent','\"\"'),(39635,9246,'CurrentUserID','0'),(39636,9247,'Attempts','1'),(39637,9247,'ClientIP','\"95.134.168.64\"'),(39638,9247,'UserAgent','\"\"'),(39639,9247,'CurrentUserID','0'),(39640,9248,'Attempts','1'),(39641,9248,'ClientIP','\"109.93.64.136\"'),(39642,9248,'UserAgent','\"\"'),(39643,9248,'CurrentUserID','0'),(39644,9249,'Attempts','1'),(39645,9249,'ClientIP','\"176.43.179.22\"'),(39646,9249,'UserAgent','\"\"'),(39647,9249,'CurrentUserID','0'),(39648,9250,'Attempts','1'),(39649,9250,'ClientIP','\"78.36.123.167\"'),(39650,9250,'UserAgent','\"\"'),(39651,9250,'CurrentUserID','0'),(39652,9251,'Attempts','1'),(39653,9251,'ClientIP','\"176.38.173.41\"'),(39654,9251,'UserAgent','\"\"'),(39655,9251,'CurrentUserID','0'),(39656,9252,'Attempts','1'),(39657,9252,'ClientIP','\"95.49.42.139\"'),(39658,9252,'UserAgent','\"\"'),(39659,9252,'CurrentUserID','0'),(39660,9253,'Attempts','1'),(39661,9253,'ClientIP','\"116.90.109.243\"'),(39662,9253,'UserAgent','\"\"'),(39663,9253,'CurrentUserID','0'),(39664,9254,'Attempts','1'),(39665,9254,'ClientIP','\"89.165.190.14\"'),(39666,9254,'UserAgent','\"\"'),(39667,9254,'CurrentUserID','0'),(39668,9255,'Attempts','1'),(39669,9255,'ClientIP','\"105.229.59.22\"'),(39670,9255,'UserAgent','\"\"'),(39671,9255,'CurrentUserID','0'),(39672,9256,'Attempts','1'),(39673,9256,'ClientIP','\"194.150.168.95\"'),(39674,9256,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0; BOIE9;ENUS)\"'),(39675,9256,'CurrentUserID','0'),(39676,9257,'Attempts','1'),(39677,9257,'ClientIP','\"82.178.100.73\"'),(39678,9257,'UserAgent','\"\"'),(39679,9257,'CurrentUserID','0'),(39680,9258,'Attempts','1'),(39681,9258,'ClientIP','\"5.157.113.140\"'),(39682,9258,'UserAgent','\"\"'),(39683,9258,'CurrentUserID','0'),(39684,9259,'Attempts','1'),(39685,9259,'ClientIP','\"95.44.169.115\"'),(39686,9259,'UserAgent','\"\"'),(39687,9259,'CurrentUserID','0'),(39688,9260,'Attempts','1'),(39689,9260,'ClientIP','\"82.39.139.25\"'),(39690,9260,'UserAgent','\"\"'),(39691,9260,'CurrentUserID','0'),(39692,9261,'Attempts','2'),(39693,9261,'Username','\"wsaaus15\"'),(39694,9261,'CurrentUserRoles','[\"administrator\"]'),(39695,9261,'ClientIP','\"104.247.217.132\"'),(39696,9261,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39697,9262,'Attempts','2'),(39698,9262,'ClientIP','\"104.247.217.132\"'),(39699,9262,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39700,9262,'CurrentUserID','0'),(39701,9263,'Attempts','1'),(39702,9263,'ClientIP','\"89.205.58.139\"'),(39703,9263,'UserAgent','\"\"'),(39704,9263,'CurrentUserID','0'),(39705,9264,'Attempts','1'),(39706,9264,'ClientIP','\"37.11.147.15\"'),(39707,9264,'UserAgent','\"\"'),(39708,9264,'CurrentUserID','0'),(39709,9265,'Attempts','1'),(39710,9265,'ClientIP','\"212.253.159.226\"'),(39711,9265,'UserAgent','\"\"'),(39712,9265,'CurrentUserID','0'),(39713,9266,'Attempts','1'),(39714,9266,'ClientIP','\"223.255.229.65\"'),(39715,9266,'UserAgent','\"\"'),(39716,9266,'CurrentUserID','0'),(39717,9267,'Attempts','2'),(39718,9267,'ClientIP','\"73.132.205.249\"'),(39719,9267,'UserAgent','\"\"'),(39720,9267,'CurrentUserID','0'),(39721,9268,'Attempts','1'),(39722,9268,'ClientIP','\"71.87.108.171\"'),(39723,9268,'UserAgent','\"\"'),(39724,9268,'CurrentUserID','0'),(39725,9269,'Attempts','1'),(39726,9269,'ClientIP','\"92.80.170.174\"'),(39727,9269,'UserAgent','\"\"'),(39728,9269,'CurrentUserID','0'),(39729,9270,'Attempts','1'),(39730,9270,'ClientIP','\"81.196.27.146\"'),(39731,9270,'UserAgent','\"\"'),(39732,9270,'CurrentUserID','0'),(39733,9271,'Attempts','1'),(39734,9271,'ClientIP','\"77.247.181.165\"'),(39735,9271,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.117 Safari\\/537.36\"'),(39736,9271,'CurrentUserID','0'),(39737,9272,'Attempts','1'),(39738,9272,'ClientIP','\"31.11.71.104\"'),(39739,9272,'UserAgent','\"\"'),(39740,9272,'CurrentUserID','0'),(39741,9273,'Attempts','1'),(39742,9273,'ClientIP','\"60.231.41.241\"'),(39743,9273,'UserAgent','\"\"'),(39744,9273,'CurrentUserID','0'),(39745,9274,'Attempts','1'),(39746,9274,'ClientIP','\"203.215.117.169\"'),(39747,9274,'UserAgent','\"\"'),(39748,9274,'CurrentUserID','0'),(39749,9275,'Attempts','1'),(39750,9275,'ClientIP','\"92.244.131.61\"'),(39751,9275,'UserAgent','\"\"'),(39752,9275,'CurrentUserID','0'),(39753,9276,'Attempts','1'),(39754,9276,'ClientIP','\"62.243.173.70\"'),(39755,9276,'UserAgent','\"\"'),(39756,9276,'CurrentUserID','0'),(39757,9277,'Attempts','1'),(39758,9277,'ClientIP','\"212.253.112.120\"'),(39759,9277,'UserAgent','\"\"'),(39760,9277,'CurrentUserID','0'),(39761,9278,'Attempts','1'),(39762,9278,'ClientIP','\"178.222.37.220\"'),(39763,9278,'UserAgent','\"\"'),(39764,9278,'CurrentUserID','0'),(39765,9279,'Attempts','1'),(39766,9279,'ClientIP','\"86.45.189.97\"'),(39767,9279,'UserAgent','\"\"'),(39768,9279,'CurrentUserID','0'),(39769,9280,'Attempts','1'),(39770,9280,'Username','\"wsaaus15\"'),(39771,9280,'CurrentUserRoles','[\"administrator\"]'),(39772,9280,'ClientIP','\"80.69.161.142\"'),(39773,9280,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39774,9281,'Attempts','1'),(39775,9281,'Username','\"wsaaus15\"'),(39776,9281,'CurrentUserRoles','[\"administrator\"]'),(39777,9281,'ClientIP','\"74.208.221.202\"'),(39778,9281,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39779,9282,'Attempts','1'),(39780,9282,'Username','\"wsaaus15\"'),(39781,9282,'CurrentUserRoles','[\"administrator\"]'),(39782,9282,'ClientIP','\"192.232.200.194\"'),(39783,9282,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39784,9283,'Attempts','1'),(39785,9283,'ClientIP','\"146.255.135.128\"'),(39786,9283,'UserAgent','\"\"'),(39787,9283,'CurrentUserID','0'),(39788,9284,'Attempts','1'),(39789,9284,'Username','\"wsaaus15\"'),(39790,9284,'CurrentUserRoles','[\"administrator\"]'),(39791,9284,'ClientIP','\"108.167.133.37\"'),(39792,9284,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39793,9285,'Attempts','1'),(39794,9285,'Username','\"wsaaus15\"'),(39795,9285,'CurrentUserRoles','[\"administrator\"]'),(39796,9285,'ClientIP','\"91.216.151.56\"'),(39797,9285,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39798,9286,'Attempts','1'),(39799,9286,'Username','\"wsaaus15\"'),(39800,9286,'CurrentUserRoles','[\"administrator\"]'),(39801,9286,'ClientIP','\"50.63.136.152\"'),(39802,9286,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39803,9287,'Attempts','1'),(39804,9287,'ClientIP','\"110.159.245.217\"'),(39805,9287,'UserAgent','\"\"'),(39806,9287,'CurrentUserID','0'),(39807,9288,'Attempts','2'),(39808,9288,'Username','\"wsaaus15\"'),(39809,9288,'CurrentUserRoles','[\"administrator\"]'),(39810,9288,'ClientIP','\"96.44.179.242\"'),(39811,9288,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39812,9289,'Attempts','2'),(39813,9289,'ClientIP','\"96.44.179.242\"'),(39814,9289,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(39815,9289,'CurrentUserID','0'),(39816,9290,'Attempts','1'),(39817,9290,'ClientIP','\"180.190.66.171\"'),(39818,9290,'UserAgent','\"\"'),(39819,9290,'CurrentUserID','0'),(39820,9291,'Attempts','1'),(39821,9291,'ClientIP','\"37.221.243.242\"'),(39822,9291,'UserAgent','\"\"'),(39823,9291,'CurrentUserID','0'),(39824,9292,'Attempts','1'),(39825,9292,'ClientIP','\"39.41.220.147\"'),(39826,9292,'UserAgent','\"\"'),(39827,9292,'CurrentUserID','0'),(39828,9293,'Attempts','1'),(39829,9293,'ClientIP','\"190.31.172.192\"'),(39830,9293,'UserAgent','\"\"'),(39831,9293,'CurrentUserID','0'),(39832,9294,'Attempts','1'),(39833,9294,'ClientIP','\"115.66.172.176\"'),(39834,9294,'UserAgent','\"\"'),(39835,9294,'CurrentUserID','0'),(39836,9295,'Attempts','1'),(39837,9295,'ClientIP','\"72.64.246.220\"'),(39838,9295,'UserAgent','\"\"'),(39839,9295,'CurrentUserID','0'),(39840,9296,'Attempts','1'),(39841,9296,'ClientIP','\"90.56.198.182\"'),(39842,9296,'UserAgent','\"\"'),(39843,9296,'CurrentUserID','0'),(39844,9297,'Attempts','1'),(39845,9297,'Username','\"wsaaus15\"'),(39846,9297,'CurrentUserRoles','[\"administrator\"]'),(39847,9297,'ClientIP','\"207.192.72.90\"'),(39848,9297,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39849,9298,'Attempts','1'),(39850,9298,'Username','\"wsaaus15\"'),(39851,9298,'CurrentUserRoles','[\"administrator\"]'),(39852,9298,'ClientIP','\"207.32.179.135\"'),(39853,9298,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39854,9299,'Attempts','1'),(39855,9299,'Username','\"wsaaus15\"'),(39856,9299,'CurrentUserRoles','[\"administrator\"]'),(39857,9299,'ClientIP','\"173.201.26.210\"'),(39858,9299,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39859,9300,'Attempts','1'),(39860,9300,'Username','\"wsaaus15\"'),(39861,9300,'CurrentUserRoles','[\"administrator\"]'),(39862,9300,'ClientIP','\"212.33.71.54\"'),(39863,9300,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39864,9301,'Attempts','1'),(39865,9301,'Username','\"wsaaus15\"'),(39866,9301,'CurrentUserRoles','[\"administrator\"]'),(39867,9301,'ClientIP','\"151.80.148.96\"'),(39868,9301,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39869,9302,'Attempts','1'),(39870,9302,'Username','\"wsaaus15\"'),(39871,9302,'CurrentUserRoles','[\"administrator\"]'),(39872,9302,'ClientIP','\"117.55.227.108\"'),(39873,9302,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39874,9303,'Attempts','1'),(39875,9303,'Username','\"wsaaus15\"'),(39876,9303,'CurrentUserRoles','[\"administrator\"]'),(39877,9303,'ClientIP','\"31.15.10.9\"'),(39878,9303,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39879,9304,'Attempts','1'),(39880,9304,'ClientIP','\"37.187.7.74\"'),(39881,9304,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko\\/20100101 Firefox\\/22.0\"'),(39882,9304,'CurrentUserID','0'),(39883,9305,'Attempts','1'),(39884,9305,'Username','\"wsaaus15\"'),(39885,9305,'CurrentUserRoles','[\"administrator\"]'),(39886,9305,'ClientIP','\"198.57.170.42\"'),(39887,9305,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39888,9306,'Attempts','1'),(39889,9306,'ClientIP','\"175.140.179.134\"'),(39890,9306,'UserAgent','\"\"'),(39891,9306,'CurrentUserID','0'),(39892,9307,'Attempts','1'),(39893,9307,'Username','\"wsaaus15\"'),(39894,9307,'CurrentUserRoles','[\"administrator\"]'),(39895,9307,'ClientIP','\"64.50.185.57\"'),(39896,9307,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39897,9308,'Attempts','1'),(39898,9308,'Username','\"wsaaus15\"'),(39899,9308,'CurrentUserRoles','[\"administrator\"]'),(39900,9308,'ClientIP','\"173.247.253.86\"'),(39901,9308,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39902,9309,'Attempts','1'),(39903,9309,'Username','\"wsaaus15\"'),(39904,9309,'CurrentUserRoles','[\"administrator\"]'),(39905,9309,'ClientIP','\"65.243.148.206\"'),(39906,9309,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39907,9310,'Attempts','1'),(39908,9310,'Username','\"wsaaus15\"'),(39909,9310,'CurrentUserRoles','[\"administrator\"]'),(39910,9310,'ClientIP','\"50.63.173.197\"'),(39911,9310,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39912,9311,'Attempts','1'),(39913,9311,'Username','\"wsaaus15\"'),(39914,9311,'CurrentUserRoles','[\"administrator\"]'),(39915,9311,'ClientIP','\"173.209.57.130\"'),(39916,9311,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39917,9312,'Attempts','1'),(39918,9312,'Username','\"wsaaus15\"'),(39919,9312,'CurrentUserRoles','[\"administrator\"]'),(39920,9312,'ClientIP','\"104.238.74.47\"'),(39921,9312,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39922,9313,'Attempts','1'),(39923,9313,'Username','\"wsaaus15\"'),(39924,9313,'CurrentUserRoles','[\"administrator\"]'),(39925,9313,'ClientIP','\"146.148.119.104\"'),(39926,9313,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39927,9314,'Attempts','1'),(39928,9314,'ClientIP','\"89.123.58.251\"'),(39929,9314,'UserAgent','\"\"'),(39930,9314,'CurrentUserID','0'),(39931,9315,'Attempts','1'),(39932,9315,'Username','\"wsaaus15\"'),(39933,9315,'CurrentUserRoles','[\"administrator\"]'),(39934,9315,'ClientIP','\"185.21.40.55\"'),(39935,9315,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39936,9316,'Attempts','1'),(39937,9316,'ClientIP','\"82.34.34.203\"'),(39938,9316,'UserAgent','\"\"'),(39939,9316,'CurrentUserID','0'),(39940,9317,'Attempts','1'),(39941,9317,'ClientIP','\"89.33.130.70\"'),(39942,9317,'UserAgent','\"\"'),(39943,9317,'CurrentUserID','0'),(39944,9318,'Attempts','1'),(39945,9318,'ClientIP','\"154.70.34.222\"'),(39946,9318,'UserAgent','\"\"'),(39947,9318,'CurrentUserID','0'),(39948,9319,'Attempts','2'),(39949,9319,'ClientIP','\"94.189.174.154\"'),(39950,9319,'UserAgent','\"\"'),(39951,9319,'CurrentUserID','0'),(39952,9320,'Attempts','1'),(39953,9320,'Username','\"wsaaus15\"'),(39954,9320,'CurrentUserRoles','[\"administrator\"]'),(39955,9320,'ClientIP','\"108.167.133.33\"'),(39956,9320,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39957,9321,'Attempts','1'),(39958,9321,'Username','\"wsaaus15\"'),(39959,9321,'CurrentUserRoles','[\"administrator\"]'),(39960,9321,'ClientIP','\"211.9.77.2\"'),(39961,9321,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39962,9322,'Attempts','1'),(39963,9322,'Username','\"wsaaus15\"'),(39964,9322,'CurrentUserRoles','[\"administrator\"]'),(39965,9322,'ClientIP','\"88.151.103.48\"'),(39966,9322,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39967,9323,'Attempts','1'),(39968,9323,'Username','\"wsaaus15\"'),(39969,9323,'CurrentUserRoles','[\"administrator\"]'),(39970,9323,'ClientIP','\"185.19.184.132\"'),(39971,9323,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39972,9324,'Attempts','1'),(39973,9324,'Username','\"wsaaus15\"'),(39974,9324,'CurrentUserRoles','[\"administrator\"]'),(39975,9324,'ClientIP','\"177.47.30.16\"'),(39976,9324,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39977,9325,'Attempts','1'),(39978,9325,'Username','\"wsaaus15\"'),(39979,9325,'CurrentUserRoles','[\"administrator\"]'),(39980,9325,'ClientIP','\"162.13.94.74\"'),(39981,9325,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39982,9326,'Attempts','1'),(39983,9327,'Attempts','1'),(39984,9326,'Username','\"wsaaus15\"'),(39985,9327,'Username','\"wsaaus15\"'),(39986,9326,'CurrentUserRoles','[\"administrator\"]'),(39987,9327,'CurrentUserRoles','[\"administrator\"]'),(39988,9326,'ClientIP','\"77.222.86.10\"'),(39989,9327,'ClientIP','\"142.4.9.228\"'),(39990,9326,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39991,9327,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39992,9328,'Attempts','1'),(39993,9328,'Username','\"wsaaus15\"'),(39994,9328,'CurrentUserRoles','[\"administrator\"]'),(39995,9328,'ClientIP','\"81.203.121.146\"'),(39996,9328,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(39997,9329,'Attempts','1'),(39998,9329,'Username','\"wsaaus15\"'),(39999,9329,'CurrentUserRoles','[\"administrator\"]'),(40000,9329,'ClientIP','\"66.228.48.140\"'),(40001,9329,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40002,9330,'Attempts','1'),(40003,9330,'Username','\"wsaaus15\"'),(40004,9330,'CurrentUserRoles','[\"administrator\"]'),(40005,9330,'ClientIP','\"198.57.247.158\"'),(40006,9330,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40007,9331,'Attempts','1'),(40008,9331,'Username','\"wsaaus15\"'),(40009,9331,'CurrentUserRoles','[\"administrator\"]'),(40010,9331,'ClientIP','\"176.31.85.57\"'),(40011,9331,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40012,9332,'Attempts','1'),(40013,9332,'Username','\"wsaaus15\"'),(40014,9332,'CurrentUserRoles','[\"administrator\"]'),(40015,9332,'ClientIP','\"192.254.170.102\"'),(40016,9332,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40017,9333,'Attempts','1'),(40018,9333,'Username','\"wsaaus15\"'),(40019,9333,'CurrentUserRoles','[\"administrator\"]'),(40020,9333,'ClientIP','\"193.51.124.131\"'),(40021,9333,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40022,9334,'Attempts','1'),(40023,9334,'Username','\"wsaaus15\"'),(40024,9334,'CurrentUserRoles','[\"administrator\"]'),(40025,9334,'ClientIP','\"80.88.225.150\"'),(40026,9334,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40027,9335,'Attempts','1'),(40028,9335,'Username','\"wsaaus15\"'),(40029,9335,'CurrentUserRoles','[\"administrator\"]'),(40030,9335,'ClientIP','\"69.162.122.242\"'),(40031,9335,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40032,9336,'Attempts','1'),(40033,9336,'Username','\"wsaaus15\\r\"'),(40034,9336,'CurrentUserRoles','[\"administrator\"]'),(40035,9336,'ClientIP','\"81.25.224.74\"'),(40036,9336,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40037,9337,'Attempts','1'),(40038,9337,'ClientIP','\"49.147.109.223\"'),(40039,9337,'UserAgent','\"\"'),(40040,9337,'CurrentUserID','0'),(40041,9338,'Attempts','1'),(40042,9338,'ClientIP','\"163.47.106.3\"'),(40043,9338,'UserAgent','\"\"'),(40044,9338,'CurrentUserID','0'),(40045,9339,'Attempts','1'),(40046,9339,'ClientIP','\"93.136.43.218\"'),(40047,9339,'UserAgent','\"\"'),(40048,9339,'CurrentUserID','0'),(40049,9340,'Attempts','1'),(40050,9340,'ClientIP','\"197.86.153.191\"'),(40051,9340,'UserAgent','\"\"'),(40052,9340,'CurrentUserID','0'),(40053,9341,'Attempts','1'),(40054,9341,'ClientIP','\"37.11.147.15\"'),(40055,9341,'UserAgent','\"\"'),(40056,9341,'CurrentUserID','0'),(40057,9342,'Attempts','1'),(40058,9342,'ClientIP','\"181.226.29.81\"'),(40059,9342,'UserAgent','\"\"'),(40060,9342,'CurrentUserID','0'),(40061,9343,'Attempts','1'),(40062,9343,'ClientIP','\"93.118.202.184\"'),(40063,9343,'UserAgent','\"\"'),(40064,9343,'CurrentUserID','0'),(40065,9344,'Attempts','1'),(40066,9344,'ClientIP','\"46.165.230.5\"'),(40067,9344,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:23.0) Gecko\\/20100101 Firefox\\/23.0\"'),(40068,9344,'CurrentUserID','0'),(40069,9345,'Attempts','1'),(40070,9345,'Username','\"wsaaus15\"'),(40071,9345,'CurrentUserRoles','[\"administrator\"]'),(40072,9345,'ClientIP','\"81.169.188.77\"'),(40073,9345,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40074,9346,'Attempts','1'),(40075,9346,'Username','\"wsaaus15\"'),(40076,9346,'CurrentUserRoles','[\"administrator\"]'),(40077,9346,'ClientIP','\"87.229.101.10\"'),(40078,9346,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40079,9347,'Attempts','1'),(40080,9347,'Username','\"wsaaus15\"'),(40081,9347,'CurrentUserRoles','[\"administrator\"]'),(40082,9347,'ClientIP','\"219.94.247.94\"'),(40083,9347,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40084,9348,'Attempts','1'),(40085,9348,'Username','\"wsaaus15\"'),(40086,9348,'CurrentUserRoles','[\"administrator\"]'),(40087,9348,'ClientIP','\"217.8.252.235\"'),(40088,9348,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40089,9349,'Attempts','1'),(40090,9349,'Username','\"wsaaus15\"'),(40091,9349,'CurrentUserRoles','[\"administrator\"]'),(40092,9349,'ClientIP','\"122.252.3.114\"'),(40093,9349,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40094,9350,'Attempts','1'),(40095,9350,'Username','\"wsaaus15\"'),(40096,9350,'CurrentUserRoles','[\"administrator\"]'),(40097,9350,'ClientIP','\"70.40.210.66\"'),(40098,9350,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40099,9351,'Attempts','1'),(40100,9351,'Username','\"wsaaus15\"'),(40101,9351,'CurrentUserRoles','[\"administrator\"]'),(40102,9351,'ClientIP','\"203.19.243.110\"'),(40103,9351,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40104,9352,'Attempts','1'),(40105,9352,'Username','\"wsaaus15\"'),(40106,9352,'CurrentUserRoles','[\"administrator\"]'),(40107,9352,'ClientIP','\"207.150.203.106\"'),(40108,9352,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40109,9353,'Attempts','1'),(40110,9353,'Username','\"wsaaus15\"'),(40111,9353,'CurrentUserRoles','[\"administrator\"]'),(40112,9353,'ClientIP','\"89.110.129.151\"'),(40113,9353,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40114,9354,'Attempts','1'),(40115,9354,'ClientIP','\"120.63.50.59\"'),(40116,9354,'UserAgent','\"\"'),(40117,9354,'CurrentUserID','0'),(40118,9355,'Attempts','1'),(40119,9355,'ClientIP','\"2.50.43.63\"'),(40120,9355,'UserAgent','\"\"'),(40121,9355,'CurrentUserID','0'),(40122,9356,'Attempts','1'),(40123,9356,'ClientIP','\"178.68.83.27\"'),(40124,9356,'UserAgent','\"\"'),(40125,9356,'CurrentUserID','0'),(40126,9357,'Attempts','1'),(40127,9357,'Username','\"wsaaus15\"'),(40128,9357,'CurrentUserRoles','[\"administrator\"]'),(40129,9357,'ClientIP','\"184.154.158.122\"'),(40130,9357,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40131,9358,'Attempts','1'),(40132,9358,'Username','\"wsaaus15\"'),(40133,9358,'CurrentUserRoles','[\"administrator\"]'),(40134,9358,'ClientIP','\"142.4.211.101\"'),(40135,9358,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40136,9359,'Attempts','1'),(40137,9359,'Username','\"wsaaus15\"'),(40138,9359,'CurrentUserRoles','[\"administrator\"]'),(40139,9359,'ClientIP','\"198.46.81.8\"'),(40140,9359,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40141,9360,'Attempts','1'),(40142,9360,'Username','\"wsaaus15\"'),(40143,9360,'CurrentUserRoles','[\"administrator\"]'),(40144,9360,'ClientIP','\"89.45.67.2\"'),(40145,9360,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40146,9361,'Attempts','1'),(40147,9361,'Username','\"wsaaus15\"'),(40148,9361,'CurrentUserRoles','[\"administrator\"]'),(40149,9361,'ClientIP','\"52.27.2.180\"'),(40150,9361,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40151,9362,'Attempts','1'),(40152,9362,'Username','\"wsaaus15\"'),(40153,9362,'CurrentUserRoles','[\"administrator\"]'),(40154,9362,'ClientIP','\"91.209.189.10\"'),(40155,9362,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40156,9363,'Attempts','1'),(40157,9363,'ClientIP','\"178.222.50.0\"'),(40158,9363,'UserAgent','\"\"'),(40159,9363,'CurrentUserID','0'),(40160,9364,'Attempts','1'),(40161,9364,'Username','\"wsaaus15\\r\"'),(40162,9364,'CurrentUserRoles','[\"administrator\"]'),(40163,9364,'ClientIP','\"192.254.152.181\"'),(40164,9364,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40165,9365,'Attempts','1'),(40166,9365,'Username','\"wsaaus15\"'),(40167,9365,'CurrentUserRoles','[\"administrator\"]'),(40168,9365,'ClientIP','\"142.4.19.224\"'),(40169,9365,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40170,9366,'Attempts','1'),(40171,9366,'Username','\"wsaaus15\"'),(40172,9366,'CurrentUserRoles','[\"administrator\"]'),(40173,9366,'ClientIP','\"199.116.252.175\"'),(40174,9366,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40175,9367,'Attempts','1'),(40176,9367,'ClientIP','\"37.142.64.43\"'),(40177,9367,'UserAgent','\"\"'),(40178,9367,'CurrentUserID','0'),(40179,9368,'Attempts','1'),(40180,9368,'ClientIP','\"51.36.75.52\"'),(40181,9368,'UserAgent','\"\"'),(40182,9368,'CurrentUserID','0'),(40183,9369,'Attempts','1'),(40184,9369,'Username','\"wsaaus15\"'),(40185,9369,'CurrentUserRoles','[\"administrator\"]'),(40186,9369,'ClientIP','\"213.171.218.202\"'),(40187,9369,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40188,9370,'Attempts','1'),(40189,9370,'Username','\"wsaaus15\"'),(40190,9370,'CurrentUserRoles','[\"administrator\"]'),(40191,9370,'ClientIP','\"52.5.152.82\"'),(40192,9370,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40193,9371,'Attempts','1'),(40194,9371,'Username','\"wsaaus15\"'),(40195,9371,'CurrentUserRoles','[\"administrator\"]'),(40196,9371,'ClientIP','\"94.152.131.221\"'),(40197,9371,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40198,9372,'Attempts','1'),(40199,9372,'Username','\"wsaaus15\"'),(40200,9372,'CurrentUserRoles','[\"administrator\"]'),(40201,9372,'ClientIP','\"194.33.112.113\"'),(40202,9372,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40203,9373,'Attempts','1'),(40204,9373,'Username','\"wsaaus15\"'),(40205,9373,'CurrentUserRoles','[\"administrator\"]'),(40206,9373,'ClientIP','\"193.107.36.33\"'),(40207,9373,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40208,9374,'Attempts','1'),(40209,9374,'Username','\"wsaaus15\"'),(40210,9374,'CurrentUserRoles','[\"administrator\"]'),(40211,9374,'ClientIP','\"162.244.253.130\"'),(40212,9374,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40213,9375,'Attempts','1'),(40214,9375,'Username','\"wsaaus15\"'),(40215,9375,'CurrentUserRoles','[\"administrator\"]'),(40216,9375,'ClientIP','\"193.178.250.53\"'),(40217,9375,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40218,9376,'Attempts','1'),(40219,9376,'Username','\"wsaaus15\"'),(40220,9376,'CurrentUserRoles','[\"administrator\"]'),(40221,9376,'ClientIP','\"178.33.75.50\"'),(40222,9376,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40223,9377,'Attempts','1'),(40224,9377,'Username','\"wsaaus15\"'),(40225,9377,'CurrentUserRoles','[\"administrator\"]'),(40226,9377,'ClientIP','\"84.200.4.50\"'),(40227,9377,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40228,9378,'Attempts','1'),(40229,9378,'ClientIP','\"39.54.53.209\"'),(40230,9378,'UserAgent','\"\"'),(40231,9378,'CurrentUserID','0'),(40232,9379,'Attempts','1'),(40233,9379,'ClientIP','\"118.151.211.222\"'),(40234,9379,'UserAgent','\"\"'),(40235,9379,'CurrentUserID','0'),(40236,9380,'Attempts','1'),(40237,9380,'ClientIP','\"39.32.68.141\"'),(40238,9380,'UserAgent','\"\"'),(40239,9380,'CurrentUserID','0'),(40240,9381,'Attempts','1'),(40241,9381,'ClientIP','\"202.177.75.21\"'),(40242,9381,'UserAgent','\"\"'),(40243,9381,'CurrentUserID','0'),(40244,9382,'Attempts','1'),(40245,9382,'ClientIP','\"79.154.127.154\"'),(40246,9382,'UserAgent','\"\"'),(40247,9382,'CurrentUserID','0'),(40248,9383,'Attempts','1'),(40249,9383,'ClientIP','\"85.255.60.40\"'),(40250,9383,'UserAgent','\"\"'),(40251,9383,'CurrentUserID','0'),(40252,9384,'Attempts','1'),(40253,9384,'ClientIP','\"117.248.26.123\"'),(40254,9384,'UserAgent','\"\"'),(40255,9384,'CurrentUserID','0'),(40256,9385,'Attempts','1'),(40257,9385,'ClientIP','\"93.113.90.32\"'),(40258,9385,'UserAgent','\"\"'),(40259,9385,'CurrentUserID','0'),(40260,9386,'Attempts','1'),(40261,9386,'Username','\"wsaaus15\"'),(40262,9386,'CurrentUserRoles','[\"administrator\"]'),(40263,9386,'ClientIP','\"69.164.213.117\"'),(40264,9386,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40265,9387,'Attempts','1'),(40266,9387,'Username','\"wsaaus15\"'),(40267,9387,'CurrentUserRoles','[\"administrator\"]'),(40268,9387,'ClientIP','\"93.94.228.236\"'),(40269,9387,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40270,9388,'Attempts','1'),(40271,9388,'Username','\"wsaaus15\"'),(40272,9388,'CurrentUserRoles','[\"administrator\"]'),(40273,9388,'ClientIP','\"62.103.107.55\"'),(40274,9388,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40275,9389,'Attempts','1'),(40276,9389,'Username','\"wsaaus15\"'),(40277,9389,'CurrentUserRoles','[\"administrator\"]'),(40278,9389,'ClientIP','\"74.50.19.21\"'),(40279,9389,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40280,9390,'Attempts','1'),(40281,9390,'Username','\"wsaaus15\\r\"'),(40282,9390,'CurrentUserRoles','[\"administrator\"]'),(40283,9390,'ClientIP','\"97.89.191.166\"'),(40284,9390,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40285,9391,'Attempts','1'),(40286,9391,'Username','\"wsaaus15\"'),(40287,9391,'CurrentUserRoles','[\"administrator\"]'),(40288,9391,'ClientIP','\"67.210.126.140\"'),(40289,9391,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40290,9392,'Attempts','1'),(40291,9392,'Username','\"wsaaus15\"'),(40292,9392,'CurrentUserRoles','[\"administrator\"]'),(40293,9392,'ClientIP','\"204.90.19.43\"'),(40294,9392,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40295,9393,'Attempts','1'),(40296,9393,'Username','\"wsaaus15\"'),(40297,9393,'CurrentUserRoles','[\"administrator\"]'),(40298,9393,'ClientIP','\"142.4.0.135\"'),(40299,9393,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40300,9394,'Attempts','1'),(40301,9394,'Username','\"wsaaus15\"'),(40302,9394,'CurrentUserRoles','[\"administrator\"]'),(40303,9394,'ClientIP','\"162.216.193.17\"'),(40304,9394,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40305,9395,'Attempts','1'),(40306,9395,'ClientIP','\"188.24.180.63\"'),(40307,9395,'UserAgent','\"\"'),(40308,9395,'CurrentUserID','0'),(40309,9396,'Attempts','1'),(40310,9396,'ClientIP','\"39.42.54.135\"'),(40311,9396,'UserAgent','\"\"'),(40312,9396,'CurrentUserID','0'),(40313,9397,'Attempts','1'),(40314,9397,'ClientIP','\"194.28.37.105\"'),(40315,9397,'UserAgent','\"\"'),(40316,9397,'CurrentUserID','0'),(40317,9398,'Attempts','1'),(40318,9398,'Username','\"wsaaus15\"'),(40319,9398,'CurrentUserRoles','[\"administrator\"]'),(40320,9398,'ClientIP','\"37.61.233.89\"'),(40321,9398,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40322,9399,'Attempts','1'),(40323,9399,'Username','\"wsaaus15\"'),(40324,9399,'CurrentUserRoles','[\"administrator\"]'),(40325,9399,'ClientIP','\"198.20.243.195\"'),(40326,9399,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40327,9400,'Attempts','1'),(40328,9400,'Username','\"wsaaus15\"'),(40329,9400,'CurrentUserRoles','[\"administrator\"]'),(40330,9400,'ClientIP','\"133.242.208.92\"'),(40331,9400,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40332,9401,'Attempts','1'),(40333,9401,'Username','\"wsaaus15\"'),(40334,9401,'CurrentUserRoles','[\"administrator\"]'),(40335,9401,'ClientIP','\"74.81.88.162\"'),(40336,9401,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40337,9402,'Attempts','1'),(40338,9402,'Username','\"wsaaus15\"'),(40339,9402,'CurrentUserRoles','[\"administrator\"]'),(40340,9402,'ClientIP','\"192.145.239.3\"'),(40341,9402,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40342,9403,'Attempts','1'),(40343,9403,'Username','\"wsaaus15\"'),(40344,9403,'CurrentUserRoles','[\"administrator\"]'),(40345,9403,'ClientIP','\"77.174.129.46\"'),(40346,9403,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40347,9404,'Attempts','1'),(40348,9404,'Username','\"wsaaus15\"'),(40349,9404,'CurrentUserRoles','[\"administrator\"]'),(40350,9404,'ClientIP','\"221.250.202.213\"'),(40351,9404,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40352,9405,'Attempts','1'),(40353,9405,'ClientIP','\"85.130.26.216\"'),(40354,9405,'UserAgent','\"\"'),(40355,9405,'CurrentUserID','0'),(40356,9406,'Attempts','1'),(40357,9406,'Username','\"wsaaus15\"'),(40358,9406,'CurrentUserRoles','[\"administrator\"]'),(40359,9406,'ClientIP','\"162.144.212.144\"'),(40360,9406,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40361,9407,'Attempts','1'),(40362,9407,'Username','\"wsaaus15\"'),(40363,9407,'CurrentUserRoles','[\"administrator\"]'),(40364,9407,'ClientIP','\"115.146.120.179\"'),(40365,9407,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40366,9408,'Attempts','1'),(40367,9408,'ClientIP','\"88.238.238.66\"'),(40368,9408,'UserAgent','\"\"'),(40369,9408,'CurrentUserID','0'),(40370,9409,'Attempts','1'),(40371,9409,'Username','\"wsaaus15\"'),(40372,9409,'CurrentUserRoles','[\"administrator\"]'),(40373,9409,'ClientIP','\"199.116.248.171\"'),(40374,9409,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40375,9410,'Attempts','1'),(40376,9410,'Username','\"wsaaus15\"'),(40377,9410,'CurrentUserRoles','[\"administrator\"]'),(40378,9410,'ClientIP','\"192.163.197.171\"'),(40379,9410,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40380,9411,'Attempts','1'),(40381,9411,'Username','\"wsaaus15\"'),(40382,9411,'CurrentUserRoles','[\"administrator\"]'),(40383,9411,'ClientIP','\"54.225.94.233\"'),(40384,9411,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40385,9412,'Attempts','1'),(40386,9412,'Username','\"wsaaus15\"'),(40387,9412,'CurrentUserRoles','[\"administrator\"]'),(40388,9412,'ClientIP','\"193.242.154.50\"'),(40389,9412,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40390,9413,'Attempts','1'),(40391,9413,'ClientIP','\"223.219.73.32\"'),(40392,9413,'UserAgent','\"\"'),(40393,9413,'CurrentUserID','0'),(40394,9414,'Attempts','1'),(40395,9414,'Username','\"wsaaus15\"'),(40396,9414,'CurrentUserRoles','[\"administrator\"]'),(40397,9414,'ClientIP','\"96.30.62.52\"'),(40398,9414,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40399,9415,'Attempts','1'),(40400,9415,'Username','\"wsaaus15\"'),(40401,9415,'CurrentUserRoles','[\"administrator\"]'),(40402,9415,'ClientIP','\"198.1.71.253\"'),(40403,9415,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40404,9416,'Attempts','1'),(40405,9416,'Username','\"wsaaus15\"'),(40406,9416,'CurrentUserRoles','[\"administrator\"]'),(40407,9416,'ClientIP','\"157.7.188.154\"'),(40408,9416,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40409,9417,'Attempts','1'),(40410,9417,'Username','\"wsaaus15\"'),(40411,9417,'CurrentUserRoles','[\"administrator\"]'),(40412,9417,'ClientIP','\"103.28.39.10\"'),(40413,9417,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40414,9418,'Attempts','1'),(40415,9418,'Username','\"wsaaus15\"'),(40416,9418,'CurrentUserRoles','[\"administrator\"]'),(40417,9418,'ClientIP','\"62.210.182.236\"'),(40418,9418,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40419,9419,'Attempts','1'),(40420,9419,'Username','\"wsaaus15\"'),(40421,9419,'CurrentUserRoles','[\"administrator\"]'),(40422,9419,'ClientIP','\"178.62.254.237\"'),(40423,9419,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40424,9420,'Attempts','1'),(40425,9420,'ClientIP','\"93.115.95.201\"'),(40426,9420,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(40427,9420,'CurrentUserID','0'),(40428,9421,'Attempts','1'),(40429,9421,'ClientIP','\"185.67.177.105\"'),(40430,9421,'UserAgent','\"\"'),(40431,9421,'CurrentUserID','0'),(40432,9422,'Attempts','6'),(40433,9422,'ClientIP','\"41.250.168.188\"'),(40434,9422,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; rv:27.0) Gecko\\/20100101 Firefox\\/27.0\"'),(40435,9422,'CurrentUserID','0'),(40436,9423,'Attempts','1'),(40437,9423,'Username','\"wsaaus15\"'),(40438,9423,'CurrentUserRoles','[\"administrator\"]'),(40439,9423,'ClientIP','\"74.200.89.87\"'),(40440,9423,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40441,9424,'Attempts','1'),(40442,9424,'Username','\"wsaaus15\"'),(40443,9424,'CurrentUserRoles','[\"administrator\"]'),(40444,9424,'ClientIP','\"195.248.77.7\"'),(40445,9424,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40446,9425,'Attempts','1'),(40447,9425,'Username','\"wsaaus15\"'),(40448,9425,'CurrentUserRoles','[\"administrator\"]'),(40449,9425,'ClientIP','\"173.247.255.43\"'),(40450,9425,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40451,9426,'Attempts','1'),(40452,9426,'Username','\"wsaaus15\"'),(40453,9426,'CurrentUserRoles','[\"administrator\"]'),(40454,9426,'ClientIP','\"198.1.71.136\"'),(40455,9426,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40456,9427,'Attempts','1'),(40457,9427,'Username','\"wsaaus15\"'),(40458,9427,'CurrentUserRoles','[\"administrator\"]'),(40459,9427,'ClientIP','\"206.130.105.77\"'),(40460,9427,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40461,9428,'Attempts','1'),(40462,9428,'Username','\"wsaaus15\"'),(40463,9428,'CurrentUserRoles','[\"administrator\"]'),(40464,9428,'ClientIP','\"173.199.142.14\"'),(40465,9428,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40466,9429,'Attempts','1'),(40467,9429,'Username','\"wsaaus15\"'),(40468,9429,'CurrentUserRoles','[\"administrator\"]'),(40469,9429,'ClientIP','\"198.1.123.207\"'),(40470,9429,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40471,9430,'Attempts','1'),(40472,9430,'Username','\"wsaaus15\\r\"'),(40473,9430,'CurrentUserRoles','[\"administrator\"]'),(40474,9430,'ClientIP','\"212.79.162.47\"'),(40475,9430,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40476,9431,'Attempts','1'),(40477,9431,'ClientIP','\"86.125.141.140\"'),(40478,9431,'UserAgent','\"\"'),(40479,9431,'CurrentUserID','0'),(40480,9432,'Attempts','1'),(40481,9432,'ClientIP','\"79.180.33.219\"'),(40482,9432,'UserAgent','\"\"'),(40483,9432,'CurrentUserID','0'),(40484,9433,'Attempts','1'),(40485,9433,'ClientIP','\"14.183.102.76\"'),(40486,9433,'UserAgent','\"\"'),(40487,9433,'CurrentUserID','0'),(40488,9434,'Attempts','1'),(40489,9434,'ClientIP','\"84.100.29.159\"'),(40490,9434,'UserAgent','\"\"'),(40491,9434,'CurrentUserID','0'),(40492,9435,'Attempts','1'),(40493,9435,'ClientIP','\"212.109.160.211\"'),(40494,9435,'UserAgent','\"\"'),(40495,9435,'CurrentUserID','0'),(40496,9436,'Attempts','1'),(40497,9436,'Username','\"wsaaus15\"'),(40498,9436,'CurrentUserRoles','[\"administrator\"]'),(40499,9436,'ClientIP','\"83.223.106.94\"'),(40500,9436,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40501,9437,'Attempts','1'),(40502,9437,'Username','\"wsaaus15\"'),(40503,9437,'CurrentUserRoles','[\"administrator\"]'),(40504,9437,'ClientIP','\"192.185.221.42\"'),(40505,9437,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40506,9438,'Attempts','1'),(40507,9438,'Username','\"wsaaus15\"'),(40508,9438,'CurrentUserRoles','[\"administrator\"]'),(40509,9438,'ClientIP','\"64.237.54.211\"'),(40510,9438,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40511,9439,'Attempts','1'),(40512,9439,'Username','\"wsaaus15\"'),(40513,9439,'CurrentUserRoles','[\"administrator\"]'),(40514,9439,'ClientIP','\"118.98.72.19\"'),(40515,9439,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40516,9440,'Attempts','1'),(40517,9440,'Username','\"wsaaus15\"'),(40518,9440,'CurrentUserRoles','[\"administrator\"]'),(40519,9440,'ClientIP','\"192.185.176.130\"'),(40520,9440,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40521,9441,'Attempts','1'),(40522,9441,'Username','\"wsaaus15\"'),(40523,9441,'CurrentUserRoles','[\"administrator\"]'),(40524,9441,'ClientIP','\"69.167.148.21\"'),(40525,9441,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40526,9442,'Attempts','1'),(40527,9442,'Username','\"wsaaus15\"'),(40528,9442,'CurrentUserRoles','[\"administrator\"]'),(40529,9442,'ClientIP','\"200.29.95.179\"'),(40530,9442,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40531,9443,'Attempts','1'),(40532,9443,'Username','\"wsaaus15\"'),(40533,9443,'CurrentUserRoles','[\"administrator\"]'),(40534,9443,'ClientIP','\"50.116.107.85\"'),(40535,9443,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40536,9444,'Attempts','1'),(40537,9444,'Username','\"wsaaus15\"'),(40538,9444,'CurrentUserRoles','[\"administrator\"]'),(40539,9444,'ClientIP','\"198.24.159.232\"'),(40540,9444,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40541,9445,'Attempts','1'),(40542,9445,'Username','\"wsaaus15\"'),(40543,9445,'CurrentUserRoles','[\"administrator\"]'),(40544,9445,'ClientIP','\"164.41.2.85\"'),(40545,9445,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40546,9446,'Attempts','1'),(40547,9446,'ClientIP','\"78.96.64.62\"'),(40548,9446,'UserAgent','\"\"'),(40549,9446,'CurrentUserID','0'),(40550,9447,'Attempts','1'),(40551,9447,'Username','\"wsaaus15\"'),(40552,9447,'CurrentUserRoles','[\"administrator\"]'),(40553,9447,'ClientIP','\"192.206.5.72\"'),(40554,9447,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40555,9448,'Attempts','1'),(40556,9448,'Username','\"wsaaus15\"'),(40557,9448,'CurrentUserRoles','[\"administrator\"]'),(40558,9448,'ClientIP','\"216.119.112.197\"'),(40559,9448,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40560,9449,'Attempts','1'),(40561,9449,'Username','\"wsaaus15\"'),(40562,9449,'CurrentUserRoles','[\"administrator\"]'),(40563,9449,'ClientIP','\"185.14.185.82\"'),(40564,9449,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40565,9450,'Attempts','1'),(40566,9450,'Username','\"wsaaus15\"'),(40567,9450,'CurrentUserRoles','[\"administrator\"]'),(40568,9450,'ClientIP','\"208.43.56.34\"'),(40569,9450,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40570,9451,'Attempts','1'),(40571,9451,'Username','\"wsaaus15\"'),(40572,9451,'CurrentUserRoles','[\"administrator\"]'),(40573,9451,'ClientIP','\"178.254.62.58\"'),(40574,9451,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40575,9452,'Attempts','1'),(40576,9452,'Username','\"wsaaus15\"'),(40577,9452,'CurrentUserRoles','[\"administrator\"]'),(40578,9452,'ClientIP','\"74.63.251.59\"'),(40579,9452,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40580,9453,'Attempts','1'),(40581,9453,'Username','\"wsaaus15\"'),(40582,9453,'CurrentUserRoles','[\"administrator\"]'),(40583,9453,'ClientIP','\"188.226.212.130\"'),(40584,9453,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40585,9454,'Attempts','1'),(40586,9454,'Username','\"wsaaus15\"'),(40587,9454,'CurrentUserRoles','[\"administrator\"]'),(40588,9454,'ClientIP','\"195.22.8.68\"'),(40589,9454,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40590,9455,'Attempts','1'),(40591,9455,'ClientIP','\"79.45.159.92\"'),(40592,9455,'UserAgent','\"\"'),(40593,9455,'CurrentUserID','0'),(40594,9456,'Attempts','1'),(40595,9456,'ClientIP','\"91.90.15.152\"'),(40596,9456,'UserAgent','\"\"'),(40597,9456,'CurrentUserID','0'),(40598,9457,'Attempts','1'),(40599,9457,'ClientIP','\"194.44.40.99\"'),(40600,9457,'UserAgent','\"\"'),(40601,9457,'CurrentUserID','0'),(40602,9458,'Attempts','1'),(40603,9458,'ClientIP','\"110.5.76.38\"'),(40604,9458,'UserAgent','\"\"'),(40605,9458,'CurrentUserID','0'),(40606,9459,'Attempts','1'),(40607,9459,'Username','\"wsaaus15\"'),(40608,9459,'CurrentUserRoles','[\"administrator\"]'),(40609,9459,'ClientIP','\"176.67.160.243\"'),(40610,9459,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40611,9461,'Attempts','1'),(40612,9460,'Attempts','1'),(40613,9461,'Username','\"wsaaus15\"'),(40614,9460,'Username','\"wsaaus15\"'),(40615,9460,'CurrentUserRoles','[\"administrator\"]'),(40616,9461,'CurrentUserRoles','[\"administrator\"]'),(40617,9460,'ClientIP','\"66.119.61.180\"'),(40618,9461,'ClientIP','\"81.29.220.16\"'),(40619,9461,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40620,9460,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40621,9462,'Attempts','1'),(40622,9462,'Username','\"wsaaus15\\r\"'),(40623,9462,'CurrentUserRoles','[\"administrator\"]'),(40624,9462,'ClientIP','\"69.56.157.151\"'),(40625,9462,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40626,9463,'Attempts','1'),(40627,9463,'Username','\"wsaaus15\"'),(40628,9463,'CurrentUserRoles','[\"administrator\"]'),(40629,9463,'ClientIP','\"192.169.226.249\"'),(40630,9463,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40631,9464,'Attempts','1'),(40632,9464,'Username','\"wsaaus15\"'),(40633,9464,'CurrentUserRoles','[\"administrator\"]'),(40634,9464,'ClientIP','\"50.87.152.103\"'),(40635,9464,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40636,9465,'Attempts','1'),(40637,9465,'Username','\"wsaaus15\"'),(40638,9465,'CurrentUserRoles','[\"administrator\"]'),(40639,9465,'ClientIP','\"182.160.167.63\"'),(40640,9465,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40641,9466,'Attempts','1'),(40642,9466,'Username','\"wsaaus15\"'),(40643,9466,'CurrentUserRoles','[\"administrator\"]'),(40644,9466,'ClientIP','\"109.73.163.86\"'),(40645,9466,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40646,9467,'Attempts','1'),(40647,9467,'Username','\"wsaaus15\"'),(40648,9467,'CurrentUserRoles','[\"administrator\"]'),(40649,9467,'ClientIP','\"157.7.188.155\"'),(40650,9467,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40651,9468,'Attempts','1'),(40652,9468,'Username','\"wsaaus15\"'),(40653,9468,'CurrentUserRoles','[\"administrator\"]'),(40654,9468,'ClientIP','\"212.224.101.19\"'),(40655,9468,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40656,9469,'Attempts','1'),(40657,9469,'ClientIP','\"177.204.55.11\"'),(40658,9469,'UserAgent','\"\"'),(40659,9469,'CurrentUserID','0'),(40660,9470,'Attempts','1'),(40661,9470,'ClientIP','\"162.212.211.121\"'),(40662,9470,'UserAgent','\"\"'),(40663,9470,'CurrentUserID','0'),(40664,9471,'Attempts','1'),(40665,9471,'Username','\"wsaaus15\"'),(40666,9471,'CurrentUserRoles','[\"administrator\"]'),(40667,9471,'ClientIP','\"192.163.209.108\"'),(40668,9471,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40669,9472,'Attempts','1'),(40670,9472,'Username','\"wsaaus15\"'),(40671,9472,'CurrentUserRoles','[\"administrator\"]'),(40672,9472,'ClientIP','\"180.235.149.183\"'),(40673,9472,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40674,9473,'Attempts','1'),(40675,9473,'Username','\"wsaaus15\"'),(40676,9473,'CurrentUserRoles','[\"administrator\"]'),(40677,9473,'ClientIP','\"199.91.172.84\"'),(40678,9473,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40679,9474,'Attempts','1'),(40680,9474,'Username','\"wsaaus15\"'),(40681,9474,'CurrentUserRoles','[\"administrator\"]'),(40682,9474,'ClientIP','\"184.107.150.34\"'),(40683,9474,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40684,9475,'Attempts','1'),(40685,9475,'Username','\"wsaaus15\"'),(40686,9475,'CurrentUserRoles','[\"administrator\"]'),(40687,9475,'ClientIP','\"71.19.251.97\"'),(40688,9475,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40689,9476,'Attempts','1'),(40690,9476,'Username','\"wsaaus15\"'),(40691,9476,'CurrentUserRoles','[\"administrator\"]'),(40692,9476,'ClientIP','\"109.74.193.127\"'),(40693,9476,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40694,9477,'Attempts','1'),(40695,9477,'Username','\"wsaaus15\"'),(40696,9477,'CurrentUserRoles','[\"administrator\"]'),(40697,9477,'ClientIP','\"205.204.94.158\"'),(40698,9477,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40699,9478,'Attempts','1'),(40700,9478,'Username','\"wsaaus15\"'),(40701,9478,'CurrentUserRoles','[\"administrator\"]'),(40702,9478,'ClientIP','\"85.95.227.211\"'),(40703,9478,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40704,9479,'Attempts','1'),(40705,9479,'Username','\"wsaaus15\"'),(40706,9479,'CurrentUserRoles','[\"administrator\"]'),(40707,9479,'ClientIP','\"75.126.227.210\"'),(40708,9479,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40709,9480,'Attempts','1'),(40710,9480,'Username','\"wsaaus15\"'),(40711,9480,'CurrentUserRoles','[\"administrator\"]'),(40712,9480,'ClientIP','\"41.74.186.248\"'),(40713,9480,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40714,9481,'Attempts','1'),(40715,9481,'Username','\"wsaaus15\"'),(40716,9481,'CurrentUserRoles','[\"administrator\"]'),(40717,9481,'ClientIP','\"66.71.242.106\"'),(40718,9481,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40719,9482,'Attempts','1'),(40720,9482,'Username','\"wsaaus15\"'),(40721,9482,'CurrentUserRoles','[\"administrator\"]'),(40722,9482,'ClientIP','\"85.95.246.55\"'),(40723,9482,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40724,9483,'Attempts','1'),(40725,9483,'Username','\"wsaaus15\"'),(40726,9483,'CurrentUserRoles','[\"administrator\"]'),(40727,9483,'ClientIP','\"184.107.165.18\"'),(40728,9483,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40729,9484,'Attempts','1'),(40730,9484,'Username','\"wsaaus15\"'),(40731,9484,'CurrentUserRoles','[\"administrator\"]'),(40732,9484,'ClientIP','\"69.16.193.242\"'),(40733,9484,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40734,9485,'Attempts','1'),(40735,9485,'Username','\"wsaaus15\"'),(40736,9485,'CurrentUserRoles','[\"administrator\"]'),(40737,9485,'ClientIP','\"178.77.96.181\"'),(40738,9485,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40739,9486,'Attempts','1'),(40740,9486,'Username','\"wsaaus15\\r\"'),(40741,9486,'CurrentUserRoles','[\"administrator\"]'),(40742,9486,'ClientIP','\"208.99.113.105\"'),(40743,9486,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40744,9487,'Attempts','1'),(40745,9487,'ClientIP','\"179.216.47.188\"'),(40746,9487,'UserAgent','\"\"'),(40747,9487,'CurrentUserID','0'),(40748,9488,'Attempts','1'),(40749,9488,'Username','\"wsaaus15\"'),(40750,9488,'CurrentUserRoles','[\"administrator\"]'),(40751,9488,'ClientIP','\"50.62.135.174\"'),(40752,9488,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40753,9489,'Attempts','1'),(40754,9489,'Username','\"wsaaus15\"'),(40755,9489,'CurrentUserRoles','[\"administrator\"]'),(40756,9489,'ClientIP','\"198.57.207.30\"'),(40757,9489,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40758,9490,'Attempts','1'),(40759,9490,'Username','\"wsaaus15\"'),(40760,9490,'CurrentUserRoles','[\"administrator\"]'),(40761,9490,'ClientIP','\"94.23.22.114\"'),(40762,9490,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40763,9491,'Attempts','1'),(40764,9491,'Username','\"wsaaus15\"'),(40765,9491,'CurrentUserRoles','[\"administrator\"]'),(40766,9491,'ClientIP','\"124.217.247.185\"'),(40767,9491,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40768,9492,'Attempts','1'),(40769,9492,'ClientIP','\"41.66.200.85\"'),(40770,9492,'UserAgent','\"\"'),(40771,9492,'CurrentUserID','0'),(40772,9493,'Attempts','1'),(40773,9493,'Username','\"wsaaus15\"'),(40774,9493,'CurrentUserRoles','[\"administrator\"]'),(40775,9493,'ClientIP','\"78.129.211.205\"'),(40776,9493,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40777,9494,'Attempts','1'),(40778,9494,'Username','\"wsaaus15\"'),(40779,9494,'CurrentUserRoles','[\"administrator\"]'),(40780,9494,'ClientIP','\"173.247.255.43\"'),(40781,9494,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40782,9495,'Attempts','1'),(40783,9495,'Username','\"wsaaus15\"'),(40784,9495,'CurrentUserRoles','[\"administrator\"]'),(40785,9495,'ClientIP','\"52.1.255.16\"'),(40786,9495,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40787,9496,'Attempts','1'),(40788,9496,'Username','\"wsaaus15\"'),(40789,9496,'CurrentUserRoles','[\"administrator\"]'),(40790,9496,'ClientIP','\"12.25.127.39\"'),(40791,9496,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40792,9497,'Attempts','1'),(40793,9497,'Username','\"wsaaus15\"'),(40794,9497,'CurrentUserRoles','[\"administrator\"]'),(40795,9497,'ClientIP','\"46.235.44.121\"'),(40796,9497,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40797,9498,'Attempts','1'),(40798,9498,'Username','\"wsaaus15\"'),(40799,9498,'CurrentUserRoles','[\"administrator\"]'),(40800,9498,'ClientIP','\"64.50.185.50\"'),(40801,9498,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40802,9499,'Attempts','1'),(40803,9499,'Username','\"wsaaus15\"'),(40804,9499,'CurrentUserRoles','[\"administrator\"]'),(40805,9499,'ClientIP','\"174.127.114.155\"'),(40806,9499,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40807,9500,'Attempts','1'),(40808,9500,'Username','\"wsaaus15\"'),(40809,9500,'CurrentUserRoles','[\"administrator\"]'),(40810,9500,'ClientIP','\"41.215.232.6\"'),(40811,9500,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40812,9501,'Attempts','1'),(40813,9501,'ClientIP','\"91.90.15.152\"'),(40814,9501,'UserAgent','\"\"'),(40815,9501,'CurrentUserID','0'),(40816,9502,'Attempts','1'),(40817,9503,'Attempts','1'),(40818,9502,'Username','\"wsaaus15\\r\"'),(40819,9503,'Username','\"wsaaus15\"'),(40820,9502,'CurrentUserRoles','[\"administrator\"]'),(40821,9503,'CurrentUserRoles','[\"administrator\"]'),(40822,9502,'ClientIP','\"119.235.30.62\"'),(40823,9503,'ClientIP','\"176.9.139.204\"'),(40824,9502,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40825,9503,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40826,9504,'Attempts','1'),(40827,9504,'ClientIP','\"223.219.73.77\"'),(40828,9504,'UserAgent','\"\"'),(40829,9504,'CurrentUserID','0'),(40830,9505,'Attempts','1'),(40831,9505,'ClientIP','\"181.55.174.218\"'),(40832,9505,'UserAgent','\"\"'),(40833,9505,'CurrentUserID','0'),(40834,9506,'Attempts','1'),(40835,9506,'Username','\"wsaaus15\"'),(40836,9506,'CurrentUserRoles','[\"administrator\"]'),(40837,9506,'ClientIP','\"162.212.130.24\"'),(40838,9506,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40839,9507,'Attempts','1'),(40840,9507,'Username','\"wsaaus15\"'),(40841,9507,'CurrentUserRoles','[\"administrator\"]'),(40842,9507,'ClientIP','\"89.145.78.137\"'),(40843,9507,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40844,9508,'Attempts','1'),(40845,9508,'Username','\"wsaaus15\"'),(40846,9508,'CurrentUserRoles','[\"administrator\"]'),(40847,9508,'ClientIP','\"78.129.179.10\"'),(40848,9508,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40849,9509,'Attempts','1'),(40850,9509,'Username','\"wsaaus15\"'),(40851,9509,'CurrentUserRoles','[\"administrator\"]'),(40852,9509,'ClientIP','\"50.28.78.16\"'),(40853,9509,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40854,9510,'Attempts','1'),(40855,9510,'Username','\"wsaaus15\"'),(40856,9510,'CurrentUserRoles','[\"administrator\"]'),(40857,9510,'ClientIP','\"62.116.171.132\"'),(40858,9510,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40859,9511,'Attempts','1'),(40860,9511,'Username','\"wsaaus15\"'),(40861,9511,'CurrentUserRoles','[\"administrator\"]'),(40862,9511,'ClientIP','\"184.107.173.82\"'),(40863,9511,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40864,9512,'Attempts','1'),(40865,9512,'Username','\"wsaaus15\"'),(40866,9512,'CurrentUserRoles','[\"administrator\"]'),(40867,9512,'ClientIP','\"104.238.80.180\"'),(40868,9512,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40869,9513,'Attempts','1'),(40870,9513,'Username','\"wsaaus15\\r\"'),(40871,9513,'CurrentUserRoles','[\"administrator\"]'),(40872,9513,'ClientIP','\"212.79.162.47\"'),(40873,9513,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40874,9514,'Attempts','1'),(40875,9514,'Username','\"wsaaus15\"'),(40876,9514,'CurrentUserRoles','[\"administrator\"]'),(40877,9514,'ClientIP','\"50.252.18.51\"'),(40878,9514,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40879,9515,'Attempts','1'),(40880,9515,'Username','\"wsaaus15\"'),(40881,9515,'CurrentUserRoles','[\"administrator\"]'),(40882,9515,'ClientIP','\"65.185.37.222\"'),(40883,9515,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40884,9516,'Attempts','1'),(40885,9516,'Username','\"wsaaus15\"'),(40886,9516,'CurrentUserRoles','[\"administrator\"]'),(40887,9516,'ClientIP','\"91.217.154.226\"'),(40888,9516,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40889,9517,'Attempts','1'),(40890,9517,'Username','\"wsaaus15\"'),(40891,9517,'CurrentUserRoles','[\"administrator\"]'),(40892,9517,'ClientIP','\"93.87.20.193\"'),(40893,9517,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40894,9518,'Attempts','1'),(40895,9518,'Username','\"wsaaus15\"'),(40896,9518,'CurrentUserRoles','[\"administrator\"]'),(40897,9518,'ClientIP','\"206.212.237.237\"'),(40898,9518,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40899,9519,'Attempts','1'),(40900,9519,'Username','\"wsaaus15\"'),(40901,9519,'CurrentUserRoles','[\"administrator\"]'),(40902,9519,'ClientIP','\"212.129.54.21\"'),(40903,9519,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40904,9520,'Attempts','1'),(40905,9520,'Username','\"wsaaus15\"'),(40906,9520,'CurrentUserRoles','[\"administrator\"]'),(40907,9520,'ClientIP','\"195.246.242.150\"'),(40908,9520,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40909,9521,'Attempts','1'),(40910,9521,'Username','\"wsaaus15\"'),(40911,9521,'CurrentUserRoles','[\"administrator\"]'),(40912,9521,'ClientIP','\"198.57.168.151\"'),(40913,9521,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40914,9522,'Attempts','1'),(40915,9522,'Username','\"wsaaus15\"'),(40916,9522,'CurrentUserRoles','[\"administrator\"]'),(40917,9522,'ClientIP','\"213.27.244.66\"'),(40918,9522,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40919,9523,'Attempts','1'),(40920,9523,'Username','\"wsaaus15\"'),(40921,9523,'CurrentUserRoles','[\"administrator\"]'),(40922,9523,'ClientIP','\"69.160.61.154\"'),(40923,9523,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40924,9524,'Attempts','1'),(40925,9524,'Username','\"wsaaus15\"'),(40926,9524,'CurrentUserRoles','[\"administrator\"]'),(40927,9524,'ClientIP','\"104.197.152.238\"'),(40928,9524,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40929,9525,'Attempts','1'),(40930,9525,'Username','\"wsaaus15\"'),(40931,9525,'CurrentUserRoles','[\"administrator\"]'),(40932,9525,'ClientIP','\"168.144.155.109\"'),(40933,9525,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40934,9526,'Attempts','1'),(40935,9526,'Username','\"wsaaus15\"'),(40936,9526,'CurrentUserRoles','[\"administrator\"]'),(40937,9526,'ClientIP','\"64.140.195.230\"'),(40938,9526,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40939,9527,'Attempts','1'),(40940,9527,'Username','\"wsaaus15\"'),(40941,9527,'CurrentUserRoles','[\"administrator\"]'),(40942,9527,'ClientIP','\"46.29.49.51\"'),(40943,9527,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40944,9528,'Attempts','1'),(40945,9528,'Username','\"wsaaus15\"'),(40946,9528,'CurrentUserRoles','[\"administrator\"]'),(40947,9528,'ClientIP','\"207.198.123.166\"'),(40948,9528,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40949,9529,'Attempts','1'),(40950,9529,'Username','\"wsaaus15\"'),(40951,9529,'CurrentUserRoles','[\"administrator\"]'),(40952,9529,'ClientIP','\"62.146.189.142\"'),(40953,9529,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40954,9530,'Attempts','1'),(40955,9530,'Username','\"wsaaus15\"'),(40956,9530,'CurrentUserRoles','[\"administrator\"]'),(40957,9530,'ClientIP','\"217.130.244.193\"'),(40958,9530,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40959,9531,'Attempts','1'),(40960,9531,'Username','\"wsaaus15\"'),(40961,9531,'CurrentUserRoles','[\"administrator\"]'),(40962,9531,'ClientIP','\"153.122.6.25\"'),(40963,9531,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40964,9532,'Attempts','1'),(40965,9532,'Username','\"wsaaus15\"'),(40966,9532,'CurrentUserRoles','[\"administrator\"]'),(40967,9532,'ClientIP','\"83.223.106.94\"'),(40968,9532,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40969,9533,'Attempts','1'),(40970,9533,'Username','\"wsaaus15\"'),(40971,9533,'CurrentUserRoles','[\"administrator\"]'),(40972,9533,'ClientIP','\"75.101.157.83\"'),(40973,9533,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40974,9534,'Attempts','1'),(40975,9534,'Username','\"wsaaus15\"'),(40976,9534,'CurrentUserRoles','[\"administrator\"]'),(40977,9534,'ClientIP','\"185.24.69.24\"'),(40978,9534,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40979,9535,'Attempts','1'),(40980,9535,'Username','\"wsaaus15\"'),(40981,9535,'CurrentUserRoles','[\"administrator\"]'),(40982,9535,'ClientIP','\"67.43.6.134\"'),(40983,9535,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40984,9536,'Attempts','1'),(40985,9536,'Username','\"wsaaus15\"'),(40986,9536,'CurrentUserRoles','[\"administrator\"]'),(40987,9536,'ClientIP','\"162.144.101.4\"'),(40988,9536,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40989,9537,'Attempts','1'),(40990,9537,'Username','\"wsaaus15\"'),(40991,9537,'CurrentUserRoles','[\"administrator\"]'),(40992,9537,'ClientIP','\"185.65.93.171\"'),(40993,9537,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40994,9538,'Attempts','1'),(40995,9538,'Username','\"wsaaus15\"'),(40996,9538,'CurrentUserRoles','[\"administrator\"]'),(40997,9538,'ClientIP','\"108.179.238.13\"'),(40998,9538,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(40999,9539,'Attempts','1'),(41000,9539,'Username','\"wsaaus15\"'),(41001,9539,'CurrentUserRoles','[\"administrator\"]'),(41002,9539,'ClientIP','\"131.247.120.45\"'),(41003,9539,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41004,9540,'Attempts','1'),(41005,9540,'Username','\"wsaaus15\"'),(41006,9540,'CurrentUserRoles','[\"administrator\"]'),(41007,9540,'ClientIP','\"148.251.46.172\"'),(41008,9540,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41009,9541,'Attempts','1'),(41010,9541,'Username','\"wsaaus15\"'),(41011,9541,'CurrentUserRoles','[\"administrator\"]'),(41012,9541,'ClientIP','\"210.235.188.162\"'),(41013,9541,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41014,9542,'Attempts','1'),(41015,9542,'Username','\"wsaaus15\"'),(41016,9542,'CurrentUserRoles','[\"administrator\"]'),(41017,9542,'ClientIP','\"142.4.15.137\"'),(41018,9542,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41019,9543,'Attempts','1'),(41020,9543,'Username','\"wsaaus15\"'),(41021,9543,'CurrentUserRoles','[\"administrator\"]'),(41022,9543,'ClientIP','\"209.123.8.45\"'),(41023,9543,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41024,9544,'Attempts','1'),(41025,9544,'Username','\"wsaaus15\"'),(41026,9544,'CurrentUserRoles','[\"administrator\"]'),(41027,9544,'ClientIP','\"31.216.48.77\"'),(41028,9544,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41029,9545,'Attempts','1'),(41030,9545,'Username','\"wsaaus15\"'),(41031,9545,'CurrentUserRoles','[\"administrator\"]'),(41032,9545,'ClientIP','\"24.15.131.135\"'),(41033,9545,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41034,9546,'Attempts','1'),(41035,9546,'Username','\"wsaaus15\"'),(41036,9546,'CurrentUserRoles','[\"administrator\"]'),(41037,9546,'ClientIP','\"208.76.86.168\"'),(41038,9546,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41039,9547,'Attempts','1'),(41040,9547,'Username','\"wsaaus15\"'),(41041,9547,'CurrentUserRoles','[\"administrator\"]'),(41042,9547,'ClientIP','\"45.79.89.230\"'),(41043,9547,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41044,9548,'Attempts','1'),(41045,9548,'Username','\"wsaaus15\"'),(41046,9548,'CurrentUserRoles','[\"administrator\"]'),(41047,9548,'ClientIP','\"5.39.70.65\"'),(41048,9548,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41049,9549,'Attempts','1'),(41050,9549,'Username','\"wsaaus15\"'),(41051,9549,'CurrentUserRoles','[\"administrator\"]'),(41052,9549,'ClientIP','\"182.160.161.63\"'),(41053,9549,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41054,9550,'Attempts','1'),(41055,9550,'Username','\"wsaaus15\"'),(41056,9550,'CurrentUserRoles','[\"administrator\"]'),(41057,9550,'ClientIP','\"108.175.148.114\"'),(41058,9550,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41059,9551,'Attempts','1'),(41060,9551,'Username','\"wsaaus15\"'),(41061,9551,'CurrentUserRoles','[\"administrator\"]'),(41062,9551,'ClientIP','\"158.194.244.144\"'),(41063,9551,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41064,9552,'Attempts','1'),(41065,9552,'ClientIP','\"119.94.18.223\"'),(41066,9552,'UserAgent','\"\"'),(41067,9552,'CurrentUserID','0'),(41068,9553,'Attempts','1'),(41069,9553,'Username','\"wsaaus15\"'),(41070,9553,'CurrentUserRoles','[\"administrator\"]'),(41071,9553,'ClientIP','\"72.10.54.207\"'),(41072,9553,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41073,9554,'Attempts','1'),(41074,9554,'ClientIP','\"183.89.34.32\"'),(41075,9554,'UserAgent','\"\"'),(41076,9554,'CurrentUserID','0'),(41077,9555,'Attempts','1'),(41078,9555,'ClientIP','\"93.72.227.7\"'),(41079,9555,'UserAgent','\"\"'),(41080,9555,'CurrentUserID','0'),(41081,9556,'Attempts','1'),(41082,9556,'Username','\"wsaaus15\"'),(41083,9556,'CurrentUserRoles','[\"administrator\"]'),(41084,9556,'ClientIP','\"78.46.215.210\"'),(41085,9556,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41086,9557,'Attempts','2'),(41087,9557,'Username','\"wsaaus15\"'),(41088,9557,'CurrentUserRoles','[\"administrator\"]'),(41089,9557,'ClientIP','\"80.77.131.135\"'),(41090,9557,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41091,9558,'Attempts','1'),(41092,9558,'Username','\"wsaaus15\"'),(41093,9558,'CurrentUserRoles','[\"administrator\"]'),(41094,9558,'ClientIP','\"190.96.85.31\"'),(41095,9558,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41096,9559,'Attempts','1'),(41097,9559,'Username','\"wsaaus15\"'),(41098,9559,'CurrentUserRoles','[\"administrator\"]'),(41099,9559,'ClientIP','\"46.165.252.58\"'),(41100,9559,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41101,9560,'Attempts','1'),(41102,9560,'Username','\"wsaaus15\"'),(41103,9560,'CurrentUserRoles','[\"administrator\"]'),(41104,9560,'ClientIP','\"162.250.121.186\"'),(41105,9560,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41106,9561,'Attempts','1'),(41107,9561,'Username','\"wsaaus15\"'),(41108,9561,'CurrentUserRoles','[\"administrator\"]'),(41109,9561,'ClientIP','\"212.48.70.34\"'),(41110,9561,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41111,9562,'Attempts','1'),(41112,9562,'Username','\"wsaaus15\"'),(41113,9562,'CurrentUserRoles','[\"administrator\"]'),(41114,9562,'ClientIP','\"213.74.181.2\"'),(41115,9562,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41116,9563,'Attempts','1'),(41117,9563,'Username','\"wsaaus15\"'),(41118,9563,'CurrentUserRoles','[\"administrator\"]'),(41119,9563,'ClientIP','\"178.19.55.114\"'),(41120,9563,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41121,9564,'Attempts','1'),(41122,9564,'Username','\"wsaaus15\"'),(41123,9564,'CurrentUserRoles','[\"administrator\"]'),(41124,9564,'ClientIP','\"64.182.230.250\"'),(41125,9564,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41126,9565,'Attempts','1'),(41127,9565,'Username','\"wsaaus15\"'),(41128,9565,'CurrentUserRoles','[\"administrator\"]'),(41129,9565,'ClientIP','\"157.192.116.238\"'),(41130,9565,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41131,9566,'Attempts','1'),(41132,9566,'Username','\"wsaaus15\"'),(41133,9566,'CurrentUserRoles','[\"administrator\"]'),(41134,9566,'ClientIP','\"96.30.47.232\"'),(41135,9566,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41136,9567,'Attempts','1'),(41137,9567,'ClientIP','\"41.109.165.223\"'),(41138,9567,'UserAgent','\"\"'),(41139,9567,'CurrentUserID','0'),(41140,9568,'Attempts','1'),(41141,9568,'Username','\"wsaaus15\"'),(41142,9568,'CurrentUserRoles','[\"administrator\"]'),(41143,9568,'ClientIP','\"216.119.154.198\"'),(41144,9568,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41145,9569,'Attempts','1'),(41146,9569,'Username','\"wsaaus15\"'),(41147,9569,'CurrentUserRoles','[\"administrator\"]'),(41148,9569,'ClientIP','\"195.64.155.80\"'),(41149,9569,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41150,9570,'Attempts','1'),(41151,9570,'Username','\"wsaaus15\"'),(41152,9570,'CurrentUserRoles','[\"administrator\"]'),(41153,9570,'ClientIP','\"46.29.20.73\"'),(41154,9570,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41155,9571,'Attempts','1'),(41156,9571,'Username','\"wsaaus15\"'),(41157,9571,'CurrentUserRoles','[\"administrator\"]'),(41158,9571,'ClientIP','\"176.111.104.6\"'),(41159,9571,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41160,9572,'Attempts','1'),(41161,9572,'Username','\"wsaaus15\"'),(41162,9572,'CurrentUserRoles','[\"administrator\"]'),(41163,9572,'ClientIP','\"120.138.27.81\"'),(41164,9572,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41165,9573,'Attempts','1'),(41166,9573,'Username','\"wsaaus15\"'),(41167,9573,'CurrentUserRoles','[\"administrator\"]'),(41168,9573,'ClientIP','\"95.211.171.154\"'),(41169,9573,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41170,9574,'Attempts','1'),(41171,9574,'Username','\"wsaaus15\"'),(41172,9574,'CurrentUserRoles','[\"administrator\"]'),(41173,9574,'ClientIP','\"79.170.44.118\"'),(41174,9574,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41175,9575,'Attempts','1'),(41176,9575,'Username','\"wsaaus15\"'),(41177,9575,'CurrentUserRoles','[\"administrator\"]'),(41178,9575,'ClientIP','\"95.211.42.193\"'),(41179,9575,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41180,9576,'Attempts','1'),(41181,9576,'ClientIP','\"101.56.180.251\"'),(41182,9576,'UserAgent','\"\"'),(41183,9576,'CurrentUserID','0'),(41184,9577,'Attempts','1'),(41185,9577,'Username','\"wsaaus15\"'),(41186,9577,'CurrentUserRoles','[\"administrator\"]'),(41187,9577,'ClientIP','\"83.170.79.102\"'),(41188,9577,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41189,9578,'Attempts','1'),(41190,9578,'Username','\"wsaaus15\"'),(41191,9578,'CurrentUserRoles','[\"administrator\"]'),(41192,9578,'ClientIP','\"66.180.204.212\"'),(41193,9578,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41194,9579,'Attempts','1'),(41195,9579,'Username','\"wsaaus15\"'),(41196,9579,'CurrentUserRoles','[\"administrator\"]'),(41197,9579,'ClientIP','\"128.143.16.95\"'),(41198,9579,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41199,9580,'Attempts','1'),(41200,9580,'Username','\"wsaaus15\"'),(41201,9580,'CurrentUserRoles','[\"administrator\"]'),(41202,9580,'ClientIP','\"185.22.184.86\"'),(41203,9580,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41204,9581,'Attempts','1'),(41205,9581,'Username','\"wsaaus15\"'),(41206,9581,'CurrentUserRoles','[\"administrator\"]'),(41207,9581,'ClientIP','\"2.115.249.197\"'),(41208,9581,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41209,9582,'Attempts','1'),(41210,9582,'Username','\"wsaaus15\"'),(41211,9582,'CurrentUserRoles','[\"administrator\"]'),(41212,9582,'ClientIP','\"198.12.148.245\"'),(41213,9582,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41214,9583,'Attempts','1'),(41215,9583,'Username','\"wsaaus15\"'),(41216,9583,'CurrentUserRoles','[\"administrator\"]'),(41217,9583,'ClientIP','\"173.208.83.42\"'),(41218,9583,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41219,9584,'Attempts','1'),(41220,9584,'Username','\"wsaaus15\"'),(41221,9584,'CurrentUserRoles','[\"administrator\"]'),(41222,9584,'ClientIP','\"197.189.254.106\"'),(41223,9584,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41224,9585,'Attempts','1'),(41225,9585,'Username','\"wsaaus15\"'),(41226,9585,'CurrentUserRoles','[\"administrator\"]'),(41227,9585,'ClientIP','\"23.21.128.200\"'),(41228,9585,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41229,9586,'Attempts','1'),(41230,9586,'ClientIP','\"77.46.220.73\"'),(41231,9586,'UserAgent','\"\"'),(41232,9586,'CurrentUserID','0'),(41233,9587,'Attempts','1'),(41234,9587,'Username','\"wsaaus15\"'),(41235,9587,'CurrentUserRoles','[\"administrator\"]'),(41236,9587,'ClientIP','\"94.23.248.132\"'),(41237,9587,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41238,9588,'Attempts','1'),(41239,9588,'ClientIP','\"178.223.38.3\"'),(41240,9588,'UserAgent','\"\"'),(41241,9588,'CurrentUserID','0'),(41242,9589,'Attempts','1'),(41243,9589,'Username','\"wsaaus15\"'),(41244,9589,'CurrentUserRoles','[\"administrator\"]'),(41245,9589,'ClientIP','\"52.4.140.159\"'),(41246,9589,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41247,9590,'Attempts','1'),(41248,9590,'Username','\"wsaaus15\"'),(41249,9590,'CurrentUserRoles','[\"administrator\"]'),(41250,9590,'ClientIP','\"198.57.133.132\"'),(41251,9590,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41252,9591,'Attempts','1'),(41253,9591,'Username','\"wsaaus15\"'),(41254,9591,'CurrentUserRoles','[\"administrator\"]'),(41255,9591,'ClientIP','\"109.169.36.30\"'),(41256,9591,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41257,9592,'Attempts','1'),(41258,9592,'Username','\"wsaaus15\"'),(41259,9592,'CurrentUserRoles','[\"administrator\"]'),(41260,9592,'ClientIP','\"72.249.76.129\"'),(41261,9592,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41262,9593,'Attempts','1'),(41263,9593,'Username','\"wsaaus15\"'),(41264,9593,'CurrentUserRoles','[\"administrator\"]'),(41265,9593,'ClientIP','\"54.84.90.4\"'),(41266,9593,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41267,9594,'Attempts','1'),(41268,9594,'Username','\"wsaaus15\"'),(41269,9594,'CurrentUserRoles','[\"administrator\"]'),(41270,9594,'ClientIP','\"217.147.176.240\"'),(41271,9594,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41272,9595,'Attempts','1'),(41273,9595,'Username','\"wsaaus15\"'),(41274,9595,'CurrentUserRoles','[\"administrator\"]'),(41275,9595,'ClientIP','\"31.15.25.186\"'),(41276,9595,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41277,9596,'Attempts','1'),(41278,9596,'Username','\"wsaaus15\"'),(41279,9596,'CurrentUserRoles','[\"administrator\"]'),(41280,9596,'ClientIP','\"148.251.66.114\"'),(41281,9596,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41282,9597,'Attempts','1'),(41283,9597,'Username','\"wsaaus15\"'),(41284,9597,'CurrentUserRoles','[\"administrator\"]'),(41285,9597,'ClientIP','\"27.120.100.1\"'),(41286,9597,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41287,9598,'Attempts','1'),(41288,9598,'Username','\"wsaaus15\"'),(41289,9598,'CurrentUserRoles','[\"administrator\"]'),(41290,9598,'ClientIP','\"49.50.8.110\"'),(41291,9598,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41292,9599,'Attempts','1'),(41293,9599,'Username','\"wsaaus15\"'),(41294,9599,'CurrentUserRoles','[\"administrator\"]'),(41295,9599,'ClientIP','\"162.223.88.13\"'),(41296,9599,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41297,9600,'Attempts','1'),(41298,9600,'Username','\"wsaaus15\"'),(41299,9600,'CurrentUserRoles','[\"administrator\"]'),(41300,9600,'ClientIP','\"69.162.115.178\"'),(41301,9600,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41302,9601,'Attempts','1'),(41303,9601,'Username','\"wsaaus15\"'),(41304,9601,'CurrentUserRoles','[\"administrator\"]'),(41305,9601,'ClientIP','\"80.68.178.28\"'),(41306,9601,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41307,9602,'Attempts','1'),(41308,9602,'Username','\"wsaaus15\"'),(41309,9602,'CurrentUserRoles','[\"administrator\"]'),(41310,9602,'ClientIP','\"81.95.96.189\"'),(41311,9602,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41312,9603,'Attempts','1'),(41313,9603,'Username','\"wsaaus15\"'),(41314,9603,'CurrentUserRoles','[\"administrator\"]'),(41315,9603,'ClientIP','\"46.31.213.203\"'),(41316,9603,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41317,9604,'Attempts','1'),(41318,9604,'Username','\"wsaaus15\"'),(41319,9604,'CurrentUserRoles','[\"administrator\"]'),(41320,9604,'ClientIP','\"185.38.148.82\"'),(41321,9604,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41322,9605,'Attempts','1'),(41323,9605,'Username','\"wsaaus15\"'),(41324,9605,'CurrentUserRoles','[\"administrator\"]'),(41325,9605,'ClientIP','\"5.45.75.3\"'),(41326,9605,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41327,9606,'Attempts','1'),(41328,9606,'Username','\"wsaaus15\"'),(41329,9606,'CurrentUserRoles','[\"administrator\"]'),(41330,9606,'ClientIP','\"64.207.159.73\"'),(41331,9606,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41332,9607,'Attempts','1'),(41333,9607,'Username','\"wsaaus15\"'),(41334,9607,'CurrentUserRoles','[\"administrator\"]'),(41335,9607,'ClientIP','\"91.185.209.169\"'),(41336,9607,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41337,9608,'Attempts','1'),(41338,9608,'Username','\"wsaaus15\"'),(41339,9608,'CurrentUserRoles','[\"administrator\"]'),(41340,9608,'ClientIP','\"173.248.191.128\"'),(41341,9608,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41342,9609,'Attempts','1'),(41343,9609,'ClientIP','\"37.105.136.75\"'),(41344,9609,'UserAgent','\"\"'),(41345,9609,'CurrentUserID','0'),(41346,9610,'Attempts','1'),(41347,9610,'ClientIP','\"103.224.117.128\"'),(41348,9610,'UserAgent','\"\"'),(41349,9610,'CurrentUserID','0'),(41350,9611,'Attempts','1'),(41351,9611,'Username','\"wsaaus15\"'),(41352,9611,'CurrentUserRoles','[\"administrator\"]'),(41353,9611,'ClientIP','\"45.35.57.98\"'),(41354,9611,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41355,9612,'Attempts','1'),(41356,9612,'Username','\"wsaaus15\"'),(41357,9612,'CurrentUserRoles','[\"administrator\"]'),(41358,9612,'ClientIP','\"54.86.237.118\"'),(41359,9612,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41360,9613,'Attempts','1'),(41361,9613,'Username','\"wsaaus15\"'),(41362,9613,'CurrentUserRoles','[\"administrator\"]'),(41363,9613,'ClientIP','\"23.21.40.157\"'),(41364,9613,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41365,9614,'Attempts','1'),(41366,9614,'Username','\"wsaaus15\"'),(41367,9614,'CurrentUserRoles','[\"administrator\"]'),(41368,9614,'ClientIP','\"103.247.98.218\"'),(41369,9614,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41370,9615,'Attempts','1'),(41371,9615,'Username','\"wsaaus15\"'),(41372,9615,'CurrentUserRoles','[\"administrator\"]'),(41373,9615,'ClientIP','\"176.31.174.247\"'),(41374,9615,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41375,9616,'Attempts','1'),(41376,9616,'Username','\"wsaaus15\"'),(41377,9616,'CurrentUserRoles','[\"administrator\"]'),(41378,9616,'ClientIP','\"166.78.152.59\"'),(41379,9616,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41380,9617,'Attempts','1'),(41381,9617,'Username','\"wsaaus15\"'),(41382,9617,'CurrentUserRoles','[\"administrator\"]'),(41383,9617,'ClientIP','\"162.254.253.205\"'),(41384,9617,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41385,9618,'Attempts','1'),(41386,9618,'Username','\"wsaaus15\"'),(41387,9618,'CurrentUserRoles','[\"administrator\"]'),(41388,9618,'ClientIP','\"190.98.227.144\"'),(41389,9618,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41390,9619,'Attempts','1'),(41391,9619,'Username','\"wsaaus15\"'),(41392,9619,'CurrentUserRoles','[\"administrator\"]'),(41393,9619,'ClientIP','\"207.32.179.135\"'),(41394,9619,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41395,9620,'Attempts','1'),(41396,9620,'Username','\"wsaaus15\"'),(41397,9620,'CurrentUserRoles','[\"administrator\"]'),(41398,9620,'ClientIP','\"223.135.94.241\"'),(41399,9620,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41400,9621,'Attempts','1'),(41401,9621,'ClientIP','\"37.221.243.242\"'),(41402,9621,'UserAgent','\"\"'),(41403,9621,'CurrentUserID','0'),(41404,9622,'Attempts','1'),(41405,9622,'Username','\"wsaaus15\"'),(41406,9622,'CurrentUserRoles','[\"administrator\"]'),(41407,9622,'ClientIP','\"198.57.207.30\"'),(41408,9622,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41409,9623,'Attempts','1'),(41410,9623,'Username','\"wsaaus15\"'),(41411,9623,'CurrentUserRoles','[\"administrator\"]'),(41412,9623,'ClientIP','\"37.59.52.170\"'),(41413,9623,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41414,9624,'Attempts','1'),(41415,9624,'Username','\"wsaaus15\"'),(41416,9624,'CurrentUserRoles','[\"administrator\"]'),(41417,9624,'ClientIP','\"200.137.2.254\"'),(41418,9624,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41419,9625,'Attempts','1'),(41420,9625,'Username','\"wsaaus15\"'),(41421,9625,'CurrentUserRoles','[\"administrator\"]'),(41422,9625,'ClientIP','\"37.59.248.10\"'),(41423,9625,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41424,9626,'Attempts','2'),(41425,9626,'Username','\"wsaaus15\"'),(41426,9626,'CurrentUserRoles','[\"administrator\"]'),(41427,9626,'ClientIP','\"216.222.194.151\"'),(41428,9626,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41429,9627,'Attempts','1'),(41430,9627,'Username','\"wsaaus15\"'),(41431,9627,'CurrentUserRoles','[\"administrator\"]'),(41432,9627,'ClientIP','\"178.251.154.78\"'),(41433,9627,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41434,9628,'Attempts','1'),(41435,9628,'Username','\"wsaaus15\"'),(41436,9628,'CurrentUserRoles','[\"administrator\"]'),(41437,9628,'ClientIP','\"91.228.197.30\"'),(41438,9628,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41439,9629,'Attempts','1'),(41440,9629,'Username','\"wsaaus15\"'),(41441,9629,'CurrentUserRoles','[\"administrator\"]'),(41442,9629,'ClientIP','\"54.203.246.222\"'),(41443,9629,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41444,9630,'Attempts','1'),(41445,9630,'Username','\"wsaaus15\"'),(41446,9630,'CurrentUserRoles','[\"administrator\"]'),(41447,9630,'ClientIP','\"103.60.124.48\"'),(41448,9630,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41449,9631,'Attempts','1'),(41450,9631,'Username','\"wsaaus15\"'),(41451,9631,'CurrentUserRoles','[\"administrator\"]'),(41452,9631,'ClientIP','\"50.17.219.79\"'),(41453,9631,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41454,9632,'Attempts','1'),(41455,9632,'ClientIP','\"79.101.225.43\"'),(41456,9632,'UserAgent','\"\"'),(41457,9632,'CurrentUserID','0'),(41458,9633,'Attempts','1'),(41459,9633,'ClientIP','\"175.136.64.39\"'),(41460,9633,'UserAgent','\"\"'),(41461,9633,'CurrentUserID','0'),(41462,9634,'Attempts','1'),(41463,9634,'Username','\"wsaaus15\"'),(41464,9634,'CurrentUserRoles','[\"administrator\"]'),(41465,9634,'ClientIP','\"213.136.71.100\"'),(41466,9634,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41467,9635,'Attempts','1'),(41468,9635,'Username','\"wsaaus15\"'),(41469,9635,'CurrentUserRoles','[\"administrator\"]'),(41470,9635,'ClientIP','\"205.134.241.74\"'),(41471,9635,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41472,9636,'Attempts','1'),(41473,9636,'Username','\"wsaaus15\"'),(41474,9636,'CurrentUserRoles','[\"administrator\"]'),(41475,9636,'ClientIP','\"198.46.81.3\"'),(41476,9636,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41477,9637,'Attempts','1'),(41478,9637,'Username','\"wsaaus15\"'),(41479,9637,'CurrentUserRoles','[\"administrator\"]'),(41480,9637,'ClientIP','\"185.40.85.36\"'),(41481,9637,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41482,9638,'Attempts','1'),(41483,9638,'ClientIP','\"2.81.26.199\"'),(41484,9638,'UserAgent','\"\"'),(41485,9638,'CurrentUserID','0'),(41486,9639,'Attempts','1'),(41487,9639,'Username','\"wsaaus15\"'),(41488,9639,'CurrentUserRoles','[\"administrator\"]'),(41489,9639,'ClientIP','\"5.135.187.185\"'),(41490,9639,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41491,9640,'Attempts','1'),(41492,9640,'Username','\"wsaaus15\"'),(41493,9640,'CurrentUserRoles','[\"administrator\"]'),(41494,9640,'ClientIP','\"37.157.196.146\"'),(41495,9640,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41496,9641,'Attempts','1'),(41497,9641,'Username','\"wsaaus15\"'),(41498,9641,'CurrentUserRoles','[\"administrator\"]'),(41499,9641,'ClientIP','\"66.160.183.93\"'),(41500,9641,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41501,9642,'Attempts','1'),(41502,9642,'Username','\"wsaaus15\"'),(41503,9642,'CurrentUserRoles','[\"administrator\"]'),(41504,9642,'ClientIP','\"69.163.128.116\"'),(41505,9642,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41506,9643,'Attempts','1'),(41507,9643,'Username','\"wsaaus15\"'),(41508,9643,'CurrentUserRoles','[\"administrator\"]'),(41509,9643,'ClientIP','\"216.189.147.216\"'),(41510,9643,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41511,9644,'Attempts','1'),(41512,9644,'Username','\"wsaaus15\"'),(41513,9644,'CurrentUserRoles','[\"administrator\"]'),(41514,9644,'ClientIP','\"125.253.117.69\"'),(41515,9644,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41516,9645,'Attempts','1'),(41517,9645,'Username','\"wsaaus15\"'),(41518,9645,'CurrentUserRoles','[\"administrator\"]'),(41519,9645,'ClientIP','\"67.225.228.116\"'),(41520,9645,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41521,9646,'Attempts','1'),(41522,9646,'Username','\"wsaaus15\"'),(41523,9646,'CurrentUserRoles','[\"administrator\"]'),(41524,9646,'ClientIP','\"40.127.101.176\"'),(41525,9646,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41526,9647,'Attempts','1'),(41527,9647,'Username','\"wsaaus15\"'),(41528,9647,'CurrentUserRoles','[\"administrator\"]'),(41529,9647,'ClientIP','\"75.103.66.13\"'),(41530,9647,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41531,9648,'Attempts','1'),(41532,9648,'Username','\"wsaaus15\"'),(41533,9648,'CurrentUserRoles','[\"administrator\"]'),(41534,9648,'ClientIP','\"198.12.152.170\"'),(41535,9648,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41536,9649,'Attempts','1'),(41537,9649,'Username','\"wsaaus15\"'),(41538,9649,'CurrentUserRoles','[\"administrator\"]'),(41539,9649,'ClientIP','\"144.76.155.173\"'),(41540,9649,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41541,9650,'Attempts','1'),(41542,9650,'Username','\"wsaaus15\"'),(41543,9650,'CurrentUserRoles','[\"administrator\"]'),(41544,9650,'ClientIP','\"1.33.202.78\"'),(41545,9650,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41546,9651,'Attempts','1'),(41547,9651,'Username','\"wsaaus15\"'),(41548,9651,'CurrentUserRoles','[\"administrator\"]'),(41549,9651,'ClientIP','\"189.14.106.15\"'),(41550,9651,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41551,9652,'Attempts','1'),(41552,9652,'Username','\"wsaaus15\"'),(41553,9652,'CurrentUserRoles','[\"administrator\"]'),(41554,9652,'ClientIP','\"198.100.144.188\"'),(41555,9652,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41556,9653,'Attempts','1'),(41557,9653,'Username','\"wsaaus15\"'),(41558,9653,'CurrentUserRoles','[\"administrator\"]'),(41559,9653,'ClientIP','\"185.4.29.223\"'),(41560,9653,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41561,9654,'Attempts','1'),(41562,9654,'ClientIP','\"176.205.91.28\"'),(41563,9654,'UserAgent','\"\"'),(41564,9654,'CurrentUserID','0'),(41565,9655,'Attempts','1'),(41566,9655,'Username','\"wsaaus15\"'),(41567,9655,'CurrentUserRoles','[\"administrator\"]'),(41568,9655,'ClientIP','\"69.162.126.150\"'),(41569,9655,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41570,9656,'Attempts','1'),(41571,9656,'Username','\"wsaaus15\"'),(41572,9656,'CurrentUserRoles','[\"administrator\"]'),(41573,9656,'ClientIP','\"54.83.62.18\"'),(41574,9656,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41575,9657,'Attempts','1'),(41576,9657,'Username','\"wsaaus15\"'),(41577,9657,'CurrentUserRoles','[\"administrator\"]'),(41578,9657,'ClientIP','\"176.126.244.15\"'),(41579,9657,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41580,9658,'Attempts','1'),(41581,9658,'Username','\"wsaaus15\"'),(41582,9658,'CurrentUserRoles','[\"administrator\"]'),(41583,9658,'ClientIP','\"209.95.52.22\"'),(41584,9658,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41585,9659,'Attempts','1'),(41586,9659,'Username','\"wsaaus15\"'),(41587,9659,'CurrentUserRoles','[\"administrator\"]'),(41588,9659,'ClientIP','\"194.116.202.145\"'),(41589,9659,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41590,9660,'Attempts','1'),(41591,9660,'Username','\"wsaaus15\"'),(41592,9660,'CurrentUserRoles','[\"administrator\"]'),(41593,9660,'ClientIP','\"208.109.184.230\"'),(41594,9660,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41595,9661,'Attempts','1'),(41596,9661,'Username','\"wsaaus15\"'),(41597,9661,'CurrentUserRoles','[\"administrator\"]'),(41598,9661,'ClientIP','\"41.185.29.168\"'),(41599,9661,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41600,9662,'Attempts','1'),(41601,9662,'Username','\"wsaaus15\"'),(41602,9662,'CurrentUserRoles','[\"administrator\"]'),(41603,9662,'ClientIP','\"62.233.220.124\"'),(41604,9662,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41605,9663,'Attempts','1'),(41606,9663,'ClientIP','\"41.108.29.18\"'),(41607,9663,'UserAgent','\"\"'),(41608,9663,'CurrentUserID','0'),(41609,9664,'Attempts','1'),(41610,9664,'ClientIP','\"43.224.130.55\"'),(41611,9664,'UserAgent','\"\"'),(41612,9664,'CurrentUserID','0'),(41613,9665,'Attempts','1'),(41614,9665,'ClientIP','\"96.233.162.12\"'),(41615,9665,'UserAgent','\"\"'),(41616,9665,'CurrentUserID','0'),(41617,9666,'Attempts','1'),(41618,9666,'ClientIP','\"117.203.233.3\"'),(41619,9666,'UserAgent','\"\"'),(41620,9666,'CurrentUserID','0'),(41621,9667,'Attempts','1'),(41622,9667,'ClientIP','\"167.60.37.132\"'),(41623,9667,'UserAgent','\"\"'),(41624,9667,'CurrentUserID','0'),(41625,9668,'Attempts','1'),(41626,9668,'ClientIP','\"176.10.107.180\"'),(41627,9668,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:17.0) Gecko\\/20100101 Firefox\\/17.0\"'),(41628,9668,'CurrentUserID','0'),(41629,9669,'Attempts','1'),(41630,9669,'ClientIP','\"90.216.121.69\"'),(41631,9669,'UserAgent','\"\"'),(41632,9669,'CurrentUserID','0'),(41633,9670,'Attempts','1'),(41634,9670,'ClientIP','\"118.200.225.154\"'),(41635,9670,'UserAgent','\"\"'),(41636,9670,'CurrentUserID','0'),(41637,9671,'Attempts','1'),(41638,9671,'ClientIP','\"196.1.55.250\"'),(41639,9671,'UserAgent','\"\"'),(41640,9671,'CurrentUserID','0'),(41641,9672,'Attempts','1'),(41642,9672,'ClientIP','\"176.10.104.243\"'),(41643,9672,'UserAgent','\"Opera\\/9.80 (Windows NT 6.1) Presto\\/2.12 Version\\/12.15\"'),(41644,9672,'CurrentUserID','0'),(41645,9673,'Attempts','1'),(41646,9673,'ClientIP','\"199.127.226.150\"'),(41647,9673,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.4 (KHTML like Gecko) Chrome\\/22.0.1229.79 Safari\\/537.4\"'),(41648,9673,'CurrentUserID','0'),(41649,9674,'Attempts','\"10+\"'),(41650,9674,'ClientIP','\"150.162.127.14\"'),(41651,9674,'UserAgent','\"Mozilla\\/5.0 (Windows 10; WOW64; rv:41.0) Gecko\\/20100101 Firefox\\/41.0\"'),(41652,9674,'CurrentUserID','0'),(41653,9675,'Attempts','2'),(41654,9675,'ClientIP','\"182.93.83.35\"'),(41655,9675,'UserAgent','\"\"'),(41656,9675,'CurrentUserID','0'),(41657,9676,'Attempts','2'),(41658,9676,'Username','\"wsaaus15\"'),(41659,9676,'CurrentUserRoles','[\"administrator\"]'),(41660,9676,'ClientIP','\"195.154.168.82\"'),(41661,9676,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(41662,9677,'Attempts','2'),(41663,9677,'ClientIP','\"195.154.168.82\"'),(41664,9677,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(41665,9677,'CurrentUserID','0'),(41666,9678,'Attempts','1'),(41667,9678,'ClientIP','\"77.77.241.39\"'),(41668,9678,'UserAgent','\"\"'),(41669,9678,'CurrentUserID','0'),(41670,9679,'Attempts','1'),(41671,9679,'ClientIP','\"178.68.83.178\"'),(41672,9679,'UserAgent','\"\"'),(41673,9679,'CurrentUserID','0'),(41674,9680,'Attempts','1'),(41675,9680,'ClientIP','\"39.37.3.240\"'),(41676,9680,'UserAgent','\"\"'),(41677,9680,'CurrentUserID','0'),(41678,9681,'Attempts','1'),(41679,9681,'ClientIP','\"78.187.140.13\"'),(41680,9681,'UserAgent','\"\"'),(41681,9681,'CurrentUserID','0'),(41682,9682,'Attempts','1'),(41683,9682,'ClientIP','\"89.137.137.244\"'),(41684,9682,'UserAgent','\"\"'),(41685,9682,'CurrentUserID','0'),(41686,9683,'Attempts','1'),(41687,9683,'ClientIP','\"37.45.114.233\"'),(41688,9683,'UserAgent','\"\"'),(41689,9683,'CurrentUserID','0'),(41690,9684,'Attempts','1'),(41691,9684,'ClientIP','\"73.132.205.249\"'),(41692,9684,'UserAgent','\"\"'),(41693,9684,'CurrentUserID','0'),(41694,9685,'Attempts','1'),(41695,9685,'ClientIP','\"109.93.64.136\"'),(41696,9685,'UserAgent','\"\"'),(41697,9685,'CurrentUserID','0'),(41698,9686,'Attempts','2'),(41699,9686,'Username','\"wsaaus15\"'),(41700,9686,'CurrentUserRoles','[\"administrator\"]'),(41701,9686,'ClientIP','\"96.44.179.242\"'),(41702,9686,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(41703,9687,'Attempts','2'),(41704,9687,'ClientIP','\"96.44.179.242\"'),(41705,9687,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(41706,9687,'CurrentUserID','0'),(41707,9688,'Attempts','\"10+\"'),(41708,9688,'ClientIP','\"54.193.78.131\"'),(41709,9688,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(41710,9688,'CurrentUserID','0'),(41711,9689,'Attempts','1'),(41712,9689,'ClientIP','\"5.233.253.72\"'),(41713,9689,'UserAgent','\"\"'),(41714,9689,'CurrentUserID','0'),(41715,9690,'Attempts','1'),(41716,9690,'ClientIP','\"46.182.106.190\"'),(41717,9690,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(41718,9690,'CurrentUserID','0'),(41719,9691,'Attempts','1'),(41720,9691,'ClientIP','\"158.69.201.229\"'),(41721,9691,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/35.0.1916.114 Safari\\/537.36\"'),(41722,9691,'CurrentUserID','0'),(41723,9692,'Attempts','1'),(41724,9692,'Username','\"wsaaus15\"'),(41725,9692,'CurrentUserRoles','[\"administrator\"]'),(41726,9692,'ClientIP','\"89.201.175.24\"'),(41727,9692,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41728,9693,'Attempts','1'),(41729,9693,'Username','\"wsaaus15\"'),(41730,9693,'CurrentUserRoles','[\"administrator\"]'),(41731,9693,'ClientIP','\"92.43.22.140\"'),(41732,9693,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41733,9694,'Attempts','1'),(41734,9694,'Username','\"wsaaus15\"'),(41735,9694,'CurrentUserRoles','[\"administrator\"]'),(41736,9694,'ClientIP','\"205.196.17.173\"'),(41737,9694,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41738,9695,'Attempts','1'),(41739,9695,'Username','\"wsaaus15\"'),(41740,9695,'CurrentUserRoles','[\"administrator\"]'),(41741,9695,'ClientIP','\"198.154.250.247\"'),(41742,9695,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41743,9696,'Attempts','1'),(41744,9696,'Username','\"wsaaus15\"'),(41745,9696,'CurrentUserRoles','[\"administrator\"]'),(41746,9696,'ClientIP','\"199.116.252.157\"'),(41747,9696,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41748,9697,'Attempts','1'),(41749,9697,'Username','\"wsaaus15\"'),(41750,9697,'CurrentUserRoles','[\"administrator\"]'),(41751,9697,'ClientIP','\"88.157.198.204\"'),(41752,9697,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41753,9698,'Attempts','1'),(41754,9698,'Username','\"wsaaus15\"'),(41755,9698,'CurrentUserRoles','[\"administrator\"]'),(41756,9698,'ClientIP','\"192.168.2.10\"'),(41757,9698,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41758,9699,'Attempts','1'),(41759,9699,'Username','\"wsaaus15\\r\"'),(41760,9699,'CurrentUserRoles','[\"administrator\"]'),(41761,9699,'ClientIP','\"65.39.240.158\"'),(41762,9699,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41763,9700,'Attempts','1'),(41764,9700,'Username','\"wsaaus15\"'),(41765,9700,'CurrentUserRoles','[\"administrator\"]'),(41766,9700,'ClientIP','\"64.50.185.57\"'),(41767,9700,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41768,9701,'Attempts','1'),(41769,9701,'Username','\"wsaaus15\\r\"'),(41770,9701,'CurrentUserRoles','[\"administrator\"]'),(41771,9701,'ClientIP','\"81.5.176.26\"'),(41772,9701,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41773,9702,'Attempts','1'),(41774,9702,'ClientIP','\"209.159.138.19\"'),(41775,9702,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/536.11 (KHTML like Gecko) Chrome\\/20.0.1132.47 Safari\\/536.11\"'),(41776,9702,'CurrentUserID','0'),(41777,9703,'Attempts','1'),(41778,9703,'ClientIP','\"5.196.1.129\"'),(41779,9703,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:21.0) Gecko\\/20100101 Firefox\\/21.0\"'),(41780,9703,'CurrentUserID','0'),(41781,9704,'Attempts','1'),(41782,9704,'Username','\"wsaaus15\"'),(41783,9704,'CurrentUserRoles','[\"administrator\"]'),(41784,9704,'ClientIP','\"192.145.239.21\"'),(41785,9704,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41786,9705,'Attempts','1'),(41787,9705,'Username','\"wsaaus15\"'),(41788,9705,'CurrentUserRoles','[\"administrator\"]'),(41789,9705,'ClientIP','\"72.249.26.23\"'),(41790,9705,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41791,9706,'Attempts','1'),(41792,9706,'Username','\"wsaaus15\"'),(41793,9706,'CurrentUserRoles','[\"administrator\"]'),(41794,9706,'ClientIP','\"5.9.23.26\"'),(41795,9706,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41796,9707,'Attempts','1'),(41797,9707,'Username','\"wsaaus15\"'),(41798,9707,'CurrentUserRoles','[\"administrator\"]'),(41799,9707,'ClientIP','\"5.196.76.176\"'),(41800,9707,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41801,9708,'Attempts','1'),(41802,9708,'Username','\"wsaaus15\"'),(41803,9708,'CurrentUserRoles','[\"administrator\"]'),(41804,9708,'ClientIP','\"192.99.100.176\"'),(41805,9708,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41806,9709,'Attempts','2'),(41807,9709,'Username','\"wsaaus15\"'),(41808,9709,'CurrentUserRoles','[\"administrator\"]'),(41809,9709,'ClientIP','\"81.21.67.66\"'),(41810,9709,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41811,9710,'Attempts','2'),(41812,9710,'Username','\"wsaaus15\"'),(41813,9710,'CurrentUserRoles','[\"administrator\"]'),(41814,9710,'ClientIP','\"184.170.151.20\"'),(41815,9710,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41816,9711,'Attempts','1'),(41817,9711,'Username','\"wsaaus15\"'),(41818,9711,'CurrentUserRoles','[\"administrator\"]'),(41819,9711,'ClientIP','\"185.2.131.210\"'),(41820,9711,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41821,9712,'Attempts','1'),(41822,9712,'Username','\"wsaaus15\"'),(41823,9712,'CurrentUserRoles','[\"administrator\"]'),(41824,9712,'ClientIP','\"109.71.50.9\"'),(41825,9712,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41826,9713,'Attempts','1'),(41827,9713,'Username','\"wsaaus15\\r\"'),(41828,9713,'CurrentUserRoles','[\"administrator\"]'),(41829,9713,'ClientIP','\"208.64.36.164\"'),(41830,9713,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41831,9714,'Attempts','3'),(41832,9714,'ClientIP','\"37.130.227.133\"'),(41833,9714,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.17 (KHTML like Gecko) Chrome\\/24.0.1312.52 Safari\\/537.17\"'),(41834,9714,'CurrentUserID','0'),(41835,9715,'Attempts','1'),(41836,9715,'ClientIP','\"93.115.95.216\"'),(41837,9715,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.101 Safari\\/537.36\"'),(41838,9715,'CurrentUserID','0'),(41839,9716,'Attempts','1'),(41840,9716,'ClientIP','\"198.27.85.134\"'),(41841,9716,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.22 (KHTML like Gecko) Chrome\\/25.0.1364.172 Safari\\/537.22\"'),(41842,9716,'CurrentUserID','0'),(41843,9717,'Attempts','1'),(41844,9717,'ClientIP','\"91.219.237.244\"'),(41845,9717,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:26.0) Gecko\\/20100101 Firefox\\/26.0\"'),(41846,9717,'CurrentUserID','0'),(41847,9718,'Attempts','\"10+\"'),(41848,9718,'ClientIP','\"54.193.78.131\"'),(41849,9718,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(41850,9718,'CurrentUserID','0'),(41851,9719,'Attempts','1'),(41852,9719,'Username','\"wsaaus15\"'),(41853,9719,'CurrentUserRoles','[\"administrator\"]'),(41854,9719,'ClientIP','\"198.24.160.250\"'),(41855,9719,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41856,9720,'Attempts','1'),(41857,9720,'Username','\"wsaaus15\"'),(41858,9720,'CurrentUserRoles','[\"administrator\"]'),(41859,9720,'ClientIP','\"104.219.251.2\"'),(41860,9720,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41861,9721,'Attempts','1'),(41862,9721,'Username','\"wsaaus15\"'),(41863,9721,'CurrentUserRoles','[\"administrator\"]'),(41864,9721,'ClientIP','\"96.127.172.98\"'),(41865,9721,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41866,9722,'Attempts','1'),(41867,9722,'Username','\"wsaaus15\"'),(41868,9722,'CurrentUserRoles','[\"administrator\"]'),(41869,9722,'ClientIP','\"67.222.146.236\"'),(41870,9722,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41871,9723,'Attempts','1'),(41872,9723,'Username','\"wsaaus15\"'),(41873,9723,'CurrentUserRoles','[\"administrator\"]'),(41874,9723,'ClientIP','\"89.201.175.24\"'),(41875,9723,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41876,9724,'Attempts','1'),(41877,9724,'Username','\"wsaaus15\"'),(41878,9724,'CurrentUserRoles','[\"administrator\"]'),(41879,9724,'ClientIP','\"72.34.34.33\"'),(41880,9724,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41881,9725,'Attempts','1'),(41882,9725,'Username','\"wsaaus15\"'),(41883,9725,'CurrentUserRoles','[\"administrator\"]'),(41884,9725,'ClientIP','\"109.123.98.74\"'),(41885,9725,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41886,9726,'Attempts','1'),(41887,9726,'Username','\"wsaaus15\"'),(41888,9726,'CurrentUserRoles','[\"administrator\"]'),(41889,9726,'ClientIP','\"140.125.80.4\"'),(41890,9726,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41891,9727,'Attempts','2'),(41892,9727,'Username','\"wsaaus15\"'),(41893,9727,'CurrentUserRoles','[\"administrator\"]'),(41894,9727,'ClientIP','\"199.189.104.52\"'),(41895,9727,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41896,9728,'Attempts','1'),(41897,9728,'Username','\"wsaaus15\"'),(41898,9728,'CurrentUserRoles','[\"administrator\"]'),(41899,9728,'ClientIP','\"109.73.170.66\"'),(41900,9728,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41901,9729,'Attempts','1'),(41902,9729,'Username','\"wsaaus15\"'),(41903,9729,'CurrentUserRoles','[\"administrator\"]'),(41904,9729,'ClientIP','\"83.223.124.8\"'),(41905,9729,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41906,9730,'Attempts','1'),(41907,9730,'ClientIP','\"192.42.116.16\"'),(41908,9730,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"'),(41909,9730,'CurrentUserID','0'),(41910,9731,'Attempts','1'),(41911,9731,'Username','\"wsaaus15\"'),(41912,9731,'CurrentUserRoles','[\"administrator\"]'),(41913,9731,'ClientIP','\"144.76.24.66\"'),(41914,9731,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41915,9732,'Attempts','1'),(41916,9732,'Username','\"wsaaus15\"'),(41917,9732,'CurrentUserRoles','[\"administrator\"]'),(41918,9732,'ClientIP','\"78.46.215.210\"'),(41919,9732,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41920,9733,'Attempts','1'),(41921,9733,'Username','\"wsaaus15\"'),(41922,9733,'CurrentUserRoles','[\"administrator\"]'),(41923,9733,'ClientIP','\"81.21.67.244\"'),(41924,9733,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41925,9734,'Attempts','1'),(41926,9734,'Username','\"wsaaus15\"'),(41927,9734,'CurrentUserRoles','[\"administrator\"]'),(41928,9734,'ClientIP','\"69.39.239.170\"'),(41929,9734,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41930,9735,'Attempts','1'),(41931,9735,'Username','\"wsaaus15\"'),(41932,9735,'CurrentUserRoles','[\"administrator\"]'),(41933,9735,'ClientIP','\"209.90.88.137\"'),(41934,9735,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41935,9736,'Attempts','2'),(41936,9736,'Username','\"wsaaus15\"'),(41937,9736,'CurrentUserRoles','[\"administrator\"]'),(41938,9736,'ClientIP','\"184.154.158.122\"'),(41939,9736,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41940,9737,'Attempts','1'),(41941,9737,'Username','\"wsaaus15\"'),(41942,9737,'CurrentUserRoles','[\"administrator\"]'),(41943,9737,'ClientIP','\"162.144.85.112\"'),(41944,9737,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41945,9738,'Attempts','2'),(41946,9738,'Username','\"wsaaus15\"'),(41947,9738,'CurrentUserRoles','[\"administrator\"]'),(41948,9738,'ClientIP','\"104.247.217.132\"'),(41949,9738,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(41950,9739,'Attempts','2'),(41951,9739,'ClientIP','\"104.247.217.132\"'),(41952,9739,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(41953,9739,'CurrentUserID','0'),(41954,9740,'Attempts','1'),(41955,9740,'ClientIP','\"89.31.57.5\"'),(41956,9740,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.1 (KHTML like Gecko) Chrome\\/21.0.1180.89 Safari\\/537.1\"'),(41957,9740,'CurrentUserID','0'),(41958,9741,'Attempts','1'),(41959,9741,'Username','\"wsaaus15\"'),(41960,9741,'CurrentUserRoles','[\"administrator\"]'),(41961,9741,'ClientIP','\"192.249.122.230\"'),(41962,9741,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41963,9742,'Attempts','1'),(41964,9742,'Username','\"wsaaus15\"'),(41965,9742,'CurrentUserRoles','[\"administrator\"]'),(41966,9742,'ClientIP','\"185.2.131.75\"'),(41967,9742,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41968,9743,'Attempts','1'),(41969,9743,'Username','\"wsaaus15\"'),(41970,9743,'CurrentUserRoles','[\"administrator\"]'),(41971,9743,'ClientIP','\"216.131.95.72\"'),(41972,9743,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41973,9744,'Attempts','1'),(41974,9744,'Username','\"wsaaus15\"'),(41975,9744,'CurrentUserRoles','[\"administrator\"]'),(41976,9744,'ClientIP','\"207.20.232.240\"'),(41977,9744,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41978,9745,'Attempts','1'),(41979,9745,'Username','\"wsaaus15\"'),(41980,9745,'CurrentUserRoles','[\"administrator\"]'),(41981,9745,'ClientIP','\"50.97.178.250\"'),(41982,9745,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41983,9746,'Attempts','1'),(41984,9746,'Username','\"wsaaus15\\r\"'),(41985,9746,'CurrentUserRoles','[\"administrator\"]'),(41986,9746,'ClientIP','\"200.72.159.9\"'),(41987,9746,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41988,9747,'Attempts','1'),(41989,9747,'Username','\"wsaaus15\\r\"'),(41990,9747,'CurrentUserRoles','[\"administrator\"]'),(41991,9747,'ClientIP','\"150.214.108.7\"'),(41992,9747,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41993,9748,'Attempts','1'),(41994,9748,'Username','\"wsaaus15\"'),(41995,9748,'CurrentUserRoles','[\"administrator\"]'),(41996,9748,'ClientIP','\"66.71.242.106\"'),(41997,9748,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(41998,9749,'Attempts','1'),(41999,9749,'Username','\"wsaaus15\"'),(42000,9749,'CurrentUserRoles','[\"administrator\"]'),(42001,9749,'ClientIP','\"91.217.232.65\"'),(42002,9749,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42003,9750,'Attempts','1'),(42004,9750,'Username','\"wsaaus15\"'),(42005,9750,'CurrentUserRoles','[\"administrator\"]'),(42006,9750,'ClientIP','\"109.205.136.225\"'),(42007,9750,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42008,9751,'Attempts','1'),(42009,9751,'Username','\"wsaaus15\"'),(42010,9751,'CurrentUserRoles','[\"administrator\"]'),(42011,9751,'ClientIP','\"198.57.164.33\"'),(42012,9751,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42013,9752,'Attempts','1'),(42014,9752,'Username','\"wsaaus15\"'),(42015,9752,'CurrentUserRoles','[\"administrator\"]'),(42016,9752,'ClientIP','\"65.99.201.29\"'),(42017,9752,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42018,9753,'Attempts','1'),(42019,9753,'Username','\"wsaaus15\"'),(42020,9753,'CurrentUserRoles','[\"administrator\"]'),(42021,9753,'ClientIP','\"173.247.244.100\"'),(42022,9753,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42023,9754,'Attempts','1'),(42024,9754,'Username','\"wsaaus15\\r\"'),(42025,9754,'CurrentUserRoles','[\"administrator\"]'),(42026,9754,'ClientIP','\"69.174.241.77\"'),(42027,9754,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42028,9755,'Attempts','1'),(42029,9755,'Username','\"wsaaus15\\r\"'),(42030,9755,'CurrentUserRoles','[\"administrator\"]'),(42031,9755,'ClientIP','\"91.121.162.191\"'),(42032,9755,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42033,9756,'Attempts','1'),(42034,9756,'Username','\"wsaaus15\\r\"'),(42035,9756,'CurrentUserRoles','[\"administrator\"]'),(42036,9756,'ClientIP','\"27.254.52.4\"'),(42037,9756,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42038,9757,'Attempts','1'),(42039,9757,'ClientIP','\"93.115.95.205\"'),(42040,9757,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko\\/20100101 Firefox\\/28.0\"'),(42041,9757,'CurrentUserID','0'),(42042,9758,'Attempts','1'),(42043,9758,'Username','\"wsaaus15\"'),(42044,9758,'CurrentUserRoles','[\"administrator\"]'),(42045,9758,'ClientIP','\"92.43.22.140\"'),(42046,9758,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42047,9759,'Attempts','1'),(42048,9759,'Username','\"wsaaus15\"'),(42049,9759,'CurrentUserRoles','[\"administrator\"]'),(42050,9759,'ClientIP','\"198.1.127.114\"'),(42051,9759,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42052,9760,'Attempts','1'),(42053,9760,'Username','\"wsaaus15\"'),(42054,9760,'CurrentUserRoles','[\"administrator\"]'),(42055,9760,'ClientIP','\"180.235.149.183\"'),(42056,9760,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42057,9761,'Attempts','1'),(42058,9761,'Username','\"wsaaus15\"'),(42059,9761,'CurrentUserRoles','[\"administrator\"]'),(42060,9761,'ClientIP','\"216.131.91.222\"'),(42061,9761,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42062,9762,'Attempts','1'),(42063,9762,'Username','\"wsaaus15\"'),(42064,9762,'CurrentUserRoles','[\"administrator\"]'),(42065,9762,'ClientIP','\"192.199.240.34\"'),(42066,9762,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42067,9763,'Attempts','1'),(42068,9763,'Username','\"wsaaus15\"'),(42069,9763,'CurrentUserRoles','[\"administrator\"]'),(42070,9763,'ClientIP','\"78.129.211.205\"'),(42071,9763,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42072,9764,'Attempts','1'),(42073,9764,'Username','\"wsaaus15\"'),(42074,9764,'CurrentUserRoles','[\"administrator\"]'),(42075,9764,'ClientIP','\"89.201.175.24\"'),(42076,9764,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42077,9765,'Attempts','2'),(42078,9765,'Username','\"wsaaus15\"'),(42079,9765,'CurrentUserRoles','[\"administrator\"]'),(42080,9765,'ClientIP','\"93.174.141.54\"'),(42081,9765,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42082,9766,'Attempts','1'),(42083,9766,'ClientIP','\"212.47.226.136\"'),(42084,9766,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(42085,9766,'CurrentUserID','0'),(42086,9767,'Attempts','1'),(42087,9767,'Username','\"wsaaus15\"'),(42088,9767,'CurrentUserRoles','[\"administrator\"]'),(42089,9767,'ClientIP','\"119.9.52.119\"'),(42090,9767,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42091,9768,'Attempts','1'),(42092,9768,'ClientIP','\"37.187.129.166\"'),(42093,9768,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko\\/17.0 Firefox\\/17.0\"'),(42094,9768,'CurrentUserID','0'),(42095,9769,'Attempts','1'),(42096,9769,'ClientIP','\"62.141.45.246\"'),(42097,9769,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/29.0.1547.66 Safari\\/537.36\"'),(42098,9769,'CurrentUserID','0'),(42099,9770,'Attempts','4'),(42100,9770,'ClientIP','\"54.193.78.131\"'),(42101,9770,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(42102,9770,'CurrentUserID','0'),(42103,9771,'Attempts','2'),(42104,9771,'Username','\"wsaaus15\"'),(42105,9771,'CurrentUserRoles','[\"administrator\"]'),(42106,9771,'ClientIP','\"216.131.95.72\"'),(42107,9771,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42108,9772,'Attempts','1'),(42109,9772,'Username','\"wsaaus15\"'),(42110,9772,'CurrentUserRoles','[\"administrator\"]'),(42111,9772,'ClientIP','\"198.24.130.99\"'),(42112,9772,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42113,9773,'Attempts','1'),(42114,9773,'Username','\"wsaaus15\"'),(42115,9773,'CurrentUserRoles','[\"administrator\"]'),(42116,9773,'ClientIP','\"184.170.242.10\"'),(42117,9773,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42118,9774,'Attempts','1'),(42119,9774,'Username','\"wsaaus15\"'),(42120,9774,'CurrentUserRoles','[\"administrator\"]'),(42121,9774,'ClientIP','\"205.134.252.177\"'),(42122,9774,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42123,9775,'Attempts','1'),(42124,9775,'Username','\"wsaaus15\"'),(42125,9775,'CurrentUserRoles','[\"administrator\"]'),(42126,9775,'ClientIP','\"74.109.213.194\"'),(42127,9775,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42128,9776,'Attempts','1'),(42129,9776,'Username','\"wsaaus15\"'),(42130,9776,'CurrentUserRoles','[\"administrator\"]'),(42131,9776,'ClientIP','\"188.114.114.26\"'),(42132,9776,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42133,9777,'Attempts','1'),(42134,9777,'Username','\"wsaaus15\"'),(42135,9777,'CurrentUserRoles','[\"administrator\"]'),(42136,9777,'ClientIP','\"154.50.0.75\"'),(42137,9777,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42138,9778,'Attempts','1'),(42139,9778,'Username','\"wsaaus15\"'),(42140,9778,'CurrentUserRoles','[\"administrator\"]'),(42141,9778,'ClientIP','\"103.231.43.233\"'),(42142,9778,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42143,9779,'Attempts','1'),(42144,9779,'Username','\"wsaaus15\"'),(42145,9779,'CurrentUserRoles','[\"administrator\"]'),(42146,9779,'ClientIP','\"108.168.167.130\"'),(42147,9779,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42148,9780,'Attempts','1'),(42149,9780,'Username','\"wsaaus15\"'),(42150,9780,'CurrentUserRoles','[\"administrator\"]'),(42151,9780,'ClientIP','\"185.46.122.132\"'),(42152,9780,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42153,9781,'Attempts','1'),(42154,9781,'Username','\"wsaaus15\"'),(42155,9781,'CurrentUserRoles','[\"administrator\"]'),(42156,9781,'ClientIP','\"69.175.77.242\"'),(42157,9781,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42158,9782,'Attempts','1'),(42159,9782,'Username','\"wsaaus15\"'),(42160,9782,'CurrentUserRoles','[\"administrator\"]'),(42161,9782,'ClientIP','\"173.199.176.200\"'),(42162,9782,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42163,9783,'Attempts','1'),(42164,9783,'Username','\"wsaaus15\"'),(42165,9783,'CurrentUserRoles','[\"administrator\"]'),(42166,9783,'ClientIP','\"192.64.118.206\"'),(42167,9783,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42168,9784,'Attempts','1'),(42169,9784,'Username','\"wsaaus15\"'),(42170,9784,'CurrentUserRoles','[\"administrator\"]'),(42171,9784,'ClientIP','\"5.196.18.168\"'),(42172,9784,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42173,9785,'Attempts','1'),(42174,9785,'Username','\"wsaaus15\"'),(42175,9785,'CurrentUserRoles','[\"administrator\"]'),(42176,9785,'ClientIP','\"96.127.172.98\"'),(42177,9785,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42178,9786,'Attempts','1'),(42179,9786,'Username','\"wsaaus15\"'),(42180,9786,'CurrentUserRoles','[\"administrator\"]'),(42181,9786,'ClientIP','\"64.226.152.37\"'),(42182,9786,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42183,9787,'Attempts','1'),(42184,9787,'ClientIP','\"171.25.193.131\"'),(42185,9787,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.69 Safari\\/537.36\"'),(42186,9787,'CurrentUserID','0'),(42187,9788,'Attempts','1'),(42188,9788,'Username','\"wsaaus15\"'),(42189,9788,'CurrentUserRoles','[\"administrator\"]'),(42190,9788,'ClientIP','\"199.116.252.177\"'),(42191,9788,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42192,9789,'Attempts','1'),(42193,9789,'Username','\"wsaaus15\"'),(42194,9789,'CurrentUserRoles','[\"administrator\"]'),(42195,9789,'ClientIP','\"50.97.118.114\"'),(42196,9789,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42197,9790,'Attempts','2'),(42198,9790,'Username','\"wsaaus15\"'),(42199,9790,'CurrentUserRoles','[\"administrator\"]'),(42200,9790,'ClientIP','\"104.247.217.132\"'),(42201,9790,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(42202,9791,'Attempts','2'),(42203,9791,'ClientIP','\"104.247.217.132\"'),(42204,9791,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(42205,9791,'CurrentUserID','0'),(42206,9792,'Attempts','1'),(42207,9792,'ClientIP','\"176.10.99.206\"'),(42208,9792,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/535.11 (KHTML like Gecko) Chrome\\/17.0.963.79 Safari\\/535.11\"'),(42209,9792,'CurrentUserID','0'),(42210,9793,'Attempts','1'),(42211,9793,'ClientIP','\"188.138.9.49\"'),(42212,9793,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident\\/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)\"'),(42213,9793,'CurrentUserID','0'),(42214,9794,'Attempts','1'),(42215,9794,'ClientIP','\"46.165.230.5\"'),(42216,9794,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:17.0) Gecko\\/20100101 Firefox\\/17.0\"'),(42217,9794,'CurrentUserID','0'),(42218,9795,'Attempts','1'),(42219,9795,'Username','\"wsaaus15\"'),(42220,9795,'CurrentUserRoles','[\"administrator\"]'),(42221,9795,'ClientIP','\"192.155.245.154\"'),(42222,9795,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42223,9796,'Attempts','1'),(42224,9796,'Username','\"wsaaus15\"'),(42225,9796,'CurrentUserRoles','[\"administrator\"]'),(42226,9796,'ClientIP','\"81.21.67.66\"'),(42227,9796,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42228,9797,'Attempts','1'),(42229,9797,'Username','\"wsaaus15\\r\"'),(42230,9797,'CurrentUserRoles','[\"administrator\"]'),(42231,9797,'ClientIP','\"208.64.36.164\"'),(42232,9797,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42233,9798,'Attempts','1'),(42234,9798,'Username','\"wsaaus15\"'),(42235,9798,'CurrentUserRoles','[\"administrator\"]'),(42236,9798,'ClientIP','\"162.144.85.203\"'),(42237,9798,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42238,9799,'Attempts','1'),(42239,9799,'Username','\"pgmarshall@pgmarshall.net\"'),(42240,9799,'CurrentUserRoles','[\"administrator\"]'),(42241,9799,'ClientIP','\"174.24.128.217\"'),(42242,9799,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42243,9800,'Username','\"pgmarshall@pgmarshall.net\"'),(42244,9800,'CurrentUserRoles','[\"administrator\"]'),(42245,9800,'ClientIP','\"174.24.128.217\"'),(42246,9800,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42247,9801,'AttachmentID','478'),(42248,9801,'FileName','\"Umbrella1.jpg\"'),(42249,9801,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(42250,9801,'ClientIP','\"174.24.128.217\"'),(42251,9801,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42252,9801,'CurrentUserID','5'),(42253,9801,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42254,9802,'PostID','67'),(42255,9802,'PostType','\"page\"'),(42256,9802,'PostTitle','\"Umbrella of Strength\"'),(42257,9802,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(42258,9802,'ClientIP','\"174.24.128.217\"'),(42259,9802,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42260,9802,'CurrentUserID','5'),(42261,9802,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42262,9803,'PostID','67'),(42263,9803,'PostType','\"page\"'),(42264,9803,'PostTitle','\"Umbrella of Strength\"'),(42265,9803,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(42266,9803,'ClientIP','\"174.24.128.217\"'),(42267,9803,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42268,9803,'CurrentUserID','5'),(42269,9803,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42270,9804,'PostID','67'),(42271,9804,'PostType','\"page\"'),(42272,9804,'PostTitle','\"Umbrella of Strength\"'),(42273,9804,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(42274,9804,'ClientIP','\"174.24.128.217\"'),(42275,9804,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42276,9804,'CurrentUserID','5'),(42277,9804,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42278,9805,'PostID','67'),(42279,9805,'PostType','\"page\"'),(42280,9805,'PostTitle','\"Umbrella of Strength\"'),(42281,9805,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(42282,9805,'ClientIP','\"174.24.128.217\"'),(42283,9805,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42284,9805,'CurrentUserID','5'),(42285,9805,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42286,9806,'Attempts','1'),(42287,9806,'Username','\"wsaaus15\"'),(42288,9806,'CurrentUserRoles','[\"administrator\"]'),(42289,9806,'ClientIP','\"178.33.36.130\"'),(42290,9806,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42291,9807,'PostID','69'),(42292,9807,'PostType','\"page\"'),(42293,9807,'PostTitle','\"Brochure\"'),(42294,9807,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=69\"'),(42295,9807,'ClientIP','\"174.24.128.217\"'),(42296,9807,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42297,9807,'CurrentUserID','5'),(42298,9807,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42299,9808,'AttachmentID','485'),(42300,9808,'FileName','\"Aviation-Alliance-trifold.pdf\"'),(42301,9808,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(42302,9808,'ClientIP','\"174.24.128.217\"'),(42303,9808,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42304,9808,'CurrentUserID','5'),(42305,9808,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42306,9809,'PostID','69'),(42307,9809,'PostType','\"page\"'),(42308,9809,'PostTitle','\"Brochure\"'),(42309,9809,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=69\"'),(42310,9809,'ClientIP','\"174.24.128.217\"'),(42311,9809,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42312,9809,'CurrentUserID','5'),(42313,9809,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42314,9810,'PostID','69'),(42315,9810,'PostType','\"page\"'),(42316,9810,'PostTitle','\"Brochure\"'),(42317,9810,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=69\"'),(42318,9810,'ClientIP','\"174.24.128.217\"'),(42319,9810,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42320,9810,'CurrentUserID','5'),(42321,9810,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42322,9811,'Attempts','1'),(42323,9811,'Username','\"wsaaus15\"'),(42324,9811,'CurrentUserRoles','[\"administrator\"]'),(42325,9811,'ClientIP','\"192.228.111.158\"'),(42326,9811,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42327,9812,'Username','\"pgmarshall@pgmarshall.net\"'),(42328,9812,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42329,9812,'ClientIP','\"174.24.128.217\"'),(42330,9812,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42331,9813,'AttachmentID','487'),(42332,9813,'FileName','\"Umbrella.pdf\"'),(42333,9813,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(42334,9813,'ClientIP','\"174.24.128.217\"'),(42335,9813,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42336,9813,'CurrentUserID','5'),(42337,9813,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42338,9814,'PostID','67'),(42339,9814,'PostType','\"page\"'),(42340,9814,'PostTitle','\"Umbrella of Strength\"'),(42341,9814,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(42342,9814,'ClientIP','\"174.24.128.217\"'),(42343,9814,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.86 Safari\\/537.36\"'),(42344,9814,'CurrentUserID','5'),(42345,9814,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42346,9815,'Attempts','1'),(42347,9815,'Username','\"wsaaus15\"'),(42348,9815,'CurrentUserRoles','[\"administrator\"]'),(42349,9815,'ClientIP','\"204.77.2.185\"'),(42350,9815,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42351,9816,'Attempts','1'),(42352,9816,'Username','\"wsaaus15\"'),(42353,9816,'CurrentUserRoles','[\"administrator\"]'),(42354,9816,'ClientIP','\"141.0.227.19\"'),(42355,9816,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42356,9817,'Attempts','1'),(42357,9817,'Username','\"wsaaus15\"'),(42358,9817,'CurrentUserRoles','[\"administrator\"]'),(42359,9817,'ClientIP','\"72.9.155.235\"'),(42360,9817,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42361,9818,'Username','\"pgmarshall@pgmarshall.net\"'),(42362,9818,'CurrentUserRoles','[\"administrator\"]'),(42363,9818,'ClientIP','\"174.24.128.217\"'),(42364,9818,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"'),(42365,9819,'AttachmentID','489'),(42366,9819,'FileName','\"Umbrella1.pdf\"'),(42367,9819,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2015\\/03\"'),(42368,9819,'ClientIP','\"174.24.128.217\"'),(42369,9819,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"'),(42370,9819,'CurrentUserID','5'),(42371,9819,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42372,9820,'PostID','67'),(42373,9820,'PostType','\"page\"'),(42374,9820,'PostTitle','\"Umbrella of Strength\"'),(42375,9820,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=67\"'),(42376,9820,'ClientIP','\"174.24.128.217\"'),(42377,9820,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/46.0.2490.80 Safari\\/537.36\"'),(42378,9820,'CurrentUserID','5'),(42379,9820,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(42380,9821,'Attempts','1'),(42381,9821,'Username','\"wsaaus15\"'),(42382,9821,'CurrentUserRoles','[\"administrator\"]'),(42383,9821,'ClientIP','\"173.236.54.162\"'),(42384,9821,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42385,9822,'Attempts','2'),(42386,9822,'Username','\"wsaaus15\"'),(42387,9822,'CurrentUserRoles','[\"administrator\"]'),(42388,9822,'ClientIP','\"96.127.132.58\"'),(42389,9822,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42390,9823,'Attempts','1'),(42391,9823,'Username','\"wsaaus15\"'),(42392,9823,'CurrentUserRoles','[\"administrator\"]'),(42393,9823,'ClientIP','\"65.181.127.100\"'),(42394,9823,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42395,9824,'Attempts','1'),(42396,9824,'Username','\"wsaaus15\"'),(42397,9824,'CurrentUserRoles','[\"administrator\"]'),(42398,9824,'ClientIP','\"204.93.183.79\"'),(42399,9824,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42400,9825,'Attempts','1'),(42401,9825,'Username','\"wsaaus15\"'),(42402,9825,'CurrentUserRoles','[\"administrator\"]'),(42403,9825,'ClientIP','\"188.165.244.74\"'),(42404,9825,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42405,9826,'Attempts','2'),(42406,9826,'Username','\"wsaaus15\"'),(42407,9826,'CurrentUserRoles','[\"administrator\"]'),(42408,9826,'ClientIP','\"23.238.20.113\"'),(42409,9826,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42410,9827,'Attempts','1'),(42411,9827,'Username','\"wsaaus15\"'),(42412,9827,'CurrentUserRoles','[\"administrator\"]'),(42413,9827,'ClientIP','\"95.154.250.29\"'),(42414,9827,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42415,9828,'Attempts','1'),(42416,9828,'Username','\"wsaaus15\"'),(42417,9828,'CurrentUserRoles','[\"administrator\"]'),(42418,9828,'ClientIP','\"65.99.201.29\"'),(42419,9828,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42420,9829,'Attempts','1'),(42421,9829,'Username','\"wsaaus15\"'),(42422,9829,'CurrentUserRoles','[\"administrator\"]'),(42423,9829,'ClientIP','\"154.50.0.75\"'),(42424,9829,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42425,9830,'Attempts','1'),(42426,9830,'Username','\"wsaaus15\"'),(42427,9830,'CurrentUserRoles','[\"administrator\"]'),(42428,9830,'ClientIP','\"162.144.85.112\"'),(42429,9830,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42430,9831,'Attempts','1'),(42431,9831,'Username','\"wsaaus15\"'),(42432,9831,'CurrentUserRoles','[\"administrator\"]'),(42433,9831,'ClientIP','\"66.7.202.98\"'),(42434,9831,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42435,9832,'Attempts','1'),(42436,9832,'ClientIP','\"37.187.129.166\"'),(42437,9832,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.4 (KHTML like Gecko) Chrome\\/22.0.1229.94 Safari\\/537.4\"'),(42438,9832,'CurrentUserID','0'),(42439,9833,'Attempts','1'),(42440,9833,'ClientIP','\"212.47.238.193\"'),(42441,9833,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/35.0.1916.153 Safari\\/537.36\"'),(42442,9833,'CurrentUserID','0'),(42443,9834,'Attempts','2'),(42444,9834,'Username','\"wsaaus15\"'),(42445,9834,'CurrentUserRoles','[\"administrator\"]'),(42446,9834,'ClientIP','\"69.39.239.170\"'),(42447,9834,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42448,9835,'Attempts','1'),(42449,9835,'ClientIP','\"193.90.12.89\"'),(42450,9835,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:27.0) Gecko\\/20100101 Firefox\\/27.0\"'),(42451,9835,'CurrentUserID','0'),(42452,9836,'Attempts','1'),(42453,9836,'ClientIP','\"171.25.193.132\"'),(42454,9836,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/536.11 (KHTML like Gecko) Chrome\\/20.0.1132.57 Safari\\/536.11\"'),(42455,9836,'CurrentUserID','0'),(42456,9837,'Attempts','1'),(42457,9837,'Username','\"wsaaus15\"'),(42458,9837,'CurrentUserRoles','[\"administrator\"]'),(42459,9837,'ClientIP','\"209.90.88.137\"'),(42460,9837,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42461,9838,'Attempts','2'),(42462,9838,'Username','\"wsaaus15\"'),(42463,9838,'CurrentUserRoles','[\"administrator\"]'),(42464,9838,'ClientIP','\"72.34.62.48\"'),(42465,9838,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42466,9839,'Attempts','1'),(42467,9839,'Username','\"wsaaus15\"'),(42468,9839,'CurrentUserRoles','[\"administrator\"]'),(42469,9839,'ClientIP','\"184.154.52.30\"'),(42470,9839,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42471,9840,'Attempts','1'),(42472,9840,'Username','\"wsaaus15\"'),(42473,9840,'CurrentUserRoles','[\"administrator\"]'),(42474,9840,'ClientIP','\"103.28.211.26\"'),(42475,9840,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42476,9841,'Attempts','1'),(42477,9841,'Username','\"wsaaus15\"'),(42478,9841,'CurrentUserRoles','[\"administrator\"]'),(42479,9841,'ClientIP','\"192.254.140.9\"'),(42480,9841,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42481,9842,'Attempts','1'),(42482,9842,'Username','\"wsaaus15\"'),(42483,9842,'CurrentUserRoles','[\"administrator\"]'),(42484,9842,'ClientIP','\"41.169.28.22\"'),(42485,9842,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42486,9843,'Attempts','1'),(42487,9843,'Username','\"wsaaus15\"'),(42488,9843,'CurrentUserRoles','[\"administrator\"]'),(42489,9843,'ClientIP','\"78.129.211.205\"'),(42490,9843,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42491,9844,'Attempts','2'),(42492,9844,'Username','\"wsaaus15\"'),(42493,9844,'CurrentUserRoles','[\"administrator\"]'),(42494,9844,'ClientIP','\"97.79.236.99\"'),(42495,9844,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42496,9845,'Attempts','1'),(42497,9845,'Username','\"wsaaus15\"'),(42498,9845,'CurrentUserRoles','[\"administrator\"]'),(42499,9845,'ClientIP','\"198.1.71.253\"'),(42500,9845,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42501,9846,'Attempts','1'),(42502,9846,'Username','\"wsaaus15\"'),(42503,9846,'CurrentUserRoles','[\"administrator\"]'),(42504,9846,'ClientIP','\"212.7.205.182\"'),(42505,9846,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42506,9847,'Attempts','1'),(42507,9847,'Username','\"wsaaus15\"'),(42508,9847,'CurrentUserRoles','[\"administrator\"]'),(42509,9847,'ClientIP','\"198.57.168.151\"'),(42510,9847,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42511,9848,'Attempts','1'),(42512,9848,'Username','\"wsaaus15\"'),(42513,9848,'CurrentUserRoles','[\"administrator\"]'),(42514,9848,'ClientIP','\"199.189.107.212\"'),(42515,9848,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42516,9849,'Attempts','1'),(42517,9849,'Username','\"wsaaus15\"'),(42518,9849,'CurrentUserRoles','[\"administrator\"]'),(42519,9849,'ClientIP','\"109.123.98.74\"'),(42520,9849,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42521,9850,'Attempts','1'),(42522,9850,'Username','\"wsaaus15\\r\"'),(42523,9850,'CurrentUserRoles','[\"administrator\"]'),(42524,9850,'ClientIP','\"134.173.66.147\"'),(42525,9850,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42526,9851,'Attempts','1'),(42527,9851,'ClientIP','\"195.154.56.44\"'),(42528,9851,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.22 (KHTML like Gecko) Chrome\\/25.0.1364.172 Safari\\/537.22\"'),(42529,9851,'CurrentUserID','0'),(42530,9852,'Attempts','2'),(42531,9852,'Username','\"wsaaus15\"'),(42532,9852,'CurrentUserRoles','[\"administrator\"]'),(42533,9852,'ClientIP','\"104.247.217.132\"'),(42534,9852,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(42535,9853,'Attempts','2'),(42536,9853,'ClientIP','\"104.247.217.132\"'),(42537,9853,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(42538,9853,'CurrentUserID','0'),(42539,9854,'Attempts','2'),(42540,9854,'Username','\"wsaaus15\"'),(42541,9854,'CurrentUserRoles','[\"administrator\"]'),(42542,9854,'ClientIP','\"96.44.179.242\"'),(42543,9854,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(42544,9855,'Attempts','2'),(42545,9855,'ClientIP','\"96.44.179.242\"'),(42546,9855,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(42547,9855,'CurrentUserID','0'),(42548,9856,'Attempts','1'),(42549,9856,'ClientIP','\"93.115.95.206\"'),(42550,9856,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/29.0.1547.66 Safari\\/537.36\"'),(42551,9856,'CurrentUserID','0'),(42552,9857,'Attempts','1'),(42553,9857,'ClientIP','\"158.69.194.36\"'),(42554,9857,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:25.0) Gecko\\/20100101 Firefox\\/25.0\"'),(42555,9857,'CurrentUserID','0'),(42556,9858,'Attempts','1'),(42557,9858,'Username','\"wsaaus15\"'),(42558,9858,'CurrentUserRoles','[\"administrator\"]'),(42559,9858,'ClientIP','\"184.170.242.10\"'),(42560,9858,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42561,9859,'Attempts','1'),(42562,9859,'Username','\"wsaaus15\"'),(42563,9859,'CurrentUserRoles','[\"administrator\"]'),(42564,9859,'ClientIP','\"199.19.214.198\"'),(42565,9859,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42566,9860,'Attempts','1'),(42567,9860,'Username','\"wsaaus15\"'),(42568,9860,'CurrentUserRoles','[\"administrator\"]'),(42569,9860,'ClientIP','\"198.24.130.99\"'),(42570,9860,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42571,9861,'Attempts','1'),(42572,9861,'Username','\"wsaaus15\"'),(42573,9861,'CurrentUserRoles','[\"administrator\"]'),(42574,9861,'ClientIP','\"198.154.250.247\"'),(42575,9861,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42576,9862,'Attempts','1'),(42577,9862,'Username','\"wsaaus15\"'),(42578,9862,'CurrentUserRoles','[\"administrator\"]'),(42579,9862,'ClientIP','\"211.9.64.2\"'),(42580,9862,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42581,9863,'Attempts','1'),(42582,9863,'Username','\"wsaaus15\"'),(42583,9863,'CurrentUserRoles','[\"administrator\"]'),(42584,9863,'ClientIP','\"173.214.189.213\"'),(42585,9863,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42586,9864,'Attempts','1'),(42587,9864,'Username','\"wsaaus15\"'),(42588,9864,'CurrentUserRoles','[\"administrator\"]'),(42589,9864,'ClientIP','\"198.1.76.21\"'),(42590,9864,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42591,9865,'Attempts','1'),(42592,9865,'Username','\"wsaaus15\"'),(42593,9865,'CurrentUserRoles','[\"administrator\"]'),(42594,9865,'ClientIP','\"94.229.164.68\"'),(42595,9865,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42596,9866,'Attempts','1'),(42597,9866,'Username','\"wsaaus15\"'),(42598,9866,'CurrentUserRoles','[\"administrator\"]'),(42599,9866,'ClientIP','\"185.24.98.84\"'),(42600,9866,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42601,9867,'Attempts','1'),(42602,9867,'Username','\"wsaaus15\"'),(42603,9867,'CurrentUserRoles','[\"administrator\"]'),(42604,9867,'ClientIP','\"67.222.146.236\"'),(42605,9867,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42606,9868,'Attempts','1'),(42607,9868,'ClientIP','\"194.150.168.79\"'),(42608,9868,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.69 Safari\\/537.36\"'),(42609,9868,'CurrentUserID','0'),(42610,9869,'Attempts','1'),(42611,9869,'Username','\"wsaaus15\"'),(42612,9869,'CurrentUserRoles','[\"administrator\"]'),(42613,9869,'ClientIP','\"184.154.116.26\"'),(42614,9869,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42615,9870,'Attempts','1'),(42616,9870,'Username','\"wsaaus15\"'),(42617,9870,'CurrentUserRoles','[\"administrator\"]'),(42618,9870,'ClientIP','\"192.185.221.42\"'),(42619,9870,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42620,9871,'Attempts','1'),(42621,9871,'Username','\"wsaaus15\"'),(42622,9871,'CurrentUserRoles','[\"administrator\"]'),(42623,9871,'ClientIP','\"119.9.52.119\"'),(42624,9871,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42625,9872,'Attempts','1'),(42626,9872,'Username','\"wsaaus15\"'),(42627,9872,'CurrentUserRoles','[\"administrator\"]'),(42628,9872,'ClientIP','\"192.254.140.9\"'),(42629,9872,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42630,9873,'Attempts','1'),(42631,9873,'Username','\"wsaaus15\"'),(42632,9873,'CurrentUserRoles','[\"administrator\"]'),(42633,9873,'ClientIP','\"46.4.76.113\"'),(42634,9873,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42635,9874,'Attempts','1'),(42636,9874,'Username','\"wsaaus15\\r\"'),(42637,9874,'CurrentUserRoles','[\"administrator\"]'),(42638,9874,'ClientIP','\"91.121.162.191\"'),(42639,9874,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42640,9875,'Attempts','1'),(42641,9875,'Username','\"wsaaus15\"'),(42642,9875,'CurrentUserRoles','[\"administrator\"]'),(42643,9875,'ClientIP','\"96.127.132.58\"'),(42644,9875,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42645,9876,'Attempts','1'),(42646,9876,'Username','\"wsaaus15\"'),(42647,9876,'CurrentUserRoles','[\"administrator\"]'),(42648,9876,'ClientIP','\"66.35.94.120\"'),(42649,9876,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42650,9877,'Attempts','1'),(42651,9877,'Username','\"wsaaus15\"'),(42652,9877,'CurrentUserRoles','[\"administrator\"]'),(42653,9877,'ClientIP','\"192.228.111.158\"'),(42654,9877,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42655,9878,'Attempts','1'),(42656,9878,'Username','\"wsaaus15\"'),(42657,9878,'CurrentUserRoles','[\"administrator\"]'),(42658,9878,'ClientIP','\"198.1.76.21\"'),(42659,9878,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42660,9879,'Attempts','1'),(42661,9879,'ClientIP','\"37.187.129.166\"'),(42662,9879,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.69 Safari\\/537.36\"'),(42663,9879,'CurrentUserID','0'),(42664,9880,'Attempts','1'),(42665,9880,'Username','\"wsaaus15\"'),(42666,9880,'CurrentUserRoles','[\"administrator\"]'),(42667,9880,'ClientIP','\"69.39.239.170\"'),(42668,9880,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42669,9881,'Attempts','2'),(42670,9881,'Username','\"wsaaus15\"'),(42671,9881,'CurrentUserRoles','[\"administrator\"]'),(42672,9881,'ClientIP','\"91.217.232.65\"'),(42673,9881,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42674,9882,'Attempts','2'),(42675,9882,'Username','\"wsaaus15\"'),(42676,9882,'CurrentUserRoles','[\"administrator\"]'),(42677,9882,'ClientIP','\"212.7.205.190\"'),(42678,9882,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42679,9883,'Attempts','\"10+\"'),(42680,9883,'ClientIP','\"193.201.227.83\"'),(42681,9883,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(42682,9883,'CurrentUserID','0'),(42683,9884,'Attempts','1'),(42684,9884,'Username','\"wsaaus15\"'),(42685,9884,'CurrentUserRoles','[\"administrator\"]'),(42686,9884,'ClientIP','\"62.160.49.169\"'),(42687,9884,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42688,9885,'Attempts','1'),(42689,9885,'Username','\"wsaaus15\"'),(42690,9885,'CurrentUserRoles','[\"administrator\"]'),(42691,9885,'ClientIP','\"94.229.164.68\"'),(42692,9885,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42693,9886,'Attempts','1'),(42694,9886,'Username','\"wsaaus15\"'),(42695,9886,'CurrentUserRoles','[\"administrator\"]'),(42696,9886,'ClientIP','\"198.20.104.157\"'),(42697,9886,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42698,9887,'Attempts','1'),(42699,9887,'Username','\"wsaaus15\"'),(42700,9887,'CurrentUserRoles','[\"administrator\"]'),(42701,9887,'ClientIP','\"81.21.70.227\"'),(42702,9887,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42703,9888,'Attempts','1'),(42704,9888,'Username','\"wsaaus15\"'),(42705,9888,'CurrentUserRoles','[\"administrator\"]'),(42706,9888,'ClientIP','\"205.251.134.99\"'),(42707,9888,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42708,9889,'Attempts','1'),(42709,9889,'Username','\"wsaaus15\"'),(42710,9889,'CurrentUserRoles','[\"administrator\"]'),(42711,9889,'ClientIP','\"95.154.250.29\"'),(42712,9889,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42713,9890,'Attempts','1'),(42714,9890,'Username','\"wsaaus15\"'),(42715,9890,'CurrentUserRoles','[\"administrator\"]'),(42716,9890,'ClientIP','\"72.249.26.23\"'),(42717,9890,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42718,9891,'Attempts','1'),(42719,9891,'Username','\"wsaaus15\"'),(42720,9891,'CurrentUserRoles','[\"administrator\"]'),(42721,9891,'ClientIP','\"72.34.34.33\"'),(42722,9891,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42723,9892,'Attempts','1'),(42724,9892,'Username','\"wsaaus15\"'),(42725,9892,'CurrentUserRoles','[\"administrator\"]'),(42726,9892,'ClientIP','\"81.21.67.66\"'),(42727,9892,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42728,9893,'Attempts','1'),(42729,9893,'Username','\"wsaaus15\"'),(42730,9893,'CurrentUserRoles','[\"administrator\"]'),(42731,9893,'ClientIP','\"91.217.232.65\"'),(42732,9893,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42733,9894,'Attempts','1'),(42734,9894,'Username','\"wsaaus15\"'),(42735,9894,'CurrentUserRoles','[\"administrator\"]'),(42736,9894,'ClientIP','\"176.31.103.124\"'),(42737,9894,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42738,9895,'Attempts','1'),(42739,9895,'Username','\"wsaaus15\"'),(42740,9895,'CurrentUserRoles','[\"administrator\"]'),(42741,9895,'ClientIP','\"192.40.114.82\"'),(42742,9895,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42743,9896,'Attempts','1'),(42744,9896,'Username','\"wsaaus15\"'),(42745,9896,'CurrentUserRoles','[\"administrator\"]'),(42746,9896,'ClientIP','\"96.127.172.98\"'),(42747,9896,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42748,9897,'Attempts','1'),(42749,9897,'Username','\"wsaaus15\"'),(42750,9897,'CurrentUserRoles','[\"administrator\"]'),(42751,9897,'ClientIP','\"65.99.206.154\"'),(42752,9897,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42753,9898,'Attempts','1'),(42754,9898,'Username','\"wsaaus15\"'),(42755,9898,'CurrentUserRoles','[\"administrator\"]'),(42756,9898,'ClientIP','\"95.173.188.243\"'),(42757,9898,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42758,9899,'Attempts','\"10+\"'),(42759,9899,'ClientIP','\"193.201.227.83\"'),(42760,9899,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; rv:19.0) Gecko\\/20100101 Firefox\\/19.0\"'),(42761,9899,'CurrentUserID','0'),(42762,9900,'Attempts','2'),(42763,9900,'Username','\"wsaaus15\"'),(42764,9900,'CurrentUserRoles','[\"administrator\"]'),(42765,9900,'ClientIP','\"104.247.217.132\"'),(42766,9900,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(42767,9901,'Attempts','2'),(42768,9901,'ClientIP','\"104.247.217.132\"'),(42769,9901,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(42770,9901,'CurrentUserID','0'),(42771,9902,'Attempts','1'),(42772,9902,'ClientIP','\"128.52.128.105\"'),(42773,9902,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/535.19 (KHTML like Gecko) Chrome\\/18.0.1025.168 Safari\\/535.19\"'),(42774,9902,'CurrentUserID','0'),(42775,9903,'Attempts','1'),(42776,9903,'Username','\"wsaaus15\"'),(42777,9903,'CurrentUserRoles','[\"administrator\"]'),(42778,9903,'ClientIP','\"144.76.218.241\"'),(42779,9903,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42780,9904,'Attempts','1'),(42781,9904,'Username','\"wsaaus15\"'),(42782,9904,'CurrentUserRoles','[\"administrator\"]'),(42783,9904,'ClientIP','\"23.238.20.113\"'),(42784,9904,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42785,9905,'Attempts','1'),(42786,9905,'Username','\"wsaaus15\"'),(42787,9905,'CurrentUserRoles','[\"administrator\"]'),(42788,9905,'ClientIP','\"198.24.160.250\"'),(42789,9905,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42790,9906,'Attempts','1'),(42791,9906,'Username','\"wsaaus15\"'),(42792,9906,'CurrentUserRoles','[\"administrator\"]'),(42793,9906,'ClientIP','\"184.170.151.20\"'),(42794,9906,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42795,9907,'Attempts','1'),(42796,9907,'Username','\"wsaaus15\"'),(42797,9907,'CurrentUserRoles','[\"administrator\"]'),(42798,9907,'ClientIP','\"209.90.88.137\"'),(42799,9907,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42800,9908,'Attempts','1'),(42801,9908,'Username','\"wsaaus15\"'),(42802,9908,'CurrentUserRoles','[\"administrator\"]'),(42803,9908,'ClientIP','\"92.43.22.140\"'),(42804,9908,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42805,9909,'Attempts','1'),(42806,9909,'Username','\"wsaaus15\"'),(42807,9909,'CurrentUserRoles','[\"administrator\"]'),(42808,9909,'ClientIP','\"190.109.204.206\"'),(42809,9909,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42810,9910,'Attempts','1'),(42811,9910,'Username','\"wsaaus15\"'),(42812,9910,'CurrentUserRoles','[\"administrator\"]'),(42813,9910,'ClientIP','\"69.39.239.170\"'),(42814,9910,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42815,9911,'Attempts','1'),(42816,9911,'Username','\"wsaaus15\"'),(42817,9911,'CurrentUserRoles','[\"administrator\"]'),(42818,9911,'ClientIP','\"62.160.49.169\"'),(42819,9911,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42820,9912,'Attempts','1'),(42821,9912,'Username','\"wsaaus15\"'),(42822,9912,'CurrentUserRoles','[\"administrator\"]'),(42823,9912,'ClientIP','\"81.21.70.227\"'),(42824,9912,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42825,9913,'Attempts','1'),(42826,9913,'ClientIP','\"1.237.54.7\"'),(42827,9913,'UserAgent','\"\"'),(42828,9913,'CurrentUserID','0'),(42829,9914,'Attempts','1'),(42830,9914,'ClientIP','\"62.182.15.55\"'),(42831,9914,'UserAgent','\"\"'),(42832,9914,'CurrentUserID','0'),(42833,9915,'Attempts','1'),(42834,9915,'ClientIP','\"92.53.9.31\"'),(42835,9915,'UserAgent','\"\"'),(42836,9915,'CurrentUserID','0'),(42837,9916,'Attempts','1'),(42838,9916,'ClientIP','\"186.4.153.146\"'),(42839,9916,'UserAgent','\"\"'),(42840,9916,'CurrentUserID','0'),(42841,9917,'Attempts','1'),(42842,9917,'ClientIP','\"77.77.241.39\"'),(42843,9917,'UserAgent','\"\"'),(42844,9917,'CurrentUserID','0'),(42845,9918,'Attempts','1'),(42846,9918,'ClientIP','\"5.13.156.173\"'),(42847,9918,'UserAgent','\"\"'),(42848,9918,'CurrentUserID','0'),(42849,9919,'Attempts','1'),(42850,9919,'ClientIP','\"197.211.219.221\"'),(42851,9919,'UserAgent','\"\"'),(42852,9919,'CurrentUserID','0'),(42853,9920,'Attempts','1'),(42854,9920,'ClientIP','\"91.90.15.152\"'),(42855,9920,'UserAgent','\"\"'),(42856,9920,'CurrentUserID','0'),(42857,9921,'Attempts','2'),(42858,9921,'ClientIP','\"5.13.156.173\"'),(42859,9921,'UserAgent','\"\"'),(42860,9921,'CurrentUserID','0'),(42861,9922,'Attempts','1'),(42862,9922,'ClientIP','\"46.99.1.52\"'),(42863,9922,'UserAgent','\"\"'),(42864,9922,'CurrentUserID','0'),(42865,9923,'Attempts','1'),(42866,9923,'ClientIP','\"180.191.79.77\"'),(42867,9923,'UserAgent','\"\"'),(42868,9923,'CurrentUserID','0'),(42869,9924,'Attempts','1'),(42870,9924,'ClientIP','\"101.99.23.171\"'),(42871,9924,'UserAgent','\"\"'),(42872,9924,'CurrentUserID','0'),(42873,9925,'Attempts','3'),(42874,9925,'Username','\"wsaaus15\"'),(42875,9925,'CurrentUserRoles','[\"administrator\"]'),(42876,9925,'ClientIP','\"173.199.143.96\"'),(42877,9925,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42878,9926,'Attempts','1'),(42879,9926,'Username','\"wsaaus15\"'),(42880,9926,'CurrentUserRoles','[\"administrator\"]'),(42881,9926,'ClientIP','\"108.163.234.98\"'),(42882,9926,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42883,9927,'Attempts','1'),(42884,9927,'Username','\"wsaaus15\"'),(42885,9927,'CurrentUserRoles','[\"administrator\"]'),(42886,9927,'ClientIP','\"78.40.120.230\"'),(42887,9927,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42888,9928,'Attempts','1'),(42889,9928,'Username','\"wsaaus15\"'),(42890,9928,'CurrentUserRoles','[\"administrator\"]'),(42891,9928,'ClientIP','\"72.34.62.48\"'),(42892,9928,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42893,9929,'Attempts','1'),(42894,9929,'Username','\"wsaaus15\"'),(42895,9929,'CurrentUserRoles','[\"administrator\"]'),(42896,9929,'ClientIP','\"66.45.228.80\"'),(42897,9929,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42898,9930,'Attempts','2'),(42899,9930,'Username','\"wsaaus15\"'),(42900,9930,'CurrentUserRoles','[\"administrator\"]'),(42901,9930,'ClientIP','\"96.44.179.242\"'),(42902,9930,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(42903,9931,'Attempts','2'),(42904,9931,'ClientIP','\"96.44.179.242\"'),(42905,9931,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(42906,9931,'CurrentUserID','0'),(42907,9932,'Attempts','1'),(42908,9932,'Username','\"wsaaus15\"'),(42909,9932,'CurrentUserRoles','[\"administrator\"]'),(42910,9932,'ClientIP','\"92.43.23.151\"'),(42911,9932,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42912,9933,'Attempts','2'),(42913,9933,'ClientIP','\"124.105.53.221\"'),(42914,9933,'UserAgent','\"\"'),(42915,9933,'CurrentUserID','0'),(42916,9934,'Attempts','1'),(42917,9934,'ClientIP','\"41.139.236.66\"'),(42918,9934,'UserAgent','\"\"'),(42919,9934,'CurrentUserID','0'),(42920,9935,'Attempts','1'),(42921,9935,'Username','\"wsaaus15\"'),(42922,9935,'CurrentUserRoles','[\"administrator\"]'),(42923,9935,'ClientIP','\"62.160.49.169\"'),(42924,9935,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42925,9936,'Attempts','1'),(42926,9936,'Username','\"wsaaus15\"'),(42927,9936,'CurrentUserRoles','[\"administrator\"]'),(42928,9936,'ClientIP','\"81.21.67.244\"'),(42929,9936,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42930,9937,'Attempts','1'),(42931,9937,'Username','\"wsaaus15\"'),(42932,9937,'CurrentUserRoles','[\"administrator\"]'),(42933,9937,'ClientIP','\"64.226.152.37\"'),(42934,9937,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42935,9938,'Attempts','1'),(42936,9938,'ClientIP','\"185.114.183.156\"'),(42937,9938,'UserAgent','\"\"'),(42938,9938,'CurrentUserID','0'),(42939,9939,'Attempts','1'),(42940,9939,'ClientIP','\"58.95.197.153\"'),(42941,9939,'UserAgent','\"\"'),(42942,9939,'CurrentUserID','0'),(42943,9940,'Attempts','1'),(42944,9940,'ClientIP','\"180.191.79.57\"'),(42945,9940,'UserAgent','\"\"'),(42946,9940,'CurrentUserID','0'),(42947,9941,'Attempts','1'),(42948,9941,'ClientIP','\"178.152.44.214\"'),(42949,9941,'UserAgent','\"\"'),(42950,9941,'CurrentUserID','0'),(42951,9942,'Attempts','1'),(42952,9942,'ClientIP','\"176.9.39.218\"'),(42953,9942,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident\\/5.0; NP06)\"'),(42954,9942,'CurrentUserID','0'),(42955,9943,'Attempts','1'),(42956,9943,'ClientIP','\"213.153.211.227\"'),(42957,9943,'UserAgent','\"\"'),(42958,9943,'CurrentUserID','0'),(42959,9944,'Attempts','1'),(42960,9944,'ClientIP','\"81.7.93.100\"'),(42961,9944,'UserAgent','\"\"'),(42962,9944,'CurrentUserID','0'),(42963,9945,'Attempts','1'),(42964,9945,'ClientIP','\"10.0.46.212\"'),(42965,9945,'UserAgent','\"\"'),(42966,9945,'CurrentUserID','0'),(42967,9946,'Attempts','1'),(42968,9946,'ClientIP','\"72.178.154.210\"'),(42969,9946,'UserAgent','\"\"'),(42970,9946,'CurrentUserID','0'),(42971,9947,'Attempts','1'),(42972,9947,'ClientIP','\"78.96.64.62\"'),(42973,9947,'UserAgent','\"\"'),(42974,9947,'CurrentUserID','0'),(42975,9948,'Attempts','1'),(42976,9948,'ClientIP','\"163.47.107.7\"'),(42977,9948,'UserAgent','\"\"'),(42978,9948,'CurrentUserID','0'),(42979,9949,'Attempts','2'),(42980,9949,'ClientIP','\"88.230.22.126\"'),(42981,9949,'UserAgent','\"\"'),(42982,9949,'CurrentUserID','0'),(42983,9950,'Attempts','1'),(42984,9950,'Username','\"wsaaus15\"'),(42985,9950,'CurrentUserRoles','[\"administrator\"]'),(42986,9950,'ClientIP','\"65.99.201.29\"'),(42987,9950,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(42988,9951,'Attempts','1'),(42989,9951,'ClientIP','\"81.60.178.149\"'),(42990,9951,'UserAgent','\"\"'),(42991,9951,'CurrentUserID','0'),(42992,9952,'Attempts','1'),(42993,9952,'ClientIP','\"46.164.70.218\"'),(42994,9952,'UserAgent','\"\"'),(42995,9952,'CurrentUserID','0'),(42996,9953,'Attempts','1'),(42997,9953,'Username','\"wsaaus15\"'),(42998,9953,'CurrentUserRoles','[\"administrator\"]'),(42999,9953,'ClientIP','\"94.229.164.68\"'),(43000,9953,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43001,9954,'Attempts','1'),(43002,9954,'Username','\"wsaaus15\"'),(43003,9954,'CurrentUserRoles','[\"administrator\"]'),(43004,9954,'ClientIP','\"204.77.2.185\"'),(43005,9954,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43006,9955,'Attempts','1'),(43007,9955,'ClientIP','\"86.100.84.165\"'),(43008,9955,'UserAgent','\"\"'),(43009,9955,'CurrentUserID','0'),(43010,9956,'Attempts','1'),(43011,9956,'ClientIP','\"31.215.200.44\"'),(43012,9956,'UserAgent','\"\"'),(43013,9956,'CurrentUserID','0'),(43014,9957,'Attempts','1'),(43015,9957,'Username','\"wsaaus15\"'),(43016,9957,'CurrentUserRoles','[\"administrator\"]'),(43017,9957,'ClientIP','\"111.118.165.194\"'),(43018,9957,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43019,9958,'Attempts','1'),(43020,9958,'ClientIP','\"62.102.148.67\"'),(43021,9958,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko\\/20100101 Firefox\\/31.0\"'),(43022,9958,'CurrentUserID','0'),(43023,9959,'Attempts','1'),(43024,9959,'Username','\"wsaaus15\"'),(43025,9959,'CurrentUserRoles','[\"administrator\"]'),(43026,9959,'ClientIP','\"5.9.213.43\"'),(43027,9959,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43028,9960,'Attempts','1'),(43029,9960,'ClientIP','\"94.189.188.174\"'),(43030,9960,'UserAgent','\"\"'),(43031,9960,'CurrentUserID','0'),(43032,9961,'Attempts','1'),(43033,9961,'Username','\"wsaaus15\"'),(43034,9961,'CurrentUserRoles','[\"administrator\"]'),(43035,9961,'ClientIP','\"192.168.0.6\"'),(43036,9961,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43037,9962,'Attempts','1'),(43038,9962,'Username','\"wsaaus15\"'),(43039,9962,'CurrentUserRoles','[\"administrator\"]'),(43040,9962,'ClientIP','\"199.189.107.212\"'),(43041,9962,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43042,9963,'Attempts','1'),(43043,9963,'Username','\"wsaaus15\"'),(43044,9963,'CurrentUserRoles','[\"administrator\"]'),(43045,9963,'ClientIP','\"192.185.221.42\"'),(43046,9963,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43047,9964,'Attempts','1'),(43048,9964,'Username','\"wsaaus15\"'),(43049,9964,'CurrentUserRoles','[\"administrator\"]'),(43050,9964,'ClientIP','\"65.99.206.154\"'),(43051,9964,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43052,9965,'Attempts','1'),(43053,9965,'ClientIP','\"213.245.153.93\"'),(43054,9965,'UserAgent','\"\"'),(43055,9965,'CurrentUserID','0'),(43056,9966,'Attempts','1'),(43057,9966,'ClientIP','\"91.148.78.86\"'),(43058,9966,'UserAgent','\"\"'),(43059,9966,'CurrentUserID','0'),(43060,9967,'Attempts','1'),(43061,9967,'ClientIP','\"109.65.34.80\"'),(43062,9967,'UserAgent','\"\"'),(43063,9967,'CurrentUserID','0'),(43064,9968,'Attempts','1'),(43065,9968,'ClientIP','\"93.72.227.7\"'),(43066,9968,'UserAgent','\"\"'),(43067,9968,'CurrentUserID','0'),(43068,9969,'Attempts','1'),(43069,9969,'ClientIP','\"200.68.101.77\"'),(43070,9969,'UserAgent','\"\"'),(43071,9969,'CurrentUserID','0'),(43072,9970,'Attempts','1'),(43073,9970,'ClientIP','\"31.11.71.104\"'),(43074,9970,'UserAgent','\"\"'),(43075,9970,'CurrentUserID','0'),(43076,9971,'Attempts','1'),(43077,9971,'ClientIP','\"193.218.148.188\"'),(43078,9971,'UserAgent','\"\"'),(43079,9971,'CurrentUserID','0'),(43080,9972,'Attempts','1'),(43081,9972,'ClientIP','\"41.108.58.67\"'),(43082,9972,'UserAgent','\"\"'),(43083,9972,'CurrentUserID','0'),(43084,9973,'Attempts','1'),(43085,9973,'ClientIP','\"84.50.44.42\"'),(43086,9973,'UserAgent','\"\"'),(43087,9973,'CurrentUserID','0'),(43088,9974,'Attempts','1'),(43089,9974,'ClientIP','\"176.63.80.249\"'),(43090,9974,'UserAgent','\"\"'),(43091,9974,'CurrentUserID','0'),(43092,9975,'Attempts','1'),(43093,9975,'ClientIP','\"110.55.107.30\"'),(43094,9975,'UserAgent','\"\"'),(43095,9975,'CurrentUserID','0'),(43096,9976,'Attempts','1'),(43097,9976,'ClientIP','\"72.52.75.27\"'),(43098,9976,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/34.0.1847.116 Safari\\/537.36\"'),(43099,9976,'CurrentUserID','0'),(43100,9977,'Attempts','1'),(43101,9977,'ClientIP','\"122.148.143.229\"'),(43102,9977,'UserAgent','\"\"'),(43103,9977,'CurrentUserID','0'),(43104,9978,'Attempts','1'),(43105,9978,'ClientIP','\"77.101.126.218\"'),(43106,9978,'UserAgent','\"\"'),(43107,9978,'CurrentUserID','0'),(43108,9979,'Attempts','2'),(43109,9979,'Username','\"wsaaus15\"'),(43110,9979,'CurrentUserRoles','[\"administrator\"]'),(43111,9979,'ClientIP','\"78.40.120.230\"'),(43112,9979,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43113,9980,'Attempts','1'),(43114,9980,'ClientIP','\"109.237.119.63\"'),(43115,9980,'UserAgent','\"\"'),(43116,9980,'CurrentUserID','0'),(43117,9981,'Attempts','1'),(43118,9981,'Username','\"wsaaus15\"'),(43119,9981,'CurrentUserRoles','[\"administrator\"]'),(43120,9981,'ClientIP','\"72.9.155.235\"'),(43121,9981,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43122,9982,'Attempts','2'),(43123,9982,'Username','\"wsaaus15\"'),(43124,9982,'CurrentUserRoles','[\"administrator\"]'),(43125,9982,'ClientIP','\"104.247.217.132\"'),(43126,9982,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43127,9983,'Attempts','2'),(43128,9983,'ClientIP','\"104.247.217.132\"'),(43129,9983,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43130,9983,'CurrentUserID','0'),(43131,9984,'Attempts','1'),(43132,9984,'ClientIP','\"84.102.158.242\"'),(43133,9984,'UserAgent','\"\"'),(43134,9984,'CurrentUserID','0'),(43135,9985,'Attempts','1'),(43136,9985,'Username','\"wsaaus15\"'),(43137,9985,'CurrentUserRoles','[\"administrator\"]'),(43138,9985,'ClientIP','\"173.214.189.213\"'),(43139,9985,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43140,9986,'Attempts','1'),(43141,9986,'Username','\"wsaaus15\"'),(43142,9986,'CurrentUserRoles','[\"administrator\"]'),(43143,9986,'ClientIP','\"74.81.66.56\"'),(43144,9986,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43145,9987,'Attempts','1'),(43146,9987,'ClientIP','\"181.10.61.204\"'),(43147,9987,'UserAgent','\"\"'),(43148,9987,'CurrentUserID','0'),(43149,9988,'Attempts','1'),(43150,9988,'Username','\"wsaaus15\"'),(43151,9988,'CurrentUserRoles','[\"administrator\"]'),(43152,9988,'ClientIP','\"97.79.237.63\"'),(43153,9988,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43154,9989,'Attempts','1'),(43155,9989,'Username','\"wsaaus15\"'),(43156,9989,'CurrentUserRoles','[\"administrator\"]'),(43157,9989,'ClientIP','\"93.174.141.54\"'),(43158,9989,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43159,9990,'Attempts','1'),(43160,9990,'Username','\"wsaaus15\"'),(43161,9990,'CurrentUserRoles','[\"administrator\"]'),(43162,9990,'ClientIP','\"185.2.129.165\"'),(43163,9990,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43164,9991,'Attempts','1'),(43165,9991,'ClientIP','\"178.222.14.31\"'),(43166,9991,'UserAgent','\"\"'),(43167,9991,'CurrentUserID','0'),(43168,9992,'Attempts','1'),(43169,9992,'Username','\"wsaaus15\"'),(43170,9992,'CurrentUserRoles','[\"administrator\"]'),(43171,9992,'ClientIP','\"65.99.201.29\"'),(43172,9992,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43173,9993,'Attempts','1'),(43174,9993,'Username','\"wsaaus15\"'),(43175,9993,'CurrentUserRoles','[\"administrator\"]'),(43176,9993,'ClientIP','\"198.154.218.73\"'),(43177,9993,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43178,9994,'Attempts','1'),(43179,9994,'ClientIP','\"178.175.252.66\"'),(43180,9994,'UserAgent','\"\"'),(43181,9994,'CurrentUserID','0'),(43182,9995,'Attempts','1'),(43183,9995,'Username','\"wsaaus15\"'),(43184,9995,'CurrentUserRoles','[\"administrator\"]'),(43185,9995,'ClientIP','\"69.175.77.242\"'),(43186,9995,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43187,9996,'Attempts','1'),(43188,9996,'ClientIP','\"175.143.103.253\"'),(43189,9996,'UserAgent','\"\"'),(43190,9996,'CurrentUserID','0'),(43191,9997,'Attempts','1'),(43192,9997,'ClientIP','\"195.154.56.44\"'),(43193,9997,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/33.0.1750.146 Safari\\/537.36\"'),(43194,9997,'CurrentUserID','0'),(43195,9998,'Attempts','1'),(43196,9998,'ClientIP','\"89.139.29.182\"'),(43197,9998,'UserAgent','\"\"'),(43198,9998,'CurrentUserID','0'),(43199,9999,'Attempts','1'),(43200,9999,'ClientIP','\"181.55.174.218\"'),(43201,9999,'UserAgent','\"\"'),(43202,9999,'CurrentUserID','0'),(43203,10000,'Attempts','1'),(43204,10000,'ClientIP','\"41.100.208.244\"'),(43205,10000,'UserAgent','\"\"'),(43206,10000,'CurrentUserID','0'),(43207,10001,'Attempts','1'),(43208,10001,'ClientIP','\"185.51.214.162\"'),(43209,10001,'UserAgent','\"\"'),(43210,10001,'CurrentUserID','0'),(43211,10002,'Attempts','1'),(43212,10002,'Username','\"wsaaus15\"'),(43213,10002,'CurrentUserRoles','[\"administrator\"]'),(43214,10002,'ClientIP','\"198.20.104.157\"'),(43215,10002,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43216,10003,'Attempts','\"10+\"'),(43217,10003,'ClientIP','\"52.34.171.234\"'),(43218,10003,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(43219,10003,'CurrentUserID','0'),(43220,10004,'Attempts','1'),(43221,10004,'Username','\"wsaaus15\"'),(43222,10004,'CurrentUserRoles','[\"administrator\"]'),(43223,10004,'ClientIP','\"199.19.214.198\"'),(43224,10004,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43225,10005,'Attempts','1'),(43226,10005,'Username','\"wsaaus15\"'),(43227,10005,'CurrentUserRoles','[\"administrator\"]'),(43228,10005,'ClientIP','\"85.234.159.166\"'),(43229,10005,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43230,10006,'Attempts','1'),(43231,10006,'Username','\"wsaaus15\"'),(43232,10006,'CurrentUserRoles','[\"administrator\"]'),(43233,10006,'ClientIP','\"205.251.134.99\"'),(43234,10006,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43235,10007,'Attempts','1'),(43236,10007,'Username','\"wsaaus15\\r\"'),(43237,10007,'CurrentUserRoles','[\"administrator\"]'),(43238,10007,'ClientIP','\"113.10.242.247\"'),(43239,10007,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43240,10008,'Attempts','1'),(43241,10008,'Username','\"wsaaus15\"'),(43242,10008,'CurrentUserRoles','[\"administrator\"]'),(43243,10008,'ClientIP','\"211.9.64.2\"'),(43244,10008,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43245,10009,'Attempts','1'),(43246,10009,'ClientIP','\"89.234.157.254\"'),(43247,10009,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/27.0.1453.110 Safari\\/537.36\"'),(43248,10009,'CurrentUserID','0'),(43249,10010,'Attempts','1'),(43250,10010,'Username','\"wsaaus15\"'),(43251,10010,'CurrentUserRoles','[\"administrator\"]'),(43252,10010,'ClientIP','\"184.170.151.20\"'),(43253,10010,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43254,10011,'Attempts','1'),(43255,10011,'Username','\"wsaaus15\"'),(43256,10011,'CurrentUserRoles','[\"administrator\"]'),(43257,10011,'ClientIP','\"104.219.251.2\"'),(43258,10011,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43259,10012,'Attempts','1'),(43260,10012,'Username','\"wsaaus15\"'),(43261,10012,'CurrentUserRoles','[\"administrator\"]'),(43262,10012,'ClientIP','\"92.43.23.151\"'),(43263,10012,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43264,10013,'Attempts','1'),(43265,10013,'Username','\"wsaaus15\"'),(43266,10013,'CurrentUserRoles','[\"administrator\"]'),(43267,10013,'ClientIP','\"198.1.71.253\"'),(43268,10013,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43269,10014,'Attempts','2'),(43270,10014,'Username','\"wsaaus15\"'),(43271,10014,'CurrentUserRoles','[\"administrator\"]'),(43272,10014,'ClientIP','\"151.236.47.74\"'),(43273,10014,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43274,10015,'Attempts','1'),(43275,10015,'Username','\"wsaaus15\"'),(43276,10015,'CurrentUserRoles','[\"administrator\"]'),(43277,10015,'ClientIP','\"204.77.2.185\"'),(43278,10015,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43279,10016,'Attempts','1'),(43280,10016,'Username','\"wsaaus15\"'),(43281,10016,'CurrentUserRoles','[\"administrator\"]'),(43282,10016,'ClientIP','\"162.144.85.112\"'),(43283,10016,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43284,10017,'Attempts','1'),(43285,10017,'Username','\"wsaaus15\"'),(43286,10017,'CurrentUserRoles','[\"administrator\"]'),(43287,10017,'ClientIP','\"162.144.85.203\"'),(43288,10017,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43289,10018,'Attempts','1'),(43290,10018,'Username','\"wsaaus15\"'),(43291,10018,'CurrentUserRoles','[\"administrator\"]'),(43292,10018,'ClientIP','\"185.21.40.55\"'),(43293,10018,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43294,10019,'Attempts','1'),(43295,10019,'Username','\"wsaaus15\"'),(43296,10019,'CurrentUserRoles','[\"administrator\"]'),(43297,10019,'ClientIP','\"74.124.214.251\"'),(43298,10019,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43299,10020,'Attempts','1'),(43300,10020,'Username','\"wsaaus15\"'),(43301,10020,'CurrentUserRoles','[\"administrator\"]'),(43302,10020,'ClientIP','\"162.144.66.10\"'),(43303,10020,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43304,10021,'Attempts','1'),(43305,10021,'Username','\"wsaaus15\"'),(43306,10021,'CurrentUserRoles','[\"administrator\"]'),(43307,10021,'ClientIP','\"81.21.67.244\"'),(43308,10021,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43309,10022,'Attempts','1'),(43310,10022,'ClientIP','\"77.247.181.162\"'),(43311,10022,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(43312,10022,'CurrentUserID','0'),(43313,10023,'Attempts','1'),(43314,10023,'Username','\"wsaaus15\"'),(43315,10023,'CurrentUserRoles','[\"administrator\"]'),(43316,10023,'ClientIP','\"212.113.143.17\"'),(43317,10023,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43318,10024,'Attempts','1'),(43319,10024,'Username','\"wsaaus15\"'),(43320,10024,'CurrentUserRoles','[\"administrator\"]'),(43321,10024,'ClientIP','\"107.6.46.36\"'),(43322,10024,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43323,10025,'Attempts','1'),(43324,10025,'Username','\"wsaaus15\"'),(43325,10025,'CurrentUserRoles','[\"administrator\"]'),(43326,10025,'ClientIP','\"212.113.135.143\"'),(43327,10025,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43328,10026,'Attempts','2'),(43329,10026,'Username','\"wsaaus15\"'),(43330,10026,'CurrentUserRoles','[\"administrator\"]'),(43331,10026,'ClientIP','\"72.249.26.23\"'),(43332,10026,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43333,10027,'Attempts','1'),(43334,10027,'Username','\"wsaaus15\"'),(43335,10027,'CurrentUserRoles','[\"administrator\"]'),(43336,10027,'ClientIP','\"78.40.120.230\"'),(43337,10027,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43338,10028,'Attempts','1'),(43339,10028,'Username','\"wsaaus15\"'),(43340,10028,'CurrentUserRoles','[\"administrator\"]'),(43341,10028,'ClientIP','\"109.205.136.225\"'),(43342,10028,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43343,10029,'Attempts','1'),(43344,10029,'Username','\"wsaaus15\"'),(43345,10029,'CurrentUserRoles','[\"administrator\"]'),(43346,10029,'ClientIP','\"23.238.20.113\"'),(43347,10029,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43348,10030,'Attempts','1'),(43349,10030,'Username','\"wsaaus15\"'),(43350,10030,'CurrentUserRoles','[\"administrator\"]'),(43351,10030,'ClientIP','\"72.9.155.235\"'),(43352,10030,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43353,10031,'Attempts','1'),(43354,10031,'Username','\"wsaaus15\"'),(43355,10031,'CurrentUserRoles','[\"administrator\"]'),(43356,10031,'ClientIP','\"188.114.114.26\"'),(43357,10031,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43358,10032,'Attempts','1'),(43359,10032,'Username','\"wsaaus15\"'),(43360,10032,'CurrentUserRoles','[\"administrator\"]'),(43361,10032,'ClientIP','\"37.187.77.154\"'),(43362,10032,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43363,10033,'Attempts','\"10+\"'),(43364,10033,'ClientIP','\"52.34.171.234\"'),(43365,10033,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(43366,10033,'CurrentUserID','0'),(43367,10034,'Attempts','1'),(43368,10034,'Username','\"wsaaus15\"'),(43369,10034,'CurrentUserRoles','[\"administrator\"]'),(43370,10034,'ClientIP','\"192.40.115.55\"'),(43371,10034,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43372,10035,'Attempts','1'),(43373,10035,'Username','\"wsaaus15\"'),(43374,10035,'CurrentUserRoles','[\"administrator\"]'),(43375,10035,'ClientIP','\"37.61.235.162\"'),(43376,10035,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43377,10036,'Attempts','2'),(43378,10036,'Username','\"wsaaus15\"'),(43379,10036,'CurrentUserRoles','[\"administrator\"]'),(43380,10036,'ClientIP','\"216.131.91.222\"'),(43381,10036,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43382,10037,'Attempts','1'),(43383,10037,'Username','\"wsaaus15\"'),(43384,10037,'CurrentUserRoles','[\"administrator\"]'),(43385,10037,'ClientIP','\"199.19.214.198\"'),(43386,10037,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43387,10038,'Attempts','1'),(43388,10038,'Username','\"wsaaus15\"'),(43389,10038,'CurrentUserRoles','[\"administrator\"]'),(43390,10038,'ClientIP','\"211.9.64.2\"'),(43391,10038,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43392,10039,'Attempts','2'),(43393,10039,'Username','\"wsaaus15\"'),(43394,10039,'CurrentUserRoles','[\"administrator\"]'),(43395,10039,'ClientIP','\"67.222.146.236\"'),(43396,10039,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43397,10040,'Attempts','1'),(43398,10040,'Username','\"wsaaus15\"'),(43399,10040,'CurrentUserRoles','[\"administrator\"]'),(43400,10040,'ClientIP','\"198.154.250.247\"'),(43401,10040,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43402,10041,'Attempts','1'),(43403,10041,'Username','\"wsaaus15\"'),(43404,10041,'CurrentUserRoles','[\"administrator\"]'),(43405,10041,'ClientIP','\"50.97.178.250\"'),(43406,10041,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43407,10042,'Attempts','1'),(43408,10042,'Username','\"wsaaus15\"'),(43409,10042,'CurrentUserRoles','[\"administrator\"]'),(43410,10042,'ClientIP','\"184.154.158.122\"'),(43411,10042,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43412,10043,'Attempts','1'),(43413,10043,'Username','\"wsaaus15\"'),(43414,10043,'CurrentUserRoles','[\"administrator\"]'),(43415,10043,'ClientIP','\"173.199.143.96\"'),(43416,10043,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43417,10044,'Attempts','1'),(43418,10044,'ClientIP','\"108.166.168.158\"'),(43419,10044,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; WOW64) AppleWebKit\\/537.36 (KHTML like Gecko) Chrome\\/30.0.1599.101 Safari\\/537.36\"'),(43420,10044,'CurrentUserID','0'),(43421,10045,'Attempts','1'),(43422,10045,'Username','\"wsaaus15\"'),(43423,10045,'CurrentUserRoles','[\"administrator\"]'),(43424,10045,'ClientIP','\"200.187.64.90\"'),(43425,10045,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43426,10046,'Attempts','1'),(43427,10046,'Username','\"wsaaus15\"'),(43428,10046,'CurrentUserRoles','[\"administrator\"]'),(43429,10046,'ClientIP','\"142.4.31.248\"'),(43430,10046,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43431,10047,'Attempts','1'),(43432,10047,'Username','\"wsaaus15\"'),(43433,10047,'CurrentUserRoles','[\"administrator\"]'),(43434,10047,'ClientIP','\"96.127.132.58\"'),(43435,10047,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43436,10048,'Attempts','1'),(43437,10048,'Username','\"wsaaus15\"'),(43438,10048,'CurrentUserRoles','[\"administrator\"]'),(43439,10048,'ClientIP','\"85.234.159.166\"'),(43440,10048,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43441,10049,'Attempts','1'),(43442,10049,'Username','\"wsaaus15\"'),(43443,10049,'CurrentUserRoles','[\"administrator\"]'),(43444,10049,'ClientIP','\"216.131.95.72\"'),(43445,10049,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43446,10050,'Attempts','1'),(43447,10050,'Username','\"wsaaus15\"'),(43448,10050,'CurrentUserRoles','[\"administrator\"]'),(43449,10050,'ClientIP','\"198.154.218.73\"'),(43450,10050,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43451,10051,'Attempts','1'),(43452,10051,'Username','\"wsaaus15\"'),(43453,10051,'CurrentUserRoles','[\"administrator\"]'),(43454,10051,'ClientIP','\"184.154.167.98\"'),(43455,10051,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43456,10052,'Attempts','1'),(43457,10052,'ClientIP','\"81.89.96.88\"'),(43458,10052,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.17 (KHTML like Gecko) Chrome\\/24.0.1312.57 Safari\\/537.17\"'),(43459,10052,'CurrentUserID','0'),(43460,10053,'Attempts','2'),(43461,10053,'Username','\"wsaaus15\"'),(43462,10053,'CurrentUserRoles','[\"administrator\"]'),(43463,10053,'ClientIP','\"199.201.110.60\"'),(43464,10053,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43465,10054,'Attempts','1'),(43466,10054,'Username','\"wsaaus15\"'),(43467,10054,'CurrentUserRoles','[\"administrator\"]'),(43468,10054,'ClientIP','\"64.22.100.83\"'),(43469,10054,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43470,10055,'Attempts','1'),(43471,10055,'Username','\"wsaaus15\"'),(43472,10055,'CurrentUserRoles','[\"administrator\"]'),(43473,10055,'ClientIP','\"208.87.54.177\"'),(43474,10055,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43475,10056,'Attempts','2'),(43476,10056,'Username','\"wsaaus15\"'),(43477,10056,'CurrentUserRoles','[\"administrator\"]'),(43478,10056,'ClientIP','\"96.44.179.242\"'),(43479,10056,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43480,10057,'Attempts','2'),(43481,10057,'ClientIP','\"96.44.179.242\"'),(43482,10057,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43483,10057,'CurrentUserID','0'),(43484,10058,'Attempts','1'),(43485,10058,'Username','\"wsaaus15\"'),(43486,10058,'CurrentUserRoles','[\"administrator\"]'),(43487,10058,'ClientIP','\"212.7.205.190\"'),(43488,10058,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43489,10059,'Attempts','1'),(43490,10059,'Username','\"wsaaus15\"'),(43491,10059,'CurrentUserRoles','[\"administrator\"]'),(43492,10059,'ClientIP','\"72.9.155.235\"'),(43493,10059,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43494,10060,'Attempts','1'),(43495,10060,'Username','\"wsaaus15\"'),(43496,10060,'CurrentUserRoles','[\"administrator\"]'),(43497,10060,'ClientIP','\"216.131.91.222\"'),(43498,10060,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43499,10061,'Attempts','1'),(43500,10061,'Username','\"wsaaus15\"'),(43501,10061,'CurrentUserRoles','[\"administrator\"]'),(43502,10061,'ClientIP','\"162.144.85.112\"'),(43503,10061,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43504,10062,'Attempts','1'),(43505,10062,'Username','\"wsaaus15\"'),(43506,10062,'CurrentUserRoles','[\"administrator\"]'),(43507,10062,'ClientIP','\"50.63.136.152\"'),(43508,10062,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43509,10063,'Attempts','1'),(43510,10063,'Username','\"wsaaus15\"'),(43511,10063,'CurrentUserRoles','[\"administrator\"]'),(43512,10063,'ClientIP','\"52.21.253.1\"'),(43513,10063,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43514,10064,'Attempts','2'),(43515,10064,'Username','\"wsaaus15\"'),(43516,10064,'CurrentUserRoles','[\"administrator\"]'),(43517,10064,'ClientIP','\"96.127.132.58\"'),(43518,10064,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43519,10065,'Attempts','1'),(43520,10065,'Username','\"wsaaus15\"'),(43521,10065,'CurrentUserRoles','[\"administrator\"]'),(43522,10065,'ClientIP','\"176.31.103.124\"'),(43523,10065,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43524,10066,'Attempts','2'),(43525,10066,'Username','\"wsaaus15\"'),(43526,10066,'CurrentUserRoles','[\"administrator\"]'),(43527,10066,'ClientIP','\"81.21.67.66\"'),(43528,10066,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43529,10067,'Attempts','1'),(43530,10067,'Username','\"wsaaus15\"'),(43531,10067,'CurrentUserRoles','[\"administrator\"]'),(43532,10067,'ClientIP','\"91.217.232.65\"'),(43533,10067,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43534,10068,'Attempts','1'),(43535,10068,'Username','\"wsaaus15\"'),(43536,10068,'CurrentUserRoles','[\"administrator\"]'),(43537,10068,'ClientIP','\"97.79.237.63\"'),(43538,10068,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43539,10069,'Attempts','1'),(43540,10069,'Username','\"wsaaus15\"'),(43541,10069,'CurrentUserRoles','[\"administrator\"]'),(43542,10069,'ClientIP','\"198.154.218.73\"'),(43543,10069,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43544,10070,'Attempts','1'),(43545,10070,'Username','\"wsaaus15\"'),(43546,10070,'CurrentUserRoles','[\"administrator\"]'),(43547,10070,'ClientIP','\"151.236.47.74\"'),(43548,10070,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43549,10071,'Attempts','1'),(43550,10071,'Username','\"wsaaus15\"'),(43551,10071,'CurrentUserRoles','[\"administrator\"]'),(43552,10071,'ClientIP','\"184.170.252.34\"'),(43553,10071,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43554,10072,'PostID','477'),(43555,10072,'PostType','\"post\"'),(43556,10072,'PostTitle','\"Auto Draft\"'),(43557,10072,'ClientIP','\"10.30.65.101\"'),(43558,10072,'UserAgent','\"WordPress\\/4.2.5; http:\\/\\/www.wsaa.aero\"'),(43559,10072,'CurrentUserID','0'),(43560,10073,'Attempts','1'),(43561,10073,'Username','\"wsaaus15\"'),(43562,10073,'CurrentUserRoles','[\"administrator\"]'),(43563,10073,'ClientIP','\"108.168.167.130\"'),(43564,10073,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43565,10074,'Attempts','4'),(43566,10074,'Username','\"wsaaus15\"'),(43567,10074,'CurrentUserRoles','[\"administrator\"]'),(43568,10074,'ClientIP','\"173.236.54.162\"'),(43569,10074,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43570,10075,'Attempts','2'),(43571,10075,'Username','\"wsaaus15\"'),(43572,10075,'CurrentUserRoles','[\"administrator\"]'),(43573,10075,'ClientIP','\"198.20.104.157\"'),(43574,10075,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43575,10076,'Attempts','1'),(43576,10076,'Username','\"wsaaus15\"'),(43577,10076,'CurrentUserRoles','[\"administrator\"]'),(43578,10076,'ClientIP','\"198.154.218.73\"'),(43579,10076,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43580,10077,'Attempts','1'),(43581,10077,'Username','\"wsaaus15\"'),(43582,10077,'CurrentUserRoles','[\"administrator\"]'),(43583,10077,'ClientIP','\"64.22.100.83\"'),(43584,10077,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43585,10078,'Attempts','1'),(43586,10078,'Username','\"wsaaus15\"'),(43587,10078,'CurrentUserRoles','[\"administrator\"]'),(43588,10078,'ClientIP','\"23.238.20.113\"'),(43589,10078,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43590,10079,'Attempts','1'),(43591,10079,'Username','\"wsaaus15\"'),(43592,10079,'CurrentUserRoles','[\"administrator\"]'),(43593,10079,'ClientIP','\"80.244.182.56\"'),(43594,10079,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43595,10080,'Attempts','1'),(43596,10080,'Username','\"wsaaus15\"'),(43597,10080,'CurrentUserRoles','[\"administrator\"]'),(43598,10080,'ClientIP','\"184.154.61.250\"'),(43599,10080,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43600,10081,'Attempts','1'),(43601,10081,'Username','\"wsaaus15\"'),(43602,10081,'CurrentUserRoles','[\"administrator\"]'),(43603,10081,'ClientIP','\"92.43.22.140\"'),(43604,10081,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43605,10082,'Attempts','2'),(43606,10082,'Username','\"wsaaus15\"'),(43607,10082,'CurrentUserRoles','[\"administrator\"]'),(43608,10082,'ClientIP','\"96.44.179.242\"'),(43609,10082,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43610,10083,'Attempts','2'),(43611,10083,'ClientIP','\"96.44.179.242\"'),(43612,10083,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43613,10083,'CurrentUserID','0'),(43614,10084,'Attempts','1'),(43615,10084,'Username','\"wsaaus15\"'),(43616,10084,'CurrentUserRoles','[\"administrator\"]'),(43617,10084,'ClientIP','\"151.236.47.74\"'),(43618,10084,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43619,10085,'Attempts','1'),(43620,10085,'Username','\"wsaaus15\"'),(43621,10085,'CurrentUserRoles','[\"administrator\"]'),(43622,10085,'ClientIP','\"5.196.76.176\"'),(43623,10085,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43624,10086,'Attempts','1'),(43625,10086,'Username','\"wsaaus15\"'),(43626,10086,'CurrentUserRoles','[\"administrator\"]'),(43627,10086,'ClientIP','\"103.8.25.2\"'),(43628,10086,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43629,10087,'Attempts','1'),(43630,10087,'Username','\"wsaaus15\"'),(43631,10087,'CurrentUserRoles','[\"administrator\"]'),(43632,10087,'ClientIP','\"91.217.232.65\"'),(43633,10087,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43634,10088,'Attempts','1'),(43635,10088,'Username','\"wsaaus15\"'),(43636,10088,'CurrentUserRoles','[\"administrator\"]'),(43637,10088,'ClientIP','\"108.163.234.98\"'),(43638,10088,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43639,10089,'Attempts','1'),(43640,10089,'Username','\"wsaaus15\"'),(43641,10089,'CurrentUserRoles','[\"administrator\"]'),(43642,10089,'ClientIP','\"151.236.47.221\"'),(43643,10089,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43644,10090,'Attempts','2'),(43645,10090,'Username','\"wsaaus15\"'),(43646,10090,'CurrentUserRoles','[\"administrator\"]'),(43647,10090,'ClientIP','\"195.154.168.82\"'),(43648,10090,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43649,10091,'Attempts','2'),(43650,10091,'ClientIP','\"195.154.168.82\"'),(43651,10091,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43652,10091,'CurrentUserID','0'),(43653,10092,'Attempts','1'),(43654,10092,'Username','\"wsaaus15\"'),(43655,10092,'CurrentUserRoles','[\"administrator\"]'),(43656,10092,'ClientIP','\"130.185.82.32\"'),(43657,10092,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43658,10093,'Attempts','1'),(43659,10093,'ClientIP','\"41.141.242.72\"'),(43660,10093,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; rv:27.0) Gecko\\/20100101 Firefox\\/27.0\"'),(43661,10093,'CurrentUserID','0'),(43662,10094,'Attempts','1'),(43663,10094,'Username','\"wsaaus15\"'),(43664,10094,'CurrentUserRoles','[\"administrator\"]'),(43665,10094,'ClientIP','\"128.199.197.65\"'),(43666,10094,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43667,10095,'Attempts','2'),(43668,10095,'Username','\"wsaaus15\"'),(43669,10095,'CurrentUserRoles','[\"administrator\"]'),(43670,10095,'ClientIP','\"142.4.4.201\"'),(43671,10095,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43672,10096,'Attempts','1'),(43673,10096,'Username','\"wsaaus15\"'),(43674,10096,'CurrentUserRoles','[\"administrator\"]'),(43675,10096,'ClientIP','\"151.236.47.221\"'),(43676,10096,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43677,10097,'Attempts','1'),(43678,10097,'Username','\"wsaaus15\"'),(43679,10097,'CurrentUserRoles','[\"administrator\"]'),(43680,10097,'ClientIP','\"92.43.22.140\"'),(43681,10097,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43682,10098,'Attempts','1'),(43683,10098,'Username','\"wsaaus15\"'),(43684,10098,'CurrentUserRoles','[\"administrator\"]'),(43685,10098,'ClientIP','\"64.22.100.83\"'),(43686,10098,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43687,10099,'Attempts','1'),(43688,10099,'Username','\"wsaaus15\"'),(43689,10099,'CurrentUserRoles','[\"administrator\"]'),(43690,10099,'ClientIP','\"184.170.151.20\"'),(43691,10099,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43692,10100,'Attempts','2'),(43693,10100,'Username','\"wsaaus15\"'),(43694,10100,'CurrentUserRoles','[\"administrator\"]'),(43695,10100,'ClientIP','\"69.175.97.146\"'),(43696,10100,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43697,10101,'Attempts','1'),(43698,10101,'Username','\"wsaaus15\"'),(43699,10101,'CurrentUserRoles','[\"administrator\"]'),(43700,10101,'ClientIP','\"142.4.14.128\"'),(43701,10101,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43702,10102,'Attempts','1'),(43703,10102,'Username','\"wsaaus15\"'),(43704,10102,'CurrentUserRoles','[\"administrator\"]'),(43705,10102,'ClientIP','\"78.40.120.230\"'),(43706,10102,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43707,10103,'Attempts','2'),(43708,10103,'Username','\"wsaaus15\"'),(43709,10103,'CurrentUserRoles','[\"administrator\"]'),(43710,10103,'ClientIP','\"173.236.54.162\"'),(43711,10103,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43712,10104,'Attempts','2'),(43713,10104,'Username','\"wsaaus15\"'),(43714,10104,'CurrentUserRoles','[\"administrator\"]'),(43715,10104,'ClientIP','\"207.20.232.240\"'),(43716,10104,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43717,10105,'Attempts','1'),(43718,10105,'Username','\"wsaaus15\"'),(43719,10105,'CurrentUserRoles','[\"administrator\"]'),(43720,10105,'ClientIP','\"192.99.100.176\"'),(43721,10105,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43722,10106,'Attempts','1'),(43723,10106,'Username','\"wsaaus15\"'),(43724,10106,'CurrentUserRoles','[\"administrator\"]'),(43725,10106,'ClientIP','\"199.201.110.60\"'),(43726,10106,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43727,10107,'Attempts','1'),(43728,10107,'Username','\"wsaaus15\"'),(43729,10107,'CurrentUserRoles','[\"administrator\"]'),(43730,10107,'ClientIP','\"162.144.85.112\"'),(43731,10107,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43732,10108,'Attempts','2'),(43733,10108,'Username','\"wsaaus15\"'),(43734,10108,'CurrentUserRoles','[\"administrator\"]'),(43735,10108,'ClientIP','\"212.7.205.190\"'),(43736,10108,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43737,10109,'Attempts','1'),(43738,10109,'Username','\"wsaaus15\"'),(43739,10109,'CurrentUserRoles','[\"administrator\"]'),(43740,10109,'ClientIP','\"192.185.221.42\"'),(43741,10109,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43742,10110,'Attempts','1'),(43743,10110,'Username','\"wsaaus15\"'),(43744,10110,'CurrentUserRoles','[\"administrator\"]'),(43745,10110,'ClientIP','\"103.244.44.76\"'),(43746,10110,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43747,10111,'Attempts','1'),(43748,10111,'Username','\"wsaaus15\"'),(43749,10111,'CurrentUserRoles','[\"administrator\"]'),(43750,10111,'ClientIP','\"96.127.146.10\"'),(43751,10111,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43752,10112,'Attempts','1'),(43753,10112,'Username','\"wsaaus15\"'),(43754,10112,'CurrentUserRoles','[\"administrator\"]'),(43755,10112,'ClientIP','\"216.131.91.222\"'),(43756,10112,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43757,10113,'Attempts','1'),(43758,10113,'Username','\"wsaaus15\"'),(43759,10113,'CurrentUserRoles','[\"administrator\"]'),(43760,10113,'ClientIP','\"176.31.103.124\"'),(43761,10113,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43762,10114,'Attempts','1'),(43763,10114,'Username','\"wsaaus15\"'),(43764,10114,'CurrentUserRoles','[\"administrator\"]'),(43765,10114,'ClientIP','\"180.235.149.183\"'),(43766,10114,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43767,10115,'Attempts','1'),(43768,10115,'Username','\"wsaaus15\"'),(43769,10115,'CurrentUserRoles','[\"administrator\"]'),(43770,10115,'ClientIP','\"95.154.250.29\"'),(43771,10115,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43772,10116,'Attempts','1'),(43773,10116,'Username','\"wsaaus15\"'),(43774,10116,'CurrentUserRoles','[\"administrator\"]'),(43775,10116,'ClientIP','\"50.97.178.250\"'),(43776,10116,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43777,10117,'Attempts','2'),(43778,10117,'ClientIP','\"41.141.103.138\"'),(43779,10117,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.2; rv:27.0) Gecko\\/20100101 Firefox\\/27.0\"'),(43780,10117,'CurrentUserID','0'),(43781,10118,'Attempts','3'),(43782,10118,'Username','\"wsaaus15\"'),(43783,10118,'CurrentUserRoles','[\"administrator\"]'),(43784,10118,'ClientIP','\"162.144.85.112\"'),(43785,10118,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43786,10119,'Attempts','1'),(43787,10119,'Username','\"wsaaus15\"'),(43788,10119,'CurrentUserRoles','[\"administrator\"]'),(43789,10119,'ClientIP','\"83.223.124.24\"'),(43790,10119,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43791,10120,'Attempts','2'),(43792,10120,'Username','\"wsaaus15\"'),(43793,10120,'CurrentUserRoles','[\"administrator\"]'),(43794,10120,'ClientIP','\"142.4.14.128\"'),(43795,10120,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43796,10121,'Attempts','1'),(43797,10121,'Username','\"wsaaus15\"'),(43798,10121,'CurrentUserRoles','[\"administrator\"]'),(43799,10121,'ClientIP','\"212.113.144.11\"'),(43800,10121,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43801,10122,'Attempts','1'),(43802,10122,'Username','\"wsaaus15\"'),(43803,10122,'CurrentUserRoles','[\"administrator\"]'),(43804,10122,'ClientIP','\"192.64.33.186\"'),(43805,10122,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43806,10123,'Attempts','1'),(43807,10123,'Username','\"wsaaus15\"'),(43808,10123,'CurrentUserRoles','[\"administrator\"]'),(43809,10123,'ClientIP','\"198.20.104.157\"'),(43810,10123,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43811,10124,'Attempts','1'),(43812,10124,'Username','\"wsaaus15\"'),(43813,10124,'CurrentUserRoles','[\"administrator\"]'),(43814,10124,'ClientIP','\"37.61.235.162\"'),(43815,10124,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43816,10125,'Attempts','2'),(43817,10125,'Username','\"wsaaus15\"'),(43818,10125,'CurrentUserRoles','[\"administrator\"]'),(43819,10125,'ClientIP','\"41.185.22.74\"'),(43820,10125,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43821,10126,'Attempts','1'),(43822,10126,'Username','\"wsaaus15\"'),(43823,10126,'CurrentUserRoles','[\"administrator\"]'),(43824,10126,'ClientIP','\"92.43.22.140\"'),(43825,10126,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43826,10127,'Attempts','1'),(43827,10127,'Username','\"wsaaus15\"'),(43828,10127,'CurrentUserRoles','[\"administrator\"]'),(43829,10127,'ClientIP','\"50.22.217.93\"'),(43830,10127,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43831,10128,'Attempts','1'),(43832,10128,'Username','\"wsaaus15\"'),(43833,10128,'CurrentUserRoles','[\"administrator\"]'),(43834,10128,'ClientIP','\"81.21.67.66\"'),(43835,10128,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43836,10129,'Attempts','1'),(43837,10129,'Username','\"wsaaus15\"'),(43838,10129,'CurrentUserRoles','[\"administrator\"]'),(43839,10129,'ClientIP','\"95.154.242.79\"'),(43840,10129,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43841,10130,'Attempts','1'),(43842,10130,'Username','\"wsaaus15\"'),(43843,10130,'CurrentUserRoles','[\"administrator\"]'),(43844,10130,'ClientIP','\"199.201.110.60\"'),(43845,10130,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43846,10131,'Attempts','1'),(43847,10131,'Username','\"wsaaus15\"'),(43848,10131,'CurrentUserRoles','[\"administrator\"]'),(43849,10131,'ClientIP','\"65.181.127.100\"'),(43850,10131,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43851,10132,'Attempts','1'),(43852,10132,'Username','\"wsaaus15\"'),(43853,10132,'CurrentUserRoles','[\"administrator\"]'),(43854,10132,'ClientIP','\"92.43.23.151\"'),(43855,10132,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43856,10133,'Attempts','1'),(43857,10133,'Username','\"wsaaus15\"'),(43858,10133,'CurrentUserRoles','[\"administrator\"]'),(43859,10133,'ClientIP','\"104.219.251.2\"'),(43860,10133,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43861,10134,'Attempts','1'),(43862,10134,'Username','\"wsaaus15\"'),(43863,10134,'CurrentUserRoles','[\"administrator\"]'),(43864,10134,'ClientIP','\"151.236.47.221\"'),(43865,10134,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43866,10135,'Attempts','1'),(43867,10135,'Username','\"wsaaus15\"'),(43868,10135,'CurrentUserRoles','[\"administrator\"]'),(43869,10135,'ClientIP','\"23.238.20.113\"'),(43870,10135,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43871,10136,'Attempts','1'),(43872,10136,'Username','\"wsaaus15\"'),(43873,10136,'CurrentUserRoles','[\"administrator\"]'),(43874,10136,'ClientIP','\"185.2.129.165\"'),(43875,10136,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43876,10137,'Attempts','1'),(43877,10137,'Username','\"wsaaus15\"'),(43878,10137,'CurrentUserRoles','[\"administrator\"]'),(43879,10137,'ClientIP','\"184.154.116.26\"'),(43880,10137,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43881,10138,'Attempts','1'),(43882,10138,'ClientIP','\"117.253.232.159\"'),(43883,10138,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(43884,10138,'CurrentUserID','0'),(43885,10139,'Attempts','1'),(43886,10139,'Username','\"wsaaus15\"'),(43887,10139,'CurrentUserRoles','[\"administrator\"]'),(43888,10139,'ClientIP','\"192.99.100.176\"'),(43889,10139,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43890,10140,'Attempts','1'),(43891,10140,'Username','\"wsaaus15\"'),(43892,10140,'CurrentUserRoles','[\"administrator\"]'),(43893,10140,'ClientIP','\"72.9.145.216\"'),(43894,10140,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43895,10141,'Attempts','1'),(43896,10141,'Username','\"wsaaus15\"'),(43897,10141,'CurrentUserRoles','[\"administrator\"]'),(43898,10141,'ClientIP','\"179.43.162.66\"'),(43899,10141,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43900,10142,'Attempts','1'),(43901,10142,'Username','\"wsaaus15\"'),(43902,10142,'CurrentUserRoles','[\"administrator\"]'),(43903,10142,'ClientIP','\"176.31.103.124\"'),(43904,10142,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43905,10143,'Attempts','1'),(43906,10143,'Username','\"wsaaus15\"'),(43907,10143,'CurrentUserRoles','[\"administrator\"]'),(43908,10143,'ClientIP','\"63.145.169.11\"'),(43909,10143,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43910,10144,'Attempts','1'),(43911,10144,'Username','\"wsaaus15\"'),(43912,10144,'CurrentUserRoles','[\"administrator\"]'),(43913,10144,'ClientIP','\"72.9.155.235\"'),(43914,10144,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43915,10145,'Attempts','1'),(43916,10145,'Username','\"wsaaus15\"'),(43917,10145,'CurrentUserRoles','[\"administrator\"]'),(43918,10145,'ClientIP','\"198.1.76.21\"'),(43919,10145,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43920,10146,'Attempts','1'),(43921,10146,'Username','\"wsaaus15\"'),(43922,10146,'CurrentUserRoles','[\"administrator\"]'),(43923,10146,'ClientIP','\"103.244.44.76\"'),(43924,10146,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43925,10147,'Attempts','2'),(43926,10147,'Username','\"wsaaus15\"'),(43927,10147,'CurrentUserRoles','[\"administrator\"]'),(43928,10147,'ClientIP','\"195.154.168.82\"'),(43929,10147,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43930,10148,'Attempts','2'),(43931,10148,'ClientIP','\"195.154.168.82\"'),(43932,10148,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43933,10148,'CurrentUserID','0'),(43934,10149,'Attempts','2'),(43935,10149,'Username','\"wsaaus15\"'),(43936,10149,'CurrentUserRoles','[\"administrator\"]'),(43937,10149,'ClientIP','\"96.44.179.242\"'),(43938,10149,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43939,10150,'Attempts','2'),(43940,10150,'ClientIP','\"96.44.179.242\"'),(43941,10150,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(43942,10150,'CurrentUserID','0'),(43943,10151,'Attempts','1'),(43944,10151,'Username','\"wsaaus15\"'),(43945,10151,'CurrentUserRoles','[\"administrator\"]'),(43946,10151,'ClientIP','\"199.116.253.18\"'),(43947,10151,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43948,10152,'Attempts','1'),(43949,10152,'Username','\"wsaaus15\"'),(43950,10152,'CurrentUserRoles','[\"administrator\"]'),(43951,10152,'ClientIP','\"182.18.170.67\"'),(43952,10152,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43953,10153,'Attempts','1'),(43954,10153,'Username','\"wsaaus15\"'),(43955,10153,'CurrentUserRoles','[\"administrator\"]'),(43956,10153,'ClientIP','\"65.254.43.2\"'),(43957,10153,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43958,10154,'Attempts','1'),(43959,10154,'Username','\"wsaaus15\"'),(43960,10154,'CurrentUserRoles','[\"administrator\"]'),(43961,10154,'ClientIP','\"173.214.189.213\"'),(43962,10154,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43963,10155,'Attempts','1'),(43964,10155,'Username','\"wsaaus15\"'),(43965,10155,'CurrentUserRoles','[\"administrator\"]'),(43966,10155,'ClientIP','\"205.251.134.99\"'),(43967,10155,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43968,10156,'Attempts','2'),(43969,10156,'Username','\"wsaaus15\"'),(43970,10156,'CurrentUserRoles','[\"administrator\"]'),(43971,10156,'ClientIP','\"66.23.227.10\"'),(43972,10156,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43973,10157,'Attempts','1'),(43974,10157,'Username','\"wsaaus15\"'),(43975,10157,'CurrentUserRoles','[\"administrator\"]'),(43976,10157,'ClientIP','\"103.230.85.76\"'),(43977,10157,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43978,10158,'Attempts','1'),(43979,10158,'Username','\"wsaaus15\"'),(43980,10158,'CurrentUserRoles','[\"administrator\"]'),(43981,10158,'ClientIP','\"192.168.0.6\"'),(43982,10158,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43983,10159,'Attempts','1'),(43984,10159,'Username','\"wsaaus15\"'),(43985,10159,'CurrentUserRoles','[\"administrator\"]'),(43986,10159,'ClientIP','\"109.169.39.245\"'),(43987,10159,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43988,10160,'Attempts','1'),(43989,10160,'Username','\"wsaaus15\"'),(43990,10160,'CurrentUserRoles','[\"administrator\"]'),(43991,10160,'ClientIP','\"192.99.100.176\"'),(43992,10160,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(43993,10161,'Attempts','1'),(43994,10161,'ClientIP','\"117.253.223.67\"'),(43995,10161,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(43996,10161,'CurrentUserID','0'),(43997,10162,'Attempts','1'),(43998,10162,'Username','\"wsaaus15\"'),(43999,10162,'CurrentUserRoles','[\"administrator\"]'),(44000,10162,'ClientIP','\"103.8.25.2\"'),(44001,10162,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44002,10163,'Attempts','1'),(44003,10163,'Username','\"wsaaus15\"'),(44004,10163,'CurrentUserRoles','[\"administrator\"]'),(44005,10163,'ClientIP','\"212.7.205.190\"'),(44006,10163,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44007,10164,'Attempts','1'),(44008,10164,'Username','\"wsaaus15\"'),(44009,10164,'CurrentUserRoles','[\"administrator\"]'),(44010,10164,'ClientIP','\"207.20.232.240\"'),(44011,10164,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44012,10165,'Attempts','1'),(44013,10165,'Username','\"wsaaus15\"'),(44014,10165,'CurrentUserRoles','[\"administrator\"]'),(44015,10165,'ClientIP','\"151.236.47.74\"'),(44016,10165,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44017,10166,'Attempts','1'),(44018,10166,'Username','\"wsaaus15\"'),(44019,10166,'CurrentUserRoles','[\"administrator\"]'),(44020,10166,'ClientIP','\"192.199.240.34\"'),(44021,10166,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44022,10167,'Attempts','1'),(44023,10167,'Username','\"wsaaus15\"'),(44024,10167,'CurrentUserRoles','[\"administrator\"]'),(44025,10167,'ClientIP','\"37.157.196.146\"'),(44026,10167,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44027,10168,'Attempts','1'),(44028,10168,'Username','\"wsaaus15\"'),(44029,10168,'CurrentUserRoles','[\"administrator\"]'),(44030,10168,'ClientIP','\"50.22.217.93\"'),(44031,10168,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44032,10169,'Attempts','1'),(44033,10169,'Username','\"wsaaus15\"'),(44034,10169,'CurrentUserRoles','[\"administrator\"]'),(44035,10169,'ClientIP','\"65.181.127.100\"'),(44036,10169,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44037,10170,'Attempts','1'),(44038,10170,'Username','\"wsaaus15\"'),(44039,10170,'CurrentUserRoles','[\"administrator\"]'),(44040,10170,'ClientIP','\"72.34.62.48\"'),(44041,10170,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44042,10171,'Attempts','1'),(44043,10171,'Username','\"wsaaus15\"'),(44044,10171,'CurrentUserRoles','[\"administrator\"]'),(44045,10171,'ClientIP','\"74.81.66.56\"'),(44046,10171,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44047,10172,'Attempts','1'),(44048,10172,'Username','\"wsaaus15\"'),(44049,10172,'CurrentUserRoles','[\"administrator\"]'),(44050,10172,'ClientIP','\"23.97.233.197\"'),(44051,10172,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44052,10173,'Attempts','1'),(44053,10173,'Username','\"wsaaus15\"'),(44054,10173,'CurrentUserRoles','[\"administrator\"]'),(44055,10173,'ClientIP','\"78.40.120.230\"'),(44056,10173,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44057,10174,'Attempts','1'),(44058,10174,'Username','\"wsaaus15\"'),(44059,10174,'CurrentUserRoles','[\"administrator\"]'),(44060,10174,'ClientIP','\"198.12.152.170\"'),(44061,10174,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44062,10175,'Attempts','1'),(44063,10175,'Username','\"wsaaus15\"'),(44064,10175,'CurrentUserRoles','[\"administrator\"]'),(44065,10175,'ClientIP','\"72.9.145.216\"'),(44066,10175,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44067,10176,'Attempts','1'),(44068,10176,'Username','\"wsaaus15\"'),(44069,10176,'CurrentUserRoles','[\"administrator\"]'),(44070,10176,'ClientIP','\"103.23.76.111\"'),(44071,10176,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44072,10177,'Attempts','1'),(44073,10177,'Username','\"wsaaus15\"'),(44074,10177,'CurrentUserRoles','[\"administrator\"]'),(44075,10177,'ClientIP','\"50.62.42.96\"'),(44076,10177,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44077,10178,'Attempts','1'),(44078,10178,'Username','\"wsaaus15\"'),(44079,10178,'CurrentUserRoles','[\"administrator\"]'),(44080,10178,'ClientIP','\"103.231.43.233\"'),(44081,10178,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44082,10179,'Attempts','1'),(44083,10179,'Username','\"wsaaus15\"'),(44084,10179,'CurrentUserRoles','[\"administrator\"]'),(44085,10179,'ClientIP','\"141.0.227.19\"'),(44086,10179,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44087,10180,'Attempts','1'),(44088,10180,'ClientIP','\"117.253.223.69\"'),(44089,10180,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(44090,10180,'CurrentUserID','0'),(44091,10181,'Attempts','1'),(44092,10181,'Username','\"wsaaus15\"'),(44093,10181,'CurrentUserRoles','[\"administrator\"]'),(44094,10181,'ClientIP','\"148.251.247.216\"'),(44095,10181,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44096,10182,'Attempts','1'),(44097,10182,'Username','\"wsaaus15\"'),(44098,10182,'CurrentUserRoles','[\"administrator\"]'),(44099,10182,'ClientIP','\"182.18.170.67\"'),(44100,10182,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44101,10183,'Attempts','1'),(44102,10183,'Username','\"wsaaus15\"'),(44103,10183,'CurrentUserRoles','[\"administrator\"]'),(44104,10183,'ClientIP','\"151.236.47.74\"'),(44105,10183,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44106,10184,'Attempts','1'),(44107,10184,'Username','\"wsaaus15\"'),(44108,10184,'CurrentUserRoles','[\"administrator\"]'),(44109,10184,'ClientIP','\"207.20.232.240\"'),(44110,10184,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44111,10185,'Attempts','2'),(44112,10185,'Username','\"wsaaus15\"'),(44113,10185,'CurrentUserRoles','[\"administrator\"]'),(44114,10185,'ClientIP','\"96.127.132.58\"'),(44115,10185,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44116,10186,'Attempts','1'),(44117,10186,'Username','\"wsaaus15\"'),(44118,10186,'CurrentUserRoles','[\"administrator\"]'),(44119,10186,'ClientIP','\"198.57.164.33\"'),(44120,10186,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44121,10187,'Attempts','2'),(44122,10187,'Username','\"wsaaus15\"'),(44123,10187,'CurrentUserRoles','[\"administrator\"]'),(44124,10187,'ClientIP','\"182.160.161.63\"'),(44125,10187,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44126,10188,'Attempts','1'),(44127,10188,'Username','\"wsaaus15\"'),(44128,10188,'CurrentUserRoles','[\"administrator\"]'),(44129,10188,'ClientIP','\"178.33.36.130\"'),(44130,10188,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44131,10189,'Attempts','1'),(44132,10189,'Username','\"wsaaus15\"'),(44133,10189,'CurrentUserRoles','[\"administrator\"]'),(44134,10189,'ClientIP','\"23.238.20.113\"'),(44135,10189,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44136,10190,'Attempts','1'),(44137,10190,'Username','\"wsaaus15\"'),(44138,10190,'CurrentUserRoles','[\"administrator\"]'),(44139,10190,'ClientIP','\"119.81.221.68\"'),(44140,10190,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44141,10191,'Attempts','1'),(44142,10191,'ClientIP','\"117.253.105.197\"'),(44143,10191,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(44144,10191,'CurrentUserID','0'),(44145,10192,'Attempts','2'),(44146,10192,'Username','\"wsaaus15\"'),(44147,10192,'CurrentUserRoles','[\"administrator\"]'),(44148,10192,'ClientIP','\"96.44.179.242\"'),(44149,10192,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44150,10193,'Attempts','2'),(44151,10193,'ClientIP','\"96.44.179.242\"'),(44152,10193,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44153,10193,'CurrentUserID','0'),(44154,10194,'Attempts','1'),(44155,10194,'Username','\"wsaaus15\"'),(44156,10194,'CurrentUserRoles','[\"administrator\"]'),(44157,10194,'ClientIP','\"142.4.14.128\"'),(44158,10194,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44159,10195,'Attempts','1'),(44160,10195,'Username','\"wsaaus15\"'),(44161,10195,'CurrentUserRoles','[\"administrator\"]'),(44162,10195,'ClientIP','\"211.9.64.2\"'),(44163,10195,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44164,10196,'Attempts','1'),(44165,10196,'Username','\"wsaaus15\"'),(44166,10196,'CurrentUserRoles','[\"administrator\"]'),(44167,10196,'ClientIP','\"192.254.140.9\"'),(44168,10196,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44169,10197,'Attempts','1'),(44170,10197,'Username','\"wsaaus15\"'),(44171,10197,'CurrentUserRoles','[\"administrator\"]'),(44172,10197,'ClientIP','\"184.154.124.2\"'),(44173,10197,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44174,10198,'Attempts','1'),(44175,10198,'Username','\"wsaaus15\"'),(44176,10198,'CurrentUserRoles','[\"administrator\"]'),(44177,10198,'ClientIP','\"109.71.50.9\"'),(44178,10198,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44179,10199,'Attempts','1'),(44180,10199,'Username','\"wsaaus15\"'),(44181,10199,'CurrentUserRoles','[\"administrator\"]'),(44182,10199,'ClientIP','\"205.251.134.99\"'),(44183,10199,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44184,10200,'Attempts','1'),(44185,10200,'Username','\"wsaaus15\\r\"'),(44186,10200,'CurrentUserRoles','[\"administrator\"]'),(44187,10200,'ClientIP','\"91.121.162.191\"'),(44188,10200,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44189,10201,'Attempts','1'),(44190,10201,'Username','\"wsaaus15\"'),(44191,10201,'CurrentUserRoles','[\"administrator\"]'),(44192,10201,'ClientIP','\"142.4.31.248\"'),(44193,10201,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44194,10202,'Attempts','1'),(44195,10202,'Username','\"wsaaus15\"'),(44196,10202,'CurrentUserRoles','[\"administrator\"]'),(44197,10202,'ClientIP','\"185.2.131.210\"'),(44198,10202,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44199,10203,'Attempts','1'),(44200,10203,'ClientIP','\"117.253.210.203\"'),(44201,10203,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(44202,10203,'CurrentUserID','0'),(44203,10204,'Attempts','1'),(44204,10204,'Username','\"wsaaus15\"'),(44205,10204,'CurrentUserRoles','[\"administrator\"]'),(44206,10204,'ClientIP','\"184.170.151.20\"'),(44207,10204,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44208,10205,'Attempts','1'),(44209,10205,'Username','\"wsaaus15\"'),(44210,10205,'CurrentUserRoles','[\"administrator\"]'),(44211,10205,'ClientIP','\"81.21.67.66\"'),(44212,10205,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44213,10206,'Attempts','1'),(44214,10206,'Username','\"wsaaus15\"'),(44215,10206,'CurrentUserRoles','[\"administrator\"]'),(44216,10206,'ClientIP','\"192.99.100.176\"'),(44217,10206,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44218,10207,'Attempts','2'),(44219,10207,'Username','\"wsaaus15\"'),(44220,10207,'CurrentUserRoles','[\"administrator\"]'),(44221,10207,'ClientIP','\"195.154.191.97\"'),(44222,10207,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44223,10208,'Attempts','2'),(44224,10208,'ClientIP','\"195.154.191.97\"'),(44225,10208,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44226,10208,'CurrentUserID','0'),(44227,10209,'Attempts','2'),(44228,10209,'Username','\"wsaaus15\"'),(44229,10209,'CurrentUserRoles','[\"administrator\"]'),(44230,10209,'ClientIP','\"195.154.168.82\"'),(44231,10209,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44232,10210,'Attempts','2'),(44233,10210,'ClientIP','\"195.154.168.82\"'),(44234,10210,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44235,10210,'CurrentUserID','0'),(44236,10211,'Attempts','1'),(44237,10211,'Username','\"wsaaus15\"'),(44238,10211,'CurrentUserRoles','[\"administrator\"]'),(44239,10211,'ClientIP','\"140.125.80.4\"'),(44240,10211,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44241,10212,'Attempts','1'),(44242,10212,'Username','\"wsaaus15\"'),(44243,10212,'CurrentUserRoles','[\"administrator\"]'),(44244,10212,'ClientIP','\"103.15.156.4\"'),(44245,10212,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44246,10213,'Attempts','1'),(44247,10213,'Username','\"wsaaus15\"'),(44248,10213,'CurrentUserRoles','[\"administrator\"]'),(44249,10213,'ClientIP','\"81.21.67.66\"'),(44250,10213,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44251,10214,'Attempts','1'),(44252,10214,'Username','\"wsaaus15\"'),(44253,10214,'CurrentUserRoles','[\"administrator\"]'),(44254,10214,'ClientIP','\"184.154.116.26\"'),(44255,10214,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44256,10215,'Attempts','1'),(44257,10215,'Username','\"wsaaus15\"'),(44258,10215,'CurrentUserRoles','[\"administrator\"]'),(44259,10215,'ClientIP','\"103.15.156.4\"'),(44260,10215,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44261,10216,'Attempts','1'),(44262,10216,'Username','\"wsaaus15\"'),(44263,10216,'CurrentUserRoles','[\"administrator\"]'),(44264,10216,'ClientIP','\"199.19.214.198\"'),(44265,10216,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44266,10217,'Attempts','1'),(44267,10217,'Username','\"wsaaus15\"'),(44268,10217,'CurrentUserRoles','[\"administrator\"]'),(44269,10217,'ClientIP','\"97.79.239.219\"'),(44270,10217,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44271,10218,'Attempts','1'),(44272,10218,'Username','\"wsaaus15\"'),(44273,10218,'CurrentUserRoles','[\"administrator\"]'),(44274,10218,'ClientIP','\"63.145.169.11\"'),(44275,10218,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44276,10219,'Attempts','1'),(44277,10219,'Username','\"wsaaus15\"'),(44278,10219,'CurrentUserRoles','[\"administrator\"]'),(44279,10219,'ClientIP','\"96.127.132.58\"'),(44280,10219,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44281,10220,'Attempts','1'),(44282,10220,'Username','\"wsaaus15\"'),(44283,10220,'CurrentUserRoles','[\"administrator\"]'),(44284,10220,'ClientIP','\"162.144.66.10\"'),(44285,10220,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44286,10221,'Attempts','1'),(44287,10221,'Username','\"wsaaus15\"'),(44288,10221,'CurrentUserRoles','[\"administrator\"]'),(44289,10221,'ClientIP','\"119.81.221.68\"'),(44290,10221,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44291,10222,'Attempts','2'),(44292,10222,'Username','\"wsaaus15\"'),(44293,10222,'CurrentUserRoles','[\"administrator\"]'),(44294,10222,'ClientIP','\"41.169.28.22\"'),(44295,10222,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44296,10223,'Attempts','2'),(44297,10223,'Username','\"wsaaus15\"'),(44298,10223,'CurrentUserRoles','[\"administrator\"]'),(44299,10223,'ClientIP','\"173.236.54.162\"'),(44300,10223,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44301,10224,'Attempts','2'),(44302,10224,'Username','\"wsaaus15\"'),(44303,10224,'CurrentUserRoles','[\"administrator\"]'),(44304,10224,'ClientIP','\"50.97.118.114\"'),(44305,10224,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44306,10225,'Attempts','2'),(44307,10225,'Username','\"wsaaus15\"'),(44308,10225,'CurrentUserRoles','[\"administrator\"]'),(44309,10225,'ClientIP','\"212.7.205.190\"'),(44310,10225,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44311,10226,'Attempts','\"10+\"'),(44312,10226,'ClientIP','\"91.200.12.139\"'),(44313,10226,'UserAgent','\"XML-RPC.NET\"'),(44314,10226,'CurrentUserID','0'),(44315,10227,'Attempts','1'),(44316,10227,'Username','\"wsaaus15\"'),(44317,10227,'CurrentUserRoles','[\"administrator\"]'),(44318,10227,'ClientIP','\"92.43.22.140\"'),(44319,10227,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44320,10228,'Attempts','1'),(44321,10228,'Username','\"wsaaus15\"'),(44322,10228,'CurrentUserRoles','[\"administrator\"]'),(44323,10228,'ClientIP','\"198.57.139.196\"'),(44324,10228,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44325,10229,'Attempts','1'),(44326,10229,'Username','\"wsaaus15\"'),(44327,10229,'CurrentUserRoles','[\"administrator\"]'),(44328,10229,'ClientIP','\"162.144.85.112\"'),(44329,10229,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44330,10230,'Attempts','1'),(44331,10230,'Username','\"wsaaus15\"'),(44332,10230,'CurrentUserRoles','[\"administrator\"]'),(44333,10230,'ClientIP','\"198.55.115.130\"'),(44334,10230,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44335,10231,'Attempts','1'),(44336,10231,'Username','\"wsaaus15\"'),(44337,10231,'CurrentUserRoles','[\"administrator\"]'),(44338,10231,'ClientIP','\"185.17.150.73\"'),(44339,10231,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44340,10232,'Attempts','1'),(44341,10232,'Username','\"wsaaus15\"'),(44342,10232,'CurrentUserRoles','[\"administrator\"]'),(44343,10232,'ClientIP','\"111.118.165.66\"'),(44344,10232,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44345,10233,'Attempts','2'),(44346,10233,'Username','\"wsaaus15\"'),(44347,10233,'CurrentUserRoles','[\"administrator\"]'),(44348,10233,'ClientIP','\"5.153.238.103\"'),(44349,10233,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44350,10234,'Attempts','2'),(44351,10234,'ClientIP','\"5.153.238.103\"'),(44352,10234,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44353,10234,'CurrentUserID','0'),(44354,10235,'Attempts','1'),(44355,10235,'Username','\"wsaaus15\"'),(44356,10235,'CurrentUserRoles','[\"administrator\"]'),(44357,10235,'ClientIP','\"66.23.227.10\"'),(44358,10235,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44359,10236,'Attempts','1'),(44360,10236,'Username','\"wsaaus15\"'),(44361,10236,'CurrentUserRoles','[\"administrator\"]'),(44362,10236,'ClientIP','\"72.9.155.235\"'),(44363,10236,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44364,10237,'Attempts','1'),(44365,10237,'Username','\"wsaaus15\"'),(44366,10237,'CurrentUserRoles','[\"administrator\"]'),(44367,10237,'ClientIP','\"194.69.248.115\"'),(44368,10237,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44369,10238,'Attempts','1'),(44370,10238,'Username','\"wsaaus15\"'),(44371,10238,'CurrentUserRoles','[\"administrator\"]'),(44372,10238,'ClientIP','\"23.245.96.111\"'),(44373,10238,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44374,10239,'Attempts','1'),(44375,10239,'Username','\"wsaaus15\"'),(44376,10239,'CurrentUserRoles','[\"administrator\"]'),(44377,10239,'ClientIP','\"192.40.115.55\"'),(44378,10239,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44379,10240,'Attempts','1'),(44380,10240,'Username','\"wsaaus15\"'),(44381,10240,'CurrentUserRoles','[\"administrator\"]'),(44382,10240,'ClientIP','\"199.201.110.60\"'),(44383,10240,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44384,10241,'Attempts','1'),(44385,10241,'Username','\"wsaaus15\"'),(44386,10241,'CurrentUserRoles','[\"administrator\"]'),(44387,10241,'ClientIP','\"50.62.42.96\"'),(44388,10241,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44389,10242,'Attempts','1'),(44390,10242,'Username','\"wsaaus15\"'),(44391,10242,'CurrentUserRoles','[\"administrator\"]'),(44392,10242,'ClientIP','\"198.12.152.170\"'),(44393,10242,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44394,10243,'Attempts','1'),(44395,10243,'Username','\"wsaaus15\"'),(44396,10243,'CurrentUserRoles','[\"administrator\"]'),(44397,10243,'ClientIP','\"148.251.247.216\"'),(44398,10243,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44399,10244,'Attempts','1'),(44400,10244,'Username','\"wsaaus15\"'),(44401,10244,'CurrentUserRoles','[\"administrator\"]'),(44402,10244,'ClientIP','\"184.154.116.26\"'),(44403,10244,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44404,10245,'Attempts','1'),(44405,10245,'Username','\"wsaaus15\"'),(44406,10245,'CurrentUserRoles','[\"administrator\"]'),(44407,10245,'ClientIP','\"198.57.164.33\"'),(44408,10245,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44409,10246,'Attempts','1'),(44410,10246,'Username','\"wsaaus15\"'),(44411,10246,'CurrentUserRoles','[\"administrator\"]'),(44412,10246,'ClientIP','\"97.79.239.219\"'),(44413,10246,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44414,10247,'Attempts','2'),(44415,10247,'Username','\"wsaaus15\"'),(44416,10247,'CurrentUserRoles','[\"administrator\"]'),(44417,10247,'ClientIP','\"142.4.217.149\"'),(44418,10247,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44419,10248,'Attempts','1'),(44420,10248,'Username','\"wsaaus15\"'),(44421,10248,'CurrentUserRoles','[\"administrator\"]'),(44422,10248,'ClientIP','\"211.9.64.2\"'),(44423,10248,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44424,10249,'Attempts','1'),(44425,10249,'Username','\"wsaaus15\"'),(44426,10249,'CurrentUserRoles','[\"administrator\"]'),(44427,10249,'ClientIP','\"5.196.18.168\"'),(44428,10249,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44429,10250,'Attempts','2'),(44430,10250,'Username','\"wsaaus15\"'),(44431,10250,'CurrentUserRoles','[\"administrator\"]'),(44432,10250,'ClientIP','\"81.21.67.66\"'),(44433,10250,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44434,10251,'Attempts','2'),(44435,10251,'Username','\"wsaaus15\"'),(44436,10251,'CurrentUserRoles','[\"administrator\"]'),(44437,10251,'ClientIP','\"103.23.76.111\"'),(44438,10251,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44439,10252,'Attempts','\"10+\"'),(44440,10252,'ClientIP','\"52.27.11.70\"'),(44441,10252,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(44442,10252,'CurrentUserID','0'),(44443,10253,'Attempts','1'),(44444,10253,'Username','\"wsaaus15\"'),(44445,10253,'CurrentUserRoles','[\"administrator\"]'),(44446,10253,'ClientIP','\"212.7.205.190\"'),(44447,10253,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44448,10254,'Attempts','1'),(44449,10254,'Username','\"wsaaus15\"'),(44450,10254,'CurrentUserRoles','[\"administrator\"]'),(44451,10254,'ClientIP','\"198.1.71.253\"'),(44452,10254,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44453,10255,'Attempts','1'),(44454,10255,'Username','\"wsaaus15\"'),(44455,10255,'CurrentUserRoles','[\"administrator\"]'),(44456,10255,'ClientIP','\"96.127.132.58\"'),(44457,10255,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44458,10256,'Attempts','1'),(44459,10256,'Username','\"wsaaus15\"'),(44460,10256,'CurrentUserRoles','[\"administrator\"]'),(44461,10256,'ClientIP','\"216.131.95.72\"'),(44462,10256,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44463,10257,'Attempts','1'),(44464,10257,'Username','\"wsaaus15\"'),(44465,10257,'CurrentUserRoles','[\"administrator\"]'),(44466,10257,'ClientIP','\"192.199.240.34\"'),(44467,10257,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44468,10258,'Attempts','1'),(44469,10258,'Username','\"wsaaus15\"'),(44470,10258,'CurrentUserRoles','[\"administrator\"]'),(44471,10258,'ClientIP','\"93.174.141.54\"'),(44472,10258,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44473,10259,'Attempts','1'),(44474,10259,'Username','\"wsaaus15\"'),(44475,10259,'CurrentUserRoles','[\"administrator\"]'),(44476,10259,'ClientIP','\"209.90.88.137\"'),(44477,10259,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44478,10260,'Attempts','1'),(44479,10260,'Username','\"wsaaus15\"'),(44480,10260,'CurrentUserRoles','[\"administrator\"]'),(44481,10260,'ClientIP','\"162.144.66.10\"'),(44482,10260,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44483,10261,'Attempts','1'),(44484,10261,'Username','\"wsaaus15\"'),(44485,10261,'CurrentUserRoles','[\"administrator\"]'),(44486,10261,'ClientIP','\"96.127.132.58\"'),(44487,10261,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44488,10262,'Attempts','1'),(44489,10262,'Username','\"wsaaus15\"'),(44490,10262,'CurrentUserRoles','[\"administrator\"]'),(44491,10262,'ClientIP','\"148.251.247.216\"'),(44492,10262,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44493,10263,'Attempts','1'),(44494,10263,'Username','\"wsaaus15\"'),(44495,10263,'CurrentUserRoles','[\"administrator\"]'),(44496,10263,'ClientIP','\"74.81.88.162\"'),(44497,10263,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44498,10264,'Attempts','1'),(44499,10264,'Username','\"wsaaus15\"'),(44500,10264,'CurrentUserRoles','[\"administrator\"]'),(44501,10264,'ClientIP','\"74.81.66.56\"'),(44502,10264,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44503,10265,'Attempts','1'),(44504,10265,'Username','\"wsaaus15\"'),(44505,10265,'CurrentUserRoles','[\"administrator\"]'),(44506,10265,'ClientIP','\"142.4.4.201\"'),(44507,10265,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44508,10266,'Attempts','1'),(44509,10266,'Username','\"wsaaus15\\r\"'),(44510,10266,'CurrentUserRoles','[\"administrator\"]'),(44511,10266,'ClientIP','\"69.174.241.77\"'),(44512,10266,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44513,10267,'Attempts','1'),(44514,10267,'Username','\"wsaaus15\"'),(44515,10267,'CurrentUserRoles','[\"administrator\"]'),(44516,10267,'ClientIP','\"188.165.118.117\"'),(44517,10267,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44518,10268,'Attempts','1'),(44519,10268,'Username','\"wsaaus15\"'),(44520,10268,'CurrentUserRoles','[\"administrator\"]'),(44521,10268,'ClientIP','\"216.131.91.222\"'),(44522,10268,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44523,10269,'Attempts','1'),(44524,10269,'Username','\"wsaaus15\\r\"'),(44525,10269,'CurrentUserRoles','[\"administrator\"]'),(44526,10269,'ClientIP','\"200.72.159.9\"'),(44527,10269,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44528,10270,'Attempts','\"10+\"'),(44529,10270,'ClientIP','\"104.194.26.205\"'),(44530,10270,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44531,10270,'CurrentUserID','0'),(44532,10271,'Attempts','\"10+\"'),(44533,10271,'Username','\"wsaaus15\"'),(44534,10271,'CurrentUserRoles','[\"administrator\"]'),(44535,10271,'ClientIP','\"104.194.26.205\"'),(44536,10271,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44537,10272,'Attempts','1'),(44538,10272,'Username','\"wsaaus15\"'),(44539,10272,'CurrentUserRoles','[\"administrator\"]'),(44540,10272,'ClientIP','\"75.127.118.226\"'),(44541,10272,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44542,10273,'Attempts','1'),(44543,10273,'Username','\"wsaaus15\"'),(44544,10273,'CurrentUserRoles','[\"administrator\"]'),(44545,10273,'ClientIP','\"185.2.131.210\"'),(44546,10273,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44547,10274,'Attempts','1'),(44548,10274,'Username','\"wsaaus15\"'),(44549,10274,'CurrentUserRoles','[\"administrator\"]'),(44550,10274,'ClientIP','\"192.99.100.176\"'),(44551,10274,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44552,10275,'Attempts','1'),(44553,10275,'Username','\"wsaaus15\"'),(44554,10275,'CurrentUserRoles','[\"administrator\"]'),(44555,10275,'ClientIP','\"198.55.115.130\"'),(44556,10275,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44557,10276,'Attempts','2'),(44558,10276,'Username','\"wsaaus15\"'),(44559,10276,'CurrentUserRoles','[\"administrator\"]'),(44560,10276,'ClientIP','\"142.4.14.128\"'),(44561,10276,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44562,10277,'Attempts','1'),(44563,10277,'Username','\"wsaaus15\"'),(44564,10277,'CurrentUserRoles','[\"administrator\"]'),(44565,10277,'ClientIP','\"201.144.247.35\"'),(44566,10277,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44567,10278,'Attempts','1'),(44568,10278,'Username','\"wsaaus15\"'),(44569,10278,'CurrentUserRoles','[\"administrator\"]'),(44570,10278,'ClientIP','\"148.251.247.216\"'),(44571,10278,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44572,10279,'Attempts','1'),(44573,10279,'Username','\"wsaaus15\\r\"'),(44574,10279,'CurrentUserRoles','[\"administrator\"]'),(44575,10279,'ClientIP','\"182.236.127.20\"'),(44576,10279,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44577,10280,'Attempts','1'),(44578,10280,'Username','\"wsaaus15\"'),(44579,10280,'CurrentUserRoles','[\"administrator\"]'),(44580,10280,'ClientIP','\"211.9.64.2\"'),(44581,10280,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44582,10281,'Attempts','2'),(44583,10281,'Username','\"wsaaus15\"'),(44584,10281,'CurrentUserRoles','[\"administrator\"]'),(44585,10281,'ClientIP','\"96.44.179.242\"'),(44586,10281,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44587,10282,'Attempts','2'),(44588,10282,'ClientIP','\"96.44.179.242\"'),(44589,10282,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44590,10282,'CurrentUserID','0'),(44591,10283,'Attempts','1'),(44592,10283,'Username','\"wsaaus15\"'),(44593,10283,'CurrentUserRoles','[\"administrator\"]'),(44594,10283,'ClientIP','\"23.97.233.197\"'),(44595,10283,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44596,10284,'Attempts','\"10+\"'),(44597,10284,'ClientIP','\"158.69.174.64\"'),(44598,10284,'UserAgent','\"\"'),(44599,10284,'CurrentUserID','0'),(44600,10285,'Attempts','2'),(44601,10285,'Username','\"wsaaus15\"'),(44602,10285,'CurrentUserRoles','[\"administrator\"]'),(44603,10285,'ClientIP','\"109.205.136.225\"'),(44604,10285,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44605,10286,'Attempts','1'),(44606,10286,'Username','\"wsaaus15\"'),(44607,10286,'CurrentUserRoles','[\"administrator\"]'),(44608,10286,'ClientIP','\"188.165.118.117\"'),(44609,10286,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44610,10287,'Attempts','1'),(44611,10287,'Username','\"wsaaus15\"'),(44612,10287,'CurrentUserRoles','[\"administrator\"]'),(44613,10287,'ClientIP','\"142.4.14.128\"'),(44614,10287,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44615,10288,'Attempts','1'),(44616,10288,'Username','\"wsaaus15\"'),(44617,10288,'CurrentUserRoles','[\"administrator\"]'),(44618,10288,'ClientIP','\"142.4.217.149\"'),(44619,10288,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44620,10289,'Attempts','1'),(44621,10289,'Username','\"wsaaus15\"'),(44622,10289,'CurrentUserRoles','[\"administrator\"]'),(44623,10289,'ClientIP','\"37.187.77.154\"'),(44624,10289,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44625,10290,'Attempts','1'),(44626,10290,'Username','\"wsaaus15\"'),(44627,10290,'CurrentUserRoles','[\"administrator\"]'),(44628,10290,'ClientIP','\"81.21.67.66\"'),(44629,10290,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44630,10291,'Attempts','1'),(44631,10291,'Username','\"wsaaus15\"'),(44632,10291,'CurrentUserRoles','[\"administrator\"]'),(44633,10291,'ClientIP','\"198.1.71.253\"'),(44634,10291,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44635,10292,'Attempts','1'),(44636,10292,'Username','\"wsaaus15\"'),(44637,10292,'CurrentUserRoles','[\"administrator\"]'),(44638,10292,'ClientIP','\"69.175.97.146\"'),(44639,10292,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44640,10293,'Attempts','1'),(44641,10293,'Username','\"wsaaus15\"'),(44642,10293,'CurrentUserRoles','[\"administrator\"]'),(44643,10293,'ClientIP','\"216.131.95.72\"'),(44644,10293,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44645,10294,'Attempts','1'),(44646,10294,'Username','\"wsaaus15\"'),(44647,10294,'CurrentUserRoles','[\"administrator\"]'),(44648,10294,'ClientIP','\"192.168.0.6\"'),(44649,10294,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44650,10295,'Attempts','1'),(44651,10295,'Username','\"wsaaus15\"'),(44652,10295,'CurrentUserRoles','[\"administrator\"]'),(44653,10295,'ClientIP','\"198.1.71.253\"'),(44654,10295,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44655,10296,'Attempts','2'),(44656,10296,'Username','\"wsaaus15\"'),(44657,10296,'CurrentUserRoles','[\"administrator\"]'),(44658,10296,'ClientIP','\"185.2.131.210\"'),(44659,10296,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44660,10297,'Attempts','1'),(44661,10297,'Username','\"wsaaus15\"'),(44662,10297,'CurrentUserRoles','[\"administrator\"]'),(44663,10297,'ClientIP','\"78.40.120.230\"'),(44664,10297,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44665,10298,'Attempts','1'),(44666,10298,'Username','\"wsaaus15\"'),(44667,10298,'CurrentUserRoles','[\"administrator\"]'),(44668,10298,'ClientIP','\"173.236.54.162\"'),(44669,10298,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44670,10299,'Attempts','2'),(44671,10299,'Username','\"wsaaus15\"'),(44672,10299,'CurrentUserRoles','[\"administrator\"]'),(44673,10299,'ClientIP','\"109.205.136.225\"'),(44674,10299,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44675,10300,'Attempts','1'),(44676,10300,'Username','\"wsaaus15\"'),(44677,10300,'CurrentUserRoles','[\"administrator\"]'),(44678,10300,'ClientIP','\"185.2.131.75\"'),(44679,10300,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44680,10301,'Attempts','1'),(44681,10301,'Username','\"wsaaus15\"'),(44682,10301,'CurrentUserRoles','[\"administrator\"]'),(44683,10301,'ClientIP','\"141.0.227.19\"'),(44684,10301,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44685,10302,'Attempts','1'),(44686,10302,'Username','\"wsaaus15\"'),(44687,10302,'CurrentUserRoles','[\"administrator\"]'),(44688,10302,'ClientIP','\"184.154.116.26\"'),(44689,10302,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44690,10303,'Attempts','1'),(44691,10303,'Username','\"wsaaus15\"'),(44692,10303,'CurrentUserRoles','[\"administrator\"]'),(44693,10303,'ClientIP','\"179.61.12.103\"'),(44694,10303,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44695,10304,'Attempts','1'),(44696,10304,'Username','\"wsaaus15\"'),(44697,10304,'CurrentUserRoles','[\"administrator\"]'),(44698,10304,'ClientIP','\"37.187.77.154\"'),(44699,10304,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44700,10305,'Attempts','2'),(44701,10305,'Username','\"wsaaus15\"'),(44702,10305,'CurrentUserRoles','[\"administrator\"]'),(44703,10305,'ClientIP','\"142.4.217.149\"'),(44704,10305,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44705,10306,'Attempts','1'),(44706,10306,'Username','\"wsaaus15\"'),(44707,10306,'CurrentUserRoles','[\"administrator\"]'),(44708,10306,'ClientIP','\"103.244.44.76\"'),(44709,10306,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44710,10307,'Attempts','1'),(44711,10307,'Username','\"wsaaus15\"'),(44712,10307,'CurrentUserRoles','[\"administrator\"]'),(44713,10307,'ClientIP','\"74.124.214.251\"'),(44714,10307,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44715,10308,'Attempts','1'),(44716,10308,'Username','\"wsaaus15\"'),(44717,10308,'CurrentUserRoles','[\"administrator\"]'),(44718,10308,'ClientIP','\"192.99.100.176\"'),(44719,10308,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44720,10309,'Attempts','1'),(44721,10309,'Username','\"wsaaus15\"'),(44722,10309,'CurrentUserRoles','[\"administrator\"]'),(44723,10309,'ClientIP','\"211.9.64.2\"'),(44724,10309,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44725,10310,'Attempts','2'),(44726,10310,'Username','\"wsaaus15\"'),(44727,10310,'CurrentUserRoles','[\"administrator\"]'),(44728,10310,'ClientIP','\"195.154.168.82\"'),(44729,10310,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44730,10311,'Attempts','2'),(44731,10311,'ClientIP','\"195.154.168.82\"'),(44732,10311,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44733,10311,'CurrentUserID','0'),(44734,10312,'Attempts','2'),(44735,10312,'Username','\"wsaaus15\"'),(44736,10312,'CurrentUserRoles','[\"administrator\"]'),(44737,10312,'ClientIP','\"184.154.116.26\"'),(44738,10312,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44739,10313,'Attempts','1'),(44740,10313,'Username','\"wsaaus15\"'),(44741,10313,'CurrentUserRoles','[\"administrator\"]'),(44742,10313,'ClientIP','\"211.9.64.2\"'),(44743,10313,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44744,10314,'Attempts','1'),(44745,10314,'Username','\"wsaaus15\"'),(44746,10314,'CurrentUserRoles','[\"administrator\"]'),(44747,10314,'ClientIP','\"93.174.141.54\"'),(44748,10314,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44749,10315,'Attempts','1'),(44750,10315,'Username','\"wsaaus15\"'),(44751,10315,'CurrentUserRoles','[\"administrator\"]'),(44752,10315,'ClientIP','\"173.236.54.162\"'),(44753,10315,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44754,10316,'Attempts','1'),(44755,10316,'Username','\"wsaaus15\"'),(44756,10316,'CurrentUserRoles','[\"administrator\"]'),(44757,10316,'ClientIP','\"142.4.4.201\"'),(44758,10316,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44759,10317,'Attempts','1'),(44760,10317,'Username','\"wsaaus15\"'),(44761,10317,'CurrentUserRoles','[\"administrator\"]'),(44762,10317,'ClientIP','\"185.2.131.75\"'),(44763,10317,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44764,10318,'Attempts','1'),(44765,10318,'Username','\"wsaaus15\"'),(44766,10318,'CurrentUserRoles','[\"administrator\"]'),(44767,10318,'ClientIP','\"184.170.151.20\"'),(44768,10318,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44769,10319,'Attempts','1'),(44770,10319,'Username','\"wsaaus15\"'),(44771,10319,'CurrentUserRoles','[\"administrator\"]'),(44772,10319,'ClientIP','\"198.1.71.253\"'),(44773,10319,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44774,10320,'Attempts','2'),(44775,10320,'Username','\"wsaaus15\"'),(44776,10320,'CurrentUserRoles','[\"administrator\"]'),(44777,10320,'ClientIP','\"195.154.191.97\"'),(44778,10320,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44779,10321,'Attempts','2'),(44780,10321,'ClientIP','\"195.154.191.97\"'),(44781,10321,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44782,10321,'CurrentUserID','0'),(44783,10322,'Attempts','1'),(44784,10322,'Username','\"wsaaus15\"'),(44785,10322,'CurrentUserRoles','[\"administrator\"]'),(44786,10322,'ClientIP','\"162.144.85.203\"'),(44787,10322,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44788,10323,'Attempts','1'),(44789,10323,'Username','\"wsaaus15\"'),(44790,10323,'CurrentUserRoles','[\"administrator\"]'),(44791,10323,'ClientIP','\"194.69.248.115\"'),(44792,10323,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44793,10324,'Attempts','1'),(44794,10324,'Username','\"wsaaus15\"'),(44795,10324,'CurrentUserRoles','[\"administrator\"]'),(44796,10324,'ClientIP','\"108.178.51.138\"'),(44797,10324,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44798,10325,'Attempts','2'),(44799,10325,'Username','\"wsaaus15\"'),(44800,10325,'CurrentUserRoles','[\"administrator\"]'),(44801,10325,'ClientIP','\"195.154.168.82\"'),(44802,10325,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44803,10326,'Attempts','2'),(44804,10326,'ClientIP','\"195.154.168.82\"'),(44805,10326,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44806,10326,'CurrentUserID','0'),(44807,10327,'Attempts','1'),(44808,10327,'Username','\"wsaaus15\"'),(44809,10327,'CurrentUserRoles','[\"administrator\"]'),(44810,10327,'ClientIP','\"50.62.42.96\"'),(44811,10327,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44812,10328,'Attempts','1'),(44813,10328,'Username','\"wsaaus15\"'),(44814,10328,'CurrentUserRoles','[\"administrator\"]'),(44815,10328,'ClientIP','\"89.201.175.24\"'),(44816,10328,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44817,10329,'Attempts','1'),(44818,10329,'Username','\"wsaaus15\"'),(44819,10329,'CurrentUserRoles','[\"administrator\"]'),(44820,10329,'ClientIP','\"72.34.34.33\"'),(44821,10329,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44822,10330,'Attempts','1'),(44823,10330,'Username','\"wsaaus15\"'),(44824,10330,'CurrentUserRoles','[\"administrator\"]'),(44825,10330,'ClientIP','\"72.34.62.48\"'),(44826,10330,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44827,10331,'Attempts','1'),(44828,10331,'Username','\"wsaaus15\"'),(44829,10331,'CurrentUserRoles','[\"administrator\"]'),(44830,10331,'ClientIP','\"96.127.132.58\"'),(44831,10331,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44832,10332,'Attempts','1'),(44833,10332,'Username','\"wsaaus15\"'),(44834,10332,'CurrentUserRoles','[\"administrator\"]'),(44835,10332,'ClientIP','\"188.165.118.117\"'),(44836,10332,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44837,10333,'Attempts','1'),(44838,10333,'Username','\"wsaaus15\"'),(44839,10333,'CurrentUserRoles','[\"administrator\"]'),(44840,10333,'ClientIP','\"198.154.218.73\"'),(44841,10333,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44842,10334,'Attempts','1'),(44843,10334,'Username','\"wsaaus15\"'),(44844,10334,'CurrentUserRoles','[\"administrator\"]'),(44845,10334,'ClientIP','\"178.33.36.130\"'),(44846,10334,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44847,10335,'Attempts','1'),(44848,10335,'Username','\"wsaaus15\"'),(44849,10335,'CurrentUserRoles','[\"administrator\"]'),(44850,10335,'ClientIP','\"108.178.51.138\"'),(44851,10335,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44852,10336,'Attempts','2'),(44853,10336,'Username','\"wsaaus15\"'),(44854,10336,'CurrentUserRoles','[\"administrator\"]'),(44855,10336,'ClientIP','\"5.153.238.103\"'),(44856,10336,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44857,10337,'Attempts','2'),(44858,10337,'ClientIP','\"5.153.238.103\"'),(44859,10337,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44860,10337,'CurrentUserID','0'),(44861,10338,'Attempts','\"10+\"'),(44862,10338,'ClientIP','\"52.62.53.215\"'),(44863,10338,'UserAgent','\"Opera\\/9.80 (Windows NT 6.0) Presto\\/2.12.388 Version\\/12.14\"'),(44864,10338,'CurrentUserID','0'),(44865,10339,'Attempts','1'),(44866,10339,'Username','\"wsaaus15\"'),(44867,10339,'CurrentUserRoles','[\"administrator\"]'),(44868,10339,'ClientIP','\"192.168.0.6\"'),(44869,10339,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44870,10340,'Attempts','1'),(44871,10340,'Username','\"wsaaus15\"'),(44872,10340,'CurrentUserRoles','[\"administrator\"]'),(44873,10340,'ClientIP','\"5.196.18.168\"'),(44874,10340,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44875,10341,'Attempts','4'),(44876,10341,'Username','\"wsaaus15\"'),(44877,10341,'CurrentUserRoles','[\"administrator\"]'),(44878,10341,'ClientIP','\"195.154.191.97\"'),(44879,10341,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44880,10342,'Attempts','4'),(44881,10342,'ClientIP','\"195.154.191.97\"'),(44882,10342,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44883,10342,'CurrentUserID','0'),(44884,10343,'Attempts','1'),(44885,10343,'Username','\"wsaaus15\"'),(44886,10343,'CurrentUserRoles','[\"administrator\"]'),(44887,10343,'ClientIP','\"196.200.59.134\"'),(44888,10343,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44889,10344,'Attempts','1'),(44890,10344,'Username','\"wsaaus15\"'),(44891,10344,'CurrentUserRoles','[\"administrator\"]'),(44892,10344,'ClientIP','\"109.71.50.9\"'),(44893,10344,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44894,10345,'Attempts','1'),(44895,10345,'Username','\"wsaaus15\"'),(44896,10345,'CurrentUserRoles','[\"administrator\"]'),(44897,10345,'ClientIP','\"192.99.100.176\"'),(44898,10345,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44899,10346,'Attempts','1'),(44900,10346,'Username','\"wsaaus15\"'),(44901,10346,'CurrentUserRoles','[\"administrator\"]'),(44902,10346,'ClientIP','\"198.57.164.33\"'),(44903,10346,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44904,10347,'Attempts','1'),(44905,10347,'Username','\"wsaaus15\"'),(44906,10347,'CurrentUserRoles','[\"administrator\"]'),(44907,10347,'ClientIP','\"194.69.248.115\"'),(44908,10347,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44909,10348,'Attempts','1'),(44910,10348,'Username','\"wsaaus15\"'),(44911,10348,'CurrentUserRoles','[\"administrator\"]'),(44912,10348,'ClientIP','\"198.1.71.253\"'),(44913,10348,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44914,10349,'Attempts','1'),(44915,10349,'Username','\"wsaaus15\"'),(44916,10349,'CurrentUserRoles','[\"administrator\"]'),(44917,10349,'ClientIP','\"23.238.20.113\"'),(44918,10349,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44919,10350,'Attempts','1'),(44920,10350,'Username','\"wsaaus15\"'),(44921,10350,'CurrentUserRoles','[\"administrator\"]'),(44922,10350,'ClientIP','\"217.78.30.163\"'),(44923,10350,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44924,10351,'Attempts','1'),(44925,10351,'Username','\"wsaaus15\"'),(44926,10351,'CurrentUserRoles','[\"administrator\"]'),(44927,10351,'ClientIP','\"88.157.198.204\"'),(44928,10351,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44929,10352,'Attempts','2'),(44930,10352,'Username','\"wsaaus15\"'),(44931,10352,'CurrentUserRoles','[\"administrator\"]'),(44932,10352,'ClientIP','\"142.4.14.128\"'),(44933,10352,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44934,10353,'Attempts','2'),(44935,10353,'Username','\"wsaaus15\"'),(44936,10353,'CurrentUserRoles','[\"administrator\"]'),(44937,10353,'ClientIP','\"195.154.194.111\"'),(44938,10353,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44939,10354,'Attempts','2'),(44940,10354,'ClientIP','\"195.154.194.111\"'),(44941,10354,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44942,10354,'CurrentUserID','0'),(44943,10355,'Attempts','1'),(44944,10355,'Username','\"wsaaus15\"'),(44945,10355,'CurrentUserRoles','[\"administrator\"]'),(44946,10355,'ClientIP','\"198.1.76.21\"'),(44947,10355,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44948,10356,'Attempts','1'),(44949,10356,'Username','\"wsaaus15\"'),(44950,10356,'CurrentUserRoles','[\"administrator\"]'),(44951,10356,'ClientIP','\"199.201.110.60\"'),(44952,10356,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44953,10357,'Attempts','2'),(44954,10357,'Username','\"wsaaus15\"'),(44955,10357,'CurrentUserRoles','[\"administrator\"]'),(44956,10357,'ClientIP','\"142.4.4.201\"'),(44957,10357,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44958,10358,'Attempts','1'),(44959,10358,'Username','\"wsaaus15\"'),(44960,10358,'CurrentUserRoles','[\"administrator\"]'),(44961,10358,'ClientIP','\"188.165.118.117\"'),(44962,10358,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44963,10359,'Attempts','1'),(44964,10359,'Username','\"wsaaus15\"'),(44965,10359,'CurrentUserRoles','[\"administrator\"]'),(44966,10359,'ClientIP','\"162.144.85.112\"'),(44967,10359,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44968,10360,'Attempts','1'),(44969,10360,'Username','\"wsaaus15\"'),(44970,10360,'CurrentUserRoles','[\"administrator\"]'),(44971,10360,'ClientIP','\"192.99.100.176\"'),(44972,10360,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44973,10361,'Attempts','2'),(44974,10361,'Username','\"wsaaus15\"'),(44975,10361,'CurrentUserRoles','[\"administrator\"]'),(44976,10361,'ClientIP','\"195.154.168.82\"'),(44977,10361,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44978,10362,'Attempts','2'),(44979,10362,'ClientIP','\"195.154.168.82\"'),(44980,10362,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(44981,10362,'CurrentUserID','0'),(44982,10363,'Attempts','\"10+\"'),(44983,10363,'ClientIP','\"10.30.64.4\"'),(44984,10363,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko\\/20100101 Firefox\\/33.0\\u3001c4bbage@weisuo\"'),(44985,10363,'CurrentUserID','0'),(44986,10364,'Attempts','1'),(44987,10364,'Username','\"wsaaus15\"'),(44988,10364,'CurrentUserRoles','[\"administrator\"]'),(44989,10364,'ClientIP','\"192.99.100.176\"'),(44990,10364,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44991,10365,'Attempts','1'),(44992,10365,'Username','\"wsaaus15\"'),(44993,10365,'CurrentUserRoles','[\"administrator\"]'),(44994,10365,'ClientIP','\"95.173.188.243\"'),(44995,10365,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(44996,10366,'Attempts','1'),(44997,10366,'Username','\"wsaaus15\"'),(44998,10366,'CurrentUserRoles','[\"administrator\"]'),(44999,10366,'ClientIP','\"142.4.217.149\"'),(45000,10366,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45001,10367,'Attempts','1'),(45002,10367,'Username','\"wsaaus15\"'),(45003,10367,'CurrentUserRoles','[\"administrator\"]'),(45004,10367,'ClientIP','\"198.57.164.33\"'),(45005,10367,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45006,10368,'Attempts','1'),(45007,10368,'Username','\"wsaaus15\"'),(45008,10368,'CurrentUserRoles','[\"administrator\"]'),(45009,10368,'ClientIP','\"72.34.62.48\"'),(45010,10368,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45011,10369,'Attempts','1'),(45012,10369,'Username','\"wsaaus15\"'),(45013,10369,'CurrentUserRoles','[\"administrator\"]'),(45014,10369,'ClientIP','\"37.187.77.154\"'),(45015,10369,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45016,10370,'Attempts','1'),(45017,10370,'Username','\"wsaaus15\"'),(45018,10370,'CurrentUserRoles','[\"administrator\"]'),(45019,10370,'ClientIP','\"198.154.218.73\"'),(45020,10370,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45021,10371,'Attempts','1'),(45022,10371,'Username','\"wsaaus15\"'),(45023,10371,'CurrentUserRoles','[\"administrator\"]'),(45024,10371,'ClientIP','\"194.69.248.115\"'),(45025,10371,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45026,10372,'Attempts','1'),(45027,10372,'Username','\"wsaaus15\"'),(45028,10372,'CurrentUserRoles','[\"administrator\"]'),(45029,10372,'ClientIP','\"72.34.34.33\"'),(45030,10372,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45031,10373,'Attempts','1'),(45032,10373,'Username','\"wsaaus15\"'),(45033,10373,'CurrentUserRoles','[\"administrator\"]'),(45034,10373,'ClientIP','\"198.1.76.21\"'),(45035,10373,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45036,10374,'Attempts','1'),(45037,10374,'Username','\"wsaaus15\"'),(45038,10374,'CurrentUserRoles','[\"administrator\"]'),(45039,10374,'ClientIP','\"217.78.30.163\"'),(45040,10374,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45041,10375,'Attempts','2'),(45042,10375,'Username','\"wsaaus15\"'),(45043,10375,'CurrentUserRoles','[\"administrator\"]'),(45044,10375,'ClientIP','\"5.153.238.103\"'),(45045,10375,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45046,10376,'Attempts','2'),(45047,10376,'ClientIP','\"5.153.238.103\"'),(45048,10376,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45049,10376,'CurrentUserID','0'),(45050,10377,'Attempts','1'),(45051,10377,'Username','\"wsaaus15\"'),(45052,10377,'CurrentUserRoles','[\"administrator\"]'),(45053,10377,'ClientIP','\"209.90.88.137\"'),(45054,10377,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45055,10378,'Attempts','1'),(45056,10378,'Username','\"wsaaus15\"'),(45057,10378,'CurrentUserRoles','[\"administrator\"]'),(45058,10378,'ClientIP','\"64.22.100.83\"'),(45059,10378,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45060,10379,'Attempts','1'),(45061,10379,'Username','\"wsaaus15\"'),(45062,10379,'CurrentUserRoles','[\"administrator\"]'),(45063,10379,'ClientIP','\"162.144.66.10\"'),(45064,10379,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45065,10380,'Attempts','1'),(45066,10380,'Username','\"wsaaus15\"'),(45067,10380,'CurrentUserRoles','[\"administrator\"]'),(45068,10380,'ClientIP','\"95.173.188.243\"'),(45069,10380,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45070,10381,'Attempts','1'),(45071,10381,'Username','\"wsaaus15\"'),(45072,10381,'CurrentUserRoles','[\"administrator\"]'),(45073,10381,'ClientIP','\"142.4.4.201\"'),(45074,10381,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45075,10382,'Attempts','1'),(45076,10382,'Username','\"wsaaus15\"'),(45077,10382,'CurrentUserRoles','[\"administrator\"]'),(45078,10382,'ClientIP','\"188.165.118.117\"'),(45079,10382,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45080,10383,'Attempts','1'),(45081,10383,'Username','\"wsaaus15\"'),(45082,10383,'CurrentUserRoles','[\"administrator\"]'),(45083,10383,'ClientIP','\"198.1.76.21\"'),(45084,10383,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45085,10384,'Attempts','1'),(45086,10384,'Username','\"wsaaus15\"'),(45087,10384,'CurrentUserRoles','[\"administrator\"]'),(45088,10384,'ClientIP','\"192.40.114.82\"'),(45089,10384,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45090,10385,'Attempts','1'),(45091,10385,'Username','\"wsaaus15\"'),(45092,10385,'CurrentUserRoles','[\"administrator\"]'),(45093,10385,'ClientIP','\"192.99.100.176\"'),(45094,10385,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45095,10386,'Attempts','1'),(45096,10386,'Username','\"wsaaus15\"'),(45097,10386,'CurrentUserRoles','[\"administrator\"]'),(45098,10386,'ClientIP','\"199.201.110.60\"'),(45099,10386,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45100,10387,'Attempts','1'),(45101,10387,'Username','\"wsaaus15\"'),(45102,10387,'CurrentUserRoles','[\"administrator\"]'),(45103,10387,'ClientIP','\"142.4.4.201\"'),(45104,10387,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45105,10388,'Attempts','1'),(45106,10388,'Username','\"wsaaus15\"'),(45107,10388,'CurrentUserRoles','[\"administrator\"]'),(45108,10388,'ClientIP','\"162.144.66.10\"'),(45109,10388,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45110,10389,'Attempts','1'),(45111,10389,'Username','\"wsaaus15\"'),(45112,10389,'CurrentUserRoles','[\"administrator\"]'),(45113,10389,'ClientIP','\"188.165.118.117\"'),(45114,10389,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45115,10390,'Attempts','1'),(45116,10390,'Username','\"wsaaus15\"'),(45117,10390,'CurrentUserRoles','[\"administrator\"]'),(45118,10390,'ClientIP','\"184.154.116.26\"'),(45119,10390,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45120,10391,'Attempts','1'),(45121,10391,'Username','\"wsaaus15\"'),(45122,10391,'CurrentUserRoles','[\"administrator\"]'),(45123,10391,'ClientIP','\"217.78.30.163\"'),(45124,10391,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45125,10392,'Attempts','1'),(45126,10392,'Username','\"wsaaus15\"'),(45127,10392,'CurrentUserRoles','[\"administrator\"]'),(45128,10392,'ClientIP','\"207.20.232.240\"'),(45129,10392,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45130,10393,'Attempts','1'),(45131,10393,'Username','\"wsaaus15\"'),(45132,10393,'CurrentUserRoles','[\"administrator\"]'),(45133,10393,'ClientIP','\"148.251.247.216\"'),(45134,10393,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45135,10394,'Attempts','2'),(45136,10394,'Username','\"wsaaus15\"'),(45137,10394,'CurrentUserRoles','[\"administrator\"]'),(45138,10394,'ClientIP','\"195.154.191.97\"'),(45139,10394,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45140,10395,'Attempts','2'),(45141,10395,'ClientIP','\"195.154.191.97\"'),(45142,10395,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45143,10395,'CurrentUserID','0'),(45144,10396,'Attempts','2'),(45145,10396,'Username','\"wsaaus15\"'),(45146,10396,'CurrentUserRoles','[\"administrator\"]'),(45147,10396,'ClientIP','\"195.154.168.82\"'),(45148,10396,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45149,10397,'Attempts','2'),(45150,10397,'ClientIP','\"195.154.168.82\"'),(45151,10397,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45152,10397,'CurrentUserID','0'),(45153,10398,'Attempts','1'),(45154,10398,'Username','\"wsaaus15\"'),(45155,10398,'CurrentUserRoles','[\"administrator\"]'),(45156,10398,'ClientIP','\"199.201.110.60\"'),(45157,10398,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45158,10399,'Attempts','1'),(45159,10399,'Username','\"wsaaus15\"'),(45160,10399,'CurrentUserRoles','[\"administrator\"]'),(45161,10399,'ClientIP','\"192.99.100.176\"'),(45162,10399,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45163,10400,'Attempts','2'),(45164,10400,'Username','\"wsaaus15\"'),(45165,10400,'CurrentUserRoles','[\"administrator\"]'),(45166,10400,'ClientIP','\"98.126.79.42\"'),(45167,10400,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45168,10401,'Attempts','2'),(45169,10401,'ClientIP','\"98.126.79.42\"'),(45170,10401,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45171,10401,'CurrentUserID','0'),(45172,10402,'Attempts','1'),(45173,10402,'Username','\"wsaaus15\"'),(45174,10402,'CurrentUserRoles','[\"administrator\"]'),(45175,10402,'ClientIP','\"192.168.0.6\"'),(45176,10402,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45177,10403,'Attempts','2'),(45178,10403,'Username','\"wsaaus15\"'),(45179,10403,'CurrentUserRoles','[\"administrator\"]'),(45180,10403,'ClientIP','\"142.4.4.201\"'),(45181,10403,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45182,10404,'Attempts','1'),(45183,10404,'Username','\"wsaaus15\"'),(45184,10404,'CurrentUserRoles','[\"administrator\"]'),(45185,10404,'ClientIP','\"209.90.88.137\"'),(45186,10404,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45187,10405,'Attempts','1'),(45188,10405,'Username','\"wsaaus15\"'),(45189,10405,'CurrentUserRoles','[\"administrator\"]'),(45190,10405,'ClientIP','\"162.144.66.10\"'),(45191,10405,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45192,10406,'Attempts','2'),(45193,10406,'Username','\"wsaaus15\"'),(45194,10406,'CurrentUserRoles','[\"administrator\"]'),(45195,10406,'ClientIP','\"195.154.191.97\"'),(45196,10406,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45197,10407,'Attempts','2'),(45198,10407,'ClientIP','\"195.154.191.97\"'),(45199,10407,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45200,10407,'CurrentUserID','0'),(45201,10408,'Attempts','1'),(45202,10408,'Username','\"wsaaus15\"'),(45203,10408,'CurrentUserRoles','[\"administrator\"]'),(45204,10408,'ClientIP','\"109.71.50.9\"'),(45205,10408,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45206,10409,'Attempts','1'),(45207,10409,'Username','\"wsaaus15\"'),(45208,10409,'CurrentUserRoles','[\"administrator\"]'),(45209,10409,'ClientIP','\"199.201.110.60\"'),(45210,10409,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45211,10410,'Attempts','1'),(45212,10410,'Username','\"wsaaus15\"'),(45213,10410,'CurrentUserRoles','[\"administrator\"]'),(45214,10410,'ClientIP','\"148.251.247.216\"'),(45215,10410,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45216,10411,'Attempts','1'),(45217,10411,'Username','\"wsaaus15\"'),(45218,10411,'CurrentUserRoles','[\"administrator\"]'),(45219,10411,'ClientIP','\"85.234.159.166\"'),(45220,10411,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45221,10412,'Attempts','1'),(45222,10412,'Username','\"wsaaus15\"'),(45223,10412,'CurrentUserRoles','[\"administrator\"]'),(45224,10412,'ClientIP','\"130.185.82.32\"'),(45225,10412,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45226,10413,'Attempts','1'),(45227,10413,'Username','\"wsaaus15\"'),(45228,10413,'CurrentUserRoles','[\"administrator\"]'),(45229,10413,'ClientIP','\"142.4.4.201\"'),(45230,10413,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45231,10414,'Attempts','1'),(45232,10414,'Username','\"wsaaus15\"'),(45233,10414,'CurrentUserRoles','[\"administrator\"]'),(45234,10414,'ClientIP','\"184.154.116.26\"'),(45235,10414,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45236,10415,'Attempts','1'),(45237,10415,'Username','\"wsaaus15\"'),(45238,10415,'CurrentUserRoles','[\"administrator\"]'),(45239,10415,'ClientIP','\"188.165.118.117\"'),(45240,10415,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45241,10416,'Attempts','1'),(45242,10416,'Username','\"wsaaus15\"'),(45243,10416,'CurrentUserRoles','[\"administrator\"]'),(45244,10416,'ClientIP','\"162.144.66.10\"'),(45245,10416,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45246,10417,'Attempts','1'),(45247,10417,'Username','\"wsaaus15\"'),(45248,10417,'CurrentUserRoles','[\"administrator\"]'),(45249,10417,'ClientIP','\"192.199.240.34\"'),(45250,10417,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45251,10418,'Attempts','2'),(45252,10418,'Username','\"wsaaus15\"'),(45253,10418,'CurrentUserRoles','[\"administrator\"]'),(45254,10418,'ClientIP','\"195.154.168.82\"'),(45255,10418,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45256,10419,'Attempts','2'),(45257,10419,'ClientIP','\"195.154.168.82\"'),(45258,10419,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45259,10419,'CurrentUserID','0'),(45260,10420,'Attempts','1'),(45261,10420,'Username','\"wsaaus15\"'),(45262,10420,'CurrentUserRoles','[\"administrator\"]'),(45263,10420,'ClientIP','\"207.20.232.240\"'),(45264,10420,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45265,10421,'Attempts','1'),(45266,10421,'Username','\"wsaaus15\"'),(45267,10421,'CurrentUserRoles','[\"administrator\"]'),(45268,10421,'ClientIP','\"109.71.50.9\"'),(45269,10421,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45270,10422,'Attempts','1'),(45271,10422,'Username','\"wsaaus15\"'),(45272,10422,'CurrentUserRoles','[\"administrator\"]'),(45273,10422,'ClientIP','\"154.50.0.75\"'),(45274,10422,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45275,10423,'Attempts','\"10+\"'),(45276,10423,'ClientIP','\"5.101.113.253\"'),(45277,10423,'UserAgent','\"\"'),(45278,10423,'CurrentUserID','0'),(45279,10424,'Attempts','2'),(45280,10424,'Username','\"wsaaus15\"'),(45281,10424,'CurrentUserRoles','[\"administrator\"]'),(45282,10424,'ClientIP','\"195.154.191.97\"'),(45283,10424,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45284,10425,'Attempts','2'),(45285,10425,'ClientIP','\"195.154.191.97\"'),(45286,10425,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45287,10425,'CurrentUserID','0'),(45288,10426,'Attempts','2'),(45289,10426,'Username','\"wsaaus15\"'),(45290,10426,'CurrentUserRoles','[\"administrator\"]'),(45291,10426,'ClientIP','\"188.165.118.117\"'),(45292,10426,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45293,10427,'Attempts','1'),(45294,10427,'Username','\"wsaaus15\"'),(45295,10427,'CurrentUserRoles','[\"administrator\"]'),(45296,10427,'ClientIP','\"95.154.250.29\"'),(45297,10427,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45298,10428,'Attempts','2'),(45299,10428,'Username','\"wsaaus15\"'),(45300,10428,'CurrentUserRoles','[\"administrator\"]'),(45301,10428,'ClientIP','\"195.154.168.82\"'),(45302,10428,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45303,10429,'Attempts','2'),(45304,10429,'ClientIP','\"195.154.168.82\"'),(45305,10429,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45306,10429,'CurrentUserID','0'),(45307,10430,'Attempts','1'),(45308,10430,'Username','\"wsaaus15\"'),(45309,10430,'CurrentUserRoles','[\"administrator\"]'),(45310,10430,'ClientIP','\"162.144.85.112\"'),(45311,10430,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45312,10431,'Attempts','1'),(45313,10431,'Username','\"wsaaus15\"'),(45314,10431,'CurrentUserRoles','[\"administrator\"]'),(45315,10431,'ClientIP','\"199.201.110.60\"'),(45316,10431,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45317,10432,'Attempts','1'),(45318,10432,'Username','\"wsaaus15\"'),(45319,10432,'CurrentUserRoles','[\"administrator\"]'),(45320,10432,'ClientIP','\"142.4.4.201\"'),(45321,10432,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45322,10433,'Attempts','1'),(45323,10433,'Username','\"wsaaus15\"'),(45324,10433,'CurrentUserRoles','[\"administrator\"]'),(45325,10433,'ClientIP','\"37.187.77.154\"'),(45326,10433,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45327,10434,'Attempts','2'),(45328,10434,'Username','\"wsaaus15\"'),(45329,10434,'CurrentUserRoles','[\"administrator\"]'),(45330,10434,'ClientIP','\"37.0.121.222\"'),(45331,10434,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45332,10435,'Attempts','2'),(45333,10435,'ClientIP','\"37.0.121.222\"'),(45334,10435,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45335,10435,'CurrentUserID','0'),(45336,10436,'Attempts','1'),(45337,10436,'Username','\"wsaaus15\"'),(45338,10436,'CurrentUserRoles','[\"administrator\"]'),(45339,10436,'ClientIP','\"188.165.118.117\"'),(45340,10436,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45341,10437,'Attempts','1'),(45342,10437,'Username','\"wsaaus15\"'),(45343,10437,'CurrentUserRoles','[\"administrator\"]'),(45344,10437,'ClientIP','\"199.201.110.60\"'),(45345,10437,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45346,10438,'Attempts','2'),(45347,10438,'Username','\"wsaaus15\"'),(45348,10438,'CurrentUserRoles','[\"administrator\"]'),(45349,10438,'ClientIP','\"195.154.168.82\"'),(45350,10438,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45351,10439,'Attempts','2'),(45352,10439,'ClientIP','\"195.154.168.82\"'),(45353,10439,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45354,10439,'CurrentUserID','0'),(45355,10440,'Attempts','\"10+\"'),(45356,10440,'ClientIP','\"195.154.235.92\"'),(45357,10440,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45358,10440,'CurrentUserID','0'),(45359,10441,'Attempts','1'),(45360,10441,'Username','\"wsaaus15\"'),(45361,10441,'CurrentUserRoles','[\"administrator\"]'),(45362,10441,'ClientIP','\"192.99.100.176\"'),(45363,10441,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45364,10442,'Attempts','1'),(45365,10442,'Username','\"wsaaus15\"'),(45366,10442,'CurrentUserRoles','[\"administrator\"]'),(45367,10442,'ClientIP','\"188.165.118.117\"'),(45368,10442,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45369,10443,'Attempts','1'),(45370,10443,'Username','\"wsaaus15\"'),(45371,10443,'CurrentUserRoles','[\"administrator\"]'),(45372,10443,'ClientIP','\"184.154.116.26\"'),(45373,10443,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45374,10444,'Attempts','1'),(45375,10444,'Username','\"wsaaus15\"'),(45376,10444,'CurrentUserRoles','[\"administrator\"]'),(45377,10444,'ClientIP','\"130.185.82.32\"'),(45378,10444,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45379,10445,'Attempts','1'),(45380,10445,'Username','\"wsaaus15\"'),(45381,10445,'CurrentUserRoles','[\"administrator\"]'),(45382,10445,'ClientIP','\"199.201.110.60\"'),(45383,10445,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45384,10446,'Attempts','1'),(45385,10446,'Username','\"wsaaus15\"'),(45386,10446,'CurrentUserRoles','[\"administrator\"]'),(45387,10446,'ClientIP','\"95.154.242.79\"'),(45388,10446,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45389,10447,'Attempts','1'),(45390,10447,'Username','\"wsaaus15\"'),(45391,10447,'CurrentUserRoles','[\"administrator\"]'),(45392,10447,'ClientIP','\"75.127.118.226\"'),(45393,10447,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45394,10448,'Attempts','1'),(45395,10448,'Username','\"wsaaus15\"'),(45396,10448,'CurrentUserRoles','[\"administrator\"]'),(45397,10448,'ClientIP','\"72.34.34.33\"'),(45398,10448,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45399,10449,'Attempts','1'),(45400,10449,'Username','\"wsaaus15\"'),(45401,10449,'CurrentUserRoles','[\"administrator\"]'),(45402,10449,'ClientIP','\"142.4.4.201\"'),(45403,10449,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45404,10450,'Attempts','2'),(45405,10450,'Username','\"wsaaus15\"'),(45406,10450,'CurrentUserRoles','[\"administrator\"]'),(45407,10450,'ClientIP','\"195.154.191.97\"'),(45408,10450,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45409,10451,'Attempts','2'),(45410,10451,'ClientIP','\"195.154.191.97\"'),(45411,10451,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45412,10451,'CurrentUserID','0'),(45413,10452,'Attempts','1'),(45414,10452,'Username','\"wsaaus15\"'),(45415,10452,'CurrentUserRoles','[\"administrator\"]'),(45416,10452,'ClientIP','\"37.187.77.154\"'),(45417,10452,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45418,10453,'Attempts','1'),(45419,10453,'Username','\"wsaaus15\"'),(45420,10453,'CurrentUserRoles','[\"administrator\"]'),(45421,10453,'ClientIP','\"85.234.159.166\"'),(45422,10453,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45423,10454,'Attempts','2'),(45424,10454,'Username','\"wsaaus15\"'),(45425,10454,'CurrentUserRoles','[\"administrator\"]'),(45426,10454,'ClientIP','\"195.154.168.82\"'),(45427,10454,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45428,10455,'Attempts','2'),(45429,10455,'ClientIP','\"195.154.168.82\"'),(45430,10455,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45431,10455,'CurrentUserID','0'),(45432,10456,'Attempts','1'),(45433,10456,'Username','\"wsaaus15\"'),(45434,10456,'CurrentUserRoles','[\"administrator\"]'),(45435,10456,'ClientIP','\"192.99.100.176\"'),(45436,10456,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45437,10457,'Attempts','1'),(45438,10457,'Username','\"wsaaus15\"'),(45439,10457,'CurrentUserRoles','[\"administrator\"]'),(45440,10457,'ClientIP','\"72.34.34.33\"'),(45441,10457,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45442,10458,'Attempts','1'),(45443,10458,'Username','\"wsaaus15\"'),(45444,10458,'CurrentUserRoles','[\"administrator\"]'),(45445,10458,'ClientIP','\"188.165.118.117\"'),(45446,10458,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45447,10459,'Attempts','1'),(45448,10459,'Username','\"wsaaus15\"'),(45449,10459,'CurrentUserRoles','[\"administrator\"]'),(45450,10459,'ClientIP','\"142.4.4.201\"'),(45451,10459,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45452,10460,'Attempts','1'),(45453,10460,'Username','\"wsaaus15\"'),(45454,10460,'CurrentUserRoles','[\"administrator\"]'),(45455,10460,'ClientIP','\"162.144.85.112\"'),(45456,10460,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45457,10461,'Attempts','1'),(45458,10461,'Username','\"wsaaus15\"'),(45459,10461,'CurrentUserRoles','[\"administrator\"]'),(45460,10461,'ClientIP','\"198.1.127.114\"'),(45461,10461,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45462,10462,'Attempts','1'),(45463,10462,'Username','\"wsaaus15\"'),(45464,10462,'CurrentUserRoles','[\"administrator\"]'),(45465,10462,'ClientIP','\"23.238.20.113\"'),(45466,10462,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45467,10463,'Attempts','\"10+\"'),(45468,10463,'ClientIP','\"27.255.67.21\"'),(45469,10463,'UserAgent','\"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)\"'),(45470,10463,'CurrentUserID','0'),(45471,10464,'Attempts','1'),(45472,10464,'Username','\"wsaaus15\"'),(45473,10464,'CurrentUserRoles','[\"administrator\"]'),(45474,10464,'ClientIP','\"207.20.232.240\"'),(45475,10464,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45476,10465,'Attempts','2'),(45477,10465,'Username','\"wsaaus15\"'),(45478,10465,'CurrentUserRoles','[\"administrator\"]'),(45479,10465,'ClientIP','\"5.153.238.103\"'),(45480,10465,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45481,10466,'Attempts','2'),(45482,10466,'ClientIP','\"5.153.238.103\"'),(45483,10466,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45484,10466,'CurrentUserID','0'),(45485,10467,'Attempts','1'),(45486,10467,'Username','\"wsaaus15\"'),(45487,10467,'CurrentUserRoles','[\"administrator\"]'),(45488,10467,'ClientIP','\"66.23.227.10\"'),(45489,10467,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45490,10468,'Attempts','1'),(45491,10468,'Username','\"wsaaus15\"'),(45492,10468,'CurrentUserRoles','[\"administrator\"]'),(45493,10468,'ClientIP','\"162.144.66.10\"'),(45494,10468,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45495,10469,'Attempts','2'),(45496,10469,'Username','\"wsaaus15\"'),(45497,10469,'CurrentUserRoles','[\"administrator\"]'),(45498,10469,'ClientIP','\"195.154.191.97\"'),(45499,10469,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45500,10470,'Attempts','2'),(45501,10470,'ClientIP','\"195.154.191.97\"'),(45502,10470,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45503,10470,'CurrentUserID','0'),(45504,10471,'Attempts','1'),(45505,10471,'Username','\"wsaaus15\"'),(45506,10471,'CurrentUserRoles','[\"administrator\"]'),(45507,10471,'ClientIP','\"93.174.141.54\"'),(45508,10471,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45509,10472,'Attempts','2'),(45510,10472,'Username','\"wsaaus15\"'),(45511,10472,'CurrentUserRoles','[\"administrator\"]'),(45512,10472,'ClientIP','\"199.201.110.60\"'),(45513,10472,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45514,10473,'Attempts','1'),(45515,10473,'Username','\"wsaaus15\"'),(45516,10473,'CurrentUserRoles','[\"administrator\"]'),(45517,10473,'ClientIP','\"95.154.242.79\"'),(45518,10473,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45519,10474,'Attempts','1'),(45520,10474,'ClientIP','\"117.253.241.12\"'),(45521,10474,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(45522,10474,'CurrentUserID','0'),(45523,10475,'Attempts','1'),(45524,10475,'Username','\"wsaaus15\"'),(45525,10475,'CurrentUserRoles','[\"administrator\"]'),(45526,10475,'ClientIP','\"72.34.34.33\"'),(45527,10475,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45528,10476,'Attempts','\"10+\"'),(45529,10476,'ClientIP','\"91.200.12.65\"'),(45530,10476,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)\"'),(45531,10476,'CurrentUserID','0'),(45532,10477,'Attempts','2'),(45533,10477,'Username','\"wsaaus15\"'),(45534,10477,'CurrentUserRoles','[\"administrator\"]'),(45535,10477,'ClientIP','\"5.153.238.103\"'),(45536,10477,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45537,10478,'Attempts','2'),(45538,10478,'ClientIP','\"5.153.238.103\"'),(45539,10478,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45540,10478,'CurrentUserID','0'),(45541,10479,'Attempts','1'),(45542,10479,'Username','\"wsaaus15\"'),(45543,10479,'CurrentUserRoles','[\"administrator\"]'),(45544,10479,'ClientIP','\"109.71.50.9\"'),(45545,10479,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45546,10480,'Attempts','1'),(45547,10480,'ClientIP','\"117.253.214.40\"'),(45548,10480,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(45549,10480,'CurrentUserID','0'),(45550,10481,'Attempts','1'),(45551,10481,'Username','\"wsaaus15\"'),(45552,10481,'CurrentUserRoles','[\"administrator\"]'),(45553,10481,'ClientIP','\"142.4.4.201\"'),(45554,10481,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45555,10482,'Attempts','1'),(45556,10482,'Username','\"wsaaus15\"'),(45557,10482,'CurrentUserRoles','[\"administrator\"]'),(45558,10482,'ClientIP','\"196.200.59.134\"'),(45559,10482,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45560,10483,'Attempts','1'),(45561,10483,'ClientIP','\"86.57.244.124\"'),(45562,10483,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(45563,10483,'CurrentUserID','0'),(45564,10484,'Attempts','\"10+\"'),(45565,10484,'ClientIP','\"91.200.12.65\"'),(45566,10484,'UserAgent','\"Mozilla\\/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)\"'),(45567,10484,'CurrentUserID','0'),(45568,10485,'Attempts','1'),(45569,10485,'ClientIP','\"117.253.170.189\"'),(45570,10485,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(45571,10485,'CurrentUserID','0'),(45572,10486,'Attempts','1'),(45573,10486,'Username','\"wsaaus15\"'),(45574,10486,'CurrentUserRoles','[\"administrator\"]'),(45575,10486,'ClientIP','\"97.79.237.63\"'),(45576,10486,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"'),(45577,10487,'Attempts','2'),(45578,10487,'Username','\"wsaaus15\"'),(45579,10487,'CurrentUserRoles','[\"administrator\"]'),(45580,10487,'ClientIP','\"195.154.194.111\"'),(45581,10487,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45582,10488,'Attempts','2'),(45583,10488,'ClientIP','\"195.154.194.111\"'),(45584,10488,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45585,10488,'CurrentUserID','0'),(45586,10489,'Attempts','1'),(45587,10489,'ClientIP','\"117.255.252.113\"'),(45588,10489,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(45589,10489,'CurrentUserID','0'),(45590,10490,'Attempts','2'),(45591,10490,'Username','\"wsaaus15\"'),(45592,10490,'CurrentUserRoles','[\"administrator\"]'),(45593,10490,'ClientIP','\"5.153.238.103\"'),(45594,10490,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45595,10491,'Attempts','2'),(45596,10491,'ClientIP','\"5.153.238.103\"'),(45597,10491,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45598,10491,'CurrentUserID','0'),(45599,10492,'Attempts','2'),(45600,10492,'Username','\"wsaaus15\"'),(45601,10492,'CurrentUserRoles','[\"administrator\"]'),(45602,10492,'ClientIP','\"195.154.191.97\"'),(45603,10492,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45604,10493,'Attempts','2'),(45605,10493,'ClientIP','\"195.154.191.97\"'),(45606,10493,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45607,10493,'CurrentUserID','0'),(45608,10494,'Attempts','1'),(45609,10494,'ClientIP','\"117.253.202.17\"'),(45610,10494,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(45611,10494,'CurrentUserID','0'),(45612,10495,'Attempts','1'),(45613,10495,'ClientIP','\"117.253.226.131\"'),(45614,10495,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(45615,10495,'CurrentUserID','0'),(45616,10496,'Attempts','2'),(45617,10496,'Username','\"wsaaus15\"'),(45618,10496,'CurrentUserRoles','[\"administrator\"]'),(45619,10496,'ClientIP','\"118.193.133.210\"'),(45620,10496,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45621,10497,'Attempts','2'),(45622,10497,'ClientIP','\"118.193.133.210\"'),(45623,10497,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45624,10497,'CurrentUserID','0'),(45625,10498,'Attempts','2'),(45626,10498,'ClientIP','\"185.130.5.214\"'),(45627,10498,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(45628,10498,'CurrentUserID','0'),(45629,10499,'Attempts','1'),(45630,10499,'ClientIP','\"176.65.80.2\"'),(45631,10499,'UserAgent','\"Mozilla\\/5.0 (Windows NT 5.1; rv:29.0) Gecko\\/20100101 Firefox\\/29.0\"'),(45632,10499,'CurrentUserID','0'),(45633,10500,'Attempts','2'),(45634,10500,'Username','\"wsaaus15\"'),(45635,10500,'CurrentUserRoles','[\"administrator\"]'),(45636,10500,'ClientIP','\"195.154.194.111\"'),(45637,10500,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45638,10501,'Attempts','2'),(45639,10501,'ClientIP','\"195.154.194.111\"'),(45640,10501,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45641,10501,'CurrentUserID','0'),(45642,10502,'Attempts','\"10+\"'),(45643,10502,'ClientIP','\"213.163.76.15\"'),(45644,10502,'UserAgent','\"\"'),(45645,10502,'CurrentUserID','0'),(45646,10503,'Attempts','2'),(45647,10503,'Username','\"wsaaus15\"'),(45648,10503,'CurrentUserRoles','[\"administrator\"]'),(45649,10503,'ClientIP','\"195.154.168.82\"'),(45650,10503,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45651,10504,'Attempts','2'),(45652,10504,'ClientIP','\"195.154.168.82\"'),(45653,10504,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45654,10504,'CurrentUserID','0'),(45655,10505,'Attempts','2'),(45656,10505,'Username','\"wsaaus15\"'),(45657,10505,'CurrentUserRoles','[\"administrator\"]'),(45658,10505,'ClientIP','\"62.210.190.10\"'),(45659,10505,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45660,10506,'Attempts','2'),(45661,10506,'ClientIP','\"62.210.190.10\"'),(45662,10506,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45663,10506,'CurrentUserID','0'),(45664,10507,'Attempts','2'),(45665,10507,'Username','\"wsaaus15\"'),(45666,10507,'CurrentUserRoles','[\"administrator\"]'),(45667,10507,'ClientIP','\"192.151.145.10\"'),(45668,10507,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45669,10508,'Attempts','2'),(45670,10508,'ClientIP','\"192.151.145.10\"'),(45671,10508,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45672,10508,'CurrentUserID','0'),(45673,10509,'Attempts','\"10+\"'),(45674,10509,'ClientIP','\"5.152.203.117\"'),(45675,10509,'UserAgent','\"Mozilla\\/5.0 (Linux; U; Android 2.2) AppleWebKit\\/533.1 (KHTML, like Gecko) Version\\/4.0 Mobile Safari\\/533.1\"'),(45676,10509,'CurrentUserID','0'),(45677,10510,'Attempts','2'),(45678,10510,'Username','\"wsaaus15\"'),(45679,10510,'CurrentUserRoles','[\"administrator\"]'),(45680,10510,'ClientIP','\"195.154.168.82\"'),(45681,10510,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45682,10511,'Attempts','2'),(45683,10511,'ClientIP','\"195.154.168.82\"'),(45684,10511,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45685,10511,'CurrentUserID','0'),(45686,10512,'Attempts','2'),(45687,10512,'Username','\"wsaaus15\"'),(45688,10512,'CurrentUserRoles','[\"administrator\"]'),(45689,10512,'ClientIP','\"216.99.158.155\"'),(45690,10512,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45691,10513,'Attempts','2'),(45692,10513,'ClientIP','\"216.99.158.155\"'),(45693,10513,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45694,10513,'CurrentUserID','0'),(45695,10514,'Attempts','2'),(45696,10514,'Username','\"wsaaus15\"'),(45697,10514,'CurrentUserRoles','[\"administrator\"]'),(45698,10514,'ClientIP','\"62.210.84.121\"'),(45699,10514,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45700,10515,'Attempts','2'),(45701,10515,'ClientIP','\"62.210.84.121\"'),(45702,10515,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45703,10515,'CurrentUserID','0'),(45704,10516,'Attempts','2'),(45705,10516,'Username','\"wsaaus15\"'),(45706,10516,'CurrentUserRoles','[\"administrator\"]'),(45707,10516,'ClientIP','\"173.254.203.80\"'),(45708,10516,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45709,10517,'Attempts','2'),(45710,10517,'ClientIP','\"173.254.203.80\"'),(45711,10517,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45712,10517,'CurrentUserID','0'),(45713,10518,'Attempts','2'),(45714,10518,'Username','\"wsaaus15\"'),(45715,10518,'CurrentUserRoles','[\"administrator\"]'),(45716,10518,'ClientIP','\"173.254.203.80\"'),(45717,10518,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45718,10519,'Attempts','2'),(45719,10519,'ClientIP','\"173.254.203.80\"'),(45720,10519,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45721,10519,'CurrentUserID','0'),(45722,10520,'Attempts','2'),(45723,10520,'Username','\"wsaaus15\"'),(45724,10520,'CurrentUserRoles','[\"administrator\"]'),(45725,10520,'ClientIP','\"195.154.194.111\"'),(45726,10520,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45727,10521,'Attempts','2'),(45728,10521,'ClientIP','\"195.154.194.111\"'),(45729,10521,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45730,10521,'CurrentUserID','0'),(45731,10522,'Attempts','2'),(45732,10522,'ClientIP','\"185.130.5.214\"'),(45733,10522,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/31.0.1650.57 Safari\\/537.36\"'),(45734,10522,'CurrentUserID','0'),(45735,10523,'Attempts','2'),(45736,10523,'Username','\"wsaaus15\"'),(45737,10523,'CurrentUserRoles','[\"administrator\"]'),(45738,10523,'ClientIP','\"195.154.168.82\"'),(45739,10523,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45740,10524,'Attempts','2'),(45741,10524,'ClientIP','\"195.154.168.82\"'),(45742,10524,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45743,10524,'CurrentUserID','0'),(45744,10525,'Attempts','2'),(45745,10525,'Username','\"wsaaus15\"'),(45746,10525,'CurrentUserRoles','[\"administrator\"]'),(45747,10525,'ClientIP','\"173.254.203.80\"'),(45748,10525,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45749,10526,'Attempts','2'),(45750,10526,'ClientIP','\"173.254.203.80\"'),(45751,10526,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45752,10526,'CurrentUserID','0'),(45753,10527,'Attempts','6'),(45754,10527,'Username','\"wsaaus15\"'),(45755,10527,'CurrentUserRoles','[\"administrator\"]'),(45756,10527,'ClientIP','\"173.254.203.80\"'),(45757,10527,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45758,10528,'Attempts','6'),(45759,10528,'ClientIP','\"173.254.203.80\"'),(45760,10528,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45761,10528,'CurrentUserID','0'),(45762,10529,'Attempts','2'),(45763,10529,'Username','\"wsaaus15\"'),(45764,10529,'CurrentUserRoles','[\"administrator\"]'),(45765,10529,'ClientIP','\"173.254.203.80\"'),(45766,10529,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45767,10530,'Attempts','2'),(45768,10530,'ClientIP','\"173.254.203.80\"'),(45769,10530,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45770,10530,'CurrentUserID','0'),(45771,10531,'Attempts','2'),(45772,10531,'Username','\"wsaaus15\"'),(45773,10531,'CurrentUserRoles','[\"administrator\"]'),(45774,10531,'ClientIP','\"195.154.191.97\"'),(45775,10531,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45776,10532,'Attempts','2'),(45777,10532,'ClientIP','\"195.154.191.97\"'),(45778,10532,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45779,10532,'CurrentUserID','0'),(45780,10533,'Attempts','\"10+\"'),(45781,10533,'ClientIP','\"188.163.75.7\"'),(45782,10533,'UserAgent','\"Mozilla\\/5.0 (Windows 10; WOW64; rv:41.0) Gecko\\/20100101 Firefox\\/41.0\"'),(45783,10533,'CurrentUserID','0'),(45784,10534,'Attempts','2'),(45785,10534,'Username','\"wsaaus15\"'),(45786,10534,'CurrentUserRoles','[\"administrator\"]'),(45787,10534,'ClientIP','\"5.153.238.103\"'),(45788,10534,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45789,10535,'Attempts','2'),(45790,10535,'ClientIP','\"5.153.238.103\"'),(45791,10535,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45792,10535,'CurrentUserID','0'),(45793,10536,'Attempts','\"10+\"'),(45794,10536,'ClientIP','\"216.170.117.131\"'),(45795,10536,'UserAgent','\"Mozilla\\/5.0 (Linux; U; Android 2.2) AppleWebKit\\/533.1 (KHTML, like Gecko) Version\\/4.0 Mobile Safari\\/533.1\"'),(45796,10536,'CurrentUserID','0'),(45797,10537,'Attempts','2'),(45798,10537,'Username','\"wsaaus15\"'),(45799,10537,'CurrentUserRoles','[\"administrator\"]'),(45800,10537,'ClientIP','\"5.153.238.103\"'),(45801,10537,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45802,10538,'Attempts','2'),(45803,10538,'ClientIP','\"5.153.238.103\"'),(45804,10538,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45805,10538,'CurrentUserID','0'),(45806,10539,'Attempts','2'),(45807,10539,'Username','\"wsaaus15\"'),(45808,10539,'CurrentUserRoles','[\"administrator\"]'),(45809,10539,'ClientIP','\"62.210.190.10\"'),(45810,10539,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45811,10540,'Attempts','2'),(45812,10540,'ClientIP','\"62.210.190.10\"'),(45813,10540,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45814,10540,'CurrentUserID','0'),(45815,10541,'Attempts','2'),(45816,10541,'Username','\"wsaaus15\"'),(45817,10541,'CurrentUserRoles','[\"administrator\"]'),(45818,10541,'ClientIP','\"195.154.191.97\"'),(45819,10541,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45820,10542,'Attempts','2'),(45821,10542,'ClientIP','\"195.154.191.97\"'),(45822,10542,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45823,10542,'CurrentUserID','0'),(45824,10543,'Attempts','2'),(45825,10543,'Username','\"wsaaus15\"'),(45826,10543,'CurrentUserRoles','[\"administrator\"]'),(45827,10543,'ClientIP','\"195.154.194.111\"'),(45828,10543,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45829,10544,'Attempts','2'),(45830,10544,'ClientIP','\"195.154.194.111\"'),(45831,10544,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45832,10544,'CurrentUserID','0'),(45833,10545,'Attempts','2'),(45834,10545,'Username','\"wsaaus15\"'),(45835,10545,'CurrentUserRoles','[\"administrator\"]'),(45836,10545,'ClientIP','\"69.30.244.186\"'),(45837,10545,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45838,10546,'Attempts','2'),(45839,10546,'ClientIP','\"69.30.244.186\"'),(45840,10546,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45841,10546,'CurrentUserID','0'),(45842,10547,'Attempts','2'),(45843,10547,'Username','\"wsaaus15\"'),(45844,10547,'CurrentUserRoles','[\"administrator\"]'),(45845,10547,'ClientIP','\"195.154.194.111\"'),(45846,10547,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45847,10548,'Attempts','2'),(45848,10548,'ClientIP','\"195.154.194.111\"'),(45849,10548,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45850,10548,'CurrentUserID','0'),(45851,10549,'Attempts','2'),(45852,10549,'Username','\"wsaaus15\"'),(45853,10549,'CurrentUserRoles','[\"administrator\"]'),(45854,10549,'ClientIP','\"62.210.84.121\"'),(45855,10549,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45856,10550,'Attempts','2'),(45857,10550,'ClientIP','\"62.210.84.121\"'),(45858,10550,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45859,10550,'CurrentUserID','0'),(45860,10551,'Username','\"pgmarshall@pgmarshall.net\"'),(45861,10551,'CurrentUserRoles','[\"administrator\"]'),(45862,10551,'ClientIP','\"174.24.128.217\"'),(45863,10551,'UserAgent','\"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\"'),(45864,10552,'PostID','492'),(45865,10552,'PostType','\"post\"'),(45866,10552,'PostTitle','\"WSAA to host fourth annual Airport Awareness Day on January 19\"'),(45867,10552,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=492\"'),(45868,10552,'ClientIP','\"174.24.128.217\"'),(45869,10552,'UserAgent','\"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\"'),(45870,10552,'CurrentUserID','5'),(45871,10552,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(45872,10553,'Username','\"pgmarshall@pgmarshall.net\"'),(45873,10553,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(45874,10553,'ClientIP','\"174.24.128.217\"'),(45875,10553,'UserAgent','\"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\"'),(45876,10554,'PostID','385'),(45877,10554,'PostType','\"nav_menu_item\"'),(45878,10554,'PostTitle','\"\"'),(45879,10554,'ClientIP','\"174.24.128.217\"'),(45880,10554,'UserAgent','\"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\"'),(45881,10554,'CurrentUserID','5'),(45882,10554,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(45883,10555,'AttachmentID','498'),(45884,10555,'FileName','\"Airport-Awareness-Day-2016-Brochure.pdf\"'),(45885,10555,'FilePath','\"\\\\\\\\WDP\\\\DFS\\\\30\\\\9\\\\3\\\\8\\\\3092486839\\\\user\\\\sites\\\\4406325.site\\\\www\\\\wordpress1\\/wp-content\\/uploads\\/2016\\/01\"'),(45886,10555,'ClientIP','\"174.24.128.217\"'),(45887,10555,'UserAgent','\"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\"'),(45888,10555,'CurrentUserID','5'),(45889,10555,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(45890,10556,'PostID','497'),(45891,10556,'PostType','\"page\"'),(45892,10556,'PostTitle','\"Airport Awareness Day\"'),(45893,10556,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?page_id=497\"'),(45894,10556,'ClientIP','\"174.24.128.217\"'),(45895,10556,'UserAgent','\"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\"'),(45896,10556,'CurrentUserID','5'),(45897,10556,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(45898,10557,'Attempts','2'),(45899,10557,'Username','\"wsaaus15\"'),(45900,10557,'CurrentUserRoles','[\"administrator\"]'),(45901,10557,'ClientIP','\"173.254.203.80\"'),(45902,10557,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45903,10558,'Attempts','2'),(45904,10558,'ClientIP','\"173.254.203.80\"'),(45905,10558,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45906,10558,'CurrentUserID','0'),(45907,10559,'Attempts','2'),(45908,10559,'Username','\"wsaaus15\"'),(45909,10559,'CurrentUserRoles','[\"administrator\"]'),(45910,10559,'ClientIP','\"195.154.194.111\"'),(45911,10559,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45912,10560,'Attempts','2'),(45913,10560,'ClientIP','\"195.154.194.111\"'),(45914,10560,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45915,10560,'CurrentUserID','0'),(45916,10561,'Username','\"pgmarshall@pgmarshall.net\"'),(45917,10561,'CurrentUserRoles','[\"administrator\"]'),(45918,10561,'ClientIP','\"174.24.128.217\"'),(45919,10561,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.135 Safari\\/537.36 Edge\\/12.10240\"'),(45920,10562,'PostID','501'),(45921,10562,'PostType','\"post\"'),(45922,10562,'PostTitle','\"Washington State Aviation Alliance to host fourth annual Airport Awareness Day Jan. 19\"'),(45923,10562,'PostUrl','\"http:\\/\\/www.wsaa.aero\\/?p=501\"'),(45924,10562,'ClientIP','\"174.24.128.217\"'),(45925,10562,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.135 Safari\\/537.36 Edge\\/12.10240\"'),(45926,10562,'CurrentUserID','5'),(45927,10562,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(45928,10563,'PostID','492'),(45929,10563,'PostType','\"post\"'),(45930,10563,'PostTitle','\"WSAA to host fourth annual Airport Awareness Day on January 19\"'),(45931,10563,'ClientIP','\"174.24.128.217\"'),(45932,10563,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/42.0.2311.135 Safari\\/537.36 Edge\\/12.10240\"'),(45933,10563,'CurrentUserID','5'),(45934,10563,'CurrentUserRoles','[\"administrator\",\"superadmin\"]'),(45935,10564,'Attempts','2'),(45936,10564,'Username','\"wsaaus15\"'),(45937,10564,'CurrentUserRoles','[\"administrator\"]'),(45938,10564,'ClientIP','\"5.153.238.103\"'),(45939,10564,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45940,10565,'Attempts','2'),(45941,10565,'ClientIP','\"5.153.238.103\"'),(45942,10565,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45943,10565,'CurrentUserID','0'),(45944,10566,'Attempts','\"10+\"'),(45945,10566,'ClientIP','\"37.115.184.194\"'),(45946,10566,'UserAgent','\"\"'),(45947,10566,'CurrentUserID','0'),(45948,10567,'Attempts','2'),(45949,10567,'Username','\"wsaaus15\"'),(45950,10567,'CurrentUserRoles','[\"administrator\"]'),(45951,10567,'ClientIP','\"5.153.238.103\"'),(45952,10567,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45953,10568,'Attempts','2'),(45954,10568,'ClientIP','\"5.153.238.103\"'),(45955,10568,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45956,10568,'CurrentUserID','0'),(45957,10569,'Attempts','\"10+\"'),(45958,10569,'ClientIP','\"37.115.184.194\"'),(45959,10569,'UserAgent','\"\"'),(45960,10569,'CurrentUserID','0'),(45961,10570,'Attempts','\"10+\"'),(45962,10570,'ClientIP','\"173.254.203.122\"'),(45963,10570,'UserAgent','\"XML-RPC.NET\"'),(45964,10570,'CurrentUserID','0'),(45965,10571,'Attempts','\"10+\"'),(45966,10571,'ClientIP','\"202.43.182.16\"'),(45967,10571,'UserAgent','\"\"'),(45968,10571,'CurrentUserID','0'),(45969,10572,'Attempts','2'),(45970,10572,'Username','\"wsaaus15\"'),(45971,10572,'CurrentUserRoles','[\"administrator\"]'),(45972,10572,'ClientIP','\"5.153.238.103\"'),(45973,10572,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45974,10573,'Attempts','2'),(45975,10573,'ClientIP','\"5.153.238.103\"'),(45976,10573,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45977,10573,'CurrentUserID','0'),(45978,10574,'PostID','491'),(45979,10574,'PostType','\"post\"'),(45980,10574,'PostTitle','\"Auto Draft\"'),(45981,10574,'ClientIP','\"10.30.65.101\"'),(45982,10574,'UserAgent','\"WordPress\\/4.2.6; http:\\/\\/www.wsaa.aero\"'),(45983,10574,'CurrentUserID','0'),(45984,10575,'Attempts','2'),(45985,10575,'Username','\"wsaaus15\"'),(45986,10575,'CurrentUserRoles','[\"administrator\"]'),(45987,10575,'ClientIP','\"62.210.190.10\"'),(45988,10575,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45989,10576,'Attempts','2'),(45990,10576,'ClientIP','\"62.210.190.10\"'),(45991,10576,'UserAgent','\"Mozilla\\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\\/5.0)\"'),(45992,10576,'CurrentUserID','0'),(45993,10577,'Attempts','2'),(45994,10577,'ClientIP','\"95.79.148.72\"'),(45995,10577,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(45996,10577,'CurrentUserID','0'),(45997,10578,'Attempts','3'),(45998,10578,'ClientIP','\"95.79.127.199\"'),(45999,10578,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(46000,10578,'CurrentUserID','0'),(46001,10579,'Attempts','1'),(46002,10579,'ClientIP','\"5.164.194.146\"'),(46003,10579,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(46004,10579,'CurrentUserID','0'),(46005,10580,'Attempts','6'),(46006,10580,'ClientIP','\"5.164.194.146\"'),(46007,10580,'UserAgent','\"Mozilla\\/5.0 (Windows NT 6.1; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/36.0.1985.125 Safari\\/537.36\"'),(46008,10580,'CurrentUserID','0'),(46009,10581,'Username','\"runamuk0@msn.com\"'),(46010,10581,'CurrentUserRoles','[\"administrator\"]'),(46011,10581,'ClientIP','\"97.113.180.244\"'),(46012,10581,'UserAgent','\"Mozilla\\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/47.0.2526.111 Safari\\/537.36\"'),(46013,10582,'OldVersion','4.2.6'),(46014,10582,'NewVersion','4.4.1'),(46015,10582,'ClientIP','97.113.180.244'),(46016,10582,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(46017,10582,'CurrentUserID','2'),(46018,10582,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46019,10583,'PluginFile','\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/plugins/jetpack/jetpack.php'),(46020,10583,'PluginData','O:8:\"stdClass\":5:{s:4:\"Name\";s:24:\"Jetpack by WordPress.com\";s:9:\"PluginURI\";s:17:\"http://jetpack.me\";s:7:\"Version\";s:5:\"3.9.1\";s:6:\"Author\";s:10:\"Automattic\";s:7:\"Network\";s:5:\"False\";}'),(46021,10583,'ClientIP','97.113.180.244'),(46022,10583,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(46023,10583,'CurrentUserID','2'),(46024,10583,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46025,10584,'Username','runamuk0@msn.com'),(46026,10584,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46027,10584,'ClientIP','97.113.180.244'),(46028,10584,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(46029,10585,'OldPattern',''),(46030,10585,'NewPattern','/%postname%/'),(46031,10585,'CurrentUserID','2'),(46032,10585,'ClientIP','97.113.180.244'),(46033,10585,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(46034,10585,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46035,10586,'OldPattern','/%postname%/'),(46036,10586,'NewPattern','/%year%/%monthnum%/%postname%/'),(46037,10586,'CurrentUserID','2'),(46038,10586,'ClientIP','97.113.180.244'),(46039,10586,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(46040,10586,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46041,10587,'Attempts','2'),(46042,10587,'ClientIP','95.79.150.169'),(46043,10587,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46044,10587,'CurrentUserID','0'),(46045,10588,'Username','runamuk0@msn.com'),(46046,10588,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46047,10588,'ClientIP','97.113.180.244'),(46048,10588,'UserAgent','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'),(46049,10589,'Attempts','2'),(46050,10589,'Username','wsaaus15'),(46051,10589,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46052,10589,'ClientIP','5.153.238.103'),(46053,10589,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46054,10590,'Attempts','2'),(46055,10590,'ClientIP','5.153.238.103'),(46056,10590,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46057,10590,'CurrentUserID','0'),(46058,10591,'Username','runamuk0@msn.com'),(46059,10591,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46060,10591,'ClientIP','97.113.180.244'),(46061,10591,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240'),(46062,10592,'OldPattern',''),(46063,10592,'NewPattern','/%postname%/'),(46064,10592,'CurrentUserID','2'),(46065,10592,'ClientIP','97.113.180.244'),(46066,10592,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240'),(46067,10592,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46068,10593,'Attempts','1'),(46069,10593,'ClientIP','5.164.224.175'),(46070,10593,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46071,10593,'CurrentUserID','0'),(46072,10594,'Attempts','2'),(46073,10594,'ClientIP','5.164.193.169'),(46074,10594,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46075,10594,'CurrentUserID','0'),(46076,10595,'Attempts','2'),(46077,10595,'Username','wsaaus15'),(46078,10595,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46079,10595,'ClientIP','195.154.191.97'),(46080,10595,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46081,10596,'Attempts','2'),(46082,10596,'ClientIP','195.154.191.97'),(46083,10596,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46084,10596,'CurrentUserID','0'),(46085,10597,'Attempts','3'),(46086,10597,'ClientIP','5.164.246.73'),(46087,10597,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46088,10597,'CurrentUserID','0'),(46089,10598,'Attempts','3'),(46090,10598,'ClientIP','5.164.246.73'),(46091,10598,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46092,10598,'CurrentUserID','0'),(46093,10599,'Attempts','3'),(46094,10599,'ClientIP','5.164.217.80'),(46095,10599,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46096,10599,'CurrentUserID','0'),(46097,10600,'Attempts','2'),(46098,10600,'Username','wsaaus15'),(46099,10600,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46100,10600,'ClientIP','173.254.203.82'),(46101,10600,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46102,10601,'Attempts','2'),(46103,10601,'ClientIP','173.254.203.82'),(46104,10601,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46105,10601,'CurrentUserID','0'),(46106,10602,'Attempts','5'),(46107,10602,'ClientIP','5.164.217.80'),(46108,10602,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46109,10602,'CurrentUserID','0'),(46110,10603,'Attempts','2'),(46111,10603,'Username','wsaaus15'),(46112,10603,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46113,10603,'ClientIP','5.153.238.103'),(46114,10603,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46115,10604,'Attempts','2'),(46116,10604,'ClientIP','5.153.238.103'),(46117,10604,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46118,10604,'CurrentUserID','0'),(46119,10605,'Attempts','1'),(46120,10605,'ClientIP','5.164.237.123'),(46121,10605,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46122,10605,'CurrentUserID','0'),(46123,10606,'Attempts','1'),(46124,10606,'ClientIP','5.164.237.123'),(46125,10606,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46126,10606,'CurrentUserID','0'),(46127,10607,'Attempts','2'),(46128,10607,'ClientIP','5.164.210.180'),(46129,10607,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46130,10607,'CurrentUserID','0'),(46131,10608,'Attempts','2'),(46132,10608,'Username','wsaaus15'),(46133,10608,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46134,10608,'ClientIP','173.254.203.82'),(46135,10608,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46136,10609,'Attempts','2'),(46137,10609,'ClientIP','173.254.203.82'),(46138,10609,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46139,10609,'CurrentUserID','0'),(46140,10610,'Attempts','1'),(46141,10610,'ClientIP','5.164.243.251'),(46142,10610,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46143,10610,'CurrentUserID','0'),(46144,10611,'Attempts','1'),(46145,10611,'ClientIP','95.79.166.195'),(46146,10611,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46147,10611,'CurrentUserID','0'),(46148,10612,'Attempts','3'),(46149,10612,'ClientIP','95.79.166.195'),(46150,10612,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46151,10612,'CurrentUserID','0'),(46152,10613,'Attempts','6'),(46153,10613,'ClientIP','176.97.116.171'),(46154,10613,'UserAgent','XML-RPC.NET'),(46155,10613,'CurrentUserID','0'),(46156,10614,'Attempts','3'),(46157,10614,'ClientIP','95.79.218.144'),(46158,10614,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46159,10614,'CurrentUserID','0'),(46160,10615,'Attempts','2'),(46161,10615,'ClientIP','95.79.218.144'),(46162,10615,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(46163,10615,'CurrentUserID','0'),(46164,10616,'Attempts','2'),(46165,10616,'Username','wsaaus15'),(46166,10616,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46167,10616,'ClientIP','173.254.203.82'),(46168,10616,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46169,10617,'Attempts','2'),(46170,10617,'ClientIP','173.254.203.82'),(46171,10617,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46172,10617,'CurrentUserID','0'),(46173,10618,'PostID','503'),(46174,10618,'PostType','post'),(46175,10618,'PostTitle','Auto Draft'),(46176,10618,'ClientIP','10.30.65.101'),(46177,10618,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(46178,10618,'CurrentUserID','0'),(46179,10619,'Attempts','2'),(46180,10619,'Username','wsaaus15'),(46181,10619,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46182,10619,'ClientIP','5.153.238.103'),(46183,10619,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46184,10620,'Attempts','2'),(46185,10620,'ClientIP','5.153.238.103'),(46186,10620,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46187,10620,'CurrentUserID','0'),(46188,10621,'Attempts','1'),(46189,10621,'ClientIP','117.253.244.4'),(46190,10621,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46191,10621,'CurrentUserID','0'),(46192,10622,'Attempts','1'),(46193,10622,'ClientIP','117.253.218.228'),(46194,10622,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46195,10622,'CurrentUserID','0'),(46196,10623,'Attempts','7'),(46197,10623,'ClientIP','193.201.224.8'),(46198,10623,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46199,10623,'CurrentUserID','0'),(46200,10624,'Attempts','1'),(46201,10624,'ClientIP','117.253.202.82'),(46202,10624,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46203,10624,'CurrentUserID','0'),(46204,10625,'Attempts','1'),(46205,10625,'ClientIP','117.255.238.168'),(46206,10625,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46207,10625,'CurrentUserID','0'),(46208,10626,'Attempts','1'),(46209,10626,'ClientIP','194.243.119.34'),(46210,10626,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46211,10626,'CurrentUserID','0'),(46212,10627,'Attempts','1'),(46213,10627,'ClientIP','117.253.216.155'),(46214,10627,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46215,10627,'CurrentUserID','0'),(46216,10628,'Attempts','1'),(46217,10628,'ClientIP','117.253.100.219'),(46218,10628,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46219,10628,'CurrentUserID','0'),(46220,10629,'Attempts','10+'),(46221,10629,'ClientIP','50.93.201.50'),(46222,10629,'UserAgent','XML-RPC.NET'),(46223,10629,'CurrentUserID','0'),(46224,10630,'Attempts','1'),(46225,10630,'ClientIP','69.57.251.177'),(46226,10630,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46227,10630,'CurrentUserID','0'),(46228,10631,'Attempts','1'),(46229,10631,'ClientIP','117.255.208.15'),(46230,10631,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46231,10631,'CurrentUserID','0'),(46232,10632,'Attempts','1'),(46233,10632,'ClientIP','117.253.214.135'),(46234,10632,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46235,10632,'CurrentUserID','0'),(46236,10633,'Attempts','1'),(46237,10633,'ClientIP','117.255.208.91'),(46238,10633,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46239,10633,'CurrentUserID','0'),(46240,10634,'Attempts','1'),(46241,10634,'ClientIP','69.57.251.177'),(46242,10634,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46243,10634,'CurrentUserID','0'),(46244,10635,'Attempts','1'),(46245,10635,'ClientIP','117.255.208.15'),(46246,10635,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46247,10635,'CurrentUserID','0'),(46248,10636,'Attempts','1'),(46249,10636,'ClientIP','117.253.217.218'),(46250,10636,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46251,10636,'CurrentUserID','0'),(46252,10637,'Attempts','1'),(46253,10637,'ClientIP','117.253.214.135'),(46254,10637,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46255,10637,'CurrentUserID','0'),(46256,10638,'Attempts','10+'),(46257,10638,'ClientIP','109.228.22.171'),(46258,10638,'UserAgent',''),(46259,10638,'CurrentUserID','0'),(46260,10639,'Attempts','10+'),(46261,10639,'ClientIP','94.23.71.69'),(46262,10639,'UserAgent',''),(46263,10639,'CurrentUserID','0'),(46264,10640,'Attempts','10+'),(46265,10640,'ClientIP','27.255.94.166'),(46266,10640,'UserAgent','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)'),(46267,10640,'CurrentUserID','0'),(46268,10641,'Attempts','2'),(46269,10641,'ClientIP','52.17.41.199'),(46270,10641,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46271,10641,'CurrentUserID','0'),(46272,10642,'Attempts','10+'),(46273,10642,'ClientIP','78.47.217.76'),(46274,10642,'UserAgent',''),(46275,10642,'CurrentUserID','0'),(46276,10643,'Attempts','1'),(46277,10643,'ClientIP','117.253.233.37'),(46278,10643,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46279,10643,'CurrentUserID','0'),(46280,10644,'Attempts','1'),(46281,10644,'ClientIP','202.162.195.142'),(46282,10644,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46283,10644,'CurrentUserID','0'),(46284,10645,'Attempts','1'),(46285,10645,'ClientIP','117.244.30.36'),(46286,10645,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46287,10645,'CurrentUserID','0'),(46288,10646,'Attempts','1'),(46289,10646,'ClientIP','193.201.224.8'),(46290,10646,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46291,10646,'CurrentUserID','0'),(46292,10647,'Attempts','1'),(46293,10647,'ClientIP','117.255.233.213'),(46294,10647,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46295,10647,'CurrentUserID','0'),(46296,10648,'Attempts','1'),(46297,10648,'ClientIP','64.251.167.31'),(46298,10648,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46299,10648,'CurrentUserID','0'),(46300,10649,'Attempts','1'),(46301,10649,'ClientIP','82.171.131.158'),(46302,10649,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46303,10649,'CurrentUserID','0'),(46304,10650,'Attempts','1'),(46305,10650,'ClientIP','88.37.27.218'),(46306,10650,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46307,10650,'CurrentUserID','0'),(46308,10651,'ClientIP','127.0.0.1'),(46309,10651,'Username','Plugin'),(46310,10651,'PromoMessage','<strong>60% OFF On All Premium Add-Ons and Support Bundle</strong><br>Add email alerts, generate compliance reports and add the search functionality to your WordPress audit log with the <strong><a href=\"http://www.wpsecurityauditlog.com/plugin-extensions/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=alladdons\" target=\"_blank\">Premium Add-Ons</a></strong>.'),(46311,10651,'PromoName','Premium Add-Ons'),(46312,10652,'Attempts','1'),(46313,10652,'ClientIP','117.255.236.21'),(46314,10652,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46315,10652,'CurrentUserID','0'),(46316,10653,'Attempts','1'),(46317,10653,'ClientIP','117.211.151.26'),(46318,10653,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46319,10653,'CurrentUserID','0'),(46320,10654,'Attempts','1'),(46321,10654,'ClientIP','117.253.101.159'),(46322,10654,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46323,10654,'CurrentUserID','0'),(46324,10655,'Attempts','1'),(46325,10655,'ClientIP','85.203.91.65'),(46326,10655,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46327,10655,'CurrentUserID','0'),(46328,10656,'Attempts','1'),(46329,10656,'ClientIP','117.253.223.246'),(46330,10656,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46331,10656,'CurrentUserID','0'),(46332,10657,'Attempts','1'),(46333,10657,'ClientIP','117.253.217.71'),(46334,10657,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46335,10657,'CurrentUserID','0'),(46336,10658,'Attempts','1'),(46337,10658,'ClientIP','213.34.204.209'),(46338,10658,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46339,10658,'CurrentUserID','0'),(46340,10659,'Attempts','1'),(46341,10659,'ClientIP','117.253.221.195'),(46342,10659,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46343,10659,'CurrentUserID','0'),(46344,10660,'Attempts','1'),(46345,10660,'ClientIP','131.100.44.191'),(46346,10660,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46347,10660,'CurrentUserID','0'),(46348,10661,'Attempts','1'),(46349,10661,'ClientIP','117.253.221.26'),(46350,10661,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46351,10661,'CurrentUserID','0'),(46352,10662,'Attempts','1'),(46353,10662,'ClientIP','117.253.220.193'),(46354,10662,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46355,10662,'CurrentUserID','0'),(46356,10663,'Attempts','1'),(46357,10663,'ClientIP','117.253.233.152'),(46358,10663,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46359,10663,'CurrentUserID','0'),(46360,10664,'Attempts','1'),(46361,10664,'ClientIP','117.255.209.201'),(46362,10664,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46363,10664,'CurrentUserID','0'),(46364,10665,'Attempts','1'),(46365,10665,'ClientIP','36.226.17.94'),(46366,10665,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46367,10665,'CurrentUserID','0'),(46368,10666,'Attempts','1'),(46369,10666,'ClientIP','154.57.7.250'),(46370,10666,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46371,10666,'CurrentUserID','0'),(46372,10667,'Attempts','1'),(46373,10667,'ClientIP','117.253.105.40'),(46374,10667,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46375,10667,'CurrentUserID','0'),(46376,10668,'Attempts','1'),(46377,10668,'ClientIP','117.253.214.23'),(46378,10668,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46379,10668,'CurrentUserID','0'),(46380,10669,'Attempts','1'),(46381,10669,'ClientIP','117.253.215.216'),(46382,10669,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46383,10669,'CurrentUserID','0'),(46384,10670,'Attempts','1'),(46385,10670,'ClientIP','87.210.42.110'),(46386,10670,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46387,10670,'CurrentUserID','0'),(46388,10671,'Attempts','1'),(46389,10671,'ClientIP','61.91.240.5'),(46390,10671,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46391,10671,'CurrentUserID','0'),(46392,10672,'Attempts','1'),(46393,10672,'ClientIP','117.253.220.9'),(46394,10672,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46395,10672,'CurrentUserID','0'),(46396,10673,'Attempts','1'),(46397,10673,'ClientIP','117.253.168.5'),(46398,10673,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46399,10673,'CurrentUserID','0'),(46400,10674,'Attempts','1'),(46401,10674,'ClientIP','85.203.89.162'),(46402,10674,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46403,10674,'CurrentUserID','0'),(46404,10675,'Attempts','1'),(46405,10675,'ClientIP','159.224.49.116'),(46406,10675,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46407,10675,'CurrentUserID','0'),(46408,10676,'Attempts','1'),(46409,10676,'ClientIP','178.217.249.208'),(46410,10676,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46411,10676,'CurrentUserID','0'),(46412,10677,'Attempts','1'),(46413,10677,'ClientIP','103.7.40.165'),(46414,10677,'UserAgent',''),(46415,10677,'CurrentUserID','0'),(46416,10678,'Attempts','1'),(46417,10678,'ClientIP','89.140.205.173'),(46418,10678,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46419,10678,'CurrentUserID','0'),(46420,10679,'Attempts','1'),(46421,10679,'ClientIP','117.255.247.168'),(46422,10679,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46423,10679,'CurrentUserID','0'),(46424,10680,'Attempts','1'),(46425,10680,'ClientIP','213.213.103.106'),(46426,10680,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46427,10680,'CurrentUserID','0'),(46428,10681,'Attempts','2'),(46429,10681,'Username','wsaaus15'),(46430,10681,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46431,10681,'ClientIP','96.44.141.19'),(46432,10681,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46433,10682,'Attempts','2'),(46434,10682,'ClientIP','96.44.141.19'),(46435,10682,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46436,10682,'CurrentUserID','0'),(46437,10683,'Attempts','1'),(46438,10683,'ClientIP','84.253.190.34'),(46439,10683,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46440,10683,'CurrentUserID','0'),(46441,10684,'Attempts','1'),(46442,10684,'ClientIP','117.253.236.154'),(46443,10684,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46444,10684,'CurrentUserID','0'),(46445,10685,'Attempts','1'),(46446,10685,'ClientIP','85.203.108.102'),(46447,10685,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46448,10685,'CurrentUserID','0'),(46449,10686,'Attempts','1'),(46450,10686,'ClientIP','117.253.202.41'),(46451,10686,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46452,10686,'CurrentUserID','0'),(46453,10687,'Attempts','1'),(46454,10687,'ClientIP','117.255.209.87'),(46455,10687,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46456,10687,'CurrentUserID','0'),(46457,10688,'Attempts','10+'),(46458,10688,'ClientIP','54.213.112.157'),(46459,10688,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(46460,10688,'CurrentUserID','0'),(46461,10689,'Attempts','1'),(46462,10689,'ClientIP','87.210.42.110'),(46463,10689,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46464,10689,'CurrentUserID','0'),(46465,10690,'Username','pgmarshall@pgmarshall.net'),(46466,10690,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46467,10690,'ClientIP','174.24.128.217'),(46468,10690,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),(46469,10691,'Username','pgmarshall@pgmarshall.net'),(46470,10691,'CurrentUserRoles','a:3:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";i:2;s:10:\"superadmin\";}'),(46471,10691,'ClientIP','174.24.128.217'),(46472,10691,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),(46473,10692,'Attempts','1'),(46474,10692,'ClientIP','213.34.211.253'),(46475,10692,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46476,10692,'CurrentUserID','0'),(46477,10693,'Username','pgmarshall@pgmarshall.net'),(46478,10693,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46479,10693,'ClientIP','174.24.128.217'),(46480,10693,'UserAgent','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'),(46481,10694,'Attempts','1'),(46482,10694,'ClientIP','117.255.246.169'),(46483,10694,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46484,10694,'CurrentUserID','0'),(46485,10695,'PostID','188'),(46486,10695,'PostType','page'),(46487,10695,'PostTitle','Membership Directory'),(46488,10695,'PostUrl','http://www.wsaa.aero/?page_id=188'),(46489,10695,'ClientIP','174.24.128.217'),(46490,10695,'UserAgent','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'),(46491,10695,'CurrentUserID','5'),(46492,10695,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46493,10695,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=506'),(46494,10696,'Attempts','1'),(46495,10696,'ClientIP','117.253.228.60'),(46496,10696,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46497,10696,'CurrentUserID','0'),(46498,10697,'Attempts','1'),(46499,10697,'ClientIP','85.203.89.162'),(46500,10697,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46501,10697,'CurrentUserID','0'),(46502,10698,'Attempts','1'),(46503,10698,'ClientIP','117.255.208.50'),(46504,10698,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46505,10698,'CurrentUserID','0'),(46506,10699,'Attempts','1'),(46507,10699,'ClientIP','117.253.232.41'),(46508,10699,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46509,10699,'CurrentUserID','0'),(46510,10700,'Attempts','1'),(46511,10700,'ClientIP','80.35.141.85'),(46512,10700,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46513,10700,'CurrentUserID','0'),(46514,10701,'Attempts','1'),(46515,10701,'ClientIP','117.253.235.136'),(46516,10701,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46517,10701,'CurrentUserID','0'),(46518,10702,'Attempts','1'),(46519,10702,'ClientIP','69.57.228.208'),(46520,10702,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(46521,10702,'CurrentUserID','0'),(46522,10703,'Attempts','10+'),(46523,10703,'ClientIP','54.213.112.157'),(46524,10703,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(46525,10703,'CurrentUserID','0'),(46526,10704,'Attempts','5'),(46527,10704,'ClientIP','54.213.112.157'),(46528,10704,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(46529,10704,'CurrentUserID','0'),(46530,10705,'Username','pgmarshall@pgmarshall.net'),(46531,10705,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46532,10705,'ClientIP','174.24.128.217'),(46533,10705,'UserAgent','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'),(46534,10706,'PostID','501'),(46535,10706,'PostType','post'),(46536,10706,'PostTitle','Washington State Aviation Alliance to host fourth annual Airport Awareness Day Jan. 19'),(46537,10706,'ClientIP','174.24.128.217'),(46538,10706,'UserAgent','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'),(46539,10706,'CurrentUserID','5'),(46540,10706,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46541,10706,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=502'),(46542,10707,'PostID','507'),(46543,10707,'PostType','post'),(46544,10707,'PostTitle','Washington State Aviation Alliance hosted Airport Awareness Day'),(46545,10707,'PostUrl','http://www.wsaa.aero/?p=507'),(46546,10707,'ClientIP','174.24.128.217'),(46547,10707,'UserAgent','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'),(46548,10707,'CurrentUserID','5'),(46549,10707,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46550,10707,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=508'),(46551,10708,'PostID','126'),(46552,10708,'PostType','page'),(46553,10708,'PostTitle','Contact Us'),(46554,10708,'PostUrl','http://www.wsaa.aero/?page_id=126'),(46555,10708,'ClientIP','174.24.128.217'),(46556,10708,'UserAgent','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'),(46557,10708,'CurrentUserID','5'),(46558,10708,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46559,10708,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=510'),(46560,10709,'PostID','126'),(46561,10709,'PostType','page'),(46562,10709,'PostTitle','Contact Us'),(46563,10709,'PostUrl','http://www.wsaa.aero/?page_id=126'),(46564,10709,'ClientIP','174.24.128.217'),(46565,10709,'UserAgent','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'),(46566,10709,'CurrentUserID','5'),(46567,10709,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46568,10709,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=511'),(46569,10710,'PostID','492'),(46570,10710,'PostType','post'),(46571,10710,'PostTitle','WSAA to host fourth annual Airport Awareness Day on January 19'),(46572,10710,'ClientIP','10.30.65.102'),(46573,10710,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(46574,10710,'CurrentUserID','0'),(46575,10711,'Attempts','6'),(46576,10711,'ClientIP','188.165.238.96'),(46577,10711,'UserAgent','Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1'),(46578,10711,'CurrentUserID','0'),(46579,10712,'Attempts','3'),(46580,10712,'ClientIP','188.165.238.96'),(46581,10712,'UserAgent','Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5'),(46582,10712,'CurrentUserID','0'),(46583,10713,'Attempts','4'),(46584,10713,'ClientIP','188.165.238.96'),(46585,10713,'UserAgent','Mozilla/5.0 (iPad; U; CPU OS 3_2_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B500 Safari/53'),(46586,10713,'CurrentUserID','0'),(46587,10714,'Attempts','2'),(46588,10714,'ClientIP','46.161.9.8'),(46589,10714,'UserAgent','Links (2.1pre26; Linux 2.6.14-hsc0ds armv5l; 236x57)'),(46590,10714,'CurrentUserID','0'),(46591,10715,'Attempts','10+'),(46592,10715,'ClientIP','94.23.71.69'),(46593,10715,'UserAgent',''),(46594,10715,'CurrentUserID','0'),(46595,10716,'PostID','504'),(46596,10716,'PostType','post'),(46597,10716,'PostTitle','Auto Draft'),(46598,10716,'ClientIP','10.30.65.102'),(46599,10716,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(46600,10716,'CurrentUserID','0'),(46601,10717,'Attempts','4'),(46602,10717,'ClientIP','188.165.238.96'),(46603,10717,'UserAgent','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071105 Fedora/2.0.0.9-1.fc7 Firefox/2.0.0.9'),(46604,10717,'CurrentUserID','0'),(46605,10718,'Attempts','3'),(46606,10718,'ClientIP','46.161.9.8'),(46607,10718,'UserAgent','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; TheWorld)'),(46608,10718,'CurrentUserID','0'),(46609,10719,'Attempts','4'),(46610,10719,'Username','wsaaus15'),(46611,10719,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46612,10719,'ClientIP','37.203.214.2'),(46613,10719,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46614,10720,'Attempts','4'),(46615,10720,'ClientIP','37.203.214.2'),(46616,10720,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46617,10720,'CurrentUserID','0'),(46618,10721,'Attempts','3'),(46619,10721,'ClientIP','188.165.238.96'),(46620,10721,'UserAgent','Mozilla/5.0 (X11; U; OpenBSD ppc; en-US; rv:1.8.1.4) Gecko/20070223 BonEcho/2.0.0.4'),(46621,10721,'CurrentUserID','0'),(46622,10722,'Attempts','3'),(46623,10722,'ClientIP','46.161.9.8'),(46624,10722,'UserAgent','Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.8.1.3pre) Gecko/20070302 BonEcho/2.0.0.3pre'),(46625,10722,'CurrentUserID','0'),(46626,10723,'Attempts','4'),(46627,10723,'ClientIP','80.169.114.74'),(46628,10723,'UserAgent',''),(46629,10723,'CurrentUserID','0'),(46630,10724,'Attempts','2'),(46631,10724,'Username','wsaaus15'),(46632,10724,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46633,10724,'ClientIP','37.203.214.2'),(46634,10724,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46635,10725,'Attempts','2'),(46636,10725,'ClientIP','37.203.214.2'),(46637,10725,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46638,10725,'CurrentUserID','0'),(46639,10726,'Attempts','3'),(46640,10726,'ClientIP','46.161.9.8'),(46641,10726,'UserAgent','Mozilla/5.0 (compatible; MojeekBot/2.0; http://www.mojeek.com/bot.html)'),(46642,10726,'CurrentUserID','0'),(46643,10727,'Attempts','2'),(46644,10727,'Username','wsaaus15'),(46645,10727,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46646,10727,'ClientIP','96.44.141.18'),(46647,10727,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46648,10728,'Attempts','2'),(46649,10728,'ClientIP','96.44.141.18'),(46650,10728,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46651,10728,'CurrentUserID','0'),(46652,10729,'Attempts','2'),(46653,10729,'ClientIP','46.161.9.8'),(46654,10729,'UserAgent','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7pre) Gecko/20070815 Firefox/2.0.0.6 Navigator/9.0b3'),(46655,10729,'CurrentUserID','0'),(46656,10730,'Attempts','4'),(46657,10730,'ClientIP','188.165.238.96'),(46658,10730,'UserAgent','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar; .NET CLR 2.0.50727)'),(46659,10730,'CurrentUserID','0'),(46660,10731,'Attempts','10+'),(46661,10731,'ClientIP','173.208.177.59'),(46662,10731,'UserAgent',''),(46663,10731,'CurrentUserID','0'),(46664,10732,'Attempts','1'),(46665,10732,'ClientIP','46.161.9.8'),(46666,10732,'UserAgent','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Maxthon; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(46667,10732,'CurrentUserID','0'),(46668,10733,'Attempts','4'),(46669,10733,'ClientIP','188.165.238.96'),(46670,10733,'UserAgent','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/530.18+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.8.0'),(46671,10733,'CurrentUserID','0'),(46672,10734,'Attempts','2'),(46673,10734,'Username','wsaaus15'),(46674,10734,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46675,10734,'ClientIP','37.203.214.2'),(46676,10734,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46677,10735,'Attempts','2'),(46678,10735,'ClientIP','37.203.214.2'),(46679,10735,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46680,10735,'CurrentUserID','0'),(46681,10736,'Attempts','1'),(46682,10736,'ClientIP','46.161.9.8'),(46683,10736,'UserAgent','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.8 (KHTML, like Gecko) Chrome/2.0.156.0 Safari/528.8'),(46684,10736,'CurrentUserID','0'),(46685,10737,'Attempts','10+'),(46686,10737,'ClientIP','92.63.109.160'),(46687,10737,'UserAgent',''),(46688,10737,'CurrentUserID','0'),(46689,10738,'Attempts','2'),(46690,10738,'ClientIP','188.165.238.96'),(46691,10738,'UserAgent','Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3'),(46692,10738,'CurrentUserID','0'),(46693,10739,'Attempts','6'),(46694,10739,'ClientIP','188.165.238.96'),(46695,10739,'UserAgent','Mozilla/4.8 [en] (Windows NT 6.0; en-US; U)'),(46696,10739,'CurrentUserID','0'),(46697,10740,'Attempts','3'),(46698,10740,'ClientIP','46.161.9.8'),(46699,10740,'UserAgent','Mozilla/4.0 (compatible; Linux 2.6.22) NetFront/3.4 Kindle/2.5 (screen 824x1200; rotate)'),(46700,10740,'CurrentUserID','0'),(46701,10741,'Attempts','3'),(46702,10741,'ClientIP','46.161.9.8'),(46703,10741,'UserAgent','EmailSiphon'),(46704,10741,'CurrentUserID','0'),(46705,10742,'Attempts','2'),(46706,10742,'ClientIP','188.165.238.96'),(46707,10742,'UserAgent','Mozilla/5.0 (compatible; Konqueror/3.0-rc2; i686 Linux; 20020809)'),(46708,10742,'CurrentUserID','0'),(46709,10743,'Attempts','4'),(46710,10743,'ClientIP','188.165.238.96'),(46711,10743,'UserAgent','Mozilla/5.0 (compatible; 008/0.83; http://www.80legs.com/webcrawler.html) Gecko/2008032620'),(46712,10743,'CurrentUserID','0'),(46713,10744,'Attempts','1'),(46714,10744,'ClientIP','46.161.9.8'),(46715,10744,'UserAgent','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/540.0 (KHTML, like Gecko) Ubuntu/10.10 Chrome/8.1.0.0 Safari/540.0'),(46716,10744,'CurrentUserID','0'),(46717,10745,'Attempts','2'),(46718,10745,'Username','wsaaus15'),(46719,10745,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46720,10745,'ClientIP','37.203.214.2'),(46721,10745,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46722,10746,'Attempts','2'),(46723,10746,'ClientIP','37.203.214.2'),(46724,10746,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46725,10746,'CurrentUserID','0'),(46726,10747,'Attempts','4'),(46727,10747,'ClientIP','188.165.238.96'),(46728,10747,'UserAgent','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 4.0.20506; Sleipnir/2.8.5)'),(46729,10747,'CurrentUserID','0'),(46730,10748,'Attempts','10+'),(46731,10748,'ClientIP','198.245.50.191'),(46732,10748,'UserAgent',''),(46733,10748,'CurrentUserID','0'),(46734,10749,'Attempts','1'),(46735,10749,'ClientIP','46.161.9.8'),(46736,10749,'UserAgent','Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3 Cheshire/1.0.ALPHA'),(46737,10749,'CurrentUserID','0'),(46738,10750,'Attempts','3'),(46739,10750,'ClientIP','46.161.9.8'),(46740,10750,'UserAgent','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12'),(46741,10750,'CurrentUserID','0'),(46742,10751,'Attempts','2'),(46743,10751,'ClientIP','188.165.238.96'),(46744,10751,'UserAgent','Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 5.1) Opera 5.02 [en]'),(46745,10751,'CurrentUserID','0'),(46746,10752,'Attempts','5'),(46747,10752,'ClientIP','188.165.238.96'),(46748,10752,'UserAgent','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Maxthon; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322)'),(46749,10752,'CurrentUserID','0'),(46750,10753,'Attempts','3'),(46751,10753,'ClientIP','46.161.9.8'),(46752,10753,'UserAgent','Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9'),(46753,10753,'CurrentUserID','0'),(46754,10754,'Attempts','10+'),(46755,10754,'ClientIP','204.8.126.109'),(46756,10754,'UserAgent',''),(46757,10754,'CurrentUserID','0'),(46758,10755,'Attempts','10+'),(46759,10755,'ClientIP','178.137.89.132'),(46760,10755,'UserAgent',''),(46761,10755,'CurrentUserID','0'),(46762,10756,'Attempts','2'),(46763,10756,'ClientIP','46.161.9.8'),(46764,10756,'UserAgent','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.53'),(46765,10756,'CurrentUserID','0'),(46766,10757,'Username','pgmarshall@pgmarshall.net'),(46767,10757,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46768,10757,'ClientIP','174.24.128.217'),(46769,10757,'UserAgent','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'),(46770,10758,'PostID','115'),(46771,10758,'PostType','page'),(46772,10758,'PostTitle','Executive Officers and Board of Directors'),(46773,10758,'PostUrl','http://www.wsaa.aero/?page_id=115'),(46774,10758,'ClientIP','174.24.128.217'),(46775,10758,'UserAgent','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'),(46776,10758,'CurrentUserID','5'),(46777,10758,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46778,10758,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=514'),(46779,10759,'PostID','188'),(46780,10759,'PostType','page'),(46781,10759,'PostTitle','Membership Directory'),(46782,10759,'PostUrl','http://www.wsaa.aero/?page_id=188'),(46783,10759,'ClientIP','174.24.128.217'),(46784,10759,'UserAgent','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'),(46785,10759,'CurrentUserID','5'),(46786,10759,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46787,10759,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=515'),(46788,10760,'Attempts','2'),(46789,10760,'Username','wsaaus15'),(46790,10760,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46791,10760,'ClientIP','5.153.238.103'),(46792,10760,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46793,10761,'Attempts','2'),(46794,10761,'ClientIP','5.153.238.103'),(46795,10761,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46796,10761,'CurrentUserID','0'),(46797,10762,'Attempts','4'),(46798,10762,'ClientIP','188.165.238.96'),(46799,10762,'UserAgent','Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1'),(46800,10762,'CurrentUserID','0'),(46801,10763,'Attempts','1'),(46802,10763,'ClientIP','46.161.9.8'),(46803,10763,'UserAgent','Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(46804,10763,'CurrentUserID','0'),(46805,10764,'Attempts','2'),(46806,10764,'Username','wsaaus15'),(46807,10764,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46808,10764,'ClientIP','5.153.238.103'),(46809,10764,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46810,10765,'Attempts','2'),(46811,10765,'ClientIP','5.153.238.103'),(46812,10765,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46813,10765,'CurrentUserID','0'),(46814,10766,'Attempts','2'),(46815,10766,'Username','wsaaus15'),(46816,10766,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46817,10766,'ClientIP','5.153.238.103'),(46818,10766,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46819,10767,'Attempts','2'),(46820,10767,'ClientIP','5.153.238.103'),(46821,10767,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(46822,10767,'CurrentUserID','0'),(46823,10768,'Attempts','1'),(46824,10768,'ClientIP','46.161.9.8'),(46825,10768,'UserAgent','Mozilla/5.0 (X11; U; Linux; nb-NO) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.4'),(46826,10768,'CurrentUserID','0'),(46827,10769,'Attempts','1'),(46828,10769,'ClientIP','46.161.9.8'),(46829,10769,'UserAgent','curl/7.19.5 (i486-pc-linux-gnu) libcurl/7.19.5 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.15'),(46830,10769,'CurrentUserID','0'),(46831,10770,'Username','runamuk0@msn.com'),(46832,10770,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46833,10770,'ClientIP','174.31.152.9'),(46834,10770,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240'),(46835,10771,'PostID','517'),(46836,10771,'PostType','page'),(46837,10771,'PostTitle','WA State Airport Restaurants'),(46838,10771,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46839,10771,'ClientIP','174.31.152.9'),(46840,10771,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240'),(46841,10771,'CurrentUserID','2'),(46842,10771,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46843,10771,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=518'),(46844,10772,'Username','runamuk0@msn.com'),(46845,10772,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46846,10772,'ClientIP','174.31.152.9'),(46847,10772,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46848,10773,'CurrentUserID','2'),(46849,10773,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46850,10773,'ClientIP','174.31.152.9'),(46851,10773,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240'),(46852,10774,'PluginFile','\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/plugins/jetpack/jetpack.php'),(46853,10774,'PluginData','O:8:\"stdClass\":5:{s:4:\"Name\";s:24:\"Jetpack by WordPress.com\";s:9:\"PluginURI\";s:17:\"http://jetpack.me\";s:7:\"Version\";s:5:\"3.9.2\";s:6:\"Author\";s:10:\"Automattic\";s:7:\"Network\";s:5:\"False\";}'),(46854,10774,'ClientIP','174.31.152.9'),(46855,10774,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46856,10774,'CurrentUserID','2'),(46857,10774,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46858,10775,'Plugin','O:8:\"stdClass\":6:{s:4:\"Name\";s:10:\"TablePress\";s:9:\"PluginURI\";s:23:\"https://tablepress.org/\";s:7:\"Version\";s:3:\"1.7\";s:6:\"Author\";s:14:\"Tobias Bäthge\";s:7:\"Network\";s:5:\"False\";s:15:\"plugin_dir_path\";s:88:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/plugins/\";}'),(46859,10775,'ClientIP','174.31.152.9'),(46860,10775,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46861,10775,'CurrentUserID','2'),(46862,10775,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46863,10776,'PluginFile','\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/plugins/tablepress/tablepress.php'),(46864,10776,'PluginData','O:8:\"stdClass\":5:{s:4:\"Name\";s:10:\"TablePress\";s:9:\"PluginURI\";s:23:\"https://tablepress.org/\";s:7:\"Version\";s:3:\"1.7\";s:6:\"Author\";s:14:\"Tobias Bäthge\";s:7:\"Network\";s:5:\"False\";}'),(46865,10776,'ClientIP','174.31.152.9'),(46866,10776,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46867,10776,'CurrentUserID','2'),(46868,10776,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46869,10777,'PostID','517'),(46870,10777,'PostType','page'),(46871,10777,'PostTitle','WA State Airport Restaurants'),(46872,10777,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46873,10777,'ClientIP','174.31.152.9'),(46874,10777,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46875,10777,'CurrentUserID','2'),(46876,10777,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46877,10777,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=521'),(46878,10778,'PostID','517'),(46879,10778,'PostType','page'),(46880,10778,'PostTitle','WA State Airport Restaurants'),(46881,10778,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46882,10778,'ClientIP','174.31.152.9'),(46883,10778,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46884,10778,'CurrentUserID','2'),(46885,10778,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46886,10778,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=521'),(46887,10779,'AttachmentID','529'),(46888,10779,'FileName','WA-State-Airport-Restaurants-9Feb2016.xlsx'),(46889,10779,'FilePath','\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/uploads/2016/03'),(46890,10779,'ClientIP','174.31.152.9'),(46891,10779,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46892,10779,'CurrentUserID','2'),(46893,10779,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46894,10780,'AttachmentID','530'),(46895,10780,'FileName','WA-State-Airport-Restaurants-9Feb2016.pdf'),(46896,10780,'FilePath','\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/uploads/2016/03'),(46897,10780,'ClientIP','174.31.152.9'),(46898,10780,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46899,10780,'CurrentUserID','2'),(46900,10780,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46901,10778,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=521'),(46902,10778,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=521'),(46903,10781,'PostID','517'),(46904,10781,'PostType','page'),(46905,10781,'PostTitle','WA State Airport Restaurants'),(46906,10781,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46907,10781,'ClientIP','174.31.152.9'),(46908,10781,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46909,10781,'CurrentUserID','2'),(46910,10781,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46911,10781,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=531'),(46912,10782,'PostID','517'),(46913,10782,'PostType','page'),(46914,10782,'PostTitle','WA State Airport Restaurants'),(46915,10782,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46916,10782,'ClientIP','174.31.152.9'),(46917,10782,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46918,10782,'CurrentUserID','2'),(46919,10782,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46920,10782,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=531'),(46921,10782,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=531'),(46922,10783,'PostID','517'),(46923,10783,'PostType','page'),(46924,10783,'PostTitle','WA State Airport Restaurants'),(46925,10783,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46926,10783,'ClientIP','174.31.152.9'),(46927,10783,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46928,10783,'CurrentUserID','2'),(46929,10783,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46930,10783,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=532'),(46931,10784,'PostID','517'),(46932,10784,'PostType','page'),(46933,10784,'PostTitle','WA State Airport Restaurants'),(46934,10784,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46935,10784,'ClientIP','174.31.152.9'),(46936,10784,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46937,10784,'CurrentUserID','2'),(46938,10784,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46939,10784,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=532'),(46940,10784,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=532'),(46941,10785,'PostID','517'),(46942,10785,'PostType','page'),(46943,10785,'PostTitle','WA State Airport Restaurants'),(46944,10785,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46945,10785,'ClientIP','174.31.152.9'),(46946,10785,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46947,10785,'CurrentUserID','2'),(46948,10785,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46949,10785,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=536'),(46950,10786,'PostID','517'),(46951,10786,'PostType','page'),(46952,10786,'PostTitle','WA State Airport Restaurants'),(46953,10786,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46954,10786,'ClientIP','174.31.152.9'),(46955,10786,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46956,10786,'CurrentUserID','2'),(46957,10786,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46958,10786,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=536'),(46959,10787,'PostID','517'),(46960,10787,'PostType','page'),(46961,10787,'PostTitle','WA State Airport Restaurants'),(46962,10787,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46963,10787,'ClientIP','174.31.152.9'),(46964,10787,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46965,10787,'CurrentUserID','2'),(46966,10787,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46967,10787,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=536'),(46968,10788,'PostID','517'),(46969,10788,'PostType','page'),(46970,10788,'PostTitle','WA State Airport Restaurants'),(46971,10788,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46972,10788,'ClientIP','174.31.152.9'),(46973,10788,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46974,10788,'CurrentUserID','2'),(46975,10788,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46976,10788,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=536'),(46977,10789,'PostID','517'),(46978,10789,'PostType','page'),(46979,10789,'PostTitle','WA State Airport Restaurants'),(46980,10789,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46981,10789,'ClientIP','174.31.152.9'); INSERT INTO `wp_wsal_metadata` VALUES (46982,10789,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46983,10789,'CurrentUserID','2'),(46984,10789,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46985,10789,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=538'),(46986,10790,'PostID','517'),(46987,10790,'PostType','page'),(46988,10790,'PostTitle','WA State Airport Restaurants'),(46989,10790,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46990,10790,'ClientIP','174.31.152.9'),(46991,10790,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(46992,10790,'CurrentUserID','2'),(46993,10790,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(46994,10790,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=540'),(46995,10791,'PostID','517'),(46996,10791,'PostType','page'),(46997,10791,'PostTitle','WA State Airport Restaurants'),(46998,10791,'PostUrl','http://www.wsaa.aero/?page_id=517'),(46999,10791,'ClientIP','174.31.152.9'),(47000,10791,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(47001,10791,'CurrentUserID','2'),(47002,10791,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47003,10791,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=541'),(47004,10792,'PostID','517'),(47005,10792,'PostType','page'),(47006,10792,'PostTitle','WA State Airport Restaurants'),(47007,10792,'PostUrl','http://www.wsaa.aero/?page_id=517'),(47008,10792,'ClientIP','174.31.152.9'),(47009,10792,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(47010,10792,'CurrentUserID','2'),(47011,10792,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47012,10792,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=542'),(47013,10793,'PostID','537'),(47014,10793,'PostType','tablepress_table'),(47015,10793,'PostTitle','Copy of WA State Airport Restaurants - 9Feb2016.xlsx'),(47016,10793,'ClientIP','174.31.152.9'),(47017,10793,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(47018,10793,'CurrentUserID','2'),(47019,10793,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47020,10794,'PluginFile','\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/plugins/wordpress-backup-to-dropbox/wp-backup-to-dropbox.php'),(47021,10794,'PluginData','O:8:\"stdClass\":5:{s:4:\"Name\";s:27:\"WordPress Backup to Dropbox\";s:9:\"PluginURI\";s:16:\"http://wpb2d.com\";s:7:\"Version\";s:5:\"4.4.1\";s:6:\"Author\";s:16:\"Michael De Wildt\";s:7:\"Network\";s:5:\"False\";}'),(47022,10794,'ClientIP','174.31.152.9'),(47023,10794,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(47024,10794,'CurrentUserID','2'),(47025,10794,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47026,10795,'PluginFile','\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/plugins/updraftplus/updraftplus.php'),(47027,10795,'PluginData','O:8:\"stdClass\":5:{s:4:\"Name\";s:28:\"UpdraftPlus - Backup/Restore\";s:9:\"PluginURI\";s:23:\"https://updraftplus.com\";s:7:\"Version\";s:7:\"1.11.28\";s:6:\"Author\";s:30:\"UpdraftPlus.Com, DavidAnderson\";s:7:\"Network\";s:5:\"False\";}'),(47028,10795,'ClientIP','174.31.152.9'),(47029,10795,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(47030,10795,'CurrentUserID','2'),(47031,10795,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47032,10796,'Attempts','10+'),(47033,10796,'ClientIP','163.172.8.207'),(47034,10796,'UserAgent',''),(47035,10796,'CurrentUserID','0'),(47036,10797,'Attempts','10+'),(47037,10797,'ClientIP','212.43.96.40'),(47038,10797,'UserAgent',''),(47039,10797,'CurrentUserID','0'),(47040,10798,'Attempts','10+'),(47041,10798,'Username','wsaaus15'),(47042,10798,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47043,10798,'ClientIP','5.153.238.103'),(47044,10798,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47045,10799,'Attempts','10+'),(47046,10799,'ClientIP','5.153.238.103'),(47047,10799,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47048,10799,'CurrentUserID','0'),(47049,10800,'Attempts','10+'),(47050,10800,'ClientIP','54.193.66.247'),(47051,10800,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(47052,10800,'CurrentUserID','0'),(47053,10801,'ClientIP','127.0.0.1'),(47054,10801,'Username','Plugin'),(47055,10801,'PromoMessage','<strong>Email Notifications for WordPress</strong><br>Get notified instantly via email of important changes and actions on your WordPress with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/wordpress-email-notifications-add-on/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=emailnotifications\" target=\"_blank\">Email Notifications Add-on</a></strong>.'),(47056,10801,'PromoName','Email Notifications Add-on'),(47057,10802,'Attempts','10+'),(47058,10802,'ClientIP','195.154.236.110'),(47059,10802,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47060,10802,'CurrentUserID','0'),(47061,10803,'Attempts','10+'),(47062,10803,'ClientIP','91.200.12.36'),(47063,10803,'UserAgent','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)'),(47064,10803,'CurrentUserID','0'),(47065,10804,'PostID','512'),(47066,10804,'PostType','post'),(47067,10804,'PostTitle','Auto Draft'),(47068,10804,'ClientIP','10.30.65.101'),(47069,10804,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(47070,10804,'CurrentUserID','0'),(47071,10805,'Attempts','10+'),(47072,10805,'ClientIP','198.12.150.139'),(47073,10805,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(47074,10805,'CurrentUserID','0'),(47075,10806,'Attempts','10+'),(47076,10806,'Username','wsaaus15'),(47077,10806,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47078,10806,'ClientIP','37.203.214.2'),(47079,10806,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47080,10807,'Attempts','10+'),(47081,10807,'ClientIP','37.203.214.2'),(47082,10807,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47083,10807,'CurrentUserID','0'),(47084,10808,'Attempts','10+'),(47085,10808,'ClientIP','192.169.255.166'),(47086,10808,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(47087,10808,'CurrentUserID','0'),(47088,10809,'Attempts','10+'),(47089,10809,'Username','wsaaus15'),(47090,10809,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47091,10809,'ClientIP','130.185.155.74'),(47092,10809,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47093,10810,'Attempts','10+'),(47094,10810,'ClientIP','130.185.155.74'),(47095,10810,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47096,10810,'CurrentUserID','0'),(47097,10811,'Attempts','10+'),(47098,10811,'ClientIP','178.33.48.193'),(47099,10811,'UserAgent',''),(47100,10811,'CurrentUserID','0'),(47101,10812,'PostID','516'),(47102,10812,'PostType','post'),(47103,10812,'PostTitle','Auto Draft'),(47104,10812,'ClientIP','10.30.65.101'),(47105,10812,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(47106,10812,'CurrentUserID','0'),(47107,10813,'Attempts','10+'),(47108,10813,'ClientIP','166.62.117.52'),(47109,10813,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(47110,10813,'CurrentUserID','0'),(47111,10814,'Attempts','10+'),(47112,10814,'ClientIP','185.63.188.97'),(47113,10814,'UserAgent',''),(47114,10814,'CurrentUserID','0'),(47115,10815,'Attempts','4'),(47116,10815,'ClientIP','166.62.32.14'),(47117,10815,'UserAgent',''),(47118,10815,'CurrentUserID','0'),(47119,10816,'Attempts','10+'),(47120,10816,'Username','wsaaus15'),(47121,10816,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47122,10816,'ClientIP','130.185.155.74'),(47123,10816,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47124,10817,'Attempts','10+'),(47125,10817,'ClientIP','130.185.155.74'),(47126,10817,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47127,10817,'CurrentUserID','0'),(47128,10818,'Attempts','10+'),(47129,10818,'ClientIP','166.62.117.52'),(47130,10818,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(47131,10818,'CurrentUserID','0'),(47132,10819,'PostID','501'),(47133,10819,'PostType','post'),(47134,10819,'PostTitle','Washington State Aviation Alliance to host fourth annual Airport Awareness Day Jan. 19'),(47135,10819,'ClientIP','10.30.65.101'),(47136,10819,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(47137,10819,'CurrentUserID','0'),(47138,10820,'Attempts','10+'),(47139,10820,'Username','wsaaus15'),(47140,10820,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47141,10820,'ClientIP','130.185.155.74'),(47142,10820,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47143,10821,'Attempts','10+'),(47144,10821,'ClientIP','130.185.155.74'),(47145,10821,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47146,10821,'CurrentUserID','0'),(47147,10822,'Attempts','10+'),(47148,10822,'ClientIP','192.169.196.34'),(47149,10822,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(47150,10822,'CurrentUserID','0'),(47151,10823,'Attempts','7'),(47152,10823,'ClientIP','192.169.215.189'),(47153,10823,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(47154,10823,'CurrentUserID','0'),(47155,10824,'Attempts','10+'),(47156,10824,'ClientIP','23.249.171.17'),(47157,10824,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(47158,10824,'CurrentUserID','0'),(47159,10825,'Attempts','10+'),(47160,10825,'Username','wsaaus15'),(47161,10825,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47162,10825,'ClientIP','130.185.155.74'),(47163,10825,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47164,10826,'Attempts','10+'),(47165,10826,'ClientIP','130.185.155.74'),(47166,10826,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47167,10826,'CurrentUserID','0'),(47168,10827,'Attempts','10+'),(47169,10827,'Username','wsaaus15'),(47170,10827,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47171,10827,'ClientIP','5.153.233.130'),(47172,10827,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47173,10828,'Attempts','10+'),(47174,10828,'ClientIP','5.153.233.130'),(47175,10828,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47176,10828,'CurrentUserID','0'),(47177,10829,'Attempts','10+'),(47178,10829,'Username','wsaaus15'),(47179,10829,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47180,10829,'ClientIP','5.153.238.103'),(47181,10829,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47182,10830,'Attempts','10+'),(47183,10830,'ClientIP','5.153.238.103'),(47184,10830,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47185,10830,'CurrentUserID','0'),(47186,10831,'Attempts','10+'),(47187,10831,'ClientIP','173.254.198.229'),(47188,10831,'UserAgent','XML-RPC.NET'),(47189,10831,'CurrentUserID','0'),(47190,10832,'Attempts','10+'),(47191,10832,'Username','wsaaus15'),(47192,10832,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47193,10832,'ClientIP','5.153.233.130'),(47194,10832,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47195,10833,'Attempts','10+'),(47196,10833,'ClientIP','5.153.233.130'),(47197,10833,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47198,10833,'CurrentUserID','0'),(47199,10834,'Attempts','10+'),(47200,10834,'Username','wsaaus15'),(47201,10834,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47202,10834,'ClientIP','130.185.155.74'),(47203,10834,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47204,10835,'Attempts','10+'),(47205,10835,'ClientIP','130.185.155.74'),(47206,10835,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47207,10835,'CurrentUserID','0'),(47208,10836,'Attempts','10+'),(47209,10836,'ClientIP','120.43.12.198'),(47210,10836,'UserAgent','XML-RPC.NET'),(47211,10836,'CurrentUserID','0'),(47212,10837,'Attempts','4'),(47213,10837,'ClientIP','52.34.22.14'),(47214,10837,'UserAgent',''),(47215,10837,'CurrentUserID','0'),(47216,10838,'Attempts','10+'),(47217,10838,'ClientIP','176.31.86.178'),(47218,10838,'UserAgent',''),(47219,10838,'CurrentUserID','0'),(47220,10839,'Attempts','10+'),(47221,10839,'Username','wsaaus15'),(47222,10839,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47223,10839,'ClientIP','130.185.155.74'),(47224,10839,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47225,10840,'Attempts','10+'),(47226,10840,'ClientIP','130.185.155.74'),(47227,10840,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47228,10840,'CurrentUserID','0'),(47229,10841,'Attempts','10+'),(47230,10841,'Username','wsaaus15'),(47231,10841,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47232,10841,'ClientIP','5.153.233.130'),(47233,10841,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47234,10842,'Attempts','10+'),(47235,10842,'ClientIP','5.153.233.130'),(47236,10842,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47237,10842,'CurrentUserID','0'),(47238,10843,'Attempts','10+'),(47239,10843,'ClientIP','82.221.49.6'),(47240,10843,'UserAgent',''),(47241,10843,'CurrentUserID','0'),(47242,10844,'Attempts','10+'),(47243,10844,'ClientIP','188.163.78.47'),(47244,10844,'UserAgent','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'),(47245,10844,'CurrentUserID','0'),(47246,10845,'Attempts','2'),(47247,10845,'ClientIP','103.249.111.160'),(47248,10845,'UserAgent',''),(47249,10845,'CurrentUserID','0'),(47250,10846,'Attempts','6'),(47251,10846,'ClientIP','87.106.200.50'),(47252,10846,'UserAgent',''),(47253,10846,'CurrentUserID','0'),(47254,10847,'Attempts','2'),(47255,10847,'Username','wsaaus15'),(47256,10847,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47257,10847,'ClientIP','96.44.178.125'),(47258,10847,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47259,10848,'Attempts','2'),(47260,10848,'ClientIP','96.44.178.125'),(47261,10848,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47262,10848,'CurrentUserID','0'),(47263,10849,'Attempts','10+'),(47264,10849,'Username','wsaaus15'),(47265,10849,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47266,10849,'ClientIP','5.153.233.130'),(47267,10849,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47268,10850,'Attempts','10+'),(47269,10850,'ClientIP','5.153.233.130'),(47270,10850,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47271,10850,'CurrentUserID','0'),(47272,10851,'Attempts','10+'),(47273,10851,'Username','wsaaus15'),(47274,10851,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47275,10851,'ClientIP','130.185.155.10'),(47276,10851,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47277,10852,'Attempts','10+'),(47278,10852,'ClientIP','130.185.155.10'),(47279,10852,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(47280,10852,'CurrentUserID','0'),(47281,10853,'Attempts','5'),(47282,10853,'Username','wsaaus15'),(47283,10853,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47284,10853,'ClientIP','213.251.182.115'),(47285,10853,'UserAgent','wp-windowsphone'),(47286,10854,'Attempts','1'),(47287,10854,'Username','wsaaus15'),(47288,10854,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47289,10854,'ClientIP','91.146.108.148'),(47290,10854,'UserAgent','wp-windowsphone'),(47291,10855,'Attempts','1'),(47292,10855,'Username','wsaaus15'),(47293,10855,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47294,10855,'ClientIP','5.196.170.93'),(47295,10855,'UserAgent','wp-iphone'),(47296,10856,'Attempts','1'),(47297,10856,'Username','wsaaus15'),(47298,10856,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47299,10856,'ClientIP','213.251.182.107'),(47300,10856,'UserAgent','Windows Live Writer'),(47301,10857,'Attempts','1'),(47302,10857,'Username','wsaaus15'),(47303,10857,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47304,10857,'ClientIP','188.128.164.135'),(47305,10857,'UserAgent','wp-android'),(47306,10858,'Attempts','1'),(47307,10858,'Username','wsaaus15'),(47308,10858,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47309,10858,'ClientIP','94.124.120.17'),(47310,10858,'UserAgent','wp-android'),(47311,10859,'Attempts','1'),(47312,10859,'Username','wsaaus15'),(47313,10859,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47314,10859,'ClientIP','46.165.240.76'),(47315,10859,'UserAgent','wp-android'),(47316,10860,'Attempts','1'),(47317,10861,'Attempts','1'),(47318,10860,'Username','wsaaus15'),(47319,10861,'Username','wsaaus15'),(47320,10860,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47321,10861,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47322,10860,'ClientIP','79.125.9.242'),(47323,10861,'ClientIP','185.58.73.33'),(47324,10860,'UserAgent','wp-windowsphone'),(47325,10861,'UserAgent','Poster'),(47326,10862,'Attempts','1'),(47327,10862,'Username','wsaaus15'),(47328,10862,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47329,10862,'ClientIP','108.62.143.55'),(47330,10862,'UserAgent','Poster'),(47331,10863,'Attempts','1'),(47332,10863,'Username','wsaaus15'),(47333,10863,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47334,10863,'ClientIP','93.157.6.77'),(47335,10863,'UserAgent','WordPress'),(47336,10864,'Attempts','1'),(47337,10864,'Username','wsaaus15'),(47338,10864,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47339,10864,'ClientIP','52.17.247.228'),(47340,10864,'UserAgent','Windows Live Writer'),(47341,10865,'Attempts','1'),(47342,10865,'Username','wsaaus15'),(47343,10865,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47344,10865,'ClientIP','10.3.229.121'),(47345,10865,'UserAgent','wp-windowsphone'),(47346,10866,'Attempts','1'),(47347,10866,'Username','wsaaus15'),(47348,10866,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47349,10866,'ClientIP','67.222.30.121'),(47350,10866,'UserAgent','Poster'),(47351,10867,'Attempts','1'),(47352,10867,'Username','wsaaus15'),(47353,10867,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47354,10867,'ClientIP','89.46.6.221'),(47355,10867,'UserAgent','Poster'),(47356,10868,'Attempts','1'),(47357,10868,'Username','wsaaus15'),(47358,10868,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47359,10868,'ClientIP','94.23.218.195'),(47360,10868,'UserAgent','Windows Live Writer'),(47361,10869,'Attempts','2'),(47362,10869,'Username','wsaaus15'),(47363,10869,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47364,10869,'ClientIP','213.251.182.106'),(47365,10869,'UserAgent','Poster'),(47366,10870,'Attempts','1'),(47367,10870,'Username','wsaaus15'),(47368,10870,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47369,10870,'ClientIP','134.0.14.185'),(47370,10870,'UserAgent','wp-iphone'),(47371,10871,'Attempts','1'),(47372,10871,'Username','wsaaus15'),(47373,10871,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47374,10871,'ClientIP','94.73.145.212'),(47375,10871,'UserAgent','Windows Live Writer'),(47376,10872,'Attempts','1'),(47377,10872,'Username','wsaaus15'),(47378,10872,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47379,10872,'ClientIP','103.4.217.232'),(47380,10872,'UserAgent','wp-windowsphone'),(47381,10873,'Attempts','1'),(47382,10873,'Username','wsaaus15'),(47383,10873,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47384,10873,'ClientIP','190.215.113.60'),(47385,10873,'UserAgent','Poster'),(47386,10874,'Attempts','1'),(47387,10874,'Username','wsaaus15'),(47388,10874,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47389,10874,'ClientIP','115.146.127.60'),(47390,10874,'UserAgent','wp-iphone'),(47391,10875,'Attempts','1'),(47392,10875,'Username','wsaaus15'),(47393,10875,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47394,10875,'ClientIP','115.146.127.39'),(47395,10875,'UserAgent','wp-iphone'),(47396,10876,'Attempts','1'),(47397,10876,'Username','wsaaus15'),(47398,10876,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47399,10876,'ClientIP','42.112.20.68'),(47400,10876,'UserAgent','wp-iphone'),(47401,10877,'Attempts','1'),(47402,10877,'Username','wsaaus15'),(47403,10877,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47404,10877,'ClientIP','54.86.107.223'),(47405,10877,'UserAgent','WordPress'),(47406,10878,'Attempts','1'),(47407,10878,'Username','wsaaus15'),(47408,10878,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47409,10878,'ClientIP','186.64.119.170'),(47410,10878,'UserAgent','wp-iphone'),(47411,10879,'Attempts','1'),(47412,10879,'Username','wsaaus15'),(47413,10879,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47414,10879,'ClientIP','91.221.171.128'),(47415,10879,'UserAgent','Windows Live Writer'),(47416,10880,'Attempts','1'),(47417,10880,'Username','wsaaus15'),(47418,10880,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47419,10880,'ClientIP','178.124.140.30'),(47420,10880,'UserAgent','wp-android'),(47421,10881,'Attempts','1'),(47422,10881,'Username','wsaaus15'),(47423,10881,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47424,10881,'ClientIP','216.172.189.171'),(47425,10881,'UserAgent','Windows Live Writer'),(47426,10882,'Attempts','1'),(47427,10882,'Username','wsaaus15'),(47428,10882,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47429,10882,'ClientIP','123.30.174.120'),(47430,10882,'UserAgent','wp-android'),(47431,10883,'Attempts','1'),(47432,10883,'Username','wsaaus15'),(47433,10883,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47434,10883,'ClientIP','217.25.40.23'),(47435,10883,'UserAgent','WordPress'),(47436,10884,'Attempts','1'),(47437,10884,'Username','wsaaus15'),(47438,10884,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47439,10884,'ClientIP','213.151.89.67'),(47440,10884,'UserAgent','Poster'),(47441,10885,'Attempts','1'),(47442,10885,'Username','wsaaus15'),(47443,10885,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47444,10885,'ClientIP','94.231.106.189'),(47445,10885,'UserAgent','wp-windowsphone'),(47446,10886,'Attempts','1'),(47447,10886,'Username','wsaaus15'),(47448,10886,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47449,10886,'ClientIP','94.231.108.221'),(47450,10886,'UserAgent','WordPress'),(47451,10887,'Attempts','1'),(47452,10887,'Username','wsaaus15'),(47453,10887,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47454,10887,'ClientIP','5.9.96.106'),(47455,10887,'UserAgent','WordPress'),(47456,10888,'Attempts','1'),(47457,10888,'Username','wsaaus15'),(47458,10888,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47459,10888,'ClientIP','31.192.225.133'),(47460,10888,'UserAgent','wp-android'),(47461,10889,'Attempts','1'),(47462,10889,'Username','wsaaus15'),(47463,10889,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47464,10889,'ClientIP','23.92.208.2'),(47465,10889,'UserAgent','Windows Live Writer'),(47466,10890,'Attempts','1'),(47467,10890,'Username','wsaaus15'),(47468,10890,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47469,10890,'ClientIP','217.146.95.210'),(47470,10890,'UserAgent','Poster'),(47471,10891,'Attempts','1'),(47472,10891,'Username','wsaaus15'),(47473,10891,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47474,10891,'ClientIP','65.99.237.197'),(47475,10891,'UserAgent','Windows Live Writer'),(47476,10892,'Attempts','9'),(47477,10892,'ClientIP','213.251.182.105'),(47478,10892,'UserAgent','Windows Live Writer'),(47479,10892,'CurrentUserID','0'),(47480,10894,'Attempts','3'),(47481,10893,'Attempts','6'),(47482,10893,'ClientIP','193.202.110.189'),(47483,10894,'ClientIP','199.167.22.138'),(47484,10893,'UserAgent','Windows Live Writer'),(47485,10894,'UserAgent','wp-iphone'),(47486,10893,'CurrentUserID','0'),(47487,10894,'CurrentUserID','0'),(47488,10895,'Attempts','1'),(47489,10895,'Username','wsaaus15'),(47490,10895,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47491,10895,'ClientIP','46.28.105.121'),(47492,10895,'UserAgent','wp-iphone'),(47493,10896,'Attempts','3'),(47494,10896,'ClientIP','155.254.28.156'),(47495,10896,'UserAgent','wp-windowsphone'),(47496,10896,'CurrentUserID','0'),(47497,10897,'Attempts','3'),(47498,10897,'ClientIP','91.239.67.4'),(47499,10897,'UserAgent','WordPress'),(47500,10897,'CurrentUserID','0'),(47501,10898,'Attempts','3'),(47502,10898,'ClientIP','185.56.144.43'),(47503,10898,'UserAgent','Windows Live Writer'),(47504,10898,'CurrentUserID','0'),(47505,10899,'Attempts','3'),(47506,10899,'ClientIP','193.202.110.187'),(47507,10899,'UserAgent','wp-iphone'),(47508,10899,'CurrentUserID','0'),(47509,10900,'Attempts','1'),(47510,10900,'Username','wsaaus15'),(47511,10900,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47512,10900,'ClientIP','212.113.150.211'),(47513,10900,'UserAgent','Windows Live Writer'),(47514,10901,'Attempts','3'),(47515,10901,'ClientIP','193.202.110.179'),(47516,10901,'UserAgent','WordPress'),(47517,10901,'CurrentUserID','0'),(47518,10902,'Attempts','1'),(47519,10902,'Username','wsaaus15'),(47520,10902,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47521,10902,'ClientIP','5.172.198.110'),(47522,10902,'UserAgent','Poster'),(47523,10903,'Attempts','3'),(47524,10903,'ClientIP','101.99.70.200'),(47525,10903,'UserAgent','WordPress'),(47526,10903,'CurrentUserID','0'),(47527,10904,'Attempts','5'),(47528,10904,'ClientIP','193.202.110.191'),(47529,10904,'UserAgent','wp-iphone'),(47530,10904,'CurrentUserID','0'),(47531,10905,'Attempts','1'),(47532,10905,'Username','wsaaus15'),(47533,10905,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47534,10905,'ClientIP','203.150.1.150'),(47535,10905,'UserAgent','Windows Live Writer'),(47536,10906,'Attempts','1'),(47537,10906,'Username','wsaaus15'),(47538,10906,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47539,10906,'ClientIP','91.189.41.166'),(47540,10906,'UserAgent','WordPress'),(47541,10907,'Attempts','3'),(47542,10907,'ClientIP','217.26.58.54'),(47543,10907,'UserAgent','Windows Live Writer'),(47544,10907,'CurrentUserID','0'),(47545,10908,'Attempts','1'),(47546,10908,'Username','wsaaus15'),(47547,10908,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47548,10908,'ClientIP','79.96.162.23'),(47549,10908,'UserAgent','WordPress'),(47550,10909,'Attempts','1'),(47551,10909,'Username','wsaaus15'),(47552,10909,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47553,10909,'ClientIP','188.165.221.108'),(47554,10909,'UserAgent','Poster'),(47555,10910,'Attempts','3'),(47556,10910,'ClientIP','195.74.69.42'),(47557,10910,'UserAgent','wp-windowsphone'),(47558,10910,'CurrentUserID','0'),(47559,10911,'Attempts','3'),(47560,10911,'ClientIP','111.221.46.27'),(47561,10911,'UserAgent','Poster'),(47562,10911,'CurrentUserID','0'),(47563,10912,'Attempts','3'),(47564,10912,'ClientIP','157.7.105.203'),(47565,10912,'UserAgent','wp-iphone'),(47566,10912,'CurrentUserID','0'),(47567,10913,'Attempts','1'),(47568,10913,'Username','wsaaus15'),(47569,10913,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47570,10913,'ClientIP','68.232.188.39'),(47571,10913,'UserAgent','WordPress'),(47572,10914,'Attempts','2'),(47573,10914,'ClientIP','188.128.211.90'),(47574,10914,'UserAgent','Poster'),(47575,10914,'CurrentUserID','0'),(47576,10915,'Attempts','1'),(47577,10915,'Username','wsaaus15'),(47578,10915,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(47579,10915,'ClientIP','188.95.227.10'),(47580,10915,'UserAgent','Windows Live Writer'),(47581,10916,'Attempts','3'),(47582,10916,'ClientIP','193.202.110.184'),(47583,10916,'UserAgent','Windows Live Writer'),(47584,10916,'CurrentUserID','0'),(47585,10917,'Attempts','10'),(47586,10917,'ClientIP','213.251.182.115'),(47587,10917,'UserAgent','wp-iphone'),(47588,10917,'CurrentUserID','0'),(47589,10918,'Attempts','3'),(47590,10918,'ClientIP','149.202.203.143'),(47591,10918,'UserAgent','wp-iphone'),(47592,10918,'CurrentUserID','0'),(47593,10919,'Attempts','9'),(47594,10919,'ClientIP','213.251.182.114'),(47595,10919,'UserAgent','WordPress'),(47596,10919,'CurrentUserID','0'),(47597,10920,'Attempts','2'),(47598,10920,'ClientIP','195.154.223.105'),(47599,10920,'UserAgent','WordPress'),(47600,10920,'CurrentUserID','0'),(47601,10921,'Attempts','2'),(47602,10921,'ClientIP','79.96.225.232'),(47603,10921,'UserAgent','wp-iphone'),(47604,10921,'CurrentUserID','0'),(47605,10922,'Attempts','2'),(47606,10922,'ClientIP','188.116.33.51'),(47607,10922,'UserAgent','Windows Live Writer'),(47608,10922,'CurrentUserID','0'),(47609,10923,'Attempts','3'),(47610,10923,'ClientIP','75.98.175.112'),(47611,10923,'UserAgent','wp-windowsphone'),(47612,10923,'CurrentUserID','0'),(47613,10924,'Attempts','3'),(47614,10924,'ClientIP','5.144.130.15'),(47615,10924,'UserAgent','WordPress'),(47616,10924,'CurrentUserID','0'),(47617,10925,'Attempts','2'),(47618,10925,'ClientIP','5.135.187.151'),(47619,10925,'UserAgent','wp-android'),(47620,10925,'CurrentUserID','0'),(47621,10926,'Attempts','2'),(47622,10926,'ClientIP','91.226.216.147'),(47623,10926,'UserAgent','wp-windowsphone'),(47624,10926,'CurrentUserID','0'),(47625,10927,'Attempts','3'),(47626,10927,'ClientIP','79.96.10.134'),(47627,10927,'UserAgent','wp-windowsphone'),(47628,10927,'CurrentUserID','0'),(47629,10928,'Attempts','3'),(47630,10928,'ClientIP','91.189.176.172'),(47631,10928,'UserAgent','wp-iphone'),(47632,10928,'CurrentUserID','0'),(47633,10929,'Attempts','3'),(47634,10929,'ClientIP','212.91.27.193'),(47635,10929,'UserAgent','Windows Live Writer'),(47636,10929,'CurrentUserID','0'),(47637,10930,'Attempts','2'),(47638,10930,'ClientIP','85.128.142.27'),(47639,10930,'UserAgent','wp-iphone'),(47640,10930,'CurrentUserID','0'),(47641,10931,'Attempts','3'),(47642,10931,'ClientIP','5.9.87.109'),(47643,10931,'UserAgent','wp-windowsphone'),(47644,10931,'CurrentUserID','0'),(47645,10932,'Attempts','2'),(47646,10932,'ClientIP','195.114.18.148'),(47647,10932,'UserAgent','wp-android'),(47648,10932,'CurrentUserID','0'),(47649,10933,'Attempts','3'),(47650,10933,'ClientIP','185.99.1.61'),(47651,10933,'UserAgent','WordPress'),(47652,10933,'CurrentUserID','0'),(47653,10934,'Attempts','2'),(47654,10934,'ClientIP','85.128.142.29'),(47655,10934,'UserAgent','Poster'),(47656,10934,'CurrentUserID','0'),(47657,10935,'Attempts','3'),(47658,10935,'ClientIP','85.128.135.37'),(47659,10935,'UserAgent','Windows Live Writer'),(47660,10935,'CurrentUserID','0'),(47661,10936,'Attempts','3'),(47662,10936,'ClientIP','79.96.15.126'),(47663,10936,'UserAgent','wp-android'),(47664,10936,'CurrentUserID','0'),(47665,10937,'Attempts','3'),(47666,10937,'ClientIP','62.182.61.189'),(47667,10937,'UserAgent','Poster'),(47668,10937,'CurrentUserID','0'),(47669,10938,'Attempts','2'),(47670,10938,'ClientIP','103.225.186.84'),(47671,10938,'UserAgent','wp-android'),(47672,10938,'CurrentUserID','0'),(47673,10939,'Attempts','1'),(47674,10939,'ClientIP','213.251.182.113'),(47675,10939,'UserAgent','wp-windowsphone'),(47676,10939,'CurrentUserID','0'),(47677,10940,'Attempts','2'),(47678,10940,'ClientIP','46.28.105.116'),(47679,10940,'UserAgent','wp-android'),(47680,10940,'CurrentUserID','0'),(47681,10941,'Attempts','3'),(47682,10941,'ClientIP','212.91.27.245'),(47683,10941,'UserAgent','wp-windowsphone'),(47684,10941,'CurrentUserID','0'),(47685,10942,'Attempts','3'),(47686,10942,'ClientIP','46.234.101.9'),(47687,10942,'UserAgent','wp-windowsphone'),(47688,10942,'CurrentUserID','0'),(47689,10943,'Attempts','2'),(47690,10943,'ClientIP','116.12.200.211'),(47691,10943,'UserAgent','wp-windowsphone'),(47692,10943,'CurrentUserID','0'),(47693,10944,'Attempts','2'),(47694,10944,'ClientIP','46.28.105.137'),(47695,10944,'UserAgent','wp-iphone'),(47696,10944,'CurrentUserID','0'),(47697,10945,'Attempts','3'),(47698,10945,'ClientIP','46.28.105.139'),(47699,10945,'UserAgent','WordPress'),(47700,10945,'CurrentUserID','0'),(47701,10946,'Attempts','2'),(47702,10946,'ClientIP','188.128.172.26'),(47703,10946,'UserAgent','WordPress'),(47704,10946,'CurrentUserID','0'),(47705,10947,'Attempts','3'),(47706,10947,'ClientIP','46.28.105.76'),(47707,10947,'UserAgent','wp-android'),(47708,10947,'CurrentUserID','0'),(47709,10948,'Attempts','2'),(47710,10948,'ClientIP','79.96.219.122'),(47711,10948,'UserAgent','wp-android'),(47712,10948,'CurrentUserID','0'),(47713,10949,'Attempts','2'),(47714,10949,'ClientIP','79.96.227.13'),(47715,10949,'UserAgent','wp-android'),(47716,10949,'CurrentUserID','0'),(47717,10950,'Attempts','2'),(47718,10950,'ClientIP','178.32.71.128'),(47719,10950,'UserAgent','wp-android'),(47720,10950,'CurrentUserID','0'),(47721,10951,'ClientIP','127.0.0.1'),(47722,10951,'Username','Plugin'),(47723,10951,'PromoMessage','<strong>Search and Filtering for WordPress Audit Log</strong><br>Easily find a specific change or action in the WordPress audit log with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/search-add-on-for-wordpress-security-audit-log/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=search\" target=\"_blank\">Search & Filters Add-on</a></strong>.'),(47724,10951,'PromoName','Search & Filters Add-on'),(47725,10952,'Attempts','2'),(47726,10952,'ClientIP','85.128.142.85'),(47727,10952,'UserAgent','wp-windowsphone'),(47728,10952,'CurrentUserID','0'),(47729,10953,'Attempts','4'),(47730,10953,'ClientIP','85.128.142.44'),(47731,10953,'UserAgent','Windows Live Writer'),(47732,10953,'CurrentUserID','0'),(47733,10954,'Attempts','2'),(47734,10954,'ClientIP','5.135.1.156'),(47735,10954,'UserAgent','wp-iphone'),(47736,10954,'CurrentUserID','0'),(47737,10955,'Attempts','3'),(47738,10955,'ClientIP','31.25.89.55'),(47739,10955,'UserAgent','wp-iphone'),(47740,10955,'CurrentUserID','0'),(47741,10956,'Attempts','1'),(47742,10956,'ClientIP','79.96.165.208'),(47743,10956,'UserAgent','WordPress'),(47744,10956,'CurrentUserID','0'),(47745,10957,'Attempts','2'),(47746,10957,'ClientIP','46.101.4.5'),(47747,10957,'UserAgent','wp-windowsphone'),(47748,10957,'CurrentUserID','0'),(47749,10958,'Attempts','2'),(47750,10958,'ClientIP','5.79.72.225'),(47751,10958,'UserAgent','wp-iphone'),(47752,10958,'CurrentUserID','0'),(47753,10959,'Attempts','2'),(47754,10959,'ClientIP','188.165.229.45'),(47755,10959,'UserAgent','Windows Live Writer'),(47756,10959,'CurrentUserID','0'),(47757,10960,'Attempts','2'),(47758,10960,'ClientIP','178.62.189.69'),(47759,10960,'UserAgent','Windows Live Writer'),(47760,10960,'CurrentUserID','0'),(47761,10961,'Attempts','1'),(47762,10961,'ClientIP','82.98.151.137'),(47763,10961,'UserAgent','WordPress'),(47764,10961,'CurrentUserID','0'),(47765,10962,'Attempts','3'),(47766,10962,'ClientIP','5.79.71.132'),(47767,10962,'UserAgent','wp-iphone'),(47768,10962,'CurrentUserID','0'),(47769,10963,'Attempts','4'),(47770,10963,'ClientIP','185.24.98.35'),(47771,10963,'UserAgent','Poster'),(47772,10963,'CurrentUserID','0'),(47773,10964,'Attempts','2'),(47774,10964,'ClientIP','144.76.189.18'),(47775,10964,'UserAgent','Windows Live Writer'),(47776,10964,'CurrentUserID','0'),(47777,10965,'Attempts','2'),(47778,10965,'ClientIP','82.98.134.217'),(47779,10965,'UserAgent','wp-iphone'),(47780,10965,'CurrentUserID','0'),(47781,10966,'Attempts','1'),(47782,10966,'ClientIP','176.58.112.120'),(47783,10966,'UserAgent','wp-iphone'),(47784,10966,'CurrentUserID','0'),(47785,10967,'Attempts','2'),(47786,10967,'ClientIP','85.128.142.31'),(47787,10967,'UserAgent','Windows Live Writer'),(47788,10967,'CurrentUserID','0'),(47789,10968,'Attempts','2'),(47790,10968,'ClientIP','208.43.99.132'),(47791,10968,'UserAgent','WordPress'),(47792,10968,'CurrentUserID','0'),(47793,10969,'Attempts','3'),(47794,10969,'ClientIP','113.29.226.130'),(47795,10969,'UserAgent','wp-windowsphone'),(47796,10969,'CurrentUserID','0'),(47797,10970,'Attempts','2'),(47798,10970,'ClientIP','123.30.181.94'),(47799,10970,'UserAgent','wp-android'),(47800,10970,'CurrentUserID','0'),(47801,10971,'Attempts','1'),(47802,10971,'ClientIP','23.88.104.207'),(47803,10971,'UserAgent','WordPress'),(47804,10971,'CurrentUserID','0'),(47805,10972,'Attempts','1'),(47806,10972,'ClientIP','175.107.186.81'),(47807,10972,'UserAgent','wp-android'),(47808,10972,'CurrentUserID','0'),(47809,10973,'Attempts','2'),(47810,10973,'ClientIP','5.44.238.152'),(47811,10973,'UserAgent','WordPress'),(47812,10973,'CurrentUserID','0'),(47813,10974,'Attempts','2'),(47814,10974,'ClientIP','89.26.240.140'),(47815,10974,'UserAgent','wp-windowsphone'),(47816,10974,'CurrentUserID','0'),(47817,10975,'Attempts','2'),(47818,10975,'ClientIP','185.50.38.86'),(47819,10975,'UserAgent','wp-iphone'),(47820,10975,'CurrentUserID','0'),(47821,10976,'Attempts','2'),(47822,10976,'ClientIP','185.5.99.77'),(47823,10976,'UserAgent','WordPress'),(47824,10976,'CurrentUserID','0'),(47825,10977,'Attempts','1'),(47826,10977,'ClientIP','95.141.46.157'),(47827,10977,'UserAgent','Poster'),(47828,10977,'CurrentUserID','0'),(47829,10978,'Attempts','3'),(47830,10978,'ClientIP','106.186.120.245'),(47831,10978,'UserAgent','wp-iphone'),(47832,10978,'CurrentUserID','0'),(47833,10979,'Attempts','2'),(47834,10979,'ClientIP','185.118.112.134'),(47835,10979,'UserAgent','wp-android'),(47836,10979,'CurrentUserID','0'),(47837,10980,'Attempts','2'),(47838,10980,'ClientIP','49.143.225.193'),(47839,10980,'UserAgent','wp-windowsphone'),(47840,10980,'CurrentUserID','0'),(47841,10981,'Attempts','2'),(47842,10981,'ClientIP','103.15.156.3'),(47843,10981,'UserAgent','Windows Live Writer'),(47844,10981,'CurrentUserID','0'),(47845,10982,'Attempts','1'),(47846,10982,'ClientIP','112.78.2.57'),(47847,10982,'UserAgent','Windows Live Writer'),(47848,10982,'CurrentUserID','0'),(47849,10983,'Attempts','2'),(47850,10983,'ClientIP','92.62.135.9'),(47851,10983,'UserAgent','wp-android'),(47852,10983,'CurrentUserID','0'),(47853,10984,'Attempts','4'),(47854,10984,'ClientIP','37.9.168.6'),(47855,10984,'UserAgent','Windows Live Writer'),(47856,10984,'CurrentUserID','0'),(47857,10985,'Attempts','4'),(47858,10985,'ClientIP','185.6.73.111'),(47859,10985,'UserAgent','Windows Live Writer'),(47860,10985,'CurrentUserID','0'),(47861,10986,'Attempts','2'),(47862,10986,'ClientIP','96.30.60.166'),(47863,10986,'UserAgent','wp-windowsphone'),(47864,10986,'CurrentUserID','0'),(47865,10987,'Attempts','2'),(47866,10987,'ClientIP','45.55.179.10'),(47867,10987,'UserAgent','Poster'),(47868,10987,'CurrentUserID','0'),(47869,10988,'Attempts','2'),(47870,10988,'ClientIP','212.52.180.69'),(47871,10988,'UserAgent','Poster'),(47872,10988,'CurrentUserID','0'),(47873,10989,'Attempts','2'),(47874,10989,'ClientIP','188.93.230.40'),(47875,10989,'UserAgent','wp-iphone'),(47876,10989,'CurrentUserID','0'),(47877,10990,'Attempts','2'),(47878,10990,'ClientIP','79.96.176.68'),(47879,10990,'UserAgent','WordPress'),(47880,10990,'CurrentUserID','0'),(47881,10991,'Attempts','2'),(47882,10991,'ClientIP','176.122.224.208'),(47883,10991,'UserAgent','WordPress'),(47884,10991,'CurrentUserID','0'),(47885,10992,'Attempts','6'),(47886,10992,'ClientIP','50.62.208.42'),(47887,10992,'UserAgent','Windows Live Writer'),(47888,10992,'CurrentUserID','0'),(47889,10993,'Attempts','1'),(47890,10993,'ClientIP','173.214.180.197'),(47891,10993,'UserAgent','wp-iphone'),(47892,10993,'CurrentUserID','0'),(47893,10994,'Attempts','1'),(47894,10994,'ClientIP','192.169.249.167'),(47895,10994,'UserAgent','wp-iphone'),(47896,10994,'CurrentUserID','0'),(47897,10995,'Attempts','2'),(47898,10995,'ClientIP','85.25.141.26'),(47899,10995,'UserAgent','WordPress'),(47900,10995,'CurrentUserID','0'),(47901,10996,'Attempts','2'),(47902,10996,'ClientIP','42.112.27.77'),(47903,10996,'UserAgent','wp-iphone'),(47904,10996,'CurrentUserID','0'),(47905,10997,'Attempts','2'),(47906,10997,'ClientIP','46.21.225.7'),(47907,10997,'UserAgent','wp-windowsphone'),(47908,10997,'CurrentUserID','0'),(47909,10998,'Attempts','2'),(47910,10998,'ClientIP','198.204.251.132'),(47911,10998,'UserAgent','wp-android'),(47912,10998,'CurrentUserID','0'),(47913,10999,'Attempts','2'),(47914,10999,'ClientIP','64.90.98.100'),(47915,10999,'UserAgent','wp-iphone'),(47916,10999,'CurrentUserID','0'),(47917,11000,'Attempts','2'),(47918,11000,'ClientIP','138.128.178.226'),(47919,11000,'UserAgent','Poster'),(47920,11000,'CurrentUserID','0'),(47921,11001,'Attempts','3'),(47922,11001,'ClientIP','123.30.174.115'),(47923,11001,'UserAgent','wp-android'),(47924,11001,'CurrentUserID','0'),(47925,11002,'Attempts','2'),(47926,11002,'ClientIP','37.59.16.222'),(47927,11002,'UserAgent','Poster'),(47928,11002,'CurrentUserID','0'),(47929,11003,'Attempts','2'),(47930,11003,'ClientIP','120.72.118.5'),(47931,11003,'UserAgent','wp-android'),(47932,11003,'CurrentUserID','0'),(47933,11004,'Attempts','2'),(47934,11004,'ClientIP','45.64.1.58'),(47935,11004,'UserAgent','WordPress'),(47936,11004,'CurrentUserID','0'),(47937,11005,'Attempts','2'),(47938,11005,'ClientIP','118.69.169.116'),(47939,11005,'UserAgent','wp-windowsphone'),(47940,11005,'CurrentUserID','0'),(47941,11006,'Attempts','3'),(47942,11006,'ClientIP','112.78.2.31'),(47943,11006,'UserAgent','Windows Live Writer'),(47944,11006,'CurrentUserID','0'),(47945,11007,'Attempts','2'),(47946,11007,'ClientIP','81.177.135.251'),(47947,11007,'UserAgent','wp-android'),(47948,11007,'CurrentUserID','0'),(47949,11008,'Attempts','2'),(47950,11008,'ClientIP','43.229.77.58'),(47951,11008,'UserAgent','Poster'),(47952,11008,'CurrentUserID','0'),(47953,11009,'Attempts','3'),(47954,11009,'ClientIP','103.48.81.28'),(47955,11009,'UserAgent','Windows Live Writer'),(47956,11009,'CurrentUserID','0'),(47957,11010,'Attempts','2'),(47958,11010,'ClientIP','46.28.105.92'),(47959,11010,'UserAgent','Windows Live Writer'),(47960,11010,'CurrentUserID','0'),(47961,11011,'Attempts','4'),(47962,11011,'ClientIP','62.75.145.147'),(47963,11011,'UserAgent','wp-windowsphone'),(47964,11011,'CurrentUserID','0'),(47965,11012,'Attempts','3'),(47966,11012,'ClientIP','51.254.48.115'),(47967,11012,'UserAgent','Windows Live Writer'),(47968,11012,'CurrentUserID','0'),(47969,11013,'Attempts','3'),(47970,11013,'ClientIP','80.237.132.159'),(47971,11013,'UserAgent','wp-windowsphone'),(47972,11013,'CurrentUserID','0'),(47973,11014,'Attempts','3'),(47974,11014,'ClientIP','37.59.74.93'),(47975,11014,'UserAgent','Windows Live Writer'),(47976,11014,'CurrentUserID','0'),(47977,11015,'Attempts','3'),(47978,11015,'ClientIP','92.53.96.36'),(47979,11015,'UserAgent','wp-windowsphone'),(47980,11015,'CurrentUserID','0'),(47981,11016,'Attempts','2'),(47982,11016,'ClientIP','91.221.99.8'),(47983,11016,'UserAgent','WordPress'),(47984,11016,'CurrentUserID','0'),(47985,11017,'Attempts','3'),(47986,11017,'ClientIP','94.231.109.64'),(47987,11017,'UserAgent','WordPress'),(47988,11017,'CurrentUserID','0'),(47989,11018,'Attempts','3'),(47990,11018,'ClientIP','5.9.176.173'),(47991,11018,'UserAgent','wp-android'),(47992,11018,'CurrentUserID','0'),(47993,11019,'Attempts','3'),(47994,11019,'ClientIP','188.40.240.81'),(47995,11019,'UserAgent','wp-iphone'),(47996,11019,'CurrentUserID','0'),(47997,11020,'Attempts','3'),(47998,11020,'ClientIP','192.99.34.25'),(47999,11020,'UserAgent','Windows Live Writer'),(48000,11021,'Attempts','3'),(48001,11021,'ClientIP','148.251.224.12'),(48002,11020,'CurrentUserID','0'),(48003,11021,'UserAgent','wp-iphone'),(48004,11021,'CurrentUserID','0'),(48005,11022,'Attempts','3'),(48006,11022,'ClientIP','62.210.102.152'),(48007,11022,'UserAgent','wp-iphone'),(48008,11022,'CurrentUserID','0'),(48009,11023,'Attempts','3'),(48010,11023,'ClientIP','192.252.215.184'),(48011,11023,'UserAgent','WordPress'),(48012,11023,'CurrentUserID','0'),(48013,11024,'Attempts','3'),(48014,11024,'ClientIP','176.9.147.71'),(48015,11024,'UserAgent','Windows Live Writer'),(48016,11024,'CurrentUserID','0'),(48017,11025,'Attempts','3'),(48018,11025,'ClientIP','5.175.40.16'),(48019,11025,'UserAgent','wp-android'),(48020,11025,'CurrentUserID','0'),(48021,11026,'Attempts','3'),(48022,11026,'ClientIP','178.33.189.175'),(48023,11026,'UserAgent','Windows Live Writer'),(48024,11026,'CurrentUserID','0'),(48025,11027,'Attempts','3'),(48026,11027,'ClientIP','74.81.78.146'),(48027,11027,'UserAgent','wp-iphone'),(48028,11027,'CurrentUserID','0'),(48029,11028,'Attempts','3'),(48030,11028,'ClientIP','185.87.121.83'),(48031,11028,'UserAgent','Windows Live Writer'),(48032,11028,'CurrentUserID','0'),(48033,11029,'Attempts','3'),(48034,11029,'ClientIP','74.81.82.130'),(48035,11029,'UserAgent','WordPress'),(48036,11029,'CurrentUserID','0'),(48037,11030,'Attempts','7'),(48038,11030,'ClientIP','50.62.208.157'),(48039,11030,'UserAgent','wp-iphone'),(48040,11030,'CurrentUserID','0'),(48041,11031,'Attempts','3'),(48042,11031,'ClientIP','163.172.5.155'),(48043,11031,'UserAgent','Poster'),(48044,11031,'CurrentUserID','0'),(48045,11032,'Attempts','3'),(48046,11032,'ClientIP','79.171.16.206'),(48047,11032,'UserAgent','Windows Live Writer'),(48048,11032,'CurrentUserID','0'),(48049,11033,'Attempts','3'),(48050,11033,'ClientIP','79.175.182.138'),(48051,11033,'UserAgent','wp-iphone'),(48052,11033,'CurrentUserID','0'),(48053,11034,'Attempts','6'),(48054,11034,'ClientIP','216.172.189.171'),(48055,11034,'UserAgent','wp-android'),(48056,11034,'CurrentUserID','0'),(48057,11035,'Attempts','3'),(48058,11035,'ClientIP','85.128.142.62'),(48059,11035,'UserAgent','wp-android'),(48060,11035,'CurrentUserID','0'),(48061,11036,'Attempts','3'),(48062,11036,'ClientIP','212.11.187.2'),(48063,11036,'UserAgent','Poster'),(48064,11037,'Attempts','3'),(48065,11036,'CurrentUserID','0'),(48066,11037,'ClientIP','50.87.34.239'),(48067,11037,'UserAgent','Windows Live Writer'),(48068,11037,'CurrentUserID','0'),(48069,11038,'Attempts','5'),(48070,11038,'ClientIP','42.112.20.68'),(48071,11038,'UserAgent','wp-iphone'),(48072,11038,'CurrentUserID','0'),(48073,11039,'Attempts','3'),(48074,11039,'ClientIP','5.61.30.195'),(48075,11039,'UserAgent','wp-android'),(48076,11039,'CurrentUserID','0'),(48077,11040,'Attempts','3'),(48078,11040,'ClientIP','185.105.184.196'),(48079,11040,'UserAgent','wp-android'),(48080,11040,'CurrentUserID','0'),(48081,11041,'Attempts','3'),(48082,11041,'ClientIP','216.12.199.4'),(48083,11041,'UserAgent','WordPress'),(48084,11041,'CurrentUserID','0'),(48085,11042,'Attempts','3'),(48086,11042,'ClientIP','87.247.179.199'),(48087,11042,'UserAgent','wp-android'),(48088,11042,'CurrentUserID','0'),(48089,11043,'Attempts','1'),(48090,11043,'ClientIP','75.127.108.196'),(48091,11043,'UserAgent','wp-iphone'),(48092,11043,'CurrentUserID','0'),(48093,11044,'Attempts','1'),(48094,11044,'Username','wsaaus15'),(48095,11044,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48096,11044,'ClientIP','50.62.208.99'),(48097,11045,'Attempts','1'),(48098,11044,'UserAgent','Windows Live Writer'),(48099,11045,'Username','wsaaus15'),(48100,11045,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48101,11045,'ClientIP','50.62.208.99'),(48102,11045,'UserAgent','Poster'),(48103,11046,'Attempts','3'),(48104,11046,'ClientIP','185.51.200.6'),(48105,11046,'UserAgent','wp-iphone'),(48106,11046,'CurrentUserID','0'),(48107,11047,'Attempts','2'),(48108,11047,'Username','wsaaus15'),(48109,11047,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48110,11047,'ClientIP','50.62.208.61'),(48111,11047,'UserAgent','Poster'),(48112,11048,'Attempts','1'),(48113,11048,'Username','wsaaus15'),(48114,11048,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48115,11048,'ClientIP','50.62.160.234'),(48116,11048,'UserAgent','wp-windowsphone'),(48117,11049,'Attempts','4'),(48118,11049,'ClientIP','50.62.208.208'),(48119,11049,'UserAgent','Windows Live Writer'),(48120,11049,'CurrentUserID','0'),(48121,11050,'Attempts','3'),(48122,11050,'ClientIP','213.189.55.149'),(48123,11050,'UserAgent','wp-windowsphone'),(48124,11050,'CurrentUserID','0'),(48125,11051,'Attempts','3'),(48126,11051,'ClientIP','89.161.225.161'),(48127,11051,'UserAgent','wp-android'),(48128,11051,'CurrentUserID','0'),(48129,11052,'Attempts','3'),(48130,11052,'ClientIP','188.65.115.35'),(48131,11052,'UserAgent','WordPress'),(48132,11052,'CurrentUserID','0'),(48133,11053,'Attempts','3'),(48134,11053,'ClientIP','46.28.105.83'),(48135,11053,'UserAgent','wp-android'),(48136,11053,'CurrentUserID','0'),(48137,11054,'Attempts','2'),(48138,11054,'Username','wsaaus15'),(48139,11054,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48140,11054,'ClientIP','50.62.208.40'),(48141,11054,'UserAgent','wp-android'),(48142,11055,'Attempts','3'),(48143,11055,'ClientIP','178.254.0.108'),(48144,11055,'UserAgent','wp-android'),(48145,11055,'CurrentUserID','0'),(48146,11056,'Attempts','1'),(48147,11056,'Username','wsaaus15'),(48148,11056,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48149,11056,'ClientIP','50.62.208.206'),(48150,11056,'UserAgent','wp-iphone'),(48151,11057,'Attempts','7'),(48152,11057,'ClientIP','213.251.182.110'),(48153,11057,'UserAgent','wp-windowsphone'),(48154,11057,'CurrentUserID','0'),(48155,11058,'Attempts','3'),(48156,11058,'ClientIP','192.232.192.201'),(48157,11058,'UserAgent','WordPress'),(48158,11058,'CurrentUserID','0'),(48159,11059,'Attempts','3'),(48160,11059,'ClientIP','79.143.179.66'),(48161,11059,'UserAgent','WordPress'),(48162,11059,'CurrentUserID','0'),(48163,11060,'Attempts','3'),(48164,11060,'ClientIP','190.202.117.162'),(48165,11060,'UserAgent','WordPress'),(48166,11060,'CurrentUserID','0'),(48167,11061,'Attempts','3'),(48168,11061,'ClientIP','178.21.20.223'),(48169,11061,'UserAgent','wp-iphone'),(48170,11061,'CurrentUserID','0'),(48171,11062,'Attempts','3'),(48172,11062,'ClientIP','85.128.142.81'),(48173,11062,'UserAgent','WordPress'),(48174,11062,'CurrentUserID','0'),(48175,11063,'Attempts','2'),(48176,11063,'ClientIP','69.49.112.74'),(48177,11063,'UserAgent','WordPress'),(48178,11063,'CurrentUserID','0'),(48179,11064,'Attempts','2'),(48180,11064,'ClientIP','91.212.213.2'),(48181,11064,'UserAgent','wp-windowsphone'),(48182,11064,'CurrentUserID','0'),(48183,11065,'Attempts','6'),(48184,11065,'ClientIP','107.152.102.170'),(48185,11065,'UserAgent','Poster'),(48186,11065,'CurrentUserID','0'),(48187,11066,'Attempts','1'),(48188,11066,'Username','wsaaus15'),(48189,11066,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48190,11066,'ClientIP','185.25.150.156'),(48191,11066,'UserAgent','wp-windowsphone'),(48192,11067,'Attempts','3'),(48193,11067,'ClientIP','42.117.1.232'),(48194,11067,'UserAgent','wp-windowsphone'),(48195,11067,'CurrentUserID','0'),(48196,11068,'Attempts','1'),(48197,11068,'Username','wsaaus15'),(48198,11068,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48199,11068,'ClientIP','180.235.149.183'),(48200,11068,'UserAgent','wp-iphone'),(48201,11069,'Attempts','1'),(48202,11069,'Username','wsaaus15'),(48203,11069,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48204,11069,'ClientIP','66.33.212.101'),(48205,11069,'UserAgent','WordPress'),(48206,11070,'Attempts','1'),(48207,11070,'Username','wsaaus15'),(48208,11070,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48209,11070,'ClientIP','180.235.149.180'),(48210,11070,'UserAgent','WordPress'),(48211,11071,'Attempts','3'),(48212,11071,'ClientIP','72.167.190.92'),(48213,11071,'UserAgent','Windows Live Writer'),(48214,11071,'CurrentUserID','0'),(48215,11072,'Attempts','3'),(48216,11072,'ClientIP','203.189.105.162'),(48217,11072,'UserAgent','WordPress'),(48218,11072,'CurrentUserID','0'),(48219,11073,'Attempts','3'),(48220,11073,'ClientIP','208.113.241.175'),(48221,11073,'UserAgent','wp-iphone'),(48222,11073,'CurrentUserID','0'),(48223,11074,'Attempts','1'),(48224,11074,'Username','wsaaus15'),(48225,11074,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48226,11074,'ClientIP','66.33.212.103'),(48227,11074,'UserAgent','WordPress'),(48228,11075,'Attempts','2'),(48229,11075,'ClientIP','212.1.208.121'),(48230,11075,'UserAgent','Poster'),(48231,11075,'CurrentUserID','0'),(48232,11076,'Attempts','1'),(48233,11076,'Username','wsaaus15'),(48234,11076,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48235,11076,'ClientIP','184.168.192.136'),(48236,11076,'UserAgent','Poster'),(48237,11077,'Attempts','1'),(48238,11077,'Username','wsaaus15'),(48239,11077,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48240,11078,'Attempts','1'),(48241,11077,'ClientIP','5.187.48.137'),(48242,11078,'Username','wsaaus15'),(48243,11077,'UserAgent','wp-android'),(48244,11078,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48245,11078,'ClientIP','72.167.190.172'),(48246,11078,'UserAgent','WordPress'),(48247,11079,'Attempts','3'),(48248,11079,'ClientIP','112.78.2.205'),(48249,11079,'UserAgent','WordPress'),(48250,11079,'CurrentUserID','0'),(48251,11080,'Attempts','1'),(48252,11080,'Username','wsaaus15'),(48253,11080,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48254,11080,'ClientIP','210.157.22.28'),(48255,11080,'UserAgent','wp-android'),(48256,11081,'Attempts','1'),(48257,11081,'Username','wsaaus15'),(48258,11081,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48259,11081,'ClientIP','208.113.162.84'),(48260,11081,'UserAgent','Windows Live Writer'),(48261,11082,'Attempts','3'),(48262,11082,'ClientIP','89.161.173.63'),(48263,11082,'UserAgent','Windows Live Writer'),(48264,11082,'CurrentUserID','0'),(48265,11083,'Attempts','2'),(48266,11083,'ClientIP','149.3.144.207'),(48267,11083,'UserAgent','Windows Live Writer'),(48268,11083,'CurrentUserID','0'),(48269,11084,'Attempts','1'),(48270,11084,'Username','wsaaus15'),(48271,11084,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48272,11084,'ClientIP','113.190.241.226'),(48273,11084,'UserAgent','wp-android'),(48274,11085,'Attempts','3'),(48275,11085,'ClientIP','75.119.221.206'),(48276,11085,'UserAgent','wp-iphone'),(48277,11085,'CurrentUserID','0'),(48278,11086,'Attempts','3'),(48279,11086,'ClientIP','188.128.182.118'),(48280,11086,'UserAgent','wp-android'),(48281,11086,'CurrentUserID','0'),(48282,11087,'Attempts','6'),(48283,11087,'ClientIP','173.236.176.15'),(48284,11087,'UserAgent','Poster'),(48285,11087,'CurrentUserID','0'),(48286,11088,'Attempts','3'),(48287,11089,'Attempts','1'),(48288,11088,'ClientIP','50.62.208.170'),(48289,11089,'ClientIP','50.62.208.170'),(48290,11088,'UserAgent','WordPress'),(48291,11089,'UserAgent','Poster'),(48292,11088,'CurrentUserID','0'),(48293,11089,'CurrentUserID','0'),(48294,11090,'Attempts','1'),(48295,11090,'Username','wsaaus15'),(48296,11090,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48297,11090,'ClientIP','50.62.208.161'),(48298,11090,'UserAgent','WordPress'),(48299,11091,'Attempts','1'),(48300,11091,'Username','wsaaus15'),(48301,11091,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48302,11091,'ClientIP','50.62.208.161'),(48303,11091,'UserAgent','Poster'),(48304,11092,'Attempts','3'),(48305,11092,'ClientIP','75.119.200.13'),(48306,11092,'UserAgent','wp-iphone'),(48307,11092,'CurrentUserID','0'),(48308,11093,'Attempts','1'),(48309,11093,'Username','wsaaus15'),(48310,11093,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48311,11093,'ClientIP','188.128.154.244'),(48312,11093,'UserAgent','Poster'),(48313,11094,'Attempts','3'),(48314,11094,'ClientIP','184.168.192.165'),(48315,11094,'UserAgent','WordPress'),(48316,11094,'CurrentUserID','0'),(48317,11095,'Attempts','2'),(48318,11095,'ClientIP','64.90.40.107'),(48319,11095,'UserAgent','wp-iphone'),(48320,11095,'CurrentUserID','0'),(48321,11096,'Attempts','2'),(48322,11096,'ClientIP','72.167.190.201'),(48323,11096,'UserAgent','WordPress'),(48324,11096,'CurrentUserID','0'),(48325,11097,'Attempts','1'),(48326,11097,'Username','wsaaus15'),(48327,11097,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48328,11097,'ClientIP','213.251.182.111'),(48329,11097,'UserAgent','WordPress'),(48330,11098,'Attempts','1'),(48331,11098,'Username','wsaaus15'),(48332,11098,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48333,11098,'ClientIP','149.210.174.205'),(48334,11098,'UserAgent','Poster'),(48335,11099,'Attempts','1'),(48336,11099,'Username','wsaaus15'),(48337,11099,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48338,11099,'ClientIP','194.149.4.66'),(48339,11099,'UserAgent','Poster'),(48340,11100,'Attempts','3'),(48341,11100,'Username','wsaaus15'),(48342,11100,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48343,11100,'ClientIP','91.208.99.2'),(48344,11100,'UserAgent','wp-windowsphone'),(48345,11101,'ClientIP','127.0.0.1'),(48346,11101,'Username','Plugin'),(48347,11101,'PromoMessage','<strong>WordPress Reports Add-On</strong><br>Generate WordPress reports for management and to meet regulatory compliance requirements your business needs to adhere to with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/compliance-reports-add-on-for-wordpress/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=reports\" target=\"_blank\">Reports Add-on</a></strong>.'),(48348,11101,'PromoName','Reports Add-on'),(48349,11102,'Attempts','2'),(48350,11102,'Username','wsaaus15'),(48351,11102,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48352,11102,'ClientIP','37.9.168.6'),(48353,11102,'UserAgent','wp-android'),(48354,11103,'Attempts','1'),(48355,11103,'Username','wsaaus15'),(48356,11103,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48357,11103,'ClientIP','74.208.126.165'),(48358,11103,'UserAgent','wp-iphone'),(48359,11104,'Attempts','1'),(48360,11104,'Username','wsaaus15'),(48361,11104,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48362,11104,'ClientIP','108.160.154.65'),(48363,11104,'UserAgent','wp-windowsphone'),(48364,11105,'Attempts','3'),(48365,11105,'ClientIP','109.73.160.202'),(48366,11105,'UserAgent','wp-windowsphone'),(48367,11105,'CurrentUserID','0'),(48368,11106,'Attempts','1'),(48369,11106,'Username','wsaaus15'),(48370,11106,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48371,11106,'ClientIP','91.146.104.247'),(48372,11106,'UserAgent','Windows Live Writer'),(48373,11107,'Attempts','2'),(48374,11107,'Username','wsaaus15'),(48375,11107,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48376,11107,'ClientIP','185.6.73.111'),(48377,11107,'UserAgent','wp-android'),(48378,11108,'Attempts','1'),(48379,11108,'Username','wsaaus15'),(48380,11108,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48381,11108,'ClientIP','89.26.245.178'),(48382,11108,'UserAgent','wp-windowsphone'),(48383,11109,'Attempts','2'),(48384,11109,'Username','wsaaus15'),(48385,11109,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48386,11109,'ClientIP','37.187.145.165'),(48387,11109,'UserAgent','wp-android'),(48388,11110,'Attempts','1'),(48389,11110,'Username','wsaaus15'),(48390,11110,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48391,11110,'ClientIP','128.199.246.96'),(48392,11110,'UserAgent','wp-android'),(48393,11111,'Attempts','8'),(48394,11111,'ClientIP','50.62.208.40'),(48395,11111,'UserAgent','WordPress'),(48396,11111,'CurrentUserID','0'),(48397,11112,'Attempts','1'),(48398,11112,'Username','wsaaus15'),(48399,11112,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48400,11112,'ClientIP','87.229.70.23'),(48401,11112,'UserAgent','wp-windowsphone'),(48402,11113,'Attempts','1'),(48403,11113,'ClientIP','69.163.200.129'),(48404,11113,'UserAgent','wp-iphone'),(48405,11113,'CurrentUserID','0'),(48406,11114,'Attempts','2'),(48407,11114,'ClientIP','208.113.209.178'),(48408,11114,'UserAgent','wp-iphone'),(48409,11114,'CurrentUserID','0'),(48410,11115,'Attempts','2'),(48411,11115,'ClientIP','208.113.205.78'),(48412,11115,'UserAgent','Windows Live Writer'),(48413,11115,'CurrentUserID','0'),(48414,11116,'Attempts','1'),(48415,11116,'ClientIP','50.62.208.141'),(48416,11116,'UserAgent','Poster'),(48417,11116,'CurrentUserID','0'),(48418,11117,'Attempts','1'),(48419,11117,'ClientIP','72.167.190.40'),(48420,11117,'UserAgent','wp-windowsphone'),(48421,11117,'CurrentUserID','0'),(48422,11118,'Attempts','1'),(48423,11118,'ClientIP','72.167.190.165'),(48424,11118,'UserAgent','wp-windowsphone'),(48425,11118,'CurrentUserID','0'),(48426,11119,'Attempts','1'),(48427,11119,'ClientIP','184.168.192.162'),(48428,11119,'UserAgent','wp-iphone'),(48429,11119,'CurrentUserID','0'),(48430,11120,'Attempts','1'),(48431,11120,'ClientIP','185.116.212.119'),(48432,11120,'UserAgent','WordPress'),(48433,11120,'CurrentUserID','0'),(48434,11121,'Attempts','1'),(48435,11121,'ClientIP','69.163.208.111'),(48436,11121,'UserAgent','Poster'),(48437,11121,'CurrentUserID','0'),(48438,11122,'Attempts','2'),(48439,11122,'ClientIP','173.236.176.114'),(48440,11122,'UserAgent','wp-android'),(48441,11122,'CurrentUserID','0'),(48442,11123,'Attempts','2'),(48443,11123,'ClientIP','72.167.190.181'),(48444,11123,'UserAgent','Windows Live Writer'),(48445,11123,'CurrentUserID','0'),(48446,11124,'Attempts','2'),(48447,11124,'ClientIP','208.113.153.208'),(48448,11124,'UserAgent','Windows Live Writer'),(48449,11124,'CurrentUserID','0'),(48450,11125,'Attempts','2'),(48451,11125,'ClientIP','50.62.208.191'),(48452,11125,'UserAgent','wp-iphone'),(48453,11125,'CurrentUserID','0'),(48454,11126,'Attempts','3'),(48455,11126,'ClientIP','50.62.208.77'),(48456,11127,'Attempts','5'),(48457,11126,'UserAgent','wp-iphone'),(48458,11127,'ClientIP','50.62.208.132'),(48459,11126,'CurrentUserID','0'),(48460,11127,'UserAgent','Poster'),(48461,11127,'CurrentUserID','0'),(48462,11128,'Attempts','2'),(48463,11128,'ClientIP','208.113.248.222'),(48464,11128,'UserAgent','wp-android'),(48465,11128,'CurrentUserID','0'),(48466,11129,'Attempts','2'),(48467,11129,'ClientIP','50.62.208.137'),(48468,11129,'UserAgent','wp-windowsphone'),(48469,11129,'CurrentUserID','0'),(48470,11130,'Attempts','4'),(48471,11130,'ClientIP','66.33.212.103'),(48472,11130,'UserAgent','Poster'),(48473,11130,'CurrentUserID','0'),(48474,11131,'Attempts','2'),(48475,11131,'ClientIP','50.62.208.93'),(48476,11131,'UserAgent','Windows Live Writer'),(48477,11131,'CurrentUserID','0'),(48478,11132,'Attempts','3'),(48479,11132,'ClientIP','72.167.190.158'),(48480,11132,'UserAgent','Windows Live Writer'),(48481,11132,'CurrentUserID','0'),(48482,11133,'Attempts','3'),(48483,11133,'ClientIP','50.62.208.126'),(48484,11133,'UserAgent','wp-windowsphone'),(48485,11133,'CurrentUserID','0'),(48486,11134,'Attempts','2'),(48487,11134,'ClientIP','173.236.198.214'),(48488,11134,'UserAgent','wp-android'),(48489,11134,'CurrentUserID','0'),(48490,11135,'Attempts','1'),(48491,11135,'ClientIP','173.236.198.214'),(48492,11135,'UserAgent','WordPress'),(48493,11135,'CurrentUserID','0'),(48494,11136,'Attempts','1'),(48495,11136,'Username','wsaaus15'),(48496,11136,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48497,11136,'ClientIP','46.28.105.84'),(48498,11136,'UserAgent','Poster'),(48499,11137,'Attempts','4'),(48500,11137,'ClientIP','213.251.182.106'),(48501,11137,'UserAgent','wp-windowsphone'),(48502,11137,'CurrentUserID','0'),(48503,11138,'Attempts','5'),(48504,11138,'ClientIP','50.62.208.48'),(48505,11138,'UserAgent','wp-android'),(48506,11138,'CurrentUserID','0'),(48507,11139,'Attempts','2'),(48508,11139,'ClientIP','185.48.32.52'),(48509,11139,'UserAgent','Poster'),(48510,11139,'CurrentUserID','0'),(48511,11140,'Attempts','2'),(48512,11140,'ClientIP','91.109.14.76'),(48513,11140,'UserAgent','Poster'),(48514,11140,'CurrentUserID','0'),(48515,11141,'Attempts','1'),(48516,11141,'ClientIP','50.62.208.76'),(48517,11141,'UserAgent','Poster'),(48518,11141,'CurrentUserID','0'),(48519,11142,'Attempts','2'),(48520,11142,'ClientIP','193.202.110.183'),(48521,11142,'UserAgent','Poster'),(48522,11142,'CurrentUserID','0'),(48523,11143,'Attempts','1'),(48524,11143,'ClientIP','112.125.127.27'),(48525,11143,'UserAgent','Windows Live Writer'),(48526,11143,'CurrentUserID','0'),(48527,11144,'Attempts','2'),(48528,11144,'ClientIP','172.81.119.219'),(48529,11144,'UserAgent','Windows Live Writer'),(48530,11144,'CurrentUserID','0'),(48531,11145,'Attempts','2'),(48532,11145,'ClientIP','94.231.103.109'),(48533,11145,'UserAgent','wp-windowsphone'),(48534,11145,'CurrentUserID','0'),(48535,11146,'Attempts','10+'),(48536,11146,'ClientIP','91.208.99.2'),(48537,11146,'UserAgent','wp-windowsphone'),(48538,11146,'CurrentUserID','0'),(48539,11147,'Attempts','2'),(48540,11147,'ClientIP','50.62.208.43'),(48541,11147,'UserAgent','Poster'),(48542,11147,'CurrentUserID','0'),(48543,11148,'Attempts','2'),(48544,11148,'ClientIP','94.231.106.93'),(48545,11148,'UserAgent','Poster'),(48546,11148,'CurrentUserID','0'),(48547,11149,'Attempts','1'),(48548,11149,'ClientIP','69.172.239.140'),(48549,11149,'UserAgent','WordPress'),(48550,11149,'CurrentUserID','0'),(48551,11150,'Attempts','3'),(48552,11150,'ClientIP','184.168.192.109'),(48553,11150,'UserAgent','Poster'),(48554,11150,'CurrentUserID','0'),(48555,11151,'Attempts','1'),(48556,11151,'ClientIP','72.167.190.36'),(48557,11151,'UserAgent','wp-android'),(48558,11151,'CurrentUserID','0'),(48559,11152,'Attempts','2'),(48560,11152,'ClientIP','173.236.184.118'),(48561,11152,'UserAgent','Windows Live Writer'),(48562,11152,'CurrentUserID','0'),(48563,11153,'Attempts','2'),(48564,11153,'ClientIP','104.156.233.27'),(48565,11153,'UserAgent','wp-iphone'),(48566,11153,'CurrentUserID','0'),(48567,11154,'Attempts','1'),(48568,11154,'ClientIP','118.127.17.108'),(48569,11154,'UserAgent','WordPress'),(48570,11154,'CurrentUserID','0'),(48571,11155,'Attempts','3'),(48572,11155,'ClientIP','50.62.208.46'),(48573,11155,'UserAgent','Windows Live Writer'),(48574,11155,'CurrentUserID','0'),(48575,11156,'Attempts','3'),(48576,11156,'ClientIP','208.113.217.165'),(48577,11156,'UserAgent','wp-iphone'),(48578,11156,'CurrentUserID','0'),(48579,11157,'Attempts','3'),(48580,11157,'ClientIP','195.62.28.134'),(48581,11157,'UserAgent','Windows Live Writer'),(48582,11157,'CurrentUserID','0'),(48583,11158,'Attempts','2'),(48584,11158,'ClientIP','83.170.85.216'),(48585,11158,'UserAgent','Windows Live Writer'),(48586,11158,'CurrentUserID','0'),(48587,11159,'Attempts','2'),(48588,11159,'ClientIP','195.154.236.228'),(48589,11159,'UserAgent','wp-windowsphone'),(48590,11159,'CurrentUserID','0'),(48591,11160,'Attempts','2'),(48592,11160,'ClientIP','210.5.50.132'),(48593,11160,'UserAgent','WordPress'),(48594,11160,'CurrentUserID','0'),(48595,11161,'Attempts','2'),(48596,11161,'ClientIP','217.174.255.144'),(48597,11161,'UserAgent','Windows Live Writer'),(48598,11161,'CurrentUserID','0'),(48599,11162,'Attempts','6'),(48600,11162,'ClientIP','213.251.182.111'),(48601,11162,'UserAgent','wp-android'),(48602,11162,'CurrentUserID','0'),(48603,11163,'Attempts','2'),(48604,11163,'ClientIP','139.162.193.151'),(48605,11163,'UserAgent','WordPress'),(48606,11163,'CurrentUserID','0'),(48607,11164,'Attempts','2'),(48608,11164,'ClientIP','109.70.1.189'),(48609,11164,'UserAgent','wp-windowsphone'),(48610,11164,'CurrentUserID','0'),(48611,11165,'Attempts','3'),(48612,11165,'ClientIP','50.62.208.70'),(48613,11165,'UserAgent','Windows Live Writer'),(48614,11165,'CurrentUserID','0'),(48615,11166,'Attempts','3'),(48616,11166,'ClientIP','50.62.177.206'),(48617,11166,'UserAgent','Windows Live Writer'),(48618,11166,'CurrentUserID','0'),(48619,11167,'Attempts','2'),(48620,11167,'ClientIP','54.169.167.125'),(48621,11167,'UserAgent','Poster'),(48622,11167,'CurrentUserID','0'),(48623,11168,'Attempts','2'),(48624,11168,'ClientIP','78.138.99.11'),(48625,11168,'UserAgent','Windows Live Writer'),(48626,11168,'CurrentUserID','0'),(48627,11169,'Attempts','2'),(48628,11169,'ClientIP','128.199.177.155'),(48629,11169,'UserAgent','Poster'),(48630,11169,'CurrentUserID','0'),(48631,11170,'Attempts','4'),(48632,11170,'ClientIP','213.251.182.107'),(48633,11170,'UserAgent','wp-iphone'),(48634,11170,'CurrentUserID','0'),(48635,11171,'Attempts','2'),(48636,11171,'ClientIP','41.231.55.63'),(48637,11171,'UserAgent','WordPress'),(48638,11171,'CurrentUserID','0'),(48639,11172,'Attempts','2'),(48640,11172,'ClientIP','112.78.2.153'),(48641,11172,'UserAgent','wp-iphone'),(48642,11172,'CurrentUserID','0'),(48643,11173,'Attempts','2'),(48644,11173,'ClientIP','94.74.170.138'),(48645,11173,'UserAgent','wp-android'),(48646,11173,'CurrentUserID','0'),(48647,11174,'Attempts','2'),(48648,11174,'ClientIP','79.96.169.37'),(48649,11174,'UserAgent','wp-iphone'),(48650,11174,'CurrentUserID','0'),(48651,11175,'Attempts','2'),(48652,11175,'ClientIP','46.165.230.106'),(48653,11175,'UserAgent','WordPress'),(48654,11175,'CurrentUserID','0'),(48655,11176,'Attempts','1'),(48656,11176,'ClientIP','150.107.224.129'),(48657,11176,'UserAgent','wp-android'),(48658,11176,'CurrentUserID','0'),(48659,11177,'Attempts','2'),(48660,11177,'ClientIP','50.62.208.96'),(48661,11177,'UserAgent','wp-windowsphone'),(48662,11177,'CurrentUserID','0'),(48663,11178,'Attempts','2'),(48664,11178,'ClientIP','50.62.208.97'),(48665,11178,'UserAgent','wp-windowsphone'),(48666,11178,'CurrentUserID','0'),(48667,11179,'Attempts','2'),(48668,11179,'ClientIP','195.128.174.121'),(48669,11179,'UserAgent','WordPress'),(48670,11179,'CurrentUserID','0'),(48671,11180,'Attempts','2'),(48672,11180,'ClientIP','104.238.119.149'),(48673,11180,'UserAgent','wp-iphone'),(48674,11180,'CurrentUserID','0'),(48675,11181,'Attempts','2'),(48676,11181,'ClientIP','173.236.184.129'),(48677,11181,'UserAgent','Windows Live Writer'),(48678,11181,'CurrentUserID','0'),(48679,11182,'Attempts','2'),(48680,11182,'ClientIP','142.4.218.204'),(48681,11182,'UserAgent','Windows Live Writer'),(48682,11182,'CurrentUserID','0'),(48683,11183,'Attempts','2'),(48684,11183,'ClientIP','31.25.89.11'),(48685,11183,'UserAgent','Windows Live Writer'),(48686,11183,'CurrentUserID','0'),(48687,11184,'Attempts','2'),(48688,11184,'ClientIP','94.73.145.212'),(48689,11184,'UserAgent','Poster'),(48690,11184,'CurrentUserID','0'),(48691,11185,'Attempts','2'),(48692,11185,'ClientIP','134.0.14.185'),(48693,11185,'UserAgent','wp-iphone'),(48694,11185,'CurrentUserID','0'),(48695,11186,'Attempts','2'),(48696,11186,'ClientIP','91.146.108.148'),(48697,11186,'UserAgent','wp-android'),(48698,11186,'CurrentUserID','0'),(48699,11187,'Attempts','2'),(48700,11187,'ClientIP','5.196.170.93'),(48701,11187,'UserAgent','wp-android'),(48702,11187,'CurrentUserID','0'),(48703,11188,'Attempts','2'),(48704,11188,'ClientIP','188.128.164.135'),(48705,11188,'UserAgent','Poster'),(48706,11188,'CurrentUserID','0'),(48707,11189,'Attempts','2'),(48708,11189,'ClientIP','185.58.73.33'),(48709,11189,'UserAgent','wp-android'),(48710,11189,'CurrentUserID','0'),(48711,11190,'Attempts','2'),(48712,11190,'ClientIP','46.165.240.76'),(48713,11190,'UserAgent','WordPress'),(48714,11190,'CurrentUserID','0'),(48715,11191,'Attempts','2'),(48716,11191,'ClientIP','79.125.9.242'),(48717,11191,'UserAgent','Poster'),(48718,11191,'CurrentUserID','0'),(48719,11192,'Attempts','2'),(48720,11192,'ClientIP','94.23.218.195'),(48721,11192,'UserAgent','wp-iphone'),(48722,11192,'CurrentUserID','0'),(48723,11193,'Attempts','2'),(48724,11193,'ClientIP','108.62.143.55'),(48725,11193,'UserAgent','wp-android'),(48726,11193,'CurrentUserID','0'),(48727,11194,'Attempts','2'),(48728,11194,'ClientIP','10.3.229.121'),(48729,11194,'UserAgent','WordPress'),(48730,11194,'CurrentUserID','0'),(48731,11195,'Attempts','2'),(48732,11195,'ClientIP','52.17.247.228'),(48733,11195,'UserAgent','Poster'),(48734,11195,'CurrentUserID','0'),(48735,11196,'Attempts','2'),(48736,11196,'ClientIP','173.236.152.108'),(48737,11196,'UserAgent','wp-windowsphone'),(48738,11196,'CurrentUserID','0'),(48739,11197,'Attempts','2'),(48740,11197,'ClientIP','93.157.6.77'),(48741,11197,'UserAgent','Windows Live Writer'),(48742,11197,'CurrentUserID','0'),(48743,11198,'Attempts','2'),(48744,11198,'ClientIP','115.146.127.39'),(48745,11198,'UserAgent','wp-windowsphone'),(48746,11198,'CurrentUserID','0'),(48747,11199,'Attempts','2'),(48748,11199,'ClientIP','186.64.119.170'),(48749,11199,'UserAgent','wp-iphone'),(48750,11199,'CurrentUserID','0'),(48751,11200,'Attempts','2'),(48752,11200,'ClientIP','94.124.120.17'),(48753,11200,'UserAgent','WordPress'),(48754,11200,'CurrentUserID','0'),(48755,11201,'Attempts','2'),(48756,11201,'ClientIP','115.146.127.60'),(48757,11201,'UserAgent','WordPress'),(48758,11201,'CurrentUserID','0'),(48759,11202,'Attempts','2'),(48760,11202,'ClientIP','190.215.113.60'),(48761,11202,'UserAgent','Windows Live Writer'),(48762,11202,'CurrentUserID','0'),(48763,11203,'Attempts','2'),(48764,11203,'ClientIP','178.124.140.30'),(48765,11203,'UserAgent','WordPress'),(48766,11203,'CurrentUserID','0'),(48767,11204,'Attempts','2'),(48768,11204,'ClientIP','72.167.190.173'),(48769,11204,'UserAgent','Windows Live Writer'),(48770,11204,'CurrentUserID','0'),(48771,11205,'Attempts','2'),(48772,11205,'ClientIP','89.46.6.221'),(48773,11205,'UserAgent','Poster'),(48774,11205,'CurrentUserID','0'),(48775,11206,'Attempts','2'),(48776,11206,'ClientIP','103.4.217.232'),(48777,11206,'UserAgent','wp-android'),(48778,11206,'CurrentUserID','0'),(48779,11207,'Attempts','2'),(48780,11207,'ClientIP','123.30.174.120'),(48781,11207,'UserAgent','wp-android'),(48782,11207,'CurrentUserID','0'),(48783,11208,'Attempts','4'),(48784,11208,'ClientIP','50.62.208.161'),(48785,11208,'UserAgent','wp-android'),(48786,11208,'CurrentUserID','0'),(48787,11209,'Attempts','1'),(48788,11209,'Username','wsaaus15'),(48789,11209,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48790,11209,'ClientIP','116.12.200.211'),(48791,11209,'UserAgent','wp-android'),(48792,11210,'Attempts','2'),(48793,11210,'ClientIP','91.221.171.128'),(48794,11210,'UserAgent','wp-iphone'),(48795,11210,'CurrentUserID','0'),(48796,11211,'Attempts','2'),(48797,11211,'ClientIP','94.231.106.189'),(48798,11211,'UserAgent','wp-android'),(48799,11211,'CurrentUserID','0'),(48800,11212,'Attempts','2'),(48801,11212,'ClientIP','31.192.225.133'),(48802,11212,'UserAgent','Poster'),(48803,11212,'CurrentUserID','0'),(48804,11213,'Attempts','2'),(48805,11213,'ClientIP','91.189.41.166'),(48806,11213,'UserAgent','WordPress'),(48807,11213,'CurrentUserID','0'),(48808,11214,'Attempts','2'),(48809,11214,'ClientIP','213.151.89.67'),(48810,11214,'UserAgent','wp-iphone'),(48811,11214,'CurrentUserID','0'),(48812,11215,'Attempts','2'),(48813,11215,'ClientIP','68.232.188.39'),(48814,11215,'UserAgent','WordPress'),(48815,11215,'CurrentUserID','0'),(48816,11216,'Attempts','2'),(48817,11216,'ClientIP','188.165.221.108'),(48818,11216,'UserAgent','wp-android'),(48819,11216,'CurrentUserID','0'),(48820,11217,'Attempts','2'),(48821,11217,'ClientIP','5.9.96.106'),(48822,11217,'UserAgent','WordPress'),(48823,11217,'CurrentUserID','0'),(48824,11218,'Attempts','2'),(48825,11218,'ClientIP','65.99.237.197'),(48826,11218,'UserAgent','Windows Live Writer'),(48827,11218,'CurrentUserID','0'),(48828,11219,'Attempts','2'),(48829,11219,'ClientIP','5.172.198.110'),(48830,11219,'UserAgent','wp-windowsphone'),(48831,11219,'CurrentUserID','0'),(48832,11220,'Attempts','2'),(48833,11220,'ClientIP','217.146.95.210'),(48834,11220,'UserAgent','WordPress'),(48835,11220,'CurrentUserID','0'),(48836,11221,'Attempts','2'),(48837,11221,'ClientIP','212.113.150.211'),(48838,11221,'UserAgent','Poster'),(48839,11221,'CurrentUserID','0'),(48840,11222,'Attempts','2'),(48841,11222,'ClientIP','94.231.108.221'),(48842,11222,'UserAgent','WordPress'),(48843,11222,'CurrentUserID','0'),(48844,11223,'Attempts','2'),(48845,11223,'ClientIP','131.153.6.122'),(48846,11223,'UserAgent','Poster'),(48847,11223,'CurrentUserID','0'),(48848,11224,'Attempts','2'),(48849,11224,'ClientIP','203.150.1.150'),(48850,11224,'UserAgent','wp-android'),(48851,11224,'CurrentUserID','0'),(48852,11225,'Attempts','1'),(48853,11225,'ClientIP','217.25.40.23'),(48854,11225,'UserAgent','wp-iphone'),(48855,11225,'CurrentUserID','0'),(48856,11226,'Attempts','2'),(48857,11226,'ClientIP','172.82.176.66'),(48858,11226,'UserAgent','WordPress'),(48859,11226,'CurrentUserID','0'),(48860,11227,'Attempts','2'),(48861,11227,'ClientIP','54.86.107.223'),(48862,11227,'UserAgent','Poster'),(48863,11227,'CurrentUserID','0'),(48864,11228,'Attempts','2'),(48865,11228,'Username','wsaaus15'),(48866,11228,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48867,11228,'ClientIP','213.251.182.114'),(48868,11228,'UserAgent','Windows Live Writer'),(48869,11229,'Attempts','1'),(48870,11229,'Username','wsaaus15'),(48871,11229,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48872,11229,'ClientIP','188.128.140.14'),(48873,11229,'UserAgent','WordPress'),(48874,11230,'Attempts','1'),(48875,11230,'Username','wsaaus15'),(48876,11230,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48877,11230,'ClientIP','195.154.223.105'),(48878,11230,'UserAgent','Windows Live Writer'),(48879,11231,'Attempts','2'),(48880,11231,'ClientIP','67.222.30.121'),(48881,11231,'UserAgent','WordPress'),(48882,11231,'CurrentUserID','0'),(48883,11232,'Attempts','1'),(48884,11232,'Username','wsaaus15'),(48885,11232,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48886,11232,'ClientIP','91.226.216.147'),(48887,11232,'UserAgent','Windows Live Writer'),(48888,11233,'Attempts','2'),(48889,11233,'Username','wsaaus15'),(48890,11233,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48891,11233,'ClientIP','50.62.208.132'),(48892,11233,'UserAgent','WordPress'),(48893,11234,'Attempts','1'),(48894,11234,'Username','wsaaus15'),(48895,11234,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48896,11234,'ClientIP','85.128.142.29'),(48897,11234,'UserAgent','wp-iphone'),(48898,11235,'Attempts','2'),(48899,11235,'ClientIP','104.238.82.233'),(48900,11235,'UserAgent','wp-windowsphone'),(48901,11235,'CurrentUserID','0'),(48902,11236,'Attempts','1'),(48903,11236,'Username','wsaaus15'),(48904,11236,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48905,11236,'ClientIP','79.96.225.232'),(48906,11236,'UserAgent','WordPress'),(48907,11237,'Attempts','1'),(48908,11237,'Username','wsaaus15'),(48909,11237,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48910,11237,'ClientIP','5.135.187.151'),(48911,11237,'UserAgent','Poster'),(48912,11238,'Attempts','1'),(48913,11238,'Username','wsaaus15'),(48914,11238,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48915,11238,'ClientIP','103.225.186.84'),(48916,11238,'UserAgent','wp-windowsphone'),(48917,11239,'Attempts','1'),(48918,11239,'Username','wsaaus15'),(48919,11239,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48920,11239,'ClientIP','188.116.33.51'),(48921,11239,'UserAgent','wp-iphone'),(48922,11240,'Attempts','2'),(48923,11240,'ClientIP','46.28.105.121'),(48924,11240,'UserAgent','wp-iphone'),(48925,11240,'CurrentUserID','0'),(48926,11241,'Attempts','1'),(48927,11241,'Username','wsaaus15'),(48928,11241,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48929,11241,'ClientIP','85.128.142.27'),(48930,11241,'UserAgent','WordPress'),(48931,11242,'Attempts','2'),(48932,11242,'ClientIP','50.62.208.67'),(48933,11242,'UserAgent','wp-iphone'),(48934,11242,'CurrentUserID','0'),(48935,11243,'Attempts','2'),(48936,11243,'Username','wsaaus15'),(48937,11243,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48938,11243,'ClientIP','208.113.221.89'),(48939,11243,'UserAgent','WordPress'),(48940,11244,'Attempts','1'),(48941,11244,'Username','wsaaus15'),(48942,11244,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48943,11244,'ClientIP','46.28.105.116'),(48944,11244,'UserAgent','wp-iphone'),(48945,11245,'Attempts','2'),(48946,11245,'ClientIP','72.167.190.185'),(48947,11245,'UserAgent','wp-android'),(48948,11245,'CurrentUserID','0'),(48949,11246,'Attempts','1'),(48950,11246,'Username','wsaaus15'),(48951,11246,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48952,11246,'ClientIP','79.96.227.13'),(48953,11246,'UserAgent','wp-iphone'),(48954,11247,'Attempts','3'),(48955,11247,'ClientIP','31.220.110.132'),(48956,11247,'UserAgent','wp-iphone'),(48957,11247,'CurrentUserID','0'),(48958,11248,'Attempts','1'),(48959,11248,'Username','wsaaus15'),(48960,11248,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48961,11248,'ClientIP','188.128.172.26'),(48962,11248,'UserAgent','Poster'),(48963,11249,'Attempts','1'),(48964,11249,'Username','wsaaus15'),(48965,11249,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48966,11249,'ClientIP','79.96.219.122'),(48967,11249,'UserAgent','WordPress'),(48968,11250,'Attempts','1'),(48969,11250,'Username','wsaaus15'),(48970,11250,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48971,11250,'ClientIP','81.2.195.181'),(48972,11250,'UserAgent','wp-windowsphone'),(48973,11251,'ClientIP','127.0.0.1'),(48974,11251,'Username','Plugin'),(48975,11251,'PromoMessage','<strong>External Database for WordPress Audit Log</strong><br>Store the WordPress audit log in an external database to boost the performance and security of your WordPress. <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/external-database-for-wp-security-audit-log/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=externaldb\" target=\"_blank\">External DB Add-on</a></strong>.'),(48976,11251,'PromoName','External DB Add-on'),(48977,11252,'Attempts','1'),(48978,11252,'Username','wsaaus15'),(48979,11252,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(48980,11252,'ClientIP','46.28.105.137'),(48981,11252,'UserAgent','Windows Live Writer'),(48982,11253,'Attempts','2'),(48983,11253,'ClientIP','188.95.227.10'),(48984,11253,'UserAgent','Windows Live Writer'),(48985,11253,'CurrentUserID','0'),(48986,11254,'Attempts','2'),(48987,11254,'ClientIP','31.170.165.181'),(48988,11254,'UserAgent','WordPress'),(48989,11254,'CurrentUserID','0'),(48990,11255,'Attempts','1'),(48991,11255,'ClientIP','208.113.153.234'),(48992,11255,'UserAgent','wp-android'),(48993,11255,'CurrentUserID','0'),(48994,11256,'Attempts','2'),(48995,11256,'ClientIP','50.62.208.130'),(48996,11256,'UserAgent','Poster'),(48997,11256,'CurrentUserID','0'),(48998,11257,'Attempts','1'),(48999,11257,'ClientIP','195.128.174.113'),(49000,11257,'UserAgent','WordPress'),(49001,11257,'CurrentUserID','0'),(49002,11258,'Attempts','1'),(49003,11258,'Username','wsaaus15'),(49004,11258,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49005,11258,'ClientIP','82.98.134.217'),(49006,11258,'UserAgent','WordPress'),(49007,11259,'Attempts','1'),(49008,11259,'Username','wsaaus15'),(49009,11259,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49010,11259,'ClientIP','85.128.142.31'),(49011,11259,'UserAgent','Windows Live Writer'),(49012,11260,'Attempts','2'),(49013,11260,'Username','wsaaus15'),(49014,11260,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49015,11260,'ClientIP','185.24.98.35'),(49016,11260,'UserAgent','WordPress'),(49017,11261,'Attempts','1'),(49018,11261,'Username','wsaaus15'),(49019,11261,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49020,11261,'ClientIP','5.135.1.156'),(49021,11261,'UserAgent','wp-android'),(49022,11262,'Attempts','1'),(49023,11262,'Username','wsaaus15'),(49024,11262,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49025,11262,'ClientIP','188.165.229.45'),(49026,11262,'UserAgent','wp-android'),(49027,11263,'Attempts','1'),(49028,11263,'Username','wsaaus15'),(49029,11263,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49030,11263,'ClientIP','85.128.142.85'),(49031,11263,'UserAgent','wp-android'),(49032,11264,'Attempts','1'),(49033,11264,'Username','wsaaus15'),(49034,11264,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49035,11264,'ClientIP','178.62.189.69'),(49036,11264,'UserAgent','Windows Live Writer'),(49037,11265,'Attempts','1'),(49038,11265,'ClientIP','93.125.99.60'),(49039,11265,'UserAgent','wp-windowsphone'),(49040,11265,'CurrentUserID','0'),(49041,11266,'Attempts','1'),(49042,11266,'Username','wsaaus15'),(49043,11266,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49044,11266,'ClientIP','5.79.72.225'),(49045,11266,'UserAgent','wp-android'),(49046,11267,'Attempts','1'),(49047,11267,'Username','wsaaus15'),(49048,11267,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49049,11267,'ClientIP','208.43.99.132'),(49050,11267,'UserAgent','WordPress'),(49051,11268,'Attempts','2'),(49052,11268,'Username','wsaaus15'),(49053,11268,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49054,11268,'ClientIP','176.58.112.120'),(49055,11268,'UserAgent','wp-windowsphone'),(49056,11269,'Attempts','1'),(49057,11269,'Username','wsaaus15'),(49058,11269,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49059,11269,'ClientIP','185.50.38.86'),(49060,11269,'UserAgent','wp-android'),(49061,11270,'Attempts','1'),(49062,11270,'Username','wsaaus15'),(49063,11270,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49064,11270,'ClientIP','46.101.4.5'),(49065,11270,'UserAgent','wp-android'),(49066,11271,'Attempts','2'),(49067,11271,'Username','wsaaus15'),(49068,11271,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49069,11271,'ClientIP','82.98.151.137'),(49070,11271,'UserAgent','Windows Live Writer'),(49071,11272,'Attempts','2'),(49072,11272,'Username','wsaaus15'),(49073,11272,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49074,11272,'ClientIP','23.88.104.207'),(49075,11272,'UserAgent','wp-iphone'),(49076,11273,'Attempts','1'),(49077,11273,'Username','wsaaus15'),(49078,11273,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49079,11273,'ClientIP','178.32.71.128'),(49080,11273,'UserAgent','wp-iphone'),(49081,11274,'Attempts','1'),(49082,11274,'Username','wsaaus15'),(49083,11274,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49084,11274,'ClientIP','5.44.238.152'),(49085,11274,'UserAgent','Poster'),(49086,11275,'Attempts','1'),(49087,11275,'Username','wsaaus15'),(49088,11275,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49089,11275,'ClientIP','64.90.40.107'),(49090,11275,'UserAgent','WordPress'),(49091,11276,'Attempts','2'),(49092,11276,'Username','wsaaus15'),(49093,11276,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49094,11276,'ClientIP','175.107.186.81'),(49095,11276,'UserAgent','WordPress'),(49096,11277,'Attempts','2'),(49097,11277,'Username','wsaaus15'),(49098,11277,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49099,11277,'ClientIP','112.78.2.57'),(49100,11277,'UserAgent','wp-iphone'),(49101,11278,'Attempts','2'),(49102,11278,'Username','wsaaus15'),(49103,11278,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49104,11278,'ClientIP','95.141.46.157'),(49105,11278,'UserAgent','Windows Live Writer'),(49106,11279,'Attempts','1'),(49107,11279,'Username','wsaaus15'),(49108,11279,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49109,11279,'ClientIP','85.128.142.44'),(49110,11279,'UserAgent','Poster'),(49111,11280,'Attempts','1'),(49112,11280,'ClientIP','64.90.40.31'),(49113,11280,'UserAgent','Poster'),(49114,11280,'CurrentUserID','0'),(49115,11281,'Attempts','1'),(49116,11281,'ClientIP','46.41.144.46'),(49117,11281,'UserAgent','Poster'),(49118,11281,'CurrentUserID','0'),(49119,11282,'Attempts','1'),(49120,11282,'Username','wsaaus15'),(49121,11282,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49122,11282,'ClientIP','144.76.189.18'),(49123,11282,'UserAgent','Windows Live Writer'),(49124,11283,'Attempts','2'),(49125,11283,'ClientIP','50.62.208.195'),(49126,11283,'UserAgent','wp-windowsphone'),(49127,11283,'CurrentUserID','0'),(49128,11284,'Attempts','1'),(49129,11284,'Username','wsaaus15'),(49130,11284,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49131,11284,'ClientIP','79.96.165.208'),(49132,11284,'UserAgent','WordPress'),(49133,11285,'Attempts','2'),(49134,11285,'ClientIP','64.111.127.18'),(49135,11285,'UserAgent','Windows Live Writer'),(49136,11285,'CurrentUserID','0'),(49137,11286,'Attempts','1'),(49138,11286,'Username','wsaaus15'),(49139,11286,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49140,11286,'ClientIP','79.96.176.68'),(49141,11286,'UserAgent','wp-android'),(49142,11287,'Attempts','2'),(49143,11287,'ClientIP','50.62.208.192'),(49144,11287,'UserAgent','wp-windowsphone'),(49145,11287,'CurrentUserID','0'),(49146,11288,'Attempts','2'),(49147,11288,'ClientIP','23.92.208.2'),(49148,11288,'UserAgent','Poster'),(49149,11288,'CurrentUserID','0'),(49150,11289,'Attempts','2'),(49151,11289,'Username','wsaaus15'),(49152,11289,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49153,11289,'ClientIP','192.169.249.167'),(49154,11289,'UserAgent','wp-iphone'),(49155,11290,'Attempts','2'),(49156,11290,'Username','wsaaus15'),(49157,11290,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49158,11290,'ClientIP','104.238.119.149'),(49159,11290,'UserAgent','Windows Live Writer'),(49160,11291,'Attempts','4'),(49161,11291,'ClientIP','50.62.160.234'),(49162,11291,'UserAgent','WordPress'),(49163,11291,'CurrentUserID','0'),(49164,11292,'Attempts','2'),(49165,11292,'ClientIP','185.46.120.131'),(49166,11293,'Attempts','1'),(49167,11292,'UserAgent','wp-windowsphone'),(49168,11293,'ClientIP','185.46.120.131'),(49169,11292,'CurrentUserID','0'),(49170,11293,'UserAgent','wp-iphone'),(49171,11293,'CurrentUserID','0'),(49172,11294,'Attempts','3'),(49173,11294,'ClientIP','50.62.208.206'),(49174,11294,'UserAgent','wp-android'),(49175,11294,'CurrentUserID','0'),(49176,11295,'Attempts','2'),(49177,11295,'ClientIP','93.125.99.40'),(49178,11295,'UserAgent','Poster'),(49179,11295,'CurrentUserID','0'),(49180,11296,'Attempts','2'),(49181,11296,'ClientIP','176.221.32.120'),(49182,11296,'UserAgent','wp-windowsphone'),(49183,11296,'CurrentUserID','0'),(49184,11297,'Attempts','2'),(49185,11297,'ClientIP','177.12.163.104'),(49186,11297,'UserAgent','wp-android'),(49187,11297,'CurrentUserID','0'),(49188,11298,'Attempts','2'),(49189,11298,'ClientIP','173.236.224.15'),(49190,11298,'UserAgent','WordPress'),(49191,11298,'CurrentUserID','0'),(49192,11299,'Attempts','2'),(49193,11299,'ClientIP','184.168.192.157'),(49194,11299,'UserAgent','WordPress'),(49195,11299,'CurrentUserID','0'),(49196,11300,'Attempts','2'),(49197,11300,'ClientIP','69.163.240.105'),(49198,11300,'UserAgent','wp-windowsphone'),(49199,11300,'CurrentUserID','0'),(49200,11301,'Attempts','2'),(49201,11301,'ClientIP','92.222.8.181'),(49202,11301,'UserAgent','Poster'),(49203,11301,'CurrentUserID','0'),(49204,11302,'Attempts','4'),(49205,11302,'ClientIP','50.62.208.99'),(49206,11302,'UserAgent','Windows Live Writer'),(49207,11302,'CurrentUserID','0'),(49208,11303,'Attempts','5'),(49209,11303,'ClientIP','50.62.208.61'),(49210,11303,'UserAgent','wp-android'),(49211,11303,'CurrentUserID','0'),(49212,11304,'Attempts','1'),(49213,11304,'ClientIP','69.49.112.71'),(49214,11304,'UserAgent','wp-windowsphone'),(49215,11304,'CurrentUserID','0'),(49216,11305,'Attempts','2'),(49217,11305,'ClientIP','180.235.149.180'),(49218,11305,'UserAgent','WordPress'),(49219,11305,'CurrentUserID','0'),(49220,11306,'Attempts','2'),(49221,11306,'ClientIP','180.235.149.183'),(49222,11306,'UserAgent','wp-windowsphone'),(49223,11306,'CurrentUserID','0'),(49224,11307,'Attempts','2'),(49225,11307,'ClientIP','66.33.212.101'),(49226,11307,'UserAgent','WordPress'),(49227,11307,'CurrentUserID','0'),(49228,11308,'Attempts','2'),(49229,11308,'ClientIP','72.167.190.172'),(49230,11308,'UserAgent','wp-windowsphone'),(49231,11308,'CurrentUserID','0'),(49232,11309,'Attempts','2'),(49233,11309,'ClientIP','210.157.22.28'),(49234,11309,'UserAgent','wp-windowsphone'),(49235,11309,'CurrentUserID','0'),(49236,11310,'Attempts','2'),(49237,11310,'ClientIP','113.190.241.226'),(49238,11310,'UserAgent','WordPress'),(49239,11310,'CurrentUserID','0'),(49240,11311,'Attempts','2'),(49241,11311,'ClientIP','5.187.48.137'),(49242,11311,'UserAgent','Poster'),(49243,11311,'CurrentUserID','0'),(49244,11312,'Attempts','2'),(49245,11312,'ClientIP','185.25.150.156'),(49246,11312,'UserAgent','WordPress'),(49247,11312,'CurrentUserID','0'),(49248,11313,'Attempts','2'),(49249,11313,'Username','wsaaus15'),(49250,11313,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49251,11313,'ClientIP','77.68.64.31'),(49252,11313,'UserAgent','Poster'),(49253,11314,'Attempts','2'),(49254,11314,'ClientIP','184.168.192.136'),(49255,11314,'UserAgent','Windows Live Writer'),(49256,11314,'CurrentUserID','0'),(49257,11315,'Attempts','2'),(49258,11315,'ClientIP','208.113.162.84'),(49259,11315,'UserAgent','Windows Live Writer'),(49260,11315,'CurrentUserID','0'),(49261,11316,'Attempts','1'),(49262,11316,'ClientIP','46.254.36.18'),(49263,11316,'UserAgent','Windows Live Writer'),(49264,11316,'CurrentUserID','0'),(49265,11317,'Attempts','1'),(49266,11317,'ClientIP','88.208.252.230'),(49267,11317,'UserAgent','wp-android'),(49268,11317,'CurrentUserID','0'),(49269,11318,'Attempts','2'),(49270,11318,'ClientIP','188.128.154.244'),(49271,11318,'UserAgent','wp-android'),(49272,11318,'CurrentUserID','0'),(49273,11319,'Attempts','2'),(49274,11319,'ClientIP','87.229.70.23'),(49275,11319,'UserAgent','WordPress'),(49276,11319,'CurrentUserID','0'),(49277,11320,'Attempts','2'),(49278,11320,'ClientIP','194.149.4.66'),(49279,11320,'UserAgent','wp-windowsphone'),(49280,11320,'CurrentUserID','0'),(49281,11321,'Attempts','2'),(49282,11321,'ClientIP','149.210.174.205'),(49283,11321,'UserAgent','wp-iphone'),(49284,11321,'CurrentUserID','0'),(49285,11322,'Attempts','3'),(49286,11322,'ClientIP','72.167.190.149'),(49287,11322,'UserAgent','wp-iphone'),(49288,11322,'CurrentUserID','0'),(49289,11323,'Attempts','1'),(49290,11323,'Username','wsaaus15'),(49291,11323,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49292,11323,'ClientIP','50.62.208.43'),(49293,11323,'UserAgent','Windows Live Writer'),(49294,11324,'Attempts','2'),(49295,11324,'ClientIP','74.208.126.165'),(49296,11324,'UserAgent','wp-windowsphone'),(49297,11324,'CurrentUserID','0'),(49298,11325,'Attempts','2'),(49299,11325,'ClientIP','108.160.154.65'),(49300,11325,'UserAgent','Poster'),(49301,11325,'CurrentUserID','0'),(49302,11326,'Attempts','2'),(49303,11326,'ClientIP','89.26.245.178'),(49304,11326,'UserAgent','wp-windowsphone'),(49305,11326,'CurrentUserID','0'),(49306,11327,'Attempts','1'),(49307,11327,'ClientIP','128.199.246.96'),(49308,11327,'UserAgent','Windows Live Writer'),(49309,11327,'CurrentUserID','0'),(49310,11328,'Attempts','1'),(49311,11328,'Username','wsaaus15'),(49312,11328,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49313,11328,'ClientIP','72.167.190.36'),(49314,11328,'UserAgent','wp-iphone'),(49315,11329,'Attempts','2'),(49316,11329,'Username','wsaaus15'),(49317,11329,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49318,11329,'ClientIP','173.236.176.114'),(49319,11329,'UserAgent','Windows Live Writer'),(49320,11330,'Attempts','2'),(49321,11330,'ClientIP','91.146.104.247'),(49322,11330,'UserAgent','Windows Live Writer'),(49323,11330,'CurrentUserID','0'),(49324,11331,'Attempts','1'),(49325,11331,'Username','wsaaus15'),(49326,11331,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49327,11331,'ClientIP','72.167.190.40'),(49328,11331,'UserAgent','wp-windowsphone'),(49329,11332,'Attempts','2'),(49330,11332,'ClientIP','64.111.127.50'),(49331,11332,'UserAgent','wp-android'),(49332,11332,'CurrentUserID','0'),(49333,11333,'Attempts','1'),(49334,11333,'Username','wsaaus15'),(49335,11333,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49336,11333,'ClientIP','72.167.190.181'),(49337,11333,'UserAgent','wp-windowsphone'),(49338,11334,'Attempts','1'),(49339,11334,'Username','wsaaus15'),(49340,11334,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49341,11334,'ClientIP','208.113.205.78'),(49342,11334,'UserAgent','wp-iphone'),(49343,11335,'Attempts','1'),(49344,11335,'Username','wsaaus15'),(49345,11335,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49346,11335,'ClientIP','50.62.208.42'),(49347,11335,'UserAgent','Windows Live Writer'),(49348,11336,'Attempts','1'),(49349,11336,'Username','wsaaus15'),(49350,11336,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49351,11336,'ClientIP','50.62.208.141'),(49352,11336,'UserAgent','wp-android'),(49353,11337,'Attempts','1'),(49354,11337,'Username','wsaaus15'),(49355,11337,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49356,11337,'ClientIP','69.163.208.111'),(49357,11337,'UserAgent','wp-windowsphone'),(49358,11338,'Attempts','1'),(49359,11338,'Username','wsaaus15'),(49360,11338,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49361,11338,'ClientIP','184.168.192.162'),(49362,11338,'UserAgent','WordPress'),(49363,11339,'Attempts','1'),(49364,11339,'Username','wsaaus15'),(49365,11339,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49366,11339,'ClientIP','208.113.209.178'),(49367,11339,'UserAgent','Windows Live Writer'),(49368,11340,'Attempts','1'),(49369,11340,'Username','wsaaus15'),(49370,11340,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49371,11340,'ClientIP','208.113.248.222'),(49372,11340,'UserAgent','WordPress'),(49373,11341,'Attempts','1'),(49374,11341,'Username','wsaaus15'),(49375,11341,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49376,11341,'ClientIP','69.163.200.129'),(49377,11341,'UserAgent','Poster'),(49378,11342,'Attempts','1'),(49379,11342,'ClientIP','185.28.21.201'),(49380,11342,'UserAgent','Windows Live Writer'),(49381,11342,'CurrentUserID','0'),(49382,11343,'Attempts','1'),(49383,11343,'Username','wsaaus15'),(49384,11343,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49385,11343,'ClientIP','50.62.208.77'),(49386,11343,'UserAgent','wp-windowsphone'),(49387,11344,'Attempts','1'),(49388,11344,'ClientIP','89.19.29.128'),(49389,11344,'UserAgent','wp-windowsphone'),(49390,11344,'CurrentUserID','0'),(49391,11345,'Attempts','2'),(49392,11345,'Username','wsaaus15'),(49393,11345,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49394,11345,'ClientIP','50.62.208.76'),(49395,11345,'UserAgent','wp-android'),(49396,11346,'Attempts','2'),(49397,11346,'ClientIP','37.187.145.165'),(49398,11346,'UserAgent','wp-windowsphone'),(49399,11346,'CurrentUserID','0'),(49400,11347,'Attempts','1'),(49401,11347,'Username','wsaaus15'),(49402,11347,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49403,11347,'ClientIP','112.125.127.27'),(49404,11347,'UserAgent','Windows Live Writer'),(49405,11348,'Attempts','1'),(49406,11348,'ClientIP','46.28.105.84'),(49407,11348,'UserAgent','wp-android'),(49408,11348,'CurrentUserID','0'),(49409,11349,'Attempts','1'),(49410,11349,'Username','wsaaus15'),(49411,11349,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49412,11349,'ClientIP','193.202.110.183'),(49413,11349,'UserAgent','wp-iphone'),(49414,11350,'Attempts','1'),(49415,11350,'Username','wsaaus15'),(49416,11350,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49417,11350,'ClientIP','172.81.119.219'),(49418,11350,'UserAgent','Poster'),(49419,11351,'Attempts','1'),(49420,11351,'Username','wsaaus15'),(49421,11351,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49422,11351,'ClientIP','91.109.14.76'),(49423,11351,'UserAgent','wp-windowsphone'),(49424,11352,'Attempts','1'),(49425,11352,'Username','wsaaus15'),(49426,11352,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49427,11352,'ClientIP','173.236.184.118'),(49428,11352,'UserAgent','wp-iphone'),(49429,11353,'Attempts','1'),(49430,11353,'ClientIP','88.208.252.202'),(49431,11353,'UserAgent','Poster'),(49432,11353,'CurrentUserID','0'),(49433,11354,'Attempts','1'),(49434,11354,'Username','wsaaus15'),(49435,11354,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49436,11354,'ClientIP','94.231.103.109'),(49437,11354,'UserAgent','wp-iphone'),(49438,11355,'Attempts','1'),(49439,11355,'Username','wsaaus15'),(49440,11355,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49441,11355,'ClientIP','69.172.239.140'),(49442,11355,'UserAgent','WordPress'),(49443,11356,'Attempts','1'),(49444,11356,'ClientIP','69.175.25.234'),(49445,11356,'UserAgent','Poster'),(49446,11356,'CurrentUserID','0'),(49447,11357,'Attempts','1'),(49448,11357,'Username','wsaaus15'),(49449,11357,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49450,11357,'ClientIP','185.48.32.52'),(49451,11357,'UserAgent','wp-android'),(49452,11358,'Attempts','1'),(49453,11358,'Username','wsaaus15'),(49454,11358,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49455,11358,'ClientIP','72.167.190.165'),(49456,11358,'UserAgent','WordPress'),(49457,11359,'Attempts','1'),(49458,11359,'Username','wsaaus15'),(49459,11359,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49460,11359,'ClientIP','50.62.208.137'),(49461,11359,'UserAgent','Windows Live Writer'),(49462,11360,'Attempts','1'),(49463,11360,'Username','wsaaus15'),(49464,11360,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49465,11360,'ClientIP','50.62.208.93'),(49466,11360,'UserAgent','WordPress'),(49467,11361,'Attempts','1'),(49468,11361,'Username','wsaaus15'),(49469,11361,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49470,11361,'ClientIP','94.231.106.93'),(49471,11361,'UserAgent','Windows Live Writer'),(49472,11362,'Attempts','1'),(49473,11362,'Username','wsaaus15'),(49474,11362,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49475,11362,'ClientIP','72.167.190.148'),(49476,11362,'UserAgent','wp-android'),(49477,11363,'Attempts','1'),(49478,11363,'Username','wsaaus15'),(49479,11363,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49480,11363,'ClientIP','104.156.233.27'),(49481,11363,'UserAgent','wp-windowsphone'),(49482,11364,'Attempts','1'),(49483,11364,'Username','wsaaus15'),(49484,11364,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49485,11364,'ClientIP','118.127.17.108'),(49486,11364,'UserAgent','Poster'),(49487,11365,'Attempts','1'),(49488,11365,'ClientIP','144.76.245.146'),(49489,11365,'UserAgent','Poster'),(49490,11365,'CurrentUserID','0'),(49491,11366,'Attempts','1'),(49492,11366,'Username','wsaaus15'),(49493,11366,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49494,11366,'ClientIP','139.162.193.151'),(49495,11366,'UserAgent','wp-android'),(49496,11367,'Attempts','1'),(49497,11367,'ClientIP','91.239.200.240'),(49498,11367,'UserAgent','wp-iphone'),(49499,11367,'CurrentUserID','0'),(49500,11368,'Attempts','1'),(49501,11368,'ClientIP','64.90.48.199'),(49502,11368,'UserAgent','Poster'),(49503,11368,'CurrentUserID','0'),(49504,11369,'Attempts','1'),(49505,11369,'Username','wsaaus15'),(49506,11369,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49507,11369,'ClientIP','79.96.169.37'),(49508,11369,'UserAgent','WordPress'),(49509,11370,'Attempts','1'),(49510,11370,'ClientIP','31.220.110.46'),(49511,11370,'UserAgent','Poster'),(49512,11370,'CurrentUserID','0'),(49513,11371,'Attempts','1'),(49514,11371,'Username','wsaaus15'),(49515,11371,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49516,11371,'ClientIP','78.47.161.129'),(49517,11372,'Attempts','1'),(49518,11371,'UserAgent','wp-iphone'),(49519,11372,'Username','wsaaus15'),(49520,11372,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49521,11372,'ClientIP','78.47.161.129'),(49522,11372,'UserAgent','wp-iphone'),(49523,11373,'Attempts','1'),(49524,11373,'Username','wsaaus15'),(49525,11373,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49526,11373,'ClientIP','88.208.252.230'),(49527,11373,'UserAgent','WordPress'),(49528,11374,'Attempts','1'),(49529,11374,'Username','wsaaus15'),(49530,11374,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49531,11374,'ClientIP','88.208.252.231'),(49532,11374,'UserAgent','wp-android'),(49533,11375,'Attempts','4'),(49534,11375,'ClientIP','77.68.64.31'),(49535,11375,'UserAgent','wp-android'),(49536,11375,'CurrentUserID','0'),(49537,11376,'Attempts','1'),(49538,11376,'ClientIP','208.113.162.107'),(49539,11376,'UserAgent','wp-android'),(49540,11376,'CurrentUserID','0'),(49541,11377,'Attempts','1'),(49542,11377,'Username','wsaaus15'),(49543,11377,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49544,11377,'ClientIP','142.4.218.204'),(49545,11377,'UserAgent','WordPress'),(49546,11378,'Attempts','1'),(49547,11378,'ClientIP','66.23.237.186'),(49548,11378,'UserAgent','wp-windowsphone'),(49549,11378,'CurrentUserID','0'),(49550,11379,'Attempts','1'),(49551,11379,'Username','wsaaus15'),(49552,11379,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49553,11379,'ClientIP','91.212.89.66'),(49554,11379,'UserAgent','wp-windowsphone'),(49555,11380,'Attempts','1'),(49556,11380,'ClientIP','79.96.162.23'),(49557,11380,'UserAgent','wp-android'),(49558,11380,'CurrentUserID','0'),(49559,11381,'Attempts','1'),(49560,11382,'Attempts','1'),(49561,11382,'Username','wsaaus15'),(49562,11381,'ClientIP','217.25.40.26'),(49563,11382,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49564,11381,'UserAgent','wp-iphone'),(49565,11382,'ClientIP','150.107.224.129'),(49566,11381,'CurrentUserID','0'),(49567,11382,'UserAgent','WordPress'),(49568,11383,'Attempts','2'),(49569,11383,'ClientIP','88.198.44.203'),(49570,11383,'UserAgent','Windows Live Writer'),(49571,11383,'CurrentUserID','0'),(49572,11384,'Attempts','1'),(49573,11384,'ClientIP','155.210.11.62'),(49574,11384,'UserAgent','wp-android'),(49575,11384,'CurrentUserID','0'),(49576,11385,'Attempts','1'),(49577,11385,'ClientIP','81.2.195.182'),(49578,11385,'UserAgent','wp-windowsphone'),(49579,11385,'CurrentUserID','0'),(49580,11386,'Attempts','1'),(49581,11386,'ClientIP','188.128.140.14'),(49582,11386,'UserAgent','wp-android'),(49583,11386,'CurrentUserID','0'),(49584,11387,'Attempts','1'),(49585,11387,'Username','wsaaus15'),(49586,11387,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49587,11387,'ClientIP','31.220.110.132'),(49588,11387,'UserAgent','wp-windowsphone'),(49589,11388,'Attempts','1'),(49590,11388,'Username','wsaaus15'),(49591,11388,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49592,11388,'ClientIP','93.125.99.60'),(49593,11388,'UserAgent','Windows Live Writer'),(49594,11389,'Attempts','1'),(49595,11389,'Username','wsaaus15'),(49596,11389,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49597,11389,'ClientIP','195.128.174.113'),(49598,11389,'UserAgent','WordPress'),(49599,11390,'Attempts','1'),(49600,11390,'Username','wsaaus15'),(49601,11390,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49602,11390,'ClientIP','123.30.181.94'),(49603,11390,'UserAgent','Poster'),(49604,11391,'Attempts','1'),(49605,11391,'ClientIP','185.98.6.150'),(49606,11391,'UserAgent','Poster'),(49607,11391,'CurrentUserID','0'),(49608,11392,'Attempts','1'),(49609,11392,'Username','wsaaus15'),(49610,11392,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49611,11392,'ClientIP','103.15.156.3'),(49612,11392,'UserAgent','wp-iphone'),(49613,11393,'Attempts','1'),(49614,11393,'ClientIP','94.242.92.206'),(49615,11393,'UserAgent','WordPress'),(49616,11393,'CurrentUserID','0'),(49617,11394,'Attempts','1'),(49618,11394,'Username','wsaaus15'),(49619,11394,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49620,11394,'ClientIP','185.5.99.77'),(49621,11394,'UserAgent','wp-iphone'),(49622,11395,'Attempts','1'),(49623,11395,'Username','wsaaus15'),(49624,11395,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49625,11395,'ClientIP','89.26.240.140'),(49626,11395,'UserAgent','wp-android'),(49627,11396,'Attempts','1'),(49628,11396,'Username','wsaaus15'),(49629,11396,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49630,11396,'ClientIP','188.93.230.40'),(49631,11396,'UserAgent','Windows Live Writer'),(49632,11397,'Attempts','1'),(49633,11397,'Username','wsaaus15'),(49634,11397,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49635,11397,'ClientIP','43.229.77.58'),(49636,11397,'UserAgent','Poster'),(49637,11398,'Attempts','1'),(49638,11398,'Username','wsaaus15'),(49639,11398,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49640,11398,'ClientIP','46.21.225.7'),(49641,11398,'UserAgent','Poster'),(49642,11399,'Attempts','1'),(49643,11399,'Username','wsaaus15'),(49644,11399,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49645,11399,'ClientIP','92.62.135.9'),(49646,11399,'UserAgent','Poster'),(49647,11400,'Attempts','1'),(49648,11400,'Username','wsaaus15'),(49649,11400,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49650,11400,'ClientIP','212.52.180.69'),(49651,11400,'UserAgent','WordPress'),(49652,11401,'ClientIP','127.0.0.1'),(49653,11401,'Username','Plugin'),(49654,11401,'PromoMessage','<strong>60% OFF On All Premium Add-Ons and Support Bundle</strong><br>Buy all the WP Security Audit Log premium add-ons as bundle and <strong>benefit from a 60% discount</strong>. <strong>All <a href=\"http://www.wpsecurityauditlog.com/plugin-extensions/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=alladdons\" target=\"_blank\">Premium Add-Ons</a></strong> for 1 website only cost $89.'),(49655,11401,'PromoName','Premium Add-Ons'),(49656,11402,'Attempts','1'),(49657,11402,'Username','wsaaus15'),(49658,11402,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49659,11402,'ClientIP','193.202.110.191'),(49660,11402,'UserAgent','wp-iphone'),(49661,11403,'Attempts','1'),(49662,11403,'Username','wsaaus15'),(49663,11403,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49664,11403,'ClientIP','198.204.251.132'),(49665,11403,'UserAgent','wp-android'),(49666,11404,'Attempts','1'),(49667,11404,'Username','wsaaus15'),(49668,11404,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49669,11404,'ClientIP','64.90.98.100'),(49670,11404,'UserAgent','wp-windowsphone'),(49671,11405,'Attempts','1'),(49672,11405,'Username','wsaaus15'),(49673,11405,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49674,11405,'ClientIP','176.122.224.208'),(49675,11405,'UserAgent','wp-android'),(49676,11406,'Attempts','1'),(49677,11406,'Username','wsaaus15'),(49678,11406,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49679,11406,'ClientIP','45.55.179.10'),(49680,11406,'UserAgent','Windows Live Writer'),(49681,11407,'Attempts','1'),(49682,11407,'Username','wsaaus15'),(49683,11407,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49684,11407,'ClientIP','49.143.225.193'),(49685,11407,'UserAgent','Poster'),(49686,11408,'Attempts','1'),(49687,11408,'Username','wsaaus15'),(49688,11408,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49689,11408,'ClientIP','120.72.118.5'),(49690,11408,'UserAgent','wp-windowsphone'),(49691,11409,'Attempts','1'),(49692,11409,'Username','wsaaus15'),(49693,11409,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49694,11409,'ClientIP','96.30.60.166'),(49695,11409,'UserAgent','wp-iphone'),(49696,11410,'Attempts','1'),(49697,11410,'Username','wsaaus15'),(49698,11410,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49699,11410,'ClientIP','185.118.112.134'),(49700,11410,'UserAgent','wp-windowsphone'),(49701,11411,'Attempts','1'),(49702,11411,'Username','wsaaus15'),(49703,11411,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49704,11411,'ClientIP','138.128.178.226'),(49705,11411,'UserAgent','wp-iphone'),(49706,11412,'Attempts','1'),(49707,11412,'Username','wsaaus15'),(49708,11412,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49709,11412,'ClientIP','42.112.27.77'),(49710,11412,'UserAgent','wp-windowsphone'),(49711,11413,'Attempts','1'),(49712,11413,'Username','wsaaus15'),(49713,11413,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49714,11413,'ClientIP','85.25.141.26'),(49715,11413,'UserAgent','wp-windowsphone'),(49716,11414,'Attempts','1'),(49717,11414,'Username','wsaaus15'),(49718,11414,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49719,11414,'ClientIP','81.177.135.251'),(49720,11414,'UserAgent','Windows Live Writer'),(49721,11415,'Attempts','1'),(49722,11415,'Username','wsaaus15'),(49723,11415,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49724,11415,'ClientIP','118.69.169.116'),(49725,11415,'UserAgent','wp-windowsphone'),(49726,11416,'Attempts','1'),(49727,11416,'Username','wsaaus15'),(49728,11416,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49729,11416,'ClientIP','173.214.180.197'),(49730,11416,'UserAgent','Poster'),(49731,11417,'Attempts','1'),(49732,11417,'Username','wsaaus15'),(49733,11417,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49734,11417,'ClientIP','45.64.1.58'),(49735,11417,'UserAgent','wp-android'),(49736,11418,'Attempts','1'),(49737,11418,'ClientIP','31.220.110.67'),(49738,11418,'UserAgent','Poster'),(49739,11418,'CurrentUserID','0'),(49740,11419,'Attempts','1'),(49741,11419,'Username','wsaaus15'),(49742,11419,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49743,11419,'ClientIP','92.55.64.98'),(49744,11419,'UserAgent','wp-android'),(49745,11420,'Attempts','2'),(49746,11420,'ClientIP','72.167.190.200'),(49747,11420,'UserAgent','wp-android'),(49748,11420,'CurrentUserID','0'),(49749,11421,'Attempts','1'),(49750,11421,'ClientIP','198.57.164.226'),(49751,11421,'UserAgent','wp-android'),(49752,11421,'CurrentUserID','0'),(49753,11422,'Attempts','1'),(49754,11422,'Username','wsaaus15'),(49755,11422,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49756,11422,'ClientIP','46.28.105.92'),(49757,11422,'UserAgent','Poster'),(49758,11423,'Attempts','1'),(49759,11423,'Username','wsaaus15'),(49760,11423,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49761,11423,'ClientIP','185.28.21.201'),(49762,11423,'UserAgent','WordPress'),(49763,11424,'Attempts','1'),(49764,11424,'Username','wsaaus15'),(49765,11424,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49766,11424,'ClientIP','208.113.153.234'),(49767,11424,'UserAgent','WordPress'),(49768,11425,'Attempts','10+'),(49769,11425,'ClientIP','65.181.120.244'),(49770,11425,'UserAgent',''),(49771,11425,'CurrentUserID','0'),(49772,11426,'Attempts','10+'),(49773,11426,'Username','wsaaus15'),(49774,11426,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49775,11426,'ClientIP','5.153.234.154'),(49776,11426,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49777,11427,'Attempts','10+'),(49778,11427,'ClientIP','5.153.234.154'),(49779,11427,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49780,11427,'CurrentUserID','0'),(49781,11428,'Attempts','10+'),(49782,11428,'Username','wsaaus15'),(49783,11428,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49784,11428,'ClientIP','130.185.155.10'),(49785,11428,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49786,11429,'Attempts','10+'),(49787,11429,'ClientIP','130.185.155.10'),(49788,11429,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49789,11429,'CurrentUserID','0'),(49790,11430,'Attempts','10+'),(49791,11430,'Username','wsaaus15'),(49792,11430,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49793,11430,'ClientIP','130.185.155.74'),(49794,11430,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49795,11431,'Attempts','10+'),(49796,11431,'ClientIP','130.185.155.74'),(49797,11431,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49798,11431,'CurrentUserID','0'),(49799,11432,'Attempts','10+'),(49800,11432,'ClientIP','104.219.251.2'),(49801,11432,'UserAgent',''),(49802,11432,'CurrentUserID','0'),(49803,11433,'Attempts','10+'),(49804,11433,'Username','wsaaus15'),(49805,11433,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49806,11433,'ClientIP','130.185.155.74'),(49807,11433,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49808,11434,'Attempts','10+'),(49809,11434,'Username','wsaaus15'),(49810,11434,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49811,11434,'ClientIP','130.185.155.10'),(49812,11434,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49813,11435,'Attempts','10+'),(49814,11435,'ClientIP','130.185.155.10'),(49815,11435,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49816,11435,'CurrentUserID','0'),(49817,11436,'Attempts','10+'),(49818,11436,'ClientIP','130.185.155.74'),(49819,11436,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49820,11436,'CurrentUserID','0'),(49821,11437,'Attempts','2'),(49822,11437,'ClientIP','37.57.0.201'),(49823,11437,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(49824,11437,'CurrentUserID','0'),(49825,11438,'Attempts','10'),(49826,11438,'ClientIP','37.57.0.201'),(49827,11438,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(49828,11438,'CurrentUserID','0'),(49829,11439,'Attempts','10+'),(49830,11439,'ClientIP','213.46.122.117'),(49831,11439,'UserAgent',''),(49832,11439,'CurrentUserID','0'),(49833,11440,'Attempts','10+'),(49834,11440,'ClientIP','210.116.114.250'),(49835,11440,'UserAgent',''),(49836,11440,'CurrentUserID','0'),(49837,11441,'Attempts','10+'),(49838,11441,'ClientIP','37.57.0.201'),(49839,11441,'UserAgent','Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),(49840,11441,'CurrentUserID','0'),(49841,11442,'Attempts','10+'),(49842,11442,'ClientIP','31.210.94.61'),(49843,11442,'UserAgent',''),(49844,11442,'CurrentUserID','0'),(49845,11443,'Attempts','10+'),(49846,11443,'ClientIP','209.124.69.87'),(49847,11443,'UserAgent',''),(49848,11443,'CurrentUserID','0'),(49849,11444,'Attempts','10+'),(49850,11444,'Username','wsaaus15'),(49851,11444,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49852,11444,'ClientIP','5.153.234.154'),(49853,11444,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49854,11445,'Attempts','10+'),(49855,11445,'ClientIP','5.153.234.154'),(49856,11445,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49857,11445,'CurrentUserID','0'),(49858,11446,'Attempts','10+'),(49859,11446,'ClientIP','109.123.4.5'),(49860,11446,'UserAgent',''),(49861,11446,'CurrentUserID','0'),(49862,11447,'Attempts','10+'),(49863,11447,'ClientIP','23.110.213.90'),(49864,11447,'UserAgent','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)'),(49865,11447,'CurrentUserID','0'),(49866,11448,'Attempts','10+'),(49867,11448,'ClientIP','85.159.69.229'),(49868,11448,'UserAgent',''),(49869,11448,'CurrentUserID','0'),(49870,11449,'Attempts','10+'),(49871,11449,'ClientIP','92.243.31.212'),(49872,11449,'UserAgent',''),(49873,11449,'CurrentUserID','0'),(49874,11450,'Attempts','10+'),(49875,11450,'ClientIP','65.170.217.173'),(49876,11450,'UserAgent',''),(49877,11450,'CurrentUserID','0'),(49878,11451,'Attempts','2'),(49879,11451,'Username','wsaaus15'),(49880,11451,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49881,11451,'ClientIP','173.254.204.203'),(49882,11451,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49883,11452,'Attempts','2'),(49884,11452,'ClientIP','173.254.204.203'),(49885,11452,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49886,11452,'CurrentUserID','0'),(49887,11453,'Attempts','9'),(49888,11453,'ClientIP','5.45.77.6'),(49889,11453,'UserAgent',''),(49890,11453,'CurrentUserID','0'),(49891,11454,'Attempts','2'),(49892,11454,'Username','wsaaus15'),(49893,11454,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49894,11454,'ClientIP','173.254.204.203'),(49895,11454,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49896,11455,'Attempts','2'),(49897,11455,'ClientIP','173.254.204.203'),(49898,11455,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49899,11455,'CurrentUserID','0'),(49900,11456,'Attempts','2'),(49901,11456,'ClientIP','203.122.26.98'),(49902,11456,'UserAgent',''),(49903,11456,'CurrentUserID','0'),(49904,11457,'Attempts','4'),(49905,11457,'ClientIP','52.20.80.170'),(49906,11457,'UserAgent',''),(49907,11457,'CurrentUserID','0'),(49908,11458,'Attempts','10+'),(49909,11458,'ClientIP','45.40.132.103'),(49910,11458,'UserAgent',''),(49911,11458,'CurrentUserID','0'),(49912,11459,'Attempts','10+'),(49913,11459,'ClientIP','144.76.163.81'),(49914,11459,'UserAgent',''),(49915,11459,'CurrentUserID','0'),(49916,11460,'Attempts','10+'),(49917,11460,'ClientIP','213.146.186.209'),(49918,11460,'UserAgent',''),(49919,11460,'CurrentUserID','0'),(49920,11461,'Attempts','10+'),(49921,11461,'Username','wsaaus15'),(49922,11461,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49923,11461,'ClientIP','130.185.155.10'),(49924,11461,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49925,11462,'Attempts','10+'),(49926,11462,'ClientIP','130.185.155.10'),(49927,11462,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49928,11462,'CurrentUserID','0'),(49929,11463,'Attempts','10+'),(49930,11463,'ClientIP','178.20.153.80'),(49931,11463,'UserAgent',''),(49932,11463,'CurrentUserID','0'),(49933,11464,'Attempts','10+'),(49934,11464,'ClientIP','121.41.48.115'),(49935,11464,'UserAgent',''),(49936,11464,'CurrentUserID','0'),(49937,11465,'Attempts','10+'),(49938,11465,'ClientIP','51.254.238.186'),(49939,11465,'UserAgent',''),(49940,11465,'CurrentUserID','0'),(49941,11466,'Attempts','10+'),(49942,11466,'Username','wsaaus15'),(49943,11466,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49944,11466,'ClientIP','130.185.155.82'),(49945,11466,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49946,11467,'Attempts','10+'),(49947,11467,'ClientIP','130.185.155.82'),(49948,11467,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49949,11467,'CurrentUserID','0'),(49950,11468,'Attempts','10+'),(49951,11468,'ClientIP','52.36.84.92'),(49952,11468,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(49953,11468,'CurrentUserID','0'),(49954,11469,'Attempts','10+'),(49955,11469,'ClientIP','54.169.123.100'),(49956,11469,'UserAgent',''),(49957,11469,'CurrentUserID','0'),(49958,11470,'Attempts','10+'),(49959,11470,'Username','wsaaus15'),(49960,11470,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49961,11470,'ClientIP','5.153.233.130'),(49962,11470,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49963,11471,'Attempts','10+'),(49964,11471,'ClientIP','5.153.233.130'),(49965,11471,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49966,11471,'CurrentUserID','0'),(49967,11472,'Attempts','10+'),(49968,11472,'Username','wsaaus15'),(49969,11472,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49970,11472,'ClientIP','130.185.155.82'),(49971,11472,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49972,11473,'Attempts','10+'),(49973,11473,'ClientIP','130.185.155.82'),(49974,11473,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49975,11473,'CurrentUserID','0'),(49976,11474,'Attempts','10+'),(49977,11474,'ClientIP','178.137.93.24'),(49978,11474,'UserAgent','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'),(49979,11474,'CurrentUserID','0'),(49980,11475,'Attempts','10+'),(49981,11475,'ClientIP','144.76.99.182'),(49982,11475,'UserAgent',''),(49983,11475,'CurrentUserID','0'),(49984,11476,'Attempts','10+'),(49985,11476,'ClientIP','199.189.87.88'),(49986,11476,'UserAgent',''),(49987,11476,'CurrentUserID','0'),(49988,11477,'Attempts','10+'),(49989,11477,'ClientIP','62.210.211.161'),(49990,11477,'UserAgent',''),(49991,11477,'CurrentUserID','0'),(49992,11478,'Attempts','10+'),(49993,11478,'Username','wsaaus15'),(49994,11478,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(49995,11478,'ClientIP','130.185.155.10'),(49996,11478,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(49997,11479,'Attempts','10+'),(49998,11479,'ClientIP','130.185.155.10'),(49999,11479,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50000,11479,'CurrentUserID','0'),(50001,11480,'Attempts','10+'),(50002,11480,'Username','wsaaus15'),(50003,11480,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50004,11480,'ClientIP','5.153.234.154'),(50005,11480,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50006,11481,'Attempts','10+'),(50007,11481,'ClientIP','5.153.234.154'),(50008,11481,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50009,11481,'CurrentUserID','0'),(50010,11482,'Attempts','10+'),(50011,11482,'ClientIP','94.23.205.182'),(50012,11482,'UserAgent',''),(50013,11482,'CurrentUserID','0'),(50014,11483,'Attempts','10+'),(50015,11483,'ClientIP','85.10.243.88'),(50016,11483,'UserAgent',''),(50017,11483,'CurrentUserID','0'),(50018,11484,'Attempts','10+'),(50019,11484,'ClientIP','195.154.243.31'),(50020,11484,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50021,11484,'CurrentUserID','0'),(50022,11486,'Attempts','1'),(50023,11485,'Attempts','10+'),(50024,11485,'Username','wsaaus15'),(50025,11486,'Username','wsaaus15'),(50026,11486,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50027,11485,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50028,11486,'ClientIP','130.185.155.74'),(50029,11485,'ClientIP','130.185.155.74'),(50030,11485,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50031,11486,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50032,11487,'Attempts','10+'),(50033,11487,'ClientIP','130.185.155.74'),(50034,11487,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50035,11487,'CurrentUserID','0'),(50036,11488,'Attempts','10+'),(50037,11488,'Username','wsaaus15'),(50038,11488,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50039,11488,'ClientIP','130.185.155.82'),(50040,11488,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50041,11489,'Attempts','10+'),(50042,11489,'ClientIP','130.185.155.82'),(50043,11489,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50044,11489,'CurrentUserID','0'),(50045,11490,'Attempts','10+'),(50046,11490,'Username','wsaaus15'),(50047,11490,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50048,11490,'ClientIP','130.185.155.10'),(50049,11490,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50050,11491,'Attempts','10+'),(50051,11491,'ClientIP','130.185.155.10'),(50052,11491,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50053,11491,'CurrentUserID','0'),(50054,11492,'Attempts','10+'),(50055,11492,'Username','wsaaus15'),(50056,11492,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50057,11492,'ClientIP','130.185.155.74'),(50058,11492,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50059,11493,'Attempts','10+'),(50060,11493,'ClientIP','130.185.155.74'),(50061,11493,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50062,11493,'CurrentUserID','0'),(50063,11494,'Attempts','10+'),(50064,11494,'Username','wsaaus15'),(50065,11494,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50066,11494,'ClientIP','5.153.233.130'),(50067,11494,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50068,11495,'Attempts','10+'),(50069,11495,'ClientIP','5.153.233.130'),(50070,11495,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50071,11495,'CurrentUserID','0'),(50072,11496,'Attempts','10+'),(50073,11496,'ClientIP','52.90.31.9'),(50074,11496,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(50075,11496,'CurrentUserID','0'),(50076,11497,'Attempts','1'),(50077,11497,'ClientIP','54.83.152.61'),(50078,11497,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(50079,11497,'CurrentUserID','0'),(50080,11498,'Attempts','2'),(50081,11498,'ClientIP','54.152.181.45'),(50082,11498,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(50083,11498,'CurrentUserID','0'),(50084,11499,'Attempts','10+'),(50085,11499,'Username','wsaaus15'),(50086,11499,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50087,11499,'ClientIP','130.185.155.10'),(50088,11499,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50089,11500,'Attempts','10+'),(50090,11500,'ClientIP','130.185.155.10'),(50091,11500,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50092,11500,'CurrentUserID','0'),(50093,11501,'Attempts','10+'),(50094,11501,'Username','wsaaus15'),(50095,11501,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50096,11501,'ClientIP','130.185.155.82'),(50097,11501,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50098,11502,'Attempts','10+'),(50099,11502,'ClientIP','130.185.155.82'),(50100,11502,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50101,11502,'CurrentUserID','0'),(50102,11503,'Attempts','10+'),(50103,11503,'Username','wsaaus15'),(50104,11503,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50105,11503,'ClientIP','5.153.233.130'),(50106,11503,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50107,11504,'Attempts','10+'),(50108,11504,'ClientIP','5.153.233.130'),(50109,11504,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50110,11504,'CurrentUserID','0'),(50111,11505,'Attempts','10+'),(50112,11505,'Username','wsaaus15'),(50113,11505,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50114,11505,'ClientIP','5.153.233.130'),(50115,11505,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50116,11506,'Attempts','10+'),(50117,11506,'ClientIP','5.153.233.130'),(50118,11506,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50119,11506,'CurrentUserID','0'),(50120,11507,'Attempts','2'),(50121,11507,'Username','wsaaus15'),(50122,11507,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50123,11507,'ClientIP','173.254.204.203'),(50124,11507,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50125,11508,'Attempts','2'),(50126,11508,'ClientIP','173.254.204.203'),(50127,11508,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50128,11508,'CurrentUserID','0'),(50129,11509,'Attempts','10+'),(50130,11509,'Username','wsaaus15'),(50131,11509,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50132,11509,'ClientIP','130.185.155.82'),(50133,11509,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50134,11510,'Attempts','10+'),(50135,11510,'ClientIP','130.185.155.82'),(50136,11510,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50137,11510,'CurrentUserID','0'),(50138,11511,'Attempts','10+'),(50139,11511,'Username','wsaaus15'),(50140,11511,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50141,11511,'ClientIP','130.185.155.74'),(50142,11511,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50143,11512,'Attempts','10+'),(50144,11512,'ClientIP','130.185.155.74'),(50145,11512,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50146,11512,'CurrentUserID','0'),(50147,11513,'Attempts','10+'),(50148,11513,'ClientIP','209.105.246.250'),(50149,11513,'UserAgent',''),(50150,11513,'CurrentUserID','0'),(50151,11514,'Attempts','10+'),(50152,11514,'Username','wsaaus15'),(50153,11514,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50154,11514,'ClientIP','5.153.234.154'),(50155,11514,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50156,11515,'Attempts','10+'),(50157,11515,'ClientIP','5.153.234.154'),(50158,11515,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50159,11515,'CurrentUserID','0'),(50160,11516,'Attempts','10+'),(50161,11516,'Username','wsaaus15'),(50162,11516,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50163,11516,'ClientIP','5.153.233.130'),(50164,11516,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50165,11517,'Attempts','10+'),(50166,11517,'ClientIP','5.153.233.130'),(50167,11517,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50168,11517,'CurrentUserID','0'),(50169,11518,'Attempts','10+'),(50170,11518,'Username','wsaaus15'),(50171,11518,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50172,11518,'ClientIP','5.153.234.154'),(50173,11518,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50174,11519,'Attempts','10+'),(50175,11519,'ClientIP','5.153.234.154'),(50176,11519,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50177,11519,'CurrentUserID','0'),(50178,11520,'Attempts','10+'),(50179,11520,'Username','wsaaus15'),(50180,11520,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50181,11520,'ClientIP','130.185.155.74'),(50182,11520,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50183,11521,'Attempts','10+'),(50184,11521,'ClientIP','130.185.155.74'),(50185,11521,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50186,11521,'CurrentUserID','0'),(50187,11522,'Username','pgmarshall@pgmarshall.net'),(50188,11522,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50189,11522,'ClientIP','71.37.51.71'),(50190,11522,'UserAgent','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'),(50191,11523,'PostID','115'),(50192,11523,'PostType','page'),(50193,11523,'PostTitle','Executive Officers and Board of Directors'),(50194,11523,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50195,11523,'ClientIP','71.37.51.71'),(50196,11523,'UserAgent','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'),(50197,11523,'CurrentUserID','5'),(50198,11523,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50199,11523,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=547'),(50200,11524,'PostID','115'),(50201,11524,'PostType','page'),(50202,11524,'PostTitle','Executive Officers and Board of Directors'),(50203,11524,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50204,11524,'ClientIP','71.37.51.71'),(50205,11524,'UserAgent','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'),(50206,11524,'CurrentUserID','5'),(50207,11524,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50208,11524,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=548'),(50209,11525,'PostID','115'),(50210,11525,'PostType','page'),(50211,11525,'PostTitle','Executive Officers and Board of Directors'),(50212,11525,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50213,11525,'ClientIP','71.37.51.71'),(50214,11525,'UserAgent','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'),(50215,11525,'CurrentUserID','5'),(50216,11525,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50217,11525,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=549'),(50218,11526,'PostID','115'),(50219,11526,'PostType','page'),(50220,11526,'PostTitle','Executive Officers and Board of Directors'),(50221,11526,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50222,11526,'ClientIP','71.37.51.71'),(50223,11526,'UserAgent','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'),(50224,11526,'CurrentUserID','5'),(50225,11526,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50226,11526,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=550'),(50227,11527,'PostID','115'),(50228,11527,'PostType','page'),(50229,11527,'PostTitle','Executive Officers and Board of Directors'),(50230,11527,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50231,11527,'ClientIP','71.37.51.71'),(50232,11527,'UserAgent','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'),(50233,11527,'CurrentUserID','5'),(50234,11527,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50235,11527,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=551'),(50236,11528,'PostID','115'),(50237,11528,'PostType','page'),(50238,11528,'PostTitle','Executive Officers and Board of Directors'),(50239,11528,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50240,11528,'ClientIP','71.37.51.71'),(50241,11528,'UserAgent','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'),(50242,11528,'CurrentUserID','5'),(50243,11528,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50244,11528,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=513'),(50245,11529,'PostID','115'),(50246,11529,'PostType','page'),(50247,11529,'PostTitle','Executive Officers and Board of Directors'),(50248,11529,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50249,11529,'ClientIP','71.37.51.71'),(50250,11529,'UserAgent','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'),(50251,11529,'CurrentUserID','5'),(50252,11529,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50253,11529,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=552'),(50254,11530,'Attempts','10+'),(50255,11530,'ClientIP','173.208.169.50'),(50256,11530,'UserAgent','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)'),(50257,11530,'CurrentUserID','0'),(50258,11531,'PostID','115'),(50259,11531,'PostType','page'),(50260,11531,'PostTitle','Executive Officers and Board of Directors'),(50261,11531,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50262,11531,'ClientIP','71.37.51.71'),(50263,11531,'UserAgent','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'),(50264,11531,'CurrentUserID','5'),(50265,11531,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50266,11531,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=553'),(50267,11532,'PostID','115'),(50268,11532,'PostType','page'),(50269,11532,'PostTitle','Executive Officers and Board of Directors'),(50270,11532,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50271,11532,'ClientIP','71.37.51.71'),(50272,11532,'UserAgent','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'),(50273,11532,'CurrentUserID','5'),(50274,11532,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50275,11532,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=554'),(50276,11533,'PostID','115'),(50277,11533,'PostType','page'),(50278,11533,'PostTitle','Executive Officers and Board of Directors'),(50279,11533,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50280,11533,'ClientIP','71.37.51.71'),(50281,11533,'UserAgent','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'),(50282,11533,'CurrentUserID','5'),(50283,11533,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50284,11533,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=555'),(50285,11534,'PostID','115'),(50286,11534,'PostType','page'),(50287,11534,'PostTitle','Executive Officers and Board of Directors'),(50288,11534,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50289,11534,'ClientIP','71.37.51.71'),(50290,11534,'UserAgent','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'),(50291,11534,'CurrentUserID','5'),(50292,11534,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50293,11534,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=556'),(50294,11535,'PostID','115'),(50295,11535,'PostType','page'),(50296,11535,'PostTitle','Executive Officers and Board of Directors'),(50297,11535,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50298,11535,'ClientIP','71.37.51.71'),(50299,11535,'UserAgent','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'),(50300,11535,'CurrentUserID','5'),(50301,11535,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50302,11535,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=557'),(50303,11536,'Username','pgmarshall@pgmarshall.net'),(50304,11536,'CurrentUserRoles','a:3:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";i:2;s:10:\"superadmin\";}'),(50305,11536,'ClientIP','71.37.51.71'),(50306,11536,'UserAgent','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'),(50307,11537,'PostID','295'),(50308,11537,'PostType','page'),(50309,11537,'PostTitle','News'),(50310,11537,'PostUrl','http://www.wsaa.aero/?page_id=295'),(50311,11537,'ClientIP','71.37.51.71'),(50312,11537,'UserAgent','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'),(50313,11537,'CurrentUserID','5'),(50314,11537,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50315,11537,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=559'),(50316,11538,'PostID','295'),(50317,11538,'PostType','page'),(50318,11538,'PostTitle','News'),(50319,11538,'PostUrl','http://www.wsaa.aero/?page_id=295'),(50320,11538,'ClientIP','71.37.51.71'),(50321,11538,'UserAgent','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'),(50322,11538,'CurrentUserID','5'),(50323,11538,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50324,11538,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=560'),(50325,11539,'PostID','388'),(50326,11539,'PostType','page'),(50327,11539,'PostTitle','Press Releases'),(50328,11539,'PostUrl','http://www.wsaa.aero/?page_id=388'),(50329,11539,'ClientIP','71.37.51.71'),(50330,11539,'UserAgent','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'),(50331,11539,'CurrentUserID','5'),(50332,11539,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50333,11539,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=561'),(50334,11540,'PostID','563'),(50335,11540,'PostType','post'),(50336,11540,'PostTitle','WSAA COMMITTEE ADDITIONS'),(50337,11540,'PostUrl','http://www.wsaa.aero/?p=563'),(50338,11540,'ClientIP','71.37.51.71'),(50339,11540,'UserAgent','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'),(50340,11540,'CurrentUserID','5'),(50341,11540,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50342,11540,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=564'),(50343,11541,'PostID','563'),(50344,11541,'PostType','post'),(50345,11541,'PostTitle','WSAA COMMITTEE ADDITIONS'),(50346,11541,'PostUrl','http://www.wsaa.aero/?p=563'),(50347,11541,'ClientIP','71.37.51.71'),(50348,11541,'UserAgent','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'),(50349,11541,'CurrentUserID','5'),(50350,11541,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50351,11541,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=565'),(50352,11542,'PostID','563'),(50353,11542,'PostType','post'),(50354,11542,'PostTitle','WSAA committee additions'),(50355,11542,'PostUrl','http://www.wsaa.aero/?p=563'),(50356,11542,'ClientIP','71.37.51.71'),(50357,11542,'UserAgent','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'),(50358,11542,'CurrentUserID','5'),(50359,11542,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50360,11542,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=566'),(50361,11543,'PostID','567'),(50362,11543,'PostType','post'),(50363,11543,'PostTitle','WSAA conducts first full membership meeting'),(50364,11543,'PostUrl','http://www.wsaa.aero/?p=567'),(50365,11543,'ClientIP','71.37.51.71'),(50366,11543,'UserAgent','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'),(50367,11543,'CurrentUserID','5'),(50368,11543,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50369,11543,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=568'),(50370,11544,'PostID','569'),(50371,11544,'PostType','post'),(50372,11544,'PostTitle','WSAA alters and adds to executive and board positions'),(50373,11544,'PostUrl','http://www.wsaa.aero/?p=569'),(50374,11544,'ClientIP','71.37.51.71'),(50375,11544,'UserAgent','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'),(50376,11544,'CurrentUserID','5'),(50377,11544,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50378,11544,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=570'),(50379,11545,'Attempts','10+'),(50380,11545,'ClientIP','198.204.243.202'),(50381,11545,'UserAgent','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)'),(50382,11545,'CurrentUserID','0'),(50383,11546,'Attempts','10+'),(50384,11546,'Username','wsaaus15'),(50385,11546,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50386,11546,'ClientIP','130.185.155.74'),(50387,11546,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50388,11547,'Attempts','10+'),(50389,11547,'ClientIP','130.185.155.74'),(50390,11547,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50391,11547,'CurrentUserID','0'),(50392,11548,'Username','pgmarshall@pgmarshall.net'),(50393,11548,'CurrentUserRoles','a:3:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";i:2;s:10:\"superadmin\";}'),(50394,11548,'ClientIP','71.37.51.71'),(50395,11548,'UserAgent','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'),(50396,11549,'PostID','567'),(50397,11549,'PostType','post'),(50398,11549,'PostTitle','WSAA conducts first full membership meeting'),(50399,11549,'PostUrl','http://www.wsaa.aero/?p=567'),(50400,11549,'ClientIP','71.37.51.71'),(50401,11549,'UserAgent','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'),(50402,11549,'CurrentUserID','5'),(50403,11549,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50404,11549,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=571'),(50405,11550,'Username','pgmarshall@pgmarshall.net'),(50406,11550,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50407,11550,'ClientIP','71.37.51.71'),(50408,11550,'UserAgent','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'),(50409,11551,'ClientIP','127.0.0.1'),(50410,11551,'Username','Plugin'),(50411,11551,'PromoMessage','<strong>Email Notifications for WordPress</strong><br>Receive an email when a user changes a password, when someone logs in during odd hours or from an unusual location with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/wordpress-email-notifications-add-on/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=emailnotifications\" target=\"_blank\">Email Notifications Add-on</a></strong>'),(50412,11551,'PromoName','Email Notifications Add-on'),(50413,11552,'PostID','115'),(50414,11552,'PostType','page'),(50415,11552,'PostTitle','Executive Officers and Board of Directors'),(50416,11552,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50417,11552,'ClientIP','71.37.51.71'),(50418,11552,'UserAgent','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'),(50419,11552,'CurrentUserID','5'),(50420,11552,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50421,11552,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=572'),(50422,11553,'PostID','115'),(50423,11553,'PostType','page'),(50424,11553,'PostTitle','Executive Officers and Board of Directors'),(50425,11553,'PostUrl','http://www.wsaa.aero/?page_id=115'),(50426,11553,'ClientIP','71.37.51.71'),(50427,11553,'UserAgent','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'),(50428,11553,'CurrentUserID','5'),(50429,11553,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50430,11553,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=573'),(50431,11554,'Attempts','10+'),(50432,11554,'Username','wsaaus15'),(50433,11554,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50434,11554,'ClientIP','5.153.234.154'),(50435,11554,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50436,11555,'Attempts','10+'),(50437,11555,'ClientIP','5.153.234.154'),(50438,11555,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50439,11555,'CurrentUserID','0'),(50440,11556,'Attempts','2'),(50441,11556,'ClientIP','71.217.120.138'),(50442,11556,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36'),(50443,11556,'CurrentUserID','0'),(50444,11557,'Username','wsaaus15'),(50445,11557,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50446,11557,'ClientIP','71.217.120.138'),(50447,11557,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36'),(50448,11558,'CurrentUserID','1'),(50449,11558,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50450,11558,'ClientIP','71.217.120.138'),(50451,11558,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36'),(50452,11559,'Attempts','1'),(50453,11559,'Username','runamuk0@msn.com'),(50454,11559,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50455,11559,'ClientIP','71.217.120.138'),(50456,11559,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36'),(50457,11560,'Username','runamuk0@msn.com'),(50458,11560,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50459,11560,'ClientIP','71.217.120.138'),(50460,11560,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36'),(50461,11561,'Attempts','10+'),(50462,11561,'Username','wsaaus15'),(50463,11561,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50464,11561,'ClientIP','195.154.199.235'),(50465,11561,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50466,11562,'Attempts','10+'),(50467,11562,'ClientIP','195.154.199.235'),(50468,11562,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50469,11562,'CurrentUserID','0'),(50470,11563,'Attempts','10+'),(50471,11563,'Username','wsaaus15'),(50472,11563,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50473,11563,'ClientIP','5.153.233.130'),(50474,11563,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50475,11564,'Attempts','10+'),(50476,11564,'ClientIP','5.153.233.130'),(50477,11564,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50478,11564,'CurrentUserID','0'),(50479,11565,'Attempts','10+'),(50480,11565,'Username','wsaaus15'),(50481,11565,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50482,11565,'ClientIP','130.185.155.74'),(50483,11565,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50484,11566,'Attempts','10+'),(50485,11566,'ClientIP','130.185.155.74'),(50486,11566,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50487,11566,'CurrentUserID','0'),(50488,11567,'Attempts','2'),(50489,11567,'ClientIP','103.249.111.160'),(50490,11567,'UserAgent',''),(50491,11567,'CurrentUserID','0'),(50492,11568,'Attempts','10+'),(50493,11568,'Username','wsaaus15'),(50494,11568,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50495,11568,'ClientIP','130.185.155.74'),(50496,11568,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50497,11569,'Attempts','10+'),(50498,11569,'ClientIP','130.185.155.74'),(50499,11569,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50500,11569,'CurrentUserID','0'),(50501,11570,'Attempts','10+'),(50502,11570,'Username','wsaaus15'),(50503,11570,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50504,11570,'ClientIP','130.185.155.82'),(50505,11570,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50506,11571,'Attempts','10+'),(50507,11571,'ClientIP','130.185.155.82'),(50508,11571,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50509,11571,'CurrentUserID','0'),(50510,11572,'Attempts','10+'),(50511,11572,'Username','wsaaus15'),(50512,11572,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50513,11572,'ClientIP','130.185.155.74'),(50514,11572,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50515,11573,'Attempts','10+'),(50516,11573,'ClientIP','130.185.155.74'),(50517,11573,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50518,11573,'CurrentUserID','0'),(50519,11574,'Attempts','10+'),(50520,11574,'Username','wsaaus15'),(50521,11574,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50522,11574,'ClientIP','130.185.155.82'),(50523,11574,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50524,11575,'Attempts','10+'),(50525,11575,'ClientIP','130.185.155.82'),(50526,11575,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50527,11575,'CurrentUserID','0'),(50528,11576,'Attempts','10'),(50529,11576,'ClientIP','83.222.173.130'),(50530,11576,'UserAgent',''),(50531,11576,'CurrentUserID','0'),(50532,11577,'Username','pgmarshall@pgmarshall.net'),(50533,11577,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50534,11577,'ClientIP','71.37.51.71'),(50535,11577,'UserAgent','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'),(50536,11578,'PostID','546'),(50537,11578,'PostType','post'),(50538,11578,'PostTitle','Auto Draft'),(50539,11578,'ClientIP','10.30.65.102'),(50540,11578,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(50541,11578,'CurrentUserID','0'),(50542,11579,'Attempts','10+'),(50543,11579,'Username','wsaaus15'),(50544,11579,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50545,11579,'ClientIP','195.154.199.235'),(50546,11579,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50547,11580,'Attempts','10+'),(50548,11580,'ClientIP','195.154.199.235'),(50549,11580,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50550,11580,'CurrentUserID','0'),(50551,11581,'Username','runamuk0@msn.com'),(50552,11581,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50553,11581,'ClientIP','164.90.32.2'),(50554,11581,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36'),(50555,11582,'Attempts','2'),(50556,11582,'ClientIP','54.67.90.116'),(50557,11582,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(50558,11582,'CurrentUserID','0'),(50559,11583,'Attempts','10+'),(50560,11583,'Username','wsaaus15'),(50561,11583,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50562,11583,'ClientIP','5.153.233.130'),(50563,11583,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50564,11584,'Attempts','10+'),(50565,11584,'ClientIP','5.153.233.130'),(50566,11584,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50567,11584,'CurrentUserID','0'),(50568,11585,'Attempts','10+'),(50569,11585,'Username','wsaaus15'),(50570,11585,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50571,11585,'ClientIP','5.153.233.130'),(50572,11585,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50573,11586,'Attempts','10+'),(50574,11586,'ClientIP','5.153.233.130'),(50575,11586,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50576,11586,'CurrentUserID','0'),(50577,11587,'Attempts','10+'),(50578,11587,'ClientIP','23.239.70.205'),(50579,11587,'UserAgent',''),(50580,11587,'CurrentUserID','0'),(50581,11588,'Attempts','10+'),(50582,11588,'ClientIP','74.208.158.208'),(50583,11588,'UserAgent',''),(50584,11588,'CurrentUserID','0'),(50585,11589,'Attempts','10+'),(50586,11589,'Username','wsaaus15'),(50587,11589,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50588,11589,'ClientIP','5.153.234.154'),(50589,11589,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50590,11590,'Attempts','10+'),(50591,11590,'ClientIP','5.153.234.154'),(50592,11590,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50593,11590,'CurrentUserID','0'),(50594,11591,'PostID','574'),(50595,11591,'PostType','post'),(50596,11591,'PostTitle','Auto Draft'),(50597,11591,'ClientIP','10.30.65.102'),(50598,11591,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(50599,11591,'CurrentUserID','0'),(50600,11592,'PostID','575'),(50601,11592,'PostType','post'),(50602,11592,'PostTitle','Auto Draft'),(50603,11592,'ClientIP','10.30.65.102'),(50604,11592,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(50605,11592,'CurrentUserID','0'),(50606,11593,'Attempts','10+'),(50607,11593,'Username','wsaaus15'),(50608,11593,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50609,11593,'ClientIP','5.153.233.130'),(50610,11593,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50611,11594,'Attempts','10+'),(50612,11594,'ClientIP','5.153.233.130'),(50613,11594,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50614,11594,'CurrentUserID','0'),(50615,11595,'Attempts','3'),(50616,11595,'ClientIP','94.19.20.47'),(50617,11595,'UserAgent',''),(50618,11595,'CurrentUserID','0'),(50619,11596,'Attempts','10+'),(50620,11596,'Username','wsaaus15'),(50621,11596,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50622,11596,'ClientIP','130.185.155.82'),(50623,11596,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50624,11597,'Attempts','10+'),(50625,11597,'ClientIP','130.185.155.82'),(50626,11597,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50627,11597,'CurrentUserID','0'),(50628,11598,'Attempts','10+'),(50629,11598,'Username','wsaaus15'),(50630,11598,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50631,11598,'ClientIP','130.185.155.74'),(50632,11598,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50633,11599,'Attempts','10+'),(50634,11599,'ClientIP','130.185.155.74'),(50635,11599,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50636,11599,'CurrentUserID','0'),(50637,11600,'Attempts','10+'),(50638,11600,'Username','wsaaus15'),(50639,11600,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50640,11600,'ClientIP','5.153.233.130'),(50641,11600,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50642,11601,'Attempts','10+'),(50643,11601,'ClientIP','69.12.77.220'),(50644,11601,'UserAgent','XML-RPC.NET'),(50645,11601,'CurrentUserID','0'),(50646,11602,'Attempts','10+'),(50647,11602,'Username','wsaaus15'),(50648,11602,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50649,11602,'ClientIP','130.185.155.82'),(50650,11602,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50651,11603,'Attempts','10+'),(50652,11603,'ClientIP','130.185.155.82'),(50653,11603,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50654,11603,'CurrentUserID','0'),(50655,11604,'Attempts','10+'),(50656,11604,'Username','wsaaus15'),(50657,11604,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50658,11604,'ClientIP','5.153.234.154'),(50659,11604,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50660,11605,'Attempts','10+'),(50661,11605,'ClientIP','5.153.234.154'),(50662,11605,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50663,11605,'CurrentUserID','0'),(50664,11606,'Attempts','10+'),(50665,11606,'Username','wsaaus15'),(50666,11606,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50667,11606,'ClientIP','5.153.233.130'),(50668,11606,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50669,11607,'Attempts','10+'),(50670,11607,'ClientIP','5.153.233.130'),(50671,11607,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50672,11607,'CurrentUserID','0'),(50673,11608,'Attempts','10+'),(50674,11608,'Username','wsaaus15'),(50675,11608,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50676,11608,'ClientIP','5.153.234.154'),(50677,11608,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50678,11609,'Attempts','10+'),(50679,11609,'ClientIP','5.153.234.154'),(50680,11609,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50681,11609,'CurrentUserID','0'),(50682,11610,'Attempts','2'),(50683,11610,'ClientIP','184.71.130.66'),(50684,11610,'UserAgent',''),(50685,11610,'CurrentUserID','0'),(50686,11611,'Attempts','10+'),(50687,11611,'Username','wsaaus15'),(50688,11611,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50689,11611,'ClientIP','130.185.155.74'),(50690,11611,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50691,11612,'Attempts','10+'),(50692,11612,'ClientIP','130.185.155.74'),(50693,11612,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50694,11612,'CurrentUserID','0'),(50695,11613,'Attempts','3'),(50696,11613,'ClientIP','52.26.85.87'),(50697,11613,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(50698,11613,'CurrentUserID','0'),(50699,11614,'Attempts','10+'),(50700,11614,'Username','wsaaus15'),(50701,11614,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50702,11614,'ClientIP','5.153.233.130'),(50703,11614,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50704,11615,'Attempts','2'),(50705,11615,'ClientIP','52.207.210.2'),(50706,11615,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(50707,11615,'CurrentUserID','0'),(50708,11616,'Attempts','10+'),(50709,11616,'Username','wsaaus15'),(50710,11616,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50711,11616,'ClientIP','130.185.155.82'),(50712,11616,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50713,11617,'Attempts','10+'),(50714,11617,'ClientIP','130.185.155.82'),(50715,11617,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50716,11617,'CurrentUserID','0'),(50717,11618,'Attempts','10+'),(50718,11618,'Username','wsaaus15'),(50719,11618,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50720,11618,'ClientIP','130.185.155.74'),(50721,11618,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50722,11619,'Attempts','10+'),(50723,11619,'ClientIP','5.153.233.130'),(50724,11619,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50725,11619,'CurrentUserID','0'),(50726,11620,'Attempts','10+'),(50727,11620,'ClientIP','54.174.67.114'),(50728,11620,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(50729,11620,'CurrentUserID','0'),(50730,11621,'Attempts','10+'),(50731,11621,'Username','wsaaus15'),(50732,11621,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50733,11621,'ClientIP','130.185.155.82'),(50734,11621,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50735,11622,'Attempts','10+'),(50736,11622,'ClientIP','130.185.155.82'),(50737,11622,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50738,11622,'CurrentUserID','0'),(50739,11623,'Attempts','1'),(50740,11623,'ClientIP','184.71.130.66'),(50741,11623,'UserAgent',''),(50742,11623,'CurrentUserID','0'),(50743,11624,'Attempts','10+'),(50744,11624,'ClientIP','213.185.88.60'),(50745,11624,'UserAgent',''),(50746,11624,'CurrentUserID','0'),(50747,11625,'Attempts','10+'),(50748,11625,'Username','wsaaus15'),(50749,11625,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50750,11625,'ClientIP','195.154.199.235'),(50751,11625,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50752,11626,'Attempts','10+'),(50753,11626,'ClientIP','195.154.199.235'),(50754,11626,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50755,11626,'CurrentUserID','0'),(50756,11627,'Attempts','10+'),(50757,11627,'Username','wsaaus15'),(50758,11627,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50759,11627,'ClientIP','5.153.233.130'),(50760,11627,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50761,11628,'Attempts','10+'),(50762,11628,'Username','wsaaus15'),(50763,11628,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50764,11628,'ClientIP','130.185.155.74'),(50765,11628,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50766,11629,'Attempts','10+'),(50767,11629,'ClientIP','130.185.155.74'),(50768,11629,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50769,11629,'CurrentUserID','0'),(50770,11630,'Attempts','10+'),(50771,11630,'Username','wsaaus15'),(50772,11630,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50773,11630,'ClientIP','5.153.234.154'),(50774,11630,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50775,11631,'Attempts','10+'),(50776,11631,'ClientIP','5.153.234.154'),(50777,11631,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50778,11631,'CurrentUserID','0'),(50779,11632,'Attempts','10+'),(50780,11632,'ClientIP','31.172.254.114'),(50781,11632,'UserAgent',''),(50782,11632,'CurrentUserID','0'),(50783,11633,'Attempts','10+'),(50784,11633,'Username','wsaaus15'),(50785,11633,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50786,11633,'ClientIP','130.185.155.74'),(50787,11633,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50788,11634,'Attempts','10+'),(50789,11634,'ClientIP','130.185.155.74'),(50790,11634,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50791,11634,'CurrentUserID','0'),(50792,11635,'Attempts','10+'),(50793,11635,'ClientIP','5.9.108.154'),(50794,11635,'UserAgent',''),(50795,11635,'CurrentUserID','0'),(50796,11636,'Attempts','10+'),(50797,11636,'Username','wsaaus15'),(50798,11636,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50799,11636,'ClientIP','195.154.199.235'),(50800,11636,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50801,11637,'Attempts','10+'),(50802,11637,'ClientIP','195.154.199.235'),(50803,11637,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50804,11637,'CurrentUserID','0'),(50805,11638,'Attempts','10+'),(50806,11638,'ClientIP','130.185.155.74'),(50807,11638,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50808,11638,'CurrentUserID','0'),(50809,11639,'Attempts','1'),(50810,11639,'ClientIP','184.71.130.66'),(50811,11639,'UserAgent',''),(50812,11639,'CurrentUserID','0'),(50813,11640,'Attempts','10+'),(50814,11640,'Username','wsaaus15'),(50815,11640,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50816,11640,'ClientIP','130.185.155.82'),(50817,11640,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50818,11641,'Attempts','10+'),(50819,11641,'ClientIP','130.185.155.82'),(50820,11641,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50821,11641,'CurrentUserID','0'),(50822,11642,'Attempts','10+'),(50823,11642,'ClientIP','5.153.234.154'),(50824,11642,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50825,11642,'CurrentUserID','0'),(50826,11643,'Attempts','10+'),(50827,11643,'Username','wsaaus15'),(50828,11643,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50829,11643,'ClientIP','103.249.31.189'),(50830,11643,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50831,11644,'Attempts','10+'),(50832,11644,'ClientIP','103.249.31.189'),(50833,11644,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50834,11644,'CurrentUserID','0'),(50835,11645,'Attempts','10+'),(50836,11645,'ClientIP','81.22.110.190'),(50837,11645,'UserAgent',''),(50838,11645,'CurrentUserID','0'),(50839,11646,'Attempts','10+'),(50840,11646,'Username','wsaaus15'),(50841,11646,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50842,11646,'ClientIP','130.185.155.74'),(50843,11646,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50844,11647,'Attempts','10+'),(50845,11647,'ClientIP','130.185.155.74'),(50846,11647,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50847,11647,'CurrentUserID','0'),(50848,11648,'Attempts','10+'),(50849,11648,'Username','wsaaus15'),(50850,11648,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50851,11648,'ClientIP','5.153.234.154'),(50852,11648,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50853,11649,'Attempts','10+'),(50854,11649,'ClientIP','5.153.234.154'),(50855,11649,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50856,11649,'CurrentUserID','0'),(50857,11650,'Attempts','10+'),(50858,11650,'Username','wsaaus15'),(50859,11650,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50860,11650,'ClientIP','130.185.155.82'),(50861,11650,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50862,11651,'Attempts','10+'),(50863,11651,'ClientIP','130.185.155.82'),(50864,11651,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50865,11651,'CurrentUserID','0'),(50866,11652,'Attempts','10+'),(50867,11652,'ClientIP','54.153.34.60'),(50868,11652,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(50869,11652,'CurrentUserID','0'),(50870,11653,'Attempts','10+'),(50871,11653,'Username','wsaaus15'),(50872,11653,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50873,11653,'ClientIP','130.185.155.74'),(50874,11653,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50875,11654,'Attempts','1'),(50876,11654,'ClientIP','87.229.183.2'),(50877,11654,'UserAgent',''),(50878,11654,'CurrentUserID','0'),(50879,11655,'Attempts','10+'),(50880,11655,'Username','wsaaus15'),(50881,11655,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50882,11655,'ClientIP','5.153.234.154'),(50883,11655,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50884,11656,'Attempts','10+'),(50885,11656,'ClientIP','5.153.234.154'),(50886,11656,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50887,11656,'CurrentUserID','0'),(50888,11657,'Attempts','10+'),(50889,11657,'Username','wsaaus15'),(50890,11657,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50891,11657,'ClientIP','5.153.233.130'),(50892,11657,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50893,11658,'Attempts','10+'),(50894,11658,'ClientIP','5.153.233.130'),(50895,11658,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50896,11658,'CurrentUserID','0'),(50897,11659,'Attempts','10+'),(50898,11659,'Username','wsaaus15'),(50899,11659,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50900,11659,'ClientIP','130.185.155.82'),(50901,11659,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50902,11660,'Attempts','10+'),(50903,11660,'ClientIP','130.185.155.82'),(50904,11660,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50905,11660,'CurrentUserID','0'),(50906,11661,'Attempts','10+'),(50907,11661,'ClientIP','54.200.105.161'),(50908,11661,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(50909,11661,'CurrentUserID','0'),(50910,11662,'Attempts','10+'),(50911,11662,'ClientIP','195.154.250.133'),(50912,11662,'UserAgent','XML-RPC.NET'),(50913,11662,'CurrentUserID','0'),(50914,11663,'Attempts','1'),(50915,11663,'ClientIP','217.78.232.7'),(50916,11663,'UserAgent',''),(50917,11663,'CurrentUserID','0'),(50918,11664,'Attempts','10+'),(50919,11664,'ClientIP','130.185.155.74'),(50920,11664,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50921,11664,'CurrentUserID','0'),(50922,11665,'Attempts','10+'),(50923,11665,'Username','wsaaus15'),(50924,11665,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50925,11665,'ClientIP','195.154.199.235'),(50926,11665,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50927,11666,'Attempts','10+'),(50928,11666,'ClientIP','195.154.199.235'),(50929,11666,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50930,11666,'CurrentUserID','0'),(50931,11667,'Attempts','10+'),(50932,11667,'Username','wsaaus15'),(50933,11667,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50934,11667,'ClientIP','130.185.155.82'),(50935,11667,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50936,11668,'Attempts','10+'),(50937,11668,'Username','wsaaus15'),(50938,11668,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50939,11668,'ClientIP','5.153.233.130'),(50940,11668,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50941,11669,'Attempts','10+'),(50942,11669,'Username','wsaaus15'),(50943,11669,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50944,11669,'ClientIP','5.153.234.154'),(50945,11669,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50946,11670,'Attempts','10+'),(50947,11670,'Username','wsaaus15'),(50948,11670,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50949,11670,'ClientIP','130.185.155.74'),(50950,11670,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50951,11671,'Attempts','10+'),(50952,11671,'ClientIP','52.39.79.46'),(50953,11671,'UserAgent',''),(50954,11671,'CurrentUserID','0'),(50955,11672,'Attempts','10+'),(50956,11672,'Username','wsaaus15'),(50957,11672,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50958,11672,'ClientIP','130.185.155.74'),(50959,11672,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50960,11673,'Attempts','10+'),(50961,11673,'ClientIP','130.185.155.74'),(50962,11673,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50963,11673,'CurrentUserID','0'),(50964,11674,'Attempts','10+'),(50965,11674,'Username','wsaaus15'),(50966,11674,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50967,11674,'ClientIP','5.153.234.154'),(50968,11674,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50969,11675,'Attempts','10+'),(50970,11675,'ClientIP','5.153.234.154'),(50971,11675,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50972,11675,'CurrentUserID','0'),(50973,11676,'Attempts','10+'),(50974,11676,'Username','wsaaus15'),(50975,11676,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50976,11676,'ClientIP','103.249.31.189'),(50977,11676,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50978,11677,'Attempts','10+'),(50979,11677,'ClientIP','103.249.31.189'),(50980,11677,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50981,11677,'CurrentUserID','0'),(50982,11678,'Attempts','10+'),(50983,11678,'ClientIP','91.200.12.4'),(50984,11678,'UserAgent','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)'),(50985,11678,'CurrentUserID','0'),(50986,11679,'Attempts','10+'),(50987,11679,'Username','wsaaus15'),(50988,11679,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50989,11679,'ClientIP','130.185.155.82'),(50990,11679,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50991,11680,'Attempts','10+'),(50992,11680,'ClientIP','130.185.155.82'),(50993,11680,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(50994,11680,'CurrentUserID','0'),(50995,11681,'Attempts','10+'),(50996,11681,'Username','wsaaus15'),(50997,11681,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(50998,11681,'ClientIP','195.154.199.235'),(50999,11681,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51000,11682,'Attempts','10+'),(51001,11682,'ClientIP','195.154.199.235'),(51002,11682,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51003,11682,'CurrentUserID','0'),(51004,11683,'Attempts','10+'),(51005,11683,'Username','wsaaus15'),(51006,11683,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51007,11683,'ClientIP','5.153.234.154'),(51008,11683,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51009,11684,'Attempts','10+'),(51010,11684,'ClientIP','5.153.234.154'),(51011,11684,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51012,11684,'CurrentUserID','0'),(51013,11685,'Attempts','10+'),(51014,11685,'Username','wsaaus15'),(51015,11685,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51016,11685,'ClientIP','5.153.233.130'),(51017,11685,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51018,11686,'Attempts','10+'),(51019,11686,'ClientIP','5.153.233.130'),(51020,11686,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51021,11686,'CurrentUserID','0'),(51022,11687,'Attempts','10+'),(51023,11687,'Username','wsaaus15'),(51024,11687,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51025,11687,'ClientIP','130.185.155.82'),(51026,11687,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51027,11688,'Attempts','10+'),(51028,11688,'ClientIP','130.185.155.82'),(51029,11688,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51030,11688,'CurrentUserID','0'),(51031,11689,'Attempts','10+'),(51032,11689,'Username','wsaaus15'),(51033,11689,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51034,11689,'ClientIP','195.154.199.235'),(51035,11689,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51036,11690,'Attempts','10+'),(51037,11690,'ClientIP','195.154.199.235'),(51038,11690,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51039,11690,'CurrentUserID','0'),(51040,11691,'Attempts','10+'),(51041,11691,'Username','wsaaus15'),(51042,11691,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51043,11691,'ClientIP','130.185.155.74'),(51044,11691,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51045,11692,'Attempts','10+'),(51046,11692,'ClientIP','130.185.155.74'),(51047,11692,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51048,11692,'CurrentUserID','0'),(51049,11693,'Attempts','10+'),(51050,11693,'Username','wsaaus15'),(51051,11693,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51052,11693,'ClientIP','103.249.31.189'),(51053,11693,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51054,11694,'Attempts','10+'),(51055,11694,'ClientIP','103.249.31.189'),(51056,11694,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51057,11694,'CurrentUserID','0'),(51058,11695,'Attempts','10+'),(51059,11695,'Username','wsaaus15'),(51060,11695,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51061,11695,'ClientIP','5.153.234.154'),(51062,11695,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51063,11696,'Attempts','10+'),(51064,11696,'ClientIP','5.153.234.154'),(51065,11696,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51066,11696,'CurrentUserID','0'),(51067,11697,'Attempts','10+'),(51068,11697,'Username','wsaaus15'),(51069,11697,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51070,11697,'ClientIP','130.185.155.74'),(51071,11697,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51072,11698,'Attempts','10+'),(51073,11698,'ClientIP','130.185.155.74'),(51074,11698,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51075,11698,'CurrentUserID','0'),(51076,11699,'Attempts','10+'),(51077,11699,'Username','wsaaus15'),(51078,11699,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51079,11699,'ClientIP','5.153.233.130'),(51080,11699,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51081,11700,'Attempts','10+'),(51082,11700,'ClientIP','5.153.233.130'),(51083,11700,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51084,11700,'CurrentUserID','0'),(51085,11701,'ClientIP','127.0.0.1'),(51086,11701,'Username','Plugin'),(51087,11701,'PromoMessage','<strong>Search and Filtering for WordPress Audit Log</strong><br>Add the Search functionality to the WordPress audit log to find a specific change or action easily within seconds. Use the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/search-add-on-for-wordpress-security-audit-log/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=search\" target=\"_blank\">Search & Filters Add-on</a></strong>'),(51088,11701,'PromoName','Search & Filters Add-on'),(51089,11702,'Attempts','10+'),(51090,11702,'ClientIP','103.249.31.189'),(51091,11702,'UserAgent','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)'),(51092,11702,'CurrentUserID','0'),(51093,11703,'Attempts','10+'),(51094,11703,'Username','wsaaus15'),(51095,11703,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51096,11703,'ClientIP','5.153.234.154'),(51097,11703,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51098,11704,'Attempts','10+'),(51099,11704,'ClientIP','5.153.234.154'),(51100,11704,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51101,11704,'CurrentUserID','0'),(51102,11705,'Attempts','10+'),(51103,11705,'Username','wsaaus15'),(51104,11705,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51105,11705,'ClientIP','130.185.155.82'),(51106,11705,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51107,11706,'Attempts','10+'),(51108,11706,'ClientIP','130.185.155.82'),(51109,11706,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51110,11706,'CurrentUserID','0'),(51111,11707,'Attempts','10+'),(51112,11707,'Username','wsaaus15'),(51113,11707,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51114,11707,'ClientIP','130.185.155.74'),(51115,11707,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51116,11708,'Attempts','10+'),(51117,11708,'ClientIP','130.185.155.74'),(51118,11708,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51119,11708,'CurrentUserID','0'),(51120,11709,'Attempts','10+'),(51121,11709,'Username','wsaaus15'),(51122,11709,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51123,11709,'ClientIP','130.185.155.74'),(51124,11709,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51125,11710,'Attempts','10+'),(51126,11710,'ClientIP','130.185.155.74'),(51127,11710,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51128,11710,'CurrentUserID','0'),(51129,11711,'Attempts','10+'),(51130,11711,'Username','wsaaus15'),(51131,11711,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51132,11711,'ClientIP','130.185.155.82'),(51133,11711,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51134,11712,'Attempts','10+'),(51135,11712,'ClientIP','130.185.155.82'),(51136,11712,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51137,11712,'CurrentUserID','0'),(51138,11713,'Attempts','10+'),(51139,11713,'Username','wsaaus15'),(51140,11713,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51141,11713,'ClientIP','5.153.233.130'),(51142,11713,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51143,11714,'Attempts','10+'),(51144,11714,'ClientIP','5.153.233.130'),(51145,11714,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51146,11714,'CurrentUserID','0'),(51147,11715,'Attempts','10+'),(51148,11715,'Username','wsaaus15'),(51149,11715,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51150,11715,'ClientIP','195.154.199.235'),(51151,11715,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51152,11716,'Attempts','10+'),(51153,11716,'ClientIP','195.154.199.235'),(51154,11716,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51155,11716,'CurrentUserID','0'),(51156,11717,'Attempts','10+'),(51157,11717,'Username','wsaaus15'),(51158,11717,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51159,11717,'ClientIP','130.185.155.82'),(51160,11717,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51161,11718,'Attempts','10+'),(51162,11718,'ClientIP','130.185.155.82'),(51163,11718,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51164,11718,'CurrentUserID','0'),(51165,11719,'Attempts','10+'),(51166,11719,'Username','wsaaus15'),(51167,11719,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51168,11719,'ClientIP','5.153.233.130'),(51169,11719,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51170,11720,'Attempts','10+'),(51171,11720,'ClientIP','5.153.233.130'),(51172,11720,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51173,11720,'CurrentUserID','0'),(51174,11721,'Attempts','10+'),(51175,11721,'Username','wsaaus15'),(51176,11721,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51177,11721,'ClientIP','130.185.155.74'),(51178,11721,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51179,11722,'Attempts','10+'),(51180,11722,'ClientIP','130.185.155.74'),(51181,11722,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51182,11722,'CurrentUserID','0'),(51183,11723,'Attempts','10+'),(51184,11723,'Username','wsaaus15'),(51185,11723,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(51186,11723,'ClientIP','195.154.199.235'),(51187,11723,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51188,11724,'Attempts','10+'),(51189,11724,'ClientIP','195.154.199.235'),(51190,11724,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(51191,11724,'CurrentUserID','0'),(51192,11725,'Attempts','10+'),(51193,11725,'ClientIP','54.84.146.69'),(51194,11725,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(51195,11725,'CurrentUserID','0'),(51196,11726,'Attempts','1'),(51197,11726,'ClientIP','91.149.144.90'),(51198,11726,'UserAgent',''),(51199,11726,'CurrentUserID','0'),(51200,11727,'Attempts','1'),(51201,11727,'ClientIP','125.234.238.91'),(51202,11727,'UserAgent',''),(51203,11727,'CurrentUserID','0'),(51204,11728,'Attempts','6'),(51205,11728,'ClientIP','84.2.52.126'),(51206,11728,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51207,11728,'CurrentUserID','0'),(51208,11729,'Attempts','6'),(51209,11729,'ClientIP','77.111.75.91'),(51210,11729,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51211,11729,'CurrentUserID','0'),(51212,11730,'Attempts','1'),(51213,11730,'ClientIP','89.205.42.90'),(51214,11730,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51215,11730,'CurrentUserID','0'),(51216,11731,'Attempts','1'),(51217,11731,'ClientIP','169.1.174.73'),(51218,11731,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51219,11731,'CurrentUserID','0'),(51220,11732,'Attempts','2'),(51221,11732,'ClientIP','182.183.236.1'),(51222,11732,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51223,11732,'CurrentUserID','0'),(51224,11733,'Attempts','6'),(51225,11733,'ClientIP','90.74.68.97'),(51226,11733,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51227,11733,'CurrentUserID','0'),(51228,11734,'Attempts','1'),(51229,11734,'ClientIP','186.244.212.71'),(51230,11734,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51231,11734,'CurrentUserID','0'),(51232,11735,'Attempts','4'),(51233,11735,'ClientIP','41.37.254.42'),(51234,11735,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51235,11735,'CurrentUserID','0'),(51236,11736,'Attempts','6'),(51237,11736,'ClientIP','178.79.46.177'),(51238,11736,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51239,11736,'CurrentUserID','0'),(51240,11737,'Attempts','1'),(51241,11737,'ClientIP','125.193.64.132'),(51242,11737,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51243,11737,'CurrentUserID','0'),(51244,11738,'Attempts','6'),(51245,11738,'ClientIP','174.93.60.183'),(51246,11738,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51247,11738,'CurrentUserID','0'),(51248,11739,'Attempts','6'),(51249,11739,'ClientIP','79.158.47.37'),(51250,11739,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51251,11739,'CurrentUserID','0'),(51252,11740,'Attempts','6'),(51253,11740,'ClientIP','24.77.142.251'),(51254,11740,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51255,11740,'CurrentUserID','0'),(51256,11741,'Attempts','6'),(51257,11741,'ClientIP','36.79.209.81'),(51258,11741,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51259,11741,'CurrentUserID','0'),(51260,11742,'Attempts','6'),(51261,11742,'ClientIP','188.60.117.64'),(51262,11742,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51263,11742,'CurrentUserID','0'),(51264,11743,'Attempts','1'),(51265,11743,'ClientIP','197.77.181.245'),(51266,11743,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51267,11743,'CurrentUserID','0'),(51268,11744,'Attempts','1'),(51269,11744,'ClientIP','89.136.184.186'),(51270,11744,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51271,11744,'CurrentUserID','0'),(51272,11745,'Attempts','6'),(51273,11745,'ClientIP','79.180.161.102'),(51274,11745,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51275,11745,'CurrentUserID','0'),(51276,11746,'Attempts','5'),(51277,11746,'ClientIP','202.142.104.207'),(51278,11746,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51279,11746,'CurrentUserID','0'),(51280,11747,'Attempts','3'),(51281,11747,'ClientIP','37.203.228.92'),(51282,11747,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51283,11747,'CurrentUserID','0'),(51284,11748,'Attempts','1'),(51285,11748,'ClientIP','117.239.247.98'),(51286,11748,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51287,11748,'CurrentUserID','0'),(51288,11749,'Attempts','6'),(51289,11750,'Attempts','5'),(51290,11749,'ClientIP','110.170.169.98'),(51291,11750,'ClientIP','113.160.133.222'),(51292,11749,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51293,11750,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51294,11749,'CurrentUserID','0'),(51295,11750,'CurrentUserID','0'),(51296,11751,'Attempts','1'),(51297,11751,'ClientIP','89.103.55.6'),(51298,11751,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51299,11751,'CurrentUserID','0'),(51300,11752,'Attempts','5'),(51301,11752,'ClientIP','46.117.225.224'),(51302,11752,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51303,11752,'CurrentUserID','0'),(51304,11753,'Attempts','6'),(51305,11753,'ClientIP','167.56.38.56'),(51306,11753,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51307,11753,'CurrentUserID','0'),(51308,11754,'Attempts','2'),(51309,11754,'ClientIP','125.24.247.101'),(51310,11754,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51311,11754,'CurrentUserID','0'),(51312,11755,'Attempts','1'),(51313,11755,'ClientIP','115.178.209.2'),(51314,11755,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51315,11755,'CurrentUserID','0'),(51316,11756,'Attempts','6'),(51317,11756,'ClientIP','175.156.152.157'),(51318,11756,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51319,11756,'CurrentUserID','0'),(51320,11757,'Attempts','2'),(51321,11757,'ClientIP','93.138.85.66'),(51322,11757,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51323,11757,'CurrentUserID','0'),(51324,11758,'Attempts','2'),(51325,11758,'ClientIP','37.11.163.69'),(51326,11758,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51327,11758,'CurrentUserID','0'),(51328,11759,'Attempts','2'),(51329,11759,'ClientIP','203.87.133.139'),(51330,11759,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51331,11759,'CurrentUserID','0'),(51332,11760,'Attempts','5'),(51333,11760,'ClientIP','197.251.168.200'),(51334,11760,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51335,11760,'CurrentUserID','0'),(51336,11761,'Attempts','6'),(51337,11761,'ClientIP','93.181.120.12'),(51338,11761,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51339,11761,'CurrentUserID','0'),(51340,11762,'Attempts','1'),(51341,11762,'ClientIP','86.35.241.183'),(51342,11762,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51343,11762,'CurrentUserID','0'),(51344,11763,'Attempts','6'),(51345,11763,'ClientIP','109.93.32.187'),(51346,11763,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51347,11763,'CurrentUserID','0'),(51348,11764,'Attempts','2'),(51349,11764,'ClientIP','105.224.102.183'),(51350,11764,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51351,11764,'CurrentUserID','0'),(51352,11765,'Attempts','7'),(51353,11765,'ClientIP','183.89.41.134'),(51354,11765,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51355,11765,'CurrentUserID','0'),(51356,11766,'Attempts','1'),(51357,11766,'ClientIP','88.207.63.134'),(51358,11766,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51359,11766,'CurrentUserID','0'),(51360,11767,'Attempts','2'),(51361,11767,'ClientIP','14.128.100.89'),(51362,11767,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51363,11767,'CurrentUserID','0'),(51364,11768,'Attempts','2'),(51365,11768,'ClientIP','103.231.163.94'),(51366,11768,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51367,11768,'CurrentUserID','0'),(51368,11769,'Attempts','5'),(51369,11770,'Attempts','6'),(51370,11769,'ClientIP','124.35.44.123'),(51371,11770,'ClientIP','78.20.131.14'),(51372,11769,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51373,11770,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51374,11769,'CurrentUserID','0'),(51375,11770,'CurrentUserID','0'),(51376,11771,'Attempts','6'),(51377,11771,'ClientIP','92.167.10.148'),(51378,11771,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51379,11771,'CurrentUserID','0'),(51380,11772,'Attempts','1'),(51381,11772,'ClientIP','112.72.2.2'),(51382,11772,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51383,11772,'CurrentUserID','0'),(51384,11773,'Attempts','6'),(51385,11773,'ClientIP','66.176.154.198'),(51386,11773,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51387,11773,'CurrentUserID','0'),(51388,11774,'Attempts','2'),(51389,11774,'ClientIP','46.11.160.21'),(51390,11774,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51391,11774,'CurrentUserID','0'),(51392,11775,'Attempts','6'),(51393,11775,'ClientIP','188.120.148.133'),(51394,11775,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51395,11775,'CurrentUserID','0'),(51396,11776,'Attempts','2'),(51397,11776,'ClientIP','78.139.191.234'),(51398,11776,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51399,11776,'CurrentUserID','0'),(51400,11777,'Attempts','6'),(51401,11777,'ClientIP','86.155.226.79'),(51402,11777,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51403,11777,'CurrentUserID','0'),(51404,11778,'Attempts','5'),(51405,11778,'ClientIP','154.5.171.172'),(51406,11778,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51407,11778,'CurrentUserID','0'),(51408,11780,'Attempts','5'),(51409,11779,'Attempts','2'),(51410,11780,'ClientIP','58.182.198.157'),(51411,11779,'ClientIP','39.46.19.246'),(51412,11780,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51413,11779,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51414,11780,'CurrentUserID','0'),(51415,11779,'CurrentUserID','0'),(51416,11781,'Attempts','5'),(51417,11781,'ClientIP','93.157.175.168'),(51418,11781,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51419,11781,'CurrentUserID','0'),(51420,11782,'Attempts','5'),(51421,11782,'ClientIP','58.92.185.212'),(51422,11782,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51423,11782,'CurrentUserID','0'),(51424,11783,'Attempts','1'),(51425,11783,'ClientIP','95.150.20.151'),(51426,11783,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51427,11783,'CurrentUserID','0'),(51428,11784,'Attempts','7'),(51429,11784,'ClientIP','171.96.170.116'),(51430,11784,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51431,11784,'CurrentUserID','0'),(51432,11785,'Attempts','1'),(51433,11785,'ClientIP','41.130.154.25'),(51434,11785,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51435,11785,'CurrentUserID','0'),(51436,11786,'Attempts','1'),(51437,11786,'ClientIP','82.75.44.238'),(51438,11786,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51439,11786,'CurrentUserID','0'),(51440,11787,'Attempts','5'),(51441,11787,'ClientIP','42.113.155.211'),(51442,11787,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51443,11787,'CurrentUserID','0'),(51444,11788,'Attempts','1'),(51445,11788,'ClientIP','45.48.73.213'),(51446,11788,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51447,11788,'CurrentUserID','0'),(51448,11789,'Attempts','6'),(51449,11789,'ClientIP','109.65.22.131'),(51450,11789,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51451,11789,'CurrentUserID','0'),(51452,11790,'Attempts','5'),(51453,11790,'ClientIP','210.10.155.111'),(51454,11790,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51455,11790,'CurrentUserID','0'),(51456,11791,'Attempts','5'),(51457,11791,'ClientIP','110.22.128.174'),(51458,11791,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51459,11791,'CurrentUserID','0'),(51460,11792,'Attempts','5'),(51461,11792,'ClientIP','92.83.232.123'),(51462,11792,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51463,11792,'CurrentUserID','0'),(51464,11793,'Attempts','5'),(51465,11793,'ClientIP','190.16.216.157'),(51466,11793,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51467,11793,'CurrentUserID','0'),(51468,11794,'Attempts','5'),(51469,11794,'ClientIP','85.66.141.163'),(51470,11794,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51471,11794,'CurrentUserID','0'),(51472,11795,'Attempts','4'),(51473,11795,'ClientIP','151.237.68.153'),(51474,11795,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51475,11795,'CurrentUserID','0'),(51476,11796,'Attempts','1'),(51477,11796,'ClientIP','122.61.79.190'),(51478,11796,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51479,11796,'CurrentUserID','0'),(51480,11797,'Attempts','4'),(51481,11797,'ClientIP','79.30.143.138'),(51482,11797,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51483,11797,'CurrentUserID','0'),(51484,11798,'Attempts','1'),(51485,11798,'ClientIP','91.101.108.22'),(51486,11798,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51487,11798,'CurrentUserID','0'),(51488,11799,'Attempts','3'),(51489,11799,'ClientIP','103.57.40.6'),(51490,11799,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51491,11799,'CurrentUserID','0'),(51492,11800,'Attempts','6'),(51493,11800,'ClientIP','92.109.118.70'),(51494,11800,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51495,11800,'CurrentUserID','0'),(51496,11801,'Attempts','5'),(51497,11801,'ClientIP','111.119.176.199'),(51498,11801,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51499,11801,'CurrentUserID','0'),(51500,11802,'Attempts','5'),(51501,11802,'ClientIP','124.106.139.81'),(51502,11802,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51503,11802,'CurrentUserID','0'),(51504,11803,'Attempts','3'),(51505,11803,'ClientIP','109.98.253.70'),(51506,11803,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51507,11803,'CurrentUserID','0'),(51508,11804,'Attempts','3'),(51509,11804,'ClientIP','109.252.62.70'),(51510,11804,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51511,11804,'CurrentUserID','0'),(51512,11805,'Attempts','2'),(51513,11805,'ClientIP','39.55.176.1'),(51514,11805,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51515,11805,'CurrentUserID','0'),(51516,11806,'Attempts','2'),(51517,11806,'ClientIP','190.83.153.173'),(51518,11806,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51519,11806,'CurrentUserID','0'),(51520,11807,'Attempts','6'),(51521,11807,'ClientIP','194.249.198.102'),(51522,11807,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51523,11807,'CurrentUserID','0'),(51524,11808,'Attempts','5'),(51525,11808,'ClientIP','202.140.38.34'),(51526,11808,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51527,11808,'CurrentUserID','0'),(51528,11809,'Attempts','4'),(51529,11809,'ClientIP','110.227.81.207'),(51530,11809,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51531,11809,'CurrentUserID','0'),(51532,11810,'Attempts','5'),(51533,11810,'ClientIP','180.253.107.142'),(51534,11810,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51535,11810,'CurrentUserID','0'),(51536,11811,'Attempts','5'),(51537,11811,'ClientIP','36.71.243.100'),(51538,11811,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51539,11811,'CurrentUserID','0'),(51540,11812,'Attempts','5'),(51541,11812,'ClientIP','188.27.247.192'),(51542,11812,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51543,11812,'CurrentUserID','0'),(51544,11813,'Attempts','4'),(51545,11813,'ClientIP','187.133.4.18'),(51546,11813,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51547,11813,'CurrentUserID','0'),(51548,11814,'Attempts','6'),(51549,11814,'ClientIP','36.74.19.7'),(51550,11814,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51551,11814,'CurrentUserID','0'),(51552,11815,'Attempts','8'),(51553,11815,'ClientIP','202.65.136.3'),(51554,11815,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51555,11815,'CurrentUserID','0'),(51556,11816,'Attempts','3'),(51557,11816,'ClientIP','200.120.148.67'),(51558,11816,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51559,11816,'CurrentUserID','0'),(51560,11817,'Attempts','5'),(51561,11817,'ClientIP','90.210.193.196'),(51562,11817,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51563,11817,'CurrentUserID','0'),(51564,11818,'Attempts','1'),(51565,11818,'ClientIP','121.54.54.54'),(51566,11818,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51567,11818,'CurrentUserID','0'),(51568,11819,'Attempts','4'),(51569,11819,'ClientIP','37.237.212.84'),(51570,11819,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51571,11819,'CurrentUserID','0'),(51572,11820,'Attempts','3'),(51573,11820,'ClientIP','81.181.85.243'),(51574,11820,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51575,11820,'CurrentUserID','0'),(51576,11821,'Attempts','5'),(51577,11821,'ClientIP','86.2.224.224'),(51578,11821,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51579,11821,'CurrentUserID','0'),(51580,11822,'Attempts','5'),(51581,11822,'ClientIP','112.210.0.131'),(51582,11822,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51583,11822,'CurrentUserID','0'),(51584,11823,'Attempts','5'),(51585,11823,'ClientIP','78.101.20.228'),(51586,11823,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51587,11823,'CurrentUserID','0'),(51588,11824,'Attempts','5'),(51589,11824,'ClientIP','36.80.102.38'),(51590,11824,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51591,11824,'CurrentUserID','0'),(51592,11825,'Attempts','5'),(51593,11825,'ClientIP','188.26.175.90'),(51594,11825,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51595,11825,'CurrentUserID','0'),(51596,11826,'Attempts','4'),(51597,11826,'ClientIP','58.69.149.167'),(51598,11826,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51599,11826,'CurrentUserID','0'),(51600,11827,'Attempts','5'),(51601,11827,'ClientIP','190.136.194.53'),(51602,11827,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51603,11827,'CurrentUserID','0'),(51604,11828,'Attempts','5'),(51605,11828,'ClientIP','183.103.26.10'),(51606,11828,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51607,11828,'CurrentUserID','0'),(51608,11829,'Attempts','5'),(51609,11829,'ClientIP','14.35.142.1'),(51610,11829,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51611,11829,'CurrentUserID','0'),(51612,11830,'Attempts','6'),(51613,11830,'ClientIP','77.101.83.44'),(51614,11830,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51615,11830,'CurrentUserID','0'),(51616,11831,'Attempts','2'),(51617,11831,'ClientIP','46.227.7.74'),(51618,11831,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51619,11831,'CurrentUserID','0'),(51620,11832,'Attempts','5'),(51621,11832,'ClientIP','49.148.181.177'),(51622,11832,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51623,11832,'CurrentUserID','0'),(51624,11833,'Attempts','5'),(51625,11833,'ClientIP','173.13.84.89'),(51626,11833,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51627,11833,'CurrentUserID','0'),(51628,11834,'Attempts','5'),(51629,11834,'ClientIP','75.76.56.221'),(51630,11834,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51631,11834,'CurrentUserID','0'),(51632,11835,'Attempts','5'),(51633,11835,'ClientIP','177.0.248.107'),(51634,11835,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51635,11835,'CurrentUserID','0'),(51636,11836,'Attempts','5'),(51637,11836,'ClientIP','181.120.159.123'),(51638,11836,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51639,11836,'CurrentUserID','0'),(51640,11837,'Attempts','1'),(51641,11837,'ClientIP','87.116.76.191'),(51642,11837,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51643,11837,'CurrentUserID','0'),(51644,11838,'Attempts','4'),(51645,11838,'ClientIP','1.234.105.201'),(51646,11838,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51647,11838,'CurrentUserID','0'),(51648,11839,'Attempts','5'),(51649,11839,'ClientIP','79.114.204.132'),(51650,11839,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51651,11839,'CurrentUserID','0'),(51652,11840,'Attempts','5'),(51653,11840,'ClientIP','190.5.167.108'),(51654,11840,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51655,11840,'CurrentUserID','0'),(51656,11841,'Attempts','5'),(51657,11841,'ClientIP','176.117.224.79'),(51658,11841,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51659,11841,'CurrentUserID','0'),(51660,11842,'Attempts','1'),(51661,11842,'ClientIP','5.18.159.147'),(51662,11842,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51663,11842,'CurrentUserID','0'),(51664,11843,'Attempts','5'),(51665,11843,'ClientIP','198.255.223.226'),(51666,11843,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51667,11843,'CurrentUserID','0'),(51668,11844,'Attempts','5'),(51669,11844,'ClientIP','112.198.118.51'),(51670,11844,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51671,11844,'CurrentUserID','0'),(51672,11845,'Attempts','5'),(51673,11845,'ClientIP','36.79.60.64'),(51674,11845,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51675,11845,'CurrentUserID','0'),(51676,11846,'Attempts','5'),(51677,11846,'ClientIP','45.121.31.71'),(51678,11846,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51679,11846,'CurrentUserID','0'),(51680,11847,'Attempts','5'),(51681,11847,'ClientIP','197.87.252.46'),(51682,11847,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51683,11847,'CurrentUserID','0'),(51684,11848,'Attempts','1'),(51685,11848,'ClientIP','213.233.64.178'),(51686,11848,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51687,11848,'CurrentUserID','0'),(51688,11849,'Attempts','5'),(51689,11849,'ClientIP','95.111.108.75'),(51690,11849,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51691,11849,'CurrentUserID','0'),(51692,11850,'Attempts','2'),(51693,11850,'ClientIP','203.192.247.122'),(51694,11850,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51695,11850,'CurrentUserID','0'),(51696,11851,'ClientIP','127.0.0.1'),(51697,11851,'Username','Plugin'),(51698,11851,'PromoMessage','<strong>WordPress Reports Add-On</strong><br>Generate WordPress reports to ensure users’ productivity and meet legal and regulatory compliance requirements with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/compliance-reports-add-on-for-wordpress/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=reports\" target=\"_blank\">Reports Add-on</a></strong>'),(51699,11851,'PromoName','Reports Add-on'),(51700,11852,'Attempts','1'),(51701,11852,'ClientIP','103.42.196.149'),(51702,11852,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51703,11852,'CurrentUserID','0'),(51704,11853,'Attempts','5'),(51705,11853,'ClientIP','69.80.31.11'),(51706,11853,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51707,11853,'CurrentUserID','0'),(51708,11854,'Attempts','1'),(51709,11854,'ClientIP','176.74.124.143'),(51710,11854,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51711,11854,'CurrentUserID','0'),(51712,11855,'Attempts','3'),(51713,11855,'ClientIP','112.198.118.30'),(51714,11855,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51715,11855,'CurrentUserID','0'),(51716,11856,'Attempts','5'),(51717,11856,'ClientIP','1.221.173.98'),(51718,11856,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51719,11856,'CurrentUserID','0'),(51720,11857,'Attempts','5'),(51721,11857,'ClientIP','114.42.44.209'),(51722,11857,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51723,11857,'CurrentUserID','0'),(51724,11858,'Attempts','2'),(51725,11858,'ClientIP','112.105.119.20'),(51726,11858,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51727,11858,'CurrentUserID','0'),(51728,11859,'Attempts','1'),(51729,11859,'ClientIP','121.121.100.247'),(51730,11859,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51731,11859,'CurrentUserID','0'),(51732,11860,'Attempts','5'),(51733,11860,'ClientIP','79.61.164.35'),(51734,11860,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51735,11860,'CurrentUserID','0'),(51736,11861,'Attempts','5'),(51737,11861,'ClientIP','222.20.102.39'),(51738,11861,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51739,11861,'CurrentUserID','0'),(51740,11862,'Attempts','5'),(51741,11862,'ClientIP','85.103.146.219'),(51742,11862,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51743,11862,'CurrentUserID','0'),(51744,11863,'Attempts','6'),(51745,11863,'ClientIP','37.48.2.52'),(51746,11863,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51747,11863,'CurrentUserID','0'),(51748,11864,'Attempts','5'),(51749,11864,'ClientIP','78.60.177.120'),(51750,11864,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51751,11864,'CurrentUserID','0'),(51752,11865,'Attempts','6'),(51753,11865,'ClientIP','79.55.214.202'),(51754,11865,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51755,11865,'CurrentUserID','0'),(51756,11866,'Attempts','6'),(51757,11866,'ClientIP','5.12.128.20'),(51758,11866,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51759,11866,'CurrentUserID','0'),(51760,11867,'Attempts','4'),(51761,11867,'ClientIP','101.178.207.171'),(51762,11867,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51763,11867,'CurrentUserID','0'),(51764,11868,'Attempts','1'),(51765,11868,'ClientIP','120.61.13.240'),(51766,11868,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51767,11868,'CurrentUserID','0'),(51768,11869,'Attempts','5'),(51769,11869,'ClientIP','1.65.169.223'),(51770,11869,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51771,11869,'CurrentUserID','0'),(51772,11870,'Attempts','5'),(51773,11870,'ClientIP','202.124.134.118'),(51774,11870,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51775,11870,'CurrentUserID','0'),(51776,11871,'Attempts','4'),(51777,11871,'ClientIP','49.251.97.201'),(51778,11871,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51779,11871,'CurrentUserID','0'),(51780,11872,'Attempts','5'),(51781,11872,'ClientIP','103.49.232.194'),(51782,11872,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51783,11872,'CurrentUserID','0'),(51784,11873,'Attempts','4'),(51785,11873,'ClientIP','202.169.29.154'),(51786,11873,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51787,11873,'CurrentUserID','0'),(51788,11874,'Attempts','4'),(51789,11874,'ClientIP','49.145.209.236'),(51790,11874,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51791,11874,'CurrentUserID','0'),(51792,11875,'Attempts','1'),(51793,11875,'ClientIP','110.33.194.66'),(51794,11875,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51795,11875,'CurrentUserID','0'),(51796,11876,'Attempts','1'),(51797,11876,'ClientIP','59.153.103.51'),(51798,11876,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51799,11876,'CurrentUserID','0'),(51800,11877,'Attempts','5'),(51801,11877,'ClientIP','177.124.55.199'),(51802,11877,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51803,11877,'CurrentUserID','0'),(51804,11878,'Attempts','4'),(51805,11878,'ClientIP','186.220.71.252'),(51806,11878,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51807,11878,'CurrentUserID','0'),(51808,11879,'Attempts','4'),(51809,11879,'ClientIP','82.77.162.146'),(51810,11879,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51811,11879,'CurrentUserID','0'),(51812,11880,'Attempts','6'),(51813,11880,'ClientIP','217.248.187.146'),(51814,11880,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51815,11880,'CurrentUserID','0'),(51816,11881,'Attempts','3'),(51817,11881,'ClientIP','103.57.244.130'),(51818,11881,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51819,11881,'CurrentUserID','0'),(51820,11882,'Attempts','5'),(51821,11882,'ClientIP','58.170.222.128'),(51822,11882,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51823,11882,'CurrentUserID','0'),(51824,11883,'Attempts','4'),(51825,11883,'ClientIP','117.195.221.126'),(51826,11883,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51827,11883,'CurrentUserID','0'),(51828,11884,'Attempts','1'),(51829,11884,'ClientIP','103.47.133.83'),(51830,11884,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51831,11884,'CurrentUserID','0'),(51832,11885,'Attempts','1'),(51833,11885,'ClientIP','82.61.157.88'),(51834,11885,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51835,11885,'CurrentUserID','0'),(51836,11886,'Attempts','5'),(51837,11886,'ClientIP','89.139.188.113'),(51838,11886,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51839,11886,'CurrentUserID','0'),(51840,11887,'Attempts','5'),(51841,11887,'ClientIP','195.128.57.230'),(51842,11887,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51843,11887,'CurrentUserID','0'),(51844,11888,'Attempts','6'),(51845,11888,'ClientIP','188.110.110.84'),(51846,11888,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51847,11888,'CurrentUserID','0'),(51848,11889,'Attempts','4'),(51849,11889,'ClientIP','36.78.140.223'),(51850,11889,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51851,11889,'CurrentUserID','0'),(51852,11890,'Attempts','4'),(51853,11890,'ClientIP','151.54.0.174'),(51854,11890,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51855,11890,'CurrentUserID','0'),(51856,11891,'Attempts','3'),(51857,11891,'ClientIP','112.208.36.32'),(51858,11891,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51859,11891,'CurrentUserID','0'),(51860,11892,'Attempts','4'),(51861,11892,'ClientIP','175.143.49.197'),(51862,11892,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51863,11892,'CurrentUserID','0'),(51864,11893,'Attempts','5'),(51865,11893,'ClientIP','187.245.173.27'),(51866,11893,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51867,11893,'CurrentUserID','0'),(51868,11894,'Attempts','5'),(51869,11894,'ClientIP','178.220.0.236'),(51870,11894,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51871,11894,'CurrentUserID','0'),(51872,11895,'Attempts','5'),(51873,11895,'ClientIP','193.86.27.57'),(51874,11895,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51875,11895,'CurrentUserID','0'),(51876,11896,'Attempts','6'),(51877,11896,'ClientIP','85.144.218.82'),(51878,11896,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51879,11896,'CurrentUserID','0'),(51880,11897,'Attempts','2'),(51881,11897,'ClientIP','112.198.118.127'),(51882,11897,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51883,11897,'CurrentUserID','0'),(51884,11898,'Attempts','5'),(51885,11898,'ClientIP','92.98.185.127'),(51886,11898,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51887,11898,'CurrentUserID','0'),(51888,11899,'Attempts','5'),(51889,11899,'ClientIP','93.61.127.89'),(51890,11899,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51891,11899,'CurrentUserID','0'),(51892,11900,'Attempts','2'),(51893,11900,'ClientIP','49.207.187.184'),(51894,11900,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51895,11900,'CurrentUserID','0'),(51896,11901,'Attempts','5'),(51897,11901,'ClientIP','197.36.106.207'),(51898,11901,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51899,11901,'CurrentUserID','0'),(51900,11902,'Attempts','3'),(51901,11902,'ClientIP','36.82.95.150'),(51902,11902,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51903,11902,'CurrentUserID','0'),(51904,11903,'Attempts','4'),(51905,11903,'ClientIP','109.252.90.147'),(51906,11903,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51907,11903,'CurrentUserID','0'),(51908,11904,'Attempts','5'),(51909,11904,'ClientIP','203.90.242.146'),(51910,11904,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51911,11904,'CurrentUserID','0'),(51912,11905,'Attempts','4'),(51913,11905,'ClientIP','68.3.244.17'),(51914,11905,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51915,11905,'CurrentUserID','0'),(51916,11906,'Attempts','5'),(51917,11906,'ClientIP','93.180.112.233'),(51918,11906,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51919,11906,'CurrentUserID','0'),(51920,11907,'Attempts','5'),(51921,11907,'ClientIP','39.44.33.176'),(51922,11907,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51923,11907,'CurrentUserID','0'),(51924,11908,'Attempts','5'),(51925,11908,'ClientIP','112.198.118.28'),(51926,11908,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51927,11908,'CurrentUserID','0'),(51928,11909,'Attempts','4'),(51929,11909,'ClientIP','125.19.102.2'),(51930,11909,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51931,11909,'CurrentUserID','0'),(51932,11910,'Attempts','2'),(51933,11910,'ClientIP','109.92.97.11'),(51934,11910,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51935,11910,'CurrentUserID','0'),(51936,11911,'Attempts','4'),(51937,11911,'ClientIP','110.138.82.143'),(51938,11911,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51939,11911,'CurrentUserID','0'),(51940,11912,'Attempts','5'),(51941,11912,'ClientIP','139.0.29.133'),(51942,11912,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51943,11912,'CurrentUserID','0'),(51944,11913,'Attempts','1'),(51945,11913,'ClientIP','49.145.20.149'),(51946,11913,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51947,11913,'CurrentUserID','0'),(51948,11914,'Attempts','1'),(51949,11914,'ClientIP','71.227.230.225'),(51950,11914,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51951,11914,'CurrentUserID','0'),(51952,11915,'Attempts','5'),(51953,11915,'ClientIP','2.50.251.108'),(51954,11915,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51955,11915,'CurrentUserID','0'),(51956,11916,'Attempts','4'),(51957,11916,'ClientIP','114.4.141.234'),(51958,11916,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51959,11916,'CurrentUserID','0'),(51960,11917,'Attempts','1'),(51961,11917,'ClientIP','193.106.127.72'),(51962,11917,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51963,11917,'CurrentUserID','0'),(51964,11918,'Attempts','5'),(51965,11918,'ClientIP','189.25.221.246'),(51966,11918,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51967,11918,'CurrentUserID','0'),(51968,11919,'Attempts','6'),(51969,11919,'ClientIP','2.139.213.29'),(51970,11919,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51971,11919,'CurrentUserID','0'),(51972,11920,'Attempts','5'),(51973,11920,'ClientIP','176.250.2.207'),(51974,11920,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51975,11920,'CurrentUserID','0'),(51976,11921,'Attempts','5'),(51977,11921,'ClientIP','182.71.210.182'),(51978,11921,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51979,11921,'CurrentUserID','0'),(51980,11922,'Attempts','2'),(51981,11922,'ClientIP','90.77.134.154'),(51982,11922,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51983,11922,'CurrentUserID','0'),(51984,11923,'Attempts','5'),(51985,11923,'ClientIP','84.76.197.158'),(51986,11923,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51987,11923,'CurrentUserID','0'),(51988,11924,'Attempts','5'),(51989,11924,'ClientIP','196.1.224.19'),(51990,11924,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51991,11924,'CurrentUserID','0'),(51992,11925,'Attempts','4'),(51993,11925,'ClientIP','27.33.18.40'),(51994,11925,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51995,11925,'CurrentUserID','0'),(51996,11926,'Attempts','3'),(51997,11926,'ClientIP','207.248.111.5'),(51998,11926,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(51999,11926,'CurrentUserID','0'),(52000,11927,'Attempts','5'),(52001,11927,'ClientIP','5.44.174.93'),(52002,11927,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52003,11927,'CurrentUserID','0'),(52004,11928,'Attempts','5'),(52005,11928,'ClientIP','84.197.247.146'),(52006,11928,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52007,11928,'CurrentUserID','0'),(52008,11929,'Attempts','5'),(52009,11929,'ClientIP','85.118.105.37'),(52010,11929,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52011,11929,'CurrentUserID','0'),(52012,11930,'Attempts','1'),(52013,11930,'ClientIP','86.96.107.76'),(52014,11930,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52015,11930,'CurrentUserID','0'),(52016,11931,'Attempts','5'),(52017,11931,'ClientIP','83.99.211.214'),(52018,11931,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52019,11931,'CurrentUserID','0'),(52020,11932,'Attempts','5'),(52021,11932,'ClientIP','36.82.251.35'),(52022,11932,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52023,11932,'CurrentUserID','0'),(52024,11933,'Attempts','1'),(52025,11933,'ClientIP','124.13.188.188'),(52026,11933,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52027,11933,'CurrentUserID','0'),(52028,11934,'Attempts','5'),(52029,11934,'ClientIP','79.117.46.122'),(52030,11934,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52031,11934,'CurrentUserID','0'),(52032,11935,'Attempts','4'),(52033,11935,'ClientIP','112.211.109.191'),(52034,11935,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52035,11935,'CurrentUserID','0'),(52036,11936,'Attempts','5'),(52037,11936,'ClientIP','84.111.164.11'),(52038,11936,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52039,11936,'CurrentUserID','0'),(52040,11937,'Attempts','5'),(52041,11937,'ClientIP','112.211.67.65'),(52042,11937,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52043,11937,'CurrentUserID','0'),(52044,11938,'Attempts','5'),(52045,11938,'ClientIP','179.199.135.121'),(52046,11938,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52047,11938,'CurrentUserID','0'),(52048,11939,'Attempts','5'),(52049,11939,'ClientIP','178.90.199.83'),(52050,11939,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52051,11939,'CurrentUserID','0'),(52052,11940,'Attempts','5'),(52053,11940,'ClientIP','222.110.108.185'),(52054,11940,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52055,11940,'CurrentUserID','0'),(52056,11941,'Attempts','5'),(52057,11941,'ClientIP','217.165.65.195'),(52058,11941,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52059,11941,'CurrentUserID','0'),(52060,11942,'Attempts','4'),(52061,11942,'ClientIP','89.101.94.194'),(52062,11942,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52063,11942,'CurrentUserID','0'),(52064,11943,'Attempts','2'),(52065,11943,'ClientIP','124.188.109.207'),(52066,11943,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52067,11943,'CurrentUserID','0'),(52068,11944,'Attempts','4'),(52069,11944,'ClientIP','218.189.26.154'),(52070,11944,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52071,11944,'CurrentUserID','0'),(52072,11945,'Attempts','4'),(52073,11945,'ClientIP','49.150.138.64'),(52074,11945,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52075,11945,'CurrentUserID','0'),(52076,11946,'Attempts','5'),(52077,11946,'ClientIP','79.182.105.20'),(52078,11946,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52079,11946,'CurrentUserID','0'),(52080,11947,'Attempts','1'),(52081,11947,'ClientIP','79.5.129.51'),(52082,11947,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52083,11947,'CurrentUserID','0'),(52084,11948,'Attempts','5'),(52085,11948,'ClientIP','178.221.62.199'),(52086,11948,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52087,11948,'CurrentUserID','0'),(52088,11949,'Attempts','5'),(52089,11949,'ClientIP','112.200.234.146'),(52090,11949,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52091,11949,'CurrentUserID','0'),(52092,11950,'Attempts','3'),(52093,11950,'ClientIP','117.103.172.194'),(52094,11950,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52095,11950,'CurrentUserID','0'),(52096,11951,'Attempts','5'),(52097,11951,'ClientIP','79.113.13.6'),(52098,11951,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52099,11951,'CurrentUserID','0'),(52100,11952,'Attempts','5'),(52101,11952,'ClientIP','84.30.26.20'),(52102,11952,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52103,11952,'CurrentUserID','0'),(52104,11953,'Attempts','4'),(52105,11953,'ClientIP','180.250.190.90'),(52106,11953,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52107,11953,'CurrentUserID','0'),(52108,11954,'Attempts','4'),(52109,11954,'ClientIP','62.215.103.82'),(52110,11954,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52111,11954,'CurrentUserID','0'),(52112,11955,'Attempts','1'),(52113,11955,'ClientIP','178.253.236.7'),(52114,11955,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52115,11955,'CurrentUserID','0'),(52116,11956,'Attempts','5'),(52117,11956,'ClientIP','1.220.68.44'),(52118,11956,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52119,11956,'CurrentUserID','0'),(52120,11957,'Attempts','5'),(52121,11957,'ClientIP','122.54.113.140'),(52122,11957,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52123,11957,'CurrentUserID','0'),(52124,11958,'Attempts','3'),(52125,11958,'ClientIP','105.184.152.244'),(52126,11958,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52127,11958,'CurrentUserID','0'),(52128,11959,'Attempts','4'),(52129,11959,'ClientIP','119.235.2.200'),(52130,11959,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52131,11959,'CurrentUserID','0'),(52132,11960,'Attempts','5'),(52133,11960,'ClientIP','85.180.181.184'),(52134,11960,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52135,11960,'CurrentUserID','0'),(52136,11961,'Attempts','1'),(52137,11961,'ClientIP','121.96.29.250'),(52138,11961,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52139,11961,'CurrentUserID','0'),(52140,11962,'Attempts','5'),(52141,11962,'ClientIP','111.88.173.183'),(52142,11962,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52143,11962,'CurrentUserID','0'),(52144,11964,'Attempts','5'),(52145,11963,'Attempts','1'),(52146,11964,'ClientIP','112.210.80.73'),(52147,11963,'ClientIP','27.145.134.33'),(52148,11964,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52149,11963,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52150,11964,'CurrentUserID','0'),(52151,11963,'CurrentUserID','0'),(52152,11965,'Attempts','7'),(52153,11965,'ClientIP','10.111.12.97'),(52154,11965,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52155,11965,'CurrentUserID','0'),(52156,11966,'Attempts','5'),(52157,11966,'ClientIP','31.47.177.202'),(52158,11966,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52159,11966,'CurrentUserID','0'),(52160,11967,'Attempts','5'),(52161,11967,'ClientIP','103.55.33.5'),(52162,11967,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52163,11967,'CurrentUserID','0'),(52164,11968,'Attempts','6'),(52165,11968,'ClientIP','83.134.135.204'),(52166,11968,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52167,11968,'CurrentUserID','0'),(52168,11969,'Attempts','5'),(52169,11969,'ClientIP','105.101.154.16'),(52170,11969,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52171,11969,'CurrentUserID','0'),(52172,11970,'Attempts','5'),(52173,11970,'ClientIP','2.33.179.186'),(52174,11970,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52175,11970,'CurrentUserID','0'),(52176,11971,'Attempts','5'),(52177,11971,'ClientIP','85.254.75.168'),(52178,11971,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52179,11971,'CurrentUserID','0'),(52180,11972,'Attempts','5'),(52181,11972,'ClientIP','202.191.214.86'),(52182,11972,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52183,11972,'CurrentUserID','0'),(52184,11973,'Attempts','5'),(52185,11973,'ClientIP','83.203.171.162'),(52186,11973,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52187,11973,'CurrentUserID','0'),(52188,11974,'Attempts','5'),(52189,11974,'ClientIP','105.225.25.243'),(52190,11974,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52191,11974,'CurrentUserID','0'),(52192,11975,'Attempts','2'),(52193,11975,'ClientIP','202.88.43.135'),(52194,11975,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52195,11975,'CurrentUserID','0'),(52196,11976,'Attempts','4'),(52197,11976,'ClientIP','152.231.24.130'),(52198,11976,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52199,11976,'CurrentUserID','0'),(52200,11977,'Attempts','3'),(52201,11977,'ClientIP','130.105.209.226'),(52202,11977,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52203,11977,'CurrentUserID','0'),(52204,11978,'Attempts','2'),(52205,11978,'ClientIP','222.127.94.6'),(52206,11978,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52207,11978,'CurrentUserID','0'),(52208,11979,'Attempts','5'),(52209,11979,'ClientIP','90.56.233.252'),(52210,11979,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52211,11979,'CurrentUserID','0'),(52212,11980,'Attempts','5'),(52213,11980,'ClientIP','121.54.34.94'),(52214,11980,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52215,11980,'CurrentUserID','0'),(52216,11981,'Attempts','4'),(52217,11981,'ClientIP','180.245.163.74'),(52218,11981,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52219,11981,'CurrentUserID','0'),(52220,11982,'Attempts','7'),(52221,11982,'ClientIP','124.122.153.186'),(52222,11982,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52223,11982,'CurrentUserID','0'),(52224,11983,'Attempts','5'),(52225,11983,'ClientIP','104.12.62.50'),(52226,11983,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52227,11983,'CurrentUserID','0'),(52228,11984,'Attempts','5'),(52229,11984,'ClientIP','27.4.180.30'),(52230,11984,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52231,11984,'CurrentUserID','0'),(52232,11985,'Attempts','5'),(52233,11985,'ClientIP','213.8.204.44'),(52234,11985,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52235,11985,'CurrentUserID','0'),(52236,11986,'Attempts','1'),(52237,11986,'ClientIP','49.49.202.133'),(52238,11986,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52239,11986,'CurrentUserID','0'),(52240,11987,'Attempts','1'),(52241,11987,'ClientIP','88.171.197.75'),(52242,11987,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52243,11987,'CurrentUserID','0'),(52244,11988,'Attempts','3'),(52245,11988,'ClientIP','210.212.202.99'),(52246,11988,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52247,11988,'CurrentUserID','0'),(52248,11989,'Attempts','3'),(52249,11989,'ClientIP','36.81.0.168'),(52250,11989,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52251,11989,'CurrentUserID','0'),(52252,11990,'Attempts','5'),(52253,11990,'ClientIP','49.205.216.36'),(52254,11990,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52255,11990,'CurrentUserID','0'),(52256,11991,'Attempts','5'),(52257,11991,'ClientIP','5.49.84.72'),(52258,11991,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52259,11991,'CurrentUserID','0'),(52260,11992,'Attempts','4'),(52261,11992,'ClientIP','156.194.10.78'),(52262,11992,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52263,11992,'CurrentUserID','0'),(52264,11993,'Attempts','5'),(52265,11993,'ClientIP','180.191.134.182'),(52266,11993,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52267,11993,'CurrentUserID','0'),(52268,11994,'Attempts','5'),(52269,11994,'ClientIP','86.123.13.130'),(52270,11994,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52271,11994,'CurrentUserID','0'),(52272,11995,'Attempts','2'),(52273,11995,'ClientIP','119.160.183.174'),(52274,11995,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52275,11995,'CurrentUserID','0'),(52276,11996,'Attempts','2'),(52277,11996,'ClientIP','197.161.46.150'),(52278,11996,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52279,11996,'CurrentUserID','0'),(52280,11997,'Attempts','6'),(52281,11997,'ClientIP','31.146.200.5'),(52282,11997,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52283,11997,'CurrentUserID','0'),(52284,11998,'Attempts','5'),(52285,11998,'ClientIP','112.210.63.238'),(52286,11998,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52287,11998,'CurrentUserID','0'),(52288,11999,'Attempts','5'),(52289,11999,'ClientIP','81.196.95.240'),(52290,11999,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52291,11999,'CurrentUserID','0'),(52292,12000,'Attempts','4'),(52293,12000,'ClientIP','180.250.100.234'),(52294,12000,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52295,12000,'CurrentUserID','0'),(52296,12001,'ClientIP','127.0.0.1'),(52297,12001,'Username','Plugin'),(52298,12001,'PromoMessage','<strong>External Database for WordPress Audit Log</strong><br>Meet regulatory compliance requirements your business needs to adhere to. <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/external-database-for-wp-security-audit-log/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=externaldb\" target=\"_blank\">External DB Add-on</a></strong>'),(52299,12001,'PromoName','External DB Add-on'),(52300,12002,'Attempts','5'),(52301,12003,'Attempts','4'),(52302,12002,'ClientIP','24.98.101.30'),(52303,12003,'ClientIP','169.255.207.6'),(52304,12002,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52305,12003,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52306,12002,'CurrentUserID','0'),(52307,12003,'CurrentUserID','0'),(52308,12004,'Attempts','5'),(52309,12004,'ClientIP','80.99.14.68'),(52310,12004,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52311,12004,'CurrentUserID','0'),(52312,12005,'Attempts','4'),(52313,12005,'ClientIP','111.119.242.42'),(52314,12005,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52315,12005,'CurrentUserID','0'),(52316,12006,'Attempts','4'),(52317,12006,'ClientIP','203.177.154.3'),(52318,12006,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52319,12006,'CurrentUserID','0'),(52320,12007,'Attempts','5'),(52321,12007,'ClientIP','112.173.85.175'),(52322,12007,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52323,12007,'CurrentUserID','0'),(52324,12008,'Attempts','5'),(52325,12008,'ClientIP','125.25.30.16'),(52326,12008,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52327,12008,'CurrentUserID','0'),(52328,12009,'Attempts','4'),(52329,12009,'ClientIP','61.94.148.2'),(52330,12009,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52331,12009,'CurrentUserID','0'),(52332,12010,'Attempts','5'),(52333,12010,'ClientIP','173.57.137.18'),(52334,12010,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52335,12010,'CurrentUserID','0'),(52336,12011,'Attempts','3'),(52337,12011,'ClientIP','211.156.178.85'),(52338,12011,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52339,12012,'Attempts','5'),(52340,12011,'CurrentUserID','0'),(52341,12012,'ClientIP','124.120.192.204'),(52342,12012,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52343,12012,'CurrentUserID','0'),(52344,12013,'Attempts','5'),(52345,12013,'ClientIP','74.71.19.216'),(52346,12013,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52347,12013,'CurrentUserID','0'),(52348,12014,'Attempts','5'),(52349,12014,'ClientIP','196.210.6.28'),(52350,12014,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52351,12014,'CurrentUserID','0'),(52352,12015,'Attempts','5'),(52353,12015,'ClientIP','201.20.91.162'),(52354,12015,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52355,12015,'CurrentUserID','0'),(52356,12016,'Attempts','5'),(52357,12016,'ClientIP','164.215.16.113'),(52358,12016,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52359,12016,'CurrentUserID','0'),(52360,12017,'Attempts','1'),(52361,12017,'ClientIP','220.158.206.39'),(52362,12017,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52363,12017,'CurrentUserID','0'),(52364,12018,'Attempts','5'),(52365,12018,'ClientIP','124.125.67.248'),(52366,12018,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52367,12018,'CurrentUserID','0'),(52368,12019,'Attempts','5'),(52369,12019,'ClientIP','51.174.75.205'),(52370,12019,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52371,12019,'CurrentUserID','0'),(52372,12020,'Attempts','5'),(52373,12020,'ClientIP','24.165.134.119'),(52374,12020,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52375,12020,'CurrentUserID','0'),(52376,12021,'Attempts','5'),(52377,12021,'ClientIP','76.91.95.87'),(52378,12021,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52379,12021,'CurrentUserID','0'),(52380,12022,'Attempts','5'),(52381,12022,'ClientIP','202.62.11.19'),(52382,12022,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52383,12022,'CurrentUserID','0'),(52384,12023,'Attempts','4'),(52385,12023,'ClientIP','168.167.94.72'),(52386,12023,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52387,12023,'CurrentUserID','0'),(52388,12024,'Attempts','5'),(52389,12024,'ClientIP','191.242.179.26'),(52390,12024,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52391,12024,'CurrentUserID','0'),(52392,12025,'Attempts','2'),(52393,12025,'ClientIP','84.117.178.210'),(52394,12025,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52395,12025,'CurrentUserID','0'),(52396,12026,'Attempts','4'),(52397,12026,'ClientIP','202.86.219.70'),(52398,12026,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52399,12026,'CurrentUserID','0'),(52400,12027,'Attempts','4'),(52401,12027,'ClientIP','41.222.216.122'),(52402,12027,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52403,12027,'CurrentUserID','0'),(52404,12028,'Attempts','5'),(52405,12028,'ClientIP','94.240.58.187'),(52406,12028,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52407,12028,'CurrentUserID','0'),(52408,12029,'Attempts','5'),(52409,12029,'ClientIP','175.143.106.81'),(52410,12029,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52411,12029,'CurrentUserID','0'),(52412,12030,'Attempts','3'),(52413,12030,'ClientIP','121.121.117.204'),(52414,12030,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52415,12030,'CurrentUserID','0'),(52416,12031,'Attempts','4'),(52417,12031,'ClientIP','219.182.51.19'),(52418,12031,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52419,12031,'CurrentUserID','0'),(52420,12032,'Attempts','5'),(52421,12032,'ClientIP','61.118.56.114'),(52422,12032,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52423,12032,'CurrentUserID','0'),(52424,12033,'Attempts','1'),(52425,12033,'ClientIP','180.251.150.186'),(52426,12033,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52427,12033,'CurrentUserID','0'),(52428,12034,'Attempts','5'),(52429,12034,'ClientIP','187.140.91.244'),(52430,12034,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52431,12034,'CurrentUserID','0'),(52432,12035,'Attempts','4'),(52433,12035,'ClientIP','115.187.40.222'),(52434,12035,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52435,12035,'CurrentUserID','0'),(52436,12036,'Attempts','5'),(52437,12036,'ClientIP','210.186.133.126'),(52438,12036,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52439,12036,'CurrentUserID','0'),(52440,12037,'Attempts','2'),(52441,12037,'ClientIP','112.133.232.10'),(52442,12037,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52443,12037,'CurrentUserID','0'),(52444,12038,'Attempts','5'),(52445,12038,'ClientIP','78.45.210.61'),(52446,12038,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52447,12038,'CurrentUserID','0'),(52448,12039,'Attempts','4'),(52449,12039,'ClientIP','196.221.72.148'),(52450,12039,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52451,12039,'CurrentUserID','0'),(52452,12040,'Attempts','5'),(52453,12040,'ClientIP','120.28.111.74'),(52454,12040,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52455,12040,'CurrentUserID','0'),(52456,12041,'Attempts','1'),(52457,12041,'ClientIP','112.166.112.254'),(52458,12041,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52459,12041,'CurrentUserID','0'),(52460,12042,'Attempts','5'),(52461,12042,'ClientIP','188.227.36.36'),(52462,12042,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52463,12042,'CurrentUserID','0'),(52464,12043,'Attempts','1'),(52465,12043,'ClientIP','106.71.102.141'),(52466,12043,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52467,12043,'CurrentUserID','0'),(52468,12044,'Attempts','1'),(52469,12044,'ClientIP','86.7.35.175'),(52470,12044,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52471,12044,'CurrentUserID','0'),(52472,12045,'Attempts','2'),(52473,12045,'ClientIP','27.109.209.219'),(52474,12045,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52475,12045,'CurrentUserID','0'),(52476,12046,'Attempts','4'),(52477,12046,'ClientIP','94.180.21.153'),(52478,12046,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52479,12046,'CurrentUserID','0'),(52480,12047,'Attempts','1'),(52481,12047,'ClientIP','112.207.243.193'),(52482,12047,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52483,12047,'CurrentUserID','0'),(52484,12048,'Attempts','5'),(52485,12048,'ClientIP','190.164.120.203'),(52486,12048,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52487,12048,'CurrentUserID','0'),(52488,12049,'Attempts','4'),(52489,12049,'ClientIP','119.2.112.134'),(52490,12049,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52491,12049,'CurrentUserID','0'),(52492,12050,'Attempts','5'),(52493,12050,'ClientIP','175.143.92.5'),(52494,12050,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52495,12050,'CurrentUserID','0'),(52496,12051,'Attempts','4'),(52497,12051,'ClientIP','43.245.235.90'),(52498,12051,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52499,12051,'CurrentUserID','0'),(52500,12052,'Attempts','5'),(52501,12052,'ClientIP','89.97.169.152'),(52502,12052,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52503,12052,'CurrentUserID','0'),(52504,12053,'Attempts','5'),(52505,12053,'ClientIP','180.191.139.60'),(52506,12053,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52507,12053,'CurrentUserID','0'),(52508,12054,'Attempts','4'),(52509,12054,'ClientIP','180.190.67.37'),(52510,12054,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52511,12054,'CurrentUserID','0'),(52512,12055,'Attempts','5'),(52513,12055,'ClientIP','86.49.22.195'),(52514,12055,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52515,12055,'CurrentUserID','0'),(52516,12056,'Attempts','1'),(52517,12056,'ClientIP','121.58.213.146'),(52518,12056,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52519,12056,'CurrentUserID','0'),(52520,12057,'Attempts','5'),(52521,12057,'ClientIP','202.133.49.122'),(52522,12057,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52523,12057,'CurrentUserID','0'),(52524,12058,'Attempts','5'),(52525,12058,'ClientIP','174.69.202.162'),(52526,12058,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52527,12058,'CurrentUserID','0'),(52528,12059,'Attempts','5'),(52529,12059,'ClientIP','109.197.218.237'),(52530,12059,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52531,12059,'CurrentUserID','0'),(52532,12060,'Attempts','2'),(52533,12060,'ClientIP','103.52.223.25'),(52534,12060,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52535,12060,'CurrentUserID','0'),(52536,12061,'Attempts','5'),(52537,12061,'ClientIP','62.61.186.188'),(52538,12061,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52539,12061,'CurrentUserID','0'),(52540,12062,'Attempts','1'),(52541,12062,'ClientIP','103.225.224.105'),(52542,12062,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52543,12062,'CurrentUserID','0'),(52544,12063,'Attempts','1'),(52545,12063,'ClientIP','41.207.0.69'),(52546,12063,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52547,12063,'CurrentUserID','0'),(52548,12064,'Attempts','5'),(52549,12064,'ClientIP','179.9.206.175'),(52550,12064,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52551,12064,'CurrentUserID','0'),(52552,12065,'Attempts','4'),(52553,12065,'ClientIP','43.251.88.225'),(52554,12065,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52555,12065,'CurrentUserID','0'),(52556,12066,'Attempts','5'),(52557,12066,'ClientIP','118.70.15.39'),(52558,12066,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52559,12066,'CurrentUserID','0'),(52560,12067,'Attempts','4'),(52561,12067,'ClientIP','36.68.92.225'),(52562,12067,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52563,12067,'CurrentUserID','0'),(52564,12068,'Attempts','4'),(52565,12068,'ClientIP','197.156.133.102'),(52566,12068,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52567,12068,'CurrentUserID','0'),(52568,12069,'Attempts','4'),(52569,12070,'Attempts','4'),(52570,12069,'ClientIP','36.77.0.57'),(52571,12070,'ClientIP','60.49.43.12'),(52572,12069,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52573,12070,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52574,12069,'CurrentUserID','0'),(52575,12070,'CurrentUserID','0'),(52576,12071,'Attempts','4'),(52577,12071,'ClientIP','187.38.41.234'),(52578,12072,'Attempts','1'),(52579,12071,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52580,12072,'ClientIP','112.134.201.242'),(52581,12071,'CurrentUserID','0'),(52582,12072,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52583,12072,'CurrentUserID','0'),(52584,12073,'Attempts','2'),(52585,12073,'ClientIP','117.223.175.116'),(52586,12073,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52587,12073,'CurrentUserID','0'),(52588,12074,'Attempts','5'),(52589,12074,'ClientIP','24.85.166.252'),(52590,12074,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52591,12074,'CurrentUserID','0'),(52592,12075,'Attempts','5'),(52593,12075,'ClientIP','212.22.195.15'),(52594,12075,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52595,12075,'CurrentUserID','0'),(52596,12076,'Attempts','1'),(52597,12076,'ClientIP','188.79.153.38'),(52598,12076,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52599,12076,'CurrentUserID','0'),(52600,12077,'Attempts','5'),(52601,12078,'Attempts','5'),(52602,12077,'ClientIP','128.75.227.14'),(52603,12078,'ClientIP','46.249.181.94'),(52604,12077,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52605,12078,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52606,12077,'CurrentUserID','0'),(52607,12078,'CurrentUserID','0'),(52608,12079,'Attempts','5'),(52609,12079,'ClientIP','43.250.164.65'),(52610,12079,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52611,12079,'CurrentUserID','0'),(52612,12080,'Attempts','2'),(52613,12080,'ClientIP','101.185.63.201'),(52614,12080,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52615,12080,'CurrentUserID','0'),(52616,12081,'Attempts','1'),(52617,12081,'ClientIP','129.0.56.65'),(52618,12081,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52619,12081,'CurrentUserID','0'),(52620,12082,'Attempts','4'),(52621,12082,'ClientIP','89.201.184.70'),(52622,12082,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52623,12082,'CurrentUserID','0'),(52624,12083,'Attempts','4'),(52625,12083,'ClientIP','119.153.104.245'),(52626,12083,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52627,12083,'CurrentUserID','0'),(52628,12084,'Attempts','4'),(52629,12084,'ClientIP','41.188.188.30'),(52630,12084,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52631,12084,'CurrentUserID','0'),(52632,12085,'Attempts','6'),(52633,12085,'ClientIP','36.81.195.189'),(52634,12085,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52635,12085,'CurrentUserID','0'),(52636,12086,'Attempts','4'),(52637,12086,'ClientIP','31.47.45.127'),(52638,12086,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52639,12086,'CurrentUserID','0'),(52640,12087,'Attempts','5'),(52641,12087,'ClientIP','125.164.14.42'),(52642,12087,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52643,12087,'CurrentUserID','0'),(52644,12088,'Attempts','4'),(52645,12088,'ClientIP','125.212.121.1'),(52646,12088,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52647,12088,'CurrentUserID','0'),(52648,12089,'Attempts','5'),(52649,12089,'ClientIP','117.3.224.175'),(52650,12089,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52651,12089,'CurrentUserID','0'),(52652,12090,'Attempts','8'),(52653,12090,'ClientIP','84.127.226.179'),(52654,12090,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52655,12090,'CurrentUserID','0'),(52656,12091,'Attempts','4'),(52657,12091,'ClientIP','180.245.185.224'),(52658,12091,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52659,12091,'CurrentUserID','0'),(52660,12092,'Attempts','4'),(52661,12092,'ClientIP','197.237.127.248'),(52662,12092,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52663,12092,'CurrentUserID','0'),(52664,12093,'Attempts','5'),(52665,12093,'ClientIP','41.105.155.3'),(52666,12093,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52667,12093,'CurrentUserID','0'),(52668,12094,'Attempts','5'),(52669,12094,'ClientIP','1.65.169.67'),(52670,12094,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52671,12094,'CurrentUserID','0'),(52672,12095,'Attempts','5'),(52673,12095,'ClientIP','187.2.27.234'),(52674,12095,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52675,12095,'CurrentUserID','0'),(52676,12096,'Attempts','4'),(52677,12096,'ClientIP','109.194.35.80'),(52678,12096,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52679,12096,'CurrentUserID','0'),(52680,12097,'Attempts','1'),(52681,12097,'ClientIP','203.87.133.153'),(52682,12097,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52683,12097,'CurrentUserID','0'),(52684,12098,'Attempts','2'),(52685,12098,'ClientIP','124.125.247.120'),(52686,12098,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52687,12098,'CurrentUserID','0'),(52688,12099,'Attempts','1'),(52689,12099,'ClientIP','95.8.14.13'),(52690,12099,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52691,12099,'CurrentUserID','0'),(52692,12100,'Attempts','5'),(52693,12100,'ClientIP','122.2.241.238'),(52694,12100,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52695,12100,'CurrentUserID','0'),(52696,12101,'Attempts','4'),(52697,12102,'Attempts','5'),(52698,12101,'ClientIP','115.84.106.224'),(52699,12102,'ClientIP','37.231.121.63'),(52700,12101,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52701,12102,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52702,12101,'CurrentUserID','0'),(52703,12102,'CurrentUserID','0'),(52704,12103,'Attempts','5'),(52705,12103,'ClientIP','121.98.207.229'),(52706,12103,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52707,12103,'CurrentUserID','0'),(52708,12104,'Attempts','4'),(52709,12104,'ClientIP','122.164.54.160'),(52710,12104,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52711,12104,'CurrentUserID','0'),(52712,12105,'Attempts','2'),(52713,12105,'ClientIP','122.151.171.155'),(52714,12105,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52715,12105,'CurrentUserID','0'),(52716,12106,'Attempts','3'),(52717,12106,'ClientIP','206.132.109.93'),(52718,12106,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52719,12106,'CurrentUserID','0'),(52720,12107,'Attempts','4'),(52721,12107,'ClientIP','112.208.143.86'),(52722,12107,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52723,12107,'CurrentUserID','0'),(52724,12108,'Attempts','4'),(52725,12108,'ClientIP','125.176.6.55'),(52726,12108,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52727,12108,'CurrentUserID','0'),(52728,12109,'Attempts','1'),(52729,12109,'ClientIP','112.215.63.19'),(52730,12109,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52731,12109,'CurrentUserID','0'),(52732,12110,'Attempts','5'),(52733,12110,'ClientIP','95.242.138.165'),(52734,12110,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52735,12110,'CurrentUserID','0'),(52736,12111,'Attempts','5'),(52737,12111,'ClientIP','24.159.65.210'),(52738,12111,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52739,12111,'CurrentUserID','0'),(52740,12112,'Attempts','5'),(52741,12112,'ClientIP','116.75.94.208'),(52742,12112,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52743,12112,'CurrentUserID','0'),(52744,12113,'Attempts','3'),(52745,12113,'ClientIP','175.145.93.28'),(52746,12113,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52747,12113,'CurrentUserID','0'),(52748,12114,'Attempts','5'),(52749,12114,'ClientIP','95.133.163.86'),(52750,12114,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52751,12114,'CurrentUserID','0'),(52752,12115,'Attempts','5'),(52753,12115,'ClientIP','202.188.32.235'),(52754,12115,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52755,12115,'CurrentUserID','0'),(52756,12116,'Attempts','5'),(52757,12116,'ClientIP','79.180.194.46'),(52758,12116,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52759,12116,'CurrentUserID','0'),(52760,12117,'Attempts','5'),(52761,12117,'ClientIP','103.26.99.196'),(52762,12117,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52763,12117,'CurrentUserID','0'),(52764,12118,'Attempts','5'),(52765,12118,'ClientIP','220.253.157.75'),(52766,12118,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52767,12118,'CurrentUserID','0'),(52768,12119,'Attempts','4'),(52769,12119,'ClientIP','122.54.23.90'),(52770,12119,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52771,12119,'CurrentUserID','0'),(52772,12120,'Attempts','4'),(52773,12120,'ClientIP','79.179.12.106'),(52774,12120,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52775,12120,'CurrentUserID','0'),(52776,12121,'Attempts','5'),(52777,12121,'ClientIP','31.8.241.244'),(52778,12121,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52779,12121,'CurrentUserID','0'),(52780,12122,'Attempts','5'),(52781,12122,'ClientIP','185.67.177.205'),(52782,12122,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52783,12122,'CurrentUserID','0'),(52784,12123,'Attempts','4'),(52785,12123,'ClientIP','73.92.97.138'),(52786,12123,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52787,12123,'CurrentUserID','0'),(52788,12124,'Attempts','4'),(52789,12124,'ClientIP','103.231.162.74'),(52790,12124,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52791,12124,'CurrentUserID','0'),(52792,12125,'Attempts','5'),(52793,12125,'ClientIP','201.252.81.14'),(52794,12125,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52795,12125,'CurrentUserID','0'),(52796,12126,'Attempts','4'),(52797,12126,'ClientIP','61.6.81.139'),(52798,12126,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52799,12126,'CurrentUserID','0'),(52800,12127,'Attempts','4'),(52801,12127,'ClientIP','202.63.241.45'),(52802,12127,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52803,12127,'CurrentUserID','0'),(52804,12128,'Attempts','1'),(52805,12128,'ClientIP','92.12.197.247'),(52806,12128,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52807,12128,'CurrentUserID','0'),(52808,12129,'Attempts','1'),(52809,12129,'ClientIP','39.47.31.48'),(52810,12129,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52811,12129,'CurrentUserID','0'),(52812,12130,'Attempts','5'),(52813,12130,'ClientIP','27.34.18.50'),(52814,12130,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52815,12130,'CurrentUserID','0'),(52816,12131,'Attempts','1'),(52817,12131,'ClientIP','202.88.222.222'),(52818,12131,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52819,12131,'CurrentUserID','0'),(52820,12132,'Attempts','4'),(52821,12132,'ClientIP','87.71.115.150'),(52822,12132,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52823,12132,'CurrentUserID','0'),(52824,12133,'Attempts','5'),(52825,12133,'ClientIP','211.212.34.181'),(52826,12133,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52827,12133,'CurrentUserID','0'),(52828,12134,'Attempts','3'),(52829,12134,'ClientIP','220.247.234.171'),(52830,12134,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52831,12134,'CurrentUserID','0'),(52832,12135,'Attempts','4'),(52833,12135,'ClientIP','189.22.155.200'),(52834,12135,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52835,12135,'CurrentUserID','0'),(52836,12136,'Attempts','3'),(52837,12136,'ClientIP','27.49.104.85'),(52838,12136,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52839,12136,'CurrentUserID','0'),(52840,12137,'Attempts','5'),(52841,12137,'ClientIP','103.9.90.130'),(52842,12137,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52843,12137,'CurrentUserID','0'),(52844,12138,'Attempts','2'),(52845,12138,'ClientIP','124.106.141.4'),(52846,12138,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52847,12138,'CurrentUserID','0'),(52848,12139,'Attempts','1'),(52849,12139,'ClientIP','202.142.77.116'),(52850,12139,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52851,12139,'CurrentUserID','0'),(52852,12140,'Attempts','5'),(52853,12140,'ClientIP','50.46.233.47'),(52854,12140,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52855,12140,'CurrentUserID','0'),(52856,12141,'Attempts','4'),(52857,12141,'ClientIP','203.80.16.226'),(52858,12141,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52859,12141,'CurrentUserID','0'),(52860,12142,'Attempts','1'),(52861,12142,'ClientIP','27.4.51.10'),(52862,12142,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52863,12142,'CurrentUserID','0'),(52864,12143,'Attempts','5'),(52865,12143,'ClientIP','202.166.205.249'),(52866,12143,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52867,12143,'CurrentUserID','0'),(52868,12144,'Attempts','5'),(52869,12144,'ClientIP','103.210.40.125'),(52870,12144,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52871,12144,'CurrentUserID','0'),(52872,12145,'Attempts','4'),(52873,12145,'ClientIP','49.148.137.95'),(52874,12145,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52875,12145,'CurrentUserID','0'),(52876,12146,'Attempts','3'),(52877,12146,'ClientIP','27.251.56.18'),(52878,12146,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52879,12146,'CurrentUserID','0'),(52880,12147,'Attempts','4'),(52881,12147,'ClientIP','177.103.232.101'),(52882,12147,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52883,12147,'CurrentUserID','0'),(52884,12148,'Attempts','4'),(52885,12148,'ClientIP','60.241.64.227'),(52886,12148,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52887,12148,'CurrentUserID','0'),(52888,12149,'Attempts','1'),(52889,12149,'ClientIP','36.84.77.23'),(52890,12149,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52891,12149,'CurrentUserID','0'),(52892,12150,'Attempts','4'),(52893,12150,'ClientIP','117.240.84.10'),(52894,12150,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52895,12150,'CurrentUserID','0'),(52896,12151,'ClientIP','127.0.0.1'),(52897,12151,'Username','Plugin'),(52898,12151,'PromoMessage','<strong>60% OFF On All Premium Add-Ons and Support Bundle</strong><br>Add email alerts, generate compliance reports and add the search functionality to your WordPress audit log with the <strong><a href=\"http://www.wpsecurityauditlog.com/plugin-extensions/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=alladdons\" target=\"_blank\">Premium Add-Ons</a></strong>.'),(52899,12151,'PromoName','Premium Add-Ons'),(52900,12152,'Attempts','2'),(52901,12152,'ClientIP','193.254.230.234'),(52902,12152,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52903,12152,'CurrentUserID','0'),(52904,12153,'Attempts','3'),(52905,12153,'ClientIP','84.29.66.93'),(52906,12153,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52907,12153,'CurrentUserID','0'),(52908,12154,'Attempts','2'),(52909,12154,'ClientIP','185.10.143.150'),(52910,12154,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52911,12154,'CurrentUserID','0'),(52912,12155,'Attempts','4'),(52913,12155,'ClientIP','68.58.165.39'),(52914,12155,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52915,12155,'CurrentUserID','0'),(52916,12156,'Attempts','4'),(52917,12156,'ClientIP','117.194.96.111'),(52918,12156,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52919,12156,'CurrentUserID','0'),(52920,12157,'Attempts','4'),(52921,12157,'ClientIP','58.231.1.122'),(52922,12157,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52923,12157,'CurrentUserID','0'),(52924,12158,'Attempts','2'),(52925,12158,'ClientIP','178.194.168.95'),(52926,12158,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52927,12158,'CurrentUserID','0'),(52928,12159,'Attempts','1'),(52929,12159,'ClientIP','176.32.20.10'),(52930,12159,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52931,12159,'CurrentUserID','0'),(52932,12160,'Attempts','5'),(52933,12160,'ClientIP','189.102.1.109'),(52934,12160,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52935,12160,'CurrentUserID','0'),(52936,12161,'Attempts','3'),(52937,12161,'ClientIP','79.56.208.143'),(52938,12161,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52939,12161,'CurrentUserID','0'),(52940,12162,'Attempts','5'),(52941,12162,'ClientIP','103.203.66.126'),(52942,12162,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52943,12162,'CurrentUserID','0'),(52944,12163,'Attempts','1'),(52945,12163,'ClientIP','10.16.15.104'),(52946,12163,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52947,12163,'CurrentUserID','0'),(52948,12164,'Attempts','4'),(52949,12164,'ClientIP','60.21.136.46'),(52950,12164,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52951,12164,'CurrentUserID','0'),(52952,12165,'Attempts','4'),(52953,12165,'ClientIP','145.255.1.63'),(52954,12165,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52955,12165,'CurrentUserID','0'),(52956,12166,'Attempts','3'),(52957,12166,'ClientIP','122.164.42.107'),(52958,12166,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52959,12166,'CurrentUserID','0'),(52960,12167,'Attempts','4'),(52961,12167,'ClientIP','112.200.185.171'),(52962,12167,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52963,12167,'CurrentUserID','0'),(52964,12168,'Attempts','4'),(52965,12168,'ClientIP','88.83.27.25'),(52966,12168,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52967,12168,'CurrentUserID','0'),(52968,12169,'Attempts','5'),(52969,12169,'ClientIP','110.21.152.14'),(52970,12169,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52971,12169,'CurrentUserID','0'),(52972,12170,'Attempts','1'),(52973,12170,'ClientIP','5.43.82.44'),(52974,12170,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52975,12170,'CurrentUserID','0'),(52976,12171,'Attempts','1'),(52977,12171,'ClientIP','82.247.150.176'),(52978,12171,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52979,12171,'CurrentUserID','0'),(52980,12172,'Attempts','2'),(52981,12172,'ClientIP','183.83.229.82'),(52982,12172,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52983,12172,'CurrentUserID','0'),(52984,12173,'Attempts','5'),(52985,12173,'ClientIP','197.0.210.202'),(52986,12173,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52987,12173,'CurrentUserID','0'),(52988,12174,'Attempts','1'),(52989,12174,'ClientIP','49.149.92.1'),(52990,12174,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52991,12174,'CurrentUserID','0'),(52992,12175,'Attempts','4'),(52993,12175,'ClientIP','41.136.47.89'),(52994,12175,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52995,12175,'CurrentUserID','0'),(52996,12176,'Attempts','4'),(52997,12176,'ClientIP','37.208.163.232'),(52998,12176,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(52999,12176,'CurrentUserID','0'),(53000,12177,'Attempts','4'),(53001,12177,'ClientIP','78.100.91.170'),(53002,12177,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53003,12177,'CurrentUserID','0'),(53004,12178,'Attempts','4'),(53005,12178,'ClientIP','70.74.219.66'),(53006,12178,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53007,12178,'CurrentUserID','0'),(53008,12179,'Attempts','4'),(53009,12179,'ClientIP','100.166.160.8'),(53010,12179,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53011,12179,'CurrentUserID','0'),(53012,12180,'Attempts','1'),(53013,12180,'ClientIP','27.147.243.54'),(53014,12180,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53015,12180,'CurrentUserID','0'),(53016,12181,'Attempts','1'),(53017,12181,'ClientIP','89.35.60.98'),(53018,12181,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53019,12181,'CurrentUserID','0'),(53020,12182,'Attempts','4'),(53021,12182,'ClientIP','37.203.82.140'),(53022,12182,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53023,12182,'CurrentUserID','0'),(53024,12183,'Attempts','2'),(53025,12183,'ClientIP','86.93.185.9'),(53026,12183,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53027,12183,'CurrentUserID','0'),(53028,12184,'Attempts','3'),(53029,12184,'ClientIP','182.19.65.177'),(53030,12184,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53031,12184,'CurrentUserID','0'),(53032,12185,'Attempts','1'),(53033,12185,'ClientIP','180.241.249.28'),(53034,12185,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53035,12185,'CurrentUserID','0'),(53036,12186,'Attempts','3'),(53037,12186,'ClientIP','59.181.99.220'),(53038,12186,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53039,12186,'CurrentUserID','0'),(53040,12187,'Attempts','3'),(53041,12187,'ClientIP','103.231.162.122'),(53042,12187,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53043,12187,'CurrentUserID','0'),(53044,12188,'Attempts','3'),(53045,12188,'ClientIP','78.56.120.227'),(53046,12188,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53047,12188,'CurrentUserID','0'),(53048,12189,'Attempts','1'),(53049,12189,'ClientIP','109.182.249.47'),(53050,12189,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53051,12189,'CurrentUserID','0'),(53052,12190,'Attempts','4'),(53053,12190,'ClientIP','105.102.94.34'),(53054,12190,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53055,12190,'CurrentUserID','0'),(53056,12191,'Attempts','1'),(53057,12191,'ClientIP','46.135.190.255'),(53058,12191,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53059,12191,'CurrentUserID','0'),(53060,12192,'Attempts','1'),(53061,12192,'ClientIP','109.96.12.218'),(53062,12192,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53063,12192,'CurrentUserID','0'),(53064,12193,'Attempts','4'),(53065,12193,'ClientIP','68.107.112.120'),(53066,12193,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53067,12193,'CurrentUserID','0'),(53068,12194,'Attempts','1'),(53069,12194,'ClientIP','154.119.242.153'),(53070,12194,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53071,12194,'CurrentUserID','0'),(53072,12195,'Attempts','6'),(53073,12195,'ClientIP','36.72.242.20'),(53074,12195,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53075,12195,'CurrentUserID','0'),(53076,12196,'Attempts','2'),(53077,12196,'ClientIP','186.188.52.52'),(53078,12196,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53079,12196,'CurrentUserID','0'),(53080,12197,'Attempts','3'),(53081,12197,'ClientIP','87.253.50.253'),(53082,12197,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53083,12197,'CurrentUserID','0'),(53084,12198,'Attempts','2'),(53085,12198,'ClientIP','41.160.243.226'),(53086,12198,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53087,12198,'CurrentUserID','0'),(53088,12199,'Attempts','2'),(53089,12199,'ClientIP','203.87.133.134'),(53090,12199,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53091,12199,'CurrentUserID','0'),(53092,12200,'Attempts','3'),(53093,12200,'ClientIP','122.52.159.138'),(53094,12200,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53095,12200,'CurrentUserID','0'),(53096,12201,'Attempts','4'),(53097,12201,'ClientIP','171.100.71.212'),(53098,12201,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53099,12201,'CurrentUserID','0'),(53100,12202,'Attempts','1'),(53101,12202,'ClientIP','93.86.166.58'),(53102,12202,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53103,12202,'CurrentUserID','0'),(53104,12203,'Attempts','1'),(53105,12203,'ClientIP','123.201.193.11'),(53106,12203,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53107,12203,'CurrentUserID','0'),(53108,12204,'Attempts','5'),(53109,12204,'ClientIP','202.141.247.86'),(53110,12204,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53111,12204,'CurrentUserID','0'),(53112,12205,'Attempts','2'),(53113,12205,'ClientIP','115.69.214.12'),(53114,12205,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53115,12205,'CurrentUserID','0'),(53116,12206,'Attempts','2'),(53117,12206,'ClientIP','190.154.149.13'),(53118,12206,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53119,12206,'CurrentUserID','0'),(53120,12207,'Attempts','3'),(53121,12207,'ClientIP','59.90.171.254'),(53122,12207,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53123,12207,'CurrentUserID','0'),(53124,12208,'Attempts','5'),(53125,12208,'ClientIP','39.37.187.126'),(53126,12208,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53127,12208,'CurrentUserID','0'),(53128,12209,'Attempts','4'),(53129,12209,'ClientIP','117.242.210.122'),(53130,12210,'Attempts','5'),(53131,12209,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53132,12210,'ClientIP','115.178.193.90'),(53133,12209,'CurrentUserID','0'),(53134,12210,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53135,12210,'CurrentUserID','0'),(53136,12211,'Attempts','1'),(53137,12211,'ClientIP','156.196.222.132'),(53138,12211,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53139,12211,'CurrentUserID','0'),(53140,12212,'Attempts','4'),(53141,12212,'ClientIP','109.97.80.106'),(53142,12212,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53143,12212,'CurrentUserID','0'),(53144,12213,'Attempts','1'),(53145,12213,'ClientIP','58.68.71.180'),(53146,12213,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53147,12213,'CurrentUserID','0'),(53148,12214,'Attempts','4'),(53149,12214,'ClientIP','103.60.176.238'),(53150,12214,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53151,12214,'CurrentUserID','0'),(53152,12215,'Attempts','2'),(53153,12215,'ClientIP','49.144.202.97'),(53154,12215,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53155,12215,'CurrentUserID','0'),(53156,12216,'Attempts','4'),(53157,12216,'ClientIP','78.40.181.35'),(53158,12216,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53159,12216,'CurrentUserID','0'),(53160,12217,'Attempts','1'),(53161,12217,'ClientIP','93.139.137.160'),(53162,12217,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53163,12217,'CurrentUserID','0'),(53164,12218,'Attempts','2'),(53165,12218,'ClientIP','112.198.75.83'),(53166,12218,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53167,12218,'CurrentUserID','0'),(53168,12219,'Attempts','3'),(53169,12219,'ClientIP','121.54.42.101'),(53170,12219,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53171,12219,'CurrentUserID','0'),(53172,12220,'Attempts','4'),(53173,12220,'ClientIP','180.241.135.180'),(53174,12220,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53175,12220,'CurrentUserID','0'),(53176,12221,'Attempts','4'),(53177,12221,'ClientIP','122.174.98.138'),(53178,12221,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53179,12221,'CurrentUserID','0'),(53180,12222,'Attempts','5'),(53181,12222,'ClientIP','103.206.52.65'),(53182,12222,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53183,12222,'CurrentUserID','0'),(53184,12223,'Attempts','5'),(53185,12223,'ClientIP','78.101.182.248'),(53186,12223,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53187,12223,'CurrentUserID','0'),(53188,12224,'Attempts','2'),(53189,12224,'ClientIP','93.85.210.209'),(53190,12224,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53191,12224,'CurrentUserID','0'),(53192,12225,'Attempts','3'),(53193,12225,'ClientIP','36.85.224.94'),(53194,12225,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53195,12225,'CurrentUserID','0'),(53196,12226,'Attempts','3'),(53197,12226,'ClientIP','121.96.187.21'),(53198,12226,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53199,12226,'CurrentUserID','0'),(53200,12227,'Attempts','4'),(53201,12227,'ClientIP','103.237.37.226'),(53202,12227,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53203,12227,'CurrentUserID','0'),(53204,12228,'Attempts','3'),(53205,12228,'ClientIP','180.253.168.26'),(53206,12228,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53207,12228,'CurrentUserID','0'),(53208,12229,'Attempts','1'),(53209,12229,'ClientIP','24.227.222.39'),(53210,12229,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53211,12229,'CurrentUserID','0'),(53212,12230,'Attempts','1'),(53213,12230,'ClientIP','124.13.162.243'),(53214,12230,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53215,12230,'CurrentUserID','0'),(53216,12231,'Attempts','2'),(53217,12231,'ClientIP','123.252.164.169'),(53218,12231,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53219,12231,'CurrentUserID','0'),(53220,12232,'Attempts','5'),(53221,12232,'ClientIP','180.253.67.27'),(53222,12232,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53223,12232,'CurrentUserID','0'),(53224,12233,'Attempts','3'),(53225,12233,'ClientIP','123.243.151.151'),(53226,12233,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53227,12233,'CurrentUserID','0'),(53228,12234,'Attempts','3'),(53229,12234,'ClientIP','37.114.150.55'),(53230,12234,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53231,12234,'CurrentUserID','0'),(53232,12235,'Attempts','1'),(53233,12235,'ClientIP','39.48.117.173'),(53234,12235,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53235,12235,'CurrentUserID','0'),(53236,12236,'Attempts','1'),(53237,12236,'ClientIP','2.50.168.92'),(53238,12236,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53239,12236,'CurrentUserID','0'),(53240,12237,'Attempts','3'),(53241,12237,'ClientIP','36.79.217.162'),(53242,12237,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53243,12237,'CurrentUserID','0'),(53244,12238,'Attempts','5'),(53245,12238,'ClientIP','112.210.39.39'),(53246,12238,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53247,12238,'CurrentUserID','0'),(53248,12239,'Attempts','1'),(53249,12239,'ClientIP','178.254.149.222'),(53250,12239,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53251,12239,'CurrentUserID','0'),(53252,12240,'Attempts','2'),(53253,12240,'ClientIP','41.84.225.216'),(53254,12240,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53255,12240,'CurrentUserID','0'),(53256,12241,'Attempts','2'),(53257,12241,'ClientIP','210.186.54.100'),(53258,12241,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53259,12241,'CurrentUserID','0'),(53260,12242,'Attempts','4'),(53261,12242,'ClientIP','42.115.62.67'),(53262,12242,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53263,12242,'CurrentUserID','0'),(53264,12243,'Attempts','3'),(53265,12243,'ClientIP','112.211.61.93'),(53266,12243,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53267,12243,'CurrentUserID','0'),(53268,12244,'Attempts','3'),(53269,12244,'ClientIP','45.114.183.61'),(53270,12244,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53271,12244,'CurrentUserID','0'),(53272,12245,'Attempts','3'),(53273,12245,'ClientIP','59.98.33.98'),(53274,12245,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53275,12245,'CurrentUserID','0'),(53276,12246,'Attempts','2'),(53277,12246,'ClientIP','93.170.190.39'),(53278,12246,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53279,12246,'CurrentUserID','0'),(53280,12247,'Attempts','1'),(53281,12247,'ClientIP','79.106.13.119'),(53282,12247,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53283,12247,'CurrentUserID','0'),(53284,12248,'Attempts','4'),(53285,12248,'ClientIP','180.191.111.75'),(53286,12248,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53287,12248,'CurrentUserID','0'),(53288,12249,'Attempts','1'),(53289,12249,'ClientIP','117.201.239.29'),(53290,12249,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53291,12249,'CurrentUserID','0'),(53292,12250,'Attempts','1'),(53293,12250,'ClientIP','103.48.59.242'),(53294,12250,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53295,12250,'CurrentUserID','0'),(53296,12251,'Attempts','1'),(53297,12251,'ClientIP','84.79.168.101'),(53298,12251,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53299,12251,'CurrentUserID','0'),(53300,12252,'Attempts','4'),(53301,12252,'ClientIP','27.106.13.246'),(53302,12252,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53303,12252,'CurrentUserID','0'),(53304,12253,'Attempts','4'),(53305,12253,'ClientIP','122.177.217.199'),(53306,12253,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53307,12253,'CurrentUserID','0'),(53308,12254,'Attempts','2'),(53309,12254,'ClientIP','194.247.125.120'),(53310,12254,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53311,12254,'CurrentUserID','0'),(53312,12255,'Attempts','1'),(53313,12255,'ClientIP','115.99.110.75'),(53314,12255,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53315,12255,'CurrentUserID','0'),(53316,12256,'Attempts','1'),(53317,12256,'ClientIP','46.108.255.215'),(53318,12256,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53319,12256,'CurrentUserID','0'),(53320,12257,'Attempts','1'),(53321,12257,'ClientIP','203.87.133.138'),(53322,12257,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53323,12257,'CurrentUserID','0'),(53324,12258,'Attempts','2'),(53325,12258,'ClientIP','172.22.37.165'),(53326,12258,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53327,12258,'CurrentUserID','0'),(53328,12259,'Attempts','4'),(53329,12259,'ClientIP','123.238.126.81'),(53330,12259,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53331,12259,'CurrentUserID','0'),(53332,12260,'Attempts','1'),(53333,12260,'ClientIP','86.155.253.192'),(53334,12260,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53335,12260,'CurrentUserID','0'),(53336,12261,'Attempts','3'),(53337,12261,'ClientIP','125.164.19.183'),(53338,12261,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53339,12261,'CurrentUserID','0'),(53340,12262,'Attempts','3'),(53341,12262,'ClientIP','124.43.22.7'),(53342,12262,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53343,12262,'CurrentUserID','0'),(53344,12263,'Attempts','1'),(53345,12263,'ClientIP','175.29.186.34'),(53346,12263,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53347,12263,'CurrentUserID','0'),(53348,12264,'Attempts','3'),(53349,12264,'ClientIP','122.164.151.184'),(53350,12264,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53351,12264,'CurrentUserID','0'),(53352,12265,'Attempts','1'),(53353,12265,'ClientIP','111.89.49.52'),(53354,12265,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53355,12265,'CurrentUserID','0'),(53356,12266,'Attempts','1'),(53357,12266,'ClientIP','94.230.93.186'),(53358,12266,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53359,12266,'CurrentUserID','0'),(53360,12267,'Attempts','4'),(53361,12268,'Attempts','4'),(53362,12267,'ClientIP','188.230.217.40'),(53363,12268,'ClientIP','176.74.124.33'),(53364,12267,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53365,12268,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53366,12267,'CurrentUserID','0'),(53367,12268,'CurrentUserID','0'),(53368,12269,'Attempts','1'),(53369,12269,'ClientIP','176.86.168.173'),(53370,12269,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53371,12269,'CurrentUserID','0'),(53372,12270,'Attempts','5'),(53373,12270,'ClientIP','84.85.3.127'),(53374,12270,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53375,12270,'CurrentUserID','0'),(53376,12271,'Attempts','1'),(53377,12271,'ClientIP','103.51.230.147'),(53378,12271,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53379,12271,'CurrentUserID','0'),(53380,12272,'Attempts','4'),(53381,12272,'ClientIP','182.68.141.164'),(53382,12272,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53383,12272,'CurrentUserID','0'),(53384,12273,'Attempts','1'),(53385,12273,'ClientIP','49.144.129.70'),(53386,12273,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53387,12273,'CurrentUserID','0'),(53388,12274,'Attempts','4'),(53389,12274,'ClientIP','112.198.75.38'),(53390,12274,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53391,12274,'CurrentUserID','0'),(53392,12275,'Attempts','3'),(53393,12275,'ClientIP','87.248.77.37'),(53394,12275,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53395,12275,'CurrentUserID','0'),(53396,12276,'Attempts','4'),(53397,12276,'ClientIP','223.179.158.101'),(53398,12276,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53399,12276,'CurrentUserID','0'),(53400,12277,'Attempts','2'),(53401,12277,'ClientIP','91.99.155.145'),(53402,12277,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53403,12277,'CurrentUserID','0'),(53404,12278,'Attempts','3'),(53405,12278,'ClientIP','212.233.238.42'),(53406,12278,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53407,12278,'CurrentUserID','0'),(53408,12279,'Attempts','1'),(53409,12279,'ClientIP','83.4.124.250'),(53410,12279,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53411,12279,'CurrentUserID','0'),(53412,12280,'Attempts','3'),(53413,12280,'ClientIP','124.83.57.98'),(53414,12280,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53415,12280,'CurrentUserID','0'),(53416,12281,'Attempts','1'),(53417,12281,'ClientIP','61.2.61.154'),(53418,12281,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53419,12281,'CurrentUserID','0'),(53420,12282,'Attempts','3'),(53421,12282,'ClientIP','93.55.193.16'),(53422,12282,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53423,12282,'CurrentUserID','0'),(53424,12283,'Attempts','3'),(53425,12283,'ClientIP','125.165.16.159'),(53426,12283,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53427,12283,'CurrentUserID','0'),(53428,12284,'Attempts','2'),(53429,12284,'ClientIP','125.164.138.180'),(53430,12284,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53431,12284,'CurrentUserID','0'),(53432,12285,'Attempts','1'),(53433,12285,'ClientIP','27.131.60.170'),(53434,12285,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53435,12285,'CurrentUserID','0'),(53436,12286,'Attempts','1'),(53437,12286,'ClientIP','74.138.4.8'),(53438,12286,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53439,12286,'CurrentUserID','0'),(53440,12287,'Attempts','4'),(53441,12287,'ClientIP','83.110.235.39'),(53442,12287,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53443,12287,'CurrentUserID','0'),(53444,12288,'Attempts','2'),(53445,12288,'ClientIP','121.54.46.84'),(53446,12288,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53447,12288,'CurrentUserID','0'),(53448,12289,'Attempts','4'),(53449,12289,'ClientIP','112.209.238.154'),(53450,12289,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53451,12289,'CurrentUserID','0'),(53452,12290,'Attempts','1'),(53453,12290,'ClientIP','121.148.239.222'),(53454,12290,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53455,12290,'CurrentUserID','0'),(53456,12291,'Attempts','1'),(53457,12291,'ClientIP','103.199.147.59'),(53458,12291,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53459,12291,'CurrentUserID','0'),(53460,12292,'Attempts','1'),(53461,12292,'ClientIP','45.117.32.4'),(53462,12292,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53463,12292,'CurrentUserID','0'),(53464,12293,'Attempts','1'),(53465,12293,'ClientIP','31.223.135.2'),(53466,12293,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53467,12293,'CurrentUserID','0'),(53468,12294,'Attempts','2'),(53469,12294,'ClientIP','182.69.73.46'),(53470,12294,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53471,12294,'CurrentUserID','0'),(53472,12295,'Attempts','1'),(53473,12295,'ClientIP','91.214.3.146'),(53474,12295,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53475,12295,'CurrentUserID','0'),(53476,12296,'Attempts','1'),(53477,12296,'ClientIP','80.65.74.216'),(53478,12296,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53479,12296,'CurrentUserID','0'),(53480,12297,'Attempts','2'),(53481,12297,'ClientIP','197.158.78.180'),(53482,12297,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53483,12297,'CurrentUserID','0'),(53484,12298,'Attempts','1'),(53485,12298,'ClientIP','2.2.64.154'),(53486,12298,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53487,12298,'CurrentUserID','0'),(53488,12299,'Attempts','1'),(53489,12299,'ClientIP','156.196.25.138'),(53490,12299,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53491,12299,'CurrentUserID','0'),(53492,12300,'Attempts','1'),(53493,12300,'ClientIP','180.243.9.132'),(53494,12300,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53495,12300,'CurrentUserID','0'),(53496,12301,'ClientIP','127.0.0.1'),(53497,12301,'Username','Plugin'),(53498,12301,'PromoMessage','<strong>Email Notifications for WordPress</strong><br>Get notified instantly via email of important changes and actions on your WordPress with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/wordpress-email-notifications-add-on/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=emailnotifications\" target=\"_blank\">Email Notifications Add-on</a></strong>.'),(53499,12301,'PromoName','Email Notifications Add-on'),(53500,12302,'Attempts','4'),(53501,12302,'ClientIP','95.8.57.160'),(53502,12302,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53503,12302,'CurrentUserID','0'),(53504,12303,'Attempts','1'),(53505,12303,'ClientIP','180.150.254.11'),(53506,12303,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53507,12303,'CurrentUserID','0'),(53508,12304,'Attempts','3'),(53509,12304,'ClientIP','123.231.22.150'),(53510,12304,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53511,12304,'CurrentUserID','0'),(53512,12305,'Attempts','1'),(53513,12305,'ClientIP','188.2.148.151'),(53514,12305,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53515,12305,'CurrentUserID','0'),(53516,12306,'Attempts','4'),(53517,12306,'ClientIP','31.207.176.24'),(53518,12306,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53519,12306,'CurrentUserID','0'),(53520,12307,'Attempts','3'),(53521,12307,'ClientIP','118.96.162.141'),(53522,12307,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53523,12307,'CurrentUserID','0'),(53524,12308,'Attempts','1'),(53525,12308,'ClientIP','59.21.252.93'),(53526,12308,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53527,12308,'CurrentUserID','0'),(53528,12309,'Attempts','1'),(53529,12309,'ClientIP','105.158.188.255'),(53530,12309,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53531,12309,'CurrentUserID','0'),(53532,12310,'Attempts','4'),(53533,12310,'ClientIP','109.203.222.77'),(53534,12310,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53535,12310,'CurrentUserID','0'),(53536,12311,'Attempts','1'),(53537,12311,'ClientIP','188.70.60.130'),(53538,12311,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53539,12311,'CurrentUserID','0'),(53540,12312,'Attempts','2'),(53541,12312,'ClientIP','110.76.129.142'),(53542,12312,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53543,12312,'CurrentUserID','0'),(53544,12313,'Attempts','2'),(53545,12313,'ClientIP','167.220.255.145'),(53546,12313,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53547,12313,'CurrentUserID','0'),(53548,12314,'Attempts','1'),(53549,12314,'ClientIP','79.51.220.163'),(53550,12314,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53551,12314,'CurrentUserID','0'),(53552,12315,'Attempts','1'),(53553,12315,'ClientIP','123.211.217.104'),(53554,12315,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53555,12315,'CurrentUserID','0'),(53556,12316,'Attempts','5'),(53557,12316,'ClientIP','36.80.126.27'),(53558,12316,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53559,12316,'CurrentUserID','0'),(53560,12317,'Attempts','5'),(53561,12317,'ClientIP','36.73.129.6'),(53562,12317,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53563,12317,'CurrentUserID','0'),(53564,12318,'Attempts','1'),(53565,12318,'ClientIP','95.82.178.201'),(53566,12318,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53567,12318,'CurrentUserID','0'),(53568,12319,'Attempts','1'),(53569,12319,'ClientIP','94.230.93.170'),(53570,12319,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53571,12319,'CurrentUserID','0'),(53572,12320,'Attempts','1'),(53573,12320,'ClientIP','199.212.86.152'),(53574,12320,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53575,12320,'CurrentUserID','0'),(53576,12321,'Attempts','3'),(53577,12321,'ClientIP','59.99.156.17'),(53578,12321,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53579,12321,'CurrentUserID','0'),(53580,12322,'Attempts','4'),(53581,12322,'ClientIP','88.236.229.101'),(53582,12322,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53583,12322,'CurrentUserID','0'),(53584,12323,'Attempts','2'),(53585,12323,'ClientIP','180.253.62.196'),(53586,12323,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53587,12323,'CurrentUserID','0'),(53588,12324,'Attempts','4'),(53589,12324,'ClientIP','89.120.232.251'),(53590,12324,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53591,12324,'CurrentUserID','0'),(53592,12325,'Attempts','3'),(53593,12325,'ClientIP','113.161.35.156'),(53594,12325,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53595,12325,'CurrentUserID','0'),(53596,12326,'Attempts','2'),(53597,12326,'ClientIP','180.191.118.14'),(53598,12326,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53599,12326,'CurrentUserID','0'),(53600,12327,'Attempts','1'),(53601,12327,'ClientIP','122.161.65.147'),(53602,12327,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53603,12327,'CurrentUserID','0'),(53604,12328,'Attempts','1'),(53605,12328,'ClientIP','110.139.210.22'),(53606,12328,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53607,12328,'CurrentUserID','0'),(53608,12329,'Attempts','1'),(53609,12329,'ClientIP','79.178.191.19'),(53610,12329,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53611,12329,'CurrentUserID','0'),(53612,12330,'Attempts','1'),(53613,12330,'ClientIP','82.158.191.35'),(53614,12330,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53615,12330,'CurrentUserID','0'),(53616,12331,'Attempts','1'),(53617,12331,'ClientIP','171.6.241.236'),(53618,12331,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53619,12331,'CurrentUserID','0'),(53620,12332,'Attempts','2'),(53621,12332,'ClientIP','185.42.98.250'),(53622,12332,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53623,12332,'CurrentUserID','0'),(53624,12333,'Attempts','1'),(53625,12333,'ClientIP','180.234.228.212'),(53626,12333,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53627,12333,'CurrentUserID','0'),(53628,12334,'Attempts','2'),(53629,12334,'ClientIP','82.8.61.141'),(53630,12334,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53631,12334,'CurrentUserID','0'),(53632,12335,'Attempts','4'),(53633,12335,'ClientIP','93.138.53.194'),(53634,12335,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53635,12335,'CurrentUserID','0'),(53636,12336,'Attempts','4'),(53637,12336,'ClientIP','124.122.28.104'),(53638,12336,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53639,12336,'CurrentUserID','0'),(53640,12337,'Attempts','2'),(53641,12337,'ClientIP','222.127.94.2'),(53642,12337,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53643,12337,'CurrentUserID','0'),(53644,12338,'Attempts','1'),(53645,12338,'ClientIP','115.164.93.210'),(53646,12338,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53647,12338,'CurrentUserID','0'),(53648,12339,'Attempts','3'),(53649,12339,'ClientIP','39.48.63.61'),(53650,12339,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53651,12339,'CurrentUserID','0'),(53652,12340,'Attempts','3'),(53653,12340,'ClientIP','119.63.138.146'),(53654,12340,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53655,12340,'CurrentUserID','0'),(53656,12341,'Attempts','1'),(53657,12341,'ClientIP','171.48.70.255'),(53658,12341,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53659,12341,'CurrentUserID','0'),(53660,12342,'Attempts','2'),(53661,12342,'ClientIP','112.134.7.36'),(53662,12342,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53663,12342,'CurrentUserID','0'),(53664,12343,'Attempts','1'),(53665,12343,'ClientIP','121.54.54.51'),(53666,12343,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53667,12343,'CurrentUserID','0'),(53668,12344,'Attempts','3'),(53669,12344,'ClientIP','49.32.48.62'),(53670,12344,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53671,12344,'CurrentUserID','0'),(53672,12345,'Attempts','1'),(53673,12345,'ClientIP','31.183.63.228'),(53674,12345,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53675,12345,'CurrentUserID','0'),(53676,12346,'Attempts','3'),(53677,12346,'ClientIP','78.178.172.85'),(53678,12346,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53679,12346,'CurrentUserID','0'),(53680,12347,'Attempts','1'),(53681,12347,'ClientIP','103.234.241.112'),(53682,12347,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53683,12347,'CurrentUserID','0'),(53684,12348,'Attempts','3'),(53685,12348,'ClientIP','218.248.19.50'),(53686,12348,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53687,12348,'CurrentUserID','0'),(53688,12349,'Attempts','1'),(53689,12349,'ClientIP','1.152.97.97'),(53690,12349,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53691,12349,'CurrentUserID','0'),(53692,12350,'Attempts','3'),(53693,12350,'ClientIP','112.208.40.99'),(53694,12350,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53695,12350,'CurrentUserID','0'),(53696,12351,'Attempts','2'),(53697,12351,'ClientIP','112.135.32.42'),(53698,12351,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53699,12351,'CurrentUserID','0'),(53700,12352,'Attempts','2'),(53701,12352,'ClientIP','41.220.166.16'),(53702,12352,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53703,12352,'CurrentUserID','0'),(53704,12353,'Attempts','2'),(53705,12353,'ClientIP','14.205.154.164'),(53706,12353,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53707,12353,'CurrentUserID','0'),(53708,12354,'Attempts','4'),(53709,12354,'ClientIP','188.0.189.34'),(53710,12354,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53711,12354,'CurrentUserID','0'),(53712,12355,'Attempts','2'),(53713,12355,'ClientIP','86.186.203.201'),(53714,12355,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53715,12355,'CurrentUserID','0'),(53716,12356,'Attempts','4'),(53717,12356,'ClientIP','169.1.150.234'),(53718,12356,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53719,12356,'CurrentUserID','0'),(53720,12357,'Attempts','2'),(53721,12357,'ClientIP','203.213.46.199'),(53722,12357,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53723,12357,'CurrentUserID','0'),(53724,12358,'Attempts','2'),(53725,12358,'ClientIP','66.235.3.55'),(53726,12358,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53727,12358,'CurrentUserID','0'),(53728,12359,'Attempts','1'),(53729,12359,'ClientIP','109.93.191.224'),(53730,12359,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53731,12359,'CurrentUserID','0'),(53732,12360,'Attempts','2'),(53733,12360,'ClientIP','165.255.252.101'),(53734,12360,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53735,12360,'CurrentUserID','0'),(53736,12361,'Attempts','2'),(53737,12361,'ClientIP','112.134.200.27'),(53738,12361,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53739,12361,'CurrentUserID','0'),(53740,12362,'Attempts','1'),(53741,12362,'ClientIP','203.87.133.133'),(53742,12362,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53743,12362,'CurrentUserID','0'),(53744,12363,'Attempts','1'),(53745,12363,'ClientIP','180.191.154.162'),(53746,12363,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53747,12363,'CurrentUserID','0'),(53748,12364,'Attempts','3'),(53749,12364,'ClientIP','122.54.173.93'),(53750,12364,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53751,12364,'CurrentUserID','0'),(53752,12365,'Attempts','2'),(53753,12365,'ClientIP','103.199.147.58'),(53754,12365,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53755,12365,'CurrentUserID','0'),(53756,12366,'Attempts','1'),(53757,12366,'ClientIP','94.224.16.175'),(53758,12366,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53759,12366,'CurrentUserID','0'),(53760,12367,'Attempts','4'),(53761,12367,'ClientIP','112.208.155.98'),(53762,12367,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53763,12367,'CurrentUserID','0'),(53764,12368,'Attempts','1'),(53765,12368,'ClientIP','82.70.6.126'),(53766,12368,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53767,12368,'CurrentUserID','0'),(53768,12369,'Attempts','1'),(53769,12369,'ClientIP','189.132.47.3'),(53770,12369,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53771,12369,'CurrentUserID','0'),(53772,12370,'Attempts','2'),(53773,12370,'ClientIP','59.93.23.10'),(53774,12370,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53775,12370,'CurrentUserID','0'),(53776,12371,'Attempts','1'),(53777,12371,'ClientIP','217.145.199.38'),(53778,12371,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53779,12371,'CurrentUserID','0'),(53780,12372,'Attempts','4'),(53781,12372,'ClientIP','196.207.178.222'),(53782,12372,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53783,12372,'CurrentUserID','0'),(53784,12373,'Attempts','1'),(53785,12373,'ClientIP','89.238.166.140'),(53786,12373,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53787,12373,'CurrentUserID','0'),(53788,12374,'Attempts','1'),(53789,12374,'ClientIP','156.194.134.49'),(53790,12374,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53791,12374,'CurrentUserID','0'),(53792,12375,'Attempts','2'),(53793,12375,'ClientIP','63.143.206.52'),(53794,12375,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53795,12375,'CurrentUserID','0'),(53796,12376,'Attempts','3'),(53797,12376,'ClientIP','86.125.180.154'),(53798,12376,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53799,12376,'CurrentUserID','0'),(53800,12377,'Attempts','4'),(53801,12377,'ClientIP','122.164.118.207'),(53802,12377,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53803,12377,'CurrentUserID','0'),(53804,12378,'Attempts','2'),(53805,12378,'ClientIP','110.227.208.203'),(53806,12378,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53807,12378,'CurrentUserID','0'),(53808,12379,'Attempts','1'),(53809,12379,'ClientIP','194.96.60.147'),(53810,12379,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53811,12379,'CurrentUserID','0'),(53812,12380,'Attempts','1'),(53813,12380,'ClientIP','194.228.20.137'),(53814,12380,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53815,12380,'CurrentUserID','0'),(53816,12381,'Attempts','1'),(53817,12381,'ClientIP','117.248.97.107'),(53818,12381,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53819,12381,'CurrentUserID','0'),(53820,12382,'Attempts','2'),(53821,12382,'ClientIP','59.99.168.90'),(53822,12382,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53823,12382,'CurrentUserID','0'),(53824,12383,'Attempts','1'),(53825,12383,'ClientIP','203.87.133.147'),(53826,12383,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53827,12383,'CurrentUserID','0'),(53828,12384,'Attempts','1'),(53829,12384,'ClientIP','114.143.204.190'),(53830,12384,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53831,12384,'CurrentUserID','0'),(53832,12385,'Attempts','3'),(53833,12385,'ClientIP','112.208.242.67'),(53834,12385,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53835,12385,'CurrentUserID','0'),(53836,12386,'Attempts','2'),(53837,12386,'ClientIP','123.231.245.94'),(53838,12386,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53839,12386,'CurrentUserID','0'),(53840,12387,'Attempts','3'),(53841,12387,'ClientIP','43.231.21.26'),(53842,12387,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53843,12387,'CurrentUserID','0'),(53844,12388,'Attempts','3'),(53845,12388,'ClientIP','124.104.229.231'),(53846,12388,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53847,12388,'CurrentUserID','0'),(53848,12389,'Attempts','2'),(53849,12389,'ClientIP','176.46.98.84'),(53850,12389,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53851,12389,'CurrentUserID','0'),(53852,12390,'Attempts','3'),(53853,12390,'ClientIP','139.192.85.156'),(53854,12390,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53855,12390,'CurrentUserID','0'),(53856,12391,'Attempts','1'),(53857,12391,'ClientIP','103.237.156.30'),(53858,12391,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53859,12391,'CurrentUserID','0'),(53860,12392,'Attempts','1'),(53861,12392,'ClientIP','202.179.29.235'),(53862,12392,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53863,12392,'CurrentUserID','0'),(53864,12393,'Attempts','3'),(53865,12393,'ClientIP','115.134.194.122'),(53866,12393,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53867,12393,'CurrentUserID','0'),(53868,12394,'Attempts','2'),(53869,12394,'ClientIP','202.62.104.72'),(53870,12394,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53871,12394,'CurrentUserID','0'),(53872,12395,'Attempts','3'),(53873,12395,'ClientIP','119.244.29.21'),(53874,12395,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53875,12395,'CurrentUserID','0'),(53876,12396,'Attempts','1'),(53877,12396,'ClientIP','117.204.177.255'),(53878,12396,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53879,12396,'CurrentUserID','0'),(53880,12397,'Attempts','3'),(53881,12397,'ClientIP','14.192.213.165'),(53882,12397,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53883,12397,'CurrentUserID','0'),(53884,12398,'Attempts','3'),(53885,12398,'ClientIP','49.149.157.168'),(53886,12398,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53887,12398,'CurrentUserID','0'),(53888,12399,'Attempts','1'),(53889,12399,'ClientIP','94.230.93.128'),(53890,12399,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53891,12399,'CurrentUserID','0'),(53892,12400,'Attempts','1'),(53893,12400,'ClientIP','143.159.84.70'),(53894,12400,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53895,12400,'CurrentUserID','0'),(53896,12401,'Attempts','1'),(53897,12401,'ClientIP','112.196.179.100'),(53898,12401,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53899,12401,'CurrentUserID','0'),(53900,12402,'Attempts','1'),(53901,12402,'ClientIP','222.127.94.13'),(53902,12402,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53903,12402,'CurrentUserID','0'),(53904,12403,'Attempts','3'),(53905,12403,'ClientIP','39.32.201.77'),(53906,12403,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53907,12403,'CurrentUserID','0'),(53908,12404,'Attempts','1'),(53909,12404,'ClientIP','119.154.34.189'),(53910,12404,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53911,12404,'CurrentUserID','0'),(53912,12405,'Attempts','1'),(53913,12405,'ClientIP','121.54.54.43'),(53914,12405,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53915,12405,'CurrentUserID','0'),(53916,12406,'Attempts','2'),(53917,12406,'ClientIP','217.75.203.210'),(53918,12406,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53919,12406,'CurrentUserID','0'),(53920,12407,'Attempts','3'),(53921,12407,'ClientIP','81.45.133.84'),(53922,12407,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53923,12407,'CurrentUserID','0'),(53924,12408,'Attempts','3'),(53925,12408,'ClientIP','62.85.69.117'),(53926,12408,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53927,12408,'CurrentUserID','0'),(53928,12409,'Attempts','3'),(53929,12409,'ClientIP','156.210.184.56'),(53930,12409,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53931,12409,'CurrentUserID','0'),(53932,12410,'Attempts','2'),(53933,12410,'ClientIP','61.94.141.108'),(53934,12410,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53935,12410,'CurrentUserID','0'),(53936,12411,'Attempts','3'),(53937,12411,'ClientIP','109.98.161.162'),(53938,12411,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53939,12411,'CurrentUserID','0'),(53940,12412,'Attempts','3'),(53941,12412,'ClientIP','139.192.11.34'),(53942,12412,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53943,12412,'CurrentUserID','0'),(53944,12413,'Attempts','2'),(53945,12413,'ClientIP','41.13.2.213'),(53946,12413,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53947,12413,'CurrentUserID','0'),(53948,12414,'Attempts','3'),(53949,12414,'ClientIP','182.72.142.111'),(53950,12414,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53951,12414,'CurrentUserID','0'),(53952,12415,'Attempts','1'),(53953,12415,'ClientIP','196.41.221.2'),(53954,12415,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53955,12415,'CurrentUserID','0'),(53956,12416,'Attempts','3'),(53957,12416,'ClientIP','89.120.224.47'),(53958,12416,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53959,12416,'CurrentUserID','0'),(53960,12417,'Attempts','1'),(53961,12417,'ClientIP','114.6.31.174'),(53962,12417,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53963,12417,'CurrentUserID','0'),(53964,12418,'Attempts','1'),(53965,12418,'ClientIP','162.216.46.6'),(53966,12418,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53967,12418,'CurrentUserID','0'),(53968,12419,'Attempts','1'),(53969,12419,'ClientIP','114.167.189.167'),(53970,12419,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53971,12419,'CurrentUserID','0'),(53972,12420,'Attempts','3'),(53973,12420,'ClientIP','103.55.61.125'),(53974,12420,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53975,12420,'CurrentUserID','0'),(53976,12421,'Attempts','3'),(53977,12421,'ClientIP','212.53.123.23'),(53978,12421,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53979,12421,'CurrentUserID','0'),(53980,12422,'Attempts','3'),(53981,12422,'ClientIP','31.44.70.146'),(53982,12422,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53983,12422,'CurrentUserID','0'),(53984,12423,'Attempts','1'),(53985,12423,'ClientIP','196.210.22.54'),(53986,12423,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53987,12423,'CurrentUserID','0'),(53988,12424,'Attempts','3'),(53989,12424,'ClientIP','109.24.220.37'),(53990,12424,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53991,12424,'CurrentUserID','0'),(53992,12425,'Attempts','1'),(53993,12425,'ClientIP','121.54.54.48'),(53994,12425,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53995,12425,'CurrentUserID','0'),(53996,12426,'Attempts','2'),(53997,12426,'ClientIP','130.193.186.182'),(53998,12426,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(53999,12426,'CurrentUserID','0'),(54000,12427,'Attempts','2'),(54001,12427,'ClientIP','36.76.216.144'),(54002,12427,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54003,12427,'CurrentUserID','0'),(54004,12428,'Attempts','1'),(54005,12428,'ClientIP','85.158.72.113'),(54006,12428,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54007,12428,'CurrentUserID','0'),(54008,12429,'Attempts','1'),(54009,12429,'ClientIP','79.24.128.158'),(54010,12429,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54011,12429,'CurrentUserID','0'),(54012,12430,'Attempts','1'),(54013,12430,'ClientIP','178.22.220.11'),(54014,12430,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54015,12430,'CurrentUserID','0'),(54016,12431,'Attempts','3'),(54017,12431,'ClientIP','14.2.48.71'),(54018,12431,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54019,12431,'CurrentUserID','0'),(54020,12432,'Attempts','3'),(54021,12432,'ClientIP','103.52.192.2'),(54022,12432,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54023,12432,'CurrentUserID','0'),(54024,12433,'Attempts','2'),(54025,12433,'ClientIP','203.87.133.144'),(54026,12433,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54027,12433,'CurrentUserID','0'),(54028,12434,'Attempts','1'),(54029,12434,'ClientIP','79.175.57.15'),(54030,12434,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54031,12434,'CurrentUserID','0'),(54032,12435,'Attempts','1'),(54033,12435,'ClientIP','85.10.108.200'),(54034,12435,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54035,12435,'CurrentUserID','0'),(54036,12436,'Attempts','1'),(54037,12436,'ClientIP','94.137.161.46'),(54038,12436,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54039,12436,'CurrentUserID','0'),(54040,12437,'Attempts','3'),(54041,12437,'ClientIP','36.73.50.160'),(54042,12437,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54043,12437,'CurrentUserID','0'),(54044,12438,'Attempts','1'),(54045,12438,'ClientIP','36.75.151.172'),(54046,12438,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54047,12438,'CurrentUserID','0'),(54048,12439,'Attempts','1'),(54049,12439,'ClientIP','94.230.93.202'),(54050,12439,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54051,12439,'CurrentUserID','0'),(54052,12440,'Attempts','1'),(54053,12440,'ClientIP','46.251.127.131'),(54054,12440,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54055,12440,'CurrentUserID','0'),(54056,12441,'Attempts','3'),(54057,12441,'ClientIP','188.9.37.172'),(54058,12441,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54059,12441,'CurrentUserID','0'),(54060,12442,'Attempts','1'),(54061,12442,'ClientIP','89.74.237.120'),(54062,12442,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54063,12442,'CurrentUserID','0'),(54064,12443,'Attempts','2'),(54065,12443,'ClientIP','46.217.101.215'),(54066,12443,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54067,12443,'CurrentUserID','0'),(54068,12444,'Attempts','1'),(54069,12444,'ClientIP','154.72.160.214'),(54070,12444,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54071,12444,'CurrentUserID','0'),(54072,12445,'Attempts','1'),(54073,12445,'ClientIP','86.95.116.14'),(54074,12445,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54075,12445,'CurrentUserID','0'),(54076,12446,'Attempts','2'),(54077,12446,'ClientIP','103.7.249.102'),(54078,12446,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54079,12446,'CurrentUserID','0'),(54080,12447,'Attempts','1'),(54081,12447,'ClientIP','62.212.0.223'),(54082,12447,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54083,12447,'CurrentUserID','0'),(54084,12448,'Attempts','1'),(54085,12448,'ClientIP','87.79.242.208'),(54086,12448,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54087,12448,'CurrentUserID','0'),(54088,12449,'Attempts','1'),(54089,12449,'ClientIP','95.156.244.69'),(54090,12449,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54091,12449,'CurrentUserID','0'),(54092,12450,'Attempts','2'),(54093,12450,'ClientIP','41.160.101.202'),(54094,12450,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54095,12450,'CurrentUserID','0'),(54096,12451,'ClientIP','127.0.0.1'),(54097,12451,'Username','Plugin'),(54098,12451,'PromoMessage','<strong>Search and Filtering for WordPress Audit Log</strong><br>Easily find a specific change or action in the WordPress audit log with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/search-add-on-for-wordpress-security-audit-log/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=search\" target=\"_blank\">Search & Filters Add-on</a></strong>.'),(54099,12451,'PromoName','Search & Filters Add-on'),(54100,12452,'Attempts','1'),(54101,12452,'ClientIP','111.88.43.147'),(54102,12452,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54103,12452,'CurrentUserID','0'),(54104,12453,'Attempts','2'),(54105,12453,'ClientIP','23.232.158.4'),(54106,12453,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54107,12453,'CurrentUserID','0'),(54108,12454,'Attempts','1'),(54109,12454,'ClientIP','59.96.188.28'),(54110,12454,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54111,12454,'CurrentUserID','0'),(54112,12455,'Attempts','1'),(54113,12455,'ClientIP','123.211.209.84'),(54114,12455,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54115,12455,'CurrentUserID','0'),(54116,12456,'Attempts','1'),(54117,12456,'ClientIP','158.129.227.17'),(54118,12456,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54119,12456,'CurrentUserID','0'),(54120,12457,'Attempts','1'),(54121,12457,'ClientIP','41.160.190.179'),(54122,12457,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54123,12457,'CurrentUserID','0'),(54124,12458,'Attempts','1'),(54125,12458,'ClientIP','89.3.131.116'),(54126,12458,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54127,12458,'CurrentUserID','0'),(54128,12459,'Attempts','1'),(54129,12459,'ClientIP','112.133.232.20'),(54130,12459,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54131,12459,'CurrentUserID','0'),(54132,12460,'Attempts','1'),(54133,12460,'ClientIP','223.196.85.22'),(54134,12460,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54135,12460,'CurrentUserID','0'),(54136,12461,'Attempts','1'),(54137,12461,'ClientIP','222.127.224.23'),(54138,12461,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54139,12461,'CurrentUserID','0'),(54140,12462,'Attempts','2'),(54141,12462,'ClientIP','1.32.11.231'),(54142,12462,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54143,12462,'CurrentUserID','0'),(54144,12463,'Attempts','3'),(54145,12463,'ClientIP','189.133.118.42'),(54146,12463,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54147,12463,'CurrentUserID','0'),(54148,12464,'Attempts','2'),(54149,12464,'ClientIP','88.187.112.76'),(54150,12464,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54151,12464,'CurrentUserID','0'),(54152,12465,'Attempts','3'),(54153,12465,'ClientIP','188.4.157.233'),(54154,12465,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54155,12465,'CurrentUserID','0'),(54156,12466,'Attempts','1'),(54157,12466,'ClientIP','109.131.125.43'),(54158,12466,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54159,12466,'CurrentUserID','0'),(54160,12467,'Attempts','1'),(54161,12467,'ClientIP','87.119.102.237'),(54162,12467,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54163,12467,'CurrentUserID','0'),(54164,12468,'Attempts','3'),(54165,12468,'ClientIP','109.98.229.33'),(54166,12468,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54167,12468,'CurrentUserID','0'),(54168,12469,'Attempts','3'),(54169,12469,'ClientIP','39.46.109.245'),(54170,12469,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54171,12469,'CurrentUserID','0'),(54172,12470,'Attempts','1'),(54173,12470,'ClientIP','45.116.190.150'),(54174,12470,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54175,12470,'CurrentUserID','0'),(54176,12471,'Attempts','2'),(54177,12471,'ClientIP','119.160.128.55'),(54178,12471,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54179,12471,'CurrentUserID','0'),(54180,12472,'Attempts','1'),(54181,12472,'ClientIP','94.230.93.135'),(54182,12472,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54183,12472,'CurrentUserID','0'),(54184,12473,'Attempts','3'),(54185,12473,'ClientIP','49.207.186.117'),(54186,12473,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54187,12473,'CurrentUserID','0'),(54188,12474,'Attempts','2'),(54189,12474,'ClientIP','36.85.56.160'),(54190,12474,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54191,12474,'CurrentUserID','0'),(54192,12475,'Attempts','3'),(54193,12475,'ClientIP','36.79.134.154'),(54194,12475,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54195,12475,'CurrentUserID','0'),(54196,12476,'Attempts','2'),(54197,12476,'ClientIP','125.238.24.128'),(54198,12476,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54199,12476,'CurrentUserID','0'),(54200,12477,'Attempts','2'),(54201,12477,'ClientIP','180.249.195.178'),(54202,12477,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54203,12477,'CurrentUserID','0'),(54204,12478,'Attempts','1'),(54205,12478,'ClientIP','117.102.70.14'),(54206,12478,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54207,12478,'CurrentUserID','0'),(54208,12479,'Attempts','3'),(54209,12479,'ClientIP','92.99.153.98'),(54210,12479,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54211,12479,'CurrentUserID','0'),(54212,12480,'Attempts','1'),(54213,12480,'ClientIP','203.87.133.150'),(54214,12480,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54215,12480,'CurrentUserID','0'),(54216,12481,'Attempts','3'),(54217,12481,'ClientIP','78.141.95.12'),(54218,12481,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54219,12481,'CurrentUserID','0'),(54220,12482,'Attempts','1'),(54221,12482,'ClientIP','165.255.93.241'),(54222,12482,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54223,12482,'CurrentUserID','0'),(54224,12483,'Attempts','1'),(54225,12483,'ClientIP','78.253.152.9'),(54226,12483,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54227,12483,'CurrentUserID','0'),(54228,12484,'Attempts','1'),(54229,12484,'ClientIP','93.13.251.226'),(54230,12484,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54231,12484,'CurrentUserID','0'),(54232,12485,'Attempts','1'),(54233,12485,'ClientIP','103.51.210.203'),(54234,12485,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54235,12485,'CurrentUserID','0'),(54236,12486,'Attempts','1'),(54237,12486,'ClientIP','195.199.118.169'),(54238,12486,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54239,12486,'CurrentUserID','0'),(54240,12487,'Attempts','1'),(54241,12487,'ClientIP','79.78.210.5'),(54242,12487,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54243,12487,'CurrentUserID','0'),(54244,12488,'Attempts','1'),(54245,12488,'ClientIP','94.78.118.64'),(54246,12488,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54247,12488,'CurrentUserID','0'),(54248,12489,'Attempts','1'),(54249,12489,'ClientIP','2.49.111.144'),(54250,12489,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54251,12489,'CurrentUserID','0'),(54252,12490,'Attempts','2'),(54253,12490,'ClientIP','123.237.116.60'),(54254,12490,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54255,12490,'CurrentUserID','0'),(54256,12491,'Attempts','2'),(54257,12491,'ClientIP','197.221.241.172'),(54258,12491,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54259,12491,'CurrentUserID','0'),(54260,12492,'Attempts','1'),(54261,12492,'ClientIP','88.21.147.103'),(54262,12492,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54263,12492,'CurrentUserID','0'),(54264,12493,'Attempts','3'),(54265,12493,'ClientIP','139.195.71.31'),(54266,12493,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54267,12493,'CurrentUserID','0'),(54268,12494,'Attempts','2'),(54269,12494,'ClientIP','106.192.177.0'),(54270,12494,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54271,12494,'CurrentUserID','0'),(54272,12495,'Attempts','2'),(54273,12495,'ClientIP','93.81.94.130'),(54274,12495,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54275,12495,'CurrentUserID','0'),(54276,12496,'Attempts','3'),(54277,12496,'ClientIP','5.12.253.101'),(54278,12496,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54279,12496,'CurrentUserID','0'),(54280,12497,'Attempts','3'),(54281,12497,'ClientIP','185.61.149.172'),(54282,12497,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54283,12497,'CurrentUserID','0'),(54284,12498,'Attempts','1'),(54285,12498,'ClientIP','181.88.178.8'),(54286,12498,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54287,12498,'CurrentUserID','0'),(54288,12499,'Attempts','2'),(54289,12499,'ClientIP','92.13.207.126'),(54290,12499,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54291,12499,'CurrentUserID','0'),(54292,12500,'Attempts','2'),(54293,12500,'ClientIP','27.3.90.204'),(54294,12500,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54295,12500,'CurrentUserID','0'),(54296,12501,'Attempts','2'),(54297,12501,'ClientIP','92.250.121.245'),(54298,12501,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54299,12501,'CurrentUserID','0'),(54300,12502,'Attempts','1'),(54301,12502,'ClientIP','176.151.199.206'),(54302,12502,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54303,12502,'CurrentUserID','0'),(54304,12503,'Attempts','1'),(54305,12503,'ClientIP','101.98.168.13'),(54306,12503,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54307,12503,'CurrentUserID','0'),(54308,12504,'Attempts','1'),(54309,12504,'ClientIP','121.96.236.177'),(54310,12504,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54311,12504,'CurrentUserID','0'),(54312,12505,'Attempts','2'),(54313,12505,'ClientIP','103.215.53.226'),(54314,12505,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54315,12505,'CurrentUserID','0'),(54316,12506,'Attempts','2'),(54317,12506,'ClientIP','122.162.46.92'),(54318,12506,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54319,12506,'CurrentUserID','0'),(54320,12507,'Attempts','2'),(54321,12507,'ClientIP','94.230.93.189'),(54322,12507,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54323,12507,'CurrentUserID','0'),(54324,12508,'Attempts','1'),(54325,12508,'ClientIP','60.50.98.3'),(54326,12508,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54327,12508,'CurrentUserID','0'),(54328,12509,'Attempts','1'),(54329,12509,'ClientIP','58.6.130.28'),(54330,12509,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54331,12509,'CurrentUserID','0'),(54332,12510,'Attempts','1'),(54333,12510,'ClientIP','178.238.57.116'),(54334,12510,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54335,12510,'CurrentUserID','0'),(54336,12511,'Attempts','1'),(54337,12511,'ClientIP','186.176.234.161'),(54338,12511,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54339,12511,'CurrentUserID','0'),(54340,12512,'Attempts','1'),(54341,12512,'ClientIP','124.104.124.206'),(54342,12512,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54343,12512,'CurrentUserID','0'),(54344,12513,'Attempts','1'),(54345,12513,'ClientIP','5.83.85.196'),(54346,12513,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54347,12513,'CurrentUserID','0'),(54348,12514,'Attempts','2'),(54349,12514,'ClientIP','103.54.150.48'),(54350,12514,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54351,12514,'CurrentUserID','0'),(54352,12515,'Attempts','2'),(54353,12515,'ClientIP','124.6.181.92'),(54354,12515,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54355,12515,'CurrentUserID','0'),(54356,12516,'Attempts','1'),(54357,12516,'ClientIP','89.215.19.41'),(54358,12516,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54359,12516,'CurrentUserID','0'),(54360,12517,'Attempts','1'),(54361,12517,'ClientIP','122.174.196.84'),(54362,12517,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54363,12517,'CurrentUserID','0'),(54364,12518,'Attempts','1'),(54365,12518,'ClientIP','88.17.143.132'),(54366,12518,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54367,12518,'CurrentUserID','0'),(54368,12519,'Attempts','2'),(54369,12519,'ClientIP','103.233.116.38'),(54370,12519,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54371,12519,'CurrentUserID','0'),(54372,12520,'Attempts','2'),(54373,12520,'ClientIP','151.235.153.175'),(54374,12520,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54375,12520,'CurrentUserID','0'),(54376,12521,'Attempts','1'),(54377,12521,'ClientIP','175.194.38.107'),(54378,12521,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54379,12521,'CurrentUserID','0'),(54380,12522,'Attempts','2'),(54381,12522,'ClientIP','37.47.141.58'),(54382,12522,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54383,12522,'CurrentUserID','0'),(54384,12523,'Attempts','2'),(54385,12523,'ClientIP','24.135.242.121'),(54386,12523,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54387,12523,'CurrentUserID','0'),(54388,12524,'Attempts','1'),(54389,12524,'ClientIP','193.140.234.111'),(54390,12524,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54391,12524,'CurrentUserID','0'),(54392,12525,'Attempts','1'),(54393,12525,'ClientIP','117.222.10.134'),(54394,12525,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54395,12525,'CurrentUserID','0'),(54396,12526,'Attempts','1'),(54397,12526,'ClientIP','37.157.222.24'),(54398,12526,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54399,12526,'CurrentUserID','0'),(54400,12527,'Attempts','2'),(54401,12527,'ClientIP','139.194.33.107'),(54402,12527,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54403,12527,'CurrentUserID','0'),(54404,12528,'Attempts','2'),(54405,12529,'Attempts','1'),(54406,12528,'ClientIP','95.178.195.123'),(54407,12529,'ClientIP','59.103.159.220'),(54408,12528,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54409,12529,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54410,12528,'CurrentUserID','0'),(54411,12529,'CurrentUserID','0'),(54412,12530,'Attempts','1'),(54413,12530,'ClientIP','46.99.2.200'),(54414,12530,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54415,12530,'CurrentUserID','0'),(54416,12531,'Attempts','2'),(54417,12531,'ClientIP','222.127.94.5'),(54418,12531,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54419,12531,'CurrentUserID','0'),(54420,12532,'Attempts','2'),(54421,12532,'ClientIP','156.194.199.173'),(54422,12532,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54423,12532,'CurrentUserID','0'),(54424,12533,'Attempts','1'),(54425,12533,'ClientIP','14.98.154.33'),(54426,12533,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54427,12533,'CurrentUserID','0'),(54428,12534,'Attempts','2'),(54429,12534,'ClientIP','103.252.193.34'),(54430,12534,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54431,12534,'CurrentUserID','0'),(54432,12535,'Attempts','1'),(54433,12535,'ClientIP','183.87.157.4'),(54434,12535,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54435,12535,'CurrentUserID','0'),(54436,12536,'Attempts','1'),(54437,12536,'ClientIP','117.197.54.47'),(54438,12536,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54439,12536,'CurrentUserID','0'),(54440,12537,'Attempts','1'),(54441,12537,'ClientIP','79.103.29.73'),(54442,12537,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54443,12537,'CurrentUserID','0'),(54444,12538,'Attempts','1'),(54445,12538,'ClientIP','109.125.18.77'),(54446,12538,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54447,12538,'CurrentUserID','0'),(54448,12539,'Attempts','2'),(54449,12539,'ClientIP','36.85.107.78'),(54450,12539,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54451,12539,'CurrentUserID','0'),(54452,12540,'Attempts','1'),(54453,12540,'ClientIP','94.230.93.250'),(54454,12540,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54455,12540,'CurrentUserID','0'),(54456,12541,'Attempts','1'),(54457,12541,'ClientIP','39.55.177.26'),(54458,12541,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54459,12541,'CurrentUserID','0'),(54460,12542,'Attempts','1'),(54461,12542,'ClientIP','90.175.108.110'),(54462,12542,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54463,12542,'CurrentUserID','0'),(54464,12543,'Attempts','2'),(54465,12543,'ClientIP','41.96.108.88'),(54466,12543,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54467,12543,'CurrentUserID','0'),(54468,12544,'Attempts','2'),(54469,12544,'ClientIP','111.94.75.155'),(54470,12544,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54471,12544,'CurrentUserID','0'),(54472,12545,'Attempts','2'),(54473,12545,'ClientIP','49.150.209.147'),(54474,12545,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54475,12545,'CurrentUserID','0'),(54476,12546,'Attempts','1'),(54477,12546,'ClientIP','112.198.83.57'),(54478,12546,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54479,12546,'CurrentUserID','0'),(54480,12547,'Attempts','1'),(54481,12547,'ClientIP','125.167.124.90'),(54482,12547,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54483,12547,'CurrentUserID','0'),(54484,12548,'Attempts','2'),(54485,12548,'ClientIP','80.107.61.125'),(54486,12548,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54487,12548,'CurrentUserID','0'),(54488,12549,'Attempts','1'),(54489,12549,'ClientIP','112.198.75.190'),(54490,12549,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54491,12549,'CurrentUserID','0'),(54492,12550,'Attempts','1'),(54493,12550,'ClientIP','180.249.206.177'),(54494,12550,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54495,12550,'CurrentUserID','0'),(54496,12551,'Attempts','1'),(54497,12551,'ClientIP','180.253.15.254'),(54498,12551,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54499,12551,'CurrentUserID','0'),(54500,12552,'Attempts','2'),(54501,12552,'ClientIP','182.18.253.194'),(54502,12552,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54503,12552,'CurrentUserID','0'),(54504,12553,'Attempts','1'),(54505,12553,'ClientIP','182.48.238.25'),(54506,12553,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54507,12553,'CurrentUserID','0'),(54508,12554,'Attempts','1'),(54509,12554,'ClientIP','117.195.31.102'),(54510,12554,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54511,12554,'CurrentUserID','0'),(54512,12555,'Attempts','1'),(54513,12555,'ClientIP','77.28.36.19'),(54514,12555,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54515,12555,'CurrentUserID','0'),(54516,12556,'Attempts','1'),(54517,12556,'ClientIP','36.74.75.90'),(54518,12556,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54519,12556,'CurrentUserID','0'),(54520,12557,'Attempts','2'),(54521,12557,'ClientIP','14.161.45.137'),(54522,12557,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54523,12557,'CurrentUserID','0'),(54524,12558,'Attempts','2'),(54525,12558,'ClientIP','112.133.232.6'),(54526,12558,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54527,12558,'CurrentUserID','0'),(54528,12559,'Attempts','1'),(54529,12559,'ClientIP','59.95.178.209'),(54530,12559,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54531,12559,'CurrentUserID','0'),(54532,12560,'Attempts','2'),(54533,12560,'ClientIP','117.242.9.173'),(54534,12560,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54535,12560,'CurrentUserID','0'),(54536,12561,'Attempts','1'),(54537,12561,'ClientIP','50.168.84.197'),(54538,12561,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54539,12561,'CurrentUserID','0'),(54540,12562,'Attempts','1'),(54541,12562,'ClientIP','117.200.186.57'),(54542,12562,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54543,12562,'CurrentUserID','0'),(54544,12563,'Attempts','2'),(54545,12563,'ClientIP','178.121.207.212'),(54546,12563,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54547,12563,'CurrentUserID','0'),(54548,12564,'Attempts','1'),(54549,12564,'ClientIP','94.230.93.176'),(54550,12564,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54551,12564,'CurrentUserID','0'),(54552,12565,'Attempts','1'),(54553,12565,'ClientIP','175.144.213.146'),(54554,12565,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54555,12565,'CurrentUserID','0'),(54556,12566,'Attempts','1'),(54557,12566,'ClientIP','193.217.233.14'),(54558,12566,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54559,12566,'CurrentUserID','0'),(54560,12567,'Attempts','2'),(54561,12567,'ClientIP','36.82.168.239'),(54562,12567,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54563,12567,'CurrentUserID','0'),(54564,12568,'Attempts','1'),(54565,12568,'ClientIP','95.186.12.196'),(54566,12568,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54567,12568,'CurrentUserID','0'),(54568,12569,'Attempts','1'),(54569,12569,'ClientIP','117.222.23.94'),(54570,12569,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54571,12569,'CurrentUserID','0'),(54572,12570,'Attempts','2'),(54573,12570,'ClientIP','46.161.86.60'),(54574,12570,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54575,12570,'CurrentUserID','0'),(54576,12571,'Attempts','2'),(54577,12571,'ClientIP','91.105.184.143'),(54578,12571,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54579,12571,'CurrentUserID','0'),(54580,12572,'Attempts','2'),(54581,12572,'ClientIP','103.200.198.128'),(54582,12572,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54583,12572,'CurrentUserID','0'),(54584,12573,'Attempts','2'),(54585,12573,'ClientIP','176.205.114.145'),(54586,12573,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54587,12573,'CurrentUserID','0'),(54588,12574,'Attempts','2'),(54589,12574,'ClientIP','36.231.46.139'),(54590,12574,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54591,12574,'CurrentUserID','0'),(54592,12575,'Attempts','1'),(54593,12575,'ClientIP','41.158.105.193'),(54594,12575,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54595,12575,'CurrentUserID','0'),(54596,12576,'Attempts','1'),(54597,12576,'ClientIP','123.231.122.136'),(54598,12576,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54599,12576,'CurrentUserID','0'),(54600,12577,'Attempts','1'),(54601,12577,'ClientIP','36.82.172.78'),(54602,12577,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54603,12577,'CurrentUserID','0'),(54604,12578,'Attempts','1'),(54605,12578,'ClientIP','117.202.131.87'),(54606,12578,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54607,12578,'CurrentUserID','0'),(54608,12579,'Attempts','1'),(54609,12579,'ClientIP','122.168.227.205'),(54610,12579,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54611,12579,'CurrentUserID','0'),(54612,12580,'Attempts','2'),(54613,12580,'ClientIP','149.78.182.231'),(54614,12580,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54615,12580,'CurrentUserID','0'),(54616,12581,'Attempts','2'),(54617,12581,'ClientIP','27.69.219.126'),(54618,12581,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54619,12581,'CurrentUserID','0'),(54620,12582,'Attempts','1'),(54621,12582,'ClientIP','5.8.240.92'),(54622,12582,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54623,12582,'CurrentUserID','0'),(54624,12583,'Attempts','2'),(54625,12583,'ClientIP','197.156.68.61'),(54626,12583,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54627,12583,'CurrentUserID','0'),(54628,12584,'Attempts','1'),(54629,12584,'ClientIP','180.191.119.47'),(54630,12584,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54631,12584,'CurrentUserID','0'),(54632,12585,'Attempts','1'),(54633,12585,'ClientIP','222.127.94.4'),(54634,12585,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54635,12585,'CurrentUserID','0'),(54636,12586,'Attempts','2'),(54637,12586,'ClientIP','175.111.91.124'),(54638,12586,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54639,12586,'CurrentUserID','0'),(54640,12587,'Attempts','2'),(54641,12587,'ClientIP','78.101.67.124'),(54642,12587,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54643,12587,'CurrentUserID','0'),(54644,12588,'Attempts','2'),(54645,12588,'ClientIP','213.176.233.118'),(54646,12588,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54647,12588,'CurrentUserID','0'),(54648,12589,'Attempts','1'),(54649,12589,'ClientIP','90.149.146.170'),(54650,12589,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54651,12589,'CurrentUserID','0'),(54652,12590,'Attempts','2'),(54653,12590,'ClientIP','80.218.216.45'),(54654,12590,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54655,12590,'CurrentUserID','0'),(54656,12591,'Attempts','2'),(54657,12591,'ClientIP','89.210.183.61'),(54658,12591,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54659,12591,'CurrentUserID','0'),(54660,12592,'Attempts','2'),(54661,12592,'ClientIP','86.58.120.83'),(54662,12592,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54663,12592,'CurrentUserID','0'),(54664,12593,'Attempts','2'),(54665,12593,'ClientIP','212.92.216.46'),(54666,12593,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54667,12593,'CurrentUserID','0'),(54668,12594,'Attempts','1'),(54669,12594,'ClientIP','188.11.38.89'),(54670,12594,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54671,12594,'CurrentUserID','0'),(54672,12595,'Attempts','1'),(54673,12595,'ClientIP','194.44.220.190'),(54674,12595,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54675,12595,'CurrentUserID','0'),(54676,12596,'Attempts','1'),(54677,12596,'ClientIP','10.1.7.185'),(54678,12596,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54679,12596,'CurrentUserID','0'),(54680,12597,'Attempts','1'),(54681,12597,'ClientIP','45.116.190.189'),(54682,12597,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54683,12597,'CurrentUserID','0'),(54684,12598,'Attempts','1'),(54685,12598,'ClientIP','39.55.187.20'),(54686,12598,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54687,12598,'CurrentUserID','0'),(54688,12599,'Attempts','1'),(54689,12599,'ClientIP','154.72.162.122'),(54690,12599,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54691,12599,'CurrentUserID','0'),(54692,12600,'Attempts','2'),(54693,12600,'ClientIP','109.228.104.64'),(54694,12600,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54695,12600,'CurrentUserID','0'),(54696,12601,'ClientIP','127.0.0.1'),(54697,12601,'Username','Plugin'),(54698,12601,'PromoMessage','<strong>WordPress Reports Add-On</strong><br>Generate WordPress reports for management and to meet regulatory compliance requirements your business needs to adhere to with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/compliance-reports-add-on-for-wordpress/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=reports\" target=\"_blank\">Reports Add-on</a></strong>.'),(54699,12601,'PromoName','Reports Add-on'),(54700,12602,'Attempts','1'),(54701,12602,'ClientIP','103.199.147.52'),(54702,12602,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54703,12602,'CurrentUserID','0'),(54704,12603,'Attempts','1'),(54705,12603,'ClientIP','90.191.101.109'),(54706,12603,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54707,12603,'CurrentUserID','0'),(54708,12604,'Attempts','1'),(54709,12604,'ClientIP','37.222.217.107'),(54710,12604,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54711,12604,'CurrentUserID','0'),(54712,12605,'Attempts','1'),(54713,12605,'ClientIP','126.122.239.52'),(54714,12605,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54715,12605,'CurrentUserID','0'),(54716,12606,'Attempts','1'),(54717,12606,'ClientIP','213.57.193.209'),(54718,12606,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54719,12606,'CurrentUserID','0'),(54720,12607,'Attempts','1'),(54721,12607,'ClientIP','89.234.104.6'),(54722,12607,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54723,12607,'CurrentUserID','0'),(54724,12608,'Attempts','1'),(54725,12608,'ClientIP','79.180.162.180'),(54726,12608,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54727,12608,'CurrentUserID','0'),(54728,12609,'Attempts','1'),(54729,12609,'ClientIP','77.242.90.138'),(54730,12609,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54731,12609,'CurrentUserID','0'),(54732,12610,'Attempts','1'),(54733,12610,'ClientIP','222.238.223.192'),(54734,12610,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54735,12610,'CurrentUserID','0'),(54736,12611,'Attempts','1'),(54737,12611,'ClientIP','79.62.248.29'),(54738,12611,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54739,12611,'CurrentUserID','0'),(54740,12612,'Attempts','1'),(54741,12612,'ClientIP','180.211.176.54'),(54742,12612,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54743,12612,'CurrentUserID','0'),(54744,12613,'Attempts','1'),(54745,12613,'ClientIP','147.91.111.181'),(54746,12613,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54747,12613,'CurrentUserID','0'),(54748,12614,'Attempts','1'),(54749,12614,'ClientIP','151.229.57.154'),(54750,12614,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54751,12614,'CurrentUserID','0'),(54752,12615,'Attempts','1'),(54753,12615,'ClientIP','42.119.31.215'),(54754,12615,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54755,12615,'CurrentUserID','0'),(54756,12616,'Attempts','1'),(54757,12616,'ClientIP','149.255.192.111'),(54758,12616,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54759,12616,'CurrentUserID','0'),(54760,12617,'Attempts','1'),(54761,12617,'ClientIP','121.54.58.243'),(54762,12617,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54763,12617,'CurrentUserID','0'),(54764,12618,'Attempts','1'),(54765,12618,'ClientIP','213.6.64.67'),(54766,12618,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54767,12618,'CurrentUserID','0'),(54768,12619,'Attempts','1'),(54769,12619,'ClientIP','2.155.240.58'),(54770,12619,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54771,12619,'CurrentUserID','0'),(54772,12620,'Attempts','1'),(54773,12620,'ClientIP','89.22.178.209'),(54774,12620,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54775,12620,'CurrentUserID','0'),(54776,12621,'Attempts','1'),(54777,12621,'ClientIP','180.190.67.179'),(54778,12621,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54779,12621,'CurrentUserID','0'),(54780,12622,'Attempts','1'),(54781,12622,'ClientIP','122.149.166.33'),(54782,12622,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54783,12622,'CurrentUserID','0'),(54784,12623,'Attempts','1'),(54785,12623,'ClientIP','14.137.77.6'),(54786,12623,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54787,12623,'CurrentUserID','0'),(54788,12624,'Attempts','1'),(54789,12624,'ClientIP','62.131.212.236'),(54790,12624,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54791,12624,'CurrentUserID','0'),(54792,12625,'Attempts','1'),(54793,12625,'ClientIP','112.208.137.52'),(54794,12625,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54795,12625,'CurrentUserID','0'),(54796,12626,'Attempts','1'),(54797,12626,'ClientIP','122.53.156.250'),(54798,12626,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54799,12626,'CurrentUserID','0'),(54800,12627,'Attempts','1'),(54801,12627,'ClientIP','183.82.0.163'),(54802,12627,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54803,12627,'CurrentUserID','0'),(54804,12628,'Attempts','2'),(54805,12628,'ClientIP','188.161.102.101'),(54806,12628,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54807,12628,'CurrentUserID','0'),(54808,12629,'Attempts','1'),(54809,12629,'ClientIP','39.55.210.246'),(54810,12629,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54811,12629,'CurrentUserID','0'),(54812,12630,'Attempts','1'),(54813,12630,'ClientIP','188.2.95.27'),(54814,12630,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54815,12630,'CurrentUserID','0'),(54816,12631,'Attempts','1'),(54817,12631,'ClientIP','106.220.71.56'),(54818,12631,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54819,12631,'CurrentUserID','0'),(54820,12632,'Attempts','1'),(54821,12632,'ClientIP','39.45.232.145'),(54822,12632,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54823,12632,'CurrentUserID','0'),(54824,12633,'Attempts','1'),(54825,12633,'ClientIP','176.120.217.60'),(54826,12633,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54827,12633,'CurrentUserID','0'),(54828,12634,'Attempts','1'),(54829,12634,'ClientIP','89.228.73.36'),(54830,12634,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54831,12634,'CurrentUserID','0'),(54832,12635,'Attempts','1'),(54833,12635,'ClientIP','176.221.121.245'),(54834,12635,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54835,12635,'CurrentUserID','0'),(54836,12636,'Attempts','1'),(54837,12636,'ClientIP','158.38.141.228'),(54838,12636,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54839,12636,'CurrentUserID','0'),(54840,12637,'Attempts','1'),(54841,12637,'ClientIP','124.30.100.146'),(54842,12637,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54843,12637,'CurrentUserID','0'),(54844,12638,'Attempts','1'),(54845,12638,'ClientIP','46.217.89.100'),(54846,12638,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54847,12638,'CurrentUserID','0'),(54848,12639,'Attempts','1'),(54849,12639,'ClientIP','78.219.135.44'),(54850,12639,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54851,12639,'CurrentUserID','0'),(54852,12640,'Attempts','1'),(54853,12640,'ClientIP','105.225.43.56'),(54854,12640,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54855,12640,'CurrentUserID','0'),(54856,12641,'Attempts','1'),(54857,12641,'ClientIP','119.95.32.133'),(54858,12641,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54859,12641,'CurrentUserID','0'),(54860,12642,'Attempts','1'),(54861,12642,'ClientIP','84.109.216.80'),(54862,12642,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54863,12642,'CurrentUserID','0'),(54864,12643,'Attempts','1'),(54865,12643,'ClientIP','27.58.45.196'),(54866,12643,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54867,12643,'CurrentUserID','0'),(54868,12644,'Attempts','1'),(54869,12644,'ClientIP','109.65.62.104'),(54870,12644,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54871,12644,'CurrentUserID','0'),(54872,12645,'Attempts','1'),(54873,12645,'ClientIP','197.167.33.12'),(54874,12645,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54875,12645,'CurrentUserID','0'),(54876,12646,'Attempts','1'),(54877,12646,'ClientIP','105.184.37.77'),(54878,12646,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54879,12646,'CurrentUserID','0'),(54880,12647,'Attempts','1'),(54881,12647,'ClientIP','203.87.133.157'),(54882,12647,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54883,12647,'CurrentUserID','0'),(54884,12648,'Attempts','1'),(54885,12648,'ClientIP','84.1.110.214'),(54886,12648,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54887,12648,'CurrentUserID','0'),(54888,12649,'Attempts','1'),(54889,12649,'ClientIP','112.196.146.40'),(54890,12649,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54891,12649,'CurrentUserID','0'),(54892,12650,'Attempts','1'),(54893,12650,'ClientIP','14.177.215.160'),(54894,12650,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54895,12650,'CurrentUserID','0'),(54896,12651,'Attempts','1'),(54897,12651,'ClientIP','86.17.177.241'),(54898,12651,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54899,12651,'CurrentUserID','0'),(54900,12652,'Attempts','1'),(54901,12652,'ClientIP','87.110.29.63'),(54902,12652,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54903,12652,'CurrentUserID','0'),(54904,12653,'Attempts','1'),(54905,12653,'ClientIP','92.133.187.248'),(54906,12653,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54907,12653,'CurrentUserID','0'),(54908,12654,'Attempts','1'),(54909,12654,'ClientIP','81.83.51.160'),(54910,12654,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54911,12654,'CurrentUserID','0'),(54912,12655,'Attempts','1'),(54913,12655,'ClientIP','183.87.140.62'),(54914,12655,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54915,12655,'CurrentUserID','0'),(54916,12656,'Attempts','1'),(54917,12656,'ClientIP','41.63.183.176'),(54918,12656,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54919,12656,'CurrentUserID','0'),(54920,12657,'Attempts','1'),(54921,12657,'ClientIP','66.87.3.212'),(54922,12657,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54923,12657,'CurrentUserID','0'),(54924,12658,'Attempts','1'),(54925,12658,'ClientIP','87.254.94.141'),(54926,12658,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54927,12658,'CurrentUserID','0'),(54928,12659,'Attempts','1'),(54929,12659,'ClientIP','193.238.18.134'),(54930,12659,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54931,12659,'CurrentUserID','0'),(54932,12660,'Attempts','1'),(54933,12660,'ClientIP','86.111.138.26'),(54934,12660,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54935,12660,'CurrentUserID','0'),(54936,12661,'Attempts','1'),(54937,12661,'ClientIP','178.120.78.219'),(54938,12661,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54939,12661,'CurrentUserID','0'),(54940,12662,'Attempts','1'),(54941,12662,'ClientIP','112.209.202.86'),(54942,12662,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54943,12662,'CurrentUserID','0'),(54944,12663,'Attempts','1'),(54945,12663,'ClientIP','87.220.144.176'),(54946,12663,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54947,12663,'CurrentUserID','0'),(54948,12664,'Attempts','1'),(54949,12664,'ClientIP','213.55.109.247'),(54950,12664,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54951,12664,'CurrentUserID','0'),(54952,12665,'Attempts','1'),(54953,12665,'ClientIP','125.165.73.198'),(54954,12665,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54955,12665,'CurrentUserID','0'),(54956,12666,'Attempts','1'),(54957,12666,'ClientIP','41.218.29.241'),(54958,12666,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54959,12666,'CurrentUserID','0'),(54960,12667,'Attempts','1'),(54961,12667,'ClientIP','222.127.94.3'),(54962,12667,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54963,12667,'CurrentUserID','0'),(54964,12668,'Attempts','1'),(54965,12668,'ClientIP','83.134.204.31'),(54966,12668,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54967,12668,'CurrentUserID','0'),(54968,12669,'Attempts','1'),(54969,12669,'ClientIP','51.36.96.238'),(54970,12669,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54971,12669,'CurrentUserID','0'),(54972,12670,'Attempts','1'),(54973,12670,'ClientIP','61.3.87.230'),(54974,12670,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54975,12670,'CurrentUserID','0'),(54976,12671,'Attempts','1'),(54977,12671,'ClientIP','106.66.127.163'),(54978,12671,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54979,12671,'CurrentUserID','0'),(54980,12672,'Attempts','1'),(54981,12672,'ClientIP','95.25.149.5'),(54982,12672,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54983,12672,'CurrentUserID','0'),(54984,12673,'Attempts','1'),(54985,12673,'ClientIP','117.192.65.70'),(54986,12673,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54987,12673,'CurrentUserID','0'),(54988,12674,'Attempts','1'),(54989,12674,'ClientIP','95.159.81.42'),(54990,12674,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54991,12674,'CurrentUserID','0'),(54992,12675,'Attempts','1'),(54993,12675,'ClientIP','36.72.184.120'),(54994,12675,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54995,12675,'CurrentUserID','0'),(54996,12676,'Attempts','2'),(54997,12676,'ClientIP','222.127.94.7'),(54998,12676,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(54999,12676,'CurrentUserID','0'),(55000,12677,'Attempts','1'),(55001,12677,'ClientIP','59.96.252.2'),(55002,12677,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55003,12677,'CurrentUserID','0'),(55004,12678,'Attempts','1'),(55005,12678,'ClientIP','73.112.15.88'),(55006,12678,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55007,12678,'CurrentUserID','0'),(55008,12679,'Attempts','1'),(55009,12679,'ClientIP','1.9.96.16'),(55010,12679,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55011,12679,'CurrentUserID','0'),(55012,12680,'Attempts','1'),(55013,12680,'ClientIP','85.135.158.71'),(55014,12680,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55015,12680,'CurrentUserID','0'),(55016,12681,'Attempts','1'),(55017,12681,'ClientIP','31.59.158.171'),(55018,12681,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55019,12681,'CurrentUserID','0'),(55020,12682,'Attempts','10+'),(55021,12682,'Username','wsaaus15'),(55022,12682,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55023,12682,'ClientIP','130.185.155.82'),(55024,12682,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55025,12683,'Attempts','1'),(55026,12683,'ClientIP','188.36.19.225'),(55027,12683,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55028,12683,'CurrentUserID','0'),(55029,12684,'Attempts','1'),(55030,12684,'ClientIP','200.30.243.19'),(55031,12684,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55032,12684,'CurrentUserID','0'),(55033,12685,'Attempts','1'),(55034,12685,'ClientIP','200.28.229.122'),(55035,12685,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55036,12685,'CurrentUserID','0'),(55037,12686,'Attempts','1'),(55038,12686,'ClientIP','153.175.15.78'),(55039,12686,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55040,12686,'CurrentUserID','0'),(55041,12687,'Attempts','1'),(55042,12687,'ClientIP','194.135.161.78'),(55043,12687,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55044,12687,'CurrentUserID','0'),(55045,12688,'Attempts','10+'),(55046,12688,'Username','wsaaus15'),(55047,12688,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55048,12688,'ClientIP','5.153.234.154'),(55049,12688,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55050,12689,'Attempts','10+'),(55051,12689,'ClientIP','5.153.234.154'),(55052,12689,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55053,12689,'CurrentUserID','0'),(55054,12690,'Attempts','1'),(55055,12690,'ClientIP','188.24.245.56'),(55056,12690,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55057,12690,'CurrentUserID','0'),(55058,12691,'Attempts','10+'),(55059,12691,'Username','wsaaus15'),(55060,12691,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55061,12691,'ClientIP','5.153.234.154'),(55062,12691,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55063,12692,'Attempts','10+'),(55064,12692,'ClientIP','5.153.234.154'),(55065,12692,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55066,12692,'CurrentUserID','0'),(55067,12693,'Attempts','10+'),(55068,12693,'Username','wsaaus15'),(55069,12693,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55070,12693,'ClientIP','130.185.155.74'),(55071,12693,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55072,12694,'Attempts','10+'),(55073,12694,'ClientIP','130.185.155.74'),(55074,12694,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55075,12694,'CurrentUserID','0'),(55076,12695,'Attempts','10+'),(55077,12695,'Username','wsaaus15'),(55078,12695,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55079,12695,'ClientIP','5.153.233.130'),(55080,12695,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55081,12696,'Attempts','10+'),(55082,12696,'ClientIP','5.153.233.130'),(55083,12696,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55084,12696,'CurrentUserID','0'),(55085,12697,'Attempts','10+'),(55086,12697,'ClientIP','192.163.247.35'),(55087,12697,'UserAgent',''),(55088,12697,'CurrentUserID','0'),(55089,12698,'Attempts','2'),(55090,12698,'ClientIP','82.220.38.51'),(55091,12698,'UserAgent',''),(55092,12698,'CurrentUserID','0'),(55093,12699,'Attempts','10+'),(55094,12699,'Username','wsaaus15'),(55095,12699,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55096,12699,'ClientIP','195.154.199.235'),(55097,12699,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55098,12700,'Attempts','10+'),(55099,12700,'ClientIP','195.154.199.235'),(55100,12700,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55101,12700,'CurrentUserID','0'),(55102,12701,'Attempts','10+'),(55103,12701,'Username','wsaaus15'),(55104,12701,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55105,12701,'ClientIP','5.153.233.130'),(55106,12701,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55107,12702,'Attempts','10+'),(55108,12702,'Username','wsaaus15'),(55109,12702,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55110,12702,'ClientIP','130.185.155.82'),(55111,12702,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55112,12703,'Attempts','10+'),(55113,12703,'ClientIP','130.185.155.82'),(55114,12703,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55115,12703,'CurrentUserID','0'),(55116,12704,'Attempts','10+'),(55117,12704,'Username','wsaaus15'),(55118,12704,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55119,12704,'ClientIP','130.185.155.74'),(55120,12704,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55121,12705,'Attempts','10+'),(55122,12705,'Username','wsaaus15'),(55123,12705,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55124,12705,'ClientIP','130.185.155.82'),(55125,12705,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55126,12706,'Attempts','10+'),(55127,12706,'ClientIP','130.185.155.82'),(55128,12706,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55129,12706,'CurrentUserID','0'),(55130,12707,'Attempts','10+'),(55131,12707,'Username','wsaaus15'),(55132,12707,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55133,12707,'ClientIP','130.185.155.74'),(55134,12707,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55135,12708,'Attempts','10+'),(55136,12708,'ClientIP','130.185.155.74'),(55137,12708,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55138,12708,'CurrentUserID','0'),(55139,12709,'Attempts','10+'),(55140,12709,'Username','wsaaus15'),(55141,12709,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55142,12709,'ClientIP','5.153.233.130'),(55143,12709,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55144,12710,'Attempts','10+'),(55145,12710,'ClientIP','5.153.233.130'),(55146,12710,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55147,12710,'CurrentUserID','0'),(55148,12711,'Attempts','2'),(55149,12711,'ClientIP','62.210.152.90'),(55150,12711,'UserAgent','Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0'),(55151,12711,'CurrentUserID','0'),(55152,12712,'Attempts','10+'),(55153,12712,'Username','wsaaus15'),(55154,12712,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55155,12712,'ClientIP','5.153.234.154'),(55156,12712,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55157,12713,'Attempts','10+'),(55158,12713,'ClientIP','5.153.234.154'),(55159,12713,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55160,12713,'CurrentUserID','0'),(55161,12714,'Attempts','10+'),(55162,12714,'Username','wsaaus15'),(55163,12714,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55164,12714,'ClientIP','130.185.155.74'),(55165,12714,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55166,12715,'Attempts','10+'),(55167,12715,'ClientIP','130.185.155.74'),(55168,12715,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55169,12715,'CurrentUserID','0'),(55170,12716,'Attempts','10+'),(55171,12716,'ClientIP','54.201.52.181'),(55172,12716,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(55173,12716,'CurrentUserID','0'),(55174,12717,'Attempts','10+'),(55175,12717,'Username','wsaaus15'),(55176,12717,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55177,12717,'ClientIP','5.153.234.154'),(55178,12717,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55179,12718,'Attempts','10+'),(55180,12718,'ClientIP','5.153.234.154'),(55181,12718,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55182,12718,'CurrentUserID','0'),(55183,12719,'Attempts','10+'),(55184,12719,'ClientIP','91.200.12.83'),(55185,12719,'UserAgent','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)'),(55186,12719,'CurrentUserID','0'),(55187,12720,'Attempts','10+'),(55188,12720,'Username','wsaaus15'),(55189,12720,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55190,12720,'ClientIP','195.154.199.235'),(55191,12720,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55192,12721,'Attempts','10+'),(55193,12721,'ClientIP','195.154.199.235'),(55194,12721,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55195,12721,'CurrentUserID','0'),(55196,12722,'Attempts','10+'),(55197,12722,'Username','wsaaus15'),(55198,12722,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55199,12722,'ClientIP','103.249.31.189'),(55200,12722,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55201,12723,'Attempts','10+'),(55202,12723,'ClientIP','103.249.31.189'),(55203,12723,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55204,12723,'CurrentUserID','0'),(55205,12724,'Attempts','1'),(55206,12724,'ClientIP','184.71.130.66'),(55207,12724,'UserAgent',''),(55208,12724,'CurrentUserID','0'),(55209,12725,'Attempts','10+'),(55210,12725,'ClientIP','204.236.233.233'),(55211,12725,'UserAgent',''),(55212,12725,'CurrentUserID','0'),(55213,12726,'Attempts','10+'),(55214,12726,'Username','wsaaus15'),(55215,12726,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55216,12726,'ClientIP','130.185.155.82'),(55217,12726,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55218,12727,'Attempts','10+'),(55219,12727,'ClientIP','130.185.155.82'),(55220,12727,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55221,12727,'CurrentUserID','0'),(55222,12728,'Attempts','10+'),(55223,12728,'Username','wsaaus15'),(55224,12728,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55225,12728,'ClientIP','5.153.233.130'),(55226,12728,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55227,12729,'Attempts','10+'),(55228,12729,'ClientIP','5.153.233.130'),(55229,12729,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55230,12729,'CurrentUserID','0'),(55231,12730,'Attempts','9'),(55232,12730,'ClientIP','80.90.198.188'),(55233,12730,'UserAgent',''),(55234,12730,'CurrentUserID','0'),(55235,12731,'Username','pgmarshall@pgmarshall.net'),(55236,12731,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55237,12731,'ClientIP','71.37.51.71'),(55238,12731,'UserAgent','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'),(55239,12732,'PostID','577'),(55240,12732,'PostType','post'),(55241,12732,'PostTitle','Governor announces June as “General Aviation Appreciation Month”'),(55242,12732,'PostUrl','http://www.wsaa.aero/?p=577'),(55243,12732,'ClientIP','71.37.51.71'),(55244,12732,'UserAgent','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'),(55245,12732,'CurrentUserID','5'),(55246,12732,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55247,12732,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=578'),(55248,12733,'PostID','577'),(55249,12733,'PostType','post'),(55250,12733,'PostTitle','Governor announces June as “General Aviation Appreciation Month”'),(55251,12733,'PostUrl','http://www.wsaa.aero/?p=577'),(55252,12733,'ClientIP','71.37.51.71'),(55253,12733,'UserAgent','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'),(55254,12733,'CurrentUserID','5'),(55255,12733,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55256,12733,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=579'),(55257,12734,'Attempts','10+'),(55258,12734,'ClientIP','185.46.84.41'),(55259,12734,'UserAgent',''),(55260,12734,'CurrentUserID','0'),(55261,12735,'Attempts','10+'),(55262,12735,'Username','wsaaus15'),(55263,12735,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55264,12735,'ClientIP','130.185.155.82'),(55265,12735,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55266,12736,'Attempts','10+'),(55267,12736,'ClientIP','130.185.155.82'),(55268,12736,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55269,12736,'CurrentUserID','0'),(55270,12737,'Attempts','10+'),(55271,12737,'Username','wsaaus15'),(55272,12737,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55273,12737,'ClientIP','5.153.233.130'),(55274,12737,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55275,12738,'Attempts','10+'),(55276,12738,'ClientIP','5.153.233.130'),(55277,12738,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55278,12738,'CurrentUserID','0'),(55279,12739,'Attempts','10+'),(55280,12739,'Username','wsaaus15'),(55281,12739,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55282,12739,'ClientIP','5.153.234.154'),(55283,12739,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55284,12740,'Attempts','10+'),(55285,12740,'ClientIP','5.153.234.154'),(55286,12740,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55287,12740,'CurrentUserID','0'),(55288,12741,'Attempts','10+'),(55289,12741,'ClientIP','80.77.173.84'),(55290,12741,'UserAgent',''),(55291,12741,'CurrentUserID','0'),(55292,12742,'Attempts','1'),(55293,12742,'ClientIP','176.123.5.21'),(55294,12742,'UserAgent','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13'),(55295,12742,'CurrentUserID','0'),(55296,12743,'Attempts','10+'),(55297,12743,'Username','wsaaus15'),(55298,12743,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55299,12743,'ClientIP','5.153.233.130'),(55300,12743,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55301,12744,'Attempts','10+'),(55302,12744,'ClientIP','5.153.233.130'),(55303,12744,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55304,12744,'CurrentUserID','0'),(55305,12745,'Attempts','10+'),(55306,12745,'ClientIP','23.228.90.2'),(55307,12745,'UserAgent',''),(55308,12745,'CurrentUserID','0'),(55309,12746,'Attempts','10+'),(55310,12746,'Username','wsaaus15'),(55311,12746,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55312,12746,'ClientIP','130.185.155.82'),(55313,12746,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55314,12747,'Attempts','10+'),(55315,12747,'ClientIP','130.185.155.82'),(55316,12747,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55317,12747,'CurrentUserID','0'),(55318,12748,'Attempts','10+'),(55319,12748,'Username','wsaaus15'),(55320,12748,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55321,12748,'ClientIP','5.153.233.130'),(55322,12748,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55323,12749,'Attempts','10+'),(55324,12749,'ClientIP','62.210.148.91'),(55325,12749,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55326,12749,'CurrentUserID','0'),(55327,12750,'Attempts','10+'),(55328,12750,'Username','wsaaus15'),(55329,12750,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55330,12750,'ClientIP','62.210.148.91'),(55331,12750,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55332,12751,'ClientIP','127.0.0.1'),(55333,12751,'Username','Plugin'),(55334,12751,'PromoMessage','<strong>External Database for WordPress Audit Log</strong><br>Store the WordPress audit log in an external database to boost the performance and security of your WordPress. <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/external-database-for-wp-security-audit-log/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=externaldb\" target=\"_blank\">External DB Add-on</a></strong>.'),(55335,12751,'PromoName','External DB Add-on'),(55336,12752,'Attempts','10+'),(55337,12752,'Username','wsaaus15'),(55338,12752,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55339,12752,'ClientIP','195.154.199.235'),(55340,12752,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55341,12753,'Attempts','10+'),(55342,12753,'ClientIP','195.154.199.235'),(55343,12753,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55344,12753,'CurrentUserID','0'),(55345,12754,'Attempts','10+'),(55346,12754,'Username','wsaaus15'),(55347,12754,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55348,12754,'ClientIP','130.185.155.74'),(55349,12754,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55350,12755,'Attempts','10+'),(55351,12755,'ClientIP','130.185.155.74'),(55352,12755,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55353,12755,'CurrentUserID','0'),(55354,12756,'Attempts','1'),(55355,12756,'ClientIP','176.123.18.74'),(55356,12756,'UserAgent','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13'),(55357,12756,'CurrentUserID','0'),(55358,12757,'Attempts','10+'),(55359,12757,'Username','wsaaus15'),(55360,12757,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55361,12757,'ClientIP','5.153.234.154'),(55362,12757,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55363,12758,'Attempts','10+'),(55364,12758,'ClientIP','5.153.234.154'),(55365,12758,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55366,12758,'CurrentUserID','0'),(55367,12759,'Attempts','10+'),(55368,12759,'Username','wsaaus15'),(55369,12759,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55370,12759,'ClientIP','130.185.155.74'),(55371,12759,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55372,12760,'Attempts','10+'),(55373,12760,'ClientIP','130.185.155.74'),(55374,12760,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55375,12760,'CurrentUserID','0'),(55376,12761,'Attempts','10+'),(55377,12761,'Username','wsaaus15'),(55378,12761,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55379,12761,'ClientIP','195.154.199.235'),(55380,12761,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55381,12762,'Attempts','10+'),(55382,12762,'ClientIP','195.154.199.235'),(55383,12762,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55384,12762,'CurrentUserID','0'),(55385,12763,'Attempts','10+'),(55386,12763,'Username','wsaaus15'),(55387,12763,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55388,12763,'ClientIP','5.153.233.130'),(55389,12763,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55390,12764,'Attempts','10+'),(55391,12764,'ClientIP','5.153.233.130'),(55392,12764,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55393,12764,'CurrentUserID','0'),(55394,12765,'Attempts','10+'),(55395,12765,'Username','wsaaus15'),(55396,12765,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55397,12765,'ClientIP','130.185.155.82'),(55398,12765,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55399,12766,'Attempts','10+'),(55400,12766,'ClientIP','130.185.155.82'),(55401,12766,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55402,12766,'CurrentUserID','0'),(55403,12767,'Attempts','1'),(55404,12767,'ClientIP','176.123.26.5'),(55405,12767,'UserAgent','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13'),(55406,12767,'CurrentUserID','0'),(55407,12768,'Attempts','10+'),(55408,12768,'Username','wsaaus15'),(55409,12768,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55410,12768,'ClientIP','130.185.155.82'),(55411,12768,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55412,12769,'Attempts','10+'),(55413,12769,'ClientIP','130.185.155.82'),(55414,12769,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55415,12769,'CurrentUserID','0'),(55416,12770,'Attempts','10+'),(55417,12770,'Username','wsaaus15'),(55418,12770,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55419,12770,'ClientIP','5.153.233.130'),(55420,12770,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55421,12771,'Attempts','10+'),(55422,12771,'ClientIP','5.153.233.130'),(55423,12771,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55424,12771,'CurrentUserID','0'),(55425,12772,'Attempts','10+'),(55426,12772,'ClientIP','134.249.54.136'),(55427,12772,'UserAgent',''),(55428,12772,'CurrentUserID','0'),(55429,12773,'Attempts','1'),(55430,12773,'ClientIP','176.123.26.5'),(55431,12773,'UserAgent','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13'),(55432,12773,'CurrentUserID','0'),(55433,12774,'Attempts','10+'),(55434,12774,'ClientIP','5.153.233.130'),(55435,12774,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55436,12774,'CurrentUserID','0'),(55437,12775,'Attempts','10+'),(55438,12775,'ClientIP','134.249.54.136'),(55439,12775,'UserAgent',''),(55440,12775,'CurrentUserID','0'),(55441,12776,'Attempts','1'),(55442,12776,'ClientIP','176.123.26.5'),(55443,12776,'UserAgent','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13'),(55444,12776,'CurrentUserID','0'),(55445,12777,'Attempts','10+'),(55446,12777,'ClientIP','91.200.12.83'),(55447,12777,'UserAgent','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)'),(55448,12777,'CurrentUserID','0'),(55449,12778,'PostID','576'),(55450,12778,'PostType','post'),(55451,12778,'PostTitle','Auto Draft'),(55452,12778,'ClientIP','10.30.65.100'),(55453,12778,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(55454,12778,'CurrentUserID','0'),(55455,12779,'Attempts','10+'),(55456,12779,'ClientIP','134.249.54.136'),(55457,12779,'UserAgent',''),(55458,12779,'CurrentUserID','0'),(55459,12780,'Attempts','10+'),(55460,12780,'ClientIP','103.47.194.187'),(55461,12780,'UserAgent',''),(55462,12780,'CurrentUserID','0'),(55463,12781,'Attempts','10+'),(55464,12781,'ClientIP','91.200.12.4'),(55465,12781,'UserAgent','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)'),(55466,12781,'CurrentUserID','0'),(55467,12782,'Attempts','10+'),(55468,12782,'Username','wsaaus15'),(55469,12782,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55470,12782,'ClientIP','195.154.199.235'),(55471,12782,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55472,12783,'Attempts','10+'),(55473,12783,'ClientIP','195.154.199.235'),(55474,12783,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55475,12783,'CurrentUserID','0'),(55476,12784,'Attempts','10+'),(55477,12784,'Username','wsaaus15'),(55478,12784,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55479,12784,'ClientIP','5.153.234.154'),(55480,12784,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55481,12785,'Attempts','10+'),(55482,12785,'ClientIP','5.153.234.154'),(55483,12785,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55484,12785,'CurrentUserID','0'),(55485,12786,'Attempts','10+'),(55486,12786,'ClientIP','78.129.163.16'),(55487,12786,'UserAgent',''),(55488,12786,'CurrentUserID','0'),(55489,12787,'Attempts','10+'),(55490,12787,'Username','wsaaus15'),(55491,12787,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55492,12787,'ClientIP','5.153.233.130'),(55493,12787,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55494,12788,'Attempts','10+'),(55495,12788,'ClientIP','5.153.233.130'),(55496,12788,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55497,12788,'CurrentUserID','0'),(55498,12789,'Attempts','10+'),(55499,12789,'Username','wsaaus15'),(55500,12789,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55501,12789,'ClientIP','5.153.234.154'),(55502,12789,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55503,12790,'Attempts','10+'),(55504,12790,'ClientIP','5.153.234.154'),(55505,12790,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55506,12790,'CurrentUserID','0'),(55507,12791,'Attempts','10+'),(55508,12791,'Username','wsaaus15'),(55509,12791,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55510,12791,'ClientIP','5.153.233.130'),(55511,12791,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55512,12792,'Attempts','10+'),(55513,12792,'ClientIP','5.153.233.130'),(55514,12792,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55515,12792,'CurrentUserID','0'),(55516,12793,'Attempts','10+'),(55517,12793,'ClientIP','5.10.76.62'),(55518,12793,'UserAgent',''),(55519,12793,'CurrentUserID','0'),(55520,12794,'Attempts','10+'),(55521,12794,'Username','wsaaus15'),(55522,12794,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(55523,12794,'ClientIP','195.154.199.235'),(55524,12794,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55525,12795,'Attempts','10+'),(55526,12795,'ClientIP','195.154.199.235'),(55527,12795,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(55528,12795,'CurrentUserID','0'),(55529,12796,'Attempts','10+'),(55530,12796,'ClientIP','51.254.115.226'),(55531,12796,'UserAgent',''),(55532,12796,'CurrentUserID','0'),(55533,12797,'Attempts','1'),(55534,12797,'ClientIP','114.80.96.144'),(55535,12797,'UserAgent',''),(55536,12797,'CurrentUserID','0'),(55537,12798,'Attempts','10+'),(55538,12798,'ClientIP','91.200.12.132'),(55539,12798,'UserAgent','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)'),(55540,12798,'CurrentUserID','0'),(55541,12799,'Attempts','10+'),(55542,12799,'ClientIP','182.50.142.89'),(55543,12799,'UserAgent',''),(55544,12799,'CurrentUserID','0'),(55545,12800,'Attempts','7'),(55546,12800,'ClientIP','200.123.101.171'),(55547,12800,'UserAgent',''),(55548,12800,'CurrentUserID','0'),(55549,12801,'Attempts','10+'),(55550,12801,'ClientIP','103.249.31.189'),(55551,12801,'UserAgent','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)'),(55552,12801,'CurrentUserID','0'),(55553,12802,'Attempts','1'),(55554,12802,'ClientIP','24.201.230.134'),(55555,12802,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55556,12802,'CurrentUserID','0'),(55557,12803,'Attempts','1'),(55558,12803,'ClientIP','79.118.42.96'),(55559,12803,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55560,12803,'CurrentUserID','0'),(55561,12804,'Attempts','1'),(55562,12804,'ClientIP','93.186.210.105'),(55563,12804,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55564,12804,'CurrentUserID','0'),(55565,12805,'Attempts','1'),(55566,12805,'ClientIP','109.103.221.18'),(55567,12805,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55568,12805,'CurrentUserID','0'),(55569,12806,'Attempts','1'),(55570,12806,'ClientIP','124.104.40.2'),(55571,12806,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55572,12806,'CurrentUserID','0'),(55573,12807,'Attempts','1'),(55574,12807,'ClientIP','95.31.134.206'),(55575,12807,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55576,12807,'CurrentUserID','0'),(55577,12808,'Attempts','1'),(55578,12808,'ClientIP','81.196.67.91'),(55579,12808,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55580,12808,'CurrentUserID','0'),(55581,12809,'Attempts','1'),(55582,12809,'ClientIP','112.202.242.12'),(55583,12809,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55584,12809,'CurrentUserID','0'),(55585,12810,'Attempts','1'),(55586,12810,'ClientIP','79.188.202.193'),(55587,12810,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55588,12810,'CurrentUserID','0'),(55589,12811,'Attempts','1'),(55590,12811,'ClientIP','41.143.33.208'),(55591,12811,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55592,12811,'CurrentUserID','0'),(55593,12812,'Attempts','1'),(55594,12812,'ClientIP','101.174.165.100'),(55595,12812,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55596,12812,'CurrentUserID','0'),(55597,12813,'Attempts','1'),(55598,12813,'ClientIP','85.96.115.153'),(55599,12813,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55600,12813,'CurrentUserID','0'),(55601,12814,'Attempts','1'),(55602,12814,'ClientIP','95.7.99.15'),(55603,12814,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55604,12814,'CurrentUserID','0'),(55605,12815,'Attempts','1'),(55606,12815,'ClientIP','86.101.113.78'),(55607,12815,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55608,12815,'CurrentUserID','0'),(55609,12816,'Attempts','1'),(55610,12816,'ClientIP','202.83.57.95'),(55611,12816,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55612,12816,'CurrentUserID','0'),(55613,12817,'Attempts','1'),(55614,12817,'ClientIP','197.200.2.91'),(55615,12817,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55616,12817,'CurrentUserID','0'),(55617,12818,'Attempts','1'),(55618,12818,'ClientIP','204.19.200.247'),(55619,12818,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55620,12818,'CurrentUserID','0'),(55621,12819,'Attempts','1'),(55622,12819,'ClientIP','103.51.222.22'),(55623,12819,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55624,12819,'CurrentUserID','0'),(55625,12820,'Attempts','1'),(55626,12820,'ClientIP','122.53.38.154'),(55627,12820,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55628,12820,'CurrentUserID','0'),(55629,12821,'Attempts','1'),(55630,12821,'ClientIP','59.177.66.222'),(55631,12821,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55632,12821,'CurrentUserID','0'),(55633,12822,'Attempts','1'),(55634,12822,'ClientIP','117.243.196.142'),(55635,12822,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55636,12822,'CurrentUserID','0'),(55637,12823,'Attempts','1'),(55638,12823,'ClientIP','37.231.155.180'),(55639,12823,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55640,12823,'CurrentUserID','0'),(55641,12824,'Attempts','1'),(55642,12824,'ClientIP','117.208.233.137'),(55643,12824,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55644,12824,'CurrentUserID','0'),(55645,12825,'Attempts','1'),(55646,12825,'ClientIP','105.103.51.198'),(55647,12825,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55648,12825,'CurrentUserID','0'),(55649,12826,'Attempts','1'),(55650,12826,'ClientIP','95.159.115.171'),(55651,12826,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55652,12826,'CurrentUserID','0'),(55653,12827,'Attempts','1'),(55654,12827,'ClientIP','117.213.85.26'),(55655,12827,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55656,12827,'CurrentUserID','0'),(55657,12828,'Attempts','1'),(55658,12828,'ClientIP','182.64.64.135'),(55659,12828,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55660,12828,'CurrentUserID','0'),(55661,12829,'Attempts','1'),(55662,12829,'ClientIP','104.32.4.112'),(55663,12829,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55664,12829,'CurrentUserID','0'),(55665,12830,'Attempts','1'),(55666,12830,'ClientIP','36.84.231.112'),(55667,12830,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55668,12830,'CurrentUserID','0'),(55669,12831,'Attempts','1'),(55670,12831,'ClientIP','46.102.10.65'),(55671,12831,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55672,12831,'CurrentUserID','0'),(55673,12832,'Attempts','2'),(55674,12832,'ClientIP','117.206.107.121'),(55675,12832,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55676,12832,'CurrentUserID','0'),(55677,12833,'Attempts','1'),(55678,12833,'ClientIP','119.74.241.179'),(55679,12833,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55680,12833,'CurrentUserID','0'),(55681,12834,'Attempts','1'),(55682,12834,'ClientIP','178.93.64.72'),(55683,12834,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55684,12834,'CurrentUserID','0'),(55685,12835,'Attempts','1'),(55686,12835,'ClientIP','106.172.12.55'),(55687,12835,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55688,12835,'CurrentUserID','0'),(55689,12836,'Attempts','1'),(55690,12836,'ClientIP','141.136.216.224'),(55691,12836,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55692,12836,'CurrentUserID','0'),(55693,12837,'Attempts','1'),(55694,12837,'ClientIP','116.15.78.148'),(55695,12837,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55696,12837,'CurrentUserID','0'),(55697,12838,'Attempts','1'),(55698,12838,'ClientIP','123.63.214.73'),(55699,12838,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55700,12838,'CurrentUserID','0'),(55701,12839,'Attempts','1'),(55702,12839,'ClientIP','36.80.1.96'),(55703,12839,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55704,12839,'CurrentUserID','0'),(55705,12840,'Attempts','1'),(55706,12840,'ClientIP','163.247.46.239'),(55707,12840,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55708,12840,'CurrentUserID','0'),(55709,12841,'Attempts','1'),(55710,12841,'ClientIP','45.118.70.46'),(55711,12841,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55712,12841,'CurrentUserID','0'),(55713,12842,'Attempts','1'),(55714,12842,'ClientIP','93.115.67.14'),(55715,12842,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55716,12842,'CurrentUserID','0'),(55717,12843,'Attempts','1'),(55718,12843,'ClientIP','41.102.151.1'),(55719,12843,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55720,12843,'CurrentUserID','0'),(55721,12844,'Attempts','1'),(55722,12844,'ClientIP','45.118.70.70'),(55723,12844,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55724,12844,'CurrentUserID','0'),(55725,12845,'Attempts','1'),(55726,12845,'ClientIP','117.222.14.186'),(55727,12845,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55728,12845,'CurrentUserID','0'),(55729,12846,'Attempts','1'),(55730,12846,'ClientIP','177.39.56.86'),(55731,12846,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55732,12846,'CurrentUserID','0'),(55733,12847,'Attempts','1'),(55734,12847,'ClientIP','128.79.20.192'),(55735,12847,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55736,12847,'CurrentUserID','0'),(55737,12848,'Attempts','1'),(55738,12848,'ClientIP','89.80.30.128'),(55739,12848,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55740,12848,'CurrentUserID','0'),(55741,12849,'Attempts','1'),(55742,12849,'ClientIP','179.181.24.36'),(55743,12849,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55744,12849,'CurrentUserID','0'),(55745,12850,'Attempts','1'),(55746,12850,'ClientIP','2.29.230.28'),(55747,12850,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55748,12850,'CurrentUserID','0'),(55749,12851,'Attempts','1'),(55750,12851,'ClientIP','49.150.145.254'),(55751,12851,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55752,12851,'CurrentUserID','0'),(55753,12852,'Attempts','1'),(55754,12852,'ClientIP','160.176.232.6'),(55755,12852,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55756,12852,'CurrentUserID','0'),(55757,12853,'Attempts','1'),(55758,12853,'ClientIP','84.113.130.161'),(55759,12853,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55760,12853,'CurrentUserID','0'),(55761,12854,'Attempts','1'),(55762,12854,'ClientIP','149.88.92.159'),(55763,12854,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55764,12854,'CurrentUserID','0'),(55765,12855,'Attempts','1'),(55766,12855,'ClientIP','5.172.198.106'),(55767,12855,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55768,12855,'CurrentUserID','0'),(55769,12856,'Attempts','1'),(55770,12856,'ClientIP','188.255.197.3'),(55771,12856,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55772,12856,'CurrentUserID','0'),(55773,12857,'Attempts','1'),(55774,12857,'ClientIP','177.137.203.77'),(55775,12857,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55776,12857,'CurrentUserID','0'),(55777,12858,'Attempts','1'),(55778,12858,'ClientIP','49.149.163.175'),(55779,12858,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55780,12858,'CurrentUserID','0'),(55781,12859,'Attempts','1'),(55782,12859,'ClientIP','78.134.61.6'),(55783,12859,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55784,12859,'CurrentUserID','0'),(55785,12860,'Attempts','1'),(55786,12860,'ClientIP','176.241.61.94'),(55787,12860,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55788,12860,'CurrentUserID','0'),(55789,12861,'Attempts','1'),(55790,12861,'ClientIP','126.122.1.193'),(55791,12861,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55792,12861,'CurrentUserID','0'),(55793,12862,'Attempts','1'),(55794,12862,'ClientIP','197.251.161.9'),(55795,12862,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55796,12862,'CurrentUserID','0'),(55797,12863,'Attempts','1'),(55798,12863,'ClientIP','177.130.8.215'),(55799,12863,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55800,12863,'CurrentUserID','0'),(55801,12864,'Attempts','1'),(55802,12864,'ClientIP','31.223.147.97'),(55803,12864,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55804,12864,'CurrentUserID','0'),(55805,12865,'Attempts','1'),(55806,12865,'ClientIP','190.231.197.112'),(55807,12865,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55808,12865,'CurrentUserID','0'),(55809,12866,'Attempts','1'),(55810,12866,'ClientIP','73.193.222.221'),(55811,12866,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55812,12866,'CurrentUserID','0'),(55813,12867,'Attempts','1'),(55814,12867,'ClientIP','2.82.104.109'),(55815,12867,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55816,12867,'CurrentUserID','0'),(55817,12868,'Attempts','1'),(55818,12868,'ClientIP','5.15.88.71'),(55819,12868,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55820,12868,'CurrentUserID','0'),(55821,12869,'Attempts','1'),(55822,12869,'ClientIP','77.221.69.168'),(55823,12869,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55824,12869,'CurrentUserID','0'),(55825,12870,'Attempts','1'),(55826,12870,'ClientIP','189.91.65.2'),(55827,12870,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55828,12870,'CurrentUserID','0'),(55829,12871,'Attempts','1'),(55830,12871,'ClientIP','104.12.62.50'),(55831,12871,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55832,12871,'CurrentUserID','0'),(55833,12872,'Attempts','1'),(55834,12872,'ClientIP','78.1.52.0'),(55835,12872,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55836,12872,'CurrentUserID','0'),(55837,12873,'Attempts','1'),(55838,12873,'ClientIP','121.216.111.157'),(55839,12873,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55840,12873,'CurrentUserID','0'),(55841,12874,'Attempts','1'),(55842,12874,'ClientIP','188.163.66.88'),(55843,12874,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55844,12874,'CurrentUserID','0'),(55845,12875,'Attempts','1'),(55846,12875,'ClientIP','51.174.75.205'),(55847,12875,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55848,12875,'CurrentUserID','0'),(55849,12876,'Attempts','1'),(55850,12876,'ClientIP','103.225.43.122'),(55851,12876,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55852,12876,'CurrentUserID','0'),(55853,12877,'Attempts','1'),(55854,12877,'ClientIP','181.45.193.233'),(55855,12877,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55856,12877,'CurrentUserID','0'),(55857,12878,'Attempts','1'),(55858,12878,'ClientIP','90.199.22.61'),(55859,12878,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55860,12878,'CurrentUserID','0'),(55861,12879,'Attempts','1'),(55862,12879,'ClientIP','213.8.204.46'),(55863,12879,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55864,12879,'CurrentUserID','0'),(55865,12880,'Attempts','1'),(55866,12880,'ClientIP','181.197.243.186'),(55867,12880,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55868,12880,'CurrentUserID','0'),(55869,12881,'Attempts','1'),(55870,12881,'ClientIP','121.54.32.165'),(55871,12881,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55872,12881,'CurrentUserID','0'),(55873,12882,'Attempts','1'),(55874,12882,'ClientIP','197.251.164.216'),(55875,12882,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55876,12882,'CurrentUserID','0'),(55877,12883,'Attempts','1'),(55878,12883,'ClientIP','36.80.109.95'),(55879,12883,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55880,12883,'CurrentUserID','0'),(55881,12884,'Attempts','1'),(55882,12884,'ClientIP','85.67.65.133'),(55883,12884,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55884,12884,'CurrentUserID','0'),(55885,12885,'Attempts','1'),(55886,12885,'ClientIP','36.85.56.60'),(55887,12885,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55888,12885,'CurrentUserID','0'),(55889,12886,'Attempts','2'),(55890,12886,'ClientIP','96.245.254.120'),(55891,12886,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55892,12886,'CurrentUserID','0'),(55893,12887,'Attempts','1'),(55894,12887,'ClientIP','187.226.21.231'),(55895,12887,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55896,12887,'CurrentUserID','0'),(55897,12888,'Attempts','1'),(55898,12888,'ClientIP','105.98.190.122'),(55899,12888,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55900,12888,'CurrentUserID','0'),(55901,12889,'Attempts','1'),(55902,12889,'ClientIP','174.69.202.162'),(55903,12889,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55904,12889,'CurrentUserID','0'),(55905,12890,'Attempts','1'),(55906,12890,'ClientIP','110.36.217.178'),(55907,12890,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55908,12890,'CurrentUserID','0'),(55909,12891,'Attempts','1'),(55910,12891,'ClientIP','183.89.107.205'),(55911,12891,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55912,12891,'CurrentUserID','0'),(55913,12892,'Attempts','1'),(55914,12892,'ClientIP','10.30.64.4'),(55915,12892,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55916,12892,'CurrentUserID','0'),(55917,12893,'Attempts','1'),(55918,12893,'ClientIP','117.195.112.161'),(55919,12893,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55920,12893,'CurrentUserID','0'),(55921,12894,'Attempts','1'),(55922,12894,'ClientIP','112.198.103.58'),(55923,12894,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55924,12894,'CurrentUserID','0'),(55925,12895,'Attempts','1'),(55926,12895,'ClientIP','117.212.238.68'),(55927,12895,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55928,12895,'CurrentUserID','0'),(55929,12896,'Attempts','1'),(55930,12896,'ClientIP','203.106.114.37'),(55931,12896,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55932,12896,'CurrentUserID','0'),(55933,12897,'Attempts','1'),(55934,12897,'ClientIP','112.201.197.90'),(55935,12897,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55936,12897,'CurrentUserID','0'),(55937,12898,'Attempts','1'),(55938,12898,'ClientIP','24.17.211.112'),(55939,12898,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55940,12898,'CurrentUserID','0'),(55941,12899,'Attempts','1'),(55942,12899,'ClientIP','5.178.215.60'),(55943,12899,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55944,12899,'CurrentUserID','0'),(55945,12900,'Attempts','1'),(55946,12900,'ClientIP','41.188.106.249'),(55947,12900,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55948,12900,'CurrentUserID','0'),(55949,12901,'ClientIP','127.0.0.1'),(55950,12901,'Username','Plugin'),(55951,12901,'PromoMessage','<strong>60% OFF On All Premium Add-Ons and Support Bundle</strong><br>Buy all the WP Security Audit Log premium add-ons as bundle and <strong>benefit from a 60% discount</strong>. <strong>All <a href=\"http://www.wpsecurityauditlog.com/plugin-extensions/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=alladdons\" target=\"_blank\">Premium Add-Ons</a></strong> for 1 website only cost $89.'),(55952,12901,'PromoName','Premium Add-Ons'),(55953,12902,'Attempts','1'),(55954,12902,'ClientIP','92.109.118.70'),(55955,12902,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55956,12902,'CurrentUserID','0'),(55957,12903,'Attempts','1'),(55958,12903,'ClientIP','59.95.179.16'),(55959,12903,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55960,12903,'CurrentUserID','0'),(55961,12904,'Attempts','1'),(55962,12904,'ClientIP','93.138.59.139'),(55963,12904,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55964,12904,'CurrentUserID','0'),(55965,12905,'Attempts','1'),(55966,12905,'ClientIP','23.27.13.212'),(55967,12905,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55968,12905,'CurrentUserID','0'),(55969,12906,'Attempts','1'),(55970,12906,'ClientIP','121.98.60.213'),(55971,12906,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55972,12906,'CurrentUserID','0'),(55973,12907,'Attempts','1'),(55974,12907,'ClientIP','81.248.44.136'),(55975,12907,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55976,12907,'CurrentUserID','0'),(55977,12908,'Attempts','1'),(55978,12908,'ClientIP','2.132.85.86'),(55979,12908,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55980,12908,'CurrentUserID','0'),(55981,12909,'Attempts','1'),(55982,12909,'ClientIP','117.201.1.48'),(55983,12909,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55984,12909,'CurrentUserID','0'),(55985,12910,'Attempts','1'),(55986,12910,'ClientIP','202.63.98.13'),(55987,12910,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55988,12910,'CurrentUserID','0'),(55989,12911,'Attempts','1'),(55990,12911,'ClientIP','75.76.56.221'),(55991,12911,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55992,12911,'CurrentUserID','0'),(55993,12912,'Attempts','1'),(55994,12912,'ClientIP','103.198.138.51'),(55995,12912,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(55996,12912,'CurrentUserID','0'),(55997,12913,'Attempts','1'),(55998,12913,'ClientIP','125.166.235.47'),(55999,12913,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56000,12913,'CurrentUserID','0'),(56001,12914,'Attempts','1'),(56002,12914,'ClientIP','112.173.86.158'),(56003,12914,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56004,12914,'CurrentUserID','0'),(56005,12915,'Attempts','1'),(56006,12915,'ClientIP','86.199.15.219'),(56007,12915,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56008,12915,'CurrentUserID','0'),(56009,12916,'Attempts','1'),(56010,12916,'ClientIP','2.60.23.11'),(56011,12916,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56012,12916,'CurrentUserID','0'),(56013,12917,'Attempts','1'),(56014,12917,'ClientIP','36.72.3.192'),(56015,12917,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56016,12917,'CurrentUserID','0'),(56017,12918,'Attempts','1'),(56018,12918,'ClientIP','91.197.144.178'),(56019,12918,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56020,12918,'CurrentUserID','0'),(56021,12919,'Attempts','1'),(56022,12919,'ClientIP','82.231.153.222'),(56023,12919,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56024,12919,'CurrentUserID','0'),(56025,12920,'Attempts','1'),(56026,12920,'ClientIP','88.11.134.94'),(56027,12920,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56028,12920,'CurrentUserID','0'),(56029,12921,'Attempts','1'),(56030,12921,'ClientIP','41.162.49.26'),(56031,12921,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56032,12921,'CurrentUserID','0'),(56033,12922,'Attempts','10+'),(56034,12922,'Username','wsaaus15'),(56035,12922,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(56036,12922,'ClientIP','195.154.199.235'),(56037,12922,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(56038,12923,'Attempts','10+'),(56039,12923,'ClientIP','195.154.199.235'),(56040,12923,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(56041,12923,'CurrentUserID','0'),(56042,12924,'Attempts','1'),(56043,12924,'ClientIP','182.161.2.13'),(56044,12924,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56045,12924,'CurrentUserID','0'),(56046,12925,'Attempts','1'),(56047,12925,'ClientIP','197.251.142.6'),(56048,12925,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56049,12925,'CurrentUserID','0'),(56050,12926,'Attempts','1'),(56051,12926,'ClientIP','46.102.10.65'),(56052,12926,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56053,12926,'CurrentUserID','0'),(56054,12927,'Attempts','1'),(56055,12927,'ClientIP','180.247.129.250'),(56056,12927,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56057,12927,'CurrentUserID','0'),(56058,12928,'Attempts','1'),(56059,12928,'ClientIP','116.193.133.178'),(56060,12928,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56061,12928,'CurrentUserID','0'),(56062,12929,'Attempts','1'),(56063,12929,'ClientIP','36.71.54.3'),(56064,12929,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56065,12929,'CurrentUserID','0'),(56066,12930,'Attempts','1'),(56067,12930,'ClientIP','172.254.11.2'),(56068,12930,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56069,12930,'CurrentUserID','0'),(56070,12931,'Attempts','1'),(56071,12931,'ClientIP','201.62.124.103'),(56072,12931,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56073,12931,'CurrentUserID','0'),(56074,12932,'Attempts','1'),(56075,12932,'ClientIP','31.154.49.113'),(56076,12932,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56077,12932,'CurrentUserID','0'),(56078,12933,'Attempts','1'),(56079,12933,'ClientIP','188.26.42.137'),(56080,12933,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56081,12933,'CurrentUserID','0'),(56082,12934,'Attempts','1'),(56083,12934,'ClientIP','88.158.44.49'),(56084,12934,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56085,12934,'CurrentUserID','0'),(56086,12935,'Attempts','1'),(56087,12935,'ClientIP','180.251.109.37'),(56088,12935,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56089,12935,'CurrentUserID','0'),(56090,12936,'Attempts','1'),(56091,12936,'ClientIP','176.74.124.211'),(56092,12936,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56093,12936,'CurrentUserID','0'),(56094,12937,'Attempts','1'),(56095,12937,'ClientIP','179.192.68.42'),(56096,12937,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56097,12937,'CurrentUserID','0'),(56098,12938,'Attempts','1'),(56099,12938,'ClientIP','90.5.178.197'),(56100,12938,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56101,12938,'CurrentUserID','0'),(56102,12939,'Attempts','1'),(56103,12939,'ClientIP','47.63.255.246'),(56104,12939,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56105,12939,'CurrentUserID','0'),(56106,12940,'Attempts','1'),(56107,12940,'ClientIP','175.142.190.3'),(56108,12940,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56109,12940,'CurrentUserID','0'),(56110,12941,'Attempts','2'),(56111,12941,'ClientIP','103.206.115.20'),(56112,12941,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56113,12941,'CurrentUserID','0'),(56114,12942,'Attempts','1'),(56115,12942,'ClientIP','112.133.232.5'),(56116,12942,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56117,12942,'CurrentUserID','0'),(56118,12943,'Attempts','1'),(56119,12943,'ClientIP','122.149.243.221'),(56120,12943,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56121,12943,'CurrentUserID','0'),(56122,12944,'Attempts','1'),(56123,12944,'ClientIP','185.95.205.3'),(56124,12944,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56125,12944,'CurrentUserID','0'),(56126,12945,'Attempts','1'),(56127,12945,'ClientIP','58.200.129.139'),(56128,12945,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56129,12945,'CurrentUserID','0'),(56130,12946,'Attempts','1'),(56131,12946,'ClientIP','92.83.246.64'),(56132,12946,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56133,12946,'CurrentUserID','0'),(56134,12947,'Attempts','1'),(56135,12947,'ClientIP','156.204.214.96'),(56136,12947,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56137,12947,'CurrentUserID','0'),(56138,12948,'Attempts','1'),(56139,12948,'ClientIP','51.36.170.166'),(56140,12948,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56141,12948,'CurrentUserID','0'),(56142,12949,'Attempts','1'),(56143,12949,'ClientIP','24.128.172.160'),(56144,12949,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56145,12949,'CurrentUserID','0'),(56146,12950,'Attempts','1'),(56147,12950,'ClientIP','118.68.150.127'),(56148,12950,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56149,12950,'CurrentUserID','0'),(56150,12951,'Attempts','1'),(56151,12951,'ClientIP','212.121.104.124'),(56152,12951,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56153,12951,'CurrentUserID','0'),(56154,12952,'Attempts','1'),(56155,12952,'ClientIP','95.152.18.163'),(56156,12952,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56157,12952,'CurrentUserID','0'),(56158,12953,'Attempts','1'),(56159,12953,'ClientIP','94.156.7.238'),(56160,12953,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56161,12953,'CurrentUserID','0'),(56162,12954,'Attempts','1'),(56163,12954,'ClientIP','174.89.29.205'),(56164,12954,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56165,12954,'CurrentUserID','0'),(56166,12955,'Attempts','1'),(56167,12955,'ClientIP','79.126.131.98'),(56168,12955,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56169,12955,'CurrentUserID','0'),(56170,12956,'Attempts','2'),(56171,12956,'ClientIP','181.45.193.233'),(56172,12956,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56173,12956,'CurrentUserID','0'),(56174,12957,'Attempts','1'),(56175,12957,'ClientIP','5.18.141.37'),(56176,12957,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56177,12957,'CurrentUserID','0'),(56178,12958,'Attempts','1'),(56179,12958,'ClientIP','88.147.90.133'),(56180,12958,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56181,12958,'CurrentUserID','0'),(56182,12959,'Attempts','1'),(56183,12959,'ClientIP','150.107.9.150'),(56184,12959,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56185,12959,'CurrentUserID','0'),(56186,12960,'Attempts','1'),(56187,12960,'ClientIP','178.249.117.46'),(56188,12960,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56189,12960,'CurrentUserID','0'),(56190,12961,'Attempts','1'),(56191,12961,'ClientIP','93.87.229.19'),(56192,12961,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56193,12961,'CurrentUserID','0'),(56194,12962,'Attempts','1'),(56195,12962,'ClientIP','105.101.168.8'),(56196,12962,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56197,12962,'CurrentUserID','0'),(56198,12963,'Attempts','1'),(56199,12963,'ClientIP','62.121.93.3'),(56200,12963,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56201,12963,'CurrentUserID','0'),(56202,12964,'Attempts','1'),(56203,12964,'ClientIP','188.25.145.51'),(56204,12964,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56205,12964,'CurrentUserID','0'),(56206,12965,'Attempts','1'),(56207,12965,'ClientIP','201.22.83.26'),(56208,12965,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56209,12965,'CurrentUserID','0'),(56210,12966,'Attempts','1'),(56211,12966,'ClientIP','112.196.176.189'),(56212,12966,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56213,12966,'CurrentUserID','0'),(56214,12967,'Attempts','1'),(56215,12967,'ClientIP','192.168.77.2'),(56216,12967,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56217,12967,'CurrentUserID','0'),(56218,12968,'Attempts','1'),(56219,12968,'ClientIP','46.37.73.6'),(56220,12968,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56221,12968,'CurrentUserID','0'),(56222,12969,'Attempts','1'),(56223,12969,'ClientIP','189.81.159.142'),(56224,12969,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56225,12969,'CurrentUserID','0'),(56226,12970,'Attempts','1'),(56227,12970,'ClientIP','200.82.106.238'),(56228,12970,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56229,12970,'CurrentUserID','0'),(56230,12971,'Attempts','1'),(56231,12971,'ClientIP','196.22.57.136'),(56232,12971,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56233,12971,'CurrentUserID','0'),(56234,12972,'Attempts','1'),(56235,12972,'ClientIP','109.51.90.160'),(56236,12972,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56237,12972,'CurrentUserID','0'),(56238,12973,'Attempts','1'),(56239,12973,'ClientIP','187.175.42.29'),(56240,12973,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56241,12973,'CurrentUserID','0'),(56242,12974,'Attempts','1'),(56243,12974,'ClientIP','182.23.82.18'),(56244,12974,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56245,12974,'CurrentUserID','0'),(56246,12975,'Attempts','1'),(56247,12975,'ClientIP','94.248.252.230'),(56248,12975,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56249,12975,'CurrentUserID','0'),(56250,12976,'Attempts','1'),(56251,12976,'ClientIP','121.54.47.2'),(56252,12976,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56253,12976,'CurrentUserID','0'),(56254,12977,'Attempts','1'),(56255,12977,'ClientIP','2.9.21.214'),(56256,12977,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56257,12977,'CurrentUserID','0'),(56258,12978,'Attempts','1'),(56259,12978,'ClientIP','191.253.224.233'),(56260,12978,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56261,12978,'CurrentUserID','0'),(56262,12979,'Attempts','1'),(56263,12979,'ClientIP','187.136.161.244'),(56264,12979,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56265,12979,'CurrentUserID','0'),(56266,12980,'Attempts','1'),(56267,12980,'ClientIP','41.96.55.128'),(56268,12980,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56269,12980,'CurrentUserID','0'),(56270,12981,'Attempts','1'),(56271,12981,'ClientIP','37.29.107.141'),(56272,12981,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56273,12981,'CurrentUserID','0'),(56274,12982,'Attempts','1'),(56275,12982,'ClientIP','120.29.82.58'),(56276,12982,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56277,12982,'CurrentUserID','0'),(56278,12983,'Attempts','1'),(56279,12983,'ClientIP','188.246.63.117'),(56280,12983,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56281,12983,'CurrentUserID','0'),(56282,12984,'Attempts','1'),(56283,12984,'ClientIP','105.103.75.118'),(56284,12984,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56285,12984,'CurrentUserID','0'),(56286,12985,'Attempts','1'),(56287,12985,'ClientIP','115.187.54.171'),(56288,12985,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56289,12985,'CurrentUserID','0'),(56290,12986,'Attempts','1'),(56291,12986,'ClientIP','88.207.118.167'),(56292,12986,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56293,12986,'CurrentUserID','0'),(56294,12987,'Attempts','1'),(56295,12987,'ClientIP','217.196.202.146'),(56296,12987,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56297,12987,'CurrentUserID','0'),(56298,12988,'Attempts','1'),(56299,12988,'ClientIP','197.234.247.213'),(56300,12988,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56301,12988,'CurrentUserID','0'),(56302,12989,'Attempts','1'),(56303,12989,'ClientIP','92.25.64.224'),(56304,12989,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56305,12989,'CurrentUserID','0'),(56306,12990,'Attempts','1'),(56307,12990,'ClientIP','103.21.235.197'),(56308,12990,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56309,12990,'CurrentUserID','0'),(56310,12991,'Attempts','1'),(56311,12991,'ClientIP','1.186.211.180'),(56312,12991,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56313,12991,'CurrentUserID','0'),(56314,12992,'Attempts','1'),(56315,12992,'ClientIP','41.233.43.134'),(56316,12992,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56317,12992,'CurrentUserID','0'),(56318,12993,'Attempts','1'),(56319,12993,'ClientIP','185.129.37.22'),(56320,12993,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56321,12993,'CurrentUserID','0'),(56322,12994,'Attempts','1'),(56323,12994,'ClientIP','103.44.48.90'),(56324,12994,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56325,12994,'CurrentUserID','0'),(56326,12995,'Attempts','10+'),(56327,12995,'ClientIP','50.63.172.241'),(56328,12995,'UserAgent',''),(56329,12995,'CurrentUserID','0'),(56330,12996,'Attempts','1'),(56331,12996,'ClientIP','37.189.98.198'),(56332,12996,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56333,12996,'CurrentUserID','0'),(56334,12997,'Attempts','1'),(56335,12997,'ClientIP','45.104.200.47'),(56336,12997,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56337,12997,'CurrentUserID','0'),(56338,12998,'Attempts','1'),(56339,12998,'ClientIP','109.93.141.132'),(56340,12998,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56341,12998,'CurrentUserID','0'),(56342,12999,'Attempts','1'),(56343,12999,'ClientIP','177.124.55.162'),(56344,12999,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56345,12999,'CurrentUserID','0'),(56346,13000,'Attempts','1'),(56347,13000,'ClientIP','186.105.170.164'),(56348,13000,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56349,13000,'CurrentUserID','0'),(56350,13001,'Attempts','1'),(56351,13001,'ClientIP','45.116.233.34'),(56352,13001,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56353,13001,'CurrentUserID','0'),(56354,13002,'Attempts','1'),(56355,13002,'ClientIP','41.43.196.236'),(56356,13002,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56357,13002,'CurrentUserID','0'),(56358,13003,'Attempts','1'),(56359,13003,'ClientIP','41.73.212.175'),(56360,13003,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56361,13003,'CurrentUserID','0'),(56362,13004,'Attempts','2'),(56363,13004,'ClientIP','86.97.118.115'),(56364,13004,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56365,13004,'CurrentUserID','0'),(56366,13005,'Attempts','1'),(56367,13005,'ClientIP','183.171.19.84'),(56368,13005,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56369,13005,'CurrentUserID','0'),(56370,13006,'Attempts','1'),(56371,13006,'ClientIP','27.7.70.20'),(56372,13006,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56373,13006,'CurrentUserID','0'),(56374,13007,'Attempts','1'),(56375,13007,'ClientIP','105.159.48.28'),(56376,13007,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56377,13007,'CurrentUserID','0'),(56378,13008,'Attempts','1'),(56379,13008,'ClientIP','78.52.20.179'),(56380,13008,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56381,13008,'CurrentUserID','0'),(56382,13009,'Attempts','10+'),(56383,13009,'ClientIP','178.18.135.13'),(56384,13009,'UserAgent',''),(56385,13009,'CurrentUserID','0'),(56386,13010,'Attempts','1'),(56387,13010,'ClientIP','120.28.14.226'),(56388,13010,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56389,13010,'CurrentUserID','0'),(56390,13011,'Attempts','1'),(56391,13011,'ClientIP','200.120.200.63'),(56392,13011,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56393,13011,'CurrentUserID','0'),(56394,13012,'Attempts','1'),(56395,13012,'ClientIP','191.5.131.2'),(56396,13012,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56397,13012,'CurrentUserID','0'),(56398,13013,'Attempts','1'),(56399,13013,'ClientIP','189.208.190.216'),(56400,13013,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56401,13013,'CurrentUserID','0'),(56402,13014,'Attempts','1'),(56403,13014,'ClientIP','202.9.40.137'),(56404,13014,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56405,13014,'CurrentUserID','0'),(56406,13015,'Attempts','1'),(56407,13015,'ClientIP','189.202.39.204'),(56408,13015,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56409,13015,'CurrentUserID','0'),(56410,13016,'Attempts','1'),(56411,13016,'ClientIP','73.150.50.158'),(56412,13016,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56413,13016,'CurrentUserID','0'),(56414,13017,'Attempts','1'),(56415,13017,'ClientIP','79.12.225.187'),(56416,13017,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56417,13017,'CurrentUserID','0'),(56418,13018,'Attempts','1'),(56419,13018,'ClientIP','201.18.80.25'),(56420,13018,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56421,13018,'CurrentUserID','0'),(56422,13019,'Attempts','1'),(56423,13019,'ClientIP','78.190.169.204'),(56424,13019,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56425,13019,'CurrentUserID','0'),(56426,13020,'Attempts','1'),(56427,13020,'ClientIP','175.142.158.199'),(56428,13020,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56429,13020,'CurrentUserID','0'),(56430,13021,'Attempts','1'),(56431,13021,'ClientIP','42.60.6.95'),(56432,13021,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56433,13021,'CurrentUserID','0'),(56434,13022,'Attempts','1'),(56435,13022,'ClientIP','41.250.192.97'),(56436,13022,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56437,13022,'CurrentUserID','0'),(56438,13023,'Attempts','1'),(56439,13023,'ClientIP','109.86.172.81'),(56440,13023,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56441,13023,'CurrentUserID','0'),(56442,13024,'Attempts','1'),(56443,13024,'ClientIP','23.27.248.54'),(56444,13024,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56445,13024,'CurrentUserID','0'),(56446,13025,'Attempts','1'),(56447,13025,'ClientIP','120.29.82.4'),(56448,13025,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56449,13025,'CurrentUserID','0'),(56450,13026,'Attempts','1'),(56451,13026,'ClientIP','189.59.127.72'),(56452,13026,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56453,13026,'CurrentUserID','0'),(56454,13027,'Attempts','1'),(56455,13027,'ClientIP','84.127.226.179'),(56456,13027,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56457,13027,'CurrentUserID','0'),(56458,13028,'Attempts','2'),(56459,13028,'ClientIP','174.69.202.162'),(56460,13028,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56461,13028,'CurrentUserID','0'),(56462,13029,'Attempts','1'),(56463,13029,'ClientIP','210.10.182.234'),(56464,13029,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56465,13029,'CurrentUserID','0'),(56466,13030,'Attempts','1'),(56467,13030,'ClientIP','49.146.93.183'),(56468,13030,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56469,13030,'CurrentUserID','0'),(56470,13031,'Attempts','1'),(56471,13031,'ClientIP','118.170.35.229'),(56472,13031,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56473,13031,'CurrentUserID','0'),(56474,13032,'Attempts','1'),(56475,13032,'ClientIP','190.130.14.25'),(56476,13032,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56477,13032,'CurrentUserID','0'),(56478,13033,'Attempts','1'),(56479,13033,'ClientIP','197.251.164.108'),(56480,13033,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56481,13033,'CurrentUserID','0'),(56482,13034,'Attempts','1'),(56483,13034,'ClientIP','197.2.66.145'),(56484,13034,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56485,13034,'CurrentUserID','0'),(56486,13035,'Attempts','1'),(56487,13035,'ClientIP','91.147.198.143'),(56488,13035,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56489,13035,'CurrentUserID','0'),(56490,13036,'Attempts','1'),(56491,13036,'ClientIP','200.114.181.235'),(56492,13036,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56493,13036,'CurrentUserID','0'),(56494,13037,'Attempts','1'),(56495,13037,'ClientIP','122.174.45.141'),(56496,13037,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56497,13037,'CurrentUserID','0'),(56498,13038,'Attempts','1'),(56499,13038,'ClientIP','117.194.99.95'),(56500,13038,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56501,13038,'CurrentUserID','0'),(56502,13039,'Attempts','1'),(56503,13039,'ClientIP','109.96.236.107'),(56504,13039,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56505,13039,'CurrentUserID','0'),(56506,13040,'Attempts','1'),(56507,13040,'ClientIP','118.137.198.122'),(56508,13040,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56509,13040,'CurrentUserID','0'),(56510,13041,'Attempts','10+'),(56511,13041,'ClientIP','198.57.163.139'),(56512,13041,'UserAgent',''),(56513,13041,'CurrentUserID','0'),(56514,13042,'Attempts','1'),(56515,13042,'ClientIP','112.203.128.138'),(56516,13042,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56517,13042,'CurrentUserID','0'),(56518,13043,'Attempts','1'),(56519,13043,'ClientIP','103.51.222.22'),(56520,13043,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56521,13043,'CurrentUserID','0'),(56522,13044,'Attempts','1'),(56523,13044,'ClientIP','1.32.0.253'),(56524,13044,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56525,13044,'CurrentUserID','0'),(56526,13045,'Attempts','1'),(56527,13045,'ClientIP','123.243.151.151'),(56528,13045,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56529,13045,'CurrentUserID','0'),(56530,13046,'Attempts','1'),(56531,13046,'ClientIP','92.115.236.4'),(56532,13046,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56533,13046,'CurrentUserID','0'),(56534,13047,'Attempts','1'),(56535,13047,'ClientIP','36.76.21.26'),(56536,13047,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56537,13047,'CurrentUserID','0'),(56538,13048,'Attempts','1'),(56539,13048,'ClientIP','61.0.174.71'),(56540,13048,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56541,13048,'CurrentUserID','0'),(56542,13049,'Attempts','1'),(56543,13049,'ClientIP','77.28.144.98'),(56544,13049,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56545,13049,'CurrentUserID','0'),(56546,13050,'Attempts','10+'),(56547,13050,'ClientIP','167.114.208.52'),(56548,13050,'UserAgent',''),(56549,13050,'CurrentUserID','0'),(56550,13051,'ClientIP','127.0.0.1'),(56551,13051,'Username','Plugin'),(56552,13051,'PromoMessage','<strong>Email Notifications for WordPress</strong><br>Receive an email when a user changes a password, when someone logs in during odd hours or from an unusual location with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/wordpress-email-notifications-add-on/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=emailnotifications\" target=\"_blank\">Email Notifications Add-on</a></strong>'),(56553,13051,'PromoName','Email Notifications Add-on'),(56554,13052,'Attempts','1'),(56555,13052,'ClientIP','37.21.215.145'),(56556,13052,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56557,13052,'CurrentUserID','0'),(56558,13053,'Attempts','1'),(56559,13053,'ClientIP','88.232.71.194'),(56560,13053,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56561,13053,'CurrentUserID','0'),(56562,13054,'Attempts','1'),(56563,13054,'ClientIP','89.176.49.34'),(56564,13054,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56565,13054,'CurrentUserID','0'),(56566,13055,'Attempts','1'),(56567,13055,'ClientIP','83.45.106.186'),(56568,13055,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56569,13055,'CurrentUserID','0'),(56570,13056,'Attempts','1'),(56571,13056,'ClientIP','154.68.19.79'),(56572,13056,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56573,13056,'CurrentUserID','0'),(56574,13057,'Attempts','1'),(56575,13057,'ClientIP','202.78.232.177'),(56576,13057,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56577,13057,'CurrentUserID','0'),(56578,13058,'Attempts','1'),(56579,13058,'ClientIP','61.238.53.94'),(56580,13058,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56581,13058,'CurrentUserID','0'),(56582,13059,'Attempts','1'),(56583,13059,'ClientIP','77.251.137.89'),(56584,13059,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56585,13059,'CurrentUserID','0'),(56586,13060,'Attempts','1'),(56587,13060,'ClientIP','95.176.20.225'),(56588,13060,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56589,13060,'CurrentUserID','0'),(56590,13061,'Attempts','1'),(56591,13061,'ClientIP','136.169.225.249'),(56592,13061,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56593,13061,'CurrentUserID','0'),(56594,13062,'Attempts','1'),(56595,13062,'ClientIP','115.87.48.122'),(56596,13062,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56597,13062,'CurrentUserID','0'),(56598,13063,'Attempts','1'),(56599,13063,'ClientIP','169.255.184.240'),(56600,13063,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56601,13063,'CurrentUserID','0'),(56602,13064,'Attempts','1'),(56603,13064,'ClientIP','95.180.33.240'),(56604,13064,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56605,13064,'CurrentUserID','0'),(56606,13065,'Attempts','1'),(56607,13065,'ClientIP','103.212.156.76'),(56608,13065,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56609,13065,'CurrentUserID','0'),(56610,13066,'Attempts','1'),(56611,13066,'ClientIP','46.36.7.47'),(56612,13066,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56613,13066,'CurrentUserID','0'),(56614,13067,'Attempts','1'),(56615,13067,'ClientIP','193.227.20.187'),(56616,13067,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56617,13067,'CurrentUserID','0'),(56618,13068,'Attempts','1'),(56619,13068,'ClientIP','197.8.41.251'),(56620,13068,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56621,13068,'CurrentUserID','0'),(56622,13069,'Attempts','1'),(56623,13069,'ClientIP','122.173.34.48'),(56624,13069,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56625,13069,'CurrentUserID','0'),(56626,13070,'Attempts','1'),(56627,13070,'ClientIP','180.191.61.12'),(56628,13070,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56629,13070,'CurrentUserID','0'),(56630,13071,'Attempts','1'),(56631,13071,'ClientIP','81.183.126.115'),(56632,13071,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56633,13071,'CurrentUserID','0'),(56634,13072,'Attempts','1'),(56635,13072,'ClientIP','5.36.52.9'),(56636,13072,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56637,13072,'CurrentUserID','0'),(56638,13073,'Attempts','1'),(56639,13073,'ClientIP','5.15.26.50'),(56640,13073,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56641,13073,'CurrentUserID','0'),(56642,13074,'Attempts','1'),(56643,13074,'ClientIP','201.76.251.76'),(56644,13074,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56645,13074,'CurrentUserID','0'),(56646,13075,'Attempts','1'),(56647,13075,'ClientIP','79.118.48.91'),(56648,13075,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56649,13075,'CurrentUserID','0'),(56650,13076,'Attempts','1'),(56651,13076,'ClientIP','85.219.97.105'),(56652,13076,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56653,13076,'CurrentUserID','0'),(56654,13077,'Attempts','1'),(56655,13077,'ClientIP','95.42.240.156'),(56656,13077,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56657,13077,'CurrentUserID','0'),(56658,13078,'Attempts','1'),(56659,13078,'ClientIP','41.140.137.148'),(56660,13078,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56661,13078,'CurrentUserID','0'),(56662,13079,'Attempts','1'),(56663,13079,'ClientIP','203.215.116.209'),(56664,13079,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56665,13079,'CurrentUserID','0'),(56666,13080,'Attempts','1'),(56667,13080,'ClientIP','79.12.225.187'),(56668,13080,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56669,13080,'CurrentUserID','0'),(56670,13081,'Attempts','1'),(56671,13081,'ClientIP','187.23.56.42'),(56672,13081,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56673,13081,'CurrentUserID','0'),(56674,13082,'Attempts','1'),(56675,13082,'ClientIP','46.99.145.35'),(56676,13082,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56677,13082,'CurrentUserID','0'),(56678,13083,'Attempts','1'),(56679,13083,'ClientIP','41.43.251.43'),(56680,13083,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56681,13083,'CurrentUserID','0'),(56682,13084,'Attempts','1'),(56683,13084,'ClientIP','109.97.78.92'),(56684,13084,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56685,13084,'CurrentUserID','0'),(56686,13085,'Attempts','1'),(56687,13085,'ClientIP','123.24.224.245'),(56688,13085,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56689,13085,'CurrentUserID','0'),(56690,13086,'Attempts','1'),(56691,13086,'ClientIP','197.200.6.57'),(56692,13086,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56693,13086,'CurrentUserID','0'),(56694,13087,'Attempts','1'),(56695,13087,'ClientIP','95.137.189.65'),(56696,13087,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56697,13087,'CurrentUserID','0'),(56698,13088,'Attempts','1'),(56699,13088,'ClientIP','95.111.108.75'),(56700,13088,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56701,13088,'CurrentUserID','0'),(56702,13089,'Attempts','1'),(56703,13089,'ClientIP','190.188.40.41'),(56704,13089,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56705,13089,'CurrentUserID','0'),(56706,13090,'Attempts','1'),(56707,13090,'ClientIP','195.238.119.67'),(56708,13090,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56709,13090,'CurrentUserID','0'),(56710,13091,'Attempts','1'),(56711,13091,'ClientIP','111.119.163.216'),(56712,13091,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56713,13091,'CurrentUserID','0'),(56714,13092,'Attempts','1'),(56715,13092,'ClientIP','151.25.121.115'),(56716,13092,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56717,13092,'CurrentUserID','0'),(56718,13093,'Attempts','1'),(56719,13093,'ClientIP','101.177.86.142'),(56720,13093,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56721,13093,'CurrentUserID','0'),(56722,13094,'Attempts','1'),(56723,13094,'ClientIP','89.73.241.62'),(56724,13094,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56725,13094,'CurrentUserID','0'),(56726,13095,'Attempts','1'),(56727,13095,'ClientIP','188.94.32.32'),(56728,13095,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56729,13095,'CurrentUserID','0'),(56730,13096,'Attempts','1'),(56731,13096,'ClientIP','41.210.9.53'),(56732,13096,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56733,13096,'CurrentUserID','0'),(56734,13097,'Attempts','1'),(56735,13097,'ClientIP','95.180.48.113'),(56736,13097,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56737,13097,'CurrentUserID','0'),(56738,13098,'Attempts','1'),(56739,13098,'ClientIP','78.31.58.51'),(56740,13098,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56741,13098,'CurrentUserID','0'),(56742,13099,'Attempts','1'),(56743,13099,'ClientIP','5.172.238.233'),(56744,13099,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56745,13099,'CurrentUserID','0'),(56746,13100,'Attempts','1'),(56747,13100,'ClientIP','105.156.5.143'),(56748,13100,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56749,13100,'CurrentUserID','0'),(56750,13101,'Attempts','1'),(56751,13101,'ClientIP','78.97.111.30'),(56752,13101,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56753,13101,'CurrentUserID','0'),(56754,13102,'Attempts','1'),(56755,13102,'ClientIP','176.214.109.36'),(56756,13102,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56757,13102,'CurrentUserID','0'),(56758,13103,'Attempts','1'),(56759,13103,'ClientIP','112.134.64.29'),(56760,13103,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56761,13103,'CurrentUserID','0'),(56762,13104,'Attempts','1'),(56763,13104,'ClientIP','178.175.18.227'),(56764,13104,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56765,13104,'CurrentUserID','0'),(56766,13105,'Attempts','1'),(56767,13105,'ClientIP','176.74.124.211'),(56768,13105,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56769,13105,'CurrentUserID','0'),(56770,13106,'Attempts','1'),(56771,13106,'ClientIP','78.87.75.215'),(56772,13106,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56773,13106,'CurrentUserID','0'),(56774,13107,'Attempts','1'),(56775,13107,'ClientIP','59.95.217.69'),(56776,13107,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56777,13107,'CurrentUserID','0'),(56778,13108,'Attempts','1'),(56779,13108,'ClientIP','41.68.41.61'),(56780,13108,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56781,13108,'CurrentUserID','0'),(56782,13109,'Attempts','1'),(56783,13109,'ClientIP','186.6.170.82'),(56784,13109,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56785,13109,'CurrentUserID','0'),(56786,13110,'Attempts','1'),(56787,13110,'ClientIP','167.249.5.32'),(56788,13110,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56789,13110,'CurrentUserID','0'),(56790,13111,'Attempts','1'),(56791,13111,'ClientIP','117.248.8.144'),(56792,13111,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56793,13111,'CurrentUserID','0'),(56794,13112,'Attempts','1'),(56795,13112,'ClientIP','88.203.160.102'),(56796,13112,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56797,13112,'CurrentUserID','0'),(56798,13113,'Attempts','1'),(56799,13113,'ClientIP','197.1.165.17'),(56800,13113,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56801,13113,'CurrentUserID','0'),(56802,13114,'Attempts','1'),(56803,13114,'ClientIP','185.129.37.22'),(56804,13114,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56805,13114,'CurrentUserID','0'),(56806,13115,'Attempts','1'),(56807,13115,'ClientIP','78.179.14.29'),(56808,13115,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56809,13115,'CurrentUserID','0'),(56810,13116,'Attempts','1'),(56811,13116,'ClientIP','213.8.204.37'),(56812,13116,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56813,13116,'CurrentUserID','0'),(56814,13117,'Attempts','1'),(56815,13117,'ClientIP','39.54.231.202'),(56816,13117,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56817,13117,'CurrentUserID','0'),(56818,13118,'Attempts','1'),(56819,13118,'ClientIP','203.215.118.141'),(56820,13118,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56821,13118,'CurrentUserID','0'),(56822,13119,'Attempts','10+'),(56823,13119,'ClientIP','91.200.12.83'),(56824,13119,'UserAgent','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)'),(56825,13119,'CurrentUserID','0'),(56826,13120,'Attempts','1'),(56827,13120,'ClientIP','174.93.60.183'),(56828,13120,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56829,13120,'CurrentUserID','0'),(56830,13121,'Attempts','1'),(56831,13121,'ClientIP','178.220.123.219'),(56832,13121,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56833,13121,'CurrentUserID','0'),(56834,13122,'Attempts','1'),(56835,13122,'ClientIP','105.224.237.226'),(56836,13122,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56837,13122,'CurrentUserID','0'),(56838,13123,'Attempts','1'),(56839,13123,'ClientIP','117.216.224.159'),(56840,13123,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56841,13123,'CurrentUserID','0'),(56842,13124,'Attempts','1'),(56843,13124,'ClientIP','186.57.55.96'),(56844,13124,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56845,13124,'CurrentUserID','0'),(56846,13125,'Attempts','1'),(56847,13125,'ClientIP','186.128.74.2'),(56848,13125,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56849,13125,'CurrentUserID','0'),(56850,13126,'Attempts','1'),(56851,13126,'ClientIP','122.2.65.115'),(56852,13126,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56853,13126,'CurrentUserID','0'),(56854,13127,'Attempts','1'),(56855,13127,'ClientIP','109.252.62.70'),(56856,13127,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56857,13127,'CurrentUserID','0'),(56858,13128,'Attempts','1'),(56859,13128,'ClientIP','39.54.115.240'),(56860,13128,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56861,13128,'CurrentUserID','0'),(56862,13129,'Attempts','1'),(56863,13129,'ClientIP','175.208.166.137'),(56864,13129,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56865,13129,'CurrentUserID','0'),(56866,13130,'Attempts','1'),(56867,13130,'ClientIP','138.36.35.55'),(56868,13130,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56869,13130,'CurrentUserID','0'),(56870,13131,'Attempts','1'),(56871,13131,'ClientIP','165.255.159.36'),(56872,13131,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56873,13131,'CurrentUserID','0'),(56874,13132,'Attempts','1'),(56875,13132,'ClientIP','36.76.229.63'),(56876,13132,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56877,13132,'CurrentUserID','0'),(56878,13133,'Attempts','1'),(56879,13133,'ClientIP','190.12.7.118'),(56880,13133,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56881,13133,'CurrentUserID','0'),(56882,13134,'Attempts','1'),(56883,13134,'ClientIP','58.8.151.153'),(56884,13134,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56885,13134,'CurrentUserID','0'),(56886,13135,'Attempts','1'),(56887,13135,'ClientIP','49.150.11.86'),(56888,13135,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56889,13135,'CurrentUserID','0'),(56890,13136,'Attempts','1'),(56891,13136,'ClientIP','179.183.142.225'),(56892,13136,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56893,13136,'CurrentUserID','0'),(56894,13137,'Attempts','1'),(56895,13137,'ClientIP','197.89.7.115'),(56896,13137,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56897,13137,'CurrentUserID','0'),(56898,13138,'Attempts','1'),(56899,13138,'ClientIP','121.6.232.23'),(56900,13138,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56901,13138,'CurrentUserID','0'),(56902,13139,'Attempts','1'),(56903,13139,'ClientIP','67.250.113.236'),(56904,13139,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56905,13139,'CurrentUserID','0'),(56906,13140,'Attempts','1'),(56907,13140,'ClientIP','100.12.57.187'),(56908,13140,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56909,13140,'CurrentUserID','0'),(56910,13141,'Attempts','1'),(56911,13141,'ClientIP','219.92.240.135'),(56912,13141,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56913,13141,'CurrentUserID','0'),(56914,13142,'Attempts','1'),(56915,13142,'ClientIP','210.56.125.227'),(56916,13142,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56917,13142,'CurrentUserID','0'),(56918,13143,'Attempts','1'),(56919,13143,'ClientIP','1.41.202.213'),(56920,13143,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56921,13143,'CurrentUserID','0'),(56922,13144,'Attempts','1'),(56923,13144,'ClientIP','117.223.16.126'),(56924,13144,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56925,13144,'CurrentUserID','0'),(56926,13145,'Attempts','1'),(56927,13145,'ClientIP','96.21.100.118'),(56928,13145,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56929,13145,'CurrentUserID','0'),(56930,13146,'Attempts','1'),(56931,13146,'ClientIP','123.136.196.31'),(56932,13146,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56933,13146,'CurrentUserID','0'),(56934,13147,'Attempts','1'),(56935,13147,'ClientIP','118.137.198.122'),(56936,13147,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56937,13147,'CurrentUserID','0'),(56938,13148,'Attempts','1'),(56939,13148,'ClientIP','197.33.0.135'),(56940,13148,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56941,13148,'CurrentUserID','0'),(56942,13149,'Attempts','1'),(56943,13149,'ClientIP','39.54.76.14'),(56944,13149,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56945,13149,'CurrentUserID','0'),(56946,13151,'Attempts','1'),(56947,13150,'Attempts','1'),(56948,13151,'ClientIP','103.229.84.126'),(56949,13150,'ClientIP','188.123.100.211'),(56950,13151,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56951,13150,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56952,13151,'CurrentUserID','0'),(56953,13150,'CurrentUserID','0'),(56954,13152,'Attempts','10+'),(56955,13152,'Username','wsaaus15'),(56956,13152,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(56957,13152,'ClientIP','195.154.199.235'),(56958,13152,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(56959,13153,'Attempts','10+'),(56960,13153,'ClientIP','195.154.199.235'),(56961,13153,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(56962,13153,'CurrentUserID','0'),(56963,13154,'Attempts','1'),(56964,13154,'ClientIP','62.84.232.206'),(56965,13154,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56966,13154,'CurrentUserID','0'),(56967,13155,'Attempts','1'),(56968,13155,'ClientIP','62.85.71.114'),(56969,13155,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56970,13155,'CurrentUserID','0'),(56971,13156,'Attempts','1'),(56972,13156,'ClientIP','37.211.9.10'),(56973,13156,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56974,13156,'CurrentUserID','0'),(56975,13157,'Attempts','1'),(56976,13157,'ClientIP','79.43.59.61'),(56977,13157,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56978,13157,'CurrentUserID','0'),(56979,13158,'Attempts','1'),(56980,13158,'ClientIP','112.201.198.16'),(56981,13158,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56982,13158,'CurrentUserID','0'),(56983,13159,'Attempts','1'),(56984,13159,'ClientIP','103.61.180.237'),(56985,13159,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56986,13159,'CurrentUserID','0'),(56987,13160,'Attempts','1'),(56988,13160,'ClientIP','82.24.119.196'),(56989,13160,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56990,13160,'CurrentUserID','0'),(56991,13161,'Attempts','1'),(56992,13161,'ClientIP','39.54.231.202'),(56993,13161,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56994,13161,'CurrentUserID','0'),(56995,13162,'Attempts','1'),(56996,13162,'ClientIP','82.77.206.57'),(56997,13162,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(56998,13162,'CurrentUserID','0'),(56999,13163,'Attempts','1'),(57000,13163,'ClientIP','112.202.144.154'),(57001,13163,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57002,13163,'CurrentUserID','0'),(57003,13164,'Attempts','1'),(57004,13164,'ClientIP','2.50.55.63'),(57005,13164,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57006,13164,'CurrentUserID','0'),(57007,13165,'Attempts','1'),(57008,13165,'ClientIP','116.98.177.164'),(57009,13165,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57010,13165,'CurrentUserID','0'),(57011,13166,'Attempts','1'),(57012,13166,'ClientIP','176.74.124.211'),(57013,13166,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57014,13166,'CurrentUserID','0'),(57015,13167,'Attempts','1'),(57016,13167,'ClientIP','177.91.168.88'),(57017,13167,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57018,13167,'CurrentUserID','0'),(57019,13168,'Attempts','1'),(57020,13168,'ClientIP','39.54.61.131'),(57021,13168,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57022,13168,'CurrentUserID','0'),(57023,13169,'Attempts','1'),(57024,13169,'ClientIP','109.155.120.53'),(57025,13169,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57026,13169,'CurrentUserID','0'),(57027,13170,'Attempts','1'),(57028,13170,'ClientIP','183.87.39.142'),(57029,13170,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57030,13170,'CurrentUserID','0'),(57031,13171,'Attempts','2'),(57032,13171,'ClientIP','81.141.187.135'),(57033,13171,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57034,13171,'CurrentUserID','0'),(57035,13172,'Attempts','1'),(57036,13172,'ClientIP','180.191.118.34'),(57037,13172,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57038,13172,'CurrentUserID','0'),(57039,13173,'Attempts','1'),(57040,13173,'ClientIP','178.215.112.93'),(57041,13173,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57042,13173,'CurrentUserID','0'),(57043,13174,'Attempts','1'),(57044,13174,'ClientIP','79.126.172.149'),(57045,13174,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57046,13174,'CurrentUserID','0'),(57047,13175,'Attempts','1'),(57048,13175,'ClientIP','178.164.219.183'),(57049,13175,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57050,13175,'CurrentUserID','0'),(57051,13176,'Attempts','1'),(57052,13176,'ClientIP','94.100.108.152'),(57053,13176,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57054,13176,'CurrentUserID','0'),(57055,13177,'Attempts','1'),(57056,13177,'ClientIP','197.224.77.143'),(57057,13177,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57058,13177,'CurrentUserID','0'),(57059,13178,'Attempts','1'),(57060,13178,'ClientIP','99.225.189.153'),(57061,13178,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57062,13178,'CurrentUserID','0'),(57063,13179,'Attempts','1'),(57064,13179,'ClientIP','112.205.88.154'),(57065,13179,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57066,13179,'CurrentUserID','0'),(57067,13180,'Attempts','1'),(57068,13180,'ClientIP','178.158.114.179'),(57069,13180,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57070,13180,'CurrentUserID','0'),(57071,13181,'Attempts','1'),(57072,13181,'ClientIP','91.103.25.50'),(57073,13181,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57074,13181,'CurrentUserID','0'),(57075,13182,'Attempts','1'),(57076,13182,'ClientIP','202.155.149.81'),(57077,13182,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57078,13182,'CurrentUserID','0'),(57079,13183,'Attempts','1'),(57080,13183,'ClientIP','177.98.187.111'),(57081,13183,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57082,13183,'CurrentUserID','0'),(57083,13184,'Attempts','1'),(57084,13184,'ClientIP','210.195.26.67'),(57085,13184,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57086,13184,'CurrentUserID','0'),(57087,13185,'Attempts','1'),(57088,13185,'ClientIP','213.92.191.79'),(57089,13185,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57090,13185,'CurrentUserID','0'),(57091,13186,'Attempts','1'),(57092,13186,'ClientIP','58.97.232.30'),(57093,13186,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57094,13186,'CurrentUserID','0'),(57095,13187,'Attempts','10+'),(57096,13187,'Username','wsaaus15'),(57097,13187,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(57098,13187,'ClientIP','5.153.234.154'),(57099,13187,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(57100,13188,'Attempts','10+'),(57101,13188,'ClientIP','5.153.234.154'),(57102,13188,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(57103,13188,'CurrentUserID','0'),(57104,13189,'Attempts','1'),(57105,13189,'ClientIP','82.170.197.132'),(57106,13189,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57107,13189,'CurrentUserID','0'),(57108,13190,'Attempts','1'),(57109,13190,'ClientIP','188.26.220.139'),(57110,13190,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57111,13190,'CurrentUserID','0'),(57112,13191,'Attempts','1'),(57113,13191,'ClientIP','195.238.191.187'),(57114,13191,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57115,13191,'CurrentUserID','0'),(57116,13192,'Attempts','1'),(57117,13192,'ClientIP','36.70.247.61'),(57118,13192,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57119,13192,'CurrentUserID','0'),(57120,13193,'Attempts','1'),(57121,13193,'ClientIP','36.72.16.97'),(57122,13193,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57123,13193,'CurrentUserID','0'),(57124,13194,'Attempts','1'),(57125,13194,'ClientIP','118.100.232.6'),(57126,13194,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57127,13194,'CurrentUserID','0'),(57128,13195,'Attempts','1'),(57129,13195,'ClientIP','86.106.128.185'),(57130,13195,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57131,13195,'CurrentUserID','0'),(57132,13196,'Attempts','1'),(57133,13196,'ClientIP','180.252.101.218'),(57134,13196,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57135,13196,'CurrentUserID','0'),(57136,13197,'Attempts','1'),(57137,13197,'ClientIP','79.114.26.23'),(57138,13197,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57139,13197,'CurrentUserID','0'),(57140,13198,'Attempts','1'),(57141,13198,'ClientIP','162.255.179.37'),(57142,13198,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57143,13198,'CurrentUserID','0'),(57144,13199,'Attempts','1'),(57145,13199,'ClientIP','41.227.77.139'),(57146,13199,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57147,13199,'CurrentUserID','0'),(57148,13200,'Attempts','1'),(57149,13200,'ClientIP','79.54.153.35'),(57150,13200,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57151,13200,'CurrentUserID','0'),(57152,13201,'ClientIP','127.0.0.1'),(57153,13201,'Username','Plugin'),(57154,13201,'PromoMessage','<strong>Search and Filtering for WordPress Audit Log</strong><br>Add the Search functionality to the WordPress audit log to find a specific change or action easily within seconds. Use the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/search-add-on-for-wordpress-security-audit-log/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=search\" target=\"_blank\">Search & Filters Add-on</a></strong>'),(57155,13201,'PromoName','Search & Filters Add-on'),(57156,13202,'Attempts','1'),(57157,13202,'ClientIP','103.51.149.102'),(57158,13202,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57159,13202,'CurrentUserID','0'),(57160,13203,'Attempts','1'),(57161,13203,'ClientIP','83.61.107.176'),(57162,13203,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57163,13203,'CurrentUserID','0'),(57164,13204,'Attempts','1'),(57165,13204,'ClientIP','112.134.66.55'),(57166,13204,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57167,13204,'CurrentUserID','0'),(57168,13205,'Attempts','1'),(57169,13205,'ClientIP','103.24.85.225'),(57170,13205,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57171,13205,'CurrentUserID','0'),(57172,13206,'Attempts','1'),(57173,13206,'ClientIP','49.38.2.34'),(57174,13206,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57175,13206,'CurrentUserID','0'),(57176,13207,'Attempts','1'),(57177,13207,'ClientIP','202.142.77.247'),(57178,13207,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57179,13207,'CurrentUserID','0'),(57180,13208,'Attempts','1'),(57181,13208,'ClientIP','58.26.64.158'),(57182,13208,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57183,13208,'CurrentUserID','0'),(57184,13209,'Attempts','1'),(57185,13209,'ClientIP','41.84.233.16'),(57186,13209,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57187,13209,'CurrentUserID','0'),(57188,13210,'Attempts','1'),(57189,13210,'ClientIP','50.130.97.104'),(57190,13210,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57191,13210,'CurrentUserID','0'),(57192,13211,'Attempts','1'),(57193,13211,'ClientIP','217.170.105.45'),(57194,13211,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57195,13211,'CurrentUserID','0'),(57196,13212,'Attempts','1'),(57197,13212,'ClientIP','45.118.70.46'),(57198,13212,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57199,13212,'CurrentUserID','0'),(57200,13213,'Attempts','1'),(57201,13213,'ClientIP','167.249.5.32'),(57202,13213,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57203,13213,'CurrentUserID','0'),(57204,13214,'Attempts','1'),(57205,13214,'ClientIP','31.223.131.89'),(57206,13214,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57207,13214,'CurrentUserID','0'),(57208,13215,'Attempts','1'),(57209,13215,'ClientIP','151.74.129.135'),(57210,13215,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57211,13215,'CurrentUserID','0'),(57212,13216,'Attempts','1'),(57213,13216,'ClientIP','79.126.222.38'),(57214,13216,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57215,13216,'CurrentUserID','0'),(57216,13217,'Attempts','1'),(57217,13217,'ClientIP','171.6.242.129'),(57218,13217,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57219,13217,'CurrentUserID','0'),(57220,13218,'Attempts','1'),(57221,13218,'ClientIP','103.245.111.114'),(57222,13218,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57223,13218,'CurrentUserID','0'),(57224,13219,'Attempts','1'),(57225,13219,'ClientIP','46.214.142.150'),(57226,13219,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57227,13219,'CurrentUserID','0'),(57228,13220,'Attempts','1'),(57229,13220,'ClientIP','109.255.37.152'),(57230,13220,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57231,13220,'CurrentUserID','0'),(57232,13221,'Attempts','1'),(57233,13221,'ClientIP','151.33.77.217'),(57234,13221,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57235,13221,'CurrentUserID','0'),(57236,13222,'Attempts','1'),(57237,13222,'ClientIP','210.195.146.49'),(57238,13222,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57239,13222,'CurrentUserID','0'),(57240,13223,'Attempts','1'),(57241,13223,'ClientIP','78.97.134.86'),(57242,13223,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57243,13223,'CurrentUserID','0'),(57244,13224,'Attempts','1'),(57245,13224,'ClientIP','188.169.161.51'),(57246,13224,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57247,13224,'CurrentUserID','0'),(57248,13225,'Attempts','1'),(57249,13225,'ClientIP','176.213.4.86'),(57250,13225,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57251,13225,'CurrentUserID','0'),(57252,13226,'Attempts','1'),(57253,13226,'ClientIP','71.116.203.235'),(57254,13226,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57255,13226,'CurrentUserID','0'),(57256,13227,'Attempts','1'),(57257,13227,'ClientIP','76.91.95.87'),(57258,13227,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57259,13227,'CurrentUserID','0'),(57260,13228,'Attempts','1'),(57261,13228,'ClientIP','156.196.134.47'),(57262,13228,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57263,13228,'CurrentUserID','0'),(57264,13229,'Attempts','1'),(57265,13229,'ClientIP','85.110.86.250'),(57266,13229,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57267,13229,'CurrentUserID','0'),(57268,13230,'Attempts','1'),(57269,13230,'ClientIP','95.176.20.225'),(57270,13230,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57271,13230,'CurrentUserID','0'),(57272,13231,'Attempts','1'),(57273,13231,'ClientIP','178.220.178.26'),(57274,13231,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57275,13231,'CurrentUserID','0'),(57276,13232,'Attempts','1'),(57277,13232,'ClientIP','121.74.255.225'),(57278,13232,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57279,13232,'CurrentUserID','0'),(57280,13233,'Attempts','1'),(57281,13233,'ClientIP','124.40.246.234'),(57282,13233,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57283,13233,'CurrentUserID','0'),(57284,13234,'Attempts','1'),(57285,13234,'ClientIP','50.176.29.255'),(57286,13234,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57287,13234,'CurrentUserID','0'),(57288,13235,'Attempts','1'),(57289,13235,'ClientIP','201.241.91.147'),(57290,13235,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57291,13236,'Attempts','1'),(57292,13235,'CurrentUserID','0'),(57293,13236,'ClientIP','177.222.190.131'),(57294,13236,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57295,13236,'CurrentUserID','0'),(57296,13237,'Attempts','1'),(57297,13237,'ClientIP','180.149.98.206'),(57298,13237,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57299,13237,'CurrentUserID','0'),(57300,13238,'Attempts','1'),(57301,13238,'ClientIP','100.12.57.187'),(57302,13238,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57303,13238,'CurrentUserID','0'),(57304,13239,'Attempts','1'),(57305,13239,'ClientIP','103.52.192.2'),(57306,13239,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57307,13239,'CurrentUserID','0'),(57308,13240,'Attempts','1'),(57309,13240,'ClientIP','41.141.239.175'),(57310,13240,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57311,13240,'CurrentUserID','0'),(57312,13241,'Attempts','1'),(57313,13241,'ClientIP','203.111.224.68'),(57314,13241,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57315,13241,'CurrentUserID','0'),(57316,13242,'Attempts','1'),(57317,13242,'ClientIP','219.92.240.135'),(57318,13242,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57319,13242,'CurrentUserID','0'),(57320,13243,'Attempts','1'),(57321,13243,'ClientIP','190.124.168.22'),(57322,13243,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57323,13243,'CurrentUserID','0'),(57324,13244,'Attempts','1'),(57325,13244,'ClientIP','37.228.232.129'),(57326,13244,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57327,13244,'CurrentUserID','0'),(57328,13245,'Attempts','1'),(57329,13245,'ClientIP','59.96.109.94'),(57330,13245,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57331,13245,'CurrentUserID','0'),(57332,13246,'Attempts','1'),(57333,13246,'ClientIP','36.74.21.120'),(57334,13246,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57335,13246,'CurrentUserID','0'),(57336,13247,'Attempts','1'),(57337,13247,'ClientIP','122.174.68.215'),(57338,13247,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57339,13247,'CurrentUserID','0'),(57340,13248,'Attempts','1'),(57341,13248,'ClientIP','203.201.175.234'),(57342,13248,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57343,13248,'CurrentUserID','0'),(57344,13249,'Attempts','1'),(57345,13249,'ClientIP','112.211.164.195'),(57346,13249,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57347,13249,'CurrentUserID','0'),(57348,13250,'Attempts','1'),(57349,13250,'ClientIP','78.101.162.229'),(57350,13250,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57351,13250,'CurrentUserID','0'),(57352,13251,'Attempts','1'),(57353,13251,'ClientIP','121.54.79.238'),(57354,13251,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57355,13251,'CurrentUserID','0'),(57356,13252,'Attempts','1'),(57357,13252,'ClientIP','213.249.211.83'),(57358,13252,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57359,13252,'CurrentUserID','0'),(57360,13253,'Attempts','1'),(57361,13253,'ClientIP','61.14.228.202'),(57362,13253,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57363,13253,'CurrentUserID','0'),(57364,13254,'Attempts','1'),(57365,13254,'ClientIP','41.96.5.218'),(57366,13254,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57367,13254,'CurrentUserID','0'),(57368,13255,'Attempts','1'),(57369,13255,'ClientIP','172.98.87.55'),(57370,13255,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57371,13255,'CurrentUserID','0'),(57372,13256,'Attempts','1'),(57373,13256,'ClientIP','81.177.254.137'),(57374,13256,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57375,13256,'CurrentUserID','0'),(57376,13257,'Attempts','1'),(57377,13257,'ClientIP','197.6.145.169'),(57378,13257,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57379,13257,'CurrentUserID','0'),(57380,13258,'Attempts','1'),(57381,13258,'ClientIP','92.186.22.126'),(57382,13258,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57383,13258,'CurrentUserID','0'),(57384,13259,'Attempts','1'),(57385,13259,'ClientIP','37.228.243.106'),(57386,13259,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57387,13259,'CurrentUserID','0'),(57388,13260,'Attempts','1'),(57389,13260,'ClientIP','130.105.196.30'),(57390,13260,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57391,13260,'CurrentUserID','0'),(57392,13261,'Attempts','1'),(57393,13261,'ClientIP','117.215.204.164'),(57394,13261,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57395,13261,'CurrentUserID','0'),(57396,13262,'Attempts','1'),(57397,13262,'ClientIP','89.46.98.152'),(57398,13262,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57399,13262,'CurrentUserID','0'),(57400,13263,'Attempts','1'),(57401,13263,'ClientIP','103.26.99.196'),(57402,13263,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57403,13263,'CurrentUserID','0'),(57404,13264,'Attempts','1'),(57405,13264,'ClientIP','59.152.97.94'),(57406,13264,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57407,13264,'CurrentUserID','0'),(57408,13265,'Attempts','1'),(57409,13265,'ClientIP','85.110.86.250'),(57410,13265,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57411,13265,'CurrentUserID','0'),(57412,13266,'Attempts','1'),(57413,13266,'ClientIP','188.117.193.23'),(57414,13266,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57415,13266,'CurrentUserID','0'),(57416,13267,'Attempts','1'),(57417,13267,'ClientIP','87.231.191.241'),(57418,13267,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57419,13267,'CurrentUserID','0'),(57420,13268,'Attempts','2'),(57421,13268,'ClientIP','105.186.201.121'),(57422,13268,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57423,13268,'CurrentUserID','0'),(57424,13269,'Attempts','1'),(57425,13269,'ClientIP','115.124.78.78'),(57426,13269,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57427,13269,'CurrentUserID','0'),(57428,13270,'Attempts','1'),(57429,13270,'ClientIP','41.0.75.242'),(57430,13270,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57431,13270,'CurrentUserID','0'),(57432,13271,'Attempts','1'),(57433,13271,'ClientIP','79.66.88.80'),(57434,13271,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57435,13271,'CurrentUserID','0'),(57436,13272,'Attempts','1'),(57437,13272,'ClientIP','201.62.124.103'),(57438,13272,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57439,13272,'CurrentUserID','0'),(57440,13273,'Attempts','1'),(57441,13273,'ClientIP','181.198.2.22'),(57442,13273,'UserAgent',''),(57443,13273,'CurrentUserID','0'),(57444,13274,'Attempts','2'),(57445,13274,'ClientIP','94.156.7.238'),(57446,13274,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57447,13274,'CurrentUserID','0'),(57448,13275,'Attempts','1'),(57449,13275,'ClientIP','103.28.161.88'),(57450,13275,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57451,13275,'CurrentUserID','0'),(57452,13276,'Attempts','1'),(57453,13276,'ClientIP','122.149.243.221'),(57454,13276,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57455,13276,'CurrentUserID','0'),(57456,13277,'Attempts','1'),(57457,13277,'ClientIP','223.62.169.67'),(57458,13277,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57459,13277,'CurrentUserID','0'),(57460,13278,'Attempts','1'),(57461,13278,'ClientIP','103.206.52.229'),(57462,13278,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57463,13278,'CurrentUserID','0'),(57464,13279,'Attempts','1'),(57465,13279,'ClientIP','46.116.7.44'),(57466,13279,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57467,13279,'CurrentUserID','0'),(57468,13280,'Attempts','1'),(57469,13280,'ClientIP','121.54.44.88'),(57470,13280,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57471,13280,'CurrentUserID','0'),(57472,13281,'Attempts','1'),(57473,13281,'ClientIP','90.211.194.166'),(57474,13281,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57475,13281,'CurrentUserID','0'),(57476,13282,'Attempts','1'),(57477,13282,'ClientIP','183.102.111.77'),(57478,13282,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57479,13282,'CurrentUserID','0'),(57480,13283,'Attempts','1'),(57481,13283,'ClientIP','119.235.2.190'),(57482,13283,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57483,13283,'CurrentUserID','0'),(57484,13284,'Attempts','1'),(57485,13284,'ClientIP','178.117.52.26'),(57486,13284,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57487,13284,'CurrentUserID','0'),(57488,13285,'Attempts','1'),(57489,13285,'ClientIP','36.80.34.209'),(57490,13285,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57491,13285,'CurrentUserID','0'),(57492,13286,'Attempts','1'),(57493,13286,'ClientIP','27.34.22.107'),(57494,13286,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57495,13286,'CurrentUserID','0'),(57496,13287,'Attempts','1'),(57497,13287,'ClientIP','188.24.11.37'),(57498,13287,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57499,13287,'CurrentUserID','0'),(57500,13288,'Attempts','1'),(57501,13288,'ClientIP','77.49.17.116'),(57502,13288,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57503,13288,'CurrentUserID','0'),(57504,13289,'Attempts','1'),(57505,13289,'ClientIP','87.118.253.118'),(57506,13289,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57507,13289,'CurrentUserID','0'),(57508,13290,'Attempts','1'),(57509,13290,'ClientIP','82.32.9.234'),(57510,13290,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57511,13290,'CurrentUserID','0'),(57512,13291,'Attempts','1'),(57513,13291,'ClientIP','176.61.190.137'),(57514,13291,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57515,13291,'CurrentUserID','0'),(57516,13292,'Attempts','1'),(57517,13292,'ClientIP','73.54.129.84'),(57518,13292,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57519,13292,'CurrentUserID','0'),(57520,13293,'Attempts','1'),(57521,13293,'ClientIP','5.14.128.69'),(57522,13293,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57523,13293,'CurrentUserID','0'),(57524,13294,'Attempts','1'),(57525,13294,'ClientIP','31.44.68.255'),(57526,13294,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57527,13294,'CurrentUserID','0'),(57528,13295,'Attempts','1'),(57529,13295,'ClientIP','91.98.200.101'),(57530,13295,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57531,13295,'CurrentUserID','0'),(57532,13296,'Attempts','1'),(57533,13296,'ClientIP','176.67.193.202'),(57534,13296,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57535,13296,'CurrentUserID','0'),(57536,13297,'Attempts','1'),(57537,13297,'ClientIP','105.112.18.61'),(57538,13297,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57539,13297,'CurrentUserID','0'),(57540,13298,'Attempts','10+'),(57541,13298,'Username','wsaaus15'),(57542,13298,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(57543,13298,'ClientIP','5.153.234.154'),(57544,13298,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(57545,13299,'Attempts','10+'),(57546,13299,'ClientIP','5.153.234.154'),(57547,13299,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(57548,13299,'CurrentUserID','0'),(57549,13300,'Attempts','1'),(57550,13300,'ClientIP','115.42.49.195'),(57551,13300,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57552,13300,'CurrentUserID','0'),(57553,13301,'Attempts','1'),(57554,13302,'Attempts','1'),(57555,13301,'ClientIP','112.209.48.187'),(57556,13302,'ClientIP','181.88.178.8'),(57557,13301,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57558,13302,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57559,13301,'CurrentUserID','0'),(57560,13302,'CurrentUserID','0'),(57561,13303,'Attempts','1'),(57562,13303,'ClientIP','122.2.17.198'),(57563,13303,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57564,13303,'CurrentUserID','0'),(57565,13304,'Attempts','1'),(57566,13304,'ClientIP','125.24.114.228'),(57567,13304,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57568,13304,'CurrentUserID','0'),(57569,13305,'Attempts','1'),(57570,13305,'ClientIP','173.70.134.172'),(57571,13305,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57572,13305,'CurrentUserID','0'),(57573,13306,'Attempts','2'),(57574,13306,'ClientIP','50.178.143.106'),(57575,13306,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57576,13306,'CurrentUserID','0'),(57577,13307,'Attempts','1'),(57578,13307,'ClientIP','105.157.137.134'),(57579,13307,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57580,13307,'CurrentUserID','0'),(57581,13308,'Attempts','1'),(57582,13308,'ClientIP','2.84.137.255'),(57583,13308,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57584,13308,'CurrentUserID','0'),(57585,13309,'Attempts','1'),(57586,13309,'ClientIP','95.240.251.199'),(57587,13309,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57588,13309,'CurrentUserID','0'),(57589,13310,'Attempts','1'),(57590,13310,'ClientIP','109.252.44.43'),(57591,13310,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57592,13310,'CurrentUserID','0'),(57593,13311,'Attempts','1'),(57594,13311,'ClientIP','36.74.167.152'),(57595,13311,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57596,13311,'CurrentUserID','0'),(57597,13312,'Attempts','1'),(57598,13312,'ClientIP','105.229.136.114'),(57599,13312,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57600,13312,'CurrentUserID','0'),(57601,13313,'Attempts','1'),(57602,13313,'ClientIP','186.121.109.180'),(57603,13313,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57604,13313,'CurrentUserID','0'),(57605,13314,'Attempts','2'),(57606,13314,'ClientIP','188.2.129.104'),(57607,13314,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57608,13314,'CurrentUserID','0'),(57609,13315,'Attempts','1'),(57610,13315,'ClientIP','37.186.91.53'),(57611,13315,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57612,13315,'CurrentUserID','0'),(57613,13316,'Attempts','1'),(57614,13316,'ClientIP','103.203.173.254'),(57615,13316,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57616,13316,'CurrentUserID','0'),(57617,13317,'Attempts','1'),(57618,13317,'ClientIP','92.177.195.205'),(57619,13317,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57620,13317,'CurrentUserID','0'),(57621,13318,'Attempts','1'),(57622,13318,'ClientIP','89.74.149.189'),(57623,13318,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57624,13318,'CurrentUserID','0'),(57625,13319,'Attempts','1'),(57626,13319,'ClientIP','80.218.216.45'),(57627,13319,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57628,13319,'CurrentUserID','0'),(57629,13320,'Attempts','1'),(57630,13320,'ClientIP','103.229.86.115'),(57631,13320,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57632,13320,'CurrentUserID','0'),(57633,13321,'Attempts','1'),(57634,13321,'ClientIP','183.171.160.125'),(57635,13321,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57636,13321,'CurrentUserID','0'),(57637,13322,'Attempts','1'),(57638,13322,'ClientIP','85.66.117.117'),(57639,13322,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57640,13322,'CurrentUserID','0'),(57641,13323,'Attempts','1'),(57642,13323,'ClientIP','180.28.206.84'),(57643,13323,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57644,13323,'CurrentUserID','0'),(57645,13324,'Attempts','1'),(57646,13324,'ClientIP','97.95.50.182'),(57647,13324,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57648,13324,'CurrentUserID','0'),(57649,13325,'Attempts','1'),(57650,13325,'ClientIP','156.208.119.196'),(57651,13325,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57652,13325,'CurrentUserID','0'),(57653,13326,'Attempts','1'),(57654,13326,'ClientIP','88.153.7.136'),(57655,13326,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57656,13326,'CurrentUserID','0'),(57657,13327,'Attempts','1'),(57658,13327,'ClientIP','103.250.68.138'),(57659,13327,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57660,13327,'CurrentUserID','0'),(57661,13328,'Attempts','1'),(57662,13328,'ClientIP','193.106.127.72'),(57663,13328,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57664,13328,'CurrentUserID','0'),(57665,13329,'Attempts','1'),(57666,13329,'ClientIP','130.204.61.128'),(57667,13329,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57668,13329,'CurrentUserID','0'),(57669,13330,'Attempts','1'),(57670,13330,'ClientIP','41.226.1.10'),(57671,13330,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57672,13330,'CurrentUserID','0'),(57673,13331,'Attempts','1'),(57674,13331,'ClientIP','99.251.235.174'),(57675,13331,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57676,13331,'CurrentUserID','0'),(57677,13332,'Attempts','1'),(57678,13332,'ClientIP','131.108.72.226'),(57679,13332,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57680,13332,'CurrentUserID','0'),(57681,13334,'Attempts','1'),(57682,13334,'ClientIP','24.133.201.139'),(57683,13334,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57684,13333,'Attempts','1'),(57685,13334,'CurrentUserID','0'),(57686,13333,'ClientIP','24.114.46.135'),(57687,13333,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57688,13333,'CurrentUserID','0'),(57689,13335,'Attempts','1'),(57690,13335,'ClientIP','197.237.32.93'),(57691,13335,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57692,13335,'CurrentUserID','0'),(57693,13336,'Attempts','1'),(57694,13336,'ClientIP','45.64.166.2'),(57695,13336,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57696,13336,'CurrentUserID','0'),(57697,13337,'Attempts','1'),(57698,13337,'ClientIP','81.84.231.81'),(57699,13337,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57700,13337,'CurrentUserID','0'),(57701,13338,'Attempts','1'),(57702,13338,'ClientIP','62.85.71.114'),(57703,13338,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57704,13338,'CurrentUserID','0'),(57705,13339,'Attempts','1'),(57706,13339,'ClientIP','46.107.251.95'),(57707,13339,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57708,13339,'CurrentUserID','0'),(57709,13340,'Attempts','1'),(57710,13340,'ClientIP','121.54.58.242'),(57711,13340,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57712,13340,'CurrentUserID','0'),(57713,13341,'Attempts','1'),(57714,13341,'ClientIP','180.211.243.166'),(57715,13341,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57716,13341,'CurrentUserID','0'),(57717,13342,'Attempts','1'),(57718,13342,'ClientIP','175.142.190.3'),(57719,13342,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57720,13342,'CurrentUserID','0'),(57721,13343,'Attempts','1'),(57722,13343,'ClientIP','156.212.176.151'),(57723,13343,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57724,13343,'CurrentUserID','0'),(57725,13344,'Attempts','1'),(57726,13344,'ClientIP','41.84.236.244'),(57727,13344,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57728,13344,'CurrentUserID','0'),(57729,13345,'Attempts','1'),(57730,13345,'ClientIP','112.215.63.17'),(57731,13345,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57732,13345,'CurrentUserID','0'),(57733,13346,'Attempts','2'),(57734,13346,'ClientIP','180.193.72.218'),(57735,13346,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57736,13346,'CurrentUserID','0'),(57737,13347,'Attempts','1'),(57738,13347,'ClientIP','121.54.54.173'),(57739,13347,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57740,13347,'CurrentUserID','0'),(57741,13348,'Attempts','1'),(57742,13348,'ClientIP','37.133.198.238'),(57743,13348,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57744,13348,'CurrentUserID','0'),(57745,13349,'Attempts','1'),(57746,13349,'ClientIP','105.105.71.101'),(57747,13349,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57748,13349,'CurrentUserID','0'),(57749,13350,'Attempts','1'),(57750,13350,'ClientIP','49.48.246.37'),(57751,13350,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57752,13350,'CurrentUserID','0'),(57753,13351,'ClientIP','127.0.0.1'),(57754,13351,'Username','Plugin'),(57755,13351,'PromoMessage','<strong>WordPress Reports Add-On</strong><br>Generate WordPress reports to ensure users’ productivity and meet legal and regulatory compliance requirements with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/compliance-reports-add-on-for-wordpress/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=reports\" target=\"_blank\">Reports Add-on</a></strong>'),(57756,13351,'PromoName','Reports Add-on'),(57757,13352,'Attempts','1'),(57758,13352,'ClientIP','124.122.8.34'),(57759,13352,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57760,13352,'CurrentUserID','0'),(57761,13353,'Attempts','1'),(57762,13353,'ClientIP','103.196.139.159'),(57763,13353,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57764,13353,'CurrentUserID','0'),(57765,13354,'Attempts','1'),(57766,13354,'ClientIP','165.120.189.224'),(57767,13354,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57768,13354,'CurrentUserID','0'),(57769,13355,'Attempts','1'),(57770,13355,'ClientIP','190.183.62.170'),(57771,13355,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57772,13355,'CurrentUserID','0'),(57773,13356,'Attempts','1'),(57774,13356,'ClientIP','49.144.0.189'),(57775,13356,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57776,13356,'CurrentUserID','0'),(57777,13357,'Attempts','1'),(57778,13357,'ClientIP','41.130.124.5'),(57779,13357,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57780,13357,'CurrentUserID','0'),(57781,13358,'Attempts','1'),(57782,13358,'ClientIP','217.170.105.45'),(57783,13358,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57784,13358,'CurrentUserID','0'),(57785,13359,'Attempts','2'),(57786,13359,'ClientIP','49.149.163.175'),(57787,13359,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57788,13359,'CurrentUserID','0'),(57789,13360,'Attempts','1'),(57790,13360,'ClientIP','86.97.118.115'),(57791,13360,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57792,13360,'CurrentUserID','0'),(57793,13361,'Attempts','1'),(57794,13361,'ClientIP','81.83.116.189'),(57795,13361,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57796,13361,'CurrentUserID','0'),(57797,13362,'Attempts','1'),(57798,13362,'ClientIP','179.157.19.210'),(57799,13362,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57800,13362,'CurrentUserID','0'),(57801,13363,'Attempts','1'),(57802,13363,'ClientIP','175.143.92.155'),(57803,13363,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57804,13363,'CurrentUserID','0'),(57805,13364,'Attempts','1'),(57806,13364,'ClientIP','188.34.200.220'),(57807,13364,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57808,13364,'CurrentUserID','0'),(57809,13365,'Attempts','1'),(57810,13365,'ClientIP','103.38.6.5'),(57811,13365,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57812,13365,'CurrentUserID','0'),(57813,13366,'Attempts','1'),(57814,13366,'ClientIP','112.200.77.56'),(57815,13366,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57816,13366,'CurrentUserID','0'),(57817,13367,'Attempts','1'),(57818,13367,'ClientIP','93.79.53.107'),(57819,13367,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57820,13367,'CurrentUserID','0'),(57821,13368,'Attempts','1'),(57822,13368,'ClientIP','103.232.129.166'),(57823,13368,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57824,13368,'CurrentUserID','0'),(57825,13369,'Attempts','1'),(57826,13369,'ClientIP','112.198.75.95'),(57827,13369,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57828,13369,'CurrentUserID','0'),(57829,13370,'Attempts','1'),(57830,13370,'ClientIP','180.248.179.113'),(57831,13370,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57832,13370,'CurrentUserID','0'),(57833,13371,'Attempts','1'),(57834,13371,'ClientIP','175.143.53.117'),(57835,13371,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57836,13371,'CurrentUserID','0'),(57837,13372,'Attempts','1'),(57838,13372,'ClientIP','84.1.177.213'),(57839,13372,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57840,13372,'CurrentUserID','0'),(57841,13373,'Attempts','1'),(57842,13373,'ClientIP','220.247.241.250'),(57843,13373,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57844,13373,'CurrentUserID','0'),(57845,13374,'Attempts','1'),(57846,13374,'ClientIP','85.90.161.117'),(57847,13374,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57848,13374,'CurrentUserID','0'),(57849,13375,'Attempts','1'),(57850,13375,'ClientIP','122.2.65.115'),(57851,13375,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57852,13375,'CurrentUserID','0'),(57853,13376,'Attempts','1'),(57854,13376,'ClientIP','49.148.57.37'),(57855,13376,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57856,13376,'CurrentUserID','0'),(57857,13377,'Attempts','1'),(57858,13377,'ClientIP','93.139.32.180'),(57859,13377,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57860,13377,'CurrentUserID','0'),(57861,13378,'Attempts','1'),(57862,13378,'ClientIP','49.205.135.196'),(57863,13378,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57864,13378,'CurrentUserID','0'),(57865,13379,'Attempts','1'),(57866,13379,'ClientIP','95.180.33.240'),(57867,13379,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57868,13379,'CurrentUserID','0'),(57869,13380,'Attempts','1'),(57870,13380,'ClientIP','222.20.102.17'),(57871,13380,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57872,13380,'CurrentUserID','0'),(57873,13381,'Attempts','1'),(57874,13381,'ClientIP','59.96.66.193'),(57875,13381,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57876,13381,'CurrentUserID','0'),(57877,13382,'Attempts','1'),(57878,13382,'ClientIP','112.211.164.195'),(57879,13382,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57880,13382,'CurrentUserID','0'),(57881,13383,'Attempts','1'),(57882,13383,'ClientIP','37.114.141.137'),(57883,13383,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57884,13383,'CurrentUserID','0'),(57885,13384,'Attempts','1'),(57886,13384,'ClientIP','182.74.209.214'),(57887,13384,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57888,13384,'CurrentUserID','0'),(57889,13385,'Attempts','1'),(57890,13385,'ClientIP','222.252.25.254'),(57891,13385,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57892,13385,'CurrentUserID','0'),(57893,13386,'Attempts','1'),(57894,13386,'ClientIP','46.181.229.90'),(57895,13386,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57896,13386,'CurrentUserID','0'),(57897,13387,'Attempts','1'),(57898,13387,'ClientIP','41.102.27.13'),(57899,13387,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57900,13387,'CurrentUserID','0'),(57901,13388,'Attempts','1'),(57902,13388,'ClientIP','82.205.107.183'),(57903,13388,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57904,13388,'CurrentUserID','0'),(57905,13389,'Attempts','1'),(57906,13389,'ClientIP','114.4.141.234'),(57907,13389,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57908,13389,'CurrentUserID','0'),(57909,13390,'Attempts','1'),(57910,13390,'ClientIP','197.52.143.130'),(57911,13390,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57912,13390,'CurrentUserID','0'),(57913,13391,'Attempts','1'),(57914,13391,'ClientIP','196.43.135.16'),(57915,13391,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57916,13391,'CurrentUserID','0'),(57917,13392,'Attempts','1'),(57918,13392,'ClientIP','87.118.178.83'),(57919,13392,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57920,13392,'CurrentUserID','0'),(57921,13393,'Attempts','1'),(57922,13393,'ClientIP','178.79.46.177'),(57923,13393,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57924,13393,'CurrentUserID','0'),(57925,13394,'Attempts','1'),(57926,13394,'ClientIP','103.195.140.190'),(57927,13394,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57928,13394,'CurrentUserID','0'),(57929,13395,'Attempts','1'),(57930,13395,'ClientIP','79.169.196.161'),(57931,13395,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57932,13395,'CurrentUserID','0'),(57933,13396,'Attempts','1'),(57934,13396,'ClientIP','124.62.35.101'),(57935,13396,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57936,13396,'CurrentUserID','0'),(57937,13397,'Attempts','1'),(57938,13397,'ClientIP','103.240.170.65'),(57939,13397,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57940,13397,'CurrentUserID','0'),(57941,13398,'Attempts','1'),(57942,13398,'ClientIP','117.213.80.141'),(57943,13398,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57944,13398,'CurrentUserID','0'),(57945,13399,'Attempts','1'),(57946,13399,'ClientIP','89.135.104.129'),(57947,13399,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57948,13399,'CurrentUserID','0'),(57949,13400,'Attempts','1'),(57950,13400,'ClientIP','86.124.237.134'),(57951,13400,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57952,13400,'CurrentUserID','0'),(57953,13401,'Attempts','1'),(57954,13401,'ClientIP','93.41.107.100'),(57955,13401,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57956,13401,'CurrentUserID','0'),(57957,13402,'Attempts','1'),(57958,13402,'ClientIP','81.214.8.168'),(57959,13402,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57960,13402,'CurrentUserID','0'),(57961,13403,'Attempts','1'),(57962,13403,'ClientIP','46.251.2.100'),(57963,13403,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57964,13403,'CurrentUserID','0'),(57965,13404,'Attempts','1'),(57966,13404,'ClientIP','151.244.240.116'),(57967,13404,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57968,13404,'CurrentUserID','0'),(57969,13405,'Attempts','1'),(57970,13405,'ClientIP','103.195.0.94'),(57971,13405,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57972,13405,'CurrentUserID','0'),(57973,13406,'Attempts','1'),(57974,13406,'ClientIP','78.149.208.219'),(57975,13406,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57976,13406,'CurrentUserID','0'),(57977,13407,'Attempts','2'),(57978,13407,'ClientIP','92.51.116.165'),(57979,13407,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57980,13407,'CurrentUserID','0'),(57981,13408,'Attempts','1'),(57982,13408,'ClientIP','89.46.228.44'),(57983,13408,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57984,13408,'CurrentUserID','0'),(57985,13409,'Attempts','2'),(57986,13409,'ClientIP','195.149.98.13'),(57987,13409,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57988,13409,'CurrentUserID','0'),(57989,13410,'Attempts','1'),(57990,13410,'ClientIP','84.117.106.159'),(57991,13410,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57992,13410,'CurrentUserID','0'),(57993,13411,'Attempts','1'),(57994,13411,'ClientIP','121.140.198.197'),(57995,13411,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(57996,13411,'CurrentUserID','0'),(57997,13412,'Attempts','1'),(57998,13412,'ClientIP','88.165.103.212'),(57999,13412,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58000,13412,'CurrentUserID','0'),(58001,13413,'Attempts','1'),(58002,13413,'ClientIP','198.200.113.205'),(58003,13413,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58004,13413,'CurrentUserID','0'),(58005,13414,'Attempts','1'),(58006,13414,'ClientIP','94.38.130.22'),(58007,13414,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58008,13414,'CurrentUserID','0'),(58009,13415,'Attempts','10+'),(58010,13415,'Username','wsaaus15'),(58011,13415,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(58012,13415,'ClientIP','130.185.155.82'),(58013,13415,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(58014,13416,'Attempts','10+'),(58015,13416,'ClientIP','130.185.155.82'),(58016,13416,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(58017,13416,'CurrentUserID','0'),(58018,13417,'Attempts','1'),(58019,13417,'ClientIP','109.98.160.76'),(58020,13417,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58021,13417,'CurrentUserID','0'),(58022,13418,'Attempts','1'),(58023,13418,'ClientIP','175.143.204.251'),(58024,13418,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58025,13418,'CurrentUserID','0'),(58026,13419,'Attempts','1'),(58027,13419,'ClientIP','41.100.138.100'),(58028,13419,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58029,13419,'CurrentUserID','0'),(58030,13420,'Attempts','1'),(58031,13420,'ClientIP','109.100.247.237'),(58032,13420,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58033,13420,'CurrentUserID','0'),(58034,13421,'Attempts','1'),(58035,13421,'ClientIP','117.248.193.73'),(58036,13421,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58037,13421,'CurrentUserID','0'),(58038,13422,'Attempts','1'),(58039,13422,'ClientIP','109.96.236.107'),(58040,13422,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58041,13422,'CurrentUserID','0'),(58042,13423,'Attempts','1'),(58043,13423,'ClientIP','221.152.96.248'),(58044,13423,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58045,13423,'CurrentUserID','0'),(58046,13424,'Attempts','1'),(58047,13424,'ClientIP','121.54.45.151'),(58048,13424,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58049,13424,'CurrentUserID','0'),(58050,13425,'Attempts','1'),(58051,13425,'ClientIP','197.32.68.206'),(58052,13425,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58053,13425,'CurrentUserID','0'),(58054,13426,'Attempts','1'),(58055,13426,'ClientIP','109.94.227.20'),(58056,13426,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58057,13426,'CurrentUserID','0'),(58058,13427,'Attempts','1'),(58059,13427,'ClientIP','41.203.176.114'),(58060,13427,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58061,13427,'CurrentUserID','0'),(58062,13428,'Attempts','1'),(58063,13428,'ClientIP','176.113.27.130'),(58064,13428,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58065,13428,'CurrentUserID','0'),(58066,13429,'Attempts','1'),(58067,13429,'ClientIP','139.5.141.59'),(58068,13429,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58069,13429,'CurrentUserID','0'),(58070,13430,'Attempts','1'),(58071,13430,'ClientIP','191.55.122.132'),(58072,13430,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58073,13430,'CurrentUserID','0'),(58074,13431,'Attempts','1'),(58075,13431,'ClientIP','103.225.179.98'),(58076,13431,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58077,13431,'CurrentUserID','0'),(58078,13432,'Attempts','1'),(58079,13432,'ClientIP','202.65.136.194'),(58080,13432,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58081,13432,'CurrentUserID','0'),(58082,13433,'Attempts','1'),(58083,13433,'ClientIP','123.136.25.170'),(58084,13433,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58085,13433,'CurrentUserID','0'),(58086,13434,'Attempts','1'),(58087,13434,'ClientIP','103.36.18.8'),(58088,13434,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58089,13434,'CurrentUserID','0'),(58090,13435,'Attempts','1'),(58091,13435,'ClientIP','197.0.29.174'),(58092,13435,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58093,13435,'CurrentUserID','0'),(58094,13436,'Attempts','1'),(58095,13436,'ClientIP','59.88.244.61'),(58096,13436,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58097,13436,'CurrentUserID','0'),(58098,13437,'Attempts','1'),(58099,13437,'ClientIP','117.215.37.161'),(58100,13437,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58101,13437,'CurrentUserID','0'),(58102,13438,'Attempts','1'),(58103,13438,'ClientIP','182.186.186.150'),(58104,13438,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58105,13438,'CurrentUserID','0'),(58106,13439,'Attempts','1'),(58107,13439,'ClientIP','88.158.43.251'),(58108,13439,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58109,13439,'CurrentUserID','0'),(58110,13440,'Attempts','1'),(58111,13440,'ClientIP','93.143.39.93'),(58112,13440,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58113,13440,'CurrentUserID','0'),(58114,13441,'Attempts','1'),(58115,13441,'ClientIP','186.92.78.44'),(58116,13441,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58117,13441,'CurrentUserID','0'),(58118,13442,'Attempts','1'),(58119,13442,'ClientIP','103.205.134.178'),(58120,13442,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58121,13442,'CurrentUserID','0'),(58122,13443,'Attempts','1'),(58123,13443,'ClientIP','94.218.113.103'),(58124,13443,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58125,13443,'CurrentUserID','0'),(58126,13444,'Attempts','3'),(58127,13444,'ClientIP','202.9.40.137'),(58128,13444,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58129,13444,'CurrentUserID','0'),(58130,13445,'Attempts','1'),(58131,13445,'ClientIP','85.210.86.151'),(58132,13445,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58133,13445,'CurrentUserID','0'),(58134,13446,'Attempts','1'),(58135,13446,'ClientIP','45.114.183.61'),(58136,13446,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58137,13446,'CurrentUserID','0'),(58138,13447,'Attempts','1'),(58139,13447,'ClientIP','177.134.99.243'),(58140,13447,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58141,13447,'CurrentUserID','0'),(58142,13448,'Attempts','1'),(58143,13448,'ClientIP','85.154.85.95'),(58144,13448,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58145,13448,'CurrentUserID','0'),(58146,13449,'Attempts','1'),(58147,13449,'ClientIP','105.98.2.139'),(58148,13449,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58149,13449,'CurrentUserID','0'),(58150,13450,'Attempts','1'),(58151,13450,'ClientIP','113.52.86.89'),(58152,13450,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58153,13450,'CurrentUserID','0'),(58154,13451,'Attempts','1'),(58155,13451,'ClientIP','1.186.37.65'),(58156,13451,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58157,13451,'CurrentUserID','0'),(58158,13452,'Attempts','1'),(58159,13452,'ClientIP','78.185.48.105'),(58160,13452,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58161,13452,'CurrentUserID','0'),(58162,13453,'Attempts','1'),(58163,13453,'ClientIP','112.200.239.226'),(58164,13453,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58165,13453,'CurrentUserID','0'),(58166,13454,'Attempts','1'),(58167,13454,'ClientIP','14.184.247.22'),(58168,13454,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58169,13454,'CurrentUserID','0'),(58170,13455,'Attempts','1'),(58171,13455,'ClientIP','91.82.6.33'),(58172,13455,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58173,13455,'CurrentUserID','0'),(58174,13456,'Attempts','1'),(58175,13456,'ClientIP','79.118.42.96'),(58176,13456,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58177,13456,'CurrentUserID','0'),(58178,13457,'Attempts','1'),(58179,13457,'ClientIP','222.4.28.180'),(58180,13457,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58181,13457,'CurrentUserID','0'),(58182,13458,'Attempts','1'),(58183,13458,'ClientIP','39.51.114.131'),(58184,13458,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58185,13458,'CurrentUserID','0'),(58186,13459,'Attempts','1'),(58187,13459,'ClientIP','203.87.129.163'),(58188,13459,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58189,13459,'CurrentUserID','0'),(58190,13460,'Attempts','1'),(58191,13460,'ClientIP','178.149.185.54'),(58192,13460,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58193,13460,'CurrentUserID','0'),(58194,13461,'Attempts','1'),(58195,13461,'ClientIP','41.249.39.118'),(58196,13461,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58197,13461,'CurrentUserID','0'),(58198,13462,'Attempts','1'),(58199,13462,'ClientIP','109.156.153.249'),(58200,13462,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58201,13462,'CurrentUserID','0'),(58202,13463,'Attempts','1'),(58203,13463,'ClientIP','188.177.86.242'),(58204,13463,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58205,13463,'CurrentUserID','0'),(58206,13464,'Attempts','1'),(58207,13464,'ClientIP','78.95.231.175'),(58208,13464,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58209,13464,'CurrentUserID','0'),(58210,13465,'Attempts','1'),(58211,13465,'ClientIP','41.218.241.203'),(58212,13465,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58213,13465,'CurrentUserID','0'),(58214,13466,'Attempts','1'),(58215,13466,'ClientIP','190.5.167.108'),(58216,13466,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58217,13466,'CurrentUserID','0'),(58218,13467,'Attempts','1'),(58219,13467,'ClientIP','94.100.108.152'),(58220,13467,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58221,13467,'CurrentUserID','0'),(58222,13468,'Attempts','1'),(58223,13468,'ClientIP','41.104.152.97'),(58224,13468,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58225,13468,'CurrentUserID','0'),(58226,13469,'Attempts','1'),(58227,13469,'ClientIP','165.120.189.224'),(58228,13469,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58229,13469,'CurrentUserID','0'),(58230,13470,'Attempts','1'),(58231,13470,'ClientIP','79.51.125.58'),(58232,13470,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58233,13470,'CurrentUserID','0'),(58234,13471,'Attempts','1'),(58235,13471,'ClientIP','189.124.29.194'),(58236,13471,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58237,13471,'CurrentUserID','0'),(58238,13472,'Attempts','1'),(58239,13472,'ClientIP','190.47.195.210'),(58240,13472,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58241,13472,'CurrentUserID','0'),(58242,13473,'Attempts','1'),(58243,13473,'ClientIP','189.158.90.90'),(58244,13473,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58245,13473,'CurrentUserID','0'),(58246,13474,'Attempts','1'),(58247,13474,'ClientIP','78.0.194.103'),(58248,13474,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58249,13474,'CurrentUserID','0'),(58250,13475,'Attempts','1'),(58251,13475,'ClientIP','79.151.55.254'),(58252,13475,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58253,13475,'CurrentUserID','0'),(58254,13476,'Attempts','10+'),(58255,13476,'Username','wsaaus15'),(58256,13476,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(58257,13476,'ClientIP','5.153.234.154'),(58258,13476,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(58259,13477,'Attempts','1'),(58260,13477,'ClientIP','37.228.240.29'),(58261,13477,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58262,13477,'CurrentUserID','0'),(58263,13478,'Attempts','1'),(58264,13478,'ClientIP','75.161.252.234'),(58265,13478,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58266,13478,'CurrentUserID','0'),(58267,13479,'Attempts','1'),(58268,13479,'ClientIP','41.96.105.173'),(58269,13479,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58270,13479,'CurrentUserID','0'),(58271,13480,'Attempts','1'),(58272,13480,'ClientIP','103.196.137.135'),(58273,13480,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58274,13480,'CurrentUserID','0'),(58275,13481,'Attempts','1'),(58276,13481,'ClientIP','59.10.60.146'),(58277,13481,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58278,13481,'CurrentUserID','0'),(58279,13482,'Attempts','1'),(58280,13482,'ClientIP','112.218.67.110'),(58281,13482,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58282,13482,'CurrentUserID','0'),(58283,13483,'Attempts','1'),(58284,13483,'ClientIP','67.186.92.153'),(58285,13483,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58286,13483,'CurrentUserID','0'),(58287,13484,'Attempts','1'),(58288,13484,'ClientIP','212.76.105.19'),(58289,13484,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58290,13484,'CurrentUserID','0'),(58291,13485,'Attempts','1'),(58292,13485,'ClientIP','181.120.159.123'),(58293,13485,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58294,13485,'CurrentUserID','0'),(58295,13486,'Attempts','1'),(58296,13486,'ClientIP','122.52.193.68'),(58297,13486,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58298,13486,'CurrentUserID','0'),(58299,13487,'Attempts','1'),(58300,13487,'ClientIP','122.173.164.128'),(58301,13487,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58302,13487,'CurrentUserID','0'),(58303,13488,'Attempts','1'),(58304,13488,'ClientIP','179.52.31.132'),(58305,13488,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58306,13488,'CurrentUserID','0'),(58307,13489,'Attempts','1'),(58308,13489,'ClientIP','175.142.190.3'),(58309,13489,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58310,13489,'CurrentUserID','0'),(58311,13490,'Attempts','1'),(58312,13490,'ClientIP','111.88.26.62'),(58313,13490,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58314,13490,'CurrentUserID','0'),(58315,13491,'Attempts','1'),(58316,13491,'ClientIP','113.163.41.98'),(58317,13491,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58318,13491,'CurrentUserID','0'),(58319,13492,'Attempts','1'),(58320,13492,'ClientIP','5.152.128.7'),(58321,13492,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58322,13492,'CurrentUserID','0'),(58323,13493,'Attempts','1'),(58324,13493,'ClientIP','105.106.35.62'),(58325,13493,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58326,13493,'CurrentUserID','0'),(58327,13494,'Attempts','1'),(58328,13494,'ClientIP','112.201.20.26'),(58329,13494,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58330,13494,'CurrentUserID','0'),(58331,13495,'Attempts','1'),(58332,13495,'ClientIP','203.177.46.155'),(58333,13495,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58334,13495,'CurrentUserID','0'),(58335,13496,'Attempts','1'),(58336,13496,'ClientIP','84.2.175.238'),(58337,13496,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58338,13496,'CurrentUserID','0'),(58339,13497,'Attempts','1'),(58340,13497,'ClientIP','202.84.40.12'),(58341,13497,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58342,13497,'CurrentUserID','0'),(58343,13498,'Attempts','1'),(58344,13498,'ClientIP','222.165.221.190'),(58345,13498,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58346,13498,'CurrentUserID','0'),(58347,13499,'Attempts','1'),(58348,13499,'ClientIP','117.103.2.21'),(58349,13499,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58350,13499,'CurrentUserID','0'),(58351,13500,'Attempts','1'),(58352,13500,'ClientIP','180.252.212.18'),(58353,13500,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58354,13500,'CurrentUserID','0'),(58355,13501,'ClientIP','127.0.0.1'),(58356,13501,'Username','Plugin'),(58357,13501,'PromoMessage','<strong>External Database for WordPress Audit Log</strong><br>Meet regulatory compliance requirements your business needs to adhere to. <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/external-database-for-wp-security-audit-log/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=externaldb\" target=\"_blank\">External DB Add-on</a></strong>'),(58358,13501,'PromoName','External DB Add-on'),(58359,13502,'Attempts','1'),(58360,13502,'ClientIP','112.204.175.201'),(58361,13502,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58362,13502,'CurrentUserID','0'),(58363,13503,'Attempts','1'),(58364,13503,'ClientIP','36.74.21.120'),(58365,13503,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58366,13503,'CurrentUserID','0'),(58367,13504,'Attempts','1'),(58368,13504,'ClientIP','115.187.53.219'),(58369,13504,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58370,13504,'CurrentUserID','0'),(58371,13505,'Attempts','1'),(58372,13505,'ClientIP','36.84.231.165'),(58373,13505,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58374,13505,'CurrentUserID','0'),(58375,13506,'Attempts','1'),(58376,13506,'ClientIP','220.247.241.250'),(58377,13506,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58378,13506,'CurrentUserID','0'),(58379,13507,'Attempts','1'),(58380,13507,'ClientIP','175.101.15.8'),(58381,13507,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58382,13507,'CurrentUserID','0'),(58383,13508,'Attempts','1'),(58384,13508,'ClientIP','179.55.201.139'),(58385,13508,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58386,13508,'CurrentUserID','0'),(58387,13509,'Attempts','1'),(58388,13509,'ClientIP','182.64.199.21'),(58389,13509,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58390,13509,'CurrentUserID','0'),(58391,13510,'Attempts','1'),(58392,13510,'ClientIP','176.73.255.72'),(58393,13510,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58394,13510,'CurrentUserID','0'),(58395,13511,'Attempts','1'),(58396,13511,'ClientIP','105.100.36.96'),(58397,13511,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58398,13511,'CurrentUserID','0'),(58399,13512,'Attempts','1'),(58400,13512,'ClientIP','123.236.204.131'),(58401,13512,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58402,13512,'CurrentUserID','0'),(58403,13513,'Attempts','1'),(58404,13513,'ClientIP','36.84.231.133'),(58405,13513,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58406,13513,'CurrentUserID','0'),(58407,13514,'Attempts','1'),(58408,13514,'ClientIP','202.140.38.34'),(58409,13514,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58410,13514,'CurrentUserID','0'),(58411,13515,'Attempts','2'),(58412,13515,'ClientIP','89.114.246.201'),(58413,13515,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58414,13515,'CurrentUserID','0'),(58415,13516,'Attempts','1'),(58416,13516,'ClientIP','103.48.181.129'),(58417,13516,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58418,13516,'CurrentUserID','0'),(58419,13517,'Attempts','3'),(58420,13517,'ClientIP','162.144.218.93'),(58421,13517,'UserAgent',''),(58422,13517,'CurrentUserID','0'),(58423,13518,'Attempts','2'),(58424,13518,'ClientIP','202.142.75.127'),(58425,13518,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58426,13518,'CurrentUserID','0'),(58427,13519,'Attempts','1'),(58428,13519,'ClientIP','123.100.45.70'),(58429,13519,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58430,13519,'CurrentUserID','0'),(58431,13520,'Attempts','1'),(58432,13520,'ClientIP','106.159.233.56'),(58433,13520,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58434,13520,'CurrentUserID','0'),(58435,13521,'Attempts','1'),(58436,13521,'ClientIP','188.2.105.217'),(58437,13521,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58438,13521,'CurrentUserID','0'),(58439,13522,'Attempts','1'),(58440,13522,'ClientIP','81.141.187.135'),(58441,13522,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58442,13522,'CurrentUserID','0'),(58443,13523,'Attempts','1'),(58444,13523,'ClientIP','180.94.86.91'),(58445,13523,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58446,13523,'CurrentUserID','0'),(58447,13524,'Attempts','2'),(58448,13524,'ClientIP','212.88.100.138'),(58449,13524,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58450,13524,'CurrentUserID','0'),(58451,13525,'Attempts','1'),(58452,13525,'ClientIP','103.50.80.195'),(58453,13525,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58454,13525,'CurrentUserID','0'),(58455,13526,'Attempts','1'),(58456,13526,'ClientIP','197.245.150.33'),(58457,13526,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58458,13526,'CurrentUserID','0'),(58459,13527,'Attempts','1'),(58460,13527,'ClientIP','89.152.244.52'),(58461,13527,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58462,13527,'CurrentUserID','0'),(58463,13528,'Attempts','1'),(58464,13528,'ClientIP','122.164.30.34'),(58465,13528,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58466,13528,'CurrentUserID','0'),(58467,13529,'Attempts','10+'),(58468,13529,'Username','wsaaus15'),(58469,13529,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(58470,13529,'ClientIP','195.154.199.235'),(58471,13529,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(58472,13530,'Attempts','10+'),(58473,13530,'ClientIP','195.154.199.235'),(58474,13530,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(58475,13530,'CurrentUserID','0'),(58476,13531,'Attempts','1'),(58477,13531,'ClientIP','203.87.133.92'),(58478,13531,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58479,13531,'CurrentUserID','0'),(58480,13532,'Attempts','1'),(58481,13532,'ClientIP','105.159.219.206'),(58482,13532,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58483,13532,'CurrentUserID','0'),(58484,13533,'Attempts','1'),(58485,13533,'ClientIP','79.188.202.193'),(58486,13533,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58487,13533,'CurrentUserID','0'),(58488,13534,'Attempts','1'),(58489,13534,'ClientIP','41.45.50.70'),(58490,13534,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58491,13534,'CurrentUserID','0'),(58492,13535,'Attempts','1'),(58493,13535,'ClientIP','31.201.200.0'),(58494,13535,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58495,13535,'CurrentUserID','0'),(58496,13536,'Attempts','1'),(58497,13536,'ClientIP','117.217.18.240'),(58498,13536,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58499,13536,'CurrentUserID','0'),(58500,13537,'Attempts','1'),(58501,13537,'ClientIP','77.112.96.236'),(58502,13537,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58503,13537,'CurrentUserID','0'),(58504,13538,'Attempts','1'),(58505,13538,'ClientIP','42.116.160.218'),(58506,13538,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58507,13538,'CurrentUserID','0'),(58508,13539,'Attempts','1'),(58509,13539,'ClientIP','123.236.62.52'),(58510,13539,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58511,13539,'CurrentUserID','0'),(58512,13540,'Attempts','1'),(58513,13540,'ClientIP','177.248.198.42'),(58514,13540,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58515,13540,'CurrentUserID','0'),(58516,13541,'Attempts','1'),(58517,13541,'ClientIP','103.26.226.36'),(58518,13541,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58519,13541,'CurrentUserID','0'),(58520,13542,'Attempts','1'),(58521,13542,'ClientIP','5.165.26.168'),(58522,13542,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58523,13542,'CurrentUserID','0'),(58524,13543,'Attempts','1'),(58525,13543,'ClientIP','105.224.85.211'),(58526,13543,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58527,13543,'CurrentUserID','0'),(58528,13544,'Attempts','1'),(58529,13544,'ClientIP','49.149.224.62'),(58530,13544,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58531,13544,'CurrentUserID','0'),(58532,13545,'Attempts','1'),(58533,13545,'ClientIP','178.149.185.54'),(58534,13545,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58535,13545,'CurrentUserID','0'),(58536,13546,'Attempts','1'),(58537,13546,'ClientIP','202.83.56.171'),(58538,13546,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58539,13546,'CurrentUserID','0'),(58540,13547,'Attempts','1'),(58541,13547,'ClientIP','2.121.106.66'),(58542,13547,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58543,13547,'CurrentUserID','0'),(58544,13548,'Attempts','1'),(58545,13548,'ClientIP','41.43.242.114'),(58546,13548,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58547,13548,'CurrentUserID','0'),(58548,13549,'Attempts','1'),(58549,13549,'ClientIP','86.34.181.18'),(58550,13549,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58551,13549,'CurrentUserID','0'),(58552,13550,'Attempts','1'),(58553,13550,'ClientIP','190.149.24.224'),(58554,13550,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58555,13550,'CurrentUserID','0'),(58556,13551,'Attempts','1'),(58557,13551,'ClientIP','94.179.76.106'),(58558,13551,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58559,13551,'CurrentUserID','0'),(58560,13552,'Attempts','1'),(58561,13552,'ClientIP','61.5.61.225'),(58562,13552,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58563,13552,'CurrentUserID','0'),(58564,13553,'Attempts','1'),(58565,13553,'ClientIP','182.68.207.150'),(58566,13553,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58567,13553,'CurrentUserID','0'),(58568,13554,'Attempts','1'),(58569,13554,'ClientIP','80.218.216.45'),(58570,13554,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58571,13554,'CurrentUserID','0'),(58572,13555,'Attempts','1'),(58573,13555,'ClientIP','49.147.124.185'),(58574,13555,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58575,13555,'CurrentUserID','0'),(58576,13556,'Attempts','1'),(58577,13556,'ClientIP','103.232.230.13'),(58578,13556,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58579,13556,'CurrentUserID','0'),(58580,13557,'Attempts','1'),(58581,13557,'ClientIP','39.42.120.91'),(58582,13557,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58583,13557,'CurrentUserID','0'),(58584,13558,'Attempts','1'),(58585,13558,'ClientIP','5.172.198.106'),(58586,13558,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58587,13558,'CurrentUserID','0'),(58588,13559,'Attempts','1'),(58589,13559,'ClientIP','217.196.215.225'),(58590,13559,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58591,13559,'CurrentUserID','0'),(58592,13560,'Attempts','1'),(58593,13560,'ClientIP','112.133.232.8'),(58594,13560,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58595,13560,'CurrentUserID','0'),(58596,13561,'Attempts','1'),(58597,13561,'ClientIP','82.114.86.253'),(58598,13561,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58599,13561,'CurrentUserID','0'),(58600,13562,'Attempts','1'),(58601,13562,'ClientIP','1.186.126.154'),(58602,13562,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58603,13562,'CurrentUserID','0'),(58604,13563,'Attempts','2'),(58605,13563,'ClientIP','124.106.249.27'),(58606,13563,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58607,13563,'CurrentUserID','0'),(58608,13564,'Attempts','1'),(58609,13564,'ClientIP','171.96.176.210'),(58610,13564,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58611,13564,'CurrentUserID','0'),(58612,13565,'Attempts','1'),(58613,13565,'ClientIP','115.135.18.7'),(58614,13565,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58615,13565,'CurrentUserID','0'),(58616,13566,'Attempts','1'),(58617,13566,'ClientIP','213.186.186.247'),(58618,13566,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58619,13566,'CurrentUserID','0'),(58620,13567,'Attempts','1'),(58621,13567,'ClientIP','125.177.116.34'),(58622,13567,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58623,13567,'CurrentUserID','0'),(58624,13568,'Attempts','1'),(58625,13568,'ClientIP','112.134.1.151'),(58626,13568,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58627,13568,'CurrentUserID','0'),(58628,13569,'Attempts','1'),(58629,13569,'ClientIP','200.109.173.140'),(58630,13569,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58631,13569,'CurrentUserID','0'),(58632,13570,'Attempts','1'),(58633,13570,'ClientIP','213.133.211.56'),(58634,13570,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58635,13570,'CurrentUserID','0'),(58636,13571,'Attempts','1'),(58637,13571,'ClientIP','190.177.139.94'),(58638,13571,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58639,13571,'CurrentUserID','0'),(58640,13572,'Attempts','1'),(58641,13572,'ClientIP','186.150.89.167'),(58642,13572,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58643,13572,'CurrentUserID','0'),(58644,13573,'Attempts','1'),(58645,13573,'ClientIP','109.98.160.1'),(58646,13573,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58647,13573,'CurrentUserID','0'),(58648,13574,'Attempts','1'),(58649,13574,'ClientIP','80.254.127.63'),(58650,13574,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58651,13574,'CurrentUserID','0'),(58652,13575,'Attempts','1'),(58653,13575,'ClientIP','111.92.155.254'),(58654,13575,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58655,13575,'CurrentUserID','0'),(58656,13576,'Attempts','1'),(58657,13576,'ClientIP','41.142.62.141'),(58658,13576,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58659,13576,'CurrentUserID','0'),(58660,13577,'Attempts','1'),(58661,13577,'ClientIP','88.174.161.52'),(58662,13577,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58663,13577,'CurrentUserID','0'),(58664,13578,'Attempts','1'),(58665,13578,'ClientIP','41.100.224.183'),(58666,13578,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58667,13578,'CurrentUserID','0'),(58668,13579,'Attempts','1'),(58669,13579,'ClientIP','61.6.73.199'),(58670,13579,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58671,13579,'CurrentUserID','0'),(58672,13580,'Attempts','1'),(58673,13580,'ClientIP','2.93.63.227'),(58674,13580,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58675,13580,'CurrentUserID','0'),(58676,13581,'Attempts','10+'),(58677,13581,'ClientIP','178.33.48.193'),(58678,13581,'UserAgent',''),(58679,13581,'CurrentUserID','0'),(58680,13582,'Attempts','2'),(58681,13582,'ClientIP','75.76.56.221'),(58682,13582,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58683,13582,'CurrentUserID','0'),(58684,13583,'Attempts','1'),(58685,13583,'ClientIP','218.146.46.54'),(58686,13583,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58687,13583,'CurrentUserID','0'),(58688,13584,'Attempts','1'),(58689,13584,'ClientIP','94.72.190.212'),(58690,13584,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58691,13584,'CurrentUserID','0'),(58692,13585,'Attempts','1'),(58693,13585,'ClientIP','111.91.101.32'),(58694,13585,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58695,13585,'CurrentUserID','0'),(58696,13586,'Attempts','1'),(58697,13586,'ClientIP','192.168.12.194'),(58698,13586,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58699,13586,'CurrentUserID','0'),(58700,13587,'Attempts','1'),(58701,13587,'ClientIP','31.192.62.220'),(58702,13587,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58703,13587,'CurrentUserID','0'),(58704,13588,'Attempts','1'),(58705,13588,'ClientIP','201.208.108.138'),(58706,13588,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58707,13588,'CurrentUserID','0'),(58708,13589,'Attempts','1'),(58709,13589,'ClientIP','86.82.218.218'),(58710,13589,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58711,13589,'CurrentUserID','0'),(58712,13590,'Attempts','1'),(58713,13590,'ClientIP','78.96.179.227'),(58714,13590,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58715,13590,'CurrentUserID','0'),(58716,13591,'Attempts','1'),(58717,13591,'ClientIP','124.107.127.179'),(58718,13591,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58719,13591,'CurrentUserID','0'),(58720,13592,'Attempts','1'),(58721,13592,'ClientIP','109.205.117.23'),(58722,13592,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58723,13592,'CurrentUserID','0'),(58724,13593,'Attempts','1'),(58725,13593,'ClientIP','85.97.176.94'),(58726,13593,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58727,13593,'CurrentUserID','0'),(58728,13594,'Attempts','1'),(58729,13594,'ClientIP','195.8.51.235'),(58730,13594,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58731,13594,'CurrentUserID','0'),(58732,13595,'Attempts','1'),(58733,13595,'ClientIP','90.112.46.71'),(58734,13595,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58735,13595,'CurrentUserID','0'),(58736,13596,'Attempts','1'),(58737,13596,'ClientIP','115.127.84.10'),(58738,13596,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58739,13596,'CurrentUserID','0'),(58740,13597,'Attempts','1'),(58741,13597,'ClientIP','87.10.236.59'),(58742,13597,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58743,13597,'CurrentUserID','0'),(58744,13598,'Attempts','1'),(58745,13598,'ClientIP','188.27.97.155'),(58746,13598,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58747,13598,'CurrentUserID','0'),(58748,13599,'Attempts','1'),(58749,13599,'ClientIP','103.25.77.65'),(58750,13599,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58751,13599,'CurrentUserID','0'),(58752,13600,'Attempts','1'),(58753,13600,'ClientIP','46.12.91.105'),(58754,13600,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58755,13600,'CurrentUserID','0'),(58756,13601,'Attempts','1'),(58757,13601,'ClientIP','109.65.149.90'),(58758,13601,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58759,13601,'CurrentUserID','0'),(58760,13602,'Attempts','2'),(58761,13602,'ClientIP','95.244.87.33'),(58762,13602,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58763,13602,'CurrentUserID','0'),(58764,13603,'Attempts','1'),(58765,13603,'ClientIP','36.255.41.157'),(58766,13603,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58767,13603,'CurrentUserID','0'),(58768,13604,'Attempts','1'),(58769,13604,'ClientIP','128.204.11.62'),(58770,13604,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58771,13604,'CurrentUserID','0'),(58772,13605,'Attempts','2'),(58773,13605,'ClientIP','83.86.56.189'),(58774,13605,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58775,13605,'CurrentUserID','0'),(58776,13606,'Attempts','1'),(58777,13606,'ClientIP','105.159.36.77'),(58778,13606,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58779,13606,'CurrentUserID','0'),(58780,13607,'Attempts','1'),(58781,13607,'ClientIP','79.121.68.137'),(58782,13607,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58783,13607,'CurrentUserID','0'),(58784,13608,'Attempts','1'),(58785,13608,'ClientIP','77.46.196.210'),(58786,13608,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58787,13608,'CurrentUserID','0'),(58788,13609,'Attempts','1'),(58789,13609,'ClientIP','188.255.17.18'),(58790,13609,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58791,13609,'CurrentUserID','0'),(58792,13610,'Attempts','1'),(58793,13610,'ClientIP','82.81.221.111'),(58794,13610,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58795,13610,'CurrentUserID','0'),(58796,13611,'Attempts','2'),(58797,13611,'ClientIP','188.247.75.50'),(58798,13611,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58799,13611,'CurrentUserID','0'),(58800,13612,'Attempts','1'),(58801,13612,'ClientIP','90.59.102.37'),(58802,13612,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58803,13612,'CurrentUserID','0'),(58804,13613,'Attempts','1'),(58805,13613,'ClientIP','41.188.50.130'),(58806,13613,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58807,13613,'CurrentUserID','0'),(58808,13614,'Attempts','1'),(58809,13614,'ClientIP','182.58.180.38'),(58810,13614,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58811,13614,'CurrentUserID','0'),(58812,13615,'Attempts','1'),(58813,13615,'ClientIP','43.242.117.153'),(58814,13615,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58815,13615,'CurrentUserID','0'),(58816,13616,'Attempts','1'),(58817,13616,'ClientIP','186.42.104.143'),(58818,13616,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58819,13616,'CurrentUserID','0'),(58820,13617,'Attempts','1'),(58821,13617,'ClientIP','187.113.120.0'),(58822,13617,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58823,13617,'CurrentUserID','0'),(58824,13619,'Attempts','1'),(58825,13618,'Attempts','1'),(58826,13619,'ClientIP','37.210.64.214'),(58827,13618,'ClientIP','67.236.103.58'),(58828,13618,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58829,13619,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58830,13618,'CurrentUserID','0'),(58831,13619,'CurrentUserID','0'),(58832,13620,'Attempts','1'),(58833,13620,'ClientIP','217.75.203.210'),(58834,13620,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58835,13620,'CurrentUserID','0'),(58836,13621,'Attempts','1'),(58837,13621,'ClientIP','49.146.218.182'),(58838,13621,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58839,13621,'CurrentUserID','0'),(58840,13622,'Attempts','1'),(58841,13622,'ClientIP','103.225.43.122'),(58842,13622,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58843,13622,'CurrentUserID','0'),(58844,13623,'Attempts','1'),(58845,13623,'ClientIP','61.94.187.90'),(58846,13623,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58847,13623,'CurrentUserID','0'),(58848,13624,'Attempts','1'),(58849,13624,'ClientIP','181.41.246.14'),(58850,13624,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58851,13624,'CurrentUserID','0'),(58852,13625,'Attempts','1'),(58853,13625,'ClientIP','86.22.0.245'),(58854,13625,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58855,13625,'CurrentUserID','0'),(58856,13626,'Attempts','1'),(58857,13626,'ClientIP','217.17.88.99'),(58858,13626,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58859,13626,'CurrentUserID','0'),(58860,13627,'Attempts','1'),(58861,13627,'ClientIP','189.174.250.216'),(58862,13627,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58863,13627,'CurrentUserID','0'),(58864,13628,'Attempts','1'),(58865,13628,'ClientIP','181.22.187.30'),(58866,13628,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58867,13628,'CurrentUserID','0'),(58868,13629,'Attempts','1'),(58869,13629,'ClientIP','24.135.215.185'),(58870,13629,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58871,13629,'CurrentUserID','0'),(58872,13630,'Attempts','1'),(58873,13630,'ClientIP','93.34.23.104'),(58874,13630,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58875,13630,'CurrentUserID','0'),(58876,13631,'Attempts','1'),(58877,13631,'ClientIP','112.198.118.241'),(58878,13631,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58879,13631,'CurrentUserID','0'),(58880,13632,'Attempts','1'),(58881,13632,'ClientIP','79.12.225.187'),(58882,13632,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58883,13632,'CurrentUserID','0'),(58884,13633,'Attempts','1'),(58885,13633,'ClientIP','177.72.196.5'),(58886,13633,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58887,13633,'CurrentUserID','0'),(58888,13634,'Attempts','1'),(58889,13634,'ClientIP','149.88.78.89'),(58890,13634,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58891,13634,'CurrentUserID','0'),(58892,13635,'Attempts','1'),(58893,13635,'ClientIP','178.220.192.181'),(58894,13635,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58895,13635,'CurrentUserID','0'),(58896,13636,'Attempts','1'),(58897,13636,'ClientIP','112.198.75.206'),(58898,13636,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58899,13636,'CurrentUserID','0'),(58900,13637,'Attempts','1'),(58901,13637,'ClientIP','36.75.117.209'),(58902,13637,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58903,13637,'CurrentUserID','0'),(58904,13638,'Attempts','1'),(58905,13638,'ClientIP','87.218.104.227'),(58906,13638,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58907,13638,'CurrentUserID','0'),(58908,13639,'Attempts','1'),(58909,13639,'ClientIP','220.227.64.41'),(58910,13639,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58911,13639,'CurrentUserID','0'),(58912,13640,'Attempts','1'),(58913,13640,'ClientIP','59.88.37.172'),(58914,13640,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58915,13640,'CurrentUserID','0'),(58916,13641,'Attempts','1'),(58917,13641,'ClientIP','94.187.107.34'),(58918,13641,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58919,13641,'CurrentUserID','0'),(58920,13642,'Attempts','1'),(58921,13642,'ClientIP','89.205.3.41'),(58922,13642,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58923,13642,'CurrentUserID','0'),(58924,13643,'Attempts','1'),(58925,13643,'ClientIP','24.131.247.86'),(58926,13643,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58927,13643,'CurrentUserID','0'),(58928,13644,'Attempts','1'),(58929,13644,'ClientIP','112.198.103.64'),(58930,13644,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58931,13644,'CurrentUserID','0'),(58932,13645,'Attempts','1'),(58933,13645,'ClientIP','177.124.53.14'),(58934,13645,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58935,13645,'CurrentUserID','0'),(58936,13646,'Attempts','1'),(58937,13646,'ClientIP','192.168.50.136'),(58938,13646,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58939,13646,'CurrentUserID','0'),(58940,13647,'Attempts','1'),(58941,13647,'ClientIP','67.182.20.3'),(58942,13647,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58943,13647,'CurrentUserID','0'),(58944,13648,'Attempts','1'),(58945,13648,'ClientIP','41.138.131.246'),(58946,13648,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58947,13648,'CurrentUserID','0'),(58948,13649,'Attempts','1'),(58949,13649,'ClientIP','213.127.56.92'),(58950,13649,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58951,13649,'CurrentUserID','0'),(58952,13650,'Attempts','1'),(58953,13650,'ClientIP','203.112.220.217'),(58954,13650,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58955,13650,'CurrentUserID','0'),(58956,13651,'ClientIP','127.0.0.1'),(58957,13651,'Username','Plugin'),(58958,13651,'PromoMessage','<strong>60% OFF On All Premium Add-Ons and Support Bundle</strong><br>Add email alerts, generate compliance reports and add the search functionality to your WordPress audit log with the <strong><a href=\"http://www.wpsecurityauditlog.com/plugin-extensions/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=alladdons\" target=\"_blank\">Premium Add-Ons</a></strong>.'),(58959,13651,'PromoName','Premium Add-Ons'),(58960,13652,'Attempts','1'),(58961,13652,'ClientIP','118.179.202.194'),(58962,13652,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58963,13652,'CurrentUserID','0'),(58964,13653,'Attempts','1'),(58965,13653,'ClientIP','112.210.57.199'),(58966,13653,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58967,13653,'CurrentUserID','0'),(58968,13654,'Attempts','1'),(58969,13654,'ClientIP','49.151.95.76'),(58970,13654,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58971,13654,'CurrentUserID','0'),(58972,13655,'Attempts','1'),(58973,13655,'ClientIP','78.134.52.135'),(58974,13655,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58975,13655,'CurrentUserID','0'),(58976,13656,'Attempts','1'),(58977,13656,'ClientIP','103.50.82.168'),(58978,13656,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58979,13656,'CurrentUserID','0'),(58980,13657,'Attempts','1'),(58981,13657,'ClientIP','117.121.238.234'),(58982,13657,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58983,13657,'CurrentUserID','0'),(58984,13658,'Attempts','1'),(58985,13658,'ClientIP','81.241.48.25'),(58986,13658,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58987,13658,'CurrentUserID','0'),(58988,13659,'Attempts','1'),(58989,13659,'ClientIP','14.140.221.80'),(58990,13659,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58991,13659,'CurrentUserID','0'),(58992,13660,'Attempts','1'),(58993,13660,'ClientIP','92.83.232.123'),(58994,13660,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58995,13660,'CurrentUserID','0'),(58996,13661,'Attempts','1'),(58997,13661,'ClientIP','120.138.116.66'),(58998,13661,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(58999,13661,'CurrentUserID','0'),(59000,13662,'Attempts','1'),(59001,13662,'ClientIP','117.194.103.192'),(59002,13662,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59003,13662,'CurrentUserID','0'),(59004,13663,'Attempts','10+'),(59005,13663,'Username','wsaaus15'),(59006,13663,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(59007,13663,'ClientIP','130.185.155.82'),(59008,13663,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(59009,13664,'Attempts','1'),(59010,13664,'ClientIP','103.195.204.107'),(59011,13664,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59012,13664,'CurrentUserID','0'),(59013,13665,'Attempts','1'),(59014,13665,'ClientIP','77.65.89.213'),(59015,13665,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59016,13665,'CurrentUserID','0'),(59017,13666,'Attempts','1'),(59018,13666,'ClientIP','125.165.140.9'),(59019,13666,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59020,13666,'CurrentUserID','0'),(59021,13667,'Attempts','1'),(59022,13667,'ClientIP','84.117.250.84'),(59023,13667,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59024,13667,'CurrentUserID','0'),(59025,13668,'Attempts','1'),(59026,13668,'ClientIP','217.175.220.188'),(59027,13668,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59028,13668,'CurrentUserID','0'),(59029,13669,'Attempts','1'),(59030,13669,'ClientIP','110.159.98.36'),(59031,13669,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59032,13669,'CurrentUserID','0'),(59033,13670,'Attempts','1'),(59034,13670,'ClientIP','114.4.78.167'),(59035,13670,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59036,13670,'CurrentUserID','0'),(59037,13671,'Attempts','1'),(59038,13671,'ClientIP','36.71.56.132'),(59039,13671,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59040,13671,'CurrentUserID','0'),(59041,13672,'Attempts','1'),(59042,13672,'ClientIP','112.200.185.3'),(59043,13672,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59044,13672,'CurrentUserID','0'),(59045,13673,'Attempts','1'),(59046,13673,'ClientIP','178.158.83.227'),(59047,13673,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59048,13673,'CurrentUserID','0'),(59049,13674,'Attempts','1'),(59050,13674,'ClientIP','14.192.214.132'),(59051,13674,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59052,13674,'CurrentUserID','0'),(59053,13675,'Attempts','1'),(59054,13675,'ClientIP','110.9.146.11'),(59055,13675,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59056,13675,'CurrentUserID','0'),(59057,13676,'Attempts','1'),(59058,13676,'ClientIP','83.222.232.57'),(59059,13676,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59060,13676,'CurrentUserID','0'),(59061,13677,'Attempts','1'),(59062,13677,'ClientIP','78.149.208.219'),(59063,13677,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59064,13677,'CurrentUserID','0'),(59065,13678,'Attempts','1'),(59066,13678,'ClientIP','59.103.217.119'),(59067,13678,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59068,13678,'CurrentUserID','0'),(59069,13679,'Attempts','1'),(59070,13679,'ClientIP','124.104.251.226'),(59071,13679,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59072,13679,'CurrentUserID','0'),(59073,13680,'Attempts','1'),(59074,13680,'ClientIP','79.141.134.253'),(59075,13680,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59076,13680,'CurrentUserID','0'),(59077,13681,'Attempts','1'),(59078,13681,'ClientIP','197.218.192.6'),(59079,13681,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59080,13681,'CurrentUserID','0'),(59081,13682,'Attempts','1'),(59082,13682,'ClientIP','49.145.138.241'),(59083,13682,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59084,13682,'CurrentUserID','0'),(59085,13683,'Attempts','1'),(59086,13683,'ClientIP','88.245.25.106'),(59087,13683,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59088,13683,'CurrentUserID','0'),(59089,13684,'Attempts','1'),(59090,13684,'ClientIP','203.29.141.26'),(59091,13684,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59092,13684,'CurrentUserID','0'),(59093,13685,'Attempts','1'),(59094,13685,'ClientIP','79.119.235.137'),(59095,13685,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59096,13685,'CurrentUserID','0'),(59097,13686,'Attempts','1'),(59098,13686,'ClientIP','112.205.92.24'),(59099,13686,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59100,13686,'CurrentUserID','0'),(59101,13687,'Attempts','1'),(59102,13687,'ClientIP','122.160.119.151'),(59103,13687,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59104,13687,'CurrentUserID','0'),(59105,13688,'Attempts','1'),(59106,13688,'ClientIP','103.229.83.188'),(59107,13688,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59108,13688,'CurrentUserID','0'),(59109,13689,'Attempts','1'),(59110,13689,'ClientIP','197.251.132.60'),(59111,13689,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59112,13689,'CurrentUserID','0'),(59113,13690,'Attempts','10+'),(59114,13690,'ClientIP','130.185.155.82'),(59115,13690,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(59116,13690,'CurrentUserID','0'),(59117,13691,'Attempts','1'),(59118,13691,'ClientIP','49.150.165.142'),(59119,13691,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59120,13691,'CurrentUserID','0'),(59121,13692,'Attempts','1'),(59122,13692,'ClientIP','45.114.183.61'),(59123,13692,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59124,13692,'CurrentUserID','0'),(59125,13693,'Attempts','1'),(59126,13693,'ClientIP','202.142.80.8'),(59127,13693,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59128,13693,'CurrentUserID','0'),(59129,13694,'Attempts','1'),(59130,13694,'ClientIP','45.116.190.220'),(59131,13694,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59132,13694,'CurrentUserID','0'),(59133,13695,'Attempts','1'),(59134,13695,'ClientIP','46.107.230.218'),(59135,13695,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59136,13695,'CurrentUserID','0'),(59137,13696,'Attempts','1'),(59138,13696,'ClientIP','176.215.22.139'),(59139,13696,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59140,13696,'CurrentUserID','0'),(59141,13697,'Attempts','1'),(59142,13697,'ClientIP','88.174.244.37'),(59143,13697,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59144,13697,'CurrentUserID','0'),(59145,13698,'Attempts','1'),(59146,13698,'ClientIP','202.78.236.184'),(59147,13698,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59148,13698,'CurrentUserID','0'),(59149,13699,'Attempts','1'),(59150,13699,'ClientIP','82.205.12.103'),(59151,13699,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59152,13699,'CurrentUserID','0'),(59153,13700,'Attempts','1'),(59154,13700,'ClientIP','109.96.236.107'),(59155,13700,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59156,13700,'CurrentUserID','0'),(59157,13701,'Attempts','1'),(59158,13701,'ClientIP','42.116.228.121'),(59159,13701,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59160,13701,'CurrentUserID','0'),(59161,13702,'Attempts','1'),(59162,13702,'ClientIP','24.50.240.88'),(59163,13702,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59164,13702,'CurrentUserID','0'),(59165,13703,'Attempts','1'),(59166,13703,'ClientIP','193.254.35.212'),(59167,13703,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59168,13703,'CurrentUserID','0'),(59169,13704,'Attempts','1'),(59170,13704,'ClientIP','45.118.70.70'),(59171,13704,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59172,13704,'CurrentUserID','0'),(59173,13705,'Attempts','1'),(59174,13705,'ClientIP','41.218.245.172'),(59175,13705,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59176,13705,'CurrentUserID','0'),(59177,13706,'Attempts','1'),(59178,13706,'ClientIP','46.12.91.105'),(59179,13706,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59180,13706,'CurrentUserID','0'),(59181,13707,'Attempts','2'),(59182,13707,'ClientIP','95.155.40.127'),(59183,13707,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59184,13707,'CurrentUserID','0'),(59185,13708,'Attempts','1'),(59186,13708,'ClientIP','85.73.67.7'),(59187,13708,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59188,13708,'CurrentUserID','0'),(59189,13709,'Attempts','1'),(59190,13709,'ClientIP','213.49.225.212'),(59191,13709,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59192,13709,'CurrentUserID','0'),(59193,13710,'Attempts','1'),(59194,13710,'ClientIP','85.254.74.147'),(59195,13710,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59196,13710,'CurrentUserID','0'),(59197,13711,'Attempts','1'),(59198,13711,'ClientIP','78.97.111.30'),(59199,13711,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59200,13711,'CurrentUserID','0'),(59201,13712,'Attempts','1'),(59202,13712,'ClientIP','187.113.115.131'),(59203,13712,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59204,13712,'CurrentUserID','0'),(59205,13713,'Attempts','1'),(59206,13713,'ClientIP','78.57.153.145'),(59207,13713,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59208,13713,'CurrentUserID','0'),(59209,13714,'Attempts','1'),(59210,13714,'ClientIP','91.103.25.50'),(59211,13714,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59212,13714,'CurrentUserID','0'),(59213,13715,'Attempts','1'),(59214,13715,'ClientIP','85.110.86.250'),(59215,13715,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59216,13715,'CurrentUserID','0'),(59217,13716,'Attempts','1'),(59218,13716,'ClientIP','103.31.178.114'),(59219,13716,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59220,13716,'CurrentUserID','0'),(59221,13717,'Attempts','1'),(59222,13717,'ClientIP','187.2.27.139'),(59223,13717,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59224,13717,'CurrentUserID','0'),(59225,13718,'Attempts','1'),(59226,13718,'ClientIP','36.75.117.209'),(59227,13718,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59228,13718,'CurrentUserID','0'),(59229,13719,'Attempts','1'),(59230,13719,'ClientIP','79.169.148.82'),(59231,13719,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59232,13719,'CurrentUserID','0'),(59233,13720,'Attempts','1'),(59234,13720,'ClientIP','178.153.91.62'),(59235,13720,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59236,13720,'CurrentUserID','0'),(59237,13721,'Attempts','1'),(59238,13721,'ClientIP','59.152.97.94'),(59239,13721,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59240,13721,'CurrentUserID','0'),(59241,13722,'Attempts','1'),(59242,13722,'ClientIP','180.254.84.31'),(59243,13722,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59244,13722,'CurrentUserID','0'),(59245,13723,'Attempts','1'),(59246,13723,'ClientIP','27.3.90.204'),(59247,13723,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59248,13723,'CurrentUserID','0'),(59249,13724,'Attempts','1'),(59250,13724,'ClientIP','112.210.10.69'),(59251,13724,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59252,13724,'CurrentUserID','0'),(59253,13725,'Attempts','1'),(59254,13725,'ClientIP','86.69.21.198'),(59255,13725,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59256,13725,'CurrentUserID','0'),(59257,13726,'Attempts','1'),(59258,13726,'ClientIP','81.246.226.209'),(59259,13726,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59260,13726,'CurrentUserID','0'),(59261,13727,'Attempts','1'),(59262,13727,'ClientIP','103.231.231.174'),(59263,13727,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59264,13727,'CurrentUserID','0'),(59265,13728,'Attempts','1'),(59266,13728,'ClientIP','88.156.136.171'),(59267,13728,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59268,13728,'CurrentUserID','0'),(59269,13729,'Attempts','1'),(59270,13729,'ClientIP','80.22.192.23'),(59271,13729,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59272,13729,'CurrentUserID','0'),(59273,13730,'Attempts','1'),(59274,13730,'ClientIP','39.59.111.176'),(59275,13730,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59276,13730,'CurrentUserID','0'),(59277,13731,'Attempts','1'),(59278,13731,'ClientIP','105.98.171.102'),(59279,13731,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59280,13731,'CurrentUserID','0'),(59281,13732,'Attempts','1'),(59282,13732,'ClientIP','177.67.15.11'),(59283,13732,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59284,13732,'CurrentUserID','0'),(59285,13733,'Attempts','1'),(59286,13733,'ClientIP','186.150.89.167'),(59287,13733,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59288,13733,'CurrentUserID','0'),(59289,13734,'Attempts','1'),(59290,13734,'ClientIP','117.241.75.156'),(59291,13734,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59292,13734,'CurrentUserID','0'),(59293,13735,'Attempts','1'),(59294,13735,'ClientIP','189.4.74.67'),(59295,13735,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59296,13735,'CurrentUserID','0'),(59297,13736,'Attempts','1'),(59298,13736,'ClientIP','14.183.121.24'),(59299,13736,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59300,13736,'CurrentUserID','0'),(59301,13737,'Attempts','1'),(59302,13737,'ClientIP','199.212.86.132'),(59303,13737,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59304,13737,'CurrentUserID','0'),(59305,13738,'Attempts','1'),(59306,13738,'ClientIP','114.80.96.144'),(59307,13738,'UserAgent',''),(59308,13738,'CurrentUserID','0'),(59309,13739,'Attempts','1'),(59310,13739,'ClientIP','156.156.201.154'),(59311,13739,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59312,13739,'CurrentUserID','0'),(59313,13740,'Attempts','1'),(59314,13740,'ClientIP','168.1.83.68'),(59315,13740,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59316,13740,'CurrentUserID','0'),(59317,13741,'Attempts','1'),(59318,13741,'ClientIP','187.183.35.241'),(59319,13741,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59320,13741,'CurrentUserID','0'),(59321,13742,'Attempts','1'),(59322,13742,'ClientIP','105.224.85.211'),(59323,13742,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59324,13742,'CurrentUserID','0'),(59325,13743,'Attempts','10+'),(59326,13743,'Username','wsaaus15'),(59327,13743,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(59328,13743,'ClientIP','130.185.155.82'),(59329,13743,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(59330,13744,'Attempts','1'),(59331,13744,'ClientIP','121.97.110.227'),(59332,13744,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59333,13744,'CurrentUserID','0'),(59334,13745,'Attempts','1'),(59335,13745,'ClientIP','36.73.140.125'),(59336,13745,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59337,13745,'CurrentUserID','0'),(59338,13746,'Attempts','1'),(59339,13746,'ClientIP','111.125.198.46'),(59340,13746,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59341,13746,'CurrentUserID','0'),(59342,13747,'Attempts','1'),(59343,13747,'ClientIP','23.27.244.106'),(59344,13747,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59345,13747,'CurrentUserID','0'),(59346,13748,'Attempts','2'),(59347,13748,'ClientIP','92.98.39.4'),(59348,13748,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59349,13748,'CurrentUserID','0'),(59350,13749,'Attempts','2'),(59351,13749,'ClientIP','36.81.77.53'),(59352,13749,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59353,13749,'CurrentUserID','0'),(59354,13750,'Attempts','1'),(59355,13750,'ClientIP','41.66.11.242'),(59356,13750,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59357,13750,'CurrentUserID','0'),(59358,13751,'Attempts','1'),(59359,13751,'ClientIP','112.209.46.216'),(59360,13751,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59361,13751,'CurrentUserID','0'),(59362,13752,'Attempts','10+'),(59363,13752,'ClientIP','198.12.157.228'),(59364,13752,'UserAgent',''),(59365,13752,'CurrentUserID','0'),(59366,13753,'Attempts','1'),(59367,13753,'ClientIP','103.10.29.22'),(59368,13753,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59369,13753,'CurrentUserID','0'),(59370,13754,'Attempts','1'),(59371,13754,'ClientIP','182.189.122.64'),(59372,13754,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59373,13754,'CurrentUserID','0'),(59374,13755,'Attempts','1'),(59375,13755,'ClientIP','84.121.191.142'),(59376,13755,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59377,13755,'CurrentUserID','0'),(59378,13756,'Attempts','1'),(59379,13756,'ClientIP','178.143.92.207'),(59380,13756,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59381,13756,'CurrentUserID','0'),(59382,13757,'Attempts','1'),(59383,13757,'ClientIP','99.251.235.174'),(59384,13757,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59385,13757,'CurrentUserID','0'),(59386,13758,'Attempts','1'),(59387,13758,'ClientIP','203.81.71.30'),(59388,13758,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59389,13758,'CurrentUserID','0'),(59390,13759,'Attempts','1'),(59391,13759,'ClientIP','60.52.111.28'),(59392,13759,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59393,13759,'CurrentUserID','0'),(59394,13760,'Attempts','1'),(59395,13760,'ClientIP','24.17.211.112'),(59396,13760,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59397,13760,'CurrentUserID','0'),(59398,13761,'Attempts','1'),(59399,13761,'ClientIP','141.255.47.142'),(59400,13761,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59401,13761,'CurrentUserID','0'),(59402,13762,'Attempts','1'),(59403,13762,'ClientIP','122.160.51.251'),(59404,13762,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59405,13762,'CurrentUserID','0'),(59406,13763,'Attempts','1'),(59407,13763,'ClientIP','89.228.227.254'),(59408,13763,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59409,13763,'CurrentUserID','0'),(59410,13764,'Attempts','1'),(59411,13764,'ClientIP','189.219.159.134'),(59412,13764,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59413,13764,'CurrentUserID','0'),(59414,13765,'Attempts','1'),(59415,13765,'ClientIP','125.26.178.41'),(59416,13765,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59417,13765,'CurrentUserID','0'),(59418,13766,'Attempts','1'),(59419,13766,'ClientIP','112.209.151.166'),(59420,13766,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59421,13766,'CurrentUserID','0'),(59422,13767,'Attempts','1'),(59423,13767,'ClientIP','41.215.182.248'),(59424,13767,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59425,13767,'CurrentUserID','0'),(59426,13768,'Attempts','1'),(59427,13768,'ClientIP','92.84.134.238'),(59428,13768,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59429,13768,'CurrentUserID','0'),(59430,13769,'Attempts','1'),(59431,13769,'ClientIP','114.143.114.74'),(59432,13769,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59433,13769,'CurrentUserID','0'),(59434,13770,'Attempts','1'),(59435,13770,'ClientIP','79.51.125.58'),(59436,13770,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59437,13770,'CurrentUserID','0'),(59438,13771,'Attempts','1'),(59439,13771,'ClientIP','112.198.103.52'),(59440,13771,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59441,13771,'CurrentUserID','0'),(59442,13772,'Attempts','1'),(59443,13772,'ClientIP','179.180.4.113'),(59444,13772,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59445,13772,'CurrentUserID','0'),(59446,13773,'Attempts','1'),(59447,13773,'ClientIP','86.124.148.194'),(59448,13773,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59449,13773,'CurrentUserID','0'),(59450,13774,'Attempts','1'),(59451,13774,'ClientIP','5.139.250.162'),(59452,13774,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59453,13774,'CurrentUserID','0'),(59454,13775,'Attempts','1'),(59455,13775,'ClientIP','202.166.205.144'),(59456,13775,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59457,13775,'CurrentUserID','0'),(59458,13776,'Attempts','1'),(59459,13776,'ClientIP','14.139.211.4'),(59460,13776,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59461,13776,'CurrentUserID','0'),(59462,13777,'Attempts','2'),(59463,13777,'ClientIP','181.198.2.22'),(59464,13777,'UserAgent',''),(59465,13777,'CurrentUserID','0'),(59466,13778,'Attempts','1'),(59467,13778,'ClientIP','123.231.124.129'),(59468,13778,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59469,13778,'CurrentUserID','0'),(59470,13779,'Attempts','1'),(59471,13779,'ClientIP','213.92.191.79'),(59472,13779,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59473,13779,'CurrentUserID','0'),(59474,13780,'Attempts','1'),(59475,13780,'ClientIP','93.47.220.174'),(59476,13780,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59477,13780,'CurrentUserID','0'),(59478,13781,'Attempts','1'),(59479,13781,'ClientIP','117.200.185.37'),(59480,13781,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59481,13781,'CurrentUserID','0'),(59482,13782,'Attempts','1'),(59483,13782,'ClientIP','115.133.85.8'),(59484,13782,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59485,13782,'CurrentUserID','0'),(59486,13783,'Attempts','1'),(59487,13783,'ClientIP','117.239.232.234'),(59488,13783,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59489,13783,'CurrentUserID','0'),(59490,13784,'Attempts','1'),(59491,13784,'ClientIP','197.97.198.106'),(59492,13784,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59493,13784,'CurrentUserID','0'),(59494,13785,'Attempts','1'),(59495,13785,'ClientIP','78.190.81.166'),(59496,13785,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59497,13785,'CurrentUserID','0'),(59498,13786,'Attempts','1'),(59499,13786,'ClientIP','103.255.5.253'),(59500,13786,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59501,13786,'CurrentUserID','0'),(59502,13787,'Attempts','1'),(59503,13787,'ClientIP','86.58.38.45'),(59504,13787,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59505,13787,'CurrentUserID','0'),(59506,13788,'Attempts','1'),(59507,13788,'ClientIP','86.200.173.1'),(59508,13788,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59509,13788,'CurrentUserID','0'),(59510,13789,'Attempts','1'),(59511,13789,'ClientIP','203.87.133.154'),(59512,13789,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59513,13789,'CurrentUserID','0'),(59514,13790,'Attempts','1'),(59515,13790,'ClientIP','88.180.236.152'),(59516,13790,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59517,13790,'CurrentUserID','0'),(59518,13791,'Attempts','1'),(59519,13791,'ClientIP','117.204.17.162'),(59520,13791,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59521,13791,'CurrentUserID','0'),(59522,13792,'Attempts','2'),(59523,13792,'ClientIP','45.118.159.190'),(59524,13792,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59525,13792,'CurrentUserID','0'),(59526,13793,'Attempts','1'),(59527,13793,'ClientIP','77.174.153.202'),(59528,13793,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59529,13793,'CurrentUserID','0'),(59530,13794,'Attempts','1'),(59531,13794,'ClientIP','181.223.129.86'),(59532,13794,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59533,13794,'CurrentUserID','0'),(59534,13795,'Attempts','1'),(59535,13795,'ClientIP','187.56.18.112'),(59536,13795,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59537,13795,'CurrentUserID','0'),(59538,13796,'Attempts','1'),(59539,13796,'ClientIP','174.89.29.205'),(59540,13796,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59541,13796,'CurrentUserID','0'),(59542,13797,'Attempts','1'),(59543,13797,'ClientIP','160.178.84.28'),(59544,13797,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59545,13797,'CurrentUserID','0'),(59546,13798,'Attempts','1'),(59547,13798,'ClientIP','117.208.234.163'),(59548,13798,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59549,13798,'CurrentUserID','0'),(59550,13799,'Attempts','1'),(59551,13799,'ClientIP','103.211.61.152'),(59552,13799,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59553,13799,'CurrentUserID','0'),(59554,13800,'Attempts','1'),(59555,13800,'ClientIP','105.157.216.18'),(59556,13800,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59557,13800,'CurrentUserID','0'),(59558,13801,'ClientIP','127.0.0.1'),(59559,13801,'Username','Plugin'),(59560,13801,'PromoMessage','<strong>Email Notifications for WordPress</strong><br>Get notified instantly via email of important changes and actions on your WordPress with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/wordpress-email-notifications-add-on/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=emailnotifications\" target=\"_blank\">Email Notifications Add-on</a></strong>.'),(59561,13801,'PromoName','Email Notifications Add-on'),(59562,13802,'Attempts','1'),(59563,13802,'ClientIP','79.101.239.88'),(59564,13802,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59565,13802,'CurrentUserID','0'),(59566,13803,'Attempts','1'),(59567,13803,'ClientIP','82.178.161.107'),(59568,13803,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59569,13803,'CurrentUserID','0'),(59570,13804,'Attempts','1'),(59571,13804,'ClientIP','36.85.138.46'),(59572,13804,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59573,13804,'CurrentUserID','0'),(59574,13805,'Attempts','1'),(59575,13805,'ClientIP','188.203.117.41'),(59576,13805,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59577,13805,'CurrentUserID','0'),(59578,13806,'Attempts','1'),(59579,13806,'ClientIP','41.251.173.181'),(59580,13806,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59581,13806,'CurrentUserID','0'),(59582,13807,'Attempts','1'),(59583,13807,'ClientIP','176.12.115.82'),(59584,13807,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59585,13807,'CurrentUserID','0'),(59586,13808,'Attempts','1'),(59587,13808,'ClientIP','43.231.59.247'),(59588,13808,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59589,13808,'CurrentUserID','0'),(59590,13809,'Attempts','1'),(59591,13809,'ClientIP','203.215.117.229'),(59592,13809,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59593,13809,'CurrentUserID','0'),(59594,13810,'Attempts','1'),(59595,13810,'ClientIP','62.131.61.18'),(59596,13810,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59597,13810,'CurrentUserID','0'),(59598,13811,'Attempts','1'),(59599,13811,'ClientIP','94.212.63.50'),(59600,13811,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59601,13811,'CurrentUserID','0'),(59602,13812,'Attempts','1'),(59603,13812,'ClientIP','41.100.29.112'),(59604,13812,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59605,13812,'CurrentUserID','0'),(59606,13813,'Attempts','10+'),(59607,13813,'ClientIP','141.85.216.238'),(59608,13813,'UserAgent',''),(59609,13813,'CurrentUserID','0'),(59610,13814,'Attempts','1'),(59611,13814,'ClientIP','93.47.225.57'),(59612,13814,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59613,13814,'CurrentUserID','0'),(59614,13815,'Attempts','1'),(59615,13815,'ClientIP','41.84.151.73'),(59616,13815,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59617,13815,'CurrentUserID','0'),(59618,13816,'Attempts','1'),(59619,13816,'ClientIP','41.100.119.232'),(59620,13816,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59621,13816,'CurrentUserID','0'),(59622,13817,'Attempts','1'),(59623,13817,'ClientIP','88.198.41.86'),(59624,13817,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59625,13817,'CurrentUserID','0'),(59626,13818,'Attempts','1'),(59627,13818,'ClientIP','117.213.80.106'),(59628,13818,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59629,13818,'CurrentUserID','0'),(59630,13819,'Attempts','1'),(59631,13819,'ClientIP','190.15.201.49'),(59632,13819,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59633,13819,'CurrentUserID','0'),(59634,13820,'Attempts','1'),(59635,13820,'ClientIP','94.41.94.229'),(59636,13820,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59637,13820,'CurrentUserID','0'),(59638,13821,'Attempts','1'),(59639,13821,'ClientIP','117.199.71.1'),(59640,13821,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59641,13821,'CurrentUserID','0'),(59642,13822,'Attempts','1'),(59643,13822,'ClientIP','196.224.23.143'),(59644,13822,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59645,13822,'CurrentUserID','0'),(59646,13823,'Attempts','1'),(59647,13823,'ClientIP','151.74.35.245'),(59648,13823,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59649,13823,'CurrentUserID','0'),(59650,13824,'Attempts','1'),(59651,13824,'ClientIP','46.251.2.100'),(59652,13824,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59653,13824,'CurrentUserID','0'),(59654,13825,'Attempts','1'),(59655,13825,'ClientIP','190.139.237.2'),(59656,13825,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59657,13825,'CurrentUserID','0'),(59658,13826,'Attempts','1'),(59659,13826,'ClientIP','24.74.112.215'),(59660,13826,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59661,13826,'CurrentUserID','0'),(59662,13827,'Attempts','1'),(59663,13827,'ClientIP','81.57.126.153'),(59664,13827,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59665,13827,'CurrentUserID','0'),(59666,13828,'Attempts','1'),(59667,13828,'ClientIP','94.228.226.56'),(59668,13828,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59669,13828,'CurrentUserID','0'),(59670,13829,'Attempts','1'),(59671,13829,'ClientIP','61.6.47.221'),(59672,13829,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59673,13829,'CurrentUserID','0'),(59674,13830,'Attempts','1'),(59675,13830,'ClientIP','115.124.78.78'),(59676,13830,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59677,13830,'CurrentUserID','0'),(59678,13831,'Attempts','1'),(59679,13831,'ClientIP','89.180.146.20'),(59680,13831,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59681,13831,'CurrentUserID','0'),(59682,13832,'Attempts','1'),(59683,13832,'ClientIP','86.40.33.236'),(59684,13832,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59685,13832,'CurrentUserID','0'),(59686,13833,'Attempts','1'),(59687,13833,'ClientIP','103.8.250.106'),(59688,13833,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59689,13833,'CurrentUserID','0'),(59690,13834,'Attempts','1'),(59691,13834,'ClientIP','105.105.98.125'),(59692,13834,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59693,13834,'CurrentUserID','0'),(59694,13835,'Attempts','1'),(59695,13835,'ClientIP','101.179.138.170'),(59696,13835,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59697,13835,'CurrentUserID','0'),(59698,13836,'Attempts','1'),(59699,13836,'ClientIP','181.62.247.32'),(59700,13836,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59701,13836,'CurrentUserID','0'),(59702,13837,'Attempts','1'),(59703,13837,'ClientIP','39.110.183.247'),(59704,13837,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59705,13837,'CurrentUserID','0'),(59706,13838,'Attempts','1'),(59707,13838,'ClientIP','186.212.246.155'),(59708,13838,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59709,13838,'CurrentUserID','0'),(59710,13839,'Attempts','1'),(59711,13839,'ClientIP','112.205.92.24'),(59712,13839,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59713,13839,'CurrentUserID','0'),(59714,13840,'Attempts','1'),(59715,13840,'ClientIP','122.2.106.233'),(59716,13840,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59717,13840,'CurrentUserID','0'),(59718,13841,'Attempts','1'),(59719,13841,'ClientIP','24.30.119.27'),(59720,13841,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59721,13841,'CurrentUserID','0'),(59722,13842,'Attempts','1'),(59723,13842,'ClientIP','105.227.238.46'),(59724,13842,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59725,13842,'CurrentUserID','0'),(59726,13843,'Attempts','1'),(59727,13843,'ClientIP','201.93.24.50'),(59728,13843,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59729,13843,'CurrentUserID','0'),(59730,13844,'Attempts','1'),(59731,13844,'ClientIP','94.55.10.145'),(59732,13844,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59733,13844,'CurrentUserID','0'),(59734,13845,'Attempts','1'),(59735,13845,'ClientIP','88.251.84.44'),(59736,13845,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59737,13845,'CurrentUserID','0'),(59738,13846,'Attempts','1'),(59739,13846,'ClientIP','41.72.102.14'),(59740,13846,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59741,13846,'CurrentUserID','0'),(59742,13847,'Attempts','1'),(59743,13847,'ClientIP','86.233.222.189'),(59744,13847,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59745,13847,'CurrentUserID','0'),(59746,13848,'Attempts','1'),(59747,13848,'ClientIP','189.81.106.219'),(59748,13848,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59749,13848,'CurrentUserID','0'),(59750,13849,'Attempts','1'),(59751,13849,'ClientIP','113.193.175.33'),(59752,13849,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59753,13849,'CurrentUserID','0'),(59754,13850,'Attempts','1'),(59755,13850,'ClientIP','36.76.64.206'),(59756,13850,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59757,13850,'CurrentUserID','0'),(59758,13851,'Attempts','1'),(59759,13851,'ClientIP','175.210.156.111'),(59760,13851,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59761,13851,'CurrentUserID','0'),(59762,13852,'Attempts','1'),(59763,13852,'ClientIP','94.38.129.145'),(59764,13852,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59765,13852,'CurrentUserID','0'),(59766,13853,'Attempts','1'),(59767,13853,'ClientIP','86.102.15.150'),(59768,13853,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59769,13853,'CurrentUserID','0'),(59770,13854,'Attempts','1'),(59771,13854,'ClientIP','197.53.64.55'),(59772,13854,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59773,13854,'CurrentUserID','0'),(59774,13855,'Attempts','1'),(59775,13855,'ClientIP','31.17.252.166'),(59776,13855,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59777,13855,'CurrentUserID','0'),(59778,13856,'Attempts','1'),(59779,13856,'ClientIP','37.211.36.181'),(59780,13856,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59781,13856,'CurrentUserID','0'),(59782,13857,'Attempts','1'),(59783,13857,'ClientIP','121.54.54.146'),(59784,13857,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59785,13857,'CurrentUserID','0'),(59786,13858,'Attempts','2'),(59787,13858,'ClientIP','88.207.124.186'),(59788,13858,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59789,13858,'CurrentUserID','0'),(59790,13859,'Attempts','2'),(59791,13859,'ClientIP','180.248.179.113'),(59792,13859,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59793,13859,'CurrentUserID','0'),(59794,13860,'Attempts','1'),(59795,13860,'ClientIP','84.3.214.3'),(59796,13860,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59797,13860,'CurrentUserID','0'),(59798,13861,'Attempts','1'),(59799,13861,'ClientIP','201.62.124.103'),(59800,13861,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59801,13861,'CurrentUserID','0'),(59802,13862,'Attempts','1'),(59803,13862,'ClientIP','41.162.49.26'),(59804,13862,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59805,13862,'CurrentUserID','0'),(59806,13863,'Attempts','1'),(59807,13863,'ClientIP','150.107.9.148'),(59808,13863,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59809,13863,'CurrentUserID','0'),(59810,13864,'Attempts','1'),(59811,13864,'ClientIP','115.70.179.94'),(59812,13864,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59813,13864,'CurrentUserID','0'),(59814,13865,'Attempts','1'),(59815,13865,'ClientIP','83.82.192.132'),(59816,13865,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59817,13865,'CurrentUserID','0'),(59818,13866,'Attempts','1'),(59819,13866,'ClientIP','183.87.41.186'),(59820,13866,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59821,13866,'CurrentUserID','0'),(59822,13867,'Attempts','1'),(59823,13867,'ClientIP','79.119.195.112'),(59824,13867,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59825,13867,'CurrentUserID','0'),(59826,13868,'Attempts','1'),(59827,13868,'ClientIP','81.83.116.189'),(59828,13868,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59829,13868,'CurrentUserID','0'),(59830,13869,'Attempts','1'),(59831,13869,'ClientIP','203.111.224.66'),(59832,13869,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59833,13869,'CurrentUserID','0'),(59834,13870,'Attempts','1'),(59835,13870,'ClientIP','37.186.91.53'),(59836,13870,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59837,13870,'CurrentUserID','0'),(59838,13871,'Attempts','1'),(59839,13871,'ClientIP','90.36.50.223'),(59840,13871,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59841,13871,'CurrentUserID','0'),(59842,13872,'Attempts','1'),(59843,13872,'ClientIP','31.146.200.5'),(59844,13872,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59845,13872,'CurrentUserID','0'),(59846,13873,'Attempts','1'),(59847,13873,'ClientIP','36.80.34.209'),(59848,13873,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59849,13873,'CurrentUserID','0'),(59850,13874,'Attempts','1'),(59851,13874,'ClientIP','103.59.202.174'),(59852,13874,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59853,13874,'CurrentUserID','0'),(59854,13875,'Attempts','1'),(59855,13875,'ClientIP','36.68.67.54'),(59856,13875,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59857,13875,'CurrentUserID','0'),(59858,13876,'Attempts','1'),(59859,13876,'ClientIP','122.179.165.12'),(59860,13876,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59861,13876,'CurrentUserID','0'),(59862,13877,'Attempts','1'),(59863,13877,'ClientIP','122.167.8.26'),(59864,13877,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59865,13877,'CurrentUserID','0'),(59866,13878,'Attempts','1'),(59867,13878,'ClientIP','200.161.194.231'),(59868,13878,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59869,13878,'CurrentUserID','0'),(59870,13879,'Attempts','1'),(59871,13879,'ClientIP','81.202.235.245'),(59872,13879,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59873,13879,'CurrentUserID','0'),(59874,13880,'Attempts','1'),(59875,13880,'ClientIP','180.251.133.118'),(59876,13880,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59877,13880,'CurrentUserID','0'),(59878,13881,'Attempts','1'),(59879,13881,'ClientIP','2.50.219.96'),(59880,13881,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59881,13881,'CurrentUserID','0'),(59882,13882,'Attempts','1'),(59883,13882,'ClientIP','31.11.90.11'),(59884,13882,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59885,13882,'CurrentUserID','0'),(59886,13883,'Attempts','1'),(59887,13883,'ClientIP','177.185.112.29'),(59888,13883,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59889,13883,'CurrentUserID','0'),(59890,13884,'Attempts','1'),(59891,13884,'ClientIP','95.250.212.235'),(59892,13884,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59893,13884,'CurrentUserID','0'),(59894,13885,'Attempts','1'),(59895,13885,'ClientIP','91.226.113.141'),(59896,13885,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59897,13885,'CurrentUserID','0'),(59898,13886,'Attempts','1'),(59899,13886,'ClientIP','60.50.138.94'),(59900,13886,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59901,13886,'CurrentUserID','0'),(59902,13887,'Attempts','1'),(59903,13887,'ClientIP','83.87.42.146'),(59904,13887,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59905,13887,'CurrentUserID','0'),(59906,13888,'Attempts','1'),(59907,13888,'ClientIP','103.249.39.102'),(59908,13888,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59909,13888,'CurrentUserID','0'),(59910,13889,'Attempts','1'),(59911,13889,'ClientIP','169.1.178.189'),(59912,13889,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59913,13889,'CurrentUserID','0'),(59914,13890,'Attempts','1'),(59915,13890,'ClientIP','59.88.101.139'),(59916,13890,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59917,13890,'CurrentUserID','0'),(59918,13891,'Attempts','1'),(59919,13891,'ClientIP','41.198.201.33'),(59920,13891,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59921,13891,'CurrentUserID','0'),(59922,13892,'Attempts','1'),(59923,13892,'ClientIP','194.135.160.203'),(59924,13892,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59925,13892,'CurrentUserID','0'),(59926,13893,'Attempts','1'),(59927,13893,'ClientIP','77.68.251.31'),(59928,13893,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59929,13893,'CurrentUserID','0'),(59930,13894,'Attempts','1'),(59931,13894,'ClientIP','105.157.157.50'),(59932,13894,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59933,13894,'CurrentUserID','0'),(59934,13895,'Attempts','1'),(59935,13895,'ClientIP','93.119.207.93'),(59936,13895,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59937,13895,'CurrentUserID','0'),(59938,13896,'Attempts','1'),(59939,13896,'ClientIP','60.54.94.140'),(59940,13896,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59941,13896,'CurrentUserID','0'),(59942,13897,'Attempts','1'),(59943,13897,'ClientIP','195.214.155.7'),(59944,13897,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59945,13897,'CurrentUserID','0'),(59946,13898,'Attempts','1'),(59947,13898,'ClientIP','197.225.240.242'),(59948,13898,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59949,13898,'CurrentUserID','0'),(59950,13899,'Attempts','1'),(59951,13899,'ClientIP','39.32.145.9'),(59952,13899,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59953,13899,'CurrentUserID','0'),(59954,13900,'Attempts','1'),(59955,13900,'ClientIP','182.181.197.84'),(59956,13900,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59957,13900,'CurrentUserID','0'),(59958,13901,'Attempts','1'),(59959,13901,'ClientIP','60.52.54.230'),(59960,13901,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59961,13901,'CurrentUserID','0'),(59962,13902,'Attempts','1'),(59963,13902,'ClientIP','41.151.235.2'),(59964,13902,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59965,13902,'CurrentUserID','0'),(59966,13903,'Attempts','1'),(59967,13903,'ClientIP','179.99.82.148'),(59968,13903,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59969,13903,'CurrentUserID','0'),(59970,13904,'Attempts','1'),(59971,13904,'ClientIP','188.122.31.230'),(59972,13904,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59973,13904,'CurrentUserID','0'),(59974,13905,'Attempts','1'),(59975,13905,'ClientIP','89.39.2.58'),(59976,13905,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59977,13905,'CurrentUserID','0'),(59978,13906,'Attempts','1'),(59979,13906,'ClientIP','173.21.194.230'),(59980,13906,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59981,13906,'CurrentUserID','0'),(59982,13907,'Attempts','1'),(59983,13907,'ClientIP','5.52.86.52'),(59984,13907,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59985,13907,'CurrentUserID','0'),(59986,13908,'Attempts','1'),(59987,13908,'ClientIP','169.255.185.56'),(59988,13908,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59989,13908,'CurrentUserID','0'),(59990,13909,'Attempts','1'),(59991,13909,'ClientIP','80.78.68.107'),(59992,13909,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59993,13909,'CurrentUserID','0'),(59994,13910,'Attempts','1'),(59995,13910,'ClientIP','82.137.15.42'),(59996,13910,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(59997,13910,'CurrentUserID','0'),(59998,13911,'Attempts','1'),(59999,13911,'ClientIP','111.91.20.125'),(60000,13911,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(60001,13911,'CurrentUserID','0'),(60002,13912,'Attempts','1'),(60003,13912,'ClientIP','187.155.18.218'),(60004,13912,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(60005,13912,'CurrentUserID','0'),(60006,13913,'Attempts','1'),(60007,13913,'ClientIP','105.184.196.79'),(60008,13913,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(60009,13913,'CurrentUserID','0'),(60010,13914,'Attempts','1'),(60011,13914,'ClientIP','41.43.213.177'),(60012,13914,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(60013,13914,'CurrentUserID','0'),(60014,13915,'Attempts','1'),(60015,13915,'ClientIP','103.8.250.107'),(60016,13915,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(60017,13915,'CurrentUserID','0'),(60018,13916,'Attempts','1'),(60019,13916,'ClientIP','212.179.8.162'),(60020,13916,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(60021,13916,'CurrentUserID','0'),(60022,13917,'Attempts','1'),(60023,13917,'ClientIP','58.104.194.17'),(60024,13917,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(60025,13917,'CurrentUserID','0'),(60026,13918,'Attempts','10+'),(60027,13918,'Username','wsaaus15'),(60028,13918,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60029,13918,'ClientIP','5.153.234.154'),(60030,13918,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60031,13919,'Attempts','10+'),(60032,13919,'ClientIP','5.153.234.154'),(60033,13919,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60034,13919,'CurrentUserID','0'),(60035,13920,'Attempts','1'),(60036,13920,'ClientIP','124.150.49.248'),(60037,13920,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(60038,13920,'CurrentUserID','0'),(60039,13921,'Attempts','1'),(60040,13921,'ClientIP','73.159.17.148'),(60041,13921,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(60042,13921,'CurrentUserID','0'),(60043,13922,'Attempts','1'),(60044,13922,'ClientIP','103.51.93.100'),(60045,13922,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(60046,13922,'CurrentUserID','0'),(60047,13923,'Attempts','10+'),(60048,13923,'ClientIP','5.196.226.52'),(60049,13923,'UserAgent',''),(60050,13923,'CurrentUserID','0'),(60051,13924,'Attempts','10+'),(60052,13924,'Username','wsaaus15'),(60053,13924,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60054,13924,'ClientIP','5.153.234.154'),(60055,13924,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60056,13925,'Attempts','10+'),(60057,13925,'ClientIP','195.154.217.47'),(60058,13925,'UserAgent',''),(60059,13925,'CurrentUserID','0'),(60060,13926,'Attempts','10+'),(60061,13926,'ClientIP','62.219.14.238'),(60062,13926,'UserAgent',''),(60063,13926,'CurrentUserID','0'),(60064,13927,'Attempts','10+'),(60065,13927,'ClientIP','91.200.12.83'),(60066,13927,'UserAgent','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)'),(60067,13927,'CurrentUserID','0'),(60068,13928,'Attempts','1'),(60069,13928,'ClientIP','77.73.4.206'),(60070,13928,'UserAgent',''),(60071,13928,'CurrentUserID','0'),(60072,13929,'Attempts','10+'),(60073,13929,'Username','wsaaus15'),(60074,13929,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60075,13929,'ClientIP','5.153.234.154'),(60076,13929,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60077,13930,'Attempts','10+'),(60078,13930,'ClientIP','5.153.234.154'),(60079,13930,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60080,13930,'CurrentUserID','0'),(60081,13931,'Attempts','10+'),(60082,13931,'Username','wsaaus15'),(60083,13931,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60084,13931,'ClientIP','130.185.155.82'),(60085,13931,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60086,13932,'Attempts','10+'),(60087,13932,'ClientIP','130.185.155.82'),(60088,13932,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60089,13932,'CurrentUserID','0'),(60090,13933,'Attempts','3'),(60091,13933,'ClientIP','103.246.18.51'),(60092,13933,'UserAgent',''),(60093,13933,'CurrentUserID','0'),(60094,13934,'Attempts','10+'),(60095,13934,'Username','wsaaus15'),(60096,13934,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60097,13934,'ClientIP','130.185.155.82'),(60098,13934,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60099,13935,'Attempts','10+'),(60100,13935,'ClientIP','130.185.155.82'),(60101,13935,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60102,13935,'CurrentUserID','0'),(60103,13936,'Attempts','10+'),(60104,13936,'ClientIP','79.136.125.88'),(60105,13936,'UserAgent',''),(60106,13936,'CurrentUserID','0'),(60107,13937,'Attempts','10+'),(60108,13937,'Username','wsaaus15'),(60109,13937,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60110,13937,'ClientIP','130.185.155.82'),(60111,13937,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60112,13938,'Attempts','10+'),(60113,13938,'Username','wsaaus15'),(60114,13938,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60115,13938,'ClientIP','5.153.234.154'),(60116,13938,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60117,13939,'Attempts','10+'),(60118,13939,'ClientIP','5.153.234.154'),(60119,13939,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60120,13939,'CurrentUserID','0'),(60121,13940,'Attempts','10+'),(60122,13940,'Username','wsaaus15'),(60123,13940,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60124,13940,'ClientIP','130.185.155.82'),(60125,13940,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60126,13941,'Attempts','10+'),(60127,13941,'ClientIP','130.185.155.82'),(60128,13941,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60129,13941,'CurrentUserID','0'),(60130,13942,'Attempts','10+'),(60131,13942,'ClientIP','69.160.59.80'),(60132,13942,'UserAgent',''),(60133,13942,'CurrentUserID','0'),(60134,13943,'Attempts','10+'),(60135,13943,'Username','wsaaus15'),(60136,13943,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60137,13943,'ClientIP','96.44.185.242'),(60138,13943,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60139,13944,'Attempts','10+'),(60140,13944,'ClientIP','96.44.185.242'),(60141,13944,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60142,13944,'CurrentUserID','0'),(60143,13945,'Attempts','10+'),(60144,13945,'ClientIP','178.137.93.24'),(60145,13945,'UserAgent','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'),(60146,13945,'CurrentUserID','0'),(60147,13946,'Attempts','10+'),(60148,13946,'Username','wsaaus15'),(60149,13946,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60150,13946,'ClientIP','5.153.234.154'),(60151,13946,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60152,13947,'Attempts','10+'),(60153,13947,'ClientIP','5.153.234.154'),(60154,13947,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60155,13947,'CurrentUserID','0'),(60156,13948,'Attempts','10+'),(60157,13948,'Username','wsaaus15'),(60158,13948,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60159,13948,'ClientIP','5.153.234.154'),(60160,13948,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60161,13949,'Attempts','10+'),(60162,13949,'ClientIP','5.153.234.154'),(60163,13949,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60164,13949,'CurrentUserID','0'),(60165,13950,'Attempts','10+'),(60166,13950,'Username','wsaaus15'),(60167,13950,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60168,13950,'ClientIP','62.210.142.53'),(60169,13950,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60170,13951,'ClientIP','127.0.0.1'),(60171,13951,'Username','Plugin'),(60172,13951,'PromoMessage','<strong>Search and Filtering for WordPress Audit Log</strong><br>Easily find a specific change or action in the WordPress audit log with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/search-add-on-for-wordpress-security-audit-log/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=search\" target=\"_blank\">Search & Filters Add-on</a></strong>.'),(60173,13951,'PromoName','Search & Filters Add-on'),(60174,13952,'Attempts','10+'),(60175,13952,'ClientIP','62.210.142.53'),(60176,13952,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60177,13952,'CurrentUserID','0'),(60178,13953,'Attempts','10+'),(60179,13953,'Username','wsaaus15'),(60180,13953,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60181,13953,'ClientIP','130.185.155.82'),(60182,13953,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60183,13954,'Attempts','10+'),(60184,13954,'ClientIP','130.185.155.82'),(60185,13954,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60186,13954,'CurrentUserID','0'),(60187,13955,'Attempts','10+'),(60188,13955,'Username','wsaaus15'),(60189,13955,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60190,13955,'ClientIP','5.153.234.154'),(60191,13955,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60192,13956,'Attempts','10+'),(60193,13956,'ClientIP','5.153.234.154'),(60194,13956,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60195,13956,'CurrentUserID','0'),(60196,13957,'Attempts','10+'),(60197,13957,'ClientIP','104.238.118.170'),(60198,13957,'UserAgent',''),(60199,13957,'CurrentUserID','0'),(60200,13958,'Attempts','10+'),(60201,13958,'ClientIP','192.227.187.3'),(60202,13958,'UserAgent',''),(60203,13958,'CurrentUserID','0'),(60204,13959,'Attempts','10+'),(60205,13959,'Username','wsaaus15'),(60206,13959,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60207,13959,'ClientIP','130.185.155.82'),(60208,13959,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60209,13960,'Attempts','10+'),(60210,13960,'ClientIP','130.185.155.82'),(60211,13960,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60212,13960,'CurrentUserID','0'),(60213,13961,'Attempts','10+'),(60214,13961,'ClientIP','192.169.243.53'),(60215,13961,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(60216,13961,'CurrentUserID','0'),(60217,13962,'Attempts','10+'),(60218,13962,'ClientIP','148.251.189.90'),(60219,13962,'UserAgent',''),(60220,13962,'CurrentUserID','0'),(60221,13963,'Attempts','10+'),(60222,13963,'Username','wsaaus15'),(60223,13963,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60224,13963,'ClientIP','5.153.234.154'),(60225,13963,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60226,13964,'Attempts','10+'),(60227,13964,'ClientIP','5.153.234.154'),(60228,13964,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60229,13964,'CurrentUserID','0'),(60230,13965,'Attempts','10+'),(60231,13965,'ClientIP','80.77.173.84'),(60232,13965,'UserAgent',''),(60233,13965,'CurrentUserID','0'),(60234,13966,'Attempts','10+'),(60235,13966,'ClientIP','91.200.12.83'),(60236,13966,'UserAgent','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)'),(60237,13966,'CurrentUserID','0'),(60238,13967,'Attempts','3'),(60239,13967,'ClientIP','181.198.54.53'),(60240,13967,'UserAgent',''),(60241,13967,'CurrentUserID','0'),(60242,13968,'Attempts','10+'),(60243,13968,'ClientIP','41.230.38.130'),(60244,13968,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(60245,13968,'CurrentUserID','0'),(60246,13969,'Attempts','10+'),(60247,13969,'Username','wsaaus15'),(60248,13969,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60249,13969,'ClientIP','96.44.172.26'),(60250,13969,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60251,13970,'Attempts','10+'),(60252,13970,'ClientIP','96.44.172.26'),(60253,13970,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60254,13970,'CurrentUserID','0'),(60255,13971,'Attempts','1'),(60256,13971,'ClientIP','114.80.96.144'),(60257,13971,'UserAgent',''),(60258,13971,'CurrentUserID','0'),(60259,13972,'Attempts','10+'),(60260,13972,'Username','wsaaus15'),(60261,13972,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60262,13972,'ClientIP','5.153.234.154'),(60263,13972,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60264,13973,'Attempts','10+'),(60265,13973,'ClientIP','5.153.234.154'),(60266,13973,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60267,13973,'CurrentUserID','0'),(60268,13974,'Attempts','10+'),(60269,13974,'Username','wsaaus15'),(60270,13974,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60271,13974,'ClientIP','96.44.172.26'),(60272,13974,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60273,13975,'Attempts','10+'),(60274,13975,'ClientIP','96.44.172.26'),(60275,13975,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60276,13975,'CurrentUserID','0'),(60277,13976,'Attempts','2'),(60278,13976,'ClientIP','193.201.224.72'),(60279,13976,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),(60280,13976,'CurrentUserID','0'),(60281,13977,'Attempts','10+'),(60282,13977,'Username','wsaaus15'),(60283,13977,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60284,13977,'ClientIP','5.153.234.154'),(60285,13977,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60286,13978,'Attempts','10+'),(60287,13978,'ClientIP','37.187.75.90'),(60288,13978,'UserAgent',''),(60289,13978,'CurrentUserID','0'),(60290,13979,'Attempts','10+'),(60291,13979,'ClientIP','37.59.52.170'),(60292,13979,'UserAgent',''),(60293,13979,'CurrentUserID','0'),(60294,13980,'Attempts','10+'),(60295,13980,'ClientIP','192.169.226.189'),(60296,13980,'UserAgent',''),(60297,13980,'CurrentUserID','0'),(60298,13981,'Attempts','10+'),(60299,13981,'ClientIP','5.153.234.154'),(60300,13981,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60301,13981,'CurrentUserID','0'),(60302,13982,'Attempts','10+'),(60303,13982,'ClientIP','41.230.38.99'),(60304,13982,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(60305,13982,'CurrentUserID','0'),(60306,13983,'Attempts','10+'),(60307,13983,'ClientIP','62.210.89.170'),(60308,13983,'UserAgent',''),(60309,13983,'CurrentUserID','0'),(60310,13984,'Attempts','2'),(60311,13984,'ClientIP','119.59.107.214'),(60312,13984,'UserAgent',''),(60313,13984,'CurrentUserID','0'),(60314,13985,'Attempts','10+'),(60315,13985,'Username','wsaaus15'),(60316,13985,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60317,13985,'ClientIP','5.153.234.154'),(60318,13985,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60319,13986,'Attempts','1'),(60320,13986,'ClientIP','46.119.127.129'),(60321,13986,'UserAgent','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'),(60322,13986,'CurrentUserID','0'),(60323,13987,'Attempts','10+'),(60324,13987,'ClientIP','91.194.91.65'),(60325,13987,'UserAgent',''),(60326,13987,'CurrentUserID','0'),(60327,13988,'Attempts','10+'),(60328,13988,'ClientIP','5.9.10.196'),(60329,13988,'UserAgent',''),(60330,13988,'CurrentUserID','0'),(60331,13989,'Attempts','10+'),(60332,13989,'ClientIP','41.230.36.133'),(60333,13989,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(60334,13989,'CurrentUserID','0'),(60335,13990,'Attempts','10+'),(60336,13990,'Username','wsaaus15'),(60337,13990,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60338,13990,'ClientIP','5.153.234.154'),(60339,13990,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60340,13991,'Attempts','10+'),(60341,13991,'ClientIP','5.153.234.154'),(60342,13991,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60343,13991,'CurrentUserID','0'),(60344,13992,'Attempts','10+'),(60345,13992,'Username','wsaaus15'),(60346,13992,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60347,13992,'ClientIP','5.153.234.154'),(60348,13992,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60349,13993,'Attempts','10+'),(60350,13993,'ClientIP','5.153.234.154'),(60351,13993,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60352,13993,'CurrentUserID','0'),(60353,13994,'Attempts','10+'),(60354,13994,'ClientIP','79.136.125.88'),(60355,13994,'UserAgent',''),(60356,13994,'CurrentUserID','0'),(60357,13995,'Attempts','10+'),(60358,13995,'ClientIP','82.220.38.16'),(60359,13995,'UserAgent',''),(60360,13995,'CurrentUserID','0'),(60361,13996,'Attempts','10+'),(60362,13996,'Username','wsaaus15'),(60363,13996,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60364,13996,'ClientIP','130.185.155.82'),(60365,13996,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60366,13997,'Attempts','10+'),(60367,13997,'ClientIP','130.185.155.82'),(60368,13997,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60369,13997,'CurrentUserID','0'),(60370,13998,'Attempts','10+'),(60371,13998,'Username','wsaaus15'),(60372,13998,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60373,13998,'ClientIP','96.44.172.26'),(60374,13998,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60375,13999,'Attempts','10+'),(60376,13999,'ClientIP','96.44.172.26'),(60377,13999,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60378,13999,'CurrentUserID','0'),(60379,14000,'Attempts','10+'),(60380,14000,'Username','wsaaus15'),(60381,14000,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60382,14000,'ClientIP','5.153.234.154'),(60383,14000,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60384,14001,'Attempts','10+'),(60385,14001,'ClientIP','96.44.172.26'),(60386,14001,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60387,14001,'CurrentUserID','0'),(60388,14002,'Attempts','2'),(60389,14002,'ClientIP','119.59.107.214'),(60390,14002,'UserAgent',''),(60391,14002,'CurrentUserID','0'),(60392,14003,'Attempts','10+'),(60393,14003,'ClientIP','5.153.234.154'),(60394,14003,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60395,14003,'CurrentUserID','0'),(60396,14004,'Attempts','10+'),(60397,14004,'ClientIP','209.61.196.7'),(60398,14004,'UserAgent',''),(60399,14004,'CurrentUserID','0'),(60400,14005,'Attempts','4'),(60401,14005,'ClientIP','209.237.150.202'),(60402,14005,'UserAgent',''),(60403,14005,'CurrentUserID','0'),(60404,14006,'Attempts','10+'),(60405,14006,'ClientIP','199.168.103.26'),(60406,14006,'UserAgent',''),(60407,14006,'CurrentUserID','0'),(60408,14007,'Attempts','10+'),(60409,14007,'Username','wsaaus15'),(60410,14007,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60411,14007,'ClientIP','5.153.234.154'),(60412,14007,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60413,14008,'Attempts','10+'),(60414,14008,'ClientIP','5.153.234.154'),(60415,14008,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60416,14008,'CurrentUserID','0'),(60417,14009,'Attempts','10+'),(60418,14009,'ClientIP','91.184.49.166'),(60419,14009,'UserAgent',''),(60420,14009,'CurrentUserID','0'),(60421,14010,'Attempts','1'),(60422,14010,'ClientIP','46.119.127.129'),(60423,14010,'UserAgent','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'),(60424,14010,'CurrentUserID','0'),(60425,14011,'Attempts','10+'),(60426,14011,'Username','wsaaus15'),(60427,14011,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60428,14011,'ClientIP','5.153.234.154'),(60429,14011,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60430,14012,'Attempts','10+'),(60431,14012,'ClientIP','5.153.234.154'),(60432,14012,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60433,14012,'CurrentUserID','0'),(60434,14013,'Attempts','2'),(60435,14013,'ClientIP','193.201.224.72'),(60436,14013,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),(60437,14013,'CurrentUserID','0'),(60438,14014,'Attempts','10+'),(60439,14014,'ClientIP','91.121.223.91'),(60440,14014,'UserAgent',''),(60441,14014,'CurrentUserID','0'),(60442,14015,'Attempts','10+'),(60443,14015,'ClientIP','144.76.113.137'),(60444,14015,'UserAgent',''),(60445,14015,'CurrentUserID','0'),(60446,14016,'Attempts','10+'),(60447,14016,'ClientIP','37.59.52.170'),(60448,14016,'UserAgent',''),(60449,14016,'CurrentUserID','0'),(60450,14017,'Attempts','1'),(60451,14017,'ClientIP','178.137.87.242'),(60452,14017,'UserAgent','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'),(60453,14017,'CurrentUserID','0'),(60454,14018,'Attempts','10+'),(60455,14018,'Username','wsaaus15'),(60456,14018,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60457,14018,'ClientIP','5.153.234.154'),(60458,14018,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60459,14019,'Attempts','10+'),(60460,14019,'ClientIP','5.153.234.154'),(60461,14019,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60462,14019,'CurrentUserID','0'),(60463,14020,'Attempts','1'),(60464,14020,'ClientIP','46.119.127.129'),(60465,14020,'UserAgent','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'),(60466,14020,'CurrentUserID','0'),(60467,14021,'Username','pgmarshall@pgmarshall.net'),(60468,14021,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60469,14021,'ClientIP','71.37.51.71'),(60470,14021,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),(60471,14022,'Attempts','10+'),(60472,14022,'ClientIP','216.189.144.31'),(60473,14022,'UserAgent','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.2 Safari/537.36'),(60474,14022,'CurrentUserID','0'),(60475,14023,'Attempts','10+'),(60476,14023,'ClientIP','218.154.58.228'),(60477,14023,'UserAgent',''),(60478,14023,'CurrentUserID','0'),(60479,14024,'Attempts','10+'),(60480,14024,'Username','wsaaus15'),(60481,14024,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60482,14024,'ClientIP','5.153.234.154'),(60483,14024,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60484,14025,'Attempts','10+'),(60485,14025,'ClientIP','5.153.234.154'),(60486,14025,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60487,14025,'CurrentUserID','0'),(60488,14026,'Attempts','1'),(60489,14026,'ClientIP','201.48.149.66'),(60490,14026,'UserAgent',''),(60491,14026,'CurrentUserID','0'),(60492,14027,'Attempts','10+'),(60493,14027,'Username','wsaaus15'),(60494,14027,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60495,14027,'ClientIP','5.153.234.154'),(60496,14027,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60497,14028,'Attempts','10+'),(60498,14028,'ClientIP','5.153.234.154'),(60499,14028,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60500,14028,'CurrentUserID','0'),(60501,14029,'Attempts','10+'),(60502,14029,'ClientIP','192.99.0.132'),(60503,14029,'UserAgent',''),(60504,14029,'CurrentUserID','0'),(60505,14030,'Attempts','10+'),(60506,14030,'Username','wsaaus15'),(60507,14030,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60508,14030,'ClientIP','62.210.142.53'),(60509,14030,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60510,14031,'Attempts','10+'),(60511,14031,'ClientIP','62.210.142.53'),(60512,14031,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60513,14031,'CurrentUserID','0'),(60514,14032,'Attempts','10+'),(60515,14032,'ClientIP','180.150.227.197'),(60516,14032,'UserAgent','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)'),(60517,14032,'CurrentUserID','0'),(60518,14033,'Attempts','10+'),(60519,14033,'ClientIP','5.153.234.154'),(60520,14033,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60521,14033,'CurrentUserID','0'),(60522,14034,'Attempts','8'),(60523,14034,'ClientIP','144.76.113.137'),(60524,14034,'UserAgent',''),(60525,14034,'CurrentUserID','0'),(60526,14035,'Attempts','10+'),(60527,14035,'ClientIP','198.72.120.37'),(60528,14035,'UserAgent','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.2 Safari/537.36'),(60529,14035,'CurrentUserID','0'),(60530,14036,'Attempts','10+'),(60531,14036,'ClientIP','74.208.74.133'),(60532,14036,'UserAgent',''),(60533,14036,'CurrentUserID','0'),(60534,14037,'Attempts','10+'),(60535,14037,'ClientIP','178.137.164.171'),(60536,14037,'UserAgent','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'),(60537,14037,'CurrentUserID','0'),(60538,14038,'Attempts','10+'),(60539,14038,'ClientIP','78.129.245.31'),(60540,14038,'UserAgent',''),(60541,14038,'CurrentUserID','0'),(60542,14039,'Attempts','1'),(60543,14039,'ClientIP','192.0.101.29'),(60544,14039,'UserAgent','Jetpack by WordPress.com'),(60545,14039,'CurrentUserID','0'),(60546,14040,'Attempts','1'),(60547,14040,'ClientIP','212.48.142.206'),(60548,14040,'UserAgent',''),(60549,14040,'CurrentUserID','0'),(60550,14041,'Attempts','10+'),(60551,14041,'Username','wsaaus15'),(60552,14041,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60553,14041,'ClientIP','62.210.83.88'),(60554,14041,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60555,14042,'Attempts','10+'),(60556,14042,'ClientIP','62.210.83.88'),(60557,14042,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60558,14042,'CurrentUserID','0'),(60559,14043,'Attempts','10+'),(60560,14043,'ClientIP','91.200.12.132'),(60561,14043,'UserAgent','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)'),(60562,14043,'CurrentUserID','0'),(60563,14044,'Attempts','10+'),(60564,14044,'Username','wsaaus15'),(60565,14044,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60566,14044,'ClientIP','62.210.83.88'),(60567,14044,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60568,14045,'Attempts','10+'),(60569,14045,'ClientIP','62.210.83.88'),(60570,14045,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60571,14045,'CurrentUserID','0'),(60572,14046,'Attempts','10+'),(60573,14046,'ClientIP','78.129.245.31'),(60574,14046,'UserAgent',''),(60575,14046,'CurrentUserID','0'),(60576,14047,'Attempts','10+'),(60577,14047,'ClientIP','91.200.12.55'),(60578,14047,'UserAgent','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)'),(60579,14047,'CurrentUserID','0'),(60580,14048,'Attempts','10+'),(60581,14048,'ClientIP','180.150.227.197'),(60582,14048,'UserAgent','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)'),(60583,14048,'CurrentUserID','0'),(60584,14049,'Attempts','10+'),(60585,14049,'Username','wsaaus15'),(60586,14049,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60587,14049,'ClientIP','62.210.83.88'),(60588,14049,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60589,14050,'Attempts','10+'),(60590,14050,'ClientIP','134.249.116.78'),(60591,14050,'UserAgent','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'),(60592,14050,'CurrentUserID','0'),(60593,14051,'PostID','580'),(60594,14051,'PostType','post'),(60595,14051,'PostTitle','Auto Draft'),(60596,14051,'ClientIP','10.30.65.100'),(60597,14051,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(60598,14051,'CurrentUserID','0'),(60599,14052,'Attempts','10+'),(60600,14052,'Username','wsaaus15'),(60601,14052,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60602,14052,'ClientIP','62.210.83.88'),(60603,14052,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60604,14053,'Attempts','10+'),(60605,14053,'ClientIP','62.210.83.88'),(60606,14053,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60607,14053,'CurrentUserID','0'),(60608,14054,'Attempts','10+'),(60609,14054,'Username','wsaaus15'),(60610,14054,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60611,14054,'ClientIP','130.185.155.82'),(60612,14054,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60613,14055,'Attempts','10+'),(60614,14055,'ClientIP','130.185.155.82'),(60615,14055,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60616,14055,'CurrentUserID','0'),(60617,14056,'Attempts','1'),(60618,14056,'ClientIP','178.137.87.242'),(60619,14056,'UserAgent','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'),(60620,14056,'CurrentUserID','0'),(60621,14057,'Attempts','1'),(60622,14057,'ClientIP','81.2.252.25'),(60623,14057,'UserAgent',''),(60624,14057,'CurrentUserID','0'),(60625,14058,'Attempts','10+'),(60626,14058,'ClientIP','159.253.45.89'),(60627,14058,'UserAgent',''),(60628,14058,'CurrentUserID','0'),(60629,14059,'Attempts','10+'),(60630,14059,'ClientIP','91.200.12.4'),(60631,14059,'UserAgent','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)'),(60632,14059,'CurrentUserID','0'),(60633,14060,'Attempts','9'),(60634,14060,'ClientIP','202.59.166.5'),(60635,14060,'UserAgent',''),(60636,14060,'CurrentUserID','0'),(60637,14061,'Attempts','4'),(60638,14061,'ClientIP','91.205.6.161'),(60639,14061,'UserAgent',''),(60640,14061,'CurrentUserID','0'),(60641,14062,'Attempts','3'),(60642,14062,'ClientIP','190.153.191.11'),(60643,14062,'UserAgent',''),(60644,14062,'CurrentUserID','0'),(60645,14063,'Attempts','10+'),(60646,14063,'ClientIP','96.44.172.26'),(60647,14063,'UserAgent','XML-RPC.NET'),(60648,14063,'CurrentUserID','0'),(60649,14064,'Attempts','1'),(60650,14064,'ClientIP','89.26.250.74'),(60651,14064,'UserAgent',''),(60652,14064,'CurrentUserID','0'),(60653,14065,'Attempts','10+'),(60654,14065,'ClientIP','178.137.87.60'),(60655,14065,'UserAgent',''),(60656,14065,'CurrentUserID','0'),(60657,14066,'Attempts','10+'),(60658,14066,'ClientIP','5.196.19.72'),(60659,14066,'UserAgent',''),(60660,14066,'CurrentUserID','0'),(60661,14067,'Attempts','10+'),(60662,14067,'ClientIP','178.137.87.60'),(60663,14067,'UserAgent',''),(60664,14067,'CurrentUserID','0'),(60665,14068,'Attempts','1'),(60666,14068,'ClientIP','46.119.112.23'),(60667,14068,'UserAgent','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'),(60668,14068,'CurrentUserID','0'),(60669,14069,'Attempts','5'),(60670,14069,'ClientIP','190.153.191.11'),(60671,14069,'UserAgent',''),(60672,14069,'CurrentUserID','0'),(60673,14070,'Attempts','1'),(60674,14070,'ClientIP','119.59.107.214'),(60675,14070,'UserAgent',''),(60676,14070,'CurrentUserID','0'),(60677,14071,'Attempts','1'),(60678,14071,'ClientIP','190.153.191.11'),(60679,14071,'UserAgent',''),(60680,14071,'CurrentUserID','0'),(60681,14072,'Attempts','3'),(60682,14072,'ClientIP','121.78.145.53'),(60683,14072,'UserAgent',''),(60684,14072,'CurrentUserID','0'),(60685,14073,'Attempts','1'),(60686,14073,'ClientIP','190.153.191.11'),(60687,14073,'UserAgent',''),(60688,14073,'CurrentUserID','0'),(60689,14074,'Attempts','2'),(60690,14074,'ClientIP','190.153.191.11'),(60691,14074,'UserAgent',''),(60692,14074,'CurrentUserID','0'),(60693,14075,'Attempts','10+'),(60694,14075,'Username','wsaaus15'),(60695,14075,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60696,14075,'ClientIP','62.210.83.88'),(60697,14075,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60698,14076,'Attempts','10+'),(60699,14076,'ClientIP','62.210.83.88'),(60700,14076,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60701,14076,'CurrentUserID','0'),(60702,14077,'Attempts','10+'),(60703,14077,'Username','wsaaus15'),(60704,14077,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(60705,14077,'ClientIP','62.210.83.88'),(60706,14077,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(60707,14078,'Attempts','10+'),(60708,14078,'ClientIP','158.69.240.164'),(60709,14078,'UserAgent',''),(60710,14078,'CurrentUserID','0'),(60711,14079,'Attempts','10+'),(60712,14079,'ClientIP','180.150.227.197'),(60713,14079,'UserAgent','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)'),(60714,14079,'CurrentUserID','0'),(60715,14080,'Attempts','1'),(60716,14080,'ClientIP','46.119.112.23'),(60717,14080,'UserAgent','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'),(60718,14080,'CurrentUserID','0'),(60719,14081,'Attempts','1'),(60720,14081,'ClientIP','190.202.87.1'),(60721,14081,'UserAgent',''),(60722,14081,'CurrentUserID','0'),(60723,14082,'Attempts','2'),(60724,14082,'ClientIP','190.153.191.11'),(60725,14082,'UserAgent',''),(60726,14082,'CurrentUserID','0'),(60727,14083,'Attempts','10+'),(60728,14083,'ClientIP','166.62.116.95'),(60729,14083,'UserAgent',''),(60730,14083,'CurrentUserID','0'),(60731,14084,'Attempts','1'),(60732,14084,'ClientIP','190.202.87.1'),(60733,14084,'UserAgent',''),(60734,14084,'CurrentUserID','0'),(60735,14085,'Attempts','1'),(60736,14085,'ClientIP','190.153.191.11'),(60737,14085,'UserAgent',''),(60738,14085,'CurrentUserID','0'),(60739,14086,'Attempts','10+'),(60740,14086,'ClientIP','166.62.116.95'),(60741,14086,'UserAgent',''),(60742,14086,'CurrentUserID','0'),(60743,14087,'Attempts','1'),(60744,14087,'ClientIP','190.202.87.1'),(60745,14087,'UserAgent',''),(60746,14087,'CurrentUserID','0'),(60747,14088,'Attempts','1'),(60748,14088,'ClientIP','41.208.150.225'),(60749,14088,'UserAgent',''),(60750,14088,'CurrentUserID','0'),(60751,14089,'Attempts','10+'),(60752,14089,'ClientIP','151.80.178.212'),(60753,14089,'UserAgent',''),(60754,14089,'CurrentUserID','0'),(60755,14090,'Attempts','10+'),(60756,14090,'ClientIP','153.122.38.194'),(60757,14090,'UserAgent',''),(60758,14090,'CurrentUserID','0'),(60759,14091,'Attempts','10+'),(60760,14091,'ClientIP','217.73.227.15'),(60761,14091,'UserAgent',''),(60762,14091,'CurrentUserID','0'),(60763,14092,'Attempts','1'),(60764,14092,'ClientIP','36.66.209.140'),(60765,14092,'UserAgent',''),(60766,14092,'CurrentUserID','0'),(60767,14093,'Attempts','1'),(60768,14093,'ClientIP','78.29.8.154'),(60769,14093,'UserAgent',''),(60770,14093,'CurrentUserID','0'),(60771,14094,'Attempts','1'),(60772,14094,'ClientIP','192.0.101.180'),(60773,14094,'UserAgent','Jetpack by WordPress.com'),(60774,14094,'CurrentUserID','0'),(60775,14095,'Attempts','6'),(60776,14095,'ClientIP','36.66.209.140'),(60777,14095,'UserAgent',''),(60778,14095,'CurrentUserID','0'),(60779,14096,'Attempts','1'),(60780,14096,'ClientIP','46.119.127.129'),(60781,14096,'UserAgent','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'),(60782,14096,'CurrentUserID','0'),(60783,14097,'Attempts','10+'),(60784,14097,'ClientIP','176.31.215.191'),(60785,14097,'UserAgent',''),(60786,14097,'CurrentUserID','0'),(60787,14098,'Attempts','1'),(60788,14098,'ClientIP','190.202.87.1'),(60789,14098,'UserAgent',''),(60790,14098,'CurrentUserID','0'),(60791,14099,'Attempts','3'),(60792,14099,'ClientIP','166.62.101.21'),(60793,14099,'UserAgent',''),(60794,14099,'CurrentUserID','0'),(60795,14100,'Attempts','10+'),(60796,14100,'ClientIP','158.69.225.114'),(60797,14100,'UserAgent',''),(60798,14100,'CurrentUserID','0'),(60799,14101,'ClientIP','127.0.0.1'),(60800,14101,'Username','Plugin'),(60801,14101,'PromoMessage','<strong>WordPress Reports Add-On</strong><br>Generate WordPress reports for management and to meet regulatory compliance requirements your business needs to adhere to with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/compliance-reports-add-on-for-wordpress/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=reports\" target=\"_blank\">Reports Add-on</a></strong>.'),(60802,14101,'PromoName','Reports Add-on'),(60803,14102,'Attempts','1'),(60804,14102,'ClientIP','190.202.87.1'),(60805,14102,'UserAgent',''),(60806,14102,'CurrentUserID','0'),(60807,14103,'Attempts','10+'),(60808,14103,'ClientIP','213.251.182.113'),(60809,14103,'UserAgent',''),(60810,14103,'CurrentUserID','0'),(60811,14104,'Attempts','10+'),(60812,14104,'ClientIP','158.199.246.1'),(60813,14104,'UserAgent',''),(60814,14104,'CurrentUserID','0'),(60815,14105,'Attempts','10+'),(60816,14105,'ClientIP','91.146.110.176'),(60817,14105,'UserAgent',''),(60818,14105,'CurrentUserID','0'),(60819,14106,'Attempts','10+'),(60820,14106,'ClientIP','50.62.9.155'),(60821,14106,'UserAgent',''),(60822,14106,'CurrentUserID','0'),(60823,14107,'Attempts','10+'),(60824,14107,'ClientIP','178.254.50.204'),(60825,14107,'UserAgent',''),(60826,14107,'CurrentUserID','0'),(60827,14108,'Attempts','10+'),(60828,14108,'ClientIP','173.208.239.18'),(60829,14108,'UserAgent','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)'),(60830,14108,'CurrentUserID','0'),(60831,14109,'Attempts','1'),(60832,14109,'ClientIP','46.119.127.129'),(60833,14109,'UserAgent','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'),(60834,14109,'CurrentUserID','0'),(60835,14110,'Attempts','10+'),(60836,14110,'ClientIP','82.165.198.169'),(60837,14110,'UserAgent',''),(60838,14110,'CurrentUserID','0'),(60839,14111,'Attempts','10+'),(60840,14111,'ClientIP','178.254.50.204'),(60841,14111,'UserAgent',''),(60842,14111,'CurrentUserID','0'),(60843,14112,'Attempts','10+'),(60844,14112,'ClientIP','218.236.59.188'),(60845,14112,'UserAgent',''),(60846,14112,'CurrentUserID','0'),(60847,14113,'Attempts','10+'),(60848,14113,'ClientIP','178.137.87.60'),(60849,14113,'UserAgent',''),(60850,14113,'CurrentUserID','0'),(60851,14114,'Attempts','4'),(60852,14114,'ClientIP','47.90.53.82'),(60853,14114,'UserAgent',''),(60854,14114,'CurrentUserID','0'),(60855,14115,'Attempts','10+'),(60856,14115,'ClientIP','178.137.87.60'),(60857,14115,'UserAgent',''),(60858,14115,'CurrentUserID','0'),(60859,14116,'Attempts','10+'),(60860,14116,'ClientIP','188.166.254.237'),(60861,14116,'UserAgent',''),(60862,14116,'CurrentUserID','0'),(60863,14117,'Attempts','1'),(60864,14117,'ClientIP','37.57.42.201'),(60865,14117,'UserAgent',''),(60866,14117,'CurrentUserID','0'),(60867,14118,'Attempts','10+'),(60868,14118,'ClientIP','69.174.245.193'),(60869,14118,'UserAgent',''),(60870,14118,'CurrentUserID','0'),(60871,14119,'Attempts','10+'),(60872,14119,'ClientIP','122.1.219.142'),(60873,14119,'UserAgent',''),(60874,14119,'CurrentUserID','0'),(60875,14120,'Attempts','10+'),(60876,14120,'ClientIP','37.57.42.201'),(60877,14120,'UserAgent',''),(60878,14120,'CurrentUserID','0'),(60879,14121,'Attempts','2'),(60880,14121,'ClientIP','79.143.87.225'),(60881,14121,'UserAgent','Mozilla/5.0 (Windows NT 6.2; rv:27.0) Gecko/20100101 Firefox/27.0'),(60882,14121,'CurrentUserID','0'),(60883,14122,'Attempts','4'),(60884,14122,'ClientIP','37.57.42.201'),(60885,14122,'UserAgent',''),(60886,14122,'CurrentUserID','0'),(60887,14123,'Attempts','10+'),(60888,14123,'ClientIP','179.188.17.187'),(60889,14123,'UserAgent',''),(60890,14123,'CurrentUserID','0'),(60891,14124,'Attempts','1'),(60892,14124,'ClientIP','46.119.127.129'),(60893,14124,'UserAgent','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'),(60894,14124,'CurrentUserID','0'),(60895,14125,'Attempts','10+'),(60896,14125,'ClientIP','131.72.220.166'),(60897,14125,'UserAgent',''),(60898,14125,'CurrentUserID','0'),(60899,14126,'Attempts','10+'),(60900,14126,'ClientIP','83.222.173.130'),(60901,14126,'UserAgent',''),(60902,14126,'CurrentUserID','0'),(60903,14127,'Attempts','10+'),(60904,14127,'ClientIP','115.146.126.228'),(60905,14127,'UserAgent',''),(60906,14127,'CurrentUserID','0'),(60907,14128,'Attempts','10+'),(60908,14128,'ClientIP','202.28.10.20'),(60909,14128,'UserAgent','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'),(60910,14128,'CurrentUserID','0'),(60911,14129,'Attempts','10+'),(60912,14129,'ClientIP','103.50.13.24'),(60913,14129,'UserAgent',''),(60914,14129,'CurrentUserID','0'),(60915,14130,'Attempts','10+'),(60916,14130,'ClientIP','166.62.81.48'),(60917,14130,'UserAgent',''),(60918,14130,'CurrentUserID','0'),(60919,14131,'Attempts','10+'),(60920,14131,'ClientIP','115.28.245.132'),(60921,14131,'UserAgent','XML-RPC.NET'),(60922,14131,'CurrentUserID','0'),(60923,14132,'Attempts','10+'),(60924,14132,'ClientIP','185.55.79.25'),(60925,14132,'UserAgent',''),(60926,14132,'CurrentUserID','0'),(60927,14133,'Attempts','10+'),(60928,14133,'ClientIP','134.249.116.78'),(60929,14133,'UserAgent','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'),(60930,14133,'CurrentUserID','0'),(60931,14134,'Attempts','1'),(60932,14134,'ClientIP','121.78.145.53'),(60933,14134,'UserAgent',''),(60934,14134,'CurrentUserID','0'),(60935,14135,'Attempts','1'),(60936,14135,'ClientIP','46.119.127.129'),(60937,14135,'UserAgent','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'),(60938,14135,'CurrentUserID','0'),(60939,14136,'Attempts','10+'),(60940,14136,'ClientIP','136.243.173.205'),(60941,14136,'UserAgent',''),(60942,14136,'CurrentUserID','0'),(60943,14137,'Attempts','4'),(60944,14137,'ClientIP','121.78.145.53'),(60945,14137,'UserAgent',''),(60946,14137,'CurrentUserID','0'),(60947,14138,'Attempts','10+'),(60948,14138,'ClientIP','62.210.36.139'),(60949,14138,'UserAgent',''),(60950,14138,'CurrentUserID','0'),(60951,14139,'Attempts','10+'),(60952,14139,'ClientIP','91.200.12.132'),(60953,14139,'UserAgent','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)'),(60954,14139,'CurrentUserID','0'),(60955,14140,'Attempts','10+'),(60956,14140,'ClientIP','105.155.187.148'),(60957,14140,'UserAgent','tiehttp'),(60958,14140,'CurrentUserID','0'),(60959,14141,'Attempts','10+'),(60960,14141,'ClientIP','91.200.12.93'),(60961,14141,'UserAgent','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)'),(60962,14141,'CurrentUserID','0'),(60963,14142,'Attempts','10+'),(60964,14142,'ClientIP','196.206.85.171'),(60965,14142,'UserAgent','tiehttp'),(60966,14142,'CurrentUserID','0'),(60967,14143,'Attempts','10+'),(60968,14143,'ClientIP','40.121.157.102'),(60969,14143,'UserAgent',''),(60970,14143,'CurrentUserID','0'),(60971,14144,'Attempts','3'),(60972,14144,'ClientIP','103.29.196.236'),(60973,14144,'UserAgent',''),(60974,14144,'CurrentUserID','0'),(60975,14145,'Attempts','10+'),(60976,14145,'ClientIP','51.255.105.123'),(60977,14145,'UserAgent','tiehttp'),(60978,14145,'CurrentUserID','0'),(60979,14146,'Attempts','1'),(60980,14146,'ClientIP','213.136.83.124'),(60981,14146,'UserAgent',''),(60982,14146,'CurrentUserID','0'),(60983,14147,'Attempts','1'),(60984,14147,'ClientIP','52.6.54.106'),(60985,14147,'UserAgent',''),(60986,14147,'CurrentUserID','0'),(60987,14148,'Attempts','3'),(60988,14148,'ClientIP','91.205.6.161'),(60989,14148,'UserAgent',''),(60990,14148,'CurrentUserID','0'),(60991,14149,'Attempts','4'),(60992,14149,'ClientIP','103.29.196.236'),(60993,14149,'UserAgent',''),(60994,14149,'CurrentUserID','0'),(60995,14150,'Attempts','3'),(60996,14150,'ClientIP','213.136.83.124'),(60997,14150,'UserAgent',''),(60998,14150,'CurrentUserID','0'),(60999,14151,'Attempts','5'),(61000,14151,'ClientIP','82.221.95.114'),(61001,14151,'UserAgent',''),(61002,14151,'CurrentUserID','0'),(61003,14152,'Attempts','1'),(61004,14152,'ClientIP','101.227.240.117'),(61005,14152,'UserAgent',''),(61006,14152,'CurrentUserID','0'),(61007,14153,'Attempts','10+'),(61008,14153,'ClientIP','52.67.106.162'),(61009,14153,'UserAgent',''),(61010,14153,'CurrentUserID','0'),(61011,14154,'Attempts','1'),(61012,14154,'ClientIP','103.29.196.236'),(61013,14154,'UserAgent',''),(61014,14154,'CurrentUserID','0'),(61015,14155,'Attempts','10+'),(61016,14155,'ClientIP','178.33.48.193'),(61017,14155,'UserAgent',''),(61018,14155,'CurrentUserID','0'),(61019,14156,'Attempts','1'),(61020,14156,'ClientIP','213.136.83.124'),(61021,14156,'UserAgent',''),(61022,14156,'CurrentUserID','0'),(61023,14157,'Attempts','6'),(61024,14157,'ClientIP','64.73.220.179'),(61025,14157,'UserAgent','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(61026,14157,'CurrentUserID','0'),(61027,14158,'Attempts','10+'),(61028,14158,'ClientIP','138.201.0.211'),(61029,14158,'UserAgent',''),(61030,14158,'CurrentUserID','0'),(61031,14159,'Attempts','1'),(61032,14159,'ClientIP','213.136.83.124'),(61033,14159,'UserAgent',''),(61034,14159,'CurrentUserID','0'),(61035,14160,'Attempts','10+'),(61036,14160,'ClientIP','8.43.32.2'),(61037,14160,'UserAgent',''),(61038,14160,'CurrentUserID','0'),(61039,14161,'Attempts','10+'),(61040,14161,'ClientIP','204.12.255.130'),(61041,14161,'UserAgent',''),(61042,14161,'CurrentUserID','0'),(61043,14162,'Attempts','10+'),(61044,14162,'ClientIP','178.154.30.24'),(61045,14162,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61046,14162,'CurrentUserID','0'),(61047,14163,'Attempts','10+'),(61048,14163,'ClientIP','91.200.12.132'),(61049,14163,'UserAgent','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)'),(61050,14163,'CurrentUserID','0'),(61051,14164,'Attempts','10+'),(61052,14164,'ClientIP','155.133.26.106'),(61053,14164,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61054,14164,'CurrentUserID','0'),(61055,14165,'Attempts','10+'),(61056,14165,'ClientIP','181.111.172.4'),(61057,14165,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61058,14165,'CurrentUserID','0'),(61059,14166,'Attempts','1'),(61060,14166,'ClientIP','82.221.95.114'),(61061,14166,'UserAgent',''),(61062,14166,'CurrentUserID','0'),(61063,14167,'Attempts','10+'),(61064,14167,'ClientIP','61.134.52.164'),(61065,14167,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61066,14167,'CurrentUserID','0'),(61067,14168,'Attempts','10+'),(61068,14168,'ClientIP','85.25.134.18'),(61069,14168,'UserAgent',''),(61070,14168,'CurrentUserID','0'),(61071,14169,'Attempts','10+'),(61072,14169,'ClientIP','178.137.87.242'),(61073,14169,'UserAgent','Mozilla/5.0 (Windows 10; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0'),(61074,14169,'CurrentUserID','0'),(61075,14170,'Attempts','1'),(61076,14170,'ClientIP','82.221.95.114'),(61077,14170,'UserAgent',''),(61078,14170,'CurrentUserID','0'),(61079,14171,'Attempts','10+'),(61080,14171,'ClientIP','115.28.43.234'),(61081,14171,'UserAgent','XML-RPC.NET'),(61082,14171,'CurrentUserID','0'),(61083,14172,'Attempts','1'),(61084,14172,'ClientIP','103.57.220.65'),(61085,14172,'UserAgent',''),(61086,14172,'CurrentUserID','0'),(61087,14173,'Attempts','10+'),(61088,14173,'Username','wsaaus15'),(61089,14173,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61090,14173,'ClientIP','118.121.41.7'),(61091,14173,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61092,14174,'Attempts','10+'),(61093,14174,'Username','wsaaus15'),(61094,14174,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61095,14174,'ClientIP','117.244.24.79'),(61096,14174,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61097,14175,'Attempts','10+'),(61098,14175,'ClientIP','117.244.24.79'),(61099,14175,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61100,14175,'CurrentUserID','0'),(61101,14176,'Attempts','10+'),(61102,14176,'ClientIP','182.75.158.118'),(61103,14176,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61104,14176,'CurrentUserID','0'),(61105,14177,'Attempts','10+'),(61106,14177,'Username','kharvey'),(61107,14177,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61108,14177,'ClientIP','182.75.158.118'),(61109,14177,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61110,14178,'Attempts','10+'),(61111,14178,'ClientIP','91.200.12.93'),(61112,14178,'UserAgent','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)'),(61113,14178,'CurrentUserID','0'),(61114,14179,'Attempts','10+'),(61115,14179,'ClientIP','91.200.12.132'),(61116,14179,'UserAgent','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)'),(61117,14179,'CurrentUserID','0'),(61118,14180,'Attempts','10+'),(61119,14180,'ClientIP','192.169.188.130'),(61120,14180,'UserAgent',''),(61121,14180,'CurrentUserID','0'),(61122,14181,'Attempts','1'),(61123,14181,'ClientIP','46.119.127.129'),(61124,14181,'UserAgent','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'),(61125,14181,'CurrentUserID','0'),(61126,14182,'Attempts','10+'),(61127,14182,'Username','wsaaus15'),(61128,14182,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61129,14182,'ClientIP','206.214.6.178'),(61130,14182,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61131,14183,'Attempts','10+'),(61132,14183,'ClientIP','206.214.6.178'),(61133,14183,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61134,14183,'CurrentUserID','0'),(61135,14184,'Attempts','10+'),(61136,14184,'Username','kharvey'),(61137,14184,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61138,14184,'ClientIP','206.214.6.178'),(61139,14184,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61140,14185,'Attempts','10+'),(61141,14185,'ClientIP','218.149.228.161'),(61142,14185,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61143,14185,'CurrentUserID','0'),(61144,14186,'Attempts','1'),(61145,14186,'ClientIP','117.244.24.39'),(61146,14186,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61147,14186,'CurrentUserID','0'),(61148,14187,'Attempts','1'),(61149,14187,'ClientIP','209.59.98.44'),(61150,14187,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61151,14187,'CurrentUserID','0'),(61152,14188,'Attempts','4'),(61153,14188,'ClientIP','117.245.74.43'),(61154,14188,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61155,14188,'CurrentUserID','0'),(61156,14189,'Attempts','2'),(61157,14189,'ClientIP','103.57.220.65'),(61158,14189,'UserAgent',''),(61159,14189,'CurrentUserID','0'),(61160,14190,'Attempts','10+'),(61161,14190,'ClientIP','69.50.212.77'),(61162,14190,'UserAgent',''),(61163,14190,'CurrentUserID','0'),(61164,14191,'Attempts','1'),(61165,14191,'ClientIP','41.208.150.225'),(61166,14191,'UserAgent',''),(61167,14191,'CurrentUserID','0'),(61168,14192,'Attempts','10+'),(61169,14192,'Username','wsaaus15'),(61170,14192,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61171,14192,'ClientIP','62.210.162.228'),(61172,14192,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61173,14193,'Attempts','10+'),(61174,14193,'ClientIP','62.210.162.228'),(61175,14193,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61176,14193,'CurrentUserID','0'),(61177,14194,'Attempts','1'),(61178,14194,'ClientIP','88.255.171.55'),(61179,14194,'UserAgent',''),(61180,14194,'CurrentUserID','0'),(61181,14195,'Attempts','10+'),(61182,14195,'ClientIP','42.96.176.64'),(61183,14195,'UserAgent','XML-RPC.NET'),(61184,14195,'CurrentUserID','0'),(61185,14196,'Attempts','2'),(61186,14196,'ClientIP','88.255.171.55'),(61187,14196,'UserAgent',''),(61188,14196,'CurrentUserID','0'),(61189,14197,'Attempts','10+'),(61190,14197,'Username','wsaaus15'),(61191,14197,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61192,14197,'ClientIP','62.210.162.228'),(61193,14197,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61194,14198,'Attempts','1'),(61195,14198,'ClientIP','46.119.127.129'),(61196,14198,'UserAgent','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'),(61197,14198,'CurrentUserID','0'),(61198,14199,'Attempts','10+'),(61199,14199,'ClientIP','151.80.24.9'),(61200,14199,'UserAgent',''),(61201,14199,'CurrentUserID','0'),(61202,14200,'Attempts','10+'),(61203,14200,'ClientIP','189.89.125.52'),(61204,14200,'UserAgent','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'),(61205,14200,'CurrentUserID','0'),(61206,14201,'Attempts','2'),(61207,14201,'ClientIP','121.78.145.53'),(61208,14201,'UserAgent',''),(61209,14201,'CurrentUserID','0'),(61210,14202,'Attempts','10+'),(61211,14202,'ClientIP','91.200.12.93'),(61212,14202,'UserAgent','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)'),(61213,14202,'CurrentUserID','0'),(61214,14203,'Attempts','10+'),(61215,14203,'ClientIP','189.89.125.52'),(61216,14203,'UserAgent','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'),(61217,14203,'CurrentUserID','0'),(61218,14204,'Attempts','10+'),(61219,14204,'Username','wsaaus15'),(61220,14204,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61221,14204,'ClientIP','58.215.205.42'),(61222,14204,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61223,14205,'Attempts','10+'),(61224,14205,'ClientIP','58.215.205.42'),(61225,14205,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61226,14205,'CurrentUserID','0'),(61227,14206,'Attempts','10+'),(61228,14206,'Username','kharvey'),(61229,14206,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61230,14206,'ClientIP','58.215.205.42'),(61231,14206,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61232,14207,'Attempts','1'),(61233,14207,'ClientIP','46.119.127.129'),(61234,14207,'UserAgent','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'),(61235,14207,'CurrentUserID','0'),(61236,14208,'Attempts','10+'),(61237,14208,'Username','kharvey'),(61238,14208,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61239,14208,'ClientIP','60.22.24.218'),(61240,14208,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61241,14209,'Attempts','10+'),(61242,14209,'ClientIP','60.22.24.218'),(61243,14209,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61244,14209,'CurrentUserID','0'),(61245,14210,'Attempts','10+'),(61246,14210,'ClientIP','182.75.175.222'),(61247,14210,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61248,14210,'CurrentUserID','0'),(61249,14211,'Attempts','1'),(61250,14211,'ClientIP','124.111.166.93'),(61251,14211,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0'),(61252,14211,'CurrentUserID','0'),(61253,14212,'Attempts','10+'),(61254,14212,'ClientIP','144.76.173.122'),(61255,14212,'UserAgent',''),(61256,14212,'CurrentUserID','0'),(61257,14213,'Attempts','10+'),(61258,14213,'ClientIP','207.112.12.28'),(61259,14213,'UserAgent',''),(61260,14213,'CurrentUserID','0'),(61261,14214,'Attempts','3'),(61262,14214,'ClientIP','121.78.145.53'),(61263,14214,'UserAgent',''),(61264,14214,'CurrentUserID','0'),(61265,14215,'Attempts','1'),(61266,14215,'ClientIP','46.119.112.23'),(61267,14215,'UserAgent','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'),(61268,14215,'CurrentUserID','0'),(61269,14216,'Attempts','10+'),(61270,14216,'ClientIP','37.187.90.170'),(61271,14216,'UserAgent',''),(61272,14216,'CurrentUserID','0'),(61273,14217,'Attempts','10+'),(61274,14217,'ClientIP','91.200.12.42'),(61275,14217,'UserAgent','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)'),(61276,14217,'CurrentUserID','0'),(61277,14218,'Attempts','10+'),(61278,14218,'ClientIP','74.121.187.35'),(61279,14218,'UserAgent',''),(61280,14218,'CurrentUserID','0'),(61281,14219,'Attempts','10+'),(61282,14219,'ClientIP','133.242.11.64'),(61283,14219,'UserAgent',''),(61284,14219,'CurrentUserID','0'),(61285,14220,'Attempts','10+'),(61286,14220,'Username','wsaaus15'),(61287,14220,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61288,14220,'ClientIP','62.210.162.228'),(61289,14220,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61290,14221,'Attempts','10+'),(61291,14221,'ClientIP','62.210.162.228'),(61292,14221,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61293,14221,'CurrentUserID','0'),(61294,14222,'Attempts','1'),(61295,14222,'ClientIP','84.92.28.217'),(61296,14222,'UserAgent',''),(61297,14222,'CurrentUserID','0'),(61298,14223,'Attempts','10+'),(61299,14223,'ClientIP','202.55.86.29'),(61300,14223,'UserAgent',''),(61301,14223,'CurrentUserID','0'),(61302,14224,'Attempts','10+'),(61303,14224,'ClientIP','115.28.245.132'),(61304,14224,'UserAgent','XML-RPC.NET'),(61305,14224,'CurrentUserID','0'),(61306,14225,'Attempts','1'),(61307,14225,'ClientIP','118.193.145.29'),(61308,14225,'UserAgent',''),(61309,14225,'CurrentUserID','0'),(61310,14226,'Attempts','10+'),(61311,14226,'Username','wsaaus15'),(61312,14226,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61313,14226,'ClientIP','62.210.162.228'),(61314,14226,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61315,14227,'Attempts','10+'),(61316,14227,'ClientIP','62.210.162.228'),(61317,14227,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61318,14227,'CurrentUserID','0'),(61319,14228,'Attempts','10+'),(61320,14228,'Username','wsaaus15'),(61321,14228,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61322,14228,'ClientIP','62.210.162.228'),(61323,14228,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61324,14229,'Attempts','10+'),(61325,14229,'ClientIP','62.210.162.228'),(61326,14229,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61327,14229,'CurrentUserID','0'),(61328,14230,'Attempts','10+'),(61329,14230,'ClientIP','158.69.192.169'),(61330,14230,'UserAgent',''),(61331,14230,'CurrentUserID','0'),(61332,14231,'Attempts','3'),(61333,14231,'ClientIP','121.78.145.53'),(61334,14231,'UserAgent',''),(61335,14231,'CurrentUserID','0'),(61336,14232,'Attempts','5'),(61337,14232,'ClientIP','62.210.192.240'),(61338,14232,'UserAgent',''),(61339,14232,'CurrentUserID','0'),(61340,14233,'Attempts','10+'),(61341,14233,'ClientIP','204.12.206.226'),(61342,14233,'UserAgent','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)'),(61343,14233,'CurrentUserID','0'),(61344,14234,'Attempts','10+'),(61345,14234,'ClientIP','177.38.44.198'),(61346,14234,'UserAgent',''),(61347,14234,'CurrentUserID','0'),(61348,14235,'Attempts','10+'),(61349,14235,'ClientIP','64.31.10.194'),(61350,14235,'UserAgent',''),(61351,14235,'CurrentUserID','0'),(61352,14236,'Attempts','10+'),(61353,14236,'ClientIP','158.69.240.164'),(61354,14236,'UserAgent',''),(61355,14236,'CurrentUserID','0'),(61356,14237,'Attempts','10+'),(61357,14237,'ClientIP','51.254.212.37'),(61358,14237,'UserAgent',''),(61359,14237,'CurrentUserID','0'),(61360,14238,'Attempts','2'),(61361,14238,'Username','wsaaus15'),(61362,14238,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61363,14238,'ClientIP','62.210.152.87'),(61364,14238,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61365,14239,'Attempts','2'),(61366,14239,'ClientIP','62.210.152.87'),(61367,14239,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61368,14239,'CurrentUserID','0'),(61369,14240,'Attempts','3'),(61370,14240,'ClientIP','89.108.87.179'),(61371,14240,'UserAgent',''),(61372,14240,'CurrentUserID','0'),(61373,14241,'Attempts','1'),(61374,14241,'ClientIP','46.119.112.23'),(61375,14241,'UserAgent','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'),(61376,14241,'CurrentUserID','0'),(61377,14242,'Attempts','10+'),(61378,14242,'ClientIP','62.210.148.91'),(61379,14242,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61380,14242,'CurrentUserID','0'),(61381,14243,'Attempts','10+'),(61382,14243,'Username','wsaaus15'),(61383,14243,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61384,14243,'ClientIP','62.210.148.91'),(61385,14243,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61386,14244,'Attempts','10+'),(61387,14244,'ClientIP','189.89.125.52'),(61388,14244,'UserAgent','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'),(61389,14244,'CurrentUserID','0'),(61390,14245,'Attempts','10+'),(61391,14245,'ClientIP','91.200.12.33'),(61392,14245,'UserAgent','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)'),(61393,14245,'CurrentUserID','0'),(61394,14246,'Attempts','10+'),(61395,14246,'ClientIP','131.153.4.150'),(61396,14246,'UserAgent',''),(61397,14246,'CurrentUserID','0'),(61398,14247,'Attempts','10+'),(61399,14247,'ClientIP','188.165.181.185'),(61400,14247,'UserAgent',''),(61401,14247,'CurrentUserID','0'),(61402,14248,'Attempts','10+'),(61403,14248,'ClientIP','210.140.163.133'),(61404,14248,'UserAgent',''),(61405,14248,'CurrentUserID','0'),(61406,14249,'Attempts','10+'),(61407,14249,'ClientIP','51.254.143.113'),(61408,14249,'UserAgent',''),(61409,14249,'CurrentUserID','0'),(61410,14250,'Attempts','10+'),(61411,14250,'ClientIP','185.11.240.190'),(61412,14250,'UserAgent',''),(61413,14250,'CurrentUserID','0'),(61414,14251,'ClientIP','127.0.0.1'),(61415,14251,'Username','Plugin'),(61416,14251,'PromoMessage','<strong>External Database for WordPress Audit Log</strong><br>Store the WordPress audit log in an external database to boost the performance and security of your WordPress. <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/external-database-for-wp-security-audit-log/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=externaldb\" target=\"_blank\">External DB Add-on</a></strong>.'),(61417,14251,'PromoName','External DB Add-on'),(61418,14252,'Attempts','10+'),(61419,14252,'ClientIP','91.200.12.132'),(61420,14252,'UserAgent','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)'),(61421,14252,'CurrentUserID','0'),(61422,14253,'Attempts','1'),(61423,14253,'ClientIP','103.242.119.144'),(61424,14253,'UserAgent',''),(61425,14253,'CurrentUserID','0'),(61426,14254,'Attempts','10+'),(61427,14254,'ClientIP','74.50.31.156'),(61428,14254,'UserAgent',''),(61429,14254,'CurrentUserID','0'),(61430,14255,'Attempts','1'),(61431,14255,'ClientIP','46.119.127.129'),(61432,14255,'UserAgent','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'),(61433,14255,'CurrentUserID','0'),(61434,14256,'Attempts','1'),(61435,14256,'ClientIP','121.78.145.53'),(61436,14256,'UserAgent',''),(61437,14256,'CurrentUserID','0'),(61438,14257,'Attempts','3'),(61439,14257,'ClientIP','66.85.144.242'),(61440,14257,'UserAgent',''),(61441,14257,'CurrentUserID','0'),(61442,14258,'Attempts','2'),(61443,14258,'ClientIP','217.86.153.2'),(61444,14258,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61445,14258,'CurrentUserID','0'),(61446,14259,'Attempts','8'),(61447,14259,'ClientIP','92.81.81.12'),(61448,14259,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61449,14259,'CurrentUserID','0'),(61450,14260,'Attempts','3'),(61451,14260,'ClientIP','217.231.63.175'),(61452,14260,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61453,14260,'CurrentUserID','0'),(61454,14261,'Attempts','4'),(61455,14261,'ClientIP','212.130.233.238'),(61456,14261,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61457,14261,'CurrentUserID','0'),(61458,14262,'Attempts','10'),(61459,14262,'ClientIP','93.203.133.45'),(61460,14262,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61461,14262,'CurrentUserID','0'),(61462,14263,'Attempts','8'),(61463,14263,'ClientIP','193.37.156.162'),(61464,14263,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61465,14263,'CurrentUserID','0'),(61466,14264,'Attempts','3'),(61467,14264,'ClientIP','217.193.162.212'),(61468,14264,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61469,14264,'CurrentUserID','0'),(61470,14265,'Attempts','10+'),(61471,14265,'ClientIP','62.152.161.82'),(61472,14265,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61473,14265,'CurrentUserID','0'),(61474,14266,'Attempts','2'),(61475,14266,'ClientIP','213.200.215.206'),(61476,14266,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61477,14266,'CurrentUserID','0'),(61478,14267,'Attempts','8'),(61479,14267,'ClientIP','188.60.21.190'),(61480,14267,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61481,14267,'CurrentUserID','0'),(61482,14268,'Attempts','7'),(61483,14268,'ClientIP','62.38.65.41'),(61484,14268,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61485,14268,'CurrentUserID','0'),(61486,14269,'Attempts','9'),(61487,14269,'ClientIP','80.32.149.44'),(61488,14269,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61489,14269,'CurrentUserID','0'),(61490,14270,'Attempts','4'),(61491,14270,'ClientIP','87.138.193.193'),(61492,14270,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61493,14270,'CurrentUserID','0'),(61494,14271,'Attempts','1'),(61495,14271,'ClientIP','175.136.248.30'),(61496,14271,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61497,14271,'CurrentUserID','0'),(61498,14272,'Attempts','6'),(61499,14272,'ClientIP','87.197.145.126'),(61500,14272,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61501,14272,'CurrentUserID','0'),(61502,14273,'Attempts','3'),(61503,14273,'ClientIP','93.201.68.66'),(61504,14273,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61505,14273,'CurrentUserID','0'),(61506,14274,'Attempts','4'),(61507,14274,'ClientIP','178.19.229.42'),(61508,14274,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61509,14274,'CurrentUserID','0'),(61510,14275,'Attempts','10+'),(61511,14275,'ClientIP','80.31.165.201'),(61512,14275,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61513,14275,'CurrentUserID','0'),(61514,14276,'Attempts','10+'),(61515,14276,'ClientIP','113.119.18.73'),(61516,14276,'UserAgent','XML-RPC.NET'),(61517,14276,'CurrentUserID','0'),(61518,14277,'Attempts','9'),(61519,14277,'ClientIP','95.88.3.209'),(61520,14277,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61521,14277,'CurrentUserID','0'),(61522,14278,'Attempts','10+'),(61523,14278,'ClientIP','189.89.125.52'),(61524,14278,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(61525,14278,'CurrentUserID','0'),(61526,14279,'Attempts','8'),(61527,14279,'ClientIP','62.131.31.132'),(61528,14279,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61529,14279,'CurrentUserID','0'),(61530,14280,'Attempts','4'),(61531,14280,'ClientIP','78.214.170.51'),(61532,14280,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61533,14280,'CurrentUserID','0'),(61534,14281,'Attempts','3'),(61535,14281,'ClientIP','87.23.14.91'),(61536,14281,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61537,14281,'CurrentUserID','0'),(61538,14282,'Attempts','1'),(61539,14282,'ClientIP','190.184.208.151'),(61540,14282,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61541,14282,'CurrentUserID','0'),(61542,14283,'Attempts','2'),(61543,14283,'ClientIP','80.146.51.39'),(61544,14283,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61545,14283,'CurrentUserID','0'),(61546,14284,'Attempts','10+'),(61547,14284,'ClientIP','37.187.57.8'),(61548,14284,'UserAgent',''),(61549,14284,'CurrentUserID','0'),(61550,14285,'Attempts','10+'),(61551,14285,'ClientIP','198.1.98.56'),(61552,14285,'UserAgent',''),(61553,14285,'CurrentUserID','0'),(61554,14286,'Attempts','10+'),(61555,14286,'ClientIP','8.43.32.2'),(61556,14286,'UserAgent',''),(61557,14286,'CurrentUserID','0'),(61558,14287,'Attempts','10+'),(61559,14287,'ClientIP','188.165.214.193'),(61560,14287,'UserAgent',''),(61561,14287,'CurrentUserID','0'),(61562,14288,'Attempts','1'),(61563,14288,'ClientIP','46.119.112.23'),(61564,14288,'UserAgent','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'),(61565,14288,'CurrentUserID','0'),(61566,14289,'Attempts','10+'),(61567,14289,'ClientIP','122.155.167.124'),(61568,14289,'UserAgent',''),(61569,14289,'CurrentUserID','0'),(61570,14290,'Attempts','10+'),(61571,14290,'ClientIP','149.202.37.250'),(61572,14290,'UserAgent',''),(61573,14290,'CurrentUserID','0'),(61574,14291,'Attempts','10+'),(61575,14291,'ClientIP','42.96.149.69'),(61576,14291,'UserAgent','XML-RPC.NET'),(61577,14291,'CurrentUserID','0'),(61578,14292,'Attempts','1'),(61579,14292,'ClientIP','101.99.64.35'),(61580,14292,'UserAgent',''),(61581,14292,'CurrentUserID','0'),(61582,14293,'Attempts','10+'),(61583,14293,'ClientIP','93.93.69.87'),(61584,14293,'UserAgent',''),(61585,14293,'CurrentUserID','0'),(61586,14294,'Attempts','10+'),(61587,14294,'ClientIP','62.210.148.87'),(61588,14294,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(61589,14294,'CurrentUserID','0'),(61590,14295,'Attempts','4'),(61591,14295,'ClientIP','193.37.156.162'),(61592,14295,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61593,14295,'CurrentUserID','0'),(61594,14296,'Attempts','5'),(61595,14296,'ClientIP','62.152.161.82'),(61596,14296,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61597,14296,'CurrentUserID','0'),(61598,14297,'Attempts','2'),(61599,14297,'ClientIP','62.38.65.41'),(61600,14297,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61601,14297,'CurrentUserID','0'),(61602,14298,'Attempts','1'),(61603,14298,'ClientIP','95.88.3.209'),(61604,14298,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61605,14298,'CurrentUserID','0'),(61606,14299,'Attempts','3'),(61607,14299,'ClientIP','79.217.108.106'),(61608,14299,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61609,14299,'CurrentUserID','0'),(61610,14300,'Attempts','4'),(61611,14300,'ClientIP','109.247.131.218'),(61612,14300,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61613,14300,'CurrentUserID','0'),(61614,14301,'Attempts','1'),(61615,14301,'ClientIP','217.7.188.66'),(61616,14301,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61617,14301,'CurrentUserID','0'),(61618,14302,'Attempts','3'),(61619,14302,'ClientIP','185.7.100.98'),(61620,14302,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61621,14302,'CurrentUserID','0'),(61622,14303,'Attempts','3'),(61623,14303,'ClientIP','213.200.229.152'),(61624,14303,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61625,14303,'CurrentUserID','0'),(61626,14304,'Attempts','4'),(61627,14304,'ClientIP','84.52.110.45'),(61628,14304,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61629,14304,'CurrentUserID','0'),(61630,14305,'Attempts','1'),(61631,14305,'ClientIP','212.130.233.238'),(61632,14305,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61633,14305,'CurrentUserID','0'),(61634,14306,'Attempts','2'),(61635,14306,'ClientIP','193.248.49.104'),(61636,14306,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61637,14306,'CurrentUserID','0'),(61638,14307,'Attempts','10+'),(61639,14307,'Username','wsaaus15'),(61640,14307,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61641,14307,'ClientIP','62.210.162.43'),(61642,14307,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61643,14308,'Attempts','10+'),(61644,14308,'ClientIP','62.210.162.43'),(61645,14308,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61646,14308,'CurrentUserID','0'),(61647,14309,'Attempts','10+'),(61648,14309,'ClientIP','192.169.191.31'),(61649,14309,'UserAgent',''),(61650,14309,'CurrentUserID','0'),(61651,14310,'Attempts','10+'),(61652,14310,'ClientIP','178.137.87.242'),(61653,14310,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(61654,14310,'CurrentUserID','0'),(61655,14311,'Attempts','2'),(61656,14311,'ClientIP','101.51.72.242'),(61657,14311,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61658,14311,'CurrentUserID','0'),(61659,14312,'Attempts','2'),(61660,14312,'ClientIP','203.223.149.149'),(61661,14312,'UserAgent',''),(61662,14312,'CurrentUserID','0'),(61663,14313,'Attempts','2'),(61664,14313,'ClientIP','188.98.123.255'),(61665,14313,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61666,14313,'CurrentUserID','0'),(61667,14314,'Attempts','6'),(61668,14314,'ClientIP','212.130.233.238'),(61669,14314,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61670,14314,'CurrentUserID','0'),(61671,14315,'Attempts','10+'),(61672,14315,'ClientIP','212.48.71.10'),(61673,14315,'UserAgent',''),(61674,14315,'CurrentUserID','0'),(61675,14316,'Attempts','8'),(61676,14316,'ClientIP','80.32.149.44'),(61677,14316,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61678,14316,'CurrentUserID','0'),(61679,14317,'Attempts','4'),(61680,14317,'ClientIP','46.237.193.91'),(61681,14317,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61682,14317,'CurrentUserID','0'),(61683,14318,'Attempts','4'),(61684,14318,'ClientIP','46.80.223.140'),(61685,14318,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61686,14318,'CurrentUserID','0'),(61687,14319,'Attempts','3'),(61688,14319,'ClientIP','213.200.229.152'),(61689,14319,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61690,14319,'CurrentUserID','0'),(61691,14320,'Attempts','1'),(61692,14320,'ClientIP','122.179.174.73'),(61693,14320,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61694,14320,'CurrentUserID','0'),(61695,14321,'Attempts','5'),(61696,14321,'ClientIP','84.74.206.124'),(61697,14321,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61698,14321,'CurrentUserID','0'),(61699,14322,'Attempts','3'),(61700,14322,'ClientIP','80.238.171.8'),(61701,14322,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61702,14322,'CurrentUserID','0'),(61703,14323,'Attempts','4'),(61704,14323,'ClientIP','93.165.144.254'),(61705,14323,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61706,14323,'CurrentUserID','0'),(61707,14324,'Attempts','2'),(61708,14324,'ClientIP','46.226.218.20'),(61709,14324,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61710,14324,'CurrentUserID','0'),(61711,14325,'Attempts','2'),(61712,14325,'ClientIP','217.92.185.221'),(61713,14325,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61714,14325,'CurrentUserID','0'),(61715,14326,'Attempts','2'),(61716,14326,'ClientIP','89.255.51.155'),(61717,14326,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61718,14326,'CurrentUserID','0'),(61719,14327,'Attempts','10+'),(61720,14327,'ClientIP','162.254.250.97'),(61721,14327,'UserAgent',''),(61722,14327,'CurrentUserID','0'),(61723,14328,'Attempts','6'),(61724,14328,'ClientIP','93.208.234.196'),(61725,14328,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61726,14328,'CurrentUserID','0'),(61727,14329,'Attempts','6'),(61728,14329,'ClientIP','95.224.176.44'),(61729,14329,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61730,14329,'CurrentUserID','0'),(61731,14330,'Attempts','4'),(61732,14330,'ClientIP','93.203.134.117'),(61733,14330,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61734,14330,'CurrentUserID','0'),(61735,14331,'Attempts','1'),(61736,14331,'ClientIP','123.30.129.6'),(61737,14331,'UserAgent',''),(61738,14331,'CurrentUserID','0'),(61739,14332,'Attempts','10+'),(61740,14332,'ClientIP','51.254.212.37'),(61741,14332,'UserAgent',''),(61742,14332,'CurrentUserID','0'),(61743,14333,'Attempts','3'),(61744,14333,'ClientIP','80.219.163.75'),(61745,14333,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61746,14333,'CurrentUserID','0'),(61747,14334,'Attempts','3'),(61748,14334,'ClientIP','87.197.145.126'),(61749,14334,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61750,14334,'CurrentUserID','0'),(61751,14335,'Attempts','3'),(61752,14335,'ClientIP','87.138.193.193'),(61753,14335,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61754,14335,'CurrentUserID','0'),(61755,14336,'Attempts','3'),(61756,14336,'ClientIP','201.230.248.45'),(61757,14336,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61758,14336,'CurrentUserID','0'),(61759,14337,'Attempts','2'),(61760,14337,'ClientIP','188.98.123.255'),(61761,14337,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61762,14337,'CurrentUserID','0'),(61763,14338,'Attempts','10+'),(61764,14338,'ClientIP','103.19.91.4'),(61765,14338,'UserAgent',''),(61766,14338,'CurrentUserID','0'),(61767,14339,'Attempts','2'),(61768,14339,'ClientIP','109.182.163.214'),(61769,14339,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61770,14339,'CurrentUserID','0'),(61771,14340,'Attempts','1'),(61772,14340,'ClientIP','66.85.144.242'),(61773,14340,'UserAgent',''),(61774,14340,'CurrentUserID','0'),(61775,14341,'Attempts','10+'),(61776,14341,'ClientIP','91.200.12.42'),(61777,14341,'UserAgent','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)'),(61778,14341,'CurrentUserID','0'),(61779,14342,'Attempts','2'),(61780,14342,'ClientIP','125.24.85.201'),(61781,14342,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61782,14342,'CurrentUserID','0'),(61783,14343,'Attempts','9'),(61784,14343,'ClientIP','87.138.193.193'),(61785,14343,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61786,14343,'CurrentUserID','0'),(61787,14344,'Attempts','2'),(61788,14344,'ClientIP','49.228.121.30'),(61789,14344,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61790,14344,'CurrentUserID','0'),(61791,14345,'Attempts','1'),(61792,14345,'ClientIP','95.47.57.59'),(61793,14345,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61794,14345,'CurrentUserID','0'),(61795,14346,'Attempts','10+'),(61796,14346,'ClientIP','91.200.12.155'),(61797,14346,'UserAgent','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)'),(61798,14346,'CurrentUserID','0'),(61799,14347,'Attempts','4'),(61800,14347,'ClientIP','83.61.189.166'),(61801,14347,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61802,14347,'CurrentUserID','0'),(61803,14348,'Attempts','1'),(61804,14348,'ClientIP','172.56.3.103'),(61805,14348,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61806,14348,'CurrentUserID','0'),(61807,14349,'Attempts','6'),(61808,14349,'ClientIP','178.140.134.180'),(61809,14349,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61810,14349,'CurrentUserID','0'),(61811,14350,'Attempts','1'),(61812,14350,'ClientIP','193.86.95.245'),(61813,14350,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61814,14350,'CurrentUserID','0'),(61815,14351,'Attempts','1'),(61816,14351,'ClientIP','46.80.223.140'),(61817,14351,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61818,14351,'CurrentUserID','0'),(61819,14352,'Attempts','1'),(61820,14352,'ClientIP','84.29.157.48'),(61821,14352,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61822,14352,'CurrentUserID','0'),(61823,14353,'Attempts','3'),(61824,14353,'ClientIP','188.98.123.255'),(61825,14353,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61826,14353,'CurrentUserID','0'),(61827,14354,'Attempts','10+'),(61828,14354,'ClientIP','192.169.231.147'),(61829,14354,'UserAgent',''),(61830,14354,'CurrentUserID','0'),(61831,14355,'Attempts','2'),(61832,14355,'ClientIP','77.176.3.82'),(61833,14355,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61834,14355,'CurrentUserID','0'),(61835,14356,'Attempts','2'),(61836,14356,'ClientIP','212.130.233.238'),(61837,14356,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61838,14356,'CurrentUserID','0'),(61839,14357,'Attempts','2'),(61840,14357,'ClientIP','125.24.53.254'),(61841,14357,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61842,14357,'CurrentUserID','0'),(61843,14358,'Attempts','2'),(61844,14358,'ClientIP','87.197.145.126'),(61845,14358,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(61846,14358,'CurrentUserID','0'),(61847,14359,'Attempts','10+'),(61848,14359,'ClientIP','50.63.152.196'),(61849,14359,'UserAgent',''),(61850,14359,'CurrentUserID','0'),(61851,14360,'Attempts','10+'),(61852,14360,'ClientIP','166.62.36.105'),(61853,14360,'UserAgent',''),(61854,14360,'CurrentUserID','0'),(61855,14361,'Attempts','10+'),(61856,14361,'ClientIP','62.210.162.37'),(61857,14361,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(61858,14361,'CurrentUserID','0'),(61859,14362,'Attempts','10+'),(61860,14362,'ClientIP','91.200.12.155'),(61861,14362,'UserAgent','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)'),(61862,14362,'CurrentUserID','0'),(61863,14363,'Attempts','10+'),(61864,14363,'ClientIP','91.200.12.81'),(61865,14363,'UserAgent','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)'),(61866,14363,'CurrentUserID','0'),(61867,14364,'Attempts','10+'),(61868,14364,'ClientIP','195.154.112.72'),(61869,14364,'UserAgent',''),(61870,14364,'CurrentUserID','0'),(61871,14365,'Attempts','10+'),(61872,14365,'ClientIP','62.210.162.37'),(61873,14365,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(61874,14365,'CurrentUserID','0'),(61875,14366,'Attempts','1'),(61876,14366,'ClientIP','139.129.211.101'),(61877,14366,'UserAgent',''),(61878,14366,'CurrentUserID','0'),(61879,14367,'Attempts','10+'),(61880,14367,'ClientIP','190.112.221.100'),(61881,14367,'UserAgent',''),(61882,14367,'CurrentUserID','0'),(61883,14368,'Attempts','10+'),(61884,14368,'ClientIP','178.33.238.146'),(61885,14368,'UserAgent',''),(61886,14368,'CurrentUserID','0'),(61887,14369,'Attempts','10+'),(61888,14369,'Username','wsaaus15'),(61889,14369,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(61890,14369,'ClientIP','62.210.162.228'),(61891,14369,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61892,14370,'Attempts','10+'),(61893,14370,'ClientIP','62.210.162.228'),(61894,14370,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(61895,14370,'CurrentUserID','0'),(61896,14371,'Attempts','10+'),(61897,14371,'ClientIP','91.200.12.93'),(61898,14371,'UserAgent','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)'),(61899,14371,'CurrentUserID','0'),(61900,14372,'Attempts','10+'),(61901,14372,'ClientIP','132.206.215.74'),(61902,14372,'UserAgent',''),(61903,14372,'CurrentUserID','0'),(61904,14373,'Attempts','10+'),(61905,14373,'ClientIP','178.33.238.146'),(61906,14373,'UserAgent',''),(61907,14373,'CurrentUserID','0'),(61908,14374,'Attempts','4'),(61909,14374,'ClientIP','178.137.87.242'),(61910,14374,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(61911,14374,'CurrentUserID','0'),(61912,14375,'Attempts','5'),(61913,14375,'ClientIP','66.71.182.130'),(61914,14375,'UserAgent',''),(61915,14375,'CurrentUserID','0'),(61916,14376,'Attempts','10+'),(61917,14376,'ClientIP','115.28.43.234'),(61918,14376,'UserAgent','XML-RPC.NET'),(61919,14376,'CurrentUserID','0'),(61920,14377,'Attempts','1'),(61921,14377,'ClientIP','122.155.167.124'),(61922,14377,'UserAgent',''),(61923,14377,'CurrentUserID','0'),(61924,14378,'Attempts','10+'),(61925,14378,'ClientIP','91.200.12.81'),(61926,14378,'UserAgent','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)'),(61927,14378,'CurrentUserID','0'),(61928,14379,'Attempts','1'),(61929,14379,'ClientIP','91.201.52.87'),(61930,14379,'UserAgent',''),(61931,14379,'CurrentUserID','0'),(61932,14380,'Attempts','1'),(61933,14380,'ClientIP','46.119.112.23'),(61934,14380,'UserAgent','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'),(61935,14380,'CurrentUserID','0'),(61936,14381,'Attempts','10+'),(61937,14381,'ClientIP','212.48.71.10'),(61938,14381,'UserAgent',''),(61939,14381,'CurrentUserID','0'),(61940,14382,'Attempts','1'),(61941,14382,'ClientIP','46.119.127.129'),(61942,14382,'UserAgent','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'),(61943,14382,'CurrentUserID','0'),(61944,14383,'Attempts','10+'),(61945,14383,'ClientIP','91.200.12.155'),(61946,14383,'UserAgent','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)'),(61947,14383,'CurrentUserID','0'),(61948,14384,'Attempts','10+'),(61949,14384,'ClientIP','91.200.12.33'),(61950,14384,'UserAgent','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)'),(61951,14384,'CurrentUserID','0'),(61952,14385,'Attempts','1'),(61953,14385,'ClientIP','139.129.211.101'),(61954,14385,'UserAgent',''),(61955,14385,'CurrentUserID','0'),(61956,14386,'Attempts','10+'),(61957,14386,'ClientIP','178.33.238.146'),(61958,14386,'UserAgent',''),(61959,14386,'CurrentUserID','0'),(61960,14387,'Attempts','10+'),(61961,14387,'ClientIP','69.30.223.172'),(61962,14387,'UserAgent',''),(61963,14387,'CurrentUserID','0'),(61964,14388,'Attempts','2'),(61965,14388,'ClientIP','45.64.128.160'),(61966,14388,'UserAgent',''),(61967,14388,'CurrentUserID','0'),(61968,14389,'Attempts','7'),(61969,14389,'ClientIP','103.19.91.4'),(61970,14389,'UserAgent',''),(61971,14389,'CurrentUserID','0'),(61972,14390,'Attempts','4'),(61973,14390,'ClientIP','132.148.26.217'),(61974,14390,'UserAgent',''),(61975,14390,'CurrentUserID','0'),(61976,14391,'Attempts','10+'),(61977,14391,'ClientIP','166.62.81.48'),(61978,14391,'UserAgent',''),(61979,14391,'CurrentUserID','0'),(61980,14392,'Attempts','1'),(61981,14392,'ClientIP','198.12.99.85'),(61982,14392,'UserAgent','Mechanize/2.7.3 Ruby/1.9.3p551 (http://github.com/sparklemotion/mechanize/)'),(61983,14392,'CurrentUserID','0'),(61984,14393,'Attempts','1'),(61985,14393,'ClientIP','210.212.102.69'),(61986,14393,'UserAgent',''),(61987,14393,'CurrentUserID','0'),(61988,14394,'Attempts','1'),(61989,14394,'ClientIP','198.46.254.104'),(61990,14394,'UserAgent','Mechanize/2.7.3 Ruby/1.9.3p551 (http://github.com/sparklemotion/mechanize/)'),(61991,14394,'CurrentUserID','0'),(61992,14395,'Attempts','10+'),(61993,14395,'ClientIP','91.200.12.93'),(61994,14395,'UserAgent','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)'),(61995,14395,'CurrentUserID','0'),(61996,14396,'Attempts','1'),(61997,14396,'ClientIP','142.91.81.217'),(61998,14396,'UserAgent','Mechanize/2.7.3 Ruby/1.9.3p551 (http://github.com/sparklemotion/mechanize/)'),(61999,14396,'CurrentUserID','0'),(62000,14397,'Attempts','1'),(62001,14397,'ClientIP','23.88.104.241'),(62002,14397,'UserAgent','Mechanize/2.7.3 Ruby/1.9.3p551 (http://github.com/sparklemotion/mechanize/)'),(62003,14397,'CurrentUserID','0'),(62004,14398,'Attempts','10+'),(62005,14398,'ClientIP','195.154.194.179'),(62006,14398,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(62007,14398,'CurrentUserID','0'),(62008,14399,'Attempts','1'),(62009,14399,'ClientIP','198.98.122.233'),(62010,14399,'UserAgent','Mechanize/2.7.3 Ruby/1.9.3p551 (http://github.com/sparklemotion/mechanize/)'),(62011,14399,'CurrentUserID','0'),(62012,14400,'Attempts','10+'),(62013,14400,'ClientIP','103.198.52.1'),(62014,14400,'UserAgent',''),(62015,14400,'CurrentUserID','0'),(62016,14401,'ClientIP','127.0.0.1'),(62017,14401,'Username','Plugin'),(62018,14401,'PromoMessage','<strong>60% OFF On All Premium Add-Ons and Support Bundle</strong><br>Buy all the WP Security Audit Log premium add-ons as bundle and <strong>benefit from a 60% discount</strong>. <strong>All <a href=\"http://www.wpsecurityauditlog.com/plugin-extensions/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=alladdons\" target=\"_blank\">Premium Add-Ons</a></strong> for 1 website only cost $89.'),(62019,14401,'PromoName','Premium Add-Ons'),(62020,14402,'Attempts','1'),(62021,14402,'ClientIP','139.129.211.101'),(62022,14402,'UserAgent',''),(62023,14402,'CurrentUserID','0'),(62024,14403,'Attempts','10+'),(62025,14403,'ClientIP','163.172.115.17'),(62026,14403,'UserAgent',''),(62027,14403,'CurrentUserID','0'),(62028,14404,'Attempts','1'),(62029,14404,'ClientIP','103.19.91.4'),(62030,14404,'UserAgent',''),(62031,14404,'CurrentUserID','0'),(62032,14405,'Attempts','1'),(62033,14405,'ClientIP','199.193.253.48'),(62034,14405,'UserAgent','Mechanize/2.7.3 Ruby/1.9.3p551 (http://github.com/sparklemotion/mechanize/)'),(62035,14405,'CurrentUserID','0'),(62036,14406,'Attempts','10+'),(62037,14406,'ClientIP','91.200.12.33'),(62038,14406,'UserAgent','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)'),(62039,14406,'CurrentUserID','0'),(62040,14407,'Attempts','1'),(62041,14407,'ClientIP','46.119.112.23'),(62042,14407,'UserAgent','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'),(62043,14407,'CurrentUserID','0'),(62044,14408,'Attempts','1'),(62045,14408,'ClientIP','198.12.99.252'),(62046,14408,'UserAgent','Mechanize/2.7.3 Ruby/1.9.3p551 (http://github.com/sparklemotion/mechanize/)'),(62047,14408,'CurrentUserID','0'),(62048,14409,'Attempts','2'),(62049,14409,'ClientIP','97.74.195.196'),(62050,14409,'UserAgent',''),(62051,14409,'CurrentUserID','0'),(62052,14410,'Attempts','1'),(62053,14410,'ClientIP','23.88.232.231'),(62054,14410,'UserAgent','Mechanize/2.7.3 Ruby/1.9.3p551 (http://github.com/sparklemotion/mechanize/)'),(62055,14410,'CurrentUserID','0'),(62056,14411,'Attempts','3'),(62057,14411,'ClientIP','45.64.128.160'),(62058,14411,'UserAgent',''),(62059,14411,'CurrentUserID','0'),(62060,14412,'Attempts','1'),(62061,14412,'ClientIP','66.85.144.242'),(62062,14412,'UserAgent',''),(62063,14412,'CurrentUserID','0'),(62064,14413,'Attempts','10+'),(62065,14413,'ClientIP','195.154.199.101'),(62066,14413,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(62067,14413,'CurrentUserID','0'),(62068,14414,'Attempts','10+'),(62069,14414,'ClientIP','91.200.12.42'),(62070,14414,'UserAgent','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)'),(62071,14414,'CurrentUserID','0'),(62072,14415,'Attempts','10+'),(62073,14415,'ClientIP','195.154.199.56'),(62074,14415,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(62075,14415,'CurrentUserID','0'),(62076,14416,'Attempts','10+'),(62077,14416,'ClientIP','192.99.200.65'),(62078,14416,'UserAgent',''),(62079,14416,'CurrentUserID','0'),(62080,14417,'Attempts','4'),(62081,14417,'ClientIP','178.137.164.171'),(62082,14417,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(62083,14417,'CurrentUserID','0'),(62084,14418,'Attempts','5'),(62085,14418,'ClientIP','54.145.109.229'),(62086,14418,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(62087,14418,'CurrentUserID','0'),(62088,14419,'Attempts','10+'),(62089,14419,'ClientIP','54.145.109.229'),(62090,14419,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(62091,14419,'CurrentUserID','0'),(62092,14420,'Attempts','1'),(62093,14420,'ClientIP','144.217.39.127'),(62094,14420,'UserAgent',''),(62095,14420,'CurrentUserID','0'),(62096,14421,'Attempts','10+'),(62097,14421,'ClientIP','91.200.12.81'),(62098,14421,'UserAgent','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)'),(62099,14421,'CurrentUserID','0'),(62100,14422,'Attempts','1'),(62101,14422,'ClientIP','45.64.1.36'),(62102,14422,'UserAgent',''),(62103,14422,'CurrentUserID','0'),(62104,14423,'Attempts','4'),(62105,14423,'ClientIP','54.145.109.229'),(62106,14423,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(62107,14423,'CurrentUserID','0'),(62108,14424,'Attempts','1'),(62109,14424,'ClientIP','139.129.211.101'),(62110,14424,'UserAgent',''),(62111,14424,'CurrentUserID','0'),(62112,14425,'Attempts','1'),(62113,14425,'ClientIP','46.119.112.23'),(62114,14425,'UserAgent','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'),(62115,14425,'CurrentUserID','0'),(62116,14426,'Attempts','10+'),(62117,14426,'Username','wsaaus15'),(62118,14426,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62119,14426,'ClientIP','91.200.12.81'),(62120,14426,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62121,14427,'Attempts','10+'),(62122,14427,'ClientIP','91.200.12.81'),(62123,14427,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62124,14427,'CurrentUserID','0'),(62125,14428,'Attempts','10+'),(62126,14428,'ClientIP','122.155.167.124'),(62127,14428,'UserAgent',''),(62128,14428,'CurrentUserID','0'),(62129,14429,'Attempts','10+'),(62130,14429,'ClientIP','185.53.168.202'),(62131,14429,'UserAgent',''),(62132,14429,'CurrentUserID','0'),(62133,14430,'Attempts','2'),(62134,14430,'Username','wsaaus15'),(62135,14430,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62136,14430,'ClientIP','195.154.194.179'),(62137,14430,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62138,14431,'Attempts','2'),(62139,14431,'ClientIP','195.154.194.179'),(62140,14431,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62141,14431,'CurrentUserID','0'),(62142,14432,'Attempts','1'),(62143,14432,'ClientIP','210.212.102.69'),(62144,14432,'UserAgent',''),(62145,14432,'CurrentUserID','0'),(62146,14433,'Attempts','5'),(62147,14433,'ClientIP','210.212.102.69'),(62148,14433,'UserAgent',''),(62149,14433,'CurrentUserID','0'),(62150,14434,'Attempts','10+'),(62151,14434,'ClientIP','198.12.152.96'),(62152,14434,'UserAgent',''),(62153,14434,'CurrentUserID','0'),(62154,14435,'Attempts','10+'),(62155,14435,'ClientIP','192.119.122.225'),(62156,14435,'UserAgent',''),(62157,14435,'CurrentUserID','0'),(62158,14436,'Attempts','10+'),(62159,14436,'ClientIP','91.200.12.42'),(62160,14436,'UserAgent','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)'),(62161,14436,'CurrentUserID','0'),(62162,14437,'Attempts','5'),(62163,14437,'ClientIP','80.66.222.6'),(62164,14437,'UserAgent',''),(62165,14437,'CurrentUserID','0'),(62166,14438,'Attempts','10+'),(62167,14438,'ClientIP','198.27.66.170'),(62168,14438,'UserAgent',''),(62169,14438,'CurrentUserID','0'),(62170,14439,'Attempts','1'),(62171,14439,'ClientIP','139.129.211.101'),(62172,14439,'UserAgent',''),(62173,14439,'CurrentUserID','0'),(62174,14440,'Attempts','10+'),(62175,14440,'Username','wsaaus15'),(62176,14440,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62177,14440,'ClientIP','62.210.162.31'),(62178,14440,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62179,14441,'Attempts','10+'),(62180,14441,'ClientIP','62.210.162.31'),(62181,14441,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62182,14441,'CurrentUserID','0'),(62183,14442,'Attempts','1'),(62184,14442,'ClientIP','190.235.214.129'),(62185,14442,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62186,14442,'CurrentUserID','0'),(62187,14443,'Attempts','10'),(62188,14443,'ClientIP','93.215.115.154'),(62189,14443,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62190,14443,'CurrentUserID','0'),(62191,14444,'Attempts','3'),(62192,14444,'ClientIP','178.158.223.116'),(62193,14444,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62194,14444,'CurrentUserID','0'),(62195,14445,'Attempts','7'),(62196,14445,'ClientIP','87.58.220.55'),(62197,14445,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62198,14445,'CurrentUserID','0'),(62199,14446,'Attempts','1'),(62200,14446,'ClientIP','46.119.127.129'),(62201,14446,'UserAgent','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'),(62202,14446,'CurrentUserID','0'),(62203,14447,'Attempts','1'),(62204,14447,'ClientIP','77.186.62.207'),(62205,14447,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62206,14447,'CurrentUserID','0'),(62207,14448,'Attempts','3'),(62208,14448,'ClientIP','79.246.96.194'),(62209,14448,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62210,14448,'CurrentUserID','0'),(62211,14449,'Attempts','1'),(62212,14449,'ClientIP','84.161.92.115'),(62213,14449,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62214,14449,'CurrentUserID','0'),(62215,14450,'Attempts','2'),(62216,14450,'ClientIP','93.215.115.154'),(62217,14450,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62218,14450,'CurrentUserID','0'),(62219,14451,'Attempts','1'),(62220,14451,'ClientIP','139.129.211.101'),(62221,14451,'UserAgent',''),(62222,14451,'CurrentUserID','0'),(62223,14452,'Attempts','5'),(62224,14452,'ClientIP','87.58.220.55'),(62225,14452,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62226,14452,'CurrentUserID','0'),(62227,14453,'Username','pgmarshall@pgmarshall.net'),(62228,14453,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62229,14453,'ClientIP','174.24.143.237'),(62230,14453,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(62231,14454,'PostID','582'),(62232,14454,'PostType','post'),(62233,14454,'PostTitle','Aviation enthusiasts to weigh in on proposed Washington State Aviation License Plate'),(62234,14454,'PostUrl','http://www.wsaa.aero/?p=582'),(62235,14454,'ClientIP','174.24.143.237'),(62236,14454,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(62237,14454,'CurrentUserID','5'),(62238,14454,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62239,14454,'RevisionLink','http://www.wsaa.aero/wp-admin/revision.php?revision=583'),(62240,14455,'Attempts','3'),(62241,14455,'ClientIP','80.148.30.50'),(62242,14455,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62243,14455,'CurrentUserID','0'),(62244,14456,'Attempts','2'),(62245,14456,'ClientIP','177.224.88.213'),(62246,14456,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62247,14456,'CurrentUserID','0'),(62248,14457,'Attempts','1'),(62249,14457,'ClientIP','122.169.45.134'),(62250,14457,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62251,14457,'CurrentUserID','0'),(62252,14458,'Attempts','9'),(62253,14458,'ClientIP','178.158.223.116'),(62254,14458,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62255,14458,'CurrentUserID','0'),(62256,14459,'Attempts','2'),(62257,14459,'ClientIP','49.228.122.218'),(62258,14459,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62259,14459,'CurrentUserID','0'),(62260,14460,'Attempts','6'),(62261,14460,'ClientIP','180.191.79.67'),(62262,14460,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62263,14460,'CurrentUserID','0'),(62264,14461,'Attempts','5'),(62265,14461,'ClientIP','178.19.228.38'),(62266,14461,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62267,14461,'CurrentUserID','0'),(62268,14462,'Attempts','10+'),(62269,14462,'ClientIP','62.149.227.48'),(62270,14462,'UserAgent',''),(62271,14462,'CurrentUserID','0'),(62272,14463,'Attempts','2'),(62273,14463,'ClientIP','88.207.93.6'),(62274,14463,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62275,14463,'CurrentUserID','0'),(62276,14464,'Attempts','1'),(62277,14464,'ClientIP','94.52.168.191'),(62278,14464,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62279,14464,'CurrentUserID','0'),(62280,14465,'Attempts','3'),(62281,14465,'ClientIP','204.236.76.82'),(62282,14465,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62283,14465,'CurrentUserID','0'),(62284,14466,'Attempts','10+'),(62285,14466,'Username','wsaaus15'),(62286,14466,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62287,14466,'ClientIP','91.200.12.81'),(62288,14466,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62289,14467,'Attempts','10+'),(62290,14467,'ClientIP','91.200.12.81'),(62291,14467,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62292,14467,'CurrentUserID','0'),(62293,14468,'Attempts','1'),(62294,14468,'ClientIP','49.228.120.161'),(62295,14468,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62296,14468,'CurrentUserID','0'),(62297,14469,'Attempts','4'),(62298,14469,'ClientIP','84.161.89.180'),(62299,14469,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62300,14469,'CurrentUserID','0'),(62301,14470,'Attempts','10+'),(62302,14470,'ClientIP','37.230.100.146'),(62303,14470,'UserAgent',''),(62304,14470,'CurrentUserID','0'),(62305,14471,'Attempts','2'),(62306,14471,'ClientIP','87.197.145.126'),(62307,14471,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62308,14471,'CurrentUserID','0'),(62309,14472,'Attempts','2'),(62310,14472,'ClientIP','178.255.168.22'),(62311,14472,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62312,14472,'CurrentUserID','0'),(62313,14473,'Attempts','8'),(62314,14473,'ClientIP','204.236.121.180'),(62315,14473,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62316,14473,'CurrentUserID','0'),(62317,14474,'Attempts','2'),(62318,14474,'ClientIP','94.141.88.132'),(62319,14474,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62320,14474,'CurrentUserID','0'),(62321,14475,'Attempts','2'),(62322,14475,'ClientIP','80.148.30.50'),(62323,14475,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62324,14475,'CurrentUserID','0'),(62325,14476,'Attempts','1'),(62326,14476,'ClientIP','219.91.213.77'),(62327,14476,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62328,14476,'CurrentUserID','0'),(62329,14477,'Attempts','7'),(62330,14477,'ClientIP','42.112.21.198'),(62331,14477,'UserAgent',''),(62332,14477,'CurrentUserID','0'),(62333,14478,'Attempts','2'),(62334,14478,'ClientIP','93.201.68.66'),(62335,14478,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62336,14478,'CurrentUserID','0'),(62337,14479,'Attempts','5'),(62338,14479,'ClientIP','177.224.88.213'),(62339,14479,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62340,14479,'CurrentUserID','0'),(62341,14480,'Attempts','3'),(62342,14480,'ClientIP','85.11.119.26'),(62343,14480,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62344,14480,'CurrentUserID','0'),(62345,14481,'Attempts','2'),(62346,14481,'ClientIP','66.85.144.242'),(62347,14481,'UserAgent',''),(62348,14481,'CurrentUserID','0'),(62349,14482,'Attempts','4'),(62350,14482,'ClientIP','178.255.168.22'),(62351,14482,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62352,14482,'CurrentUserID','0'),(62353,14483,'Attempts','1'),(62354,14483,'ClientIP','93.201.68.66'),(62355,14483,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62356,14483,'CurrentUserID','0'),(62357,14484,'Attempts','2'),(62358,14484,'ClientIP','80.146.52.25'),(62359,14484,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62360,14484,'CurrentUserID','0'),(62361,14485,'Attempts','4'),(62362,14485,'ClientIP','84.52.110.45'),(62363,14485,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62364,14485,'CurrentUserID','0'),(62365,14486,'Attempts','9'),(62366,14486,'ClientIP','49.228.122.198'),(62367,14486,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62368,14486,'CurrentUserID','0'),(62369,14487,'Attempts','3'),(62370,14487,'ClientIP','217.92.8.222'),(62371,14487,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62372,14487,'CurrentUserID','0'),(62373,14488,'Attempts','3'),(62374,14488,'ClientIP','178.8.47.16'),(62375,14488,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62376,14488,'CurrentUserID','0'),(62377,14489,'Attempts','3'),(62378,14489,'ClientIP','212.130.233.238'),(62379,14489,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62380,14489,'CurrentUserID','0'),(62381,14490,'Attempts','1'),(62382,14490,'ClientIP','122.169.45.134'),(62383,14490,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62384,14490,'CurrentUserID','0'),(62385,14491,'Attempts','4'),(62386,14491,'ClientIP','83.19.69.34'),(62387,14491,'UserAgent','User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),(62388,14491,'CurrentUserID','0'),(62389,14492,'Attempts','10+'),(62390,14492,'ClientIP','195.154.236.110'),(62391,14492,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62392,14492,'CurrentUserID','0'),(62393,14493,'Attempts','10+'),(62394,14493,'ClientIP','195.154.199.66'),(62395,14493,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(62396,14493,'CurrentUserID','0'),(62397,14494,'Attempts','4'),(62398,14494,'ClientIP','186.202.120.146'),(62399,14494,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(62400,14494,'CurrentUserID','0'),(62401,14495,'Attempts','1'),(62402,14495,'ClientIP','78.140.13.140'),(62403,14495,'UserAgent',''),(62404,14495,'CurrentUserID','0'),(62405,14496,'Attempts','1'),(62406,14496,'ClientIP','178.137.83.166'),(62407,14496,'UserAgent','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'),(62408,14496,'CurrentUserID','0'),(62409,14497,'Attempts','10+'),(62410,14497,'Username','wsaaus15'),(62411,14497,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62412,14497,'ClientIP','91.200.12.81'),(62413,14497,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62414,14498,'Attempts','1'),(62415,14498,'ClientIP','78.140.13.140'),(62416,14498,'UserAgent',''),(62417,14498,'CurrentUserID','0'),(62418,14499,'Attempts','10+'),(62419,14499,'ClientIP','50.62.41.1'),(62420,14499,'UserAgent',''),(62421,14499,'CurrentUserID','0'),(62422,14500,'Attempts','10+'),(62423,14500,'ClientIP','195.2.87.9'),(62424,14500,'UserAgent',''),(62425,14500,'CurrentUserID','0'),(62426,14501,'Attempts','10+'),(62427,14501,'ClientIP','91.200.12.42'),(62428,14501,'UserAgent','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)'),(62429,14501,'CurrentUserID','0'),(62430,14502,'Attempts','10+'),(62431,14502,'ClientIP','198.27.66.170'),(62432,14502,'UserAgent',''),(62433,14502,'CurrentUserID','0'),(62434,14503,'Attempts','10+'),(62435,14503,'ClientIP','91.200.12.93'),(62436,14503,'UserAgent','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)'),(62437,14503,'CurrentUserID','0'),(62438,14504,'Attempts','2'),(62439,14504,'ClientIP','66.85.144.242'),(62440,14504,'UserAgent',''),(62441,14504,'CurrentUserID','0'),(62442,14505,'Attempts','10+'),(62443,14505,'ClientIP','132.148.26.217'),(62444,14505,'UserAgent',''),(62445,14505,'CurrentUserID','0'),(62446,14506,'Attempts','7'),(62447,14506,'ClientIP','202.112.49.247'),(62448,14506,'UserAgent',''),(62449,14506,'CurrentUserID','0'),(62450,14507,'Attempts','5'),(62451,14507,'ClientIP','202.112.49.247'),(62452,14507,'UserAgent',''),(62453,14507,'CurrentUserID','0'),(62454,14508,'Attempts','4'),(62455,14508,'ClientIP','178.137.87.242'),(62456,14508,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(62457,14508,'CurrentUserID','0'),(62458,14509,'Attempts','1'),(62459,14509,'ClientIP','201.239.203.34'),(62460,14509,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62461,14509,'CurrentUserID','0'),(62462,14510,'Attempts','3'),(62463,14510,'ClientIP','72.89.251.43'),(62464,14510,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62465,14510,'CurrentUserID','0'),(62466,14511,'Attempts','1'),(62467,14511,'ClientIP','139.129.211.101'),(62468,14511,'UserAgent',''),(62469,14511,'CurrentUserID','0'),(62470,14512,'Attempts','2'),(62471,14512,'ClientIP','84.192.244.172'),(62472,14512,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62473,14512,'CurrentUserID','0'),(62474,14513,'Attempts','1'),(62475,14513,'ClientIP','121.223.196.187'),(62476,14513,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62477,14513,'CurrentUserID','0'),(62478,14514,'Attempts','2'),(62479,14514,'ClientIP','212.158.158.94'),(62480,14514,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62481,14514,'CurrentUserID','0'),(62482,14515,'Attempts','2'),(62483,14515,'ClientIP','93.32.201.161'),(62484,14515,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62485,14515,'CurrentUserID','0'),(62486,14516,'Attempts','4'),(62487,14516,'ClientIP','202.69.36.212'),(62488,14516,'UserAgent',''),(62489,14516,'CurrentUserID','0'),(62490,14517,'Attempts','2'),(62491,14517,'ClientIP','118.200.253.78'),(62492,14517,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62493,14517,'CurrentUserID','0'),(62494,14518,'Attempts','2'),(62495,14518,'ClientIP','182.55.184.190'),(62496,14518,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62497,14518,'CurrentUserID','0'),(62498,14519,'Attempts','10+'),(62499,14519,'ClientIP','195.154.199.145'),(62500,14519,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(62501,14519,'CurrentUserID','0'),(62502,14520,'Attempts','2'),(62503,14520,'ClientIP','80.240.49.197'),(62504,14520,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62505,14520,'CurrentUserID','0'),(62506,14521,'Attempts','2'),(62507,14521,'ClientIP','94.67.39.231'),(62508,14521,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62509,14521,'CurrentUserID','0'),(62510,14522,'Attempts','10+'),(62511,14522,'ClientIP','5.249.152.218'),(62512,14522,'UserAgent',''),(62513,14522,'CurrentUserID','0'),(62514,14523,'Attempts','2'),(62515,14523,'ClientIP','78.228.109.81'),(62516,14523,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62517,14523,'CurrentUserID','0'),(62518,14524,'Attempts','1'),(62519,14524,'ClientIP','139.129.211.101'),(62520,14524,'UserAgent',''),(62521,14524,'CurrentUserID','0'),(62522,14525,'Attempts','2'),(62523,14525,'ClientIP','196.188.64.226'),(62524,14525,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62525,14525,'CurrentUserID','0'),(62526,14526,'Attempts','2'),(62527,14526,'ClientIP','116.120.166.202'),(62528,14526,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62529,14526,'CurrentUserID','0'),(62530,14527,'Attempts','2'),(62531,14527,'ClientIP','138.207.242.228'),(62532,14527,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62533,14527,'CurrentUserID','0'),(62534,14528,'Attempts','2'),(62535,14528,'ClientIP','41.96.165.139'),(62536,14528,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62537,14528,'CurrentUserID','0'),(62538,14529,'Attempts','2'),(62539,14529,'ClientIP','41.109.189.97'),(62540,14529,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62541,14529,'CurrentUserID','0'),(62542,14530,'Attempts','2'),(62543,14530,'ClientIP','183.83.228.67'),(62544,14530,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62545,14530,'CurrentUserID','0'),(62546,14531,'Attempts','2'),(62547,14531,'ClientIP','83.209.97.148'),(62548,14531,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62549,14531,'CurrentUserID','0'),(62550,14532,'Attempts','1'),(62551,14532,'ClientIP','84.108.91.115'),(62552,14532,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62553,14532,'CurrentUserID','0'),(62554,14533,'Attempts','2'),(62555,14533,'ClientIP','77.126.38.35'),(62556,14533,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62557,14533,'CurrentUserID','0'),(62558,14534,'Attempts','1'),(62559,14534,'ClientIP','42.112.21.198'),(62560,14534,'UserAgent',''),(62561,14534,'CurrentUserID','0'),(62562,14535,'Attempts','10+'),(62563,14535,'ClientIP','185.53.168.202'),(62564,14535,'UserAgent',''),(62565,14535,'CurrentUserID','0'),(62566,14536,'Attempts','2'),(62567,14536,'ClientIP','177.101.14.136'),(62568,14536,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62569,14536,'CurrentUserID','0'),(62570,14537,'Attempts','10+'),(62571,14537,'ClientIP','211.110.202.135'),(62572,14537,'UserAgent',''),(62573,14537,'CurrentUserID','0'),(62574,14538,'Attempts','2'),(62575,14538,'ClientIP','171.97.75.44'),(62576,14538,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62577,14538,'CurrentUserID','0'),(62578,14539,'Attempts','2'),(62579,14539,'ClientIP','203.81.70.202'),(62580,14539,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62581,14539,'CurrentUserID','0'),(62582,14540,'Attempts','2'),(62583,14540,'ClientIP','84.249.215.227'),(62584,14540,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62585,14540,'CurrentUserID','0'),(62586,14541,'Attempts','2'),(62587,14541,'ClientIP','86.140.159.42'),(62588,14541,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62589,14541,'CurrentUserID','0'),(62590,14542,'Attempts','2'),(62591,14542,'ClientIP','38.95.109.109'),(62592,14542,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62593,14542,'CurrentUserID','0'),(62594,14543,'Attempts','2'),(62595,14543,'ClientIP','89.161.80.40'),(62596,14543,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62597,14543,'CurrentUserID','0'),(62598,14544,'PostID','581'),(62599,14544,'PostType','post'),(62600,14544,'PostTitle','Auto Draft'),(62601,14544,'ClientIP','10.30.65.100'),(62602,14544,'UserAgent','WordPress/4.4.1; http://www.wsaa.aero'),(62603,14544,'CurrentUserID','0'),(62604,14545,'Attempts','2'),(62605,14545,'ClientIP','79.150.86.37'),(62606,14545,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62607,14545,'CurrentUserID','0'),(62608,14546,'Attempts','3'),(62609,14546,'ClientIP','119.59.107.214'),(62610,14546,'UserAgent',''),(62611,14546,'CurrentUserID','0'),(62612,14547,'Attempts','10+'),(62613,14547,'ClientIP','54.254.209.118'),(62614,14547,'UserAgent',''),(62615,14547,'CurrentUserID','0'),(62616,14548,'Attempts','10+'),(62617,14548,'ClientIP','91.200.12.42'),(62618,14548,'UserAgent','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)'),(62619,14548,'CurrentUserID','0'),(62620,14549,'Attempts','10+'),(62621,14549,'ClientIP','1.179.134.194'),(62622,14549,'UserAgent','Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15'),(62623,14549,'CurrentUserID','0'),(62624,14550,'Attempts','10+'),(62625,14550,'Username','wsaaus15'),(62626,14550,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62627,14550,'ClientIP','1.179.134.194'),(62628,14550,'UserAgent','Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15'),(62629,14551,'ClientIP','127.0.0.1'),(62630,14551,'Username','Plugin'),(62631,14551,'PromoMessage','<strong>Email Notifications for WordPress</strong><br>Receive an email when a user changes a password, when someone logs in during odd hours or from an unusual location with the <strong><a href=\"http://www.wpsecurityauditlog.com/extensions/wordpress-email-notifications-add-on/?utm_source=promoalert&utm_medium=auditviewer&utm_campaign=emailnotifications\" target=\"_blank\">Email Notifications Add-on</a></strong>'),(62632,14551,'PromoName','Email Notifications Add-on'),(62633,14552,'Attempts','10+'),(62634,14552,'Username','kharvey'),(62635,14552,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62636,14552,'ClientIP','1.179.134.194'),(62637,14552,'UserAgent','Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15'),(62638,14553,'Attempts','2'),(62639,14553,'ClientIP','178.82.26.243'),(62640,14553,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62641,14553,'CurrentUserID','0'),(62642,14554,'Attempts','10+'),(62643,14554,'Username','wsaaus15'),(62644,14554,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62645,14554,'ClientIP','91.200.12.81'),(62646,14554,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62647,14555,'Attempts','10+'),(62648,14555,'ClientIP','91.200.12.81'),(62649,14555,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62650,14555,'CurrentUserID','0'),(62651,14556,'Attempts','1'),(62652,14556,'ClientIP','112.201.87.243'),(62653,14556,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62654,14556,'CurrentUserID','0'),(62655,14557,'Attempts','2'),(62656,14557,'ClientIP','79.1.3.102'),(62657,14557,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62658,14557,'CurrentUserID','0'),(62659,14558,'Attempts','10+'),(62660,14558,'ClientIP','198.57.161.211'),(62661,14558,'UserAgent',''),(62662,14558,'CurrentUserID','0'),(62663,14559,'Attempts','2'),(62664,14559,'ClientIP','170.84.8.9'),(62665,14559,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62666,14559,'CurrentUserID','0'),(62667,14560,'Attempts','6'),(62668,14560,'ClientIP','88.79.198.102'),(62669,14560,'UserAgent',''),(62670,14560,'CurrentUserID','0'),(62671,14561,'Attempts','1'),(62672,14561,'ClientIP','78.140.13.140'),(62673,14561,'UserAgent',''),(62674,14561,'CurrentUserID','0'),(62675,14562,'Attempts','2'),(62676,14562,'ClientIP','112.198.75.125'),(62677,14562,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62678,14562,'CurrentUserID','0'),(62679,14563,'Attempts','2'),(62680,14563,'ClientIP','31.203.139.128'),(62681,14563,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62682,14563,'CurrentUserID','0'),(62683,14564,'Attempts','2'),(62684,14564,'ClientIP','117.99.189.196'),(62685,14564,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62686,14564,'CurrentUserID','0'),(62687,14565,'Attempts','2'),(62688,14565,'ClientIP','197.228.196.135'),(62689,14565,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62690,14565,'CurrentUserID','0'),(62691,14566,'Attempts','1'),(62692,14566,'ClientIP','49.50.8.195'),(62693,14566,'UserAgent',''),(62694,14566,'CurrentUserID','0'),(62695,14567,'Attempts','10+'),(62696,14567,'ClientIP','114.108.150.159'),(62697,14567,'UserAgent',''),(62698,14567,'CurrentUserID','0'),(62699,14568,'Attempts','2'),(62700,14568,'ClientIP','47.31.185.244'),(62701,14568,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62702,14568,'CurrentUserID','0'),(62703,14569,'Attempts','2'),(62704,14569,'ClientIP','188.209.105.109'),(62705,14569,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62706,14569,'CurrentUserID','0'),(62707,14570,'Attempts','10+'),(62708,14570,'ClientIP','177.153.1.57'),(62709,14570,'UserAgent',''),(62710,14570,'CurrentUserID','0'),(62711,14571,'Attempts','2'),(62712,14571,'ClientIP','119.175.246.37'),(62713,14571,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62714,14571,'CurrentUserID','0'),(62715,14572,'Attempts','2'),(62716,14572,'ClientIP','112.208.170.75'),(62717,14572,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62718,14572,'CurrentUserID','0'),(62719,14573,'Attempts','2'),(62720,14573,'ClientIP','88.103.228.59'),(62721,14573,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62722,14573,'CurrentUserID','0'),(62723,14574,'Attempts','2'),(62724,14574,'ClientIP','2.50.232.36'),(62725,14574,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62726,14574,'CurrentUserID','0'),(62727,14575,'Attempts','2'),(62728,14575,'ClientIP','94.230.152.240'),(62729,14575,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62730,14575,'CurrentUserID','0'),(62731,14576,'Attempts','2'),(62732,14576,'ClientIP','186.117.183.136'),(62733,14576,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62734,14576,'CurrentUserID','0'),(62735,14577,'Attempts','2'),(62736,14577,'ClientIP','99.224.48.139'),(62737,14577,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62738,14577,'CurrentUserID','0'),(62739,14578,'Attempts','2'),(62740,14578,'ClientIP','58.235.175.122'),(62741,14578,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62742,14578,'CurrentUserID','0'),(62743,14579,'Attempts','1'),(62744,14579,'ClientIP','139.129.211.101'),(62745,14579,'UserAgent',''),(62746,14579,'CurrentUserID','0'),(62747,14580,'Attempts','2'),(62748,14580,'ClientIP','218.55.101.137'),(62749,14580,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62750,14580,'CurrentUserID','0'),(62751,14581,'Attempts','1'),(62752,14581,'ClientIP','78.140.13.140'),(62753,14581,'UserAgent',''),(62754,14581,'CurrentUserID','0'),(62755,14582,'Attempts','1'),(62756,14582,'ClientIP','186.107.68.230'),(62757,14582,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62758,14582,'CurrentUserID','0'),(62759,14583,'Attempts','2'),(62760,14583,'ClientIP','92.51.116.87'),(62761,14583,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62762,14583,'CurrentUserID','0'),(62763,14584,'Attempts','2'),(62764,14584,'ClientIP','92.84.237.18'),(62765,14584,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62766,14584,'CurrentUserID','0'),(62767,14585,'Attempts','2'),(62768,14585,'ClientIP','85.239.135.2'),(62769,14585,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62770,14585,'CurrentUserID','0'),(62771,14586,'Attempts','2'),(62772,14586,'ClientIP','60.52.111.136'),(62773,14586,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62774,14586,'CurrentUserID','0'),(62775,14587,'Attempts','2'),(62776,14587,'ClientIP','180.249.100.212'),(62777,14587,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62778,14587,'CurrentUserID','0'),(62779,14588,'Attempts','10+'),(62780,14588,'ClientIP','195.154.199.140'),(62781,14588,'UserAgent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),(62782,14588,'CurrentUserID','0'),(62783,14589,'Attempts','2'),(62784,14589,'ClientIP','86.61.42.124'),(62785,14589,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62786,14589,'CurrentUserID','0'),(62787,14590,'Attempts','2'),(62788,14590,'ClientIP','41.35.232.95'),(62789,14590,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62790,14590,'CurrentUserID','0'),(62791,14591,'Attempts','2'),(62792,14591,'ClientIP','45.249.72.158'),(62793,14591,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62794,14591,'CurrentUserID','0'),(62795,14592,'Attempts','2'),(62796,14592,'ClientIP','208.169.84.82'),(62797,14592,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62798,14592,'CurrentUserID','0'),(62799,14593,'Attempts','2'),(62800,14593,'ClientIP','197.227.169.52'),(62801,14593,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62802,14593,'CurrentUserID','0'),(62803,14594,'Attempts','2'),(62804,14594,'ClientIP','200.52.72.26'),(62805,14594,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62806,14594,'CurrentUserID','0'),(62807,14595,'Attempts','2'),(62808,14595,'ClientIP','124.40.100.160'),(62809,14595,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62810,14595,'CurrentUserID','0'),(62811,14596,'Attempts','2'),(62812,14596,'ClientIP','109.102.196.186'),(62813,14596,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62814,14596,'CurrentUserID','0'),(62815,14597,'Attempts','2'),(62816,14597,'ClientIP','93.184.95.19'),(62817,14597,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62818,14597,'CurrentUserID','0'),(62819,14598,'Attempts','1'),(62820,14598,'ClientIP','82.130.132.197'),(62821,14598,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62822,14598,'CurrentUserID','0'),(62823,14599,'Attempts','2'),(62824,14599,'ClientIP','95.93.159.205'),(62825,14599,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62826,14599,'CurrentUserID','0'),(62827,14600,'Attempts','2'),(62828,14600,'ClientIP','90.110.244.48'),(62829,14600,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62830,14600,'CurrentUserID','0'),(62831,14601,'Attempts','2'),(62832,14601,'ClientIP','109.182.238.199'),(62833,14601,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62834,14601,'CurrentUserID','0'),(62835,14602,'Attempts','10+'),(62836,14602,'ClientIP','38.113.115.111'),(62837,14602,'UserAgent',''),(62838,14602,'CurrentUserID','0'),(62839,14603,'Attempts','2'),(62840,14603,'ClientIP','201.103.48.207'),(62841,14603,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62842,14603,'CurrentUserID','0'),(62843,14604,'Attempts','1'),(62844,14604,'ClientIP','90.197.205.39'),(62845,14604,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62846,14604,'CurrentUserID','0'),(62847,14605,'Attempts','2'),(62848,14605,'ClientIP','105.157.229.3'),(62849,14605,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62850,14605,'CurrentUserID','0'),(62851,14606,'Attempts','2'),(62852,14606,'ClientIP','184.53.34.13'),(62853,14606,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62854,14606,'CurrentUserID','0'),(62855,14607,'Attempts','2'),(62856,14607,'ClientIP','178.137.83.166'),(62857,14607,'UserAgent','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'),(62858,14607,'CurrentUserID','0'),(62859,14608,'Attempts','2'),(62860,14608,'ClientIP','72.198.6.185'),(62861,14608,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62862,14608,'CurrentUserID','0'),(62863,14609,'Attempts','9'),(62864,14609,'ClientIP','35.156.151.226'),(62865,14609,'UserAgent','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(62866,14609,'CurrentUserID','0'),(62867,14610,'Attempts','10+'),(62868,14610,'Username','wsaaus15'),(62869,14610,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62870,14610,'ClientIP','91.200.12.81'),(62871,14610,'UserAgent','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(62872,14611,'Attempts','2'),(62873,14611,'ClientIP','193.226.56.88'),(62874,14611,'UserAgent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(62875,14611,'CurrentUserID','0'),(62876,14612,'Attempts','2'),(62877,14612,'Username','runamuk0@msn.com'),(62878,14612,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62879,14612,'ClientIP','174.24.192.126'),(62880,14612,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62881,14613,'Username','runamuk0@msn.com'),(62882,14613,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62883,14613,'ClientIP','174.24.192.126'),(62884,14613,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62885,14614,'OldVersion','4.4.1'),(62886,14614,'NewVersion','4.7.1'),(62887,14614,'ClientIP','174.24.192.126'),(62888,14614,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62889,14614,'CurrentUserID','2'),(62890,14614,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62891,14615,'OldVersion','4.4.1'),(62892,14615,'NewVersion','4.7.1'),(62893,14615,'ClientIP','174.24.192.126'),(62894,14615,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62895,14615,'CurrentUserID','2'),(62896,14615,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62897,14616,'OldVersion','4.4.1'),(62898,14616,'NewVersion','4.7.1'),(62899,14616,'ClientIP','174.24.192.126'),(62900,14616,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62901,14616,'CurrentUserID','2'),(62902,14616,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62903,14617,'Theme','O:8:\"stdClass\":6:{s:4:\"Name\";s:15:\"DevDmBootstrap3\";s:8:\"ThemeURI\";N;s:11:\"Description\";s:109:\"A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.\";s:6:\"Author\";s:44:\"<a href=\"http://devdm.com/\">Danny Machal</a>\";s:7:\"Version\";s:4:\"1.80\";s:22:\"get_template_directory\";s:102:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/themes/devdmbootstrap3\";}'),(62904,14617,'ClientIP','174.24.192.126'),(62905,14617,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62906,14617,'CurrentUserID','2'),(62907,14617,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62908,14618,'Theme','O:8:\"stdClass\":6:{s:4:\"Name\";s:14:\"Twenty Fifteen\";s:8:\"ThemeURI\";N;s:11:\"Description\";s:396:\"Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen’s simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.\";s:6:\"Author\";s:55:\"<a href=\"https://wordpress.org/\">the WordPress team</a>\";s:7:\"Version\";s:3:\"1.7\";s:22:\"get_template_directory\";s:100:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/themes/twentyfifteen\";}'),(62909,14618,'ClientIP','174.24.192.126'),(62910,14618,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62911,14618,'CurrentUserID','2'),(62912,14618,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62913,14619,'Theme','O:8:\"stdClass\":6:{s:4:\"Name\";s:15:\"Twenty Fourteen\";s:8:\"ThemeURI\";N;s:11:\"Description\";s:410:\"In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content’s layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.\";s:6:\"Author\";s:55:\"<a href=\"https://wordpress.org/\">the WordPress team</a>\";s:7:\"Version\";s:3:\"1.9\";s:22:\"get_template_directory\";s:101:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/themes/twentyfourteen\";}'),(62914,14619,'ClientIP','174.24.192.126'),(62915,14619,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62916,14619,'CurrentUserID','2'),(62917,14619,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62918,14620,'Theme','O:8:\"stdClass\":6:{s:4:\"Name\";s:15:\"Twenty Thirteen\";s:8:\"ThemeURI\";N;s:11:\"Description\";s:335:\"The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.\";s:6:\"Author\";s:55:\"<a href=\"https://wordpress.org/\">the WordPress team</a>\";s:7:\"Version\";s:3:\"2.1\";s:22:\"get_template_directory\";s:101:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/themes/twentythirteen\";}'),(62919,14620,'ClientIP','174.24.192.126'),(62920,14620,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62921,14620,'CurrentUserID','2'),(62922,14620,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62923,14621,'Theme','O:8:\"stdClass\":6:{s:4:\"Name\";s:13:\"Twenty Twelve\";s:8:\"ThemeURI\";N;s:11:\"Description\";s:338:\"The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.\";s:6:\"Author\";s:55:\"<a href=\"https://wordpress.org/\">the WordPress team</a>\";s:7:\"Version\";s:3:\"2.2\";s:22:\"get_template_directory\";s:99:\"\\\\WDP\\DFS\\30\\9\\3\\8\\3092486839\\user\\sites\\4406325.site\\www\\wordpress1/wp-content/themes/twentytwelve\";}'),(62924,14621,'ClientIP','174.24.192.126'),(62925,14621,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62926,14621,'CurrentUserID','2'),(62927,14621,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62928,14622,'OldVersion','4.4.1'),(62929,14622,'NewVersion','4.7.1'),(62930,14622,'ClientIP','174.24.192.126'),(62931,14622,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62932,14622,'CurrentUserID','2'),(62933,14622,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62934,14623,'OldVersion','4.4.1'),(62935,14623,'NewVersion','4.7.1'),(62936,14623,'ClientIP','174.24.192.126'),(62937,14623,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(62938,14623,'CurrentUserID','2'),(62939,14623,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62940,14624,'Username','runamuk0@msn.com'),(62941,14624,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62942,14624,'ClientIP','164.90.32.2'),(62943,14624,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(62944,14625,'Username','runamuk0@msn.com'),(62945,14625,'CurrentUserRoles','a:2:{i:0;s:13:\"administrator\";i:1;s:10:\"superadmin\";}'),(62946,14625,'ClientIP','164.90.32.2'),(62947,14625,'UserAgent','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'); /*!40000 ALTER TABLE `wp_wsal_metadata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wsal_occurrences` -- DROP TABLE IF EXISTS `wp_wsal_occurrences`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wsal_occurrences` ( `id` bigint(20) NOT NULL auto_increment, `site_id` bigint(20) NOT NULL, `alert_id` bigint(20) NOT NULL, `created_on` double NOT NULL, `is_read` bit(1) NOT NULL, `is_migrated` bit(1) NOT NULL, PRIMARY KEY (`id`), KEY `site_alert_created` (`site_id`,`alert_id`,`created_on`) ) ENGINE=MyISAM AUTO_INCREMENT=14626 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wsal_occurrences` -- LOCK TABLES `wp_wsal_occurrences` WRITE; /*!40000 ALTER TABLE `wp_wsal_occurrences` DISABLE KEYS */; INSERT INTO `wp_wsal_occurrences` VALUES (1,1,1003,1427572693.8136,'\0','\0'),(2,1,1000,1427666766.04282,'\0','\0'),(3,1,1002,1427668205.60302,'\0','\0'),(4,1,1000,1427668232.32445,'\0','\0'),(5,1,1000,1427668236.78582,'\0','\0'),(6,1,2066,1427668875.76025,'\0','\0'),(7,1,2066,1427668983.42593,'\0','\0'),(8,1,2008,1427669184.23443,'\0','\0'),(9,1,2066,1427669245.4301,'\0','\0'),(10,1,2066,1427669722.04805,'\0','\0'),(11,1,2006,1427669989.37154,'\0','\0'),(12,1,1000,1427671392.80037,'\0','\0'),(13,1,2066,1427671677.98494,'\0','\0'),(14,1,2066,1427672048.94952,'\0','\0'),(15,1,2066,1427672334.11849,'\0','\0'),(16,1,2066,1427672691.87055,'\0','\0'),(17,1,2006,1427672765.12439,'\0','\0'),(18,1,2066,1427672865.86402,'\0','\0'),(19,1,2066,1427673000.46952,'\0','\0'),(20,1,2066,1427673124.10878,'\0','\0'),(21,1,2066,1427673266.74786,'\0','\0'),(22,1,2066,1427673368.11146,'\0','\0'),(23,1,2006,1427673386.50292,'\0','\0'),(24,1,2066,1427673427.10764,'\0','\0'),(25,1,2006,1427673610.11745,'\0','\0'),(26,1,2006,1427674015.35347,'\0','\0'),(27,1,1000,1427674073.2889,'\0','\0'),(28,1,2033,1427674549.1737,'\0','\0'),(29,1,2033,1427674549.26729,'\0','\0'),(30,1,2033,1427674549.34529,'\0','\0'),(31,1,2066,1427675177.66162,'\0','\0'),(32,1,2011,1427675613.31607,'\0','\0'),(33,1,2010,1427675636.77727,'\0','\0'),(34,1,2010,1427675683.30968,'\0','\0'),(35,1,2010,1427676582.46317,'\0','\0'),(36,1,2010,1427676805.12615,'\0','\0'),(37,1,2066,1427677618.95202,'\0','\0'),(38,1,2066,1427677675.01554,'\0','\0'),(39,1,2066,1427677701.72137,'\0','\0'),(40,1,2066,1427677865.96535,'\0','\0'),(41,1,2005,1427678926.86694,'\0','\0'),(42,1,2066,1427679030.60162,'\0','\0'),(43,1,2006,1427679052.81488,'\0','\0'),(44,1,2066,1427679155.94119,'\0','\0'),(45,1,2013,1427679259.62907,'\0','\0'),(46,1,2066,1427679371.44414,'\0','\0'),(47,1,2008,1428024670.3502,'\0','\0'),(48,1,2008,1428291534.7982,'\0','\0'),(49,1,1003,1428530777.10503,'\0','\0'),(50,1,1003,1428880336.77008,'\0','\0'),(51,1,1000,1428880384.79231,'\0','\0'),(52,1,5001,1428880799.70472,'\0','\0'),(53,1,2066,1428881204.0148,'\0','\0'),(54,1,4001,1428881495.71901,'\0','\0'),(55,1,1000,1428881785.92653,'\0','\0'),(56,1,1000,1428950611.50832,'\0','\0'),(57,1,1000,1428950621.81946,'\0','\0'),(58,1,1001,1428952380.31295,'\0','\0'),(59,1,1000,1428952856.1228,'\0','\0'),(60,1,1000,1428953967.9941,'\0','\0'),(61,1,1000,1428956657.54772,'\0','\0'),(62,1,1001,1428956770.96971,'\0','\0'),(63,1,1000,1428957669.81698,'\0','\0'),(64,1,1001,1428960043.95244,'\0','\0'),(65,1,1003,1429310974.51033,'\0','\0'),(66,1,1000,1429305338.19674,'\0','\0'),(67,1,1000,1429305619.50798,'\0','\0'),(68,1,1003,1429347991.29276,'\0','\0'),(69,1,2008,1429484125.92236,'\0','\0'),(70,1,2008,1429484126.03155,'\0','\0'),(71,1,1003,1429487719.93312,'\0','\0'),(72,1,1003,1429494018.33126,'\0','\0'),(73,1,1000,1429647317.27185,'\0','\0'),(74,1,1000,1429722625.1344,'\0','\0'),(75,1,1001,1429724921.13402,'\0','\0'),(76,1,1003,1429833338.49341,'\0','\0'),(77,1,1003,1429840012.81793,'\0','\0'),(78,1,1000,1429914122.25624,'\0','\0'),(79,1,2008,1429922186.29518,'\0','\0'),(80,1,1001,1429922186.51357,'\0','\0'),(81,1,1003,1430088447.68341,'\0','\0'),(82,1,2009,1430267993.38502,'\0','\0'),(83,1,2009,1430349846.92989,'\0','\0'),(84,1,2008,1430357785.85732,'\0','\0'),(85,1,1000,1430498593.89334,'\0','\0'),(86,1,1000,1430498599.24383,'\0','\0'),(87,1,1000,1430764337.4085,'\0','\0'),(88,1,1001,1430764458.73752,'\0','\0'),(89,1,2008,1431146847.51748,'\0','\0'),(90,1,2008,1431146847.61107,'\0','\0'),(91,1,1000,1431573600.32735,'\0','\0'),(92,1,4004,1431573788.36131,'\0','\0'),(93,1,1002,1431704163.41485,'\0','\0'),(94,1,1000,1431704170.3876,'\0','\0'),(95,1,2010,1431705102.67744,'\0','\0'),(96,1,2010,1431705134.32781,'\0','\0'),(97,1,2010,1431705333.40225,'\0','\0'),(98,1,2010,1431705353.15058,'\0','\0'),(99,1,1000,1431745775.49368,'\0','\0'),(100,1,1000,1431745992.62034,'\0','\0'),(101,1,2010,1431747502.32059,'\0','\0'),(102,1,2005,1431747527.70065,'\0','\0'),(103,1,1000,1431782089.58732,'\0','\0'),(104,1,2010,1431782141.90536,'\0','\0'),(105,1,1000,1431796825.49295,'\0','\0'),(106,1,2000,1431797111.36023,'\0','\0'),(107,1,2012,1431797141.3259,'\0','\0'),(108,1,1000,1431797577.83272,'\0','\0'),(109,1,1000,1431798294.07641,'\0','\0'),(110,1,2012,1431799223.8236,'\0','\0'),(111,1,2023,1431799255.17759,'\0','\0'),(112,1,2001,1431799298.7456,'\0','\0'),(113,1,2012,1431799383.72895,'\0','\0'),(114,1,2001,1431800151.13736,'\0','\0'),(115,1,2033,1431800253.04562,'\0','\0'),(116,1,2016,1431800354.8603,'\0','\0'),(117,1,2000,1431801655.02135,'\0','\0'),(118,1,2027,1431801655.14614,'\0','\0'),(119,1,2001,1431801679.1686,'\0','\0'),(120,1,2016,1431801679.1998,'\0','\0'),(121,1,2012,1431801750.30004,'\0','\0'),(122,1,1000,1431877277.54933,'\0','\0'),(123,1,2044,1431877342.97154,'\0','\0'),(124,1,2071,1431877346.38772,'\0','\0'),(125,1,2071,1431877346.41892,'\0','\0'),(126,1,2071,1431877346.45011,'\0','\0'),(127,1,2071,1431877346.46571,'\0','\0'),(128,1,2044,1431877349.63231,'\0','\0'),(129,1,2071,1431877353.85964,'\0','\0'),(130,1,2071,1431877353.89084,'\0','\0'),(131,1,2071,1431877353.92203,'\0','\0'),(132,1,2044,1431877354.71758,'\0','\0'),(133,1,2071,1431877357.86858,'\0','\0'),(134,1,2071,1431877357.89978,'\0','\0'),(135,1,2044,1431877361.36276,'\0','\0'),(136,1,2071,1431877365.02852,'\0','\0'),(137,1,2044,1431877368.35111,'\0','\0'),(138,1,1001,1431877553.23046,'\0','\0'),(139,1,1000,1432056891.87205,'\0','\0'),(140,1,1000,1432056907.12934,'\0','\0'),(141,1,2008,1432168360.19431,'\0','\0'),(142,1,2008,1432422839.64886,'\0','\0'),(143,1,1003,1432536956.30564,'\0','\0'),(144,1,2008,1432681350.85939,'\0','\0'),(145,1,1003,1432761291.86312,'\0','\0'),(146,1,1000,1432848727.04626,'\0','\0'),(147,1,2000,1432848835.35706,'\0','\0'),(148,1,2027,1432848835.49746,'\0','\0'),(149,1,2001,1432849100.15146,'\0','\0'),(150,1,2002,1432849348.67506,'\0','\0'),(151,1,2016,1432850325.89026,'\0','\0'),(152,1,2065,1432852019.41066,'\0','\0'),(153,1,1000,1432853708.09506,'\0','\0'),(154,1,2010,1432853937.19666,'\0','\0'),(155,1,2005,1432853948.47546,'\0','\0'),(156,1,1002,1432854247.38706,'\0','\0'),(157,1,1000,1432854267.86986,'\0','\0'),(158,1,2066,1432854320.55106,'\0','\0'),(159,1,2065,1432858970.47426,'\0','\0'),(160,1,2065,1432859112.02866,'\0','\0'),(161,1,2065,1432859150.95066,'\0','\0'),(162,1,2065,1432859258.55946,'\0','\0'),(163,1,2065,1432859297.68426,'\0','\0'),(164,1,2065,1432859328.60346,'\0','\0'),(165,1,2010,1432859510.90506,'\0','\0'),(166,1,2065,1432859554.83466,'\0','\0'),(167,1,2065,1432859583.88186,'\0','\0'),(168,1,2011,1432859772.56386,'\0','\0'),(169,1,2011,1432859778.39826,'\0','\0'),(170,1,2065,1432860514.59346,'\0','\0'),(171,1,2065,1432861134.86506,'\0','\0'),(172,1,2065,1432862103.92146,'\0','\0'),(173,1,1000,1432867105.09426,'\0','\0'),(174,1,2065,1432867243.93426,'\0','\0'),(175,1,2065,1432867415.40946,'\0','\0'),(176,1,2065,1432868592.74146,'\0','\0'),(177,1,1000,1433010047.03797,'\0','\0'),(178,1,2010,1433010405.07586,'\0','\0'),(179,1,6004,1433010558.65885,'\0','\0'),(180,1,2066,1433011653.67667,'\0','\0'),(181,1,5012,1433016892.04984,'\0','\0'),(182,1,5002,1433016892.12785,'\0','\0'),(183,1,1003,1433319077.26042,'\0','\0'),(184,1,1003,1433319073.03306,'\0','\0'),(185,1,2008,1433458004.9537,'\0','\0'),(186,1,1003,1433553006.18994,'\0','\0'),(187,1,2008,1433630796.2699,'\0','\0'),(188,1,1000,1433879177.95255,'\0','\0'),(189,1,2066,1433879256.72801,'\0','\0'),(190,1,2006,1433879307.83066,'\0','\0'),(191,1,2066,1433879466.00553,'\0','\0'),(192,1,2066,1433879496.42378,'\0','\0'),(193,1,2006,1433879541.0372,'\0','\0'),(194,1,2066,1433880253.5261,'\0','\0'),(195,1,2006,1433880326.65468,'\0','\0'),(196,1,2006,1433880560.2824,'\0','\0'),(197,1,2023,1433881092.92927,'\0','\0'),(198,1,2016,1433881124.29906,'\0','\0'),(199,1,2016,1433881141.83244,'\0','\0'),(200,1,5000,1433881887.03265,'\0','\0'),(201,1,5010,1433881946.68361,'\0','\0'),(202,1,5001,1433881947.12038,'\0','\0'),(203,1,2052,1433882556.67081,'\0','\0'),(204,1,1001,1433883657.35891,'\0','\0'),(205,1,1000,1433883669.99418,'\0','\0'),(206,1,2046,1433884715.41466,'\0','\0'),(207,1,2046,1433884968.44766,'\0','\0'),(208,1,2000,1433885436.57666,'\0','\0'),(209,1,2027,1433885436.88864,'\0','\0'),(210,1,2001,1433885686.14666,'\0','\0'),(211,1,2065,1433885867.4394,'\0','\0'),(212,1,2002,1433886135.13555,'\0','\0'),(213,1,2065,1433886213.73942,'\0','\0'),(214,1,2046,1433886283.01502,'\0','\0'),(215,1,2065,1433886422.19019,'\0','\0'),(216,1,2065,1433886631.40532,'\0','\0'),(217,1,2065,1433886763.15532,'\0','\0'),(218,1,2046,1433887064.81071,'\0','\0'),(219,1,2046,1433887208.30683,'\0','\0'),(220,1,2046,1433887305.9416,'\0','\0'),(221,1,2033,1433887687.86997,'\0','\0'),(222,1,2013,1433891489.15225,'\0','\0'),(223,1,2056,1433891489.83861,'\0','\0'),(224,1,2013,1433891521.50478,'\0','\0'),(225,1,1003,1434020356.00619,'\0','\0'),(226,1,1003,1434322318.70669,'\0','\0'),(227,1,1003,1434360518.80894,'\0','\0'),(228,1,2008,1434400891.87573,'\0','\0'),(229,1,2008,1434400892.03172,'\0','\0'),(230,1,2008,1434400892.17211,'\0','\0'),(231,1,2008,1434400892.3281,'\0','\0'),(232,1,1003,1434403163.41259,'\0','\0'),(233,1,1003,1434423376.97172,'\0','\0'),(234,1,1003,1434461631.28398,'\0','\0'),(235,1,1003,1434491696.72474,'\0','\0'),(236,1,2009,1434494791.98793,'\0','\0'),(237,1,2008,1434494792.06593,'\0','\0'),(238,1,2008,1434494792.11272,'\0','\0'),(239,1,1003,1434553858.8643,'\0','\0'),(240,1,1003,1434560112.42541,'\0','\0'),(241,1,1003,1434584605.77712,'\0','\0'),(242,1,1003,1434626932.94008,'\0','\0'),(243,1,1003,1434665365.00004,'\0','\0'),(244,1,1003,1434627025.97251,'\0','\0'),(245,1,1003,1434627042.58545,'\0','\0'),(246,1,1003,1434670192.51617,'\0','\0'),(247,1,1003,1434639136.89807,'\0','\0'),(248,1,1003,1434652744.60772,'\0','\0'),(249,1,1003,1434630072.25443,'\0','\0'),(250,1,1003,1434651145.63223,'\0','\0'),(251,1,1003,1434627561.04941,'\0','\0'),(252,1,1003,1434670845.94268,'\0','\0'),(253,1,1003,1434627609.09433,'\0','\0'),(254,1,1003,1434627642.66338,'\0','\0'),(255,1,1003,1434627709.86387,'\0','\0'),(256,1,1003,1434627755.99011,'\0','\0'),(257,1,1003,1434627776.5028,'\0','\0'),(258,1,1003,1434663847.74691,'\0','\0'),(259,1,1003,1434627954.3626,'\0','\0'),(260,1,1003,1434629810.44081,'\0','\0'),(261,1,1003,1434632822.59446,'\0','\0'),(262,1,1003,1434632792.11401,'\0','\0'),(263,1,1003,1434629004.36248,'\0','\0'),(264,1,1003,1434660386.02746,'\0','\0'),(265,1,1003,1434653076.77283,'\0','\0'),(266,1,1003,1434628364.77229,'\0','\0'),(267,1,1003,1434659150.99223,'\0','\0'),(268,1,1003,1434629451.96019,'\0','\0'),(269,1,1003,1434671813.37706,'\0','\0'),(270,1,1003,1434628442.22132,'\0','\0'),(271,1,1003,1434628478.11462,'\0','\0'),(272,1,1003,1434645193.08503,'\0','\0'),(273,1,1003,1434658732.06549,'\0','\0'),(274,1,1003,1434633795.48849,'\0','\0'),(275,1,1003,1434628655.95882,'\0','\0'),(276,1,1003,1434628730.14766,'\0','\0'),(277,1,1003,1434660231.67535,'\0','\0'),(278,1,1003,1434628916.64931,'\0','\0'),(279,1,1003,1434628826.73667,'\0','\0'),(280,1,1003,1434659543.47867,'\0','\0'),(281,1,1003,1434628976.17509,'\0','\0'),(282,1,1003,1434644282.88338,'\0','\0'),(283,1,1003,1434629019.43112,'\0','\0'),(284,1,1003,1434637970.24886,'\0','\0'),(285,1,1003,1434635814.57625,'\0','\0'),(286,1,1003,1434666720.10077,'\0','\0'),(287,1,1003,1434629146.79695,'\0','\0'),(288,1,1003,1434629177.54258,'\0','\0'),(289,1,1003,1434629199.95835,'\0','\0'),(290,1,1003,1434640939.87729,'\0','\0'),(291,1,1003,1434629322.22331,'\0','\0'),(292,1,1003,1434629336.99556,'\0','\0'),(293,1,1003,1434629426.68981,'\0','\0'),(294,1,1003,1434659715.62924,'\0','\0'),(295,1,1003,1434631500.62204,'\0','\0'),(296,1,1003,1434629640.95767,'\0','\0'),(297,1,1003,1434629650.42627,'\0','\0'),(298,1,1003,1434652590.552,'\0','\0'),(299,1,1003,1434629819.00466,'\0','\0'),(300,1,1003,1434661258.76031,'\0','\0'),(301,1,1003,1434629896.95286,'\0','\0'),(302,1,1003,1434629921.66168,'\0','\0'),(303,1,1003,1434630074.70347,'\0','\0'),(304,1,1003,1434633896.11764,'\0','\0'),(305,1,1003,1434634444.09491,'\0','\0'),(306,1,1003,1434649908.55353,'\0','\0'),(307,1,1003,1434630134.33845,'\0','\0'),(308,1,1003,1434650837.03721,'\0','\0'),(309,1,1003,1434630217.7463,'\0','\0'),(310,1,1003,1434661426.19998,'\0','\0'),(311,1,1003,1434630277.92724,'\0','\0'),(312,1,1003,1434635437.51722,'\0','\0'),(313,1,1003,1434630331.5722,'\0','\0'),(314,1,1003,1434652203.93078,'\0','\0'),(315,1,1003,1434633660.82232,'\0','\0'),(316,1,1003,1434633205.48751,'\0','\0'),(317,1,1003,1434630476.20613,'\0','\0'),(318,1,1003,1434665783.05324,'\0','\0'),(319,1,1003,1434630496.45363,'\0','\0'),(320,1,1003,1434642181.76047,'\0','\0'),(321,1,1003,1434639030.63768,'\0','\0'),(322,1,1003,1434635201.44196,'\0','\0'),(323,1,1003,1434630542.64227,'\0','\0'),(324,1,1003,1434630552.42284,'\0','\0'),(325,1,1003,1434656605.62541,'\0','\0'),(326,1,1003,1434630633.46679,'\0','\0'),(327,1,1003,1434660960.21105,'\0','\0'),(328,1,1003,1434630760.64521,'\0','\0'),(329,1,1003,1434631123.8432,'\0','\0'),(330,1,1003,1434630924.47136,'\0','\0'),(331,1,1003,1434660672.73708,'\0','\0'),(332,1,1003,1434630997.51197,'\0','\0'),(333,1,1003,1434631104.40523,'\0','\0'),(334,1,1003,1434638403.63588,'\0','\0'),(335,1,1003,1434663284.88322,'\0','\0'),(336,1,1003,1434658588.72628,'\0','\0'),(337,1,1003,1434638218.69413,'\0','\0'),(338,1,1003,1434670262.39969,'\0','\0'),(339,1,1003,1434631216.71114,'\0','\0'),(340,1,1003,1434631251.95041,'\0','\0'),(341,1,1003,1434670494.43481,'\0','\0'),(342,1,1003,1434631275.16247,'\0','\0'),(343,1,1003,1434631342.22472,'\0','\0'),(344,1,1003,1434650408.2987,'\0','\0'),(345,1,1003,1434667195.91707,'\0','\0'),(346,1,1003,1434635393.79323,'\0','\0'),(347,1,1003,1434664770.45976,'\0','\0'),(348,1,1003,1434631477.62838,'\0','\0'),(349,1,1003,1434631490.73196,'\0','\0'),(350,1,1003,1434667361.51605,'\0','\0'),(351,1,1003,1434631503.25836,'\0','\0'),(352,1,1003,1434645933.07039,'\0','\0'),(353,1,1003,1434659953.82597,'\0','\0'),(354,1,1003,1434631538.93375,'\0','\0'),(355,1,1003,1434631583.57866,'\0','\0'),(356,1,1003,1434631605.37074,'\0','\0'),(357,1,1003,1434631636.30395,'\0','\0'),(358,1,1003,1434670387.0045,'\0','\0'),(359,1,1003,1434643224.52243,'\0','\0'),(360,1,1003,1434631726.15535,'\0','\0'),(361,1,1003,1434670862.8052,'\0','\0'),(362,1,1003,1434631789.64409,'\0','\0'),(363,1,1003,1434631817.62888,'\0','\0'),(364,1,1003,1434642211.67935,'\0','\0'),(365,1,1003,1434654138.36278,'\0','\0'),(366,1,1003,1434637341.06319,'\0','\0'),(367,1,1003,1434648204.76836,'\0','\0'),(368,1,1003,1434657676.37196,'\0','\0'),(369,1,1003,1434633078.35566,'\0','\0'),(370,1,1003,1434667502.7026,'\0','\0'),(371,1,1003,1434632486.5764,'\0','\0'),(372,1,1003,1434663087.32189,'\0','\0'),(373,1,1003,1434632230.37842,'\0','\0'),(374,1,1003,1434671744.81945,'\0','\0'),(375,1,1003,1434632274.43,'\0','\0'),(376,1,1003,1434632339.9458,'\0','\0'),(377,1,1003,1434670890.66501,'\0','\0'),(378,1,1003,1434632557.67664,'\0','\0'),(379,1,1003,1434632426.72304,'\0','\0'),(380,1,1003,1434637224.85064,'\0','\0'),(381,1,1003,1434644759.15205,'\0','\0'),(382,1,1003,1434653949.88006,'\0','\0'),(383,1,1003,1434632556.92789,'\0','\0'),(384,1,1003,1434634375.28772,'\0','\0'),(385,1,1003,1434633170.40536,'\0','\0'),(386,1,1003,1434632792.75357,'\0','\0'),(387,1,1003,1434632808.57096,'\0','\0'),(388,1,1003,1434632808.57096,'\0','\0'),(389,1,1003,1434658353.10338,'\0','\0'),(390,1,1003,1434648372.67599,'\0','\0'),(391,1,1003,1434632871.57532,'\0','\0'),(392,1,1003,1434632901.82178,'\0','\0'),(393,1,1003,1434632914.48817,'\0','\0'),(394,1,1003,1434654836.7768,'\0','\0'),(395,1,1003,1434636351.21305,'\0','\0'),(396,1,1003,1434649122.41073,'\0','\0'),(397,1,1003,1434633012.88666,'\0','\0'),(398,1,1003,1434642159.81268,'\0','\0'),(399,1,1003,1434633029.65558,'\0','\0'),(400,1,1003,1434633043.58549,'\0','\0'),(401,1,1003,1434646799.68843,'\0','\0'),(402,1,1003,1434671155.45803,'\0','\0'),(403,1,1003,1434634114.48804,'\0','\0'),(404,1,1003,1434633138.75499,'\0','\0'),(405,1,1003,1434633205.47191,'\0','\0'),(406,1,1003,1434657311.60495,'\0','\0'),(407,1,1003,1434670003.93986,'\0','\0'),(408,1,1003,1434638719.21924,'\0','\0'),(409,1,1003,1434662261.16765,'\0','\0'),(410,1,1003,1434645208.01327,'\0','\0'),(411,1,1003,1434659489.27215,'\0','\0'),(412,1,1003,1434633409.05446,'\0','\0'),(413,1,1003,1434636546.38774,'\0','\0'),(414,1,1003,1434664208.39659,'\0','\0'),(415,1,1003,1434656854.07068,'\0','\0'),(416,1,1003,1434633471.16968,'\0','\0'),(417,1,1003,1434662556.83109,'\0','\0'),(418,1,1003,1434633531.84979,'\0','\0'),(419,1,1003,1434633533.44089,'\0','\0'),(420,1,1003,1434633547.2616,'\0','\0'),(421,1,1003,1434647500.41111,'\0','\0'),(422,1,1003,1434642300.31287,'\0','\0'),(423,1,1003,1434633622.86996,'\0','\0'),(424,1,1003,1434638939.66431,'\0','\0'),(425,1,1003,1434641980.45538,'\0','\0'),(426,1,1003,1434633772.80754,'\0','\0'),(427,1,1003,1434638963.14081,'\0','\0'),(428,1,1003,1434633855.68503,'\0','\0'),(429,1,1003,1434633859.91236,'\0','\0'),(430,1,1003,1434633886.14988,'\0','\0'),(431,1,1003,1434633938.18814,'\0','\0'),(432,1,1003,1434640316.47885,'\0','\0'),(433,1,1003,1434634029.58268,'\0','\0'),(434,1,1003,1434649129.66427,'\0','\0'),(435,1,1003,1434644958.21088,'\0','\0'),(436,1,1003,1434669593.12459,'\0','\0'),(437,1,1003,1434634201.03129,'\0','\0'),(438,1,1003,1434634223.85263,'\0','\0'),(439,1,1003,1434640459.35009,'\0','\0'),(440,1,1003,1434634361.87258,'\0','\0'),(441,1,1003,1434671428.78371,'\0','\0'),(442,1,1003,1434647153.73894,'\0','\0'),(443,1,1003,1434657528.32186,'\0','\0'),(444,1,1003,1434670594.29961,'\0','\0'),(445,1,1003,1434650776.18551,'\0','\0'),(446,1,1003,1434634491.42228,'\0','\0'),(447,1,1003,1434634495.13484,'\0','\0'),(448,1,1003,1434652198.29955,'\0','\0'),(449,1,1003,1434634513.38567,'\0','\0'),(450,1,1003,1434643229.99767,'\0','\0'),(451,1,1003,1434634617.60259,'\0','\0'),(452,1,1003,1434641034.98439,'\0','\0'),(453,1,1003,1434659373.69915,'\0','\0'),(454,1,1003,1434639144.97835,'\0','\0'),(455,1,1003,1434643439.22706,'\0','\0'),(456,1,1003,1434657468.06292,'\0','\0'),(457,1,1003,1434666695.43875,'\0','\0'),(458,1,1003,1434634820.98235,'\0','\0'),(459,1,1003,1434634827.25315,'\0','\0'),(460,1,1003,1434634827.26874,'\0','\0'),(461,1,1003,1434664680.48472,'\0','\0'),(462,1,1003,1434634872.30306,'\0','\0'),(463,1,1003,1434634898.79016,'\0','\0'),(464,1,1003,1434666207.47083,'\0','\0'),(465,1,1003,1434650615.90579,'\0','\0'),(466,1,1003,1434658987.6239,'\0','\0'),(467,1,1003,1434638658.47674,'\0','\0'),(468,1,1003,1434644109.3133,'\0','\0'),(469,1,1003,1434637224.85064,'\0','\0'),(470,1,1003,1434635157.1252,'\0','\0'),(471,1,1003,1434635168.80885,'\0','\0'),(472,1,1003,1434635187.66804,'\0','\0'),(473,1,1003,1434635202.90826,'\0','\0'),(474,1,1003,1434646534.77062,'\0','\0'),(475,1,1003,1434637636.36786,'\0','\0'),(476,1,1003,1434651126.32067,'\0','\0'),(477,1,1003,1434642704.65455,'\0','\0'),(478,1,1003,1434653684.71266,'\0','\0'),(479,1,1003,1434635442.43091,'\0','\0'),(480,1,1003,1434667324.23444,'\0','\0'),(481,1,1003,1434635462.21044,'\0','\0'),(482,1,1003,1434635474.17487,'\0','\0'),(483,1,1003,1434636415.9333,'\0','\0'),(484,1,1003,1434662236.42763,'\0','\0'),(485,1,1003,1434671709.23813,'\0','\0'),(486,1,1003,1434662039.41227,'\0','\0'),(487,1,1003,1434635542.60769,'\0','\0'),(488,1,1003,1434663282.87095,'\0','\0'),(489,1,1003,1434639257.60313,'\0','\0'),(490,1,1003,1434635978.75573,'\0','\0'),(491,1,1003,1434666465.50949,'\0','\0'),(492,1,1003,1434635623.73809,'\0','\0'),(493,1,1003,1434658871.92612,'\0','\0'),(494,1,1003,1434635676.27552,'\0','\0'),(495,1,1003,1434635682.04715,'\0','\0'),(496,1,1003,1434638608.20116,'\0','\0'),(497,1,1003,1434635703.18379,'\0','\0'),(498,1,1003,1434635762.07002,'\0','\0'),(499,1,1003,1434641982.87322,'\0','\0'),(500,1,1003,1434657023.21064,'\0','\0'),(501,1,1003,1434670922.65856,'\0','\0'),(502,1,1003,1434638788.94677,'\0','\0'),(503,1,1003,1434638787.57406,'\0','\0'),(504,1,1003,1434659031.16071,'\0','\0'),(505,1,1003,1434646547.5618,'\0','\0'),(506,1,1003,1434635901.41588,'\0','\0'),(507,1,1003,1434635925.15756,'\0','\0'),(508,1,1003,1434635926.77986,'\0','\0'),(509,1,1003,1434635933.31584,'\0','\0'),(510,1,1003,1434635958.18065,'\0','\0'),(511,1,1003,1434635965.82416,'\0','\0'),(512,1,1003,1434635997.72411,'\0','\0'),(513,1,1003,1434635999.4556,'\0','\0'),(514,1,1003,1434644013.58224,'\0','\0'),(515,1,1003,1434643314.90303,'\0','\0'),(516,1,1003,1434655638.39381,'\0','\0'),(517,1,1003,1434643369.65552,'\0','\0'),(518,1,1003,1434640725.20385,'\0','\0'),(519,1,1003,1434636102.3622,'\0','\0'),(520,1,1003,1434639934.80252,'\0','\0'),(521,1,1003,1434636270.70661,'\0','\0'),(522,1,1003,1434636323.79001,'\0','\0'),(523,1,1003,1434639360.94651,'\0','\0'),(524,1,1003,1434636414.04582,'\0','\0'),(525,1,1003,1434636640.6369,'\0','\0'),(526,1,1003,1434639796.89176,'\0','\0'),(527,1,1003,1434636497.79685,'\0','\0'),(528,1,1003,1434636516.54685,'\0','\0'),(529,1,1003,1434657197.13949,'\0','\0'),(530,1,1003,1434645270.83044,'\0','\0'),(531,1,1003,1434656864.00724,'\0','\0'),(532,1,1003,1434639899.2836,'\0','\0'),(533,1,1003,1434638668.99046,'\0','\0'),(534,1,1003,1434637971.30959,'\0','\0'),(535,1,1003,1434637823.30628,'\0','\0'),(536,1,1003,1434636636.45636,'\0','\0'),(537,1,1003,1434636645.50378,'\0','\0'),(538,1,1003,1434636655.70553,'\0','\0'),(539,1,1003,1434636719.45864,'\0','\0'),(540,1,1003,1434660480.5262,'\0','\0'),(541,1,1003,1434636805.47153,'\0','\0'),(542,1,1003,1434653732.28961,'\0','\0'),(543,1,1003,1434636846.98047,'\0','\0'),(544,1,1003,1434638483.81474,'\0','\0'),(545,1,1003,1434636920.77934,'\0','\0'),(546,1,1003,1434667631.58154,'\0','\0'),(547,1,1003,1434637823.75865,'\0','\0'),(548,1,1003,1434636953.11606,'\0','\0'),(549,1,1003,1434659952.23487,'\0','\0'),(550,1,1003,1434653804.29459,'\0','\0'),(551,1,1003,1434636968.60587,'\0','\0'),(552,1,1003,1434643519.7803,'\0','\0'),(553,1,1003,1434646037.89567,'\0','\0'),(554,1,1003,1434636998.22837,'\0','\0'),(555,1,1003,1434642042.05583,'\0','\0'),(556,1,1003,1434644969.06779,'\0','\0'),(557,1,1003,1434663726.35471,'\0','\0'),(558,1,1003,1434637083.24292,'\0','\0'),(559,1,1003,1434664124.87954,'\0','\0'),(560,1,1003,1434638517.36819,'\0','\0'),(561,1,1003,1434637122.6148,'\0','\0'),(562,1,1003,1434670808.38029,'\0','\0'),(563,1,1003,1434637212.16866,'\0','\0'),(564,1,1003,1434647480.08562,'\0','\0'),(565,1,1003,1434637237.15826,'\0','\0'),(566,1,1003,1434637238.28138,'\0','\0'),(567,1,1003,1434666691.74179,'\0','\0'),(568,1,1003,1434637242.60231,'\0','\0'),(569,1,1003,1434637298.22834,'\0','\0'),(570,1,1003,1434663546.02831,'\0','\0'),(571,1,1003,1434657682.93914,'\0','\0'),(572,1,1003,1434637328.78678,'\0','\0'),(573,1,1003,1434655203.82127,'\0','\0'),(574,1,1003,1434637347.78636,'\0','\0'),(575,1,1003,1434637377.08129,'\0','\0'),(576,1,1003,1434663009.68566,'\0','\0'),(577,1,1003,1434663516.9514,'\0','\0'),(578,1,1003,1434637943.24699,'\0','\0'),(579,1,1003,1434667233.85384,'\0','\0'),(580,1,1003,1434664497.41486,'\0','\0'),(581,1,1003,1434637537.73539,'\0','\0'),(582,1,1003,1434637484.35561,'\0','\0'),(583,1,1003,1434666139.4124,'\0','\0'),(584,1,1003,1434660631.41533,'\0','\0'),(585,1,1003,1434649062.38578,'\0','\0'),(586,1,1003,1434647644.29629,'\0','\0'),(587,1,1003,1434648699.35025,'\0','\0'),(588,1,1003,1434637531.94816,'\0','\0'),(589,1,1003,1434650387.50523,'\0','\0'),(590,1,1003,1434659280.29234,'\0','\0'),(591,1,1003,1434662185.40331,'\0','\0'),(592,1,1003,1434637576.4833,'\0','\0'),(593,1,1003,1434663855.49966,'\0','\0'),(594,1,1003,1434637618.42901,'\0','\0'),(595,1,1003,1434648238.509,'\0','\0'),(596,1,1003,1434637638.61412,'\0','\0'),(597,1,1003,1434670076.74039,'\0','\0'),(598,1,1003,1434648310.04601,'\0','\0'),(599,1,1003,1434637664.60205,'\0','\0'),(600,1,1003,1434637688.39053,'\0','\0'),(601,1,1003,1434637726.60808,'\0','\0'),(602,1,1003,1434642662.19407,'\0','\0'),(603,1,1003,1434669697.10753,'\0','\0'),(604,1,1003,1434637815.42878,'\0','\0'),(605,1,1003,1434646363.19722,'\0','\0'),(606,1,1003,1434637819.15694,'\0','\0'),(607,1,1003,1434641677.80358,'\0','\0'),(608,1,1003,1434637832.05732,'\0','\0'),(609,1,1003,1434655345.70978,'\0','\0'),(610,1,1003,1434637847.53153,'\0','\0'),(611,1,1003,1434654031.69681,'\0','\0'),(612,1,1003,1434637871.67878,'\0','\0'),(613,1,1003,1434637872.63032,'\0','\0'),(614,1,1003,1434637883.33123,'\0','\0'),(615,1,1003,1434637912.89134,'\0','\0'),(616,1,1003,1434637915.23119,'\0','\0'),(617,1,1003,1434653032.15969,'\0','\0'),(618,1,1003,1434638202.95474,'\0','\0'),(619,1,1003,1434639590.61058,'\0','\0'),(620,1,1003,1434643369.9987,'\0','\0'),(621,1,1003,1434638033.39361,'\0','\0'),(622,1,1003,1434646535.72216,'\0','\0'),(623,1,1003,1434653604.67419,'\0','\0'),(624,1,1003,1434664873.00758,'\0','\0'),(625,1,1003,1434638061.31582,'\0','\0'),(626,1,1003,1434640345.44619,'\0','\0'),(627,1,1003,1434638134.80271,'\0','\0'),(628,1,1003,1434638184.01755,'\0','\0'),(629,1,1003,1434643101.53991,'\0','\0'),(630,1,1003,1434657213.20646,'\0','\0'),(631,1,1003,1434638214.4668,'\0','\0'),(632,1,1003,1434638215.37155,'\0','\0'),(633,1,1003,1434638222.3599,'\0','\0'),(634,1,1003,1434641025.76538,'\0','\0'),(635,1,1003,1434656597.8571,'\0','\0'),(636,1,1003,1434638249.68935,'\0','\0'),(637,1,1003,1434638255.33618,'\0','\0'),(638,1,1003,1434656744.92448,'\0','\0'),(639,1,1003,1434660429.0027,'\0','\0'),(640,1,1003,1434645678.24513,'\0','\0'),(641,1,1003,1434656537.1614,'\0','\0'),(642,1,1003,1434638319.93164,'\0','\0'),(643,1,1003,1434670597.80938,'\0','\0'),(644,1,1003,1434652460.65913,'\0','\0'),(645,1,1003,1434638364.01442,'\0','\0'),(646,1,1003,1434638388.25526,'\0','\0'),(647,1,1003,1434652556.92056,'\0','\0'),(648,1,1003,1434638455.59614,'\0','\0'),(649,1,1003,1434669092.2563,'\0','\0'),(650,1,1003,1434641530.11225,'\0','\0'),(651,1,1003,1434638539.12879,'\0','\0'),(652,1,1003,1434638565.60029,'\0','\0'),(653,1,1003,1434654051.13317,'\0','\0'),(654,1,1003,1434651175.61351,'\0','\0'),(655,1,1003,1434638641.78581,'\0','\0'),(656,1,1003,1434638662.89126,'\0','\0'),(657,1,1003,1434641376.22811,'\0','\0'),(658,1,1003,1434658551.97503,'\0','\0'),(659,1,1003,1434664688.75219,'\0','\0'),(660,1,1003,1434638811.65892,'\0','\0'),(661,1,1003,1434638811.83051,'\0','\0'),(662,1,1003,1434665963.0657,'\0','\0'),(663,1,1003,1434643821.96412,'\0','\0'),(664,1,1003,1434638925.46922,'\0','\0'),(665,1,1003,1434666298.28821,'\0','\0'),(666,1,1003,1434638958.05553,'\0','\0'),(667,1,1003,1434640482.85778,'\0','\0'),(668,1,1003,1434638995.60233,'\0','\0'),(669,1,1003,1434656313.70572,'\0','\0'),(670,1,1003,1434639041.63498,'\0','\0'),(671,1,1003,1434644980.47066,'\0','\0'),(672,1,1003,1434639085.79575,'\0','\0'),(673,1,1003,1434665850.37853,'\0','\0'),(674,1,1003,1434639725.02717,'\0','\0'),(675,1,1003,1434660123.3247,'\0','\0'),(676,1,1003,1434639247.1362,'\0','\0'),(677,1,1003,1434654512.98836,'\0','\0'),(678,1,1003,1434639204.37934,'\0','\0'),(679,1,1003,1434639229.13496,'\0','\0'),(680,1,1003,1434639238.94673,'\0','\0'),(681,1,1003,1434639247.1362,'\0','\0'),(682,1,1003,1434639272.37538,'\0','\0'),(683,1,1003,1434639283.54427,'\0','\0'),(684,1,1003,1434660430.70299,'\0','\0'),(685,1,1003,1434644822.88956,'\0','\0'),(686,1,1003,1434653874.53689,'\0','\0'),(687,1,1003,1434639319.82754,'\0','\0'),(688,1,1003,1434639934.33455,'\0','\0'),(689,1,1003,1434639353.83336,'\0','\0'),(690,1,1003,1434662593.69153,'\0','\0'),(691,1,1003,1434639360.82171,'\0','\0'),(692,1,1003,1434649990.2767,'\0','\0'),(693,1,1003,1434646019.69164,'\0','\0'),(694,1,1003,1434660384.57675,'\0','\0'),(695,1,1003,1434639379.19734,'\0','\0'),(696,1,1003,1434641871.48076,'\0','\0'),(697,1,1003,1434647500.45791,'\0','\0'),(698,1,1003,1434639432.18714,'\0','\0'),(699,1,1003,1434639438.20835,'\0','\0'),(700,1,1003,1434643321.42341,'\0','\0'),(701,1,1003,1434639456.1628,'\0','\0'),(702,1,1003,1434642320.26399,'\0','\0'),(703,1,1003,1434664528.89364,'\0','\0'),(704,1,1003,1434648639.06012,'\0','\0'),(705,1,1003,1434656414.00729,'\0','\0'),(706,1,1003,1434639522.48975,'\0','\0'),(707,1,1003,1434639546.6214,'\0','\0'),(708,1,1003,1434639571.40821,'\0','\0'),(709,1,1003,1434640806.08466,'\0','\0'),(710,1,1003,1434659231.87305,'\0','\0'),(711,1,1003,1434669580.98857,'\0','\0'),(712,1,1003,1434643250.02679,'\0','\0'),(713,1,1003,1434639599.28363,'\0','\0'),(714,1,1003,1434639638.7335,'\0','\0'),(715,1,1003,1434639639.73183,'\0','\0'),(716,1,1003,1434639640.41819,'\0','\0'),(717,1,1003,1434639644.50513,'\0','\0'),(718,1,1003,1434648848.81987,'\0','\0'),(719,1,1003,1434669135.41873,'\0','\0'),(720,1,1003,1434639690.35059,'\0','\0'),(721,1,1003,1434642909.99979,'\0','\0'),(722,1,1003,1434663732.95313,'\0','\0'),(723,1,1003,1434639704.12451,'\0','\0'),(724,1,1003,1434639704.92006,'\0','\0'),(725,1,1003,1434640338.76982,'\0','\0'),(726,1,1003,1434644369.76981,'\0','\0'),(727,1,1003,1434639754.41568,'\0','\0'),(728,1,1003,1434670857.06476,'\0','\0'),(729,1,1003,1434639821.05461,'\0','\0'),(730,1,1003,1434651125.40033,'\0','\0'),(731,1,1003,1434639827.419,'\0','\0'),(732,1,1003,1434639827.4814,'\0','\0'),(733,1,1003,1434639834.84413,'\0','\0'),(734,1,1003,1434639843.0492,'\0','\0'),(735,1,1003,1434639846.91775,'\0','\0'),(736,1,1003,1434639865.18418,'\0','\0'),(737,1,1003,1434641860.82665,'\0','\0'),(738,1,1003,1434648520.92889,'\0','\0'),(739,1,1003,1434639891.68688,'\0','\0'),(740,1,1003,1434657412.07811,'\0','\0'),(741,1,1003,1434651785.84639,'\0','\0'),(742,1,1003,1434644770.85129,'\0','\0'),(743,1,1003,1434643329.06692,'\0','\0'),(744,1,1003,1434639965.50135,'\0','\0'),(745,1,1003,1434639985.0001,'\0','\0'),(746,1,1003,1434640000.84868,'\0','\0'),(747,1,1003,1434640091.58807,'\0','\0'),(748,1,1003,1434640097.78087,'\0','\0'),(749,1,1003,1434640104.72242,'\0','\0'),(750,1,1003,1434663407.28903,'\0','\0'),(751,1,1003,1434640126.35824,'\0','\0'),(752,1,1003,1434640167.11843,'\0','\0'),(753,1,1003,1434640179.48843,'\0','\0'),(754,1,1003,1434670502.3279,'\0','\0'),(755,1,1003,1434655278.2753,'\0','\0'),(756,1,1003,1434662336.7292,'\0','\0'),(757,1,1003,1434640204.19725,'\0','\0'),(758,1,1003,1434643455.87119,'\0','\0'),(759,1,1003,1434640213.32266,'\0','\0'),(760,1,1003,1434640219.57786,'\0','\0'),(761,1,1003,1434669101.5845,'\0','\0'),(762,1,1003,1434671589.23503,'\0','\0'),(763,1,1003,1434657460.77819,'\0','\0'),(764,1,1003,1434640298.04083,'\0','\0'),(765,1,1003,1434649032.26411,'\0','\0'),(766,1,1003,1434656729.66866,'\0','\0'),(767,1,1003,1434667353.96614,'\0','\0'),(768,1,1003,1434664772.03525,'\0','\0'),(769,1,1003,1434653043.73415,'\0','\0'),(770,1,1003,1434640403.30288,'\0','\0'),(771,1,1003,1434670591.21101,'\0','\0'),(772,1,1003,1434661261.36534,'\0','\0'),(773,1,1003,1434640510.49921,'\0','\0'),(774,1,1003,1434670845.94268,'\0','\0'),(775,1,1003,1434667015.85781,'\0','\0'),(776,1,1003,1434640590.14771,'\0','\0'),(777,1,1003,1434640591.92599,'\0','\0'),(778,1,1003,1434640592.79954,'\0','\0'),(779,1,1003,1434670610.24179,'\0','\0'),(780,1,1003,1434640606.41746,'\0','\0'),(781,1,1003,1434652471.85921,'\0','\0'),(782,1,1003,1434647922.28607,'\0','\0'),(783,1,1003,1434665419.61214,'\0','\0'),(784,1,1003,1434640655.27353,'\0','\0'),(785,1,1003,1434659782.28376,'\0','\0'),(786,1,1003,1434657705.4329,'\0','\0'),(787,1,1003,1434640670.09258,'\0','\0'),(788,1,1003,1434640705.78309,'\0','\0'),(789,1,1003,1434663835.08044,'\0','\0'),(790,1,1003,1434642753.05825,'\0','\0'),(791,1,1003,1434669851.50643,'\0','\0'),(792,1,1003,1434640839.32613,'\0','\0'),(793,1,1003,1434640894.70258,'\0','\0'),(794,1,1003,1434647196.10582,'\0','\0'),(795,1,1003,1434661869.49236,'\0','\0'),(796,1,1003,1434671280.10964,'\0','\0'),(797,1,1003,1434665731.29576,'\0','\0'),(798,1,1003,1434641158.20089,'\0','\0'),(799,1,1003,1434664108.89057,'\0','\0'),(800,1,1003,1434640980.37229,'\0','\0'),(801,1,1003,1434640985.86314,'\0','\0'),(802,1,1003,1434641025.74978,'\0','\0'),(803,1,1003,1434670066.66343,'\0','\0'),(804,1,1003,1434654479.34132,'\0','\0'),(805,1,1003,1434641067.5551,'\0','\0'),(806,1,1003,1434663113.26302,'\0','\0'),(807,1,1003,1434663425.21251,'\0','\0'),(808,1,1003,1434666834.05147,'\0','\0'),(809,1,1003,1434667763.06551,'\0','\0'),(810,1,1003,1434641127.84524,'\0','\0'),(811,1,1003,1434641129.32714,'\0','\0'),(812,1,1003,1434651386.76157,'\0','\0'),(813,1,1003,1434641150.90056,'\0','\0'),(814,1,1003,1434641150.91616,'\0','\0'),(815,1,1003,1434641151.54012,'\0','\0'),(816,1,1003,1434641159.76079,'\0','\0'),(817,1,1003,1434641172.44278,'\0','\0'),(818,1,1003,1434641878.45352,'\0','\0'),(819,1,1003,1434641317.2327,'\0','\0'),(820,1,1003,1434641330.05507,'\0','\0'),(821,1,1003,1434669880.86374,'\0','\0'),(822,1,1003,1434661307.53838,'\0','\0'),(823,1,1003,1434641374.66821,'\0','\0'),(824,1,1003,1434641383.62204,'\0','\0'),(825,1,1003,1434642829.41535,'\0','\0'),(826,1,1003,1434641404.27512,'\0','\0'),(827,1,1003,1434657627.99947,'\0','\0'),(828,1,1003,1434643213.15075,'\0','\0'),(829,1,1003,1434641468.94857,'\0','\0'),(830,1,1003,1434671162.41519,'\0','\0'),(831,1,1003,1434642156.67728,'\0','\0'),(832,1,1003,1434641551.84166,'\0','\0'),(833,1,1003,1434657377.99429,'\0','\0'),(834,1,1003,1434641571.54319,'\0','\0'),(835,1,1003,1434641584.86474,'\0','\0'),(836,1,1003,1434641603.42755,'\0','\0'),(837,1,1003,1434646714.84547,'\0','\0'),(838,1,1003,1434641653.87471,'\0','\0'),(839,1,1003,1434660525.52931,'\0','\0'),(840,1,1003,1434641688.4733,'\0','\0'),(841,1,1003,1434667245.00712,'\0','\0'),(842,1,1003,1434641709.29796,'\0','\0'),(843,1,1003,1434657958.88545,'\0','\0'),(844,1,1003,1434641721.62117,'\0','\0'),(845,1,1003,1434663785.17892,'\0','\0'),(846,1,1003,1434641724.21061,'\0','\0'),(847,1,1003,1434641745.64363,'\0','\0'),(848,1,1003,1434641761.773,'\0','\0'),(849,1,1003,1434663431.84217,'\0','\0'),(850,1,1003,1434648184.24007,'\0','\0'),(851,1,1003,1434641908.43479,'\0','\0'),(852,1,1003,1434641911.67939,'\0','\0'),(853,1,1003,1434641927.0132,'\0','\0'),(854,1,1003,1434641933.95476,'\0','\0'),(855,1,1003,1434669994.76764,'\0','\0'),(856,1,1003,1434671525.7627,'\0','\0'),(857,1,1003,1434642027.51756,'\0','\0'),(858,1,1003,1434642070.43041,'\0','\0'),(859,1,1003,1434642084.26672,'\0','\0'),(860,1,1003,1434642097.86905,'\0','\0'),(861,1,1003,1434662441.91326,'\0','\0'),(862,1,1003,1434642135.35345,'\0','\0'),(863,1,1003,1434653571.97868,'\0','\0'),(864,1,1003,1434648910.54511,'\0','\0'),(865,1,1003,1434669200.38857,'\0','\0'),(866,1,1003,1434647903.64526,'\0','\0'),(867,1,1003,1434660986.80734,'\0','\0'),(868,1,1003,1434665162.11945,'\0','\0'),(869,1,1003,1434644237.3499,'\0','\0'),(870,1,1003,1434645235.98228,'\0','\0'),(871,1,1003,1434647295.83023,'\0','\0'),(872,1,1003,1434642351.384,'\0','\0'),(873,1,1003,1434642353.16229,'\0','\0'),(874,1,1003,1434648129.2068,'\0','\0'),(875,1,1003,1434658914.93256,'\0','\0'),(876,1,1003,1434642401.48799,'\0','\0'),(877,1,1003,1434648190.99444,'\0','\0'),(878,1,1003,1434642455.13295,'\0','\0'),(879,1,1003,1434660908.90594,'\0','\0'),(880,1,1003,1434651827.63611,'\0','\0'),(881,1,1003,1434664917.79231,'\0','\0'),(882,1,1003,1434661429.35097,'\0','\0'),(883,1,1003,1434648569.42618,'\0','\0'),(884,1,1003,1434651862.32828,'\0','\0'),(885,1,1003,1434642740.04868,'\0','\0'),(886,1,1003,1434657478.57665,'\0','\0'),(887,1,1003,1434642817.70051,'\0','\0'),(888,1,1003,1434664505.93191,'\0','\0'),(889,1,1003,1434660344.7369,'\0','\0'),(890,1,1003,1434643339.42466,'\0','\0'),(891,1,1003,1434642871.51706,'\0','\0'),(892,1,1003,1434642899.98523,'\0','\0'),(893,1,1003,1434667276.5015,'\0','\0'),(894,1,1003,1434647064.96503,'\0','\0'),(895,1,1003,1434669485.55389,'\0','\0'),(896,1,1003,1434662079.29891,'\0','\0'),(897,1,1003,1434643037.7868,'\0','\0'),(898,1,1003,1434643076.01994,'\0','\0'),(899,1,1003,1434650152.13192,'\0','\0'),(900,1,1003,1434643098.09253,'\0','\0'),(901,1,1003,1434643103.34939,'\0','\0'),(902,1,1003,1434662004.82928,'\0','\0'),(903,1,1003,1434647771.16296,'\0','\0'),(904,1,1003,1434643123.5033,'\0','\0'),(905,1,1003,1434643138.57193,'\0','\0'),(906,1,1003,1434668464.08457,'\0','\0'),(907,1,1003,1434643389.26346,'\0','\0'),(908,1,1003,1434671055.87402,'\0','\0'),(909,1,1003,1434643898.21204,'\0','\0'),(910,1,1003,1434656196.16726,'\0','\0'),(911,1,1003,1434665338.55974,'\0','\0'),(912,1,1003,1434643287.3552,'\0','\0'),(913,1,1003,1434643290.31901,'\0','\0'),(914,1,1003,1434643293.6104,'\0','\0'),(915,1,1003,1434648823.3623,'\0','\0'),(916,1,1003,1434649661.20019,'\0','\0'),(917,1,1003,1434666720.10077,'\0','\0'),(918,1,1003,1434667847.4405,'\0','\0'),(919,1,1003,1434643364.64824,'\0','\0'),(920,1,1003,1434643385.5665,'\0','\0'),(921,1,1003,1434656848.51744,'\0','\0'),(922,1,1003,1434653813.32641,'\0','\0'),(923,1,1003,1434667722.36772,'\0','\0'),(924,1,1003,1434645960.29064,'\0','\0'),(925,1,1003,1434661741.56496,'\0','\0'),(926,1,1003,1434648759.67159,'\0','\0'),(927,1,1003,1434671769.15389,'\0','\0'),(928,1,1003,1434668118.8475,'\0','\0'),(929,1,1003,1434669945.00683,'\0','\0'),(930,1,1003,1434662641.0345,'\0','\0'),(931,1,1003,1434647197.36934,'\0','\0'),(932,1,1003,1434643570.69543,'\0','\0'),(933,1,1003,1434655428.94604,'\0','\0'),(934,1,1003,1434643692.32084,'\0','\0'),(935,1,1003,1434643705.79837,'\0','\0'),(936,1,1003,1434670847.0658,'\0','\0'),(937,1,1003,1434661661.79167,'\0','\0'),(938,1,1003,1434648977.43362,'\0','\0'),(939,1,1003,1434646957.26953,'\0','\0'),(940,1,1003,1434647970.68976,'\0','\0'),(941,1,1003,1434643793.29316,'\0','\0'),(942,1,1003,1434668458.25054,'\0','\0'),(943,1,1003,1434664028.66491,'\0','\0'),(944,1,1003,1434654076.43475,'\0','\0'),(945,1,1003,1434643844.95705,'\0','\0'),(946,1,1003,1434643850.30751,'\0','\0'),(947,1,1003,1434651046.3134,'\0','\0'),(948,1,1003,1434643885.31166,'\0','\0'),(949,1,1003,1434643901.44103,'\0','\0'),(950,1,1003,1434668479.83956,'\0','\0'),(951,1,1003,1434646717.02933,'\0','\0'),(952,1,1003,1434643973.55521,'\0','\0'),(953,1,1003,1434659958.34967,'\0','\0'),(954,1,1003,1434644106.56788,'\0','\0'),(955,1,1003,1434644107.31663,'\0','\0'),(956,1,1003,1434644180.77232,'\0','\0'),(957,1,1003,1434663113.26302,'\0','\0'),(958,1,1003,1434644198.52398,'\0','\0'),(959,1,1003,1434644242.31038,'\0','\0'),(960,1,1003,1434644250.73384,'\0','\0'),(961,1,1003,1434644279.95077,'\0','\0'),(962,1,1003,1434644310.80559,'\0','\0'),(963,1,1003,1434644311.17996,'\0','\0'),(964,1,1003,1434650616.34256,'\0','\0'),(965,1,1003,1434667537.62876,'\0','\0'),(966,1,1003,1434652208.26731,'\0','\0'),(967,1,1003,1434644514.15415,'\0','\0'),(968,1,1003,1434657006.81609,'\0','\0'),(969,1,1003,1434658706.20235,'\0','\0'),(970,1,1003,1434644614.28413,'\0','\0'),(971,1,1003,1434644680.11191,'\0','\0'),(972,1,1003,1434644775.10982,'\0','\0'),(973,1,1003,1434644780.92825,'\0','\0'),(974,1,1003,1434670982.49632,'\0','\0'),(975,1,1003,1434655551.81936,'\0','\0'),(976,1,1003,1434646786.35129,'\0','\0'),(977,1,1003,1434644822.63997,'\0','\0'),(978,1,1003,1434644833.88685,'\0','\0'),(979,1,1003,1434644836.64788,'\0','\0'),(980,1,1003,1434646662.07405,'\0','\0'),(981,1,1003,1434666450.34726,'\0','\0'),(982,1,1003,1434644936.29429,'\0','\0'),(983,1,1003,1434644945.37291,'\0','\0'),(984,1,1003,1434644974.49624,'\0','\0'),(985,1,1003,1434645029.82589,'\0','\0'),(986,1,1003,1434645034.61479,'\0','\0'),(987,1,1003,1434645074.9382,'\0','\0'),(988,1,1003,1434661088.32564,'\0','\0'),(989,1,1003,1434657929.30975,'\0','\0'),(990,1,1003,1434647864.97534,'\0','\0'),(991,1,1003,1434670581.18085,'\0','\0'),(992,1,1003,1434645152.87081,'\0','\0'),(993,1,1003,1434670290.08791,'\0','\0'),(994,1,1003,1434652718.79138,'\0','\0'),(995,1,1003,1434659248.98515,'\0','\0'),(996,1,1003,1434661643.29126,'\0','\0'),(997,1,1003,1434660247.13396,'\0','\0'),(998,1,1003,1434662470.8806,'\0','\0'),(999,1,1003,1434645316.45752,'\0','\0'),(1000,1,1003,1434669567.41744,'\0','\0'),(1001,1,1003,1434645358.46563,'\0','\0'),(1002,1,1003,1434647218.44359,'\0','\0'),(1003,1,1003,1434645422.15634,'\0','\0'),(1004,1,1003,1434667920.44382,'\0','\0'),(1005,1,1003,1434645465.69315,'\0','\0'),(1006,1,1003,1434649238.60768,'\0','\0'),(1007,1,1003,1434646505.25731,'\0','\0'),(1008,1,1003,1434650193.56286,'\0','\0'),(1009,1,1003,1434645621.40237,'\0','\0'),(1010,1,1003,1434645642.21144,'\0','\0'),(1011,1,1003,1434668023.86519,'\0','\0'),(1012,1,1003,1434645666.2027,'\0','\0'),(1013,1,1003,1434649513.46206,'\0','\0'),(1014,1,1003,1434645668.80773,'\0','\0'),(1015,1,1003,1434645690.83352,'\0','\0'),(1016,1,1003,1434654048.23175,'\0','\0'),(1017,1,1003,1434649999.19932,'\0','\0'),(1018,1,1003,1434667037.97719,'\0','\0'),(1019,1,1003,1434668902.36967,'\0','\0'),(1020,1,1003,1434645766.08309,'\0','\0'),(1021,1,1003,1434645790.33954,'\0','\0'),(1022,1,1003,1434655656.02068,'\0','\0'),(1023,1,1003,1434649438.96124,'\0','\0'),(1024,1,1003,1434647335.56088,'\0','\0'),(1025,1,1003,1434665602.44802,'\0','\0'),(1026,1,1003,1434645842.3778,'\0','\0'),(1027,1,1003,1434657069.89844,'\0','\0'),(1028,1,1003,1434645879.73741,'\0','\0'),(1029,1,1003,1434645907.34764,'\0','\0'),(1030,1,1003,1434664006.74831,'\0','\0'),(1031,1,1003,1434652949.90616,'\0','\0'),(1032,1,1003,1434646001.69039,'\0','\0'),(1033,1,1003,1434646011.28378,'\0','\0'),(1034,1,1003,1434661987.4208,'\0','\0'),(1035,1,1003,1434652709.0888,'\0','\0'),(1036,1,1003,1434646121.25673,'\0','\0'),(1037,1,1003,1434646126.60718,'\0','\0'),(1038,1,1003,1434666215.8631,'\0','\0'),(1039,1,1003,1434656171.78602,'\0','\0'),(1040,1,1003,1434646197.50464,'\0','\0'),(1041,1,1003,1434662562.77431,'\0','\0'),(1042,1,1003,1434646207.79998,'\0','\0'),(1043,1,1003,1434663630.32639,'\0','\0'),(1044,1,1003,1434669019.40897,'\0','\0'),(1045,1,1003,1434667086.77086,'\0','\0'),(1046,1,1003,1434646342.21656,'\0','\0'),(1047,1,1003,1434662993.18192,'\0','\0'),(1048,1,1003,1434649630.65735,'\0','\0'),(1049,1,1003,1434660975.96604,'\0','\0'),(1050,1,1003,1434666391.49224,'\0','\0'),(1051,1,1003,1434663000.35746,'\0','\0'),(1052,1,1003,1434664463.75222,'\0','\0'),(1053,1,1003,1434646652.57426,'\0','\0'),(1054,1,1003,1434646657.70634,'\0','\0'),(1055,1,1003,1434654253.03102,'\0','\0'),(1056,1,1003,1434667711.37042,'\0','\0'),(1057,1,1003,1434646784.15183,'\0','\0'),(1058,1,1003,1434660913.89762,'\0','\0'),(1059,1,1003,1434671036.93683,'\0','\0'),(1060,1,1003,1434664418.68671,'\0','\0'),(1061,1,1003,1434646888.27515,'\0','\0'),(1062,1,1003,1434657232.90799,'\0','\0'),(1063,1,1003,1434646908.44466,'\0','\0'),(1064,1,1003,1434649307.21208,'\0','\0'),(1065,1,1003,1434646921.32943,'\0','\0'),(1066,1,1003,1434650339.81909,'\0','\0'),(1067,1,1003,1434664823.96433,'\0','\0'),(1068,1,1003,1434647090.09502,'\0','\0'),(1069,1,1003,1434647092.82484,'\0','\0'),(1070,1,1003,1434657742.73011,'\0','\0'),(1071,1,1003,1434647147.45254,'\0','\0'),(1072,1,1003,1434647163.55071,'\0','\0'),(1073,1,1003,1434647193.15761,'\0','\0'),(1074,1,1003,1434650118.1885,'\0','\0'),(1075,1,1003,1434647235.97686,'\0','\0'),(1076,1,1003,1434666154.82421,'\0','\0'),(1077,1,1003,1434647305.6732,'\0','\0'),(1078,1,1003,1434665912.21296,'\0','\0'),(1079,1,1003,1434647351.19108,'\0','\0'),(1080,1,1003,1434663516.9514,'\0','\0'),(1081,1,1003,1434647409.57814,'\0','\0'),(1082,1,1003,1434669350.68493,'\0','\0'),(1083,1,1003,1434663448.17453,'\0','\0'),(1084,1,1003,1434647442.30484,'\0','\0'),(1085,1,1003,1434647448.56004,'\0','\0'),(1086,1,1003,1434653981.85801,'\0','\0'),(1087,1,1003,1434655284.03133,'\0','\0'),(1088,1,1003,1434670245.38118,'\0','\0'),(1089,1,1003,1434657460.76259,'\0','\0'),(1090,1,1003,1434647539.93898,'\0','\0'),(1091,1,1003,1434647551.49784,'\0','\0'),(1092,1,1003,1434661987.77958,'\0','\0'),(1093,1,1003,1434647614.82978,'\0','\0'),(1094,1,1003,1434647685.46205,'\0','\0'),(1095,1,1003,1434664281.4779,'\0','\0'),(1096,1,1003,1434655628.09847,'\0','\0'),(1097,1,1003,1434647862.68229,'\0','\0'),(1098,1,1003,1434647882.91419,'\0','\0'),(1099,1,1003,1434647939.25778,'\0','\0'),(1100,1,1003,1434669491.09153,'\0','\0'),(1101,1,1003,1434648020.99654,'\0','\0'),(1102,1,1003,1434648034.00611,'\0','\0'),(1103,1,1003,1434648045.97054,'\0','\0'),(1104,1,1003,1434648046.28252,'\0','\0'),(1105,1,1003,1434648064.04978,'\0','\0'),(1106,1,1003,1434665288.19057,'\0','\0'),(1107,1,1003,1434671206.31078,'\0','\0'),(1108,1,1003,1434648229.27439,'\0','\0'),(1109,1,1003,1434648283.21573,'\0','\0'),(1110,1,1003,1434648910.54511,'\0','\0'),(1111,1,1003,1434664195.19983,'\0','\0'),(1112,1,1003,1434654704.1697,'\0','\0'),(1113,1,1003,1434650174.57888,'\0','\0'),(1114,1,1003,1434648513.06699,'\0','\0'),(1115,1,1003,1434663320.05897,'\0','\0'),(1116,1,1003,1434667456.59196,'\0','\0'),(1117,1,1003,1434648587.27144,'\0','\0'),(1118,1,1003,1434656401.96486,'\0','\0'),(1119,1,1003,1434648643.25625,'\0','\0'),(1120,1,1003,1434648648.20113,'\0','\0'),(1121,1,1003,1434654409.02102,'\0','\0'),(1122,1,1003,1434664507.32023,'\0','\0'),(1123,1,1003,1434656018.47905,'\0','\0'),(1124,1,1003,1434649545.25282,'\0','\0'),(1125,1,1003,1434648851.06613,'\0','\0'),(1126,1,1003,1434648854.73189,'\0','\0'),(1127,1,1003,1434648911.38746,'\0','\0'),(1128,1,1003,1434655224.42755,'\0','\0'),(1129,1,1003,1434656018.32306,'\0','\0'),(1130,1,1003,1434649009.0216,'\0','\0'),(1131,1,1003,1434649038.05134,'\0','\0'),(1132,1,1003,1434649051.04531,'\0','\0'),(1133,1,1003,1434649117.20066,'\0','\0'),(1134,1,1003,1434671042.77086,'\0','\0'),(1135,1,1003,1434653498.86617,'\0','\0'),(1136,1,1003,1434649256.01617,'\0','\0'),(1137,1,1003,1434649331.21895,'\0','\0'),(1138,1,1003,1434655705.54751,'\0','\0'),(1139,1,1003,1434649415.23516,'\0','\0'),(1140,1,1003,1434654729.06571,'\0','\0'),(1141,1,1003,1434667576.71986,'\0','\0'),(1142,1,1003,1434670648.08496,'\0','\0'),(1143,1,1003,1434651744.61823,'\0','\0'),(1144,1,1003,1434651643.06874,'\0','\0'),(1145,1,1003,1434669980.22937,'\0','\0'),(1146,1,1003,1434649635.47744,'\0','\0'),(1147,1,1003,1434655021.14138,'\0','\0'),(1148,1,1003,1434650145.76753,'\0','\0'),(1149,1,1003,1434668816.1696,'\0','\0'),(1150,1,1003,1434655629.2528,'\0','\0'),(1151,1,1003,1434654798.99602,'\0','\0'),(1152,1,1003,1434649714.31479,'\0','\0'),(1153,1,1003,1434659208.98931,'\0','\0'),(1154,1,1003,1434649836.86053,'\0','\0'),(1155,1,1003,1434649841.43104,'\0','\0'),(1156,1,1003,1434650049.4593,'\0','\0'),(1157,1,1003,1434660558.00643,'\0','\0'),(1158,1,1003,1434662687.14514,'\0','\0'),(1159,1,1003,1434671427.33301,'\0','\0'),(1160,1,1003,1434650117.76732,'\0','\0'),(1161,1,1003,1434650145.75193,'\0','\0'),(1162,1,1003,1434650209.45824,'\0','\0'),(1163,1,1003,1434650227.94306,'\0','\0'),(1164,1,1003,1434650399.20448,'\0','\0'),(1165,1,1003,1434658063.61714,'\0','\0'),(1166,1,1003,1434650431.07324,'\0','\0'),(1167,1,1003,1434653005.01743,'\0','\0'),(1168,1,1003,1434650471.25626,'\0','\0'),(1169,1,1003,1434662332.86065,'\0','\0'),(1170,1,1003,1434650561.46528,'\0','\0'),(1171,1,1003,1434656412.3226,'\0','\0'),(1172,1,1003,1434668309.1241,'\0','\0'),(1173,1,1003,1434657789.33992,'\0','\0'),(1174,1,1003,1434650789.24188,'\0','\0'),(1175,1,1003,1434650790.81737,'\0','\0'),(1176,1,1003,1434650860.7009,'\0','\0'),(1177,1,1003,1434654777.5474,'\0','\0'),(1178,1,1003,1434666465.3223,'\0','\0'),(1179,1,1003,1434651064.50183,'\0','\0'),(1180,1,1003,1434651085.2641,'\0','\0'),(1181,1,1003,1434651782.82018,'\0','\0'),(1182,1,1003,1434651127.75577,'\0','\0'),(1183,1,1003,1434651182.05589,'\0','\0'),(1184,1,1003,1434662966.75722,'\0','\0'),(1185,1,1003,1434654304.72611,'\0','\0'),(1186,1,1003,1434651314.5694,'\0','\0'),(1187,1,1003,1434651319.13991,'\0','\0'),(1188,1,1003,1434651466.26967,'\0','\0'),(1189,1,1003,1434651481.05753,'\0','\0'),(1190,1,1003,1434668390.3325,'\0','\0'),(1191,1,1003,1434651551.81459,'\0','\0'),(1192,1,1003,1434651590.31292,'\0','\0'),(1193,1,1003,1434661601.14276,'\0','\0'),(1194,1,1003,1434655761.22034,'\0','\0'),(1195,1,1003,1434658454.49688,'\0','\0'),(1196,1,1003,1434651682.6434,'\0','\0'),(1197,1,1003,1434660338.32572,'\0','\0'),(1198,1,1003,1434651793.98906,'\0','\0'),(1199,1,1003,1434651822.09846,'\0','\0'),(1200,1,1003,1434651841.45682,'\0','\0'),(1201,1,1003,1434651852.84409,'\0','\0'),(1202,1,1003,1434651980.6935,'\0','\0'),(1203,1,1003,1434651998.21117,'\0','\0'),(1204,1,1003,1434658326.3355,'\0','\0'),(1205,1,1003,1434652043.55747,'\0','\0'),(1206,1,1003,1434652096.54727,'\0','\0'),(1207,1,1003,1434652172.01523,'\0','\0'),(1208,1,1003,1434652224.34988,'\0','\0'),(1209,1,1003,1434652324.44866,'\0','\0'),(1210,1,1003,1434662869.02948,'\0','\0'),(1211,1,1003,1434668065.07775,'\0','\0'),(1212,1,1003,1434661300.37844,'\0','\0'),(1213,1,1003,1434652974.39659,'\0','\0'),(1214,1,1003,1434655618.97306,'\0','\0'),(1215,1,1003,1434667218.19244,'\0','\0'),(1216,1,1003,1434655985.17518,'\0','\0'),(1217,1,1003,1434653105.52179,'\0','\0'),(1218,1,1003,1434652771.82798,'\0','\0'),(1219,1,1003,1434659716.05041,'\0','\0'),(1220,1,1003,1434671842.81237,'\0','\0'),(1221,1,1003,1434652841.6491,'\0','\0'),(1222,1,1003,1434652868.1674,'\0','\0'),(1223,1,1003,1434652870.86603,'\0','\0'),(1224,1,1003,1434652927.08483,'\0','\0'),(1225,1,1003,1434664720.15298,'\0','\0'),(1226,1,1003,1434667438.48152,'\0','\0'),(1227,1,1003,1434671681.06634,'\0','\0'),(1228,1,1003,1434653204.62223,'\0','\0'),(1229,1,1003,1434658091.36776,'\0','\0'),(1230,1,1003,1434653254.86661,'\0','\0'),(1231,1,1003,1434662653.91927,'\0','\0'),(1232,1,1003,1434667133.58346,'\0','\0'),(1233,1,1003,1434653495.21601,'\0','\0'),(1234,1,1003,1434653542.0754,'\0','\0'),(1235,1,1003,1434670251.05921,'\0','\0'),(1236,1,1003,1434653637.2137,'\0','\0'),(1237,1,1003,1434656601.27329,'\0','\0'),(1238,1,1003,1434655889.55331,'\0','\0'),(1239,1,1003,1434654313.91392,'\0','\0'),(1240,1,1003,1434653732.99156,'\0','\0'),(1241,1,1003,1434666400.44606,'\0','\0'),(1242,1,1003,1434664100.79469,'\0','\0'),(1243,1,1003,1434658414.96902,'\0','\0'),(1244,1,1003,1434653871.2299,'\0','\0'),(1245,1,1003,1434669145.48009,'\0','\0'),(1246,1,1003,1434653900.04125,'\0','\0'),(1247,1,1003,1434668609.43605,'\0','\0'),(1248,1,1003,1434653948.49175,'\0','\0'),(1249,1,1003,1434654526.91827,'\0','\0'),(1250,1,1003,1434653995.16395,'\0','\0'),(1251,1,1003,1434657829.92852,'\0','\0'),(1252,1,1003,1434654056.45243,'\0','\0'),(1253,1,1003,1434654095.46552,'\0','\0'),(1254,1,1003,1434654101.36195,'\0','\0'),(1255,1,1003,1434657367.90174,'\0','\0'),(1256,1,1003,1434657857.46076,'\0','\0'),(1257,1,1003,1434654160.18578,'\0','\0'),(1258,1,1003,1434661703.06663,'\0','\0'),(1259,1,1003,1434654348.84008,'\0','\0'),(1260,1,1003,1434654467.98524,'\0','\0'),(1261,1,1003,1434654621.08943,'\0','\0'),(1262,1,1003,1434667966.52327,'\0','\0'),(1263,1,1003,1434654705.04325,'\0','\0'),(1264,1,1003,1434656211.15789,'\0','\0'),(1265,1,1003,1434654904.21128,'\0','\0'),(1266,1,1003,1434654946.64056,'\0','\0'),(1267,1,1003,1434668510.81917,'\0','\0'),(1268,1,1003,1434655035.91364,'\0','\0'),(1269,1,1003,1434655090.88451,'\0','\0'),(1270,1,1003,1434655114.70419,'\0','\0'),(1271,1,1003,1434655143.20356,'\0','\0'),(1272,1,1003,1434655196.30255,'\0','\0'),(1273,1,1003,1434655211.37119,'\0','\0'),(1274,1,1003,1434660862.59251,'\0','\0'),(1275,1,1003,1434655272.0825,'\0','\0'),(1276,1,1003,1434657006.51971,'\0','\0'),(1277,1,1003,1434655370.57458,'\0','\0'),(1278,1,1003,1434655393.89509,'\0','\0'),(1279,1,1003,1434655485.44562,'\0','\0'),(1280,1,1003,1434655497.87802,'\0','\0'),(1281,1,1003,1434655534.0833,'\0','\0'),(1282,1,1003,1434655547.43604,'\0','\0'),(1283,1,1003,1434655585.34161,'\0','\0'),(1284,1,1003,1434661896.21345,'\0','\0'),(1285,1,1003,1434655837.15627,'\0','\0'),(1286,1,1003,1434655855.32911,'\0','\0'),(1287,1,1003,1434670652.85826,'\0','\0'),(1288,1,1003,1434655962.02627,'\0','\0'),(1289,1,1003,1434655990.71283,'\0','\0'),(1290,1,1003,1434657825.18642,'\0','\0'),(1291,1,1003,1434657395.62116,'\0','\0'),(1292,1,1003,1434656854.97542,'\0','\0'),(1293,1,1003,1434656108.84405,'\0','\0'),(1294,1,1003,1434656202.28206,'\0','\0'),(1295,1,1003,1434656210.47154,'\0','\0'),(1296,1,1003,1434662268.54598,'\0','\0'),(1297,1,1003,1434656284.55119,'\0','\0'),(1298,1,1003,1434659391.88759,'\0','\0'),(1299,1,1003,1434656313.47174,'\0','\0'),(1300,1,1003,1434657311.91693,'\0','\0'),(1301,1,1003,1434656391.77872,'\0','\0'),(1302,1,1003,1434657620.99551,'\0','\0'),(1303,1,1003,1434656517.36627,'\0','\0'),(1304,1,1003,1434656519.65932,'\0','\0'),(1305,1,1003,1434656537.22379,'\0','\0'),(1306,1,1003,1434656617.12187,'\0','\0'),(1307,1,1003,1434656641.78389,'\0','\0'),(1308,1,1003,1434656645.54325,'\0','\0'),(1309,1,1003,1434656663.85647,'\0','\0'),(1310,1,1003,1434658292.64166,'\0','\0'),(1311,1,1003,1434656902.31839,'\0','\0'),(1312,1,1003,1434656964.496,'\0','\0'),(1313,1,1003,1434671660.86564,'\0','\0'),(1314,1,1003,1434657060.30506,'\0','\0'),(1315,1,1003,1434657098.95938,'\0','\0'),(1316,1,1003,1434657217.2154,'\0','\0'),(1317,1,1003,1434657330.76052,'\0','\0'),(1318,1,1003,1434657333.75553,'\0','\0'),(1319,1,1003,1434659586.31352,'\0','\0'),(1320,1,1003,1434658270.67827,'\0','\0'),(1321,1,1003,1434657494.34723,'\0','\0'),(1322,1,1003,1434666050.06133,'\0','\0'),(1323,1,1003,1434666661.30814,'\0','\0'),(1324,1,1003,1434657707.13319,'\0','\0'),(1325,1,1003,1434657745.13236,'\0','\0'),(1326,1,1003,1434670182.06484,'\0','\0'),(1327,1,1003,1434657779.54375,'\0','\0'),(1328,1,1003,1434657965.84261,'\0','\0'),(1329,1,1003,1434670666.77256,'\0','\0'),(1330,1,1003,1434668382.76698,'\0','\0'),(1331,1,1003,1434661123.50138,'\0','\0'),(1332,1,1003,1434658119.85154,'\0','\0'),(1333,1,1003,1434662173.0801,'\0','\0'),(1334,1,1003,1434664459.57169,'\0','\0'),(1335,1,1003,1434662715.64451,'\0','\0'),(1336,1,1003,1434669558.96278,'\0','\0'),(1337,1,1003,1434658852.48977,'\0','\0'),(1338,1,1003,1434670942.20411,'\0','\0'),(1339,1,1003,1434662897.01409,'\0','\0'),(1340,1,1003,1434658985.51804,'\0','\0'),(1341,1,1003,1434659253.63365,'\0','\0'),(1342,1,1003,1434667478.47735,'\0','\0'),(1343,1,1003,1434659402.6509,'\0','\0'),(1344,1,1003,1434664478.0721,'\0','\0'),(1345,1,1003,1434666182.85561,'\0','\0'),(1346,1,1003,1434659891.88234,'\0','\0'),(1347,1,1003,1434659901.92809,'\0','\0'),(1348,1,1003,1434659935.59073,'\0','\0'),(1349,1,1003,1434659938.30496,'\0','\0'),(1350,1,1003,1434660065.23402,'\0','\0'),(1351,1,1003,1434660065.23402,'\0','\0'),(1352,1,1003,1434660123.3091,'\0','\0'),(1353,1,1003,1434660238.52331,'\0','\0'),(1354,1,1003,1434660250.90892,'\0','\0'),(1355,1,1003,1434660264.44885,'\0','\0'),(1356,1,1003,1434660265.01042,'\0','\0'),(1357,1,1003,1434660298.34548,'\0','\0'),(1358,1,1003,1434669628.50312,'\0','\0'),(1359,1,1003,1434663118.59788,'\0','\0'),(1360,1,1003,1434668548.81834,'\0','\0'),(1361,1,1003,1434663689.04167,'\0','\0'),(1362,1,1003,1434660725.29011,'\0','\0'),(1363,1,1003,1434660725.29011,'\0','\0'),(1364,1,1003,1434660741.23229,'\0','\0'),(1365,1,1003,1434661453.71661,'\0','\0'),(1366,1,1003,1434660819.78885,'\0','\0'),(1367,1,1003,1434663637.25243,'\0','\0'),(1368,1,1003,1434670340.2075,'\0','\0'),(1369,1,1003,1434661267.82333,'\0','\0'),(1370,1,1003,1434661293.34329,'\0','\0'),(1371,1,1003,1434661295.23077,'\0','\0'),(1372,1,1003,1434661401.44436,'\0','\0'),(1373,1,1003,1434661539.08994,'\0','\0'),(1374,1,1003,1434661631.37362,'\0','\0'),(1375,1,1003,1434661751.28314,'\0','\0'),(1376,1,1003,1434661987.3428,'\0','\0'),(1377,1,1003,1434670782.92272,'\0','\0'),(1378,1,1003,1434662129.07532,'\0','\0'),(1379,1,1003,1434670875.98635,'\0','\0'),(1380,1,1003,1434662206.18117,'\0','\0'),(1381,1,1003,1434662405.28681,'\0','\0'),(1382,1,1003,1434662578.26412,'\0','\0'),(1383,1,1003,1434662737.12434,'\0','\0'),(1384,1,1003,1434662795.4334,'\0','\0'),(1385,1,1003,1434662946.19773,'\0','\0'),(1386,1,1003,1434662985.30443,'\0','\0'),(1387,1,1003,1434662995.16299,'\0','\0'),(1388,1,1003,1434663013.8506,'\0','\0'),(1389,1,1003,1434663075.06107,'\0','\0'),(1390,1,1003,1434666264.42278,'\0','\0'),(1391,1,1003,1434663161.61992,'\0','\0'),(1392,1,1003,1434663283.58851,'\0','\0'),(1393,1,1003,1434663304.99033,'\0','\0'),(1394,1,1003,1434667061.62528,'\0','\0'),(1395,1,1003,1434663452.76069,'\0','\0'),(1396,1,1003,1434668601.79254,'\0','\0'),(1397,1,1003,1434665681.53495,'\0','\0'),(1398,1,1003,1434663733.84228,'\0','\0'),(1399,1,1003,1434663747.85027,'\0','\0'),(1400,1,1003,1434663764.27613,'\0','\0'),(1401,1,1003,1434664152.45857,'\0','\0'),(1402,1,1003,1434664195.19983,'\0','\0'),(1403,1,1003,1434664247.53448,'\0','\0'),(1404,1,1003,1434664294.93984,'\0','\0'),(1405,1,1003,1434670322.00346,'\0','\0'),(1406,1,1003,1434664499.25554,'\0','\0'),(1407,1,1003,1434666695.43875,'\0','\0'),(1408,1,1003,1434664661.57874,'\0','\0'),(1409,1,1003,1434664672.10806,'\0','\0'),(1410,1,1003,1434664732.81937,'\0','\0'),(1411,1,1003,1434664789.16296,'\0','\0'),(1412,1,1003,1434664846.30209,'\0','\0'),(1413,1,1003,1434664877.15692,'\0','\0'),(1414,1,1003,1434664963.48178,'\0','\0'),(1415,1,1003,1434664966.78877,'\0','\0'),(1416,1,1003,1434665015.48885,'\0','\0'),(1417,1,1003,1434665083.46929,'\0','\0'),(1418,1,1003,1434665122.49799,'\0','\0'),(1419,1,1003,1434665154.11716,'\0','\0'),(1420,1,1003,1434665155.59907,'\0','\0'),(1421,1,1003,1434665243.32784,'\0','\0'),(1422,1,1003,1434665317.11111,'\0','\0'),(1423,1,1003,1434667820.79741,'\0','\0'),(1424,1,1003,1434665395.15291,'\0','\0'),(1425,1,1003,1434665486.56305,'\0','\0'),(1426,1,1003,1434665731.28016,'\0','\0'),(1427,1,1003,1434665869.87728,'\0','\0'),(1428,1,1003,1434665892.9638,'\0','\0'),(1429,1,1003,1434665984.76391,'\0','\0'),(1430,1,1003,1434665987.18176,'\0','\0'),(1431,1,1003,1434666182.21605,'\0','\0'),(1432,1,1003,1434666501.05961,'\0','\0'),(1433,1,1003,1434666915.22866,'\0','\0'),(1434,1,1003,1434666980.2297,'\0','\0'),(1435,1,1003,1434667113.28917,'\0','\0'),(1436,1,1003,1434668946.07807,'\0','\0'),(1437,1,1003,1434667387.02042,'\0','\0'),(1438,1,1003,1434667490.84736,'\0','\0'),(1439,1,1003,1434667552.10463,'\0','\0'),(1440,1,1003,1434667694.75749,'\0','\0'),(1441,1,1003,1434667818.67595,'\0','\0'),(1442,1,1003,1434668466.42442,'\0','\0'),(1443,1,1003,1434668117.41239,'\0','\0'),(1444,1,1003,1434668121.9829,'\0','\0'),(1445,1,1003,1434668229.6004,'\0','\0'),(1446,1,1003,1434668347.24806,'\0','\0'),(1447,1,1003,1434671744.91305,'\0','\0'),(1448,1,1003,1434668535.73078,'\0','\0'),(1449,1,1003,1434668657.59016,'\0','\0'),(1450,1,1003,1434668671.67606,'\0','\0'),(1451,1,1003,1434668816.154,'\0','\0'),(1452,1,1003,1434668892.94788,'\0','\0'),(1453,1,1003,1434669078.71637,'\0','\0'),(1454,1,1003,1434669096.23405,'\0','\0'),(1455,1,1003,1434669223.52188,'\0','\0'),(1456,1,1003,1434669273.93785,'\0','\0'),(1457,1,1003,1434669656.44093,'\0','\0'),(1458,1,1003,1434669700.38331,'\0','\0'),(1459,1,1003,1434669789.01683,'\0','\0'),(1460,1,1003,1434669927.27077,'\0','\0'),(1461,1,1003,1434669946.08316,'\0','\0'),(1462,1,1003,1434670212.06171,'\0','\0'),(1463,1,1003,1434670437.17088,'\0','\0'),(1464,1,1003,1434670550.57561,'\0','\0'),(1465,1,1003,1434670570.71392,'\0','\0'),(1466,1,1003,1434670573.42815,'\0','\0'),(1467,1,1003,1434670678.05064,'\0','\0'),(1468,1,1003,1434670748.52692,'\0','\0'),(1469,1,1003,1434670971.48343,'\0','\0'),(1470,1,1003,1434670981.93476,'\0','\0'),(1471,1,1003,1434671119.58034,'\0','\0'),(1472,1,1003,1434671191.46053,'\0','\0'),(1473,1,1003,1434671661.50519,'\0','\0'),(1474,1,1003,1434671679.67803,'\0','\0'),(1475,1,1003,1434672028.75245,'\0','\0'),(1476,1,1003,1434674661.55167,'\0','\0'),(1477,1,1003,1434672102.03655,'\0','\0'),(1478,1,1003,1434683720.63972,'\0','\0'),(1479,1,1003,1434679577.8885,'\0','\0'),(1480,1,1003,1434673952.17155,'\0','\0'),(1481,1,1003,1434683128.47048,'\0','\0'),(1482,1,1003,1434682269.15277,'\0','\0'),(1483,1,1003,1434673513.49647,'\0','\0'),(1484,1,1003,1434678354.41213,'\0','\0'),(1485,1,1003,1434672296.2597,'\0','\0'),(1486,1,1003,1434683116.31886,'\0','\0'),(1487,1,1003,1434672398.51115,'\0','\0'),(1488,1,1003,1434675581.4247,'\0','\0'),(1489,1,1003,1434683776.98331,'\0','\0'),(1490,1,1003,1434683132.44823,'\0','\0'),(1491,1,1003,1434672486.23992,'\0','\0'),(1492,1,1003,1434682259.88697,'\0','\0'),(1493,1,1003,1434672617.6459,'\0','\0'),(1494,1,1003,1434679684.92884,'\0','\0'),(1495,1,1003,1434682190.6742,'\0','\0'),(1496,1,1003,1434673231.40415,'\0','\0'),(1497,1,1003,1434684938.96842,'\0','\0'),(1498,1,1003,1434672841.49155,'\0','\0'),(1499,1,1003,1434672847.94953,'\0','\0'),(1500,1,1003,1434677695.1828,'\0','\0'),(1501,1,1003,1434672864.25049,'\0','\0'),(1502,1,1003,1434679466.13726,'\0','\0'),(1503,1,1003,1434675588.50665,'\0','\0'),(1504,1,1003,1434677362.8617,'\0','\0'),(1505,1,1003,1434673412.19656,'\0','\0'),(1506,1,1003,1434677826.22999,'\0','\0'),(1507,1,1003,1434683600.35583,'\0','\0'),(1508,1,1003,1434683937.62181,'\0','\0'),(1509,1,1003,1434684684.51753,'\0','\0'),(1510,1,1003,1434683876.59852,'\0','\0'),(1511,1,1003,1434673383.33841,'\0','\0'),(1512,1,1003,1434673475.82488,'\0','\0'),(1513,1,1003,1434675753.93404,'\0','\0'),(1514,1,1003,1434682143.05046,'\0','\0'),(1515,1,1003,1434683629.63516,'\0','\0'),(1516,1,1003,1434673609.61751,'\0','\0'),(1517,1,1003,1434675855.32754,'\0','\0'),(1518,1,1003,1434673742.45859,'\0','\0'),(1519,1,1003,1434673763.56404,'\0','\0'),(1520,1,1003,1434675844.81382,'\0','\0'),(1521,1,1003,1434674647.0134,'\0','\0'),(1522,1,1003,1434684768.31536,'\0','\0'),(1523,1,1003,1434683047.48048,'\0','\0'),(1524,1,1003,1434673973.2146,'\0','\0'),(1525,1,1003,1434679510.8284,'\0','\0'),(1526,1,1003,1434681807.59396,'\0','\0'),(1527,1,1003,1434678718.91397,'\0','\0'),(1528,1,1003,1434674101.18879,'\0','\0'),(1529,1,1003,1434674102.23393,'\0','\0'),(1530,1,1003,1434674139.01637,'\0','\0'),(1531,1,1003,1434677804.329,'\0','\0'),(1532,1,1003,1434684370.77484,'\0','\0'),(1533,1,1003,1434674182.83396,'\0','\0'),(1534,1,1003,1434674207.1216,'\0','\0'),(1535,1,1003,1434679374.22796,'\0','\0'),(1536,1,1003,1434683948.16674,'\0','\0'),(1537,1,1003,1434674258.41111,'\0','\0'),(1538,1,1003,1434674263.69918,'\0','\0'),(1539,1,1003,1434674319.96477,'\0','\0'),(1540,1,1003,1434682164.2651,'\0','\0'),(1541,1,1003,1434674409.22225,'\0','\0'),(1542,1,1003,1434675971.54009,'\0','\0'),(1543,1,1003,1434684652.1964,'\0','\0'),(1544,1,1003,1434684604.72865,'\0','\0'),(1545,1,1003,1434674467.42212,'\0','\0'),(1546,1,1003,1434681146.86712,'\0','\0'),(1547,1,1003,1434674503.64299,'\0','\0'),(1548,1,1003,1434674530.80085,'\0','\0'),(1549,1,1003,1434674534.763,'\0','\0'),(1550,1,1003,1434676045.43255,'\0','\0'),(1551,1,1003,1434674633.97264,'\0','\0'),(1552,1,1003,1434684420.14568,'\0','\0'),(1553,1,1003,1434674776.15752,'\0','\0'),(1554,1,1003,1434678408.08829,'\0','\0'),(1555,1,1003,1434676913.51691,'\0','\0'),(1556,1,1003,1434674812.62799,'\0','\0'),(1557,1,1003,1434683232.00105,'\0','\0'),(1558,1,1003,1434681760.06381,'\0','\0'),(1559,1,1003,1434684352.19644,'\0','\0'),(1560,1,1003,1434674939.55705,'\0','\0'),(1561,1,1003,1434674949.6652,'\0','\0'),(1562,1,1003,1434675041.44972,'\0','\0'),(1563,1,1003,1434680387.03983,'\0','\0'),(1564,1,1003,1434684859.83469,'\0','\0'),(1565,1,1003,1434679188.44387,'\0','\0'),(1566,1,1003,1434680769.51171,'\0','\0'),(1567,1,1003,1434679803.79322,'\0','\0'),(1568,1,1003,1434684197.25157,'\0','\0'),(1569,1,1003,1434675203.9445,'\0','\0'),(1570,1,1003,1434680346.32644,'\0','\0'),(1571,1,1003,1434681992.00534,'\0','\0'),(1572,1,1003,1434683570.31216,'\0','\0'),(1573,1,1003,1434677380.25458,'\0','\0'),(1574,1,1003,1434682142.58249,'\0','\0'),(1575,1,1003,1434678558.38466,'\0','\0'),(1576,1,1003,1434680820.95721,'\0','\0'),(1577,1,1003,1434680350.58497,'\0','\0'),(1578,1,1003,1434675940.10811,'\0','\0'),(1579,1,1003,1434682426.79627,'\0','\0'),(1580,1,1003,1434679628.00809,'\0','\0'),(1581,1,1003,1434676150.08625,'\0','\0'),(1582,1,1003,1434676821.99757,'\0','\0'),(1583,1,1003,1434675575.74667,'\0','\0'),(1584,1,1003,1434679793.88785,'\0','\0'),(1585,1,1003,1434683879.73392,'\0','\0'),(1586,1,1003,1434677113.52728,'\0','\0'),(1587,1,1003,1434681444.15286,'\0','\0'),(1588,1,1003,1434675650.90265,'\0','\0'),(1589,1,1003,1434677557.64641,'\0','\0'),(1590,1,1003,1434675752.85771,'\0','\0'),(1591,1,1003,1434682458.50903,'\0','\0'),(1592,1,1003,1434675967.54675,'\0','\0'),(1593,1,1003,1434681456.52287,'\0','\0'),(1594,1,1003,1434678465.92938,'\0','\0'),(1595,1,1003,1434676006.80943,'\0','\0'),(1596,1,1003,1434676070.28176,'\0','\0'),(1597,1,1003,1434684373.11469,'\0','\0'),(1598,1,1003,1434679993.96063,'\0','\0'),(1599,1,1003,1434676188.179,'\0','\0'),(1600,1,1003,1434676194.32501,'\0','\0'),(1601,1,1003,1434684261.55065,'\0','\0'),(1602,1,1003,1434680029.65114,'\0','\0'),(1603,1,1003,1434678505.89402,'\0','\0'),(1604,1,1003,1434676415.42524,'\0','\0'),(1605,1,1003,1434678062.04008,'\0','\0'),(1606,1,1003,1434677167.62461,'\0','\0'),(1607,1,1003,1434676491.42356,'\0','\0'),(1608,1,1003,1434676493.74781,'\0','\0'),(1609,1,1003,1434681136.1662,'\0','\0'),(1610,1,1003,1434676547.43957,'\0','\0'),(1611,1,1003,1434676566.11158,'\0','\0'),(1612,1,1003,1434676619.67854,'\0','\0'),(1613,1,1003,1434682906.48112,'\0','\0'),(1614,1,1003,1434676668.56581,'\0','\0'),(1615,1,1003,1434680997.3507,'\0','\0'),(1616,1,1003,1434676753.17478,'\0','\0'),(1617,1,1003,1434676973.51066,'\0','\0'),(1618,1,1003,1434679558.57694,'\0','\0'),(1619,1,1003,1434676848.62506,'\0','\0'),(1620,1,1003,1434680940.86673,'\0','\0'),(1621,1,1003,1434684765.05517,'\0','\0'),(1622,1,1003,1434682439.60305,'\0','\0'),(1623,1,1003,1434676931.62734,'\0','\0'),(1624,1,1003,1434677046.51398,'\0','\0'),(1625,1,1003,1434676976.77085,'\0','\0'),(1626,1,1003,1434677059.21157,'\0','\0'),(1627,1,1003,1434685004.10984,'\0','\0'),(1628,1,1003,1434684895.75919,'\0','\0'),(1629,1,1003,1434677102.2804,'\0','\0'),(1630,1,1003,1434677225.5593,'\0','\0'),(1631,1,1003,1434677291.65226,'\0','\0'),(1632,1,1003,1434684065.7364,'\0','\0'),(1633,1,1003,1434684420.19248,'\0','\0'),(1634,1,1003,1434677489.07321,'\0','\0'),(1635,1,1003,1434677575.67886,'\0','\0'),(1636,1,1003,1434678209.02945,'\0','\0'),(1637,1,1003,1434677651.69278,'\0','\0'),(1638,1,1003,1434677695.1672,'\0','\0'),(1639,1,1003,1434677729.76578,'\0','\0'),(1640,1,1003,1434680973.68702,'\0','\0'),(1641,1,1003,1434684190.62199,'\0','\0'),(1642,1,1003,1434677916.673,'\0','\0'),(1643,1,1003,1434678017.38014,'\0','\0'),(1644,1,1003,1434681603.46545,'\0','\0'),(1645,1,1003,1434678210.71415,'\0','\0'),(1646,1,1003,1434678271.75303,'\0','\0'),(1647,1,1003,1434678466.95892,'\0','\0'),(1648,1,1003,1434678505.08287,'\0','\0'),(1649,1,1003,1434684802.99194,'\0','\0'),(1650,1,1003,1434678584.2478,'\0','\0'),(1651,1,1003,1434678613.8079,'\0','\0'),(1652,1,1003,1434678622.40295,'\0','\0'),(1653,1,1003,1434678694.45474,'\0','\0'),(1654,1,1003,1434678704.21971,'\0','\0'),(1655,1,1003,1434680480.80542,'\0','\0'),(1656,1,1003,1434678834.23737,'\0','\0'),(1657,1,1003,1434681727.08752,'\0','\0'),(1658,1,1003,1434684416.01195,'\0','\0'),(1659,1,1003,1434678944.13233,'\0','\0'),(1660,1,1003,1434682883.51939,'\0','\0'),(1661,1,1003,1434679137.85631,'\0','\0'),(1662,1,1003,1434684951.97799,'\0','\0'),(1663,1,1003,1434684745.22884,'\0','\0'),(1664,1,1003,1434682265.70539,'\0','\0'),(1665,1,1003,1434679426.547,'\0','\0'),(1666,1,1003,1434681497.06467,'\0','\0'),(1667,1,1003,1434684735.12069,'\0','\0'),(1668,1,1003,1434679532.76059,'\0','\0'),(1669,1,1003,1434679990.21687,'\0','\0'),(1670,1,1003,1434682943.20116,'\0','\0'),(1671,1,1003,1434679563.70901,'\0','\0'),(1672,1,1003,1434679572.14807,'\0','\0'),(1673,1,1003,1434679633.42094,'\0','\0'),(1674,1,1003,1434679867.48394,'\0','\0'),(1675,1,1003,1434679729.02721,'\0','\0'),(1676,1,1003,1434679744.65741,'\0','\0'),(1677,1,1003,1434679765.1077,'\0','\0'),(1678,1,1003,1434684568.78855,'\0','\0'),(1679,1,1003,1434684774.009,'\0','\0'),(1680,1,1003,1434679816.5376,'\0','\0'),(1681,1,1003,1434684750.5481,'\0','\0'),(1682,1,1003,1434681982.16237,'\0','\0'),(1683,1,1003,1434679865.86164,'\0','\0'),(1684,1,1003,1434680024.58147,'\0','\0'),(1685,1,1003,1434680064.09373,'\0','\0'),(1686,1,1003,1434680072.59519,'\0','\0'),(1687,1,1003,1434680312.16463,'\0','\0'),(1688,1,1003,1434680312.78859,'\0','\0'),(1689,1,1003,1434680433.83683,'\0','\0'),(1690,1,1003,1434680446.56561,'\0','\0'),(1691,1,1003,1434685061.74815,'\0','\0'),(1692,1,1003,1434680549.47222,'\0','\0'),(1693,1,1003,1434680582.62009,'\0','\0'),(1694,1,1003,1434680594.8809,'\0','\0'),(1695,1,1003,1434680612.67936,'\0','\0'),(1696,1,1003,1434680621.96077,'\0','\0'),(1697,1,1003,1434680623.92624,'\0','\0'),(1698,1,1003,1434680677.57519,'\0','\0'),(1699,1,1003,1434680690.53397,'\0','\0'),(1700,1,1003,1434682884.31494,'\0','\0'),(1701,1,1003,1434680769.24653,'\0','\0'),(1702,1,1003,1434680835.43308,'\0','\0'),(1703,1,1003,1434681524.33172,'\0','\0'),(1704,1,1003,1434681026.45844,'\0','\0'),(1705,1,1003,1434681054.50544,'\0','\0'),(1706,1,1003,1434681269.11648,'\0','\0'),(1707,1,1003,1434681442.81135,'\0','\0'),(1708,1,1003,1434681455.24375,'\0','\0'),(1709,1,1003,1434684742.18703,'\0','\0'),(1710,1,1003,1434683667.74351,'\0','\0'),(1711,1,1003,1434681647.43903,'\0','\0'),(1712,1,1003,1434681705.04614,'\0','\0'),(1713,1,1003,1434681706.07567,'\0','\0'),(1714,1,1003,1434681942.63451,'\0','\0'),(1715,1,1003,1434683720.9517,'\0','\0'),(1716,1,1003,1434682073.91569,'\0','\0'),(1717,1,1003,1434682142.58249,'\0','\0'),(1718,1,1003,1434682169.08519,'\0','\0'),(1719,1,1003,1434682236.64446,'\0','\0'),(1720,1,1003,1434683512.20588,'\0','\0'),(1721,1,1003,1434682599.78918,'\0','\0'),(1722,1,1003,1434682377.75301,'\0','\0'),(1723,1,1003,1434682404.84847,'\0','\0'),(1724,1,1003,1434682605.29562,'\0','\0'),(1725,1,1003,1434682621.73697,'\0','\0'),(1726,1,1003,1434683041.64645,'\0','\0'),(1727,1,1003,1434682652.545,'\0','\0'),(1728,1,1003,1434684672.64669,'\0','\0'),(1729,1,1003,1434682915.57533,'\0','\0'),(1730,1,1003,1434683338.29263,'\0','\0'),(1731,1,1003,1434683087.6011,'\0','\0'),(1732,1,1003,1434684448.00549,'\0','\0'),(1733,1,1003,1434684373.23949,'\0','\0'),(1734,1,1003,1434683614.9565,'\0','\0'),(1735,1,1003,1434683421.88767,'\0','\0'),(1736,1,1003,1434684745.41603,'\0','\0'),(1737,1,1003,1434683458.38934,'\0','\0'),(1738,1,1003,1434684642.55622,'\0','\0'),(1739,1,1003,1434683558.62851,'\0','\0'),(1740,1,1003,1434684084.82958,'\0','\0'),(1741,1,1003,1434683799.88264,'\0','\0'),(1742,1,1003,1434683965.32564,'\0','\0'),(1743,1,1003,1434683986.1503,'\0','\0'),(1744,1,1003,1434684010.37555,'\0','\0'),(1745,1,1003,1434684606.31975,'\0','\0'),(1746,1,1003,1434684150.98493,'\0','\0'),(1747,1,1003,1434684164.0725,'\0','\0'),(1748,1,1003,1434684209.10681,'\0','\0'),(1749,1,1003,1434684232.09974,'\0','\0'),(1750,1,1003,1434684248.11991,'\0','\0'),(1751,1,1003,1434684362.52297,'\0','\0'),(1752,1,1003,1434684409.66315,'\0','\0'),(1753,1,1003,1434684558.05644,'\0','\0'),(1754,1,1003,1434684583.28002,'\0','\0'),(1755,1,1003,1434684635.95784,'\0','\0'),(1756,1,1003,1434684647.73509,'\0','\0'),(1757,1,1003,1434684663.1313,'\0','\0'),(1758,1,1003,1434684676.14087,'\0','\0'),(1759,1,1003,1434684958.35798,'\0','\0'),(1760,1,1003,1434684744.2773,'\0','\0'),(1761,1,1003,1434684832.11527,'\0','\0'),(1762,1,1003,1434684927.44076,'\0','\0'),(1763,1,1003,1434684938.95282,'\0','\0'),(1764,1,1003,1434685021.05036,'\0','\0'),(1765,1,1003,1434685054.57261,'\0','\0'),(1766,1,1003,1434685067.42618,'\0','\0'),(1767,1,1003,1434685067.42618,'\0','\0'),(1768,1,1003,1434685070.79557,'\0','\0'),(1769,1,1003,1434687294.55323,'\0','\0'),(1770,1,1003,1434718595.17921,'\0','\0'),(1771,1,1000,1434732507.35328,'\0','\0'),(1772,1,2000,1434733429.48816,'\0','\0'),(1773,1,2027,1434733429.62856,'\0','\0'),(1774,1,2001,1434733578.7394,'\0','\0'),(1775,1,2065,1434733617.7525,'\0','\0'),(1776,1,1003,1434809861.64991,'\0','\0'),(1777,1,1003,1435159231.79591,'\0','\0'),(1778,1,1003,1435239950.42722,'\0','\0'),(1779,1,1003,1435271071.0898,'\0','\0'),(1780,1,1003,1435361995.70485,'\0','\0'),(1781,1,2008,1435358983.01015,'\0','\0'),(1782,1,1003,1435370288.82689,'\0','\0'),(1783,1,1000,1435707501.00593,'\0','\0'),(1784,1,2066,1435707674.57711,'\0','\0'),(1785,1,2066,1435707861.62592,'\0','\0'),(1786,1,2066,1435707979.00915,'\0','\0'),(1787,1,2066,1435708165.94877,'\0','\0'),(1788,1,1003,1435780109.23055,'\0','\0'),(1789,1,1003,1435796820.08939,'\0','\0'),(1790,1,1003,1435812497.20801,'\0','\0'),(1791,1,1003,1435833111.49857,'\0','\0'),(1792,1,1003,1435853127.91579,'\0','\0'),(1793,1,1003,1435871971.50454,'\0','\0'),(1794,1,1003,1435888324.3909,'\0','\0'),(1795,1,1003,1435906162.4995,'\0','\0'),(1796,1,1003,1435948244.16225,'\0','\0'),(1797,1,1003,1435967746.36738,'\0','\0'),(1798,1,1003,1436010501.40611,'\0','\0'),(1799,1,1000,1436291939.78659,'\0','\0'),(1800,1,2008,1436309364.18157,'\0','\0'),(1801,1,1000,1436327565.33131,'\0','\0'),(1802,1,5000,1436327635.12124,'\0','\0'),(1803,1,5001,1436327643.04553,'\0','\0'),(1804,1,2004,1436327842.77513,'\0','\0'),(1805,1,1000,1436328082.90613,'\0','\0'),(1806,1,1003,1436343948.25906,'\0','\0'),(1807,1,1000,1436405242.81729,'\0','\0'),(1808,1,2042,1436406991.434,'\0','\0'),(1809,1,2045,1436407673.28188,'\0','\0'),(1810,1,2071,1436407673.31308,'\0','\0'),(1811,1,2042,1436408333.66555,'\0','\0'),(1812,1,2071,1436408336.31738,'\0','\0'),(1813,1,1003,1436554335.58289,'\0','\0'),(1814,1,1003,1436554604.04168,'\0','\0'),(1815,1,2058,1436560773.13419,'\0','\0'),(1816,1,2058,1436560773.19659,'\0','\0'),(1817,1,2058,1436560773.22779,'\0','\0'),(1818,1,2058,1436560773.25899,'\0','\0'),(1819,1,2058,1436560773.29018,'\0','\0'),(1820,1,2058,1436560773.32138,'\0','\0'),(1821,1,2058,1436560773.38378,'\0','\0'),(1822,1,2058,1436560773.43058,'\0','\0'),(1823,1,2033,1436560773.52417,'\0','\0'),(1824,1,2009,1436560773.55537,'\0','\0'),(1825,1,2058,1436560773.63336,'\0','\0'),(1826,1,2058,1436560773.66456,'\0','\0'),(1827,1,2009,1436560773.71136,'\0','\0'),(1828,1,1003,1436617649.9755,'\0','\0'),(1829,1,1003,1436619090.13758,'\0','\0'),(1830,1,1003,1436624116.15097,'\0','\0'),(1831,1,1003,1436636579.43999,'\0','\0'),(1832,1,1003,1436639447.86211,'\0','\0'),(1833,1,1003,1436644754.38741,'\0','\0'),(1834,1,1003,1436648263.60084,'\0','\0'),(1835,1,1003,1436650440.47249,'\0','\0'),(1836,1,1003,1436653400.9599,'\0','\0'),(1837,1,1003,1436666692.9458,'\0','\0'),(1838,1,1003,1436666776.60324,'\0','\0'),(1839,1,1003,1436694005.51055,'\0','\0'),(1840,1,1003,1436679633.3095,'\0','\0'),(1841,1,1003,1436709516.88221,'\0','\0'),(1842,1,1003,1436713220.63077,'\0','\0'),(1843,1,1003,1436716061.45825,'\0','\0'),(1844,1,1003,1436718685.55323,'\0','\0'),(1845,1,1003,1436719295.63012,'\0','\0'),(1846,1,1003,1436719478.24761,'\0','\0'),(1847,1,1003,1436719623.5367,'\0','\0'),(1848,1,1003,1436720096.1552,'\0','\0'),(1849,1,1003,1436720182.30848,'\0','\0'),(1850,1,1003,1436720852.56631,'\0','\0'),(1851,1,1003,1436721209.05026,'\0','\0'),(1852,1,1003,1436722620.72856,'\0','\0'),(1853,1,1003,1436722710.23562,'\0','\0'),(1854,1,1003,1436722743.16511,'\0','\0'),(1855,1,1003,1436723313.43335,'\0','\0'),(1856,1,1003,1436723692.80103,'\0','\0'),(1857,1,1003,1436724251.52602,'\0','\0'),(1858,1,1003,1436725132.69793,'\0','\0'),(1859,1,1003,1436726451.64017,'\0','\0'),(1860,1,1003,1436726609.54885,'\0','\0'),(1861,1,1003,1436726806.03385,'\0','\0'),(1862,1,1003,1436726953.538,'\0','\0'),(1863,1,1003,1436727449.633,'\0','\0'),(1864,1,1003,1436728091.93742,'\0','\0'),(1865,1,1003,1436728328.97982,'\0','\0'),(1866,1,1003,1436728728.751,'\0','\0'),(1867,1,1003,1436729004.8689,'\0','\0'),(1868,1,1003,1436729485.56768,'\0','\0'),(1869,1,1003,1436729441.48491,'\0','\0'),(1870,1,1003,1436730035.9472,'\0','\0'),(1871,1,1003,1436730100.68305,'\0','\0'),(1872,1,1003,1436730512.21586,'\0','\0'),(1873,1,1003,1436732099.89768,'\0','\0'),(1874,1,1003,1436732119.55242,'\0','\0'),(1875,1,1003,1436733428.05894,'\0','\0'),(1876,1,1003,1436734010.4944,'\0','\0'),(1877,1,1003,1436734294.17781,'\0','\0'),(1878,1,1003,1436734481.97418,'\0','\0'),(1879,1,1003,1436737322.61447,'\0','\0'),(1880,1,1003,1436737359.49051,'\0','\0'),(1881,1,1003,1436737612.80267,'\0','\0'),(1882,1,1003,1436737866.13043,'\0','\0'),(1883,1,1003,1436738049.40308,'\0','\0'),(1884,1,1003,1436738863.78007,'\0','\0'),(1885,1,1003,1436739105.39298,'\0','\0'),(1886,1,1003,1436739292.62778,'\0','\0'),(1887,1,1003,1436740725.31615,'\0','\0'),(1888,1,1003,1436740896.17847,'\0','\0'),(1889,1,1003,1436741839.23953,'\0','\0'),(1890,1,1003,1436741955.45208,'\0','\0'),(1891,1,1003,1436742641.30891,'\0','\0'),(1892,1,1003,1436743558.31173,'\0','\0'),(1893,1,1003,1436744259.75196,'\0','\0'),(1894,1,1003,1436744804.59383,'\0','\0'),(1895,1,1003,1436745494.81838,'\0','\0'),(1896,1,1003,1436745683.14511,'\0','\0'),(1897,1,1003,1436745725.85517,'\0','\0'),(1898,1,1003,1436746449.94515,'\0','\0'),(1899,1,1003,1436747008.40495,'\0','\0'),(1900,1,1003,1436747098.84795,'\0','\0'),(1901,1,1003,1436747132.82258,'\0','\0'),(1902,1,1003,1436747443.32067,'\0','\0'),(1903,1,1003,1436816064.44971,'\0','\0'),(1904,1,1003,1436748246.51318,'\0','\0'),(1905,1,1003,1436755622.89031,'\0','\0'),(1906,1,1003,1436751147.41242,'\0','\0'),(1907,1,1003,1436751657.26573,'\0','\0'),(1908,1,1003,1436816679.0971,'\0','\0'),(1909,1,1003,1436802968.06908,'\0','\0'),(1910,1,1003,1436753718.56439,'\0','\0'),(1911,1,1003,1436754673.64436,'\0','\0'),(1912,1,1003,1436754961.5863,'\0','\0'),(1913,1,1003,1436755503.83874,'\0','\0'),(1914,1,1003,1436756589.02997,'\0','\0'),(1915,1,1003,1436756632.208,'\0','\0'),(1916,1,1003,1436757447.36495,'\0','\0'),(1917,1,1003,1436758719.3542,'\0','\0'),(1918,1,1003,1436759059.5216,'\0','\0'),(1919,1,1003,1436760008.43996,'\0','\0'),(1920,1,1003,1436761655.39798,'\0','\0'),(1921,1,1003,1436761856.45349,'\0','\0'),(1922,1,1003,1436761897.82204,'\0','\0'),(1923,1,1003,1436762411.35672,'\0','\0'),(1924,1,1003,1436762737.21983,'\0','\0'),(1925,1,1003,1436765470.46101,'\0','\0'),(1926,1,1003,1436766158.01814,'\0','\0'),(1927,1,1003,1436766695.1697,'\0','\0'),(1928,1,1003,1436767031.98331,'\0','\0'),(1929,1,1003,1436767670.52837,'\0','\0'),(1930,1,1003,1436768110.99734,'\0','\0'),(1931,1,1003,1436768116.09821,'\0','\0'),(1932,1,1003,1436770315.83799,'\0','\0'),(1933,1,1003,1436771192.47059,'\0','\0'),(1934,1,1003,1436772104.65332,'\0','\0'),(1935,1,1003,1436772133.21509,'\0','\0'),(1936,1,1003,1436772479.07611,'\0','\0'),(1937,1,1003,1436772809.82171,'\0','\0'),(1938,1,1003,1436773347.75503,'\0','\0'),(1939,1,1003,1436773852.40441,'\0','\0'),(1940,1,1003,1436774429.13671,'\0','\0'),(1941,1,1003,1436774465.60741,'\0','\0'),(1942,1,1003,1436774717.73412,'\0','\0'),(1943,1,1003,1436819533.30853,'\0','\0'),(1944,1,1003,1436775393.436,'\0','\0'),(1945,1,1003,1436777566.93826,'\0','\0'),(1946,1,1003,1436803009.9212,'\0','\0'),(1947,1,1003,1436778514.17194,'\0','\0'),(1948,1,1003,1436778540.23787,'\0','\0'),(1949,1,1003,1436779150.43955,'\0','\0'),(1950,1,1003,1436779684.05014,'\0','\0'),(1951,1,1003,1436779858.15058,'\0','\0'),(1952,1,1003,1436780023.49998,'\0','\0'),(1953,1,1003,1436780487.83541,'\0','\0'),(1954,1,1003,1436780976.06851,'\0','\0'),(1955,1,1003,1436782705.67003,'\0','\0'),(1956,1,1003,1436782817.56166,'\0','\0'),(1957,1,1003,1436782847.96411,'\0','\0'),(1958,1,1003,1436783388.39147,'\0','\0'),(1959,1,1003,1436783746.27933,'\0','\0'),(1960,1,1003,1436810103.90022,'\0','\0'),(1961,1,1003,1436784597.11118,'\0','\0'),(1962,1,1003,1436784668.94458,'\0','\0'),(1963,1,1003,1436786205.21209,'\0','\0'),(1964,1,1003,1436786260.24536,'\0','\0'),(1965,1,1003,1436786925.33993,'\0','\0'),(1966,1,1003,1436786989.90419,'\0','\0'),(1967,1,1003,1436787342.37919,'\0','\0'),(1968,1,1003,1436787437.3303,'\0','\0'),(1969,1,1003,1436787937.94901,'\0','\0'),(1970,1,1003,1436787987.44464,'\0','\0'),(1971,1,1003,1436788135.69753,'\0','\0'),(1972,1,1003,1436788352.14926,'\0','\0'),(1973,1,1003,1436789145.26481,'\0','\0'),(1974,1,1003,1436789262.88127,'\0','\0'),(1975,1,1003,1436789405.64332,'\0','\0'),(1976,1,1003,1436790295.47268,'\0','\0'),(1977,1,1003,1436790431.68315,'\0','\0'),(1978,1,1003,1436790646.1694,'\0','\0'),(1979,1,1003,1436790920.6806,'\0','\0'),(1980,1,1003,1436791039.29539,'\0','\0'),(1981,1,1003,1436791485.59838,'\0','\0'),(1982,1,1003,1436791806.54781,'\0','\0'),(1983,1,1003,1436793067.97654,'\0','\0'),(1984,1,1003,1436793175.32886,'\0','\0'),(1985,1,1003,1436793450.01165,'\0','\0'),(1986,1,1003,1436796143.00741,'\0','\0'),(1987,1,1003,1436796236.851,'\0','\0'),(1988,1,1003,1436796281.57333,'\0','\0'),(1989,1,1003,1436796810.70701,'\0','\0'),(1990,1,1003,1436798917.18037,'\0','\0'),(1991,1,1003,1436800256.19853,'\0','\0'),(1992,1,1003,1436800355.33017,'\0','\0'),(1993,1,1003,1436800556.46368,'\0','\0'),(1994,1,1003,1436801291.08299,'\0','\0'),(1995,1,1003,1436801323.34172,'\0','\0'),(1996,1,1003,1436801323.6225,'\0','\0'),(1997,1,1003,1436801414.22149,'\0','\0'),(1998,1,1003,1436801792.91842,'\0','\0'),(1999,1,1003,1436802024.71956,'\0','\0'),(2000,1,1003,1436802437.03232,'\0','\0'),(2001,1,1003,1436802561.77753,'\0','\0'),(2002,1,1003,1436802686.03916,'\0','\0'),(2003,1,1003,1436803062.9734,'\0','\0'),(2004,1,1003,1436803587.47417,'\0','\0'),(2005,1,1003,1436803689.64762,'\0','\0'),(2006,1,1003,1436804407.32641,'\0','\0'),(2007,1,1003,1436804799.68806,'\0','\0'),(2008,1,1003,1436805076.42992,'\0','\0'),(2009,1,1003,1436812775.13538,'\0','\0'),(2010,1,1003,1436805792.28007,'\0','\0'),(2011,1,1003,1436806995.4547,'\0','\0'),(2012,1,1003,1436807203.65588,'\0','\0'),(2013,1,1003,1436807362.34477,'\0','\0'),(2014,1,1003,1436807801.30063,'\0','\0'),(2015,1,1003,1436808246.69888,'\0','\0'),(2016,1,1003,1436808273.57595,'\0','\0'),(2017,1,1003,1436810385.13459,'\0','\0'),(2018,1,1003,1436810644.48356,'\0','\0'),(2019,1,1003,1436823137.37949,'\0','\0'),(2020,1,1003,1436812077.71968,'\0','\0'),(2021,1,1003,1436812287.54209,'\0','\0'),(2022,1,1003,1436812214.32988,'\0','\0'),(2023,1,1003,1436812232.32137,'\0','\0'),(2024,1,1003,1436812939.00287,'\0','\0'),(2025,1,1003,1436813542.04461,'\0','\0'),(2026,1,1003,1436814297.70697,'\0','\0'),(2027,1,1003,1436814578.16139,'\0','\0'),(2028,1,1003,1436815696.57849,'\0','\0'),(2029,1,1003,1436817368.82249,'\0','\0'),(2030,1,1003,1436817450.01528,'\0','\0'),(2031,1,1003,1436817589.17396,'\0','\0'),(2032,1,1003,1436823534.62362,'\0','\0'),(2033,1,1003,1436819115.56731,'\0','\0'),(2034,1,1003,1436819200.05149,'\0','\0'),(2035,1,1003,1436820027.82803,'\0','\0'),(2036,1,1003,1436821124.45333,'\0','\0'),(2037,1,1003,1436821663.50797,'\0','\0'),(2038,1,1003,1436822973.94876,'\0','\0'),(2039,1,1003,1436823234.28047,'\0','\0'),(2040,1,1003,1436823517.7923,'\0','\0'),(2041,1,1003,1436823537.11946,'\0','\0'),(2042,1,1003,1436823553.10843,'\0','\0'),(2043,1,1003,1436824015.72798,'\0','\0'),(2044,1,1003,1436824580.0218,'\0','\0'),(2045,1,1003,1436824697.90345,'\0','\0'),(2046,1,1003,1436825321.67626,'\0','\0'),(2047,1,1003,1436825575.50319,'\0','\0'),(2048,1,1003,1436825617.52689,'\0','\0'),(2049,1,1003,1436825701.51191,'\0','\0'),(2050,1,1003,1436826417.05364,'\0','\0'),(2051,1,1003,1436826939.38615,'\0','\0'),(2052,1,1003,1436830020.71902,'\0','\0'),(2053,1,1003,1436830600.33106,'\0','\0'),(2054,1,1003,1436830990.80523,'\0','\0'),(2055,1,1003,1436831569.68412,'\0','\0'),(2056,1,1003,1436831587.03021,'\0','\0'),(2057,1,1003,1436831997.65828,'\0','\0'),(2058,1,1003,1436832355.23416,'\0','\0'),(2059,1,1003,1436833428.94453,'\0','\0'),(2060,1,1003,1436833947.58008,'\0','\0'),(2061,1,1003,1436834219.18987,'\0','\0'),(2062,1,1003,1436834792.95229,'\0','\0'),(2063,1,1003,1436835308.28085,'\0','\0'),(2064,1,1003,1436835752.78995,'\0','\0'),(2065,1,1003,1436837513.07471,'\0','\0'),(2066,1,1003,1436838716.45194,'\0','\0'),(2067,1,1003,1436838719.86852,'\0','\0'),(2068,1,1003,1436839719.43552,'\0','\0'),(2069,1,1003,1436839988.95504,'\0','\0'),(2070,1,1003,1436840899.65586,'\0','\0'),(2071,1,1003,1436842254.83458,'\0','\0'),(2072,1,1003,1436842267.96894,'\0','\0'),(2073,1,1003,1436842333.11036,'\0','\0'),(2074,1,1003,1436844049.67112,'\0','\0'),(2075,1,1003,1436845578.40432,'\0','\0'),(2076,1,1003,1436888537.75457,'\0','\0'),(2077,1,1003,1436846544.79357,'\0','\0'),(2078,1,1003,1436846934.76856,'\0','\0'),(2079,1,1003,1436847447.80408,'\0','\0'),(2080,1,1003,1436848009.77365,'\0','\0'),(2081,1,1003,1436848632.86011,'\0','\0'),(2082,1,1003,1436849154.35028,'\0','\0'),(2083,1,1003,1436863340.87642,'\0','\0'),(2084,1,1003,1436852113.32458,'\0','\0'),(2085,1,1003,1436853866.54299,'\0','\0'),(2086,1,1003,1436855018.38875,'\0','\0'),(2087,1,1003,1436855275.72545,'\0','\0'),(2088,1,1003,1436855870.79611,'\0','\0'),(2089,1,1003,1436856882.59404,'\0','\0'),(2090,1,1003,1436857299.88289,'\0','\0'),(2091,1,1003,1436857306.0601,'\0','\0'),(2092,1,1003,1436858714.04143,'\0','\0'),(2093,1,1003,1436867020.71172,'\0','\0'),(2094,1,1003,1436860311.76901,'\0','\0'),(2095,1,1003,1436861535.96293,'\0','\0'),(2096,1,1003,1436862054.03692,'\0','\0'),(2097,1,1003,1436875764.46663,'\0','\0'),(2098,1,1003,1436862212.95953,'\0','\0'),(2099,1,1003,1436862451.84262,'\0','\0'),(2100,1,1003,1436862890.31491,'\0','\0'),(2101,1,1003,1436864365.49674,'\0','\0'),(2102,1,1003,1436865571.01866,'\0','\0'),(2103,1,1003,1436865929.04691,'\0','\0'),(2104,1,1003,1436865947.93729,'\0','\0'),(2105,1,1003,1436865995.63904,'\0','\0'),(2106,1,1003,1436866370.561,'\0','\0'),(2107,1,1003,1436866423.36362,'\0','\0'),(2108,1,1003,1436868463.74401,'\0','\0'),(2109,1,1003,1436869071.44986,'\0','\0'),(2110,1,1003,1436869371.98019,'\0','\0'),(2111,1,1003,1436914585.25389,'\0','\0'),(2112,1,1003,1436869556.51636,'\0','\0'),(2113,1,1003,1436870943.18947,'\0','\0'),(2114,1,1003,1436871192.88266,'\0','\0'),(2115,1,1003,1436871320.8496,'\0','\0'),(2116,1,1003,1436872007.564,'\0','\0'),(2117,1,1003,1436872206.69,'\0','\0'),(2118,1,1003,1436872644.86941,'\0','\0'),(2119,1,1003,1436873149.98063,'\0','\0'),(2120,1,1003,1436873215.49643,'\0','\0'),(2121,1,1003,1436873287.7822,'\0','\0'),(2122,1,1003,1436873380.14388,'\0','\0'),(2123,1,1003,1436873975.07414,'\0','\0'),(2124,1,1003,1436874332.29124,'\0','\0'),(2125,1,1003,1436875068.04927,'\0','\0'),(2126,1,1003,1436875916.82206,'\0','\0'),(2127,1,1003,1436876808.3985,'\0','\0'),(2128,1,1003,1436877364.15968,'\0','\0'),(2129,1,1003,1436895832.39294,'\0','\0'),(2130,1,1003,1436877797.4375,'\0','\0'),(2131,1,1003,1436877828.99428,'\0','\0'),(2132,1,1003,1436899283.65609,'\0','\0'),(2133,1,1003,1436878251.15001,'\0','\0'),(2134,1,1003,1436878612.81283,'\0','\0'),(2135,1,1003,1436879410.06212,'\0','\0'),(2136,1,1003,1436879705.1796,'\0','\0'),(2137,1,1003,1436879985.74322,'\0','\0'),(2138,1,1003,1436880627.37688,'\0','\0'),(2139,1,1003,1436881890.6463,'\0','\0'),(2140,1,1003,1436882203.17226,'\0','\0'),(2141,1,1003,1436882545.67951,'\0','\0'),(2142,1,1003,1436882750.75651,'\0','\0'),(2143,1,1003,1436882703.5032,'\0','\0'),(2144,1,1003,1436883605.95914,'\0','\0'),(2145,1,1003,1436884184.49485,'\0','\0'),(2146,1,1003,1436884460.31637,'\0','\0'),(2147,1,1003,1436884472.68637,'\0','\0'),(2148,1,1003,1436885058.7408,'\0','\0'),(2149,1,1003,1436885810.7062,'\0','\0'),(2150,1,1003,1436885825.58764,'\0','\0'),(2151,1,1003,1436885867.36176,'\0','\0'),(2152,1,1003,1436885976.58596,'\0','\0'),(2153,1,1003,1436892420.59526,'\0','\0'),(2154,1,1003,1436886624.9584,'\0','\0'),(2155,1,1003,1436886968.0584,'\0','\0'),(2156,1,1003,1436890271.70822,'\0','\0'),(2157,1,1003,1436892293.05783,'\0','\0'),(2158,1,1003,1436892509.01039,'\0','\0'),(2159,1,1003,1436893012.98288,'\0','\0'),(2160,1,1003,1436893337.69167,'\0','\0'),(2161,1,1003,1436893635.071,'\0','\0'),(2162,1,1003,1436893799.89004,'\0','\0'),(2163,1,1003,1436896517.36063,'\0','\0'),(2164,1,1003,1436898710.64242,'\0','\0'),(2165,1,1003,1436900361.09462,'\0','\0'),(2166,1,1003,1436900668.25453,'\0','\0'),(2167,1,1003,1436902527.46814,'\0','\0'),(2168,1,1003,1436903161.08392,'\0','\0'),(2169,1,1003,1436904415.36087,'\0','\0'),(2170,1,1003,1436904973.25383,'\0','\0'),(2171,1,1003,1436905396.58397,'\0','\0'),(2172,1,1003,1436905885.76958,'\0','\0'),(2173,1,1003,1436906350.12061,'\0','\0'),(2174,1,1003,1436907768.66248,'\0','\0'),(2175,1,1003,1436908202.20548,'\0','\0'),(2176,1,1003,1436909032.10348,'\0','\0'),(2177,1,1003,1436909243.9067,'\0','\0'),(2178,1,1003,1436909356.70307,'\0','\0'),(2179,1,1003,1436910085.86273,'\0','\0'),(2180,1,1003,1436911374.38692,'\0','\0'),(2181,1,1003,1436911461.25775,'\0','\0'),(2182,1,1003,1436911493.92206,'\0','\0'),(2183,1,1003,1436912449.28282,'\0','\0'),(2184,1,1003,1436912927.39217,'\0','\0'),(2185,1,1003,1436912961.85036,'\0','\0'),(2186,1,1003,1436913177.31934,'\0','\0'),(2187,1,1003,1436918518.85372,'\0','\0'),(2188,1,1003,1436974088.87747,'\0','\0'),(2189,1,1003,1436920398.51762,'\0','\0'),(2190,1,1003,1436921461.77666,'\0','\0'),(2191,1,1003,1436922365.23954,'\0','\0'),(2192,1,1003,1436922958.67229,'\0','\0'),(2193,1,1003,1436924510.02404,'\0','\0'),(2194,1,1003,1436930035.11185,'\0','\0'),(2195,1,1003,1436985624.85274,'\0','\0'),(2196,1,1003,1436931255.98318,'\0','\0'),(2197,1,1003,1436933074.87338,'\0','\0'),(2198,1,1003,1436984593.41566,'\0','\0'),(2199,1,1003,1436936040.64885,'\0','\0'),(2200,1,1003,1436936529.7087,'\0','\0'),(2201,1,1003,1436936695.82245,'\0','\0'),(2202,1,1003,1436938693.35923,'\0','\0'),(2203,1,1003,1436966231.91183,'\0','\0'),(2204,1,1003,1436942781.79474,'\0','\0'),(2205,1,1003,1436943632.86058,'\0','\0'),(2206,1,1003,1436946515.46218,'\0','\0'),(2207,1,1003,1436947621.25969,'\0','\0'),(2208,1,1003,1436951285.71438,'\0','\0'),(2209,1,1003,1436952727.56115,'\0','\0'),(2210,1,1003,1436953786.46806,'\0','\0'),(2211,1,1003,1436954392.05658,'\0','\0'),(2212,1,1003,1436954377.89151,'\0','\0'),(2213,1,1003,1436955219.4078,'\0','\0'),(2214,1,1003,1436956843.85646,'\0','\0'),(2215,1,1003,1436979818.18739,'\0','\0'),(2216,1,1003,1436986251.12139,'\0','\0'),(2217,1,1003,1436962004.03686,'\0','\0'),(2218,1,1003,1436963069.68255,'\0','\0'),(2219,1,1003,1436963386.93501,'\0','\0'),(2220,1,1003,1436964157.27603,'\0','\0'),(2221,1,1003,1436965453.30334,'\0','\0'),(2222,1,1003,1436966231.84943,'\0','\0'),(2223,1,1003,1436966594.83816,'\0','\0'),(2224,1,1003,1436967070.13969,'\0','\0'),(2225,1,1003,1436969775.88059,'\0','\0'),(2226,1,1003,1436973262.53605,'\0','\0'),(2227,1,1003,1436973446.05828,'\0','\0'),(2228,1,1003,1436974780.56833,'\0','\0'),(2229,1,1003,1436975973.72024,'\0','\0'),(2230,1,1003,1436976366.56546,'\0','\0'),(2231,1,1003,1436978975.88818,'\0','\0'),(2232,1,1003,1436979048.8759,'\0','\0'),(2233,1,1003,1436980047.2431,'\0','\0'),(2234,1,1003,1436981015.9722,'\0','\0'),(2235,1,1003,1436981915.23895,'\0','\0'),(2236,1,1003,1436982230.13596,'\0','\0'),(2237,1,1003,1436983800.14411,'\0','\0'),(2238,1,1003,1436983979.09584,'\0','\0'),(2239,1,1003,1436984690.56623,'\0','\0'),(2240,1,1003,1436985783.27618,'\0','\0'),(2241,1,1003,1436986617.29232,'\0','\0'),(2242,1,1003,1436986770.50569,'\0','\0'),(2243,1,1003,1436987051.2067,'\0','\0'),(2244,1,1003,1436988911.18766,'\0','\0'),(2245,1,1003,1436992372.85535,'\0','\0'),(2246,1,1003,1436992471.62822,'\0','\0'),(2247,1,1003,1436993870.56213,'\0','\0'),(2248,1,1003,1436994236.0779,'\0','\0'),(2249,1,1003,1436995503.49665,'\0','\0'),(2250,1,1003,1436996584.00818,'\0','\0'),(2251,1,1003,1436997831.03904,'\0','\0'),(2252,1,1003,1436998504.91584,'\0','\0'),(2253,1,1003,1436999899.46644,'\0','\0'),(2254,1,2008,1437000382.91065,'\0','\0'),(2255,1,2008,1437000382.98864,'\0','\0'),(2256,1,1003,1437000602.98134,'\0','\0'),(2257,1,1003,1437000686.93516,'\0','\0'),(2258,1,1003,1437002748.9315,'\0','\0'),(2259,1,1003,1437004389.01933,'\0','\0'),(2260,1,1003,1437005246.26237,'\0','\0'),(2261,1,1003,1437006723.53447,'\0','\0'),(2262,1,1003,1437007010.60287,'\0','\0'),(2263,1,1003,1437079258.60133,'\0','\0'),(2264,1,1003,1437009667.75213,'\0','\0'),(2265,1,1003,1437011035.12927,'\0','\0'),(2266,1,1003,1437011809.47923,'\0','\0'),(2267,1,1003,1437013864.86586,'\0','\0'),(2268,1,1003,1437014983.26737,'\0','\0'),(2269,1,1003,1437016300.40013,'\0','\0'),(2270,1,1003,1437016506.54092,'\0','\0'),(2271,1,1003,1437017306.55123,'\0','\0'),(2272,1,1003,1437025102.86903,'\0','\0'),(2273,1,1003,1437025641.15932,'\0','\0'),(2274,1,1003,1437026029.32484,'\0','\0'),(2275,1,1003,1437038339.36876,'\0','\0'),(2276,1,1003,1437060875.10697,'\0','\0'),(2277,1,1003,1437058830.73323,'\0','\0'),(2278,1,1003,1437029555.354,'\0','\0'),(2279,1,1003,1437030950.70015,'\0','\0'),(2280,1,1003,1437031759.85148,'\0','\0'),(2281,1,1003,1437037619.27542,'\0','\0'),(2282,1,1003,1437038871.48515,'\0','\0'),(2283,1,1003,1437040808.80295,'\0','\0'),(2284,1,1003,1437043004.98616,'\0','\0'),(2285,1,1003,1437043259.37466,'\0','\0'),(2286,1,1003,1437044617.48599,'\0','\0'),(2287,1,1003,1437045637.14582,'\0','\0'),(2288,1,1003,1437047933.7398,'\0','\0'),(2289,1,1003,1437048966.73677,'\0','\0'),(2290,1,1003,1437050134.02554,'\0','\0'),(2291,1,1003,1437050463.8976,'\0','\0'),(2292,1,1003,1437050539.64634,'\0','\0'),(2293,1,1003,1437050597.72142,'\0','\0'),(2294,1,1003,1437052598.21517,'\0','\0'),(2295,1,1003,1437057646.87832,'\0','\0'),(2296,1,1003,1437057860.8186,'\0','\0'),(2297,1,1003,1437058401.43315,'\0','\0'),(2298,1,1003,1437062006.22166,'\0','\0'),(2299,1,1003,1437062072.73579,'\0','\0'),(2300,1,1003,1437063067.45283,'\0','\0'),(2301,1,1003,1437064083.97726,'\0','\0'),(2302,1,1003,1437064380.26467,'\0','\0'),(2303,1,1003,1437064454.6719,'\0','\0'),(2304,1,1003,1437064732.42769,'\0','\0'),(2305,1,1003,1437065091.0799,'\0','\0'),(2306,1,1003,1437065584.14869,'\0','\0'),(2307,1,1003,1437067374.44592,'\0','\0'),(2308,1,1003,1437076043.16386,'\0','\0'),(2309,1,1003,1437069359.9595,'\0','\0'),(2310,1,1003,1437069473.37983,'\0','\0'),(2311,1,1003,1437069864.52476,'\0','\0'),(2312,1,1003,1437070029.03181,'\0','\0'),(2313,1,1003,1437070972.59972,'\0','\0'),(2314,1,1003,1437076109.42842,'\0','\0'),(2315,1,1003,1437076801.46245,'\0','\0'),(2316,1,1003,1437077937.42843,'\0','\0'),(2317,1,1003,1437078007.87351,'\0','\0'),(2318,1,1003,1437078472.56772,'\0','\0'),(2319,1,1003,1437078646.20019,'\0','\0'),(2320,1,1003,1437082035.20773,'\0','\0'),(2321,1,1003,1437082894.85302,'\0','\0'),(2322,1,1003,1437086007.2123,'\0','\0'),(2323,1,1003,1437086633.96452,'\0','\0'),(2324,1,1003,1437090855.64668,'\0','\0'),(2325,1,1003,1437091248.97547,'\0','\0'),(2326,1,1003,1437091674.07942,'\0','\0'),(2327,1,1003,1437092270.38239,'\0','\0'),(2328,1,1003,1437094193.92628,'\0','\0'),(2329,1,1003,1437098007.14863,'\0','\0'),(2330,1,1003,1437099862.73606,'\0','\0'),(2331,1,1003,1437100408.63006,'\0','\0'),(2332,1,1003,1437106606.22342,'\0','\0'),(2333,1,1003,1437107898.89793,'\0','\0'),(2334,1,1003,1437110066.12598,'\0','\0'),(2335,1,1003,1437110081.83437,'\0','\0'),(2336,1,1003,1437112898.11394,'\0','\0'),(2337,1,1003,1437116847.31896,'\0','\0'),(2338,1,1003,1437117735.42822,'\0','\0'),(2339,1,1003,1437120437.14726,'\0','\0'),(2340,1,1003,1437120838.0935,'\0','\0'),(2341,1,1003,1437123591.85639,'\0','\0'),(2342,1,1003,1437129860.5821,'\0','\0'),(2343,1,1003,1437127199.031,'\0','\0'),(2344,1,1003,1437128631.39634,'\0','\0'),(2345,1,1003,1437128883.97858,'\0','\0'),(2346,1,1003,1437129203.12262,'\0','\0'),(2347,1,1003,1437131054.6239,'\0','\0'),(2348,1,1003,1437143961.11055,'\0','\0'),(2349,1,1003,1437134268.87286,'\0','\0'),(2350,1,1000,1437135355.40394,'\0','\0'),(2351,1,1003,1437137932.20459,'\0','\0'),(2352,1,1003,1437138040.36944,'\0','\0'),(2353,1,1003,1437139348.80238,'\0','\0'),(2354,1,1003,1437144116.151,'\0','\0'),(2355,1,1003,1437144334.35261,'\0','\0'),(2356,1,1003,1437144412.86338,'\0','\0'),(2357,1,1003,1437144905.06494,'\0','\0'),(2358,1,1003,1437146067.86051,'\0','\0'),(2359,1,1003,1437146608.51318,'\0','\0'),(2360,1,1003,1437147856.99648,'\0','\0'),(2361,1,1003,1437148028.85218,'\0','\0'),(2362,1,1003,1437149331.74416,'\0','\0'),(2363,1,1003,1437149433.15456,'\0','\0'),(2364,1,1003,1437149561.75436,'\0','\0'),(2365,1,1003,1437149709.49439,'\0','\0'),(2366,1,1003,1437149909.74132,'\0','\0'),(2367,1,1003,1437149919.52202,'\0','\0'),(2368,1,1003,1437152103.47241,'\0','\0'),(2369,1,1003,1437152581.83748,'\0','\0'),(2370,1,1003,1437153238.29861,'\0','\0'),(2371,1,1003,1437154503.56533,'\0','\0'),(2372,1,1003,1437155448.75205,'\0','\0'),(2373,1,1003,1437155766.33617,'\0','\0'),(2374,1,1003,1437157997.84852,'\0','\0'),(2375,1,1003,1437158899.32629,'\0','\0'),(2376,1,1003,1437160574.1032,'\0','\0'),(2377,1,1003,1437161678.21458,'\0','\0'),(2378,1,1003,1437162204.2352,'\0','\0'),(2379,1,1003,1437168163.34267,'\0','\0'),(2380,1,1003,1437173048.69797,'\0','\0'),(2381,1,1003,1437174192.24413,'\0','\0'),(2382,1,1003,1437178444.05567,'\0','\0'),(2383,1,1003,1437178788.01803,'\0','\0'),(2384,1,1003,1437186226.12517,'\0','\0'),(2385,1,1003,1437188101.2582,'\0','\0'),(2386,1,1003,1437196582.16273,'\0','\0'),(2387,1,1003,1437199502.78208,'\0','\0'),(2388,1,1003,1437203589.35131,'\0','\0'),(2389,1,1003,1437209755.69947,'\0','\0'),(2390,1,1003,1437212779.59276,'\0','\0'),(2391,1,1003,1437214440.03303,'\0','\0'),(2392,1,1003,1437215883.4738,'\0','\0'),(2393,1,1003,1437216122.70313,'\0','\0'),(2394,1,1003,1437216305.13578,'\0','\0'),(2395,1,1003,1437217550.34191,'\0','\0'),(2396,1,1003,1437218128.04269,'\0','\0'),(2397,1,1003,1437218391.77836,'\0','\0'),(2398,1,1003,1437221288.83059,'\0','\0'),(2399,1,1003,1437222180.68365,'\0','\0'),(2400,1,1003,1437223813.52991,'\0','\0'),(2401,1,1003,1437226643.87996,'\0','\0'),(2402,1,1003,1437227269.29868,'\0','\0'),(2403,1,1003,1437229447.15372,'\0','\0'),(2404,1,1003,1437230181.11386,'\0','\0'),(2405,1,1003,1437235162.31268,'\0','\0'),(2406,1,1003,1437235835.62095,'\0','\0'),(2407,1,1003,1437236388.77548,'\0','\0'),(2408,1,1003,1437236427.361,'\0','\0'),(2409,1,1003,1437238960.09391,'\0','\0'),(2410,1,1003,1437240283.63924,'\0','\0'),(2411,1,1003,1437241549.40512,'\0','\0'),(2412,1,1003,1437242400.43508,'\0','\0'),(2413,1,1003,1437242770.24531,'\0','\0'),(2414,1,1003,1437253943.79949,'\0','\0'),(2415,1,1003,1437255341.40981,'\0','\0'),(2416,1,1003,1437255982.20935,'\0','\0'),(2417,1,1003,1437256652.30418,'\0','\0'),(2418,1,1003,1437256824.64415,'\0','\0'),(2419,1,1003,1437259882.00935,'\0','\0'),(2420,1,1003,1437261554.47758,'\0','\0'),(2421,1,1003,1437264245.85435,'\0','\0'),(2422,1,1003,1437267232.66693,'\0','\0'),(2423,1,1003,1437268223.82194,'\0','\0'),(2424,1,1003,1437272240.47555,'\0','\0'),(2425,1,1003,1437273024.78773,'\0','\0'),(2426,1,1003,1437279206.73526,'\0','\0'),(2427,1,1003,1437282104.55019,'\0','\0'),(2428,1,1003,1437283597.00365,'\0','\0'),(2429,1,1003,1437285041.69236,'\0','\0'),(2430,1,1003,1437288386.9564,'\0','\0'),(2431,1,1003,1437303540.33126,'\0','\0'),(2432,1,1003,1437291769.29974,'\0','\0'),(2433,1,1003,1437294488.2871,'\0','\0'),(2434,1,1003,1437295295.82648,'\0','\0'),(2435,1,1003,1437297016.54303,'\0','\0'),(2436,1,1003,1437299926.58939,'\0','\0'),(2437,1,1003,1437301793.95403,'\0','\0'),(2438,1,1003,1437303705.66718,'\0','\0'),(2439,1,1003,1437303961.49406,'\0','\0'),(2440,1,1003,1437304878.43064,'\0','\0'),(2441,1,1003,1437306444.15354,'\0','\0'),(2442,1,1003,1437308016.24092,'\0','\0'),(2443,1,1003,1437308607.76258,'\0','\0'),(2444,1,1003,1437312702.1562,'\0','\0'),(2445,1,1003,1437313648.68446,'\0','\0'),(2446,1,1003,1437314363.73619,'\0','\0'),(2447,1,1003,1437316944.65503,'\0','\0'),(2448,1,1003,1437317812.8909,'\0','\0'),(2449,1,1003,1437318218.36091,'\0','\0'),(2450,1,1003,1437320456.86171,'\0','\0'),(2451,1,1003,1437320905.5415,'\0','\0'),(2452,1,1003,1437321778.23874,'\0','\0'),(2453,1,1003,1437322151.93318,'\0','\0'),(2454,1,1003,1437322994.63316,'\0','\0'),(2455,1,1003,1437323046.32891,'\0','\0'),(2456,1,1003,1437324017.23871,'\0','\0'),(2457,1,1003,1437324283.31427,'\0','\0'),(2458,1,1003,1437325430.10506,'\0','\0'),(2459,1,1003,1437327416.52278,'\0','\0'),(2460,1,1003,1437328451.40491,'\0','\0'),(2461,1,1003,1437331341.15671,'\0','\0'),(2462,1,1003,1437331545.55303,'\0','\0'),(2463,1,1003,1437344116.76067,'\0','\0'),(2464,1,1003,1437333681.91026,'\0','\0'),(2465,1,1003,1437334037.83721,'\0','\0'),(2466,1,1003,1437336255.94986,'\0','\0'),(2467,1,1003,1437336689.45162,'\0','\0'),(2468,1,1003,1437336752.45679,'\0','\0'),(2469,1,1003,1437337473.46742,'\0','\0'),(2470,1,1003,1437339420.07598,'\0','\0'),(2471,1,1003,1437340361.25372,'\0','\0'),(2472,1,1003,1437340838.30845,'\0','\0'),(2473,1,1003,1437341764.58895,'\0','\0'),(2474,1,1003,1437345358.62263,'\0','\0'),(2475,1,1003,1437347756.99963,'\0','\0'),(2476,1,1003,1437348274.3003,'\0','\0'),(2477,1,1003,1437349058.70607,'\0','\0'),(2478,1,1003,1437354242.58542,'\0','\0'),(2479,1,1003,1437361036.56739,'\0','\0'),(2480,1,1003,1437361300.70864,'\0','\0'),(2481,1,1003,1437362307.02863,'\0','\0'),(2482,1,1003,1437367050.27738,'\0','\0'),(2483,1,1003,1437367324.96369,'\0','\0'),(2484,1,1003,1437371424.46465,'\0','\0'),(2485,1,1003,1437375016.66402,'\0','\0'),(2486,1,1003,1437376251.0602,'\0','\0'),(2487,1,1003,1437377022.27381,'\0','\0'),(2488,1,1003,1437382431.14436,'\0','\0'),(2489,1,1003,1437386287.17301,'\0','\0'),(2490,1,1003,1437387051.09703,'\0','\0'),(2491,1,1003,1437389052.62059,'\0','\0'),(2492,1,1003,1437389052.62059,'\0','\0'),(2493,1,1003,1437394072.56213,'\0','\0'),(2494,1,1003,1437399581.79399,'\0','\0'),(2495,1,1003,1437424540.4452,'\0','\0'),(2496,1,1003,1437399240.18711,'\0','\0'),(2497,1,1003,1437400849.67225,'\0','\0'),(2498,1,1003,1437402737.12217,'\0','\0'),(2499,1,1003,1437405624.93967,'\0','\0'),(2500,1,1003,1437405700.97018,'\0','\0'),(2501,1,1003,1437407499.05876,'\0','\0'),(2502,1,1003,1437409562.72989,'\0','\0'),(2503,1,1003,1437410982.21333,'\0','\0'),(2504,1,1003,1437414551.59107,'\0','\0'),(2505,1,1003,1437414661.01946,'\0','\0'),(2506,1,1003,1437415669.38295,'\0','\0'),(2507,1,1003,1437415754.67937,'\0','\0'),(2508,1,1003,1437418945.65173,'\0','\0'),(2509,1,1003,1437418947.10245,'\0','\0'),(2510,1,1003,1437421659.53815,'\0','\0'),(2511,1,1003,1437426240.97639,'\0','\0'),(2512,1,1003,1437426534.06976,'\0','\0'),(2513,1,1003,1437429430.49801,'\0','\0'),(2514,1,1003,1437435403.79047,'\0','\0'),(2515,1,1003,1437435491.55157,'\0','\0'),(2516,1,1003,1437436656.84986,'\0','\0'),(2517,1,1003,1437484143.15242,'\0','\0'),(2518,1,1003,1437437896.79222,'\0','\0'),(2519,1,1003,1437438329.51403,'\0','\0'),(2520,1,1003,1437479384.50726,'\0','\0'),(2521,1,1003,1437447956.85414,'\0','\0'),(2522,1,1003,1437448145.60446,'\0','\0'),(2523,1,1003,1437450673.00244,'\0','\0'),(2524,1,1003,1437452205.70184,'\0','\0'),(2525,1,1003,1437452548.82185,'\0','\0'),(2526,1,1003,1437504880.24368,'\0','\0'),(2527,1,1003,1437456610.78783,'\0','\0'),(2528,1,1003,1437456641.28756,'\0','\0'),(2529,1,1003,1437460397.71532,'\0','\0'),(2530,1,1003,1437462255.25245,'\0','\0'),(2531,1,1003,1437469671.97009,'\0','\0'),(2532,1,1003,1437471862.59694,'\0','\0'),(2533,1,1003,1437474636.26067,'\0','\0'),(2534,1,1003,1437474762.34728,'\0','\0'),(2535,1,1003,1437480900.8743,'\0','\0'),(2536,1,1003,1437481258.81354,'\0','\0'),(2537,1,1003,1437482148.02277,'\0','\0'),(2538,1,1003,1437482181.69341,'\0','\0'),(2539,1,1003,1437482473.47644,'\0','\0'),(2540,1,1003,1437484904.20619,'\0','\0'),(2541,1,1003,1437488429.98417,'\0','\0'),(2542,1,1003,1437487913.29187,'\0','\0'),(2543,1,1003,1437493209.89103,'\0','\0'),(2544,1,1003,1437531090.6491,'\0','\0'),(2545,1,1003,1437592938.0571,'\0','\0'),(2546,1,1003,1437606058.84945,'\0','\0'),(2547,1,1003,1437694452.14793,'\0','\0'),(2548,1,1003,1437656015.25644,'\0','\0'),(2549,1,1003,1437656346.22561,'\0','\0'),(2550,1,1003,1437656941.85159,'\0','\0'),(2551,1,1003,1437660394.9373,'\0','\0'),(2552,1,1003,1437661376.18938,'\0','\0'),(2553,1,1003,1437662124.5922,'\0','\0'),(2554,1,1003,1437662340.70351,'\0','\0'),(2555,1,1003,1437664543.32615,'\0','\0'),(2556,1,1003,1437664637.73251,'\0','\0'),(2557,1,1003,1437665884.93535,'\0','\0'),(2558,1,1003,1437667939.75819,'\0','\0'),(2559,1,1003,1437670414.20367,'\0','\0'),(2560,1,1003,1437672700.984,'\0','\0'),(2561,1,1003,1437673978.1061,'\0','\0'),(2562,1,1003,1437676177.73369,'\0','\0'),(2563,1,1003,1437756492.12471,'\0','\0'),(2564,1,2008,1437778207.46666,'\0','\0'),(2565,1,1003,1437857906.1922,'\0','\0'),(2566,1,1003,1437908766.41546,'\0','\0'),(2567,1,1003,1438010584.82461,'\0','\0'),(2568,1,1003,1438039613.85907,'\0','\0'),(2569,1,1003,1438035939.36973,'\0','\0'),(2570,1,1003,1438066144.68426,'\0','\0'),(2571,1,1003,1438112625.76978,'\0','\0'),(2572,1,1003,1438174235.1964,'\0','\0'),(2573,1,1003,1438213489.72362,'\0','\0'),(2574,1,1002,1438195129.02092,'\0','\0'),(2575,1,1003,1438196943.11826,'\0','\0'),(2576,1,1003,1438196942.16671,'\0','\0'),(2577,1,1003,1438287294.1585,'\0','\0'),(2578,1,1003,1438263754.88771,'\0','\0'),(2579,1,1003,1438299675.46022,'\0','\0'),(2580,1,1003,1438300865.18798,'\0','\0'),(2581,1,1003,1438308567.77398,'\0','\0'),(2582,1,1003,1438312082.5764,'\0','\0'),(2583,1,1003,1438367736.69538,'\0','\0'),(2584,1,1003,1438318978.98171,'\0','\0'),(2585,1,1003,1438330457.57945,'\0','\0'),(2586,1,1003,1438331613.76914,'\0','\0'),(2587,1,1003,1438351452.91971,'\0','\0'),(2588,1,1003,1438338278.57821,'\0','\0'),(2589,1,1003,1438339340.26856,'\0','\0'),(2590,1,1003,1438343510.64114,'\0','\0'),(2591,1,1003,1438346466.90138,'\0','\0'),(2592,1,1003,1438352203.70439,'\0','\0'),(2593,1,1003,1438355914.19991,'\0','\0'),(2594,1,1003,1438357385.03905,'\0','\0'),(2595,1,1003,1438357724.55346,'\0','\0'),(2596,1,1003,1438357751.71149,'\0','\0'),(2597,1,1003,1438358401.00843,'\0','\0'),(2598,1,1003,1438358407.88764,'\0','\0'),(2599,1,1003,1438358658.87716,'\0','\0'),(2600,1,1003,1438358661.04543,'\0','\0'),(2601,1,1003,1438358780.45654,'\0','\0'),(2602,1,1003,1438358896.59184,'\0','\0'),(2603,1,1003,1438364222.32737,'\0','\0'),(2604,1,1003,1438361149.35146,'\0','\0'),(2605,1,1003,1438361195.16602,'\0','\0'),(2606,1,1003,1438361805.6836,'\0','\0'),(2607,1,1003,1438361857.09823,'\0','\0'),(2608,1,1003,1438362527.28236,'\0','\0'),(2609,1,1003,1438362824.08644,'\0','\0'),(2610,1,1003,1438363046.04603,'\0','\0'),(2611,1,1003,1438363271.53102,'\0','\0'),(2612,1,1003,1438363534.36026,'\0','\0'),(2613,1,1003,1438363539.25838,'\0','\0'),(2614,1,1003,1438363761.81074,'\0','\0'),(2615,1,1003,1438364615.33109,'\0','\0'),(2616,1,1003,1438365552.40023,'\0','\0'),(2617,1,1003,1438366067.51371,'\0','\0'),(2618,1,1003,1438366080.75734,'\0','\0'),(2619,1,1003,1438366273.8742,'\0','\0'),(2620,1,1003,1438366340.34197,'\0','\0'),(2621,1,1003,1438366641.20181,'\0','\0'),(2622,1,1003,1438367085.79176,'\0','\0'),(2623,1,1003,1438367362.22341,'\0','\0'),(2624,1,1003,1438367672.75469,'\0','\0'),(2625,1,1002,1438368180.24021,'\0','\0'),(2626,1,1000,1438368274.84875,'\0','\0'),(2627,1,2033,1438368647.32406,'\0','\0'),(2628,1,2033,1438368647.41766,'\0','\0'),(2629,1,2033,1438368647.51125,'\0','\0'),(2630,1,2033,1438368647.58925,'\0','\0'),(2631,1,1003,1438368938.60606,'\0','\0'),(2632,1,1003,1438369023.63675,'\0','\0'),(2633,1,1003,1438369747.90297,'\0','\0'),(2634,1,1003,1438371664.19001,'\0','\0'),(2635,1,1003,1438371808.85606,'\0','\0'),(2636,1,1003,1438372131.22706,'\0','\0'),(2637,1,1003,1438372343.42162,'\0','\0'),(2638,1,1003,1438374850.82095,'\0','\0'),(2639,1,1003,1438375485.36114,'\0','\0'),(2640,1,1003,1438376972.28453,'\0','\0'),(2641,1,1003,1438377575.56289,'\0','\0'),(2642,1,1003,1438379346.56834,'\0','\0'),(2643,1,1003,1438380347.2038,'\0','\0'),(2644,1,1003,1438380545.43717,'\0','\0'),(2645,1,1003,1438380669.43441,'\0','\0'),(2646,1,1003,1438380906.08836,'\0','\0'),(2647,1,1000,1438381113.93077,'\0','\0'),(2648,1,1000,1438381541.25251,'\0','\0'),(2649,1,1000,1438381711.3295,'\0','\0'),(2650,1,2005,1438381744.36839,'\0','\0'),(2651,1,2005,1438381791.71166,'\0','\0'),(2652,1,2005,1438381803.1614,'\0','\0'),(2653,1,2005,1438381847.30685,'\0','\0'),(2654,1,2005,1438381921.77696,'\0','\0'),(2655,1,2005,1438381946.61072,'\0','\0'),(2656,1,1003,1438381957.02655,'\0','\0'),(2657,1,2005,1438381969.07343,'\0','\0'),(2658,1,2005,1438381997.76017,'\0','\0'),(2659,1,2005,1438382030.56508,'\0','\0'),(2660,1,1003,1438382821.34586,'\0','\0'),(2661,1,2066,1438383314.96378,'\0','\0'),(2662,1,1003,1438383638.84789,'\0','\0'),(2663,1,1003,1438385202.40808,'\0','\0'),(2664,1,1003,1438385610.04376,'\0','\0'),(2665,1,1003,1438385987.82276,'\0','\0'),(2666,1,1003,1438386248.46813,'\0','\0'),(2667,1,1003,1438387071.67943,'\0','\0'),(2668,1,1003,1438388127.03654,'\0','\0'),(2669,1,1003,1438388258.86454,'\0','\0'),(2670,1,1003,1438389280.10641,'\0','\0'),(2671,1,2066,1438389442.41505,'\0','\0'),(2672,1,1003,1438467945.31556,'\0','\0'),(2673,1,1003,1438390910.61794,'\0','\0'),(2674,1,1003,1438391329.73456,'\0','\0'),(2675,1,2066,1438391754.90363,'\0','\0'),(2676,1,1003,1438391867.91911,'\0','\0'),(2677,1,2066,1438391868.15309,'\0','\0'),(2678,1,2010,1438392048.93106,'\0','\0'),(2679,1,2066,1438392129.07924,'\0','\0'),(2680,1,2066,1438392181.38302,'\0','\0'),(2681,1,1003,1438392228.10233,'\0','\0'),(2682,1,2066,1438392644.36431,'\0','\0'),(2683,1,1003,1438401363.57485,'\0','\0'),(2684,1,2066,1438392858.58675,'\0','\0'),(2685,1,2066,1438393003.42439,'\0','\0'),(2686,1,2066,1438393029.3813,'\0','\0'),(2687,1,1003,1438393031.62757,'\0','\0'),(2688,1,2066,1438393231.09326,'\0','\0'),(2689,1,1003,1438394259.65111,'\0','\0'),(2690,1,1003,1438394470.66014,'\0','\0'),(2691,1,1003,1438394771.06761,'\0','\0'),(2692,1,2066,1438395472.79312,'\0','\0'),(2693,1,2010,1438395532.25689,'\0','\0'),(2694,1,2066,1438395613.34101,'\0','\0'),(2695,1,2006,1438395767.42892,'\0','\0'),(2696,1,1003,1438395922.24603,'\0','\0'),(2697,1,2010,1438396885.51002,'\0','\0'),(2698,1,2011,1438396903.76096,'\0','\0'),(2699,1,2066,1438396957.96783,'\0','\0'),(2700,1,1003,1438397159.97618,'\0','\0'),(2701,1,1003,1438399627.33262,'\0','\0'),(2702,1,1003,1438402158.52059,'\0','\0'),(2703,1,1003,1438402795.58783,'\0','\0'),(2704,1,1003,1438402861.55642,'\0','\0'),(2705,1,1003,1438423951.54497,'\0','\0'),(2706,1,1003,1438404288.31251,'\0','\0'),(2707,1,1003,1438405623.45507,'\0','\0'),(2708,1,1003,1438407653.50635,'\0','\0'),(2709,1,1003,1438408570.99861,'\0','\0'),(2710,1,1003,1438413479.12038,'\0','\0'),(2711,1,1003,1438414439.011,'\0','\0'),(2712,1,1003,1438414986.99179,'\0','\0'),(2713,1,1003,1438415178.45514,'\0','\0'),(2714,1,1003,1438416025.28348,'\0','\0'),(2715,1,1003,1438417579.93658,'\0','\0'),(2716,1,1003,1438417815.03062,'\0','\0'),(2717,1,1003,1438469298.92054,'\0','\0'),(2718,1,1003,1438418314.13942,'\0','\0'),(2719,1,1003,1438418671.37441,'\0','\0'),(2720,1,1003,1438418974.40253,'\0','\0'),(2721,1,1003,1438419476.11638,'\0','\0'),(2722,1,1003,1438421341.67515,'\0','\0'),(2723,1,1003,1438421771.00918,'\0','\0'),(2724,1,1003,1438424277.34777,'\0','\0'),(2725,1,1003,1438426550.37063,'\0','\0'),(2726,1,1003,1438426918.89937,'\0','\0'),(2727,1,1003,1438429048.23891,'\0','\0'),(2728,1,1003,1438429151.39576,'\0','\0'),(2729,1,1003,1438429374.93086,'\0','\0'),(2730,1,1003,1438429762.97407,'\0','\0'),(2731,1,1003,1438432960.50879,'\0','\0'),(2732,1,1003,1438433836.02388,'\0','\0'),(2733,1,1003,1438434766.13581,'\0','\0'),(2734,1,1003,1438436511.62831,'\0','\0'),(2735,1,1003,1438436979.38292,'\0','\0'),(2736,1,1003,1438437935.90413,'\0','\0'),(2737,1,1003,1438438840.01237,'\0','\0'),(2738,1,1003,1438439280.12538,'\0','\0'),(2739,1,1003,1438440400.59313,'\0','\0'),(2740,1,1003,1438440629.79071,'\0','\0'),(2741,1,1003,1438440887.22266,'\0','\0'),(2742,1,1003,1438441375.30289,'\0','\0'),(2743,1,1003,1438441518.37784,'\0','\0'),(2744,1,1003,1438442495.46926,'\0','\0'),(2745,1,1003,1438443445.63579,'\0','\0'),(2746,1,1003,1438443532.27263,'\0','\0'),(2747,1,1003,1438443602.70223,'\0','\0'),(2748,1,1003,1438443768.0527,'\0','\0'),(2749,1,1003,1438444096.08617,'\0','\0'),(2750,1,1003,1438444219.33466,'\0','\0'),(2751,1,1003,1438445272.25831,'\0','\0'),(2752,1,1003,1438445769.29243,'\0','\0'),(2753,1,1003,1438446271.87983,'\0','\0'),(2754,1,1003,1438464803.29865,'\0','\0'),(2755,1,1003,1438447136.24156,'\0','\0'),(2756,1,1003,1438447202.44415,'\0','\0'),(2757,1,1003,1438450535.09827,'\0','\0'),(2758,1,1003,1438452873.68414,'\0','\0'),(2759,1,1002,1438452928.65537,'\0','\0'),(2760,1,1000,1438452935.0354,'\0','\0'),(2761,1,1003,1438457650.53414,'\0','\0'),(2762,1,1003,1438453685.6017,'\0','\0'),(2763,1,1003,1438453865.10054,'\0','\0'),(2764,1,1003,1438454094.06413,'\0','\0'),(2765,1,1003,1438454368.74868,'\0','\0'),(2766,1,1003,1438454417.09029,'\0','\0'),(2767,1,1003,1438454847.99983,'\0','\0'),(2768,1,1003,1438455511.33596,'\0','\0'),(2769,1,1003,1438455782.49511,'\0','\0'),(2770,1,1000,1438457607.55862,'\0','\0'),(2771,1,1003,1438458517.8597,'\0','\0'),(2772,1,1003,1438460561.12341,'\0','\0'),(2773,1,1003,1438463152.14952,'\0','\0'),(2774,1,1003,1438467799.41779,'\0','\0'),(2775,1,1003,1438471487.12303,'\0','\0'),(2776,1,1003,1438472131.91182,'\0','\0'),(2777,1,1003,1438474790.70042,'\0','\0'),(2778,1,1003,1438474988.19195,'\0','\0'),(2779,1,1003,1438493582.03668,'\0','\0'),(2780,1,1003,1438478688.81722,'\0','\0'),(2781,1,1003,1438478860.45412,'\0','\0'),(2782,1,1003,1438486298.41698,'\0','\0'),(2783,1,1003,1438487481.70231,'\0','\0'),(2784,1,1003,1438488426.85178,'\0','\0'),(2785,1,1003,1438488426.85178,'\0','\0'),(2786,1,1003,1438494645.74498,'\0','\0'),(2787,1,1003,1438500574.30772,'\0','\0'),(2788,1,1003,1438500931.54271,'\0','\0'),(2789,1,1003,1438508553.8096,'\0','\0'),(2790,1,1003,1438503053.39469,'\0','\0'),(2791,1,1003,1438503122.98228,'\0','\0'),(2792,1,1003,1438505703.93137,'\0','\0'),(2793,1,1003,1438511784.20093,'\0','\0'),(2794,1,1003,1438506937.72658,'\0','\0'),(2795,1,1003,1438509277.26957,'\0','\0'),(2796,1,1003,1438528305.62891,'\0','\0'),(2797,1,1003,1438510248.50073,'\0','\0'),(2798,1,1003,1438510586.61122,'\0','\0'),(2799,1,1003,1438511908.30737,'\0','\0'),(2800,1,1003,1438514141.03775,'\0','\0'),(2801,1,1003,1438515082.67742,'\0','\0'),(2802,1,1003,1438516607.09947,'\0','\0'),(2803,1,1003,1438517916.97149,'\0','\0'),(2804,1,1003,1438519015.86569,'\0','\0'),(2805,1,1003,1438520539.85097,'\0','\0'),(2806,1,1003,1438520693.22132,'\0','\0'),(2807,1,1003,1438520775.13219,'\0','\0'),(2808,1,1003,1438520785.3388,'\0','\0'),(2809,1,1000,1438521241.56088,'\0','\0'),(2810,1,5000,1438521421.27811,'\0','\0'),(2811,1,5001,1438521439.04549,'\0','\0'),(2812,1,1003,1438521935.00327,'\0','\0'),(2813,1,5004,1438522143.09527,'\0','\0'),(2814,1,5004,1438522262.30359,'\0','\0'),(2815,1,1003,1438522685.31998,'\0','\0'),(2816,1,2044,1438522945.94974,'\0','\0'),(2817,1,2042,1438522966.83694,'\0','\0'),(2818,1,2044,1438523100.9424,'\0','\0'),(2819,1,1003,1438524231.70556,'\0','\0'),(2820,1,1003,1438524326.81327,'\0','\0'),(2821,1,1003,1438524479.54406,'\0','\0'),(2822,1,1003,1438527513.31943,'\0','\0'),(2823,1,1003,1438526256.53114,'\0','\0'),(2824,1,1003,1438529365.85294,'\0','\0'),(2825,1,1003,1438531790.95143,'\0','\0'),(2826,1,1000,1438531919.42561,'\0','\0'),(2827,1,5002,1438531944.96134,'\0','\0'),(2828,1,2044,1438533008.52358,'\0','\0'),(2829,1,5012,1438533026.63413,'\0','\0'),(2830,1,5002,1438533026.68093,'\0','\0'),(2831,1,2042,1438533196.53953,'\0','\0'),(2832,1,2043,1438533213.02778,'\0','\0'),(2833,1,1002,1438533332.06451,'\0','\0'),(2834,1,1000,1438533340.72201,'\0','\0'),(2835,1,1003,1438533595.48651,'\0','\0'),(2836,1,1003,1438536004.51792,'\0','\0'),(2837,1,1003,1438536814.64158,'\0','\0'),(2838,1,1003,1438538449.19327,'\0','\0'),(2839,1,1003,1438540765.65315,'\0','\0'),(2840,1,1003,1438541966.03708,'\0','\0'),(2841,1,1003,1438544782.84457,'\0','\0'),(2842,1,1003,1438546640.49459,'\0','\0'),(2843,1,1003,1438546868.70942,'\0','\0'),(2844,1,1003,1438548129.47548,'\0','\0'),(2845,1,1003,1438548182.8868,'\0','\0'),(2846,1,1003,1438549343.22585,'\0','\0'),(2847,1,1003,1438552048.95214,'\0','\0'),(2848,1,1003,1438552165.11864,'\0','\0'),(2849,1,1003,1438554992.7519,'\0','\0'),(2850,1,1003,1438557172.10216,'\0','\0'),(2851,1,1003,1438558462.6157,'\0','\0'),(2852,1,1003,1438560418.97683,'\0','\0'),(2853,1,1003,1438561662.05351,'\0','\0'),(2854,1,1003,1438565334.34683,'\0','\0'),(2855,1,1003,1438568717.82282,'\0','\0'),(2856,1,1003,1438570841.4687,'\0','\0'),(2857,1,1003,1438623558.7698,'\0','\0'),(2858,1,1003,1438573834.0886,'\0','\0'),(2859,1,1003,1438643971.40215,'\0','\0'),(2860,1,1003,1438577680.0494,'\0','\0'),(2861,1,1003,1438603116.67956,'\0','\0'),(2862,1,1003,1438583867.6352,'\0','\0'),(2863,1,1003,1438584495.85775,'\0','\0'),(2864,1,1003,1438585561.83785,'\0','\0'),(2865,1,1003,1438589759.36847,'\0','\0'),(2866,1,1003,1438590329.76516,'\0','\0'),(2867,1,1003,1438592286.87505,'\0','\0'),(2868,1,1003,1438592425.69144,'\0','\0'),(2869,1,1003,1438593561.18112,'\0','\0'),(2870,1,1003,1438594729.13254,'\0','\0'),(2871,1,1003,1438597524.19487,'\0','\0'),(2872,1,1003,1438598147.83129,'\0','\0'),(2873,1,1003,1438626397.44005,'\0','\0'),(2874,1,1003,1438601116.6676,'\0','\0'),(2875,1,1003,1438601223.49024,'\0','\0'),(2876,1,1003,1438601643.32442,'\0','\0'),(2877,1,1003,1438605199.40445,'\0','\0'),(2878,1,1003,1438606815.26995,'\0','\0'),(2879,1,1003,1438608597.94661,'\0','\0'),(2880,1,1003,1438609007.1578,'\0','\0'),(2881,1,1003,1438609847.8089,'\0','\0'),(2882,1,1003,1438610004.17427,'\0','\0'),(2883,1,1003,1438611343.4974,'\0','\0'),(2884,1,1003,1438611752.17822,'\0','\0'),(2885,1,1003,1438614415.66215,'\0','\0'),(2886,1,1003,1438614798.41727,'\0','\0'),(2887,1,1003,1438614811.7701,'\0','\0'),(2888,1,1003,1438616393.73722,'\0','\0'),(2889,1,1003,1438620926.18052,'\0','\0'),(2890,1,1003,1438622220.37545,'\0','\0'),(2891,1,1003,1438622338.56983,'\0','\0'),(2892,1,1003,1438622768.9958,'\0','\0'),(2893,1,1003,1438623895.39121,'\0','\0'),(2894,1,1003,1438624720.10003,'\0','\0'),(2895,1,1003,1438628065.87299,'\0','\0'),(2896,1,1003,1438628685.98401,'\0','\0'),(2897,1,1003,1438635899.17945,'\0','\0'),(2898,1,1003,1438639022.81504,'\0','\0'),(2899,1,1003,1438640104.38582,'\0','\0'),(2900,1,1003,1438642319.90983,'\0','\0'),(2901,1,1003,1438646094.89203,'\0','\0'),(2902,1,1003,1438647888.80413,'\0','\0'),(2903,1,1002,1438648755.28734,'\0','\0'),(2904,1,1000,1438648761.137,'\0','\0'),(2905,1,2010,1438648888.83123,'\0','\0'),(2906,1,2066,1438648916.41044,'\0','\0'),(2907,1,2066,1438648961.86622,'\0','\0'),(2908,1,2066,1438649012.93767,'\0','\0'),(2909,1,2010,1438649110.40085,'\0','\0'),(2910,1,2066,1438649136.34215,'\0','\0'),(2911,1,2066,1438649191.43817,'\0','\0'),(2912,1,2066,1438649221.82522,'\0','\0'),(2913,1,1003,1438703964.54155,'\0','\0'),(2914,1,1003,1438651598.33251,'\0','\0'),(2915,1,1003,1438678182.02987,'\0','\0'),(2916,1,1000,1438653016.58708,'\0','\0'),(2917,1,2010,1438653433.941,'\0','\0'),(2918,1,2066,1438653850.49937,'\0','\0'),(2919,1,1003,1438653984.04326,'\0','\0'),(2920,1,2066,1438654649.85965,'\0','\0'),(2921,1,2010,1438654693.11595,'\0','\0'),(2922,1,2066,1438654900.272,'\0','\0'),(2923,1,1003,1438657126.18557,'\0','\0'),(2924,1,1003,1438659393.42116,'\0','\0'),(2925,1,1003,1438666896.69746,'\0','\0'),(2926,1,1003,1438672789.35023,'\0','\0'),(2927,1,1003,1438726378.30138,'\0','\0'),(2928,1,1003,1438675303.50397,'\0','\0'),(2929,1,1003,1438676663.29312,'\0','\0'),(2930,1,1003,1438678733.41848,'\0','\0'),(2931,1,1003,1438679333.14148,'\0','\0'),(2932,1,1003,1438684300.69047,'\0','\0'),(2933,1,1003,1438684481.93641,'\0','\0'),(2934,1,1003,1438686914.48619,'\0','\0'),(2935,1,1003,1438687308.54013,'\0','\0'),(2936,1,1003,1438688968.14398,'\0','\0'),(2937,1,1003,1438693159.26337,'\0','\0'),(2938,1,1003,1438693306.0509,'\0','\0'),(2939,1,1003,1438694585.61388,'\0','\0'),(2940,1,1003,1438708579.10643,'\0','\0'),(2941,1,1003,1438708633.51609,'\0','\0'),(2942,1,1003,1438711849.87892,'\0','\0'),(2943,1,1003,1438712934.15676,'\0','\0'),(2944,1,1003,1438719872.37125,'\0','\0'),(2945,1,1003,1438721750.73688,'\0','\0'),(2946,1,1003,1438722729.6584,'\0','\0'),(2947,1,1003,1438730946.37513,'\0','\0'),(2948,1,2066,1438734589.84132,'\0','\0'),(2949,1,1003,1438735899.83814,'\0','\0'),(2950,1,1000,1438736973.82057,'\0','\0'),(2951,1,2000,1438737042.05509,'\0','\0'),(2952,1,2003,1438737095.28117,'\0','\0'),(2953,1,2001,1438737173.97404,'\0','\0'),(2954,1,1003,1438815948.49366,'\0','\0'),(2955,1,1003,1438740718.49928,'\0','\0'),(2956,1,1003,1438753036.48459,'\0','\0'),(2957,1,1003,1438756316.89733,'\0','\0'),(2958,1,1003,1438756693.05402,'\0','\0'),(2959,1,1003,1438757279.73617,'\0','\0'),(2960,1,1003,1438758913.6795,'\0','\0'),(2961,1,1003,1438791192.12615,'\0','\0'),(2962,1,1003,1438760678.79566,'\0','\0'),(2963,1,1003,1438763333.66889,'\0','\0'),(2964,1,1003,1438764303.16855,'\0','\0'),(2965,1,1003,1438777876.87479,'\0','\0'),(2966,1,1003,1438772687.95897,'\0','\0'),(2967,1,1003,1438774622.74654,'\0','\0'),(2968,1,1003,1438776293.98731,'\0','\0'),(2969,1,1003,1438776833.71617,'\0','\0'),(2970,1,1003,1438777548.9817,'\0','\0'),(2971,1,1003,1438780452.31739,'\0','\0'),(2972,1,1003,1438782052.59787,'\0','\0'),(2973,1,1003,1438783427.64293,'\0','\0'),(2974,1,1003,1438784892.52322,'\0','\0'),(2975,1,1003,1438788272.50501,'\0','\0'),(2976,1,1003,1438788627.55612,'\0','\0'),(2977,1,1003,1438789022.63452,'\0','\0'),(2978,1,1003,1438789637.81623,'\0','\0'),(2979,1,1003,1438791723.25991,'\0','\0'),(2980,1,1003,1438794683.7195,'\0','\0'),(2981,1,1003,1438796503.60411,'\0','\0'),(2982,1,1003,1438797686.87384,'\0','\0'),(2983,1,1003,1438798032.84628,'\0','\0'),(2984,1,1003,1438798391.68797,'\0','\0'),(2985,1,1003,1438800461.14257,'\0','\0'),(2986,1,1003,1438801581.37634,'\0','\0'),(2987,1,1003,1438806224.69057,'\0','\0'),(2988,1,1003,1438806605.66739,'\0','\0'),(2989,1,1003,1438807272.7317,'\0','\0'),(2990,1,1003,1438809275.40656,'\0','\0'),(2991,1,1003,1438811172.78876,'\0','\0'),(2992,1,1003,1438818513.98913,'\0','\0'),(2993,1,1003,1438821242.27172,'\0','\0'),(2994,1,1003,1438869966.62472,'\0','\0'),(2995,1,1003,1438823140.58859,'\0','\0'),(2996,1,1003,1438826286.14711,'\0','\0'),(2997,1,1003,1438827085.75698,'\0','\0'),(2998,1,1003,1438833557.04361,'\0','\0'),(2999,1,1003,1438833621.63948,'\0','\0'),(3000,1,1003,1438839536.41926,'\0','\0'),(3001,1,1003,1438843480.10573,'\0','\0'),(3002,1,1003,1438845952.65667,'\0','\0'),(3003,1,1003,1438847399.58239,'\0','\0'),(3004,1,1003,1438853797.53766,'\0','\0'),(3005,1,1003,1438857086.34127,'\0','\0'),(3006,1,1003,1438857086.34127,'\0','\0'),(3007,1,1003,1438861398.88549,'\0','\0'),(3008,1,1003,1438868050.79411,'\0','\0'),(3009,1,1003,1438874250.65235,'\0','\0'),(3010,1,1003,1438875509.40612,'\0','\0'),(3011,1,1003,1438875863.55249,'\0','\0'),(3012,1,1003,1438882545.16179,'\0','\0'),(3013,1,1003,1438878295.42098,'\0','\0'),(3014,1,1003,1438881080.00072,'\0','\0'),(3015,1,1003,1438881860.64208,'\0','\0'),(3016,1,1003,1438882059.04703,'\0','\0'),(3017,1,1003,1438883347.5015,'\0','\0'),(3018,1,1003,1438884574.24592,'\0','\0'),(3019,1,1003,1438886121.56745,'\0','\0'),(3020,1,1003,1438886489.36302,'\0','\0'),(3021,1,1003,1438886502.96544,'\0','\0'),(3022,1,1003,1438892988.49405,'\0','\0'),(3023,1,1003,1438894014.96163,'\0','\0'),(3024,1,1003,1438897786.44963,'\0','\0'),(3025,1,1003,1438900842.31218,'\0','\0'),(3026,1,1003,1438901476.63924,'\0','\0'),(3027,1,1003,1438903236.15848,'\0','\0'),(3028,1,1003,1438916162.58668,'\0','\0'),(3029,1,1003,1438965439.67753,'\0','\0'),(3030,1,1003,1438919578.57119,'\0','\0'),(3031,1,1003,1438920413.59101,'\0','\0'),(3032,1,1003,1438948904.51016,'\0','\0'),(3033,1,1003,1438936692.34915,'\0','\0'),(3034,1,1003,1438942457.37852,'\0','\0'),(3035,1,1003,1438942457.37852,'\0','\0'),(3036,1,1003,1438942791.28527,'\0','\0'),(3037,1,1003,1438943004.94614,'\0','\0'),(3038,1,1003,1438943424.32794,'\0','\0'),(3039,1,1003,1438949404.11813,'\0','\0'),(3040,1,1003,1438953185.09039,'\0','\0'),(3041,1,1003,1438953185.35557,'\0','\0'),(3042,1,1003,1438953577.64174,'\0','\0'),(3043,1,1003,1438954536.12844,'\0','\0'),(3044,1,1003,1438960552.52972,'\0','\0'),(3045,1,1003,1438961545.77121,'\0','\0'),(3046,1,1003,1438966398.5644,'\0','\0'),(3047,1,1003,1438970628.79401,'\0','\0'),(3048,1,1003,1438972863.1623,'\0','\0'),(3049,1,1003,1438973883.48383,'\0','\0'),(3050,1,1003,1438979683.4164,'\0','\0'),(3051,1,1003,1438980885.99782,'\0','\0'),(3052,1,1003,1438982640.45979,'\0','\0'),(3053,1,1003,1438984812.35368,'\0','\0'),(3054,1,1003,1438986505.72958,'\0','\0'),(3055,1,2009,1438987628.38121,'\0','\0'),(3056,1,2008,1438987628.44361,'\0','\0'),(3057,1,1003,1438994233.22734,'\0','\0'),(3058,1,1003,1439001545.05909,'\0','\0'),(3059,1,1003,1439012378.52485,'\0','\0'),(3060,1,1003,1439060893.76702,'\0','\0'),(3061,1,1003,1439019704.09619,'\0','\0'),(3062,1,1003,1439021456.65427,'\0','\0'),(3063,1,1003,1439021456.65427,'\0','\0'),(3064,1,1003,1439022443.95331,'\0','\0'),(3065,1,1003,1439025062.58983,'\0','\0'),(3066,1,1003,1439028752.51014,'\0','\0'),(3067,1,1003,1439035524.21899,'\0','\0'),(3068,1,1003,1439036658.89752,'\0','\0'),(3069,1,1003,1439037140.09856,'\0','\0'),(3070,1,1003,1439037258.29294,'\0','\0'),(3071,1,1003,1439042748.78616,'\0','\0'),(3072,1,1003,1439047173.39288,'\0','\0'),(3073,1,1003,1439052552.89851,'\0','\0'),(3074,1,1003,1439053658.8747,'\0','\0'),(3075,1,1003,1439061119.33146,'\0','\0'),(3076,1,1003,1439061833.50506,'\0','\0'),(3077,1,1003,1439063425.17482,'\0','\0'),(3078,1,1000,1439065360.02075,'\0','\0'),(3079,1,2066,1439066296.5719,'\0','\0'),(3080,1,1003,1439069196.05461,'\0','\0'),(3081,1,1003,1439081508.42424,'\0','\0'),(3082,1,1003,1439081567.84121,'\0','\0'),(3083,1,1003,1439132913.74476,'\0','\0'),(3084,1,1003,1439106273.71845,'\0','\0'),(3085,1,1003,1439107776.11457,'\0','\0'),(3086,1,1003,1439156397.24171,'\0','\0'),(3087,1,1003,1439111376.74563,'\0','\0'),(3088,1,1003,1439114064.03586,'\0','\0'),(3089,1,1003,1439116239.60906,'\0','\0'),(3090,1,1003,1439117095.95285,'\0','\0'),(3091,1,1003,1439117815.64853,'\0','\0'),(3092,1,1003,1439127253.6188,'\0','\0'),(3093,1,1003,1439132582.13909,'\0','\0'),(3094,1,1003,1439131820.79382,'\0','\0'),(3095,1,1003,1439135725.73212,'\0','\0'),(3096,1,1003,1439136321.55535,'\0','\0'),(3097,1,1003,1439144486.60786,'\0','\0'),(3098,1,1003,1439138956.24334,'\0','\0'),(3099,1,1003,1439147967.9682,'\0','\0'),(3100,1,1003,1439149301.90964,'\0','\0'),(3101,1,1003,1439153012.04638,'\0','\0'),(3102,1,1003,1439153602.51911,'\0','\0'),(3103,1,1003,1439156212.74771,'\0','\0'),(3104,1,2008,1439160436.37563,'\0','\0'),(3105,1,1003,1439166277.37914,'\0','\0'),(3106,1,1003,1439174769.63837,'\0','\0'),(3107,1,1003,1439176836.55032,'\0','\0'),(3108,1,1003,1439179134.18856,'\0','\0'),(3109,1,1003,1439184047.39028,'\0','\0'),(3110,1,1003,1439187455.60645,'\0','\0'),(3111,1,1003,1439188471.54463,'\0','\0'),(3112,1,1003,1439190017.58703,'\0','\0'),(3113,1,1003,1439195059.82452,'\0','\0'),(3114,1,1003,1439197674.72665,'\0','\0'),(3115,1,1003,1439201964.03762,'\0','\0'),(3116,1,1003,1439204265.2628,'\0','\0'),(3117,1,1003,1439206681.78739,'\0','\0'),(3118,1,1003,1439207866.53903,'\0','\0'),(3119,1,1003,1439215600.76,'\0','\0'),(3120,1,1003,1439215659.49061,'\0','\0'),(3121,1,1003,1439217084.328,'\0','\0'),(3122,1,1003,1439220315.2136,'\0','\0'),(3123,1,1003,1439221819.90278,'\0','\0'),(3124,1,1003,1439225356.18755,'\0','\0'),(3125,1,1003,1439226358.9601,'\0','\0'),(3126,1,1003,1439229564.31201,'\0','\0'),(3127,1,1003,1439230566.44209,'\0','\0'),(3128,1,1003,1439236404.51446,'\0','\0'),(3129,1,1003,1439231652.76342,'\0','\0'),(3130,1,1003,1439233074.59018,'\0','\0'),(3131,1,1003,1439234940.52333,'\0','\0'),(3132,1,1003,1439235122.75201,'\0','\0'),(3133,1,1003,1439235483.30961,'\0','\0'),(3134,1,1003,1439237917.98594,'\0','\0'),(3135,1,1003,1439239398.32493,'\0','\0'),(3136,1,1003,1439246793.99863,'\0','\0'),(3137,1,1003,1439247601.62644,'\0','\0'),(3138,1,1003,1439249671.89219,'\0','\0'),(3139,1,1003,1439250517.81579,'\0','\0'),(3140,1,1003,1439251154.18107,'\0','\0'),(3141,1,1003,1439300096.21801,'\0','\0'),(3142,1,1003,1439252897.3337,'\0','\0'),(3143,1,1003,1439337163.31484,'\0','\0'),(3144,1,1003,1439255555.60753,'\0','\0'),(3145,1,1003,1439265281.55412,'\0','\0'),(3146,1,1003,1439270277.46311,'\0','\0'),(3147,1,1003,1439272157.33969,'\0','\0'),(3148,1,1003,1439297853.11422,'\0','\0'),(3149,1,1003,1439292776.54205,'\0','\0'),(3150,1,1003,1439281653.80894,'\0','\0'),(3151,1,1003,1439283371.84466,'\0','\0'),(3152,1,1003,1439287068.84696,'\0','\0'),(3153,1,1003,1439292304.41969,'\0','\0'),(3154,1,1003,1439292415.32929,'\0','\0'),(3155,1,1003,1439331678.3437,'\0','\0'),(3156,1,1003,1439298521.23928,'\0','\0'),(3157,1,1003,1439305166.51827,'\0','\0'),(3158,1,1003,1439320419.41185,'\0','\0'),(3159,1,1003,1439317300.57459,'\0','\0'),(3160,1,1003,1439308557.65342,'\0','\0'),(3161,1,1003,1439308875.81266,'\0','\0'),(3162,1,1003,1439309296.95716,'\0','\0'),(3163,1,1003,1439313061.47237,'\0','\0'),(3164,1,1003,1439319059.34192,'\0','\0'),(3165,1,1003,1439321056.88467,'\0','\0'),(3166,1,1003,1439322246.28484,'\0','\0'),(3167,1,1003,1439325764.10028,'\0','\0'),(3168,1,1003,1439333577.25335,'\0','\0'),(3169,1,1003,1439336367.54236,'\0','\0'),(3170,1,1003,1439397539.99082,'\0','\0'),(3171,1,1003,1439345043.29381,'\0','\0'),(3172,1,1003,1439394860.89219,'\0','\0'),(3173,1,1003,1439348183.79821,'\0','\0'),(3174,1,1003,1439404124.54252,'\0','\0'),(3175,1,1003,1439349073.22769,'\0','\0'),(3176,1,1003,1439350057.6245,'\0','\0'),(3177,1,1003,1439383794.10237,'\0','\0'),(3178,1,1003,1439360974.10171,'\0','\0'),(3179,1,1003,1439370799.69329,'\0','\0'),(3180,1,1003,1439379921.87538,'\0','\0'),(3181,1,1003,1439380371.80022,'\0','\0'),(3182,1,1003,1439393024.92982,'\0','\0'),(3183,1,1003,1439380974.78343,'\0','\0'),(3184,1,1003,1439383743.57688,'\0','\0'),(3185,1,1003,1439389539.99965,'\0','\0'),(3186,1,1003,1439391177.82716,'\0','\0'),(3187,1,1003,1439391699.55466,'\0','\0'),(3188,1,1003,1439393988.15375,'\0','\0'),(3189,1,1003,1439395181.73448,'\0','\0'),(3190,1,1003,1439400747.64935,'\0','\0'),(3191,1,1003,1439401516.95017,'\0','\0'),(3192,1,1003,1439404682.00756,'\0','\0'),(3193,1,1003,1439407308.36563,'\0','\0'),(3194,1,1003,1439409890.56265,'\0','\0'),(3195,1,1003,1439411380.49509,'\0','\0'),(3196,1,1003,1439429172.49178,'\0','\0'),(3197,1,1003,1439432576.45029,'\0','\0'),(3198,1,1003,1439435592.6615,'\0','\0'),(3199,1,1003,1439489567.25363,'\0','\0'),(3200,1,1003,1439444055.48241,'\0','\0'),(3201,1,1003,1439460419.23073,'\0','\0'),(3202,1,1003,1439447791.67075,'\0','\0'),(3203,1,1003,1439449105.00701,'\0','\0'),(3204,1,1003,1439454507.41899,'\0','\0'),(3205,1,1003,1439456653.85147,'\0','\0'),(3206,1,1003,1439457681.99372,'\0','\0'),(3207,1,1003,1439469396.62026,'\0','\0'),(3208,1,1003,1439470014.61112,'\0','\0'),(3209,1,1003,1439471779.74991,'\0','\0'),(3210,1,1003,1439474441.44904,'\0','\0'),(3211,1,1003,1439484930.75666,'\0','\0'),(3212,1,1003,1439484948.88305,'\0','\0'),(3213,1,1003,1439492781.65956,'\0','\0'),(3214,1,1003,1439493935.74258,'\0','\0'),(3215,1,1003,1439495943.0137,'\0','\0'),(3216,1,1003,1439498451.20955,'\0','\0'),(3217,1,1003,1439501767.07475,'\0','\0'),(3218,1,1003,1439505028.4828,'\0','\0'),(3219,1,1003,1439506345.09492,'\0','\0'),(3220,1,1003,1439510351.64692,'\0','\0'),(3221,1,1003,1439512067.85071,'\0','\0'),(3222,1,1003,1439513810.99449,'\0','\0'),(3223,1,1003,1439515186.19758,'\0','\0'),(3224,1,1003,1439523822.5181,'\0','\0'),(3225,1,1003,1439527196.07301,'\0','\0'),(3226,1,1003,1439527604.83707,'\0','\0'),(3227,1,1003,1439596477.51101,'\0','\0'),(3228,1,1003,1439538436.49181,'\0','\0'),(3229,1,1003,1439543614.49675,'\0','\0'),(3230,1,1003,1439554517.67428,'\0','\0'),(3231,1,1003,1439557856.46303,'\0','\0'),(3232,1,1003,1439559078.09844,'\0','\0'),(3233,1,1003,1439562316.29473,'\0','\0'),(3234,1,1003,1439564371.78329,'\0','\0'),(3235,1,1003,1439565130.97002,'\0','\0'),(3236,1,1003,1439570026.98192,'\0','\0'),(3237,1,1003,1439572271.85065,'\0','\0'),(3238,1,1003,1439601497.06741,'\0','\0'),(3239,1,1003,1439600677.00243,'\0','\0'),(3240,1,1003,1439601206.34907,'\0','\0'),(3241,1,1003,1439608472.44726,'\0','\0'),(3242,1,1003,1439609871.73566,'\0','\0'),(3243,1,1003,1439661937.5257,'\0','\0'),(3244,1,1003,1439625211.12013,'\0','\0'),(3245,1,1003,1439629566.67868,'\0','\0'),(3246,1,1003,1439636686.49558,'\0','\0'),(3247,1,1003,1439639246.31865,'\0','\0'),(3248,1,1003,1439641906.85455,'\0','\0'),(3249,1,1003,1439645567.94982,'\0','\0'),(3250,1,1003,1439646760.76394,'\0','\0'),(3251,1,1003,1439647814.94904,'\0','\0'),(3252,1,1003,1439650827.48585,'\0','\0'),(3253,1,1003,1439653129.98933,'\0','\0'),(3254,1,1003,1439653555.36664,'\0','\0'),(3255,1,1003,1439657984.46029,'\0','\0'),(3256,1,1002,1439659218.25573,'\0','\0'),(3257,1,1003,1439659220.76721,'\0','\0'),(3258,1,1000,1439660224.76936,'\0','\0'),(3259,1,1003,1439661714.11253,'\0','\0'),(3260,1,1003,1439662741.24844,'\0','\0'),(3261,1,1003,1439662798.24828,'\0','\0'),(3262,1,1003,1439670334.23891,'\0','\0'),(3263,1,1003,1439671552.73516,'\0','\0'),(3264,1,1003,1439679533.90324,'\0','\0'),(3265,1,1003,1439721993.81422,'\0','\0'),(3266,1,1003,1439690194.41806,'\0','\0'),(3267,1,1003,1439693826.09109,'\0','\0'),(3268,1,1003,1439699591.49878,'\0','\0'),(3269,1,1003,1439737864.08262,'\0','\0'),(3270,1,1003,1439706803.98024,'\0','\0'),(3271,1,1003,1439709069.56018,'\0','\0'),(3272,1,1003,1439710598.16679,'\0','\0'),(3273,1,1003,1439715439.06635,'\0','\0'),(3274,1,1003,1439721797.29424,'\0','\0'),(3275,1,1003,1439722653.51614,'\0','\0'),(3276,1,1003,1439725902.60882,'\0','\0'),(3277,1,1003,1439726538.68587,'\0','\0'),(3278,1,1003,1439728696.94262,'\0','\0'),(3279,1,1003,1439730904.00958,'\0','\0'),(3280,1,1003,1439737798.64356,'\0','\0'),(3281,1,1003,1439760541.4558,'\0','\0'),(3282,1,1003,1439762137.85697,'\0','\0'),(3283,1,1003,1439817209.32656,'\0','\0'),(3284,1,1003,1439769902.42833,'\0','\0'),(3285,1,1003,1439780893.09282,'\0','\0'),(3286,1,1003,1439813868.84566,'\0','\0'),(3287,1,1003,1439793217.28859,'\0','\0'),(3288,1,1003,1439831626.1734,'\0','\0'),(3289,1,1003,1439800504.79797,'\0','\0'),(3290,1,1003,1439802240.26485,'\0','\0'),(3291,1,1003,1439804737.53021,'\0','\0'),(3292,1,1003,1439808016.97105,'\0','\0'),(3293,1,1003,1439811917.73201,'\0','\0'),(3294,1,1003,1439815020.47958,'\0','\0'),(3295,1,1003,1439819129.99037,'\0','\0'),(3296,1,1003,1439819944.19583,'\0','\0'),(3297,1,1003,1439820027.4337,'\0','\0'),(3298,1,1003,1439820397.62069,'\0','\0'),(3299,1,1003,1439820777.83802,'\0','\0'),(3300,1,1003,1439821979.15572,'\0','\0'),(3301,1,1003,1439830815.89398,'\0','\0'),(3302,1,1003,1439834817.50777,'\0','\0'),(3303,1,1003,1439835346.84066,'\0','\0'),(3304,1,1003,1439835999.25472,'\0','\0'),(3305,1,1003,1439837572.77032,'\0','\0'),(3306,1,1003,1439841115.85493,'\0','\0'),(3307,1,1003,1439844745.98363,'\0','\0'),(3308,1,1003,1439878893.58003,'\0','\0'),(3309,1,1003,1439858838.92163,'\0','\0'),(3310,1,1003,1439860908.38716,'\0','\0'),(3311,1,1003,1439862910.9317,'\0','\0'),(3312,1,1003,1439874880.51971,'\0','\0'),(3313,1,1003,1439877004.44241,'\0','\0'),(3314,1,1003,1439881062.06993,'\0','\0'),(3315,1,1003,1439885976.5046,'\0','\0'),(3316,1,1003,1439886269.88063,'\0','\0'),(3317,1,1003,1439886513.4793,'\0','\0'),(3318,1,1003,1439888166.53712,'\0','\0'),(3319,1,1003,1439896474.10033,'\0','\0'),(3320,1,1003,1439919824.61879,'\0','\0'),(3321,1,1003,1439900669.28613,'\0','\0'),(3322,1,1003,1439906525.79436,'\0','\0'),(3323,1,1003,1439906847.10874,'\0','\0'),(3324,1,1003,1439909238.02905,'\0','\0'),(3325,1,1003,1439912356.25113,'\0','\0'),(3326,1,1003,1439915585.68061,'\0','\0'),(3327,1,1003,1439918500.675,'\0','\0'),(3328,1,1003,1439919394.95167,'\0','\0'),(3329,1,1003,1439921359.62111,'\0','\0'),(3330,1,1003,1439923324.63373,'\0','\0'),(3331,1,1003,1439924608.47172,'\0','\0'),(3332,1,1003,1439939025.3963,'\0','\0'),(3333,1,1003,1439949264.68322,'\0','\0'),(3334,1,1003,1439959843.7853,'\0','\0'),(3335,1,1003,1439960875.5074,'\0','\0'),(3336,1,1003,1439964513.99733,'\0','\0'),(3337,1,1003,1439964616.79672,'\0','\0'),(3338,1,1003,1439966020.46519,'\0','\0'),(3339,1,1002,1439972053.83331,'\0','\0'),(3340,1,1003,1439976730.08227,'\0','\0'),(3341,1,1003,1439982469.48592,'\0','\0'),(3342,1,1003,1439983022.99588,'\0','\0'),(3343,1,1003,1439983282.98941,'\0','\0'),(3344,1,1003,1439986316.80367,'\0','\0'),(3345,1,1003,1439993283.98143,'\0','\0'),(3346,1,1003,1439996254.93051,'\0','\0'),(3347,1,1003,1440000473.43492,'\0','\0'),(3348,1,1003,1440005157.49912,'\0','\0'),(3349,1,1003,1440007782.42453,'\0','\0'),(3350,1,1003,1440011978.33985,'\0','\0'),(3351,1,1003,1440014041.79965,'\0','\0'),(3352,1,1003,1440023452.38936,'\0','\0'),(3353,1,1003,1440024136.05988,'\0','\0'),(3354,1,1003,1440025603.50163,'\0','\0'),(3355,1,1003,1440040345.89001,'\0','\0'),(3356,1,1003,1440048339.06492,'\0','\0'),(3357,1,1003,1440059400.55975,'\0','\0'),(3358,1,1003,1440060561.06967,'\0','\0'),(3359,1,1003,1440064777.66157,'\0','\0'),(3360,1,1003,1440066208.02676,'\0','\0'),(3361,1,1003,1440068179.49749,'\0','\0'),(3362,1,1003,1440069661.43099,'\0','\0'),(3363,1,1003,1440074436.71991,'\0','\0'),(3364,1,1003,1440078600.39147,'\0','\0'),(3365,1,1003,1440081259.65094,'\0','\0'),(3366,1,1003,1440085298.26291,'\0','\0'),(3367,1,1003,1440089940.05301,'\0','\0'),(3368,1,1003,1440090904.46414,'\0','\0'),(3369,1,1003,1440091491.84018,'\0','\0'),(3370,1,1003,1440091832.62249,'\0','\0'),(3371,1,1003,1440095692.37289,'\0','\0'),(3372,1,1003,1440105730.35727,'\0','\0'),(3373,1,1003,1440103149.31269,'\0','\0'),(3374,1,1003,1440111608.96908,'\0','\0'),(3375,1,1003,1440114409.605,'\0','\0'),(3376,1,1003,1440114415.82912,'\0','\0'),(3377,1,1003,1440120531.69068,'\0','\0'),(3378,1,1003,1440134091.67369,'\0','\0'),(3379,1,1003,1440134489.31544,'\0','\0'),(3380,1,1003,1440140053.00858,'\0','\0'),(3381,1,1003,1440143572.70984,'\0','\0'),(3382,1,1003,1440147489.66287,'\0','\0'),(3383,1,1003,1440152229.99375,'\0','\0'),(3384,1,1003,1440153021.64263,'\0','\0'),(3385,1,1003,1440154098.49351,'\0','\0'),(3386,1,1003,1440156908.8166,'\0','\0'),(3387,1,1003,1440159196.48514,'\0','\0'),(3388,1,1003,1440168826.74892,'\0','\0'),(3389,1,1003,1440174866.75108,'\0','\0'),(3390,1,1003,1440176951.11395,'\0','\0'),(3391,1,1003,1440183463.19773,'\0','\0'),(3392,1,1003,1440192239.66029,'\0','\0'),(3393,1,1003,1440198151.13236,'\0','\0'),(3394,1,1003,1440204047.97974,'\0','\0'),(3395,1,1003,1440204376.36061,'\0','\0'),(3396,1,1003,1440205425.59082,'\0','\0'),(3397,1,1003,1440204791.89476,'\0','\0'),(3398,1,1003,1440239797.6193,'\0','\0'),(3399,1,1003,1440215804.1426,'\0','\0'),(3400,1,1003,1440223913.39191,'\0','\0'),(3401,1,1003,1440226734.55651,'\0','\0'),(3402,1,1003,1440230205.49223,'\0','\0'),(3403,1,1003,1440231325.28799,'\0','\0'),(3404,1,1003,1440237838.54171,'\0','\0'),(3405,1,1003,1440242161.68491,'\0','\0'),(3406,1,1003,1440266617.16078,'\0','\0'),(3407,1,1003,1440260659.17635,'\0','\0'),(3408,1,1003,1440261812.8446,'\0','\0'),(3409,1,1003,1440265594.84505,'\0','\0'),(3410,1,1003,1440266551.09774,'\0','\0'),(3411,1,1003,1440267677.88198,'\0','\0'),(3412,1,1003,1440278025.95842,'\0','\0'),(3413,1,1003,1440278105.24966,'\0','\0'),(3414,1,2008,1440283830.98833,'\0','\0'),(3415,1,1003,1440284814.3994,'\0','\0'),(3416,1,1003,1440287442.86585,'\0','\0'),(3417,1,1003,1440289807.92252,'\0','\0'),(3418,1,1003,1440291037.02257,'\0','\0'),(3419,1,1003,1440292260.50686,'\0','\0'),(3420,1,1003,1440297086.32727,'\0','\0'),(3421,1,1003,1440301209.12867,'\0','\0'),(3422,1,1003,1440363275.02457,'\0','\0'),(3423,1,1003,1440304773.9119,'\0','\0'),(3424,1,1003,1440308776.72348,'\0','\0'),(3425,1,1003,1440326452.93947,'\0','\0'),(3426,1,1003,1440326845.35501,'\0','\0'),(3427,1,1003,1440329060.60781,'\0','\0'),(3428,1,1003,1440342413.59301,'\0','\0'),(3429,1,1003,1440344091.8593,'\0','\0'),(3430,1,1003,1440347679.47991,'\0','\0'),(3431,1,1003,1440365806.51017,'\0','\0'),(3432,1,1003,1440352035.99002,'\0','\0'),(3433,1,1003,1440354533.12596,'\0','\0'),(3434,1,1003,1440357685.94728,'\0','\0'),(3435,1,1003,1440377908.8215,'\0','\0'),(3436,1,1003,1440380440.99347,'\0','\0'),(3437,1,1003,1440426355.42795,'\0','\0'),(3438,1,1003,1440411512.21794,'\0','\0'),(3439,1,1003,1440413102.36378,'\0','\0'),(3440,1,1003,1440415430.6529,'\0','\0'),(3441,1,1003,1440416329.89015,'\0','\0'),(3442,1,1003,1440417533.89092,'\0','\0'),(3443,1,1003,1440428418.66728,'\0','\0'),(3444,1,1003,1440429760.17588,'\0','\0'),(3445,1,1003,1440430262.25495,'\0','\0'),(3446,1,1003,1440430758.95226,'\0','\0'),(3447,1,1003,1440445695.42241,'\0','\0'),(3448,1,1003,1440435650.23757,'\0','\0'),(3449,1,1003,1440436969.50157,'\0','\0'),(3450,1,1003,1440438446.2717,'\0','\0'),(3451,1,1003,1440442368.74689,'\0','\0'),(3452,1,1003,1440446015.20806,'\0','\0'),(3453,1,1003,1440462796.20122,'\0','\0'),(3454,1,1003,1440466847.90101,'\0','\0'),(3455,1,1003,1440470408.39443,'\0','\0'),(3456,1,1003,1440486160.13079,'\0','\0'),(3457,1,1003,1440489010.37249,'\0','\0'),(3458,1,1003,1440489296.88484,'\0','\0'),(3459,1,1003,1440502888.29017,'\0','\0'),(3460,1,1003,1440500421.08757,'\0','\0'),(3461,1,1003,1440507694.60687,'\0','\0'),(3462,1,1003,1440513522.17592,'\0','\0'),(3463,1,1003,1440527442.40719,'\0','\0'),(3464,1,1003,1440526853.35397,'\0','\0'),(3465,1,1003,1440527148.45775,'\0','\0'),(3466,1,1003,1440531063.66026,'\0','\0'),(3467,1,1003,1440533015.29485,'\0','\0'),(3468,1,1003,1440546109.18325,'\0','\0'),(3469,1,1003,1440547696.95324,'\0','\0'),(3470,1,1003,1440556245.40043,'\0','\0'),(3471,1,1003,1440559774.40042,'\0','\0'),(3472,1,1003,1440566246.7478,'\0','\0'),(3473,1,1003,1440588866.7497,'\0','\0'),(3474,1,1003,1440571669.36933,'\0','\0'),(3475,1,1003,1440594891.50862,'\0','\0'),(3476,1,1003,1440592523.08515,'\0','\0'),(3477,1,1003,1440594320.47585,'\0','\0'),(3478,1,1003,1440596555.21851,'\0','\0'),(3479,1,1003,1440607292.20384,'\0','\0'),(3480,1,1003,1440611070.58942,'\0','\0'),(3481,1,1002,1440618256.22125,'\0','\0'),(3482,1,1000,1440618272.5691,'\0','\0'),(3483,1,2010,1440618574.63007,'\0','\0'),(3484,1,2010,1440618589.04364,'\0','\0'),(3485,1,2066,1440618686.41322,'\0','\0'),(3486,1,1003,1440619329.53292,'\0','\0'),(3487,1,1003,1440622073.74219,'\0','\0'),(3488,1,1003,1440623726.32644,'\0','\0'),(3489,1,1003,1440629466.12448,'\0','\0'),(3490,1,1003,1440660173.48129,'\0','\0'),(3491,1,1003,1440661748.02265,'\0','\0'),(3492,1,1003,1440664839.78046,'\0','\0'),(3493,1,1003,1440672131.36137,'\0','\0'),(3494,1,1003,1440677212.77952,'\0','\0'),(3495,1,1003,1440684006.40596,'\0','\0'),(3496,1,1000,1440695114.86825,'\0','\0'),(3497,1,2010,1440695226.41741,'\0','\0'),(3498,1,2066,1440695257.52202,'\0','\0'),(3499,1,2010,1440695311.5417,'\0','\0'),(3500,1,2066,1440695334.36319,'\0','\0'),(3501,1,1003,1440697299.49101,'\0','\0'),(3502,1,1003,1440704786.38825,'\0','\0'),(3503,1,1003,1440710948.38471,'\0','\0'),(3504,1,1003,1440727315.366,'\0','\0'),(3505,1,1003,1440795094.54024,'\0','\0'),(3506,1,1003,1440750466.04543,'\0','\0'),(3507,1,1003,1440757852.54687,'\0','\0'),(3508,1,1003,1440768674.67208,'\0','\0'),(3509,1,1003,1440773085.15396,'\0','\0'),(3510,1,1003,1440801062.15767,'\0','\0'),(3511,1,1003,1440779248.70835,'\0','\0'),(3512,1,1003,1440787438.84421,'\0','\0'),(3513,1,1003,1440791407.67643,'\0','\0'),(3514,1,1003,1440805163.82076,'\0','\0'),(3515,1,1003,1440809294.42185,'\0','\0'),(3516,1,1003,1440853532.14034,'\0','\0'),(3517,1,1003,1440821116.01259,'\0','\0'),(3518,1,1003,1440822522.89542,'\0','\0'),(3519,1,1003,1440826696.35663,'\0','\0'),(3520,1,1003,1440829031.07393,'\0','\0'),(3521,1,1003,1440833426.21395,'\0','\0'),(3522,1,1003,1440835415.50477,'\0','\0'),(3523,1,1003,1440836281.58241,'\0','\0'),(3524,1,1003,1440840568.76619,'\0','\0'),(3525,1,1003,1440843910.92016,'\0','\0'),(3526,1,1003,1440843335.89053,'\0','\0'),(3527,1,1003,1440843820.19579,'\0','\0'),(3528,1,1003,1440844208.3638,'\0','\0'),(3529,1,1003,1440846493.58515,'\0','\0'),(3530,1,1003,1440846578.97462,'\0','\0'),(3531,1,1000,1440857334.81926,'\0','\0'),(3532,1,2066,1440858059.72503,'\0','\0'),(3533,1,2066,1440858817.54491,'\0','\0'),(3534,1,2066,1440859010.24059,'\0','\0'),(3535,1,1003,1440859575.0684,'\0','\0'),(3536,1,2066,1440859579.56094,'\0','\0'),(3537,1,1003,1440861649.10914,'\0','\0'),(3538,1,1003,1440874235.35837,'\0','\0'),(3539,1,1003,1440875525.26355,'\0','\0'),(3540,1,1003,1440883384.29588,'\0','\0'),(3541,1,1003,1440883603.39788,'\0','\0'),(3542,1,1003,1440886280.54662,'\0','\0'),(3543,1,1003,1440891800.06977,'\0','\0'),(3544,1,1003,1440909729.87639,'\0','\0'),(3545,1,1003,1440948356.31339,'\0','\0'),(3546,1,1003,1440958874.05201,'\0','\0'),(3547,1,1003,1440960001.38337,'\0','\0'),(3548,1,1003,1440970680.29368,'\0','\0'),(3549,1,1003,1440971645.16041,'\0','\0'),(3550,1,1003,1440975881.98517,'\0','\0'),(3551,1,1003,1441020184.96258,'\0','\0'),(3552,1,1003,1441034106.55097,'\0','\0'),(3553,1,1003,1441036003.00098,'\0','\0'),(3554,1,1003,1441037319.04971,'\0','\0'),(3555,1,1003,1441044323.96596,'\0','\0'),(3556,1,1003,1441047086.48857,'\0','\0'),(3557,1,1003,1441052814.74328,'\0','\0'),(3558,1,1003,1441062841.03361,'\0','\0'),(3559,1,1003,1441096866.56172,'\0','\0'),(3560,1,1003,1441096568.7324,'\0','\0'),(3561,1,1003,1441102394.81503,'\0','\0'),(3562,1,1003,1441112262.86809,'\0','\0'),(3563,1,1003,1441115744.89919,'\0','\0'),(3564,1,1003,1441120341.90716,'\0','\0'),(3565,1,1003,1441124323.92062,'\0','\0'),(3566,1,1003,1441127729.68772,'\0','\0'),(3567,1,1003,1441128865.3178,'\0','\0'),(3568,1,1003,1441135582.13833,'\0','\0'),(3569,1,1003,1441182493.82611,'\0','\0'),(3570,1,1003,1441173733.51194,'\0','\0'),(3571,1,1003,1441192283.66528,'\0','\0'),(3572,1,1003,1441198668.46954,'\0','\0'),(3573,1,1003,1441200414.37264,'\0','\0'),(3574,1,1003,1441206447.02818,'\0','\0'),(3575,1,1003,1441211806.61376,'\0','\0'),(3576,1,1003,1441217120.026,'\0','\0'),(3577,1,1003,1441225770.64729,'\0','\0'),(3578,1,1003,1441226714.45149,'\0','\0'),(3579,1,1003,1441229043.24488,'\0','\0'),(3580,1,1003,1441231870.69579,'\0','\0'),(3581,1,2008,1441234233.88601,'\0','\0'),(3582,1,1003,1441254245.987,'\0','\0'),(3583,1,1003,1441255860.43145,'\0','\0'),(3584,1,1003,1441255933.62243,'\0','\0'),(3585,1,1003,1441256144.69385,'\0','\0'),(3586,1,1003,1441264022.39419,'\0','\0'),(3587,1,1003,1441265679.05866,'\0','\0'),(3588,1,1003,1441270568.81494,'\0','\0'),(3589,1,1003,1441273943.30585,'\0','\0'),(3590,1,1003,1441273943.30585,'\0','\0'),(3591,1,1003,1441273944.1014,'\0','\0'),(3592,1,1003,1441273944.1014,'\0','\0'),(3593,1,1003,1441273944.41338,'\0','\0'),(3594,1,1003,1441291236.5773,'\0','\0'),(3595,1,1003,1441298717.78621,'\0','\0'),(3596,1,1003,1441298870.84458,'\0','\0'),(3597,1,1003,1441306925.37747,'\0','\0'),(3598,1,1003,1441309118.96971,'\0','\0'),(3599,1,1003,1441310309.8518,'\0','\0'),(3600,1,1003,1441310309.8518,'\0','\0'),(3601,1,1003,1441310311.78609,'\0','\0'),(3602,1,1003,1441310311.78609,'\0','\0'),(3603,1,1003,1441310312.08247,'\0','\0'),(3604,1,1003,1441321223.9961,'\0','\0'),(3605,1,1003,1441341209.74039,'\0','\0'),(3606,1,1003,1441342678.86363,'\0','\0'),(3607,1,1003,1441342678.86363,'\0','\0'),(3608,1,1003,1441342679.238,'\0','\0'),(3609,1,1003,1441342679.238,'\0','\0'),(3610,1,1003,1441342679.87757,'\0','\0'),(3611,1,1003,1441356690.7864,'\0','\0'),(3612,1,1003,1441360659.8682,'\0','\0'),(3613,1,1003,1441367184.73967,'\0','\0'),(3614,1,1003,1441370303.87331,'\0','\0'),(3615,1,1003,1441372881.07862,'\0','\0'),(3616,1,1003,1441373483.31307,'\0','\0'),(3617,1,1003,1441376257.58181,'\0','\0'),(3618,1,1003,1441376257.58181,'\0','\0'),(3619,1,1003,1441376258.59575,'\0','\0'),(3620,1,1003,1441376258.65815,'\0','\0'),(3621,1,1003,1441376259.06372,'\0','\0'),(3622,1,1003,1441377312.64254,'\0','\0'),(3623,1,1003,1441386746.69743,'\0','\0'),(3624,1,1003,1441388762.10115,'\0','\0'),(3625,1,1003,1441394194.07155,'\0','\0'),(3626,1,1003,1441397379.44047,'\0','\0'),(3627,1,1003,1441408279.98236,'\0','\0'),(3628,1,1003,1441410916.60464,'\0','\0'),(3629,1,1003,1441410916.60464,'\0','\0'),(3630,1,1003,1441410916.94782,'\0','\0'),(3631,1,1003,1441410916.96342,'\0','\0'),(3632,1,1003,1441410917.2598,'\0','\0'),(3633,1,1003,1441424308.40079,'\0','\0'),(3634,1,1003,1441446876.3344,'\0','\0'),(3635,1,1003,1441448530.60335,'\0','\0'),(3636,1,1003,1441448976.75321,'\0','\0'),(3637,1,1003,1441449396.55619,'\0','\0'),(3638,1,1003,1441459343.82148,'\0','\0'),(3639,1,1003,1441462417.82287,'\0','\0'),(3640,1,1003,1441471335.89073,'\0','\0'),(3641,1,1003,1441464058.09943,'\0','\0'),(3642,1,1003,1441467691.22342,'\0','\0'),(3643,1,1003,1441472552.82332,'\0','\0'),(3644,1,1003,1441476331.53371,'\0','\0'),(3645,1,1003,1441478045.25083,'\0','\0'),(3646,1,1003,1441482059.88201,'\0','\0'),(3647,1,1003,1441510180.36954,'\0','\0'),(3648,1,1003,1441512959.14641,'\0','\0'),(3649,1,1003,1441520483.3879,'\0','\0'),(3650,1,1003,1441524881.60094,'\0','\0'),(3651,1,1003,1441527555.16629,'\0','\0'),(3652,1,1003,1441532435.43798,'\0','\0'),(3653,1,1003,1441542039.28908,'\0','\0'),(3654,1,1003,1441548941.29807,'\0','\0'),(3655,1,1003,1441560282.89447,'\0','\0'),(3656,1,1003,1441552234.22128,'\0','\0'),(3657,1,1003,1441552507.20553,'\0','\0'),(3658,1,1003,1441555391.93149,'\0','\0'),(3659,1,1003,1441558930.35477,'\0','\0'),(3660,1,1003,1441562898.94153,'\0','\0'),(3661,1,1003,1441568616.93203,'\0','\0'),(3662,1,1003,1441573221.58356,'\0','\0'),(3663,1,1003,1441594815.27517,'\0','\0'),(3664,1,1003,1441605134.84418,'\0','\0'),(3665,1,1003,1441619596.69179,'\0','\0'),(3666,1,1003,1441622718.0561,'\0','\0'),(3667,1,1003,1441626627.57648,'\0','\0'),(3668,1,1003,1441629035.35996,'\0','\0'),(3669,1,1003,1441631389.13936,'\0','\0'),(3670,1,1003,1441632436.40054,'\0','\0'),(3671,1,1003,1441632484.92934,'\0','\0'),(3672,1,1003,1441632614.26148,'\0','\0'),(3673,1,1003,1441633164.58213,'\0','\0'),(3674,1,1003,1441633602.96363,'\0','\0'),(3675,1,1003,1441634388.7527,'\0','\0'),(3676,1,1003,1441634533.63714,'\0','\0'),(3677,1,1003,1441634647.10499,'\0','\0'),(3678,1,1003,1441635132.50219,'\0','\0'),(3679,1,1003,1441635204.11765,'\0','\0'),(3680,1,1003,1441635222.71178,'\0','\0'),(3681,1,1003,1441635306.02657,'\0','\0'),(3682,1,1003,1441635617.72779,'\0','\0'),(3683,1,1003,1441636024.59912,'\0','\0'),(3684,1,1003,1441636517.76466,'\0','\0'),(3685,1,1003,1441636587.13386,'\0','\0'),(3686,1,1003,1441636652.2601,'\0','\0'),(3687,1,1003,1441637248.87888,'\0','\0'),(3688,1,1003,1441637475.6742,'\0','\0'),(3689,1,1003,1441637712.34374,'\0','\0'),(3690,1,1003,1441638163.23573,'\0','\0'),(3691,1,1003,1441638333.88988,'\0','\0'),(3692,1,1003,1441638733.8508,'\0','\0'),(3693,1,1003,1441639022.54335,'\0','\0'),(3694,1,1003,1441639635.83756,'\0','\0'),(3695,1,1003,1441639706.09591,'\0','\0'),(3696,1,1003,1441639918.89883,'\0','\0'),(3697,1,1003,1441640186.08022,'\0','\0'),(3698,1,1003,1441640574.21702,'\0','\0'),(3699,1,1003,1441640615.32065,'\0','\0'),(3700,1,1003,1441640865.21823,'\0','\0'),(3701,1,1003,1441640914.43339,'\0','\0'),(3702,1,1003,1441640999.2613,'\0','\0'),(3703,1,1003,1441641361.36321,'\0','\0'),(3704,1,1003,1441641424.96074,'\0','\0'),(3705,1,1003,1441641479.3548,'\0','\0'),(3706,1,1003,1441641765.2863,'\0','\0'),(3707,1,1003,1441641967.94981,'\0','\0'),(3708,1,1003,1441642139.08754,'\0','\0'),(3709,1,1003,1441642292.11471,'\0','\0'),(3710,1,1003,1441642298.29195,'\0','\0'),(3711,1,1003,1441642852.60597,'\0','\0'),(3712,1,1003,1441643142.04727,'\0','\0'),(3713,1,1003,1441643186.33311,'\0','\0'),(3714,1,1003,1441643339.73466,'\0','\0'),(3715,1,1003,1441643597.77498,'\0','\0'),(3716,1,1003,1441643665.77145,'\0','\0'),(3717,1,1003,1441643665.91185,'\0','\0'),(3718,1,1003,1441643684.27199,'\0','\0'),(3719,1,1003,1441644096.33781,'\0','\0'),(3720,1,1003,1441644118.51973,'\0','\0'),(3721,1,1003,1441644253.03077,'\0','\0'),(3722,1,1003,1441644796.39422,'\0','\0'),(3723,1,1003,1441644852.00501,'\0','\0'),(3724,1,1003,1441645236.55403,'\0','\0'),(3725,1,1003,1441645891.38865,'\0','\0'),(3726,1,1003,1441646711.15255,'\0','\0'),(3727,1,1003,1441647030.34133,'\0','\0'),(3728,1,1003,1441647204.45849,'\0','\0'),(3729,1,1003,1441648125.60094,'\0','\0'),(3730,1,1003,1441648491.43103,'\0','\0'),(3731,1,1003,1441648784.46013,'\0','\0'),(3732,1,1003,1441648919.65753,'\0','\0'),(3733,1,1003,1441648927.56627,'\0','\0'),(3734,1,1003,1441649230.18881,'\0','\0'),(3735,1,1003,1441649470.29016,'\0','\0'),(3736,1,1003,1441649476.35821,'\0','\0'),(3737,1,1003,1441649793.6595,'\0','\0'),(3738,1,1003,1441649829.63102,'\0','\0'),(3739,1,1003,1441649888.37724,'\0','\0'),(3740,1,1003,1441649926.79782,'\0','\0'),(3741,1,1003,1441650115.26615,'\0','\0'),(3742,1,1003,1441650298.86755,'\0','\0'),(3743,1,1003,1441650512.57522,'\0','\0'),(3744,1,1003,1441650659.37835,'\0','\0'),(3745,1,1003,1441650686.89516,'\0','\0'),(3746,1,1003,1441650703.78899,'\0','\0'),(3747,1,1003,1441650900.72763,'\0','\0'),(3748,1,1003,1441650941.1137,'\0','\0'),(3749,1,1003,1441651429.52152,'\0','\0'),(3750,1,1003,1441651699.43275,'\0','\0'),(3751,1,1003,1441651867.04508,'\0','\0'),(3752,1,1003,1441651949.96989,'\0','\0'),(3753,1,1003,1441652295.22477,'\0','\0'),(3754,1,1003,1441652481.40003,'\0','\0'),(3755,1,1003,1441652482.03959,'\0','\0'),(3756,1,1003,1441652482.03959,'\0','\0'),(3757,1,1003,1441652489.83914,'\0','\0'),(3758,1,1003,1441652494.23809,'\0','\0'),(3759,1,1003,1441652503.72234,'\0','\0'),(3760,1,1003,1441652628.12516,'\0','\0'),(3761,1,1003,1441652696.7612,'\0','\0'),(3762,1,1003,1441652817.12386,'\0','\0'),(3763,1,1003,1441652821.52281,'\0','\0'),(3764,1,1003,1441652928.86021,'\0','\0'),(3765,1,1003,1441653141.21076,'\0','\0'),(3766,1,1003,1441653243.93084,'\0','\0'),(3767,1,1003,1441653325.15535,'\0','\0'),(3768,1,1003,1441653423.0397,'\0','\0'),(3769,1,1003,1441653726.3642,'\0','\0'),(3770,1,1003,1441653802.89339,'\0','\0'),(3771,1,1003,1441653943.95605,'\0','\0'),(3772,1,1003,1441653957.10609,'\0','\0'),(3773,1,1003,1441654060.40333,'\0','\0'),(3774,1,1003,1441654324.07492,'\0','\0'),(3775,1,1003,1441654615.71569,'\0','\0'),(3776,1,1003,1441654655.63379,'\0','\0'),(3777,1,1003,1441654781.40933,'\0','\0'),(3778,1,1003,1441655238.99333,'\0','\0'),(3779,1,1003,1441655418.44537,'\0','\0'),(3780,1,1003,1441655428.60039,'\0','\0'),(3781,1,1003,1441655460.82813,'\0','\0'),(3782,1,1003,1441655573.09485,'\0','\0'),(3783,1,1003,1441655668.59254,'\0','\0'),(3784,1,1003,1441655938.06699,'\0','\0'),(3785,1,1003,1441656096.74104,'\0','\0'),(3786,1,1003,1441656185.37513,'\0','\0'),(3787,1,1003,1441656449.65508,'\0','\0'),(3788,1,1003,1441656454.38161,'\0','\0'),(3789,1,1003,1441656699.67745,'\0','\0'),(3790,1,1003,1441656882.6237,'\0','\0'),(3791,1,1003,1441657085.92677,'\0','\0'),(3792,1,1003,1441657256.93534,'\0','\0'),(3793,1,1003,1441657418.28225,'\0','\0'),(3794,1,1003,1441657427.40538,'\0','\0'),(3795,1,1003,1441657492.70426,'\0','\0'),(3796,1,1003,1441657509.23771,'\0','\0'),(3797,1,1003,1441657791.22751,'\0','\0'),(3798,1,1003,1441657884.64752,'\0','\0'),(3799,1,1003,1441657994.24329,'\0','\0'),(3800,1,1003,1441658232.40566,'\0','\0'),(3801,1,1003,1441658433.2578,'\0','\0'),(3802,1,1003,1441658554.27561,'\0','\0'),(3803,1,1003,1441658757.54748,'\0','\0'),(3804,1,1003,1441658865.55565,'\0','\0'),(3805,1,1003,1441659359.68834,'\0','\0'),(3806,1,1003,1441659668.09815,'\0','\0'),(3807,1,1003,1441660016.20766,'\0','\0'),(3808,1,1003,1441660108.69473,'\0','\0'),(3809,1,1003,1441660491.87102,'\0','\0'),(3810,1,1003,1441660705.18871,'\0','\0'),(3811,1,1003,1441660908.07061,'\0','\0'),(3812,1,1003,1441660969.79625,'\0','\0'),(3813,1,1003,1441660976.30107,'\0','\0'),(3814,1,1003,1441662240.51453,'\0','\0'),(3815,1,1003,1441663609.19517,'\0','\0'),(3816,1,1003,1441663970.8135,'\0','\0'),(3817,1,1003,1441664211.47642,'\0','\0'),(3818,1,1003,1441664439.03609,'\0','\0'),(3819,1,1003,1441664521.89851,'\0','\0'),(3820,1,1003,1441666069.8284,'\0','\0'),(3821,1,1003,1441666165.40408,'\0','\0'),(3822,1,1003,1441666713.85284,'\0','\0'),(3823,1,1003,1441666808.1338,'\0','\0'),(3824,1,1003,1441667312.31231,'\0','\0'),(3825,1,1003,1441667500.79624,'\0','\0'),(3826,1,1003,1441668017.9844,'\0','\0'),(3827,1,1003,1441668173.52302,'\0','\0'),(3828,1,1003,1441668277.45983,'\0','\0'),(3829,1,1003,1441668440.12724,'\0','\0'),(3830,1,1003,1441668621.62277,'\0','\0'),(3831,1,1003,1441668681.38292,'\0','\0'),(3832,1,1003,1441668737.69567,'\0','\0'),(3833,1,1003,1441669587.72183,'\0','\0'),(3834,1,1003,1441669931.16722,'\0','\0'),(3835,1,1003,1441670069.45324,'\0','\0'),(3836,1,1003,1441670337.43018,'\0','\0'),(3837,1,1003,1441674470.87969,'\0','\0'),(3838,1,1003,1441674864.44499,'\0','\0'),(3839,1,1003,1441675101.97248,'\0','\0'),(3840,1,1003,1441676164.81716,'\0','\0'),(3841,1,1003,1441676942.4167,'\0','\0'),(3842,1,1003,1441679957.61353,'\0','\0'),(3843,1,1003,1441680051.11454,'\0','\0'),(3844,1,1003,1441680143.11803,'\0','\0'),(3845,1,1003,1441680408.06874,'\0','\0'),(3846,1,1003,1441681088.53268,'\0','\0'),(3847,1,1003,1441681385.43035,'\0','\0'),(3848,1,1003,1441682701.80721,'\0','\0'),(3849,1,1003,1441682951.70479,'\0','\0'),(3850,1,1003,1441711419.97639,'\0','\0'),(3851,1,1003,1441683561.5828,'\0','\0'),(3852,1,1003,1441683794.82054,'\0','\0'),(3853,1,1003,1441683863.70617,'\0','\0'),(3854,1,1003,1441684088.00563,'\0','\0'),(3855,1,1003,1441684537.55609,'\0','\0'),(3856,1,1003,1441685585.36324,'\0','\0'),(3857,1,1003,1441685585.55043,'\0','\0'),(3858,1,1003,1441686795.94699,'\0','\0'),(3859,1,1003,1441686896.04642,'\0','\0'),(3860,1,1003,1441686894.89208,'\0','\0'),(3861,1,1003,1441686895.96842,'\0','\0'),(3862,1,1003,1441686896.49879,'\0','\0'),(3863,1,1003,1441686998.79769,'\0','\0'),(3864,1,1003,1441687388.94678,'\0','\0'),(3865,1,1003,1441687795.77131,'\0','\0'),(3866,1,1003,1441688019.58719,'\0','\0'),(3867,1,1003,1441688075.49437,'\0','\0'),(3868,1,1003,1441724651.92728,'\0','\0'),(3869,1,1003,1441688661.69295,'\0','\0'),(3870,1,1003,1441688839.46029,'\0','\0'),(3871,1,1003,1441689182.35971,'\0','\0'),(3872,1,1003,1441689378.14401,'\0','\0'),(3873,1,1003,1441695465.29491,'\0','\0'),(3874,1,1003,1441689751.10289,'\0','\0'),(3875,1,1003,1441690258.33105,'\0','\0'),(3876,1,1003,1441690290.10315,'\0','\0'),(3877,1,1003,1441691177.33803,'\0','\0'),(3878,1,1003,1441692650.7181,'\0','\0'),(3879,1,1003,1441692951.04757,'\0','\0'),(3880,1,1003,1441693064.29703,'\0','\0'),(3881,1,1003,1441693077.18189,'\0','\0'),(3882,1,1003,1441695918.32397,'\0','\0'),(3883,1,1003,1441696418.57151,'\0','\0'),(3884,1,1003,1441696418.57151,'\0','\0'),(3885,1,1003,1441697368.15112,'\0','\0'),(3886,1,1003,1441735379.27236,'\0','\0'),(3887,1,1003,1441697819.83866,'\0','\0'),(3888,1,1003,1441697853.01795,'\0','\0'),(3889,1,1003,1441698491.78549,'\0','\0'),(3890,1,1003,1441698774.36319,'\0','\0'),(3891,1,1003,1441699051.4032,'\0','\0'),(3892,1,1003,1441717864.07379,'\0','\0'),(3893,1,1003,1441699375.77089,'\0','\0'),(3894,1,1003,1441710096.65794,'\0','\0'),(3895,1,1003,1441725512.28005,'\0','\0'),(3896,1,1003,1441700893.28253,'\0','\0'),(3897,1,1003,1441701961.72729,'\0','\0'),(3898,1,1003,1441703101.05436,'\0','\0'),(3899,1,1003,1441703121.0368,'\0','\0'),(3900,1,1003,1441703279.88244,'\0','\0'),(3901,1,1003,1441728846.85286,'\0','\0'),(3902,1,1003,1441704873.51769,'\0','\0'),(3903,1,1003,1441704907.89811,'\0','\0'),(3904,1,1003,1441705083.30999,'\0','\0'),(3905,1,1003,1441705191.94212,'\0','\0'),(3906,1,1003,1441705875.54148,'\0','\0'),(3907,1,1003,1441706327.18222,'\0','\0'),(3908,1,1003,1441706332.93829,'\0','\0'),(3909,1,1003,1441706761.80435,'\0','\0'),(3910,1,1003,1441707018.65913,'\0','\0'),(3911,1,1003,1441707281.61316,'\0','\0'),(3912,1,1003,1441707403.8945,'\0','\0'),(3913,1,1003,1441707612.47007,'\0','\0'),(3914,1,1003,1441708511.64899,'\0','\0'),(3915,1,1003,1441708525.85977,'\0','\0'),(3916,1,1003,1441708554.03174,'\0','\0'),(3917,1,1003,1441709008.09035,'\0','\0'),(3918,1,1003,1441709435.70847,'\0','\0'),(3919,1,1003,1441710534.64947,'\0','\0'),(3920,1,1003,1441711336.73959,'\0','\0'),(3921,1,1003,1441711759.97437,'\0','\0'),(3922,1,1003,1441712059.58629,'\0','\0'),(3923,1,1003,1441712680.00929,'\0','\0'),(3924,1,1003,1441712711.65987,'\0','\0'),(3925,1,1003,1441712931.01441,'\0','\0'),(3926,1,1003,1441713336.27903,'\0','\0'),(3927,1,1003,1441713342.95544,'\0','\0'),(3928,1,1003,1441713545.13538,'\0','\0'),(3929,1,1003,1441714253.27212,'\0','\0'),(3930,1,1003,1441715093.89202,'\0','\0'),(3931,1,1003,1441715738.63402,'\0','\0'),(3932,1,1003,1441716319.74729,'\0','\0'),(3933,1,1003,1441716697.22992,'\0','\0'),(3934,1,1003,1441718567.31242,'\0','\0'),(3935,1,1003,1441719379.37037,'\0','\0'),(3936,1,1003,1441719650.70111,'\0','\0'),(3937,1,1003,1441720703.53117,'\0','\0'),(3938,1,1003,1441721076.45885,'\0','\0'),(3939,1,1003,1441721342.04913,'\0','\0'),(3940,1,1003,1441721354.02924,'\0','\0'),(3941,1,1003,1441721829.02183,'\0','\0'),(3942,1,1003,1441721829.17782,'\0','\0'),(3943,1,1003,1441721829.78619,'\0','\0'),(3944,1,1003,1441721829.80179,'\0','\0'),(3945,1,1003,1441721830.16057,'\0','\0'),(3946,1,1003,1441722188.67468,'\0','\0'),(3947,1,1003,1441722831.2677,'\0','\0'),(3948,1,1003,1441722982.29829,'\0','\0'),(3949,1,1003,1441723145.4409,'\0','\0'),(3950,1,1003,1441723554.04973,'\0','\0'),(3951,1,1003,1441723571.17733,'\0','\0'),(3952,1,1003,1441723834.86254,'\0','\0'),(3953,1,1003,1441724418.93913,'\0','\0'),(3954,1,1003,1441724923.55441,'\0','\0'),(3955,1,1003,1441725065.9586,'\0','\0'),(3956,1,1003,1441725288.12098,'\0','\0'),(3957,1,1003,1441725532.93325,'\0','\0'),(3958,1,1003,1441726264.71823,'\0','\0'),(3959,1,1003,1441726400.29001,'\0','\0'),(3960,1,1003,1441726578.32254,'\0','\0'),(3961,1,1003,1441726721.2103,'\0','\0'),(3962,1,1003,1441728864.63583,'\0','\0'),(3963,1,1003,1441728956.48333,'\0','\0'),(3964,1,1003,1441735363.0961,'\0','\0'),(3965,1,1003,1441729757.32553,'\0','\0'),(3966,1,1003,1441729931.1619,'\0','\0'),(3967,1,1003,1441730039.52884,'\0','\0'),(3968,1,1003,1441730690.63528,'\0','\0'),(3969,1,1003,1441731048.86861,'\0','\0'),(3970,1,1003,1441731444.39939,'\0','\0'),(3971,1,1003,1441732177.13591,'\0','\0'),(3972,1,1003,1441732222.34211,'\0','\0'),(3973,1,1003,1441732596.92329,'\0','\0'),(3974,1,1003,1441732870.95268,'\0','\0'),(3975,1,1003,1441745507.26882,'\0','\0'),(3976,1,1003,1441733926.40339,'\0','\0'),(3977,1,1003,1441734903.51541,'\0','\0'),(3978,1,1003,1441735621.99436,'\0','\0'),(3979,1,1003,1441735867.27461,'\0','\0'),(3980,1,1003,1441736094.11672,'\0','\0'),(3981,1,1003,1441737552.75736,'\0','\0'),(3982,1,1003,1441739541.54902,'\0','\0'),(3983,1,1003,1441740425.06644,'\0','\0'),(3984,1,1003,1441741374.22488,'\0','\0'),(3985,1,1003,1441741464.90245,'\0','\0'),(3986,1,1003,1441742638.09516,'\0','\0'),(3987,1,1003,1441743130.13757,'\0','\0'),(3988,1,1003,1441746084.01435,'\0','\0'),(3989,1,1003,1441746440.54738,'\0','\0'),(3990,1,1003,1441749039.76301,'\0','\0'),(3991,1,1003,1441749385.93824,'\0','\0'),(3992,1,1003,1441750348.69909,'\0','\0'),(3993,1,1000,1441753041.35334,'\0','\0'),(3994,1,2000,1441753134.74515,'\0','\0'),(3995,1,2027,1441753134.88554,'\0','\0'),(3996,1,2001,1441753298.02093,'\0','\0'),(3997,1,1003,1441754906.63132,'\0','\0'),(3998,1,1003,1441756215.68176,'\0','\0'),(3999,1,1003,1441757753.56516,'\0','\0'),(4000,1,1003,1441758288.70788,'\0','\0'),(4001,1,1003,1441758288.33351,'\0','\0'),(4002,1,1003,1441758288.70788,'\0','\0'),(4003,1,1003,1441758289.72183,'\0','\0'),(4004,1,1003,1441760163.43892,'\0','\0'),(4005,1,1003,1441762042.39731,'\0','\0'),(4006,1,1003,1441762896.86921,'\0','\0'),(4007,1,1003,1441770465.49014,'\0','\0'),(4008,1,1003,1441771634.64268,'\0','\0'),(4009,1,1003,1441773828.85889,'\0','\0'),(4010,1,1003,1441778325.50225,'\0','\0'),(4011,1,1003,1441781218.01216,'\0','\0'),(4012,1,1003,1441781396.34107,'\0','\0'),(4013,1,1003,1441782733.18394,'\0','\0'),(4014,1,1003,1441783898.24953,'\0','\0'),(4015,1,1003,1441814657.20986,'\0','\0'),(4016,1,1003,1441786650.05556,'\0','\0'),(4017,1,1003,1441786968.33959,'\0','\0'),(4018,1,1003,1441787458.44772,'\0','\0'),(4019,1,1003,1441787492.71894,'\0','\0'),(4020,1,1003,1441789399.43051,'\0','\0'),(4021,1,1003,1441789457.56765,'\0','\0'),(4022,1,1003,1441790607.35983,'\0','\0'),(4023,1,1003,1441790947.23302,'\0','\0'),(4024,1,1003,1441791182.40505,'\0','\0'),(4025,1,1003,1441834290.84891,'\0','\0'),(4026,1,1003,1441791302.20614,'\0','\0'),(4027,1,1003,1441792372.75677,'\0','\0'),(4028,1,1003,1441792841.33814,'\0','\0'),(4029,1,1003,1441792841.52533,'\0','\0'),(4030,1,1003,1441792841.66572,'\0','\0'),(4031,1,1003,1441792841.9933,'\0','\0'),(4032,1,1003,1441792861.36738,'\0','\0'),(4033,1,1003,1441794054.96372,'\0','\0'),(4034,1,1003,1441794273.6163,'\0','\0'),(4035,1,1003,1441794568.82927,'\0','\0'),(4036,1,1003,1441794619.12077,'\0','\0'),(4037,1,1003,1441794934.97135,'\0','\0'),(4038,1,1003,1441797629.38829,'\0','\0'),(4039,1,1003,1441799305.97956,'\0','\0'),(4040,1,1003,1441799437.13679,'\0','\0'),(4041,1,1003,1441799549.46591,'\0','\0'),(4042,1,1003,1441825350.16234,'\0','\0'),(4043,1,1003,1441800224.17378,'\0','\0'),(4044,1,1003,1441801997.79145,'\0','\0'),(4045,1,1003,1441802518.02144,'\0','\0'),(4046,1,1003,1441803316.88255,'\0','\0'),(4047,1,1003,1441804402.31472,'\0','\0'),(4048,1,1003,1441806152.39335,'\0','\0'),(4049,1,1003,1441828534.51582,'\0','\0'),(4050,1,1003,1441807060.15178,'\0','\0'),(4051,1,1003,1441808059.66411,'\0','\0'),(4052,1,1003,1441808263.06077,'\0','\0'),(4053,1,1003,1441808318.42198,'\0','\0'),(4054,1,1003,1441822185.74494,'\0','\0'),(4055,1,1003,1441809465.04942,'\0','\0'),(4056,1,1003,1441809665.46666,'\0','\0'),(4057,1,1003,1441810209.22009,'\0','\0'),(4058,1,1003,1441810460.58399,'\0','\0'),(4059,1,1003,1441811744.04674,'\0','\0'),(4060,1,1003,1441811941.62494,'\0','\0'),(4061,1,1003,1441812549.81825,'\0','\0'),(4062,1,1003,1441813759.57525,'\0','\0'),(4063,1,1003,1441813945.98449,'\0','\0'),(4064,1,1003,1441814860.16975,'\0','\0'),(4065,1,1003,1441819651.6673,'\0','\0'),(4066,1,1003,1441820166.67159,'\0','\0'),(4067,1,1003,1441820693.59359,'\0','\0'),(4068,1,1003,1441822222.69879,'\0','\0'),(4069,1,1003,1441822667.44473,'\0','\0'),(4070,1,1003,1441831342.29143,'\0','\0'),(4071,1,1003,1441823825.16313,'\0','\0'),(4072,1,1003,1441823931.65819,'\0','\0'),(4073,1,1003,1441824110.15869,'\0','\0'),(4074,1,1003,1441824804.24064,'\0','\0'),(4075,1,1003,1441825283.3202,'\0','\0'),(4076,1,1003,1441826098.29518,'\0','\0'),(4077,1,1003,1441826481.48707,'\0','\0'),(4078,1,1003,1441827076.88912,'\0','\0'),(4079,1,1003,1441827373.92718,'\0','\0'),(4080,1,1003,1441827673.97587,'\0','\0'),(4081,1,1003,1441828328.91968,'\0','\0'),(4082,1,1003,1441829095.78704,'\0','\0'),(4083,1,1003,1441829638.46413,'\0','\0'),(4084,1,1003,1441829872.21664,'\0','\0'),(4085,1,1003,1441830140.02199,'\0','\0'),(4086,1,1003,1441830907.34172,'\0','\0'),(4087,1,1003,1441831182.26026,'\0','\0'),(4088,1,1003,1441831492.66675,'\0','\0'),(4089,1,1003,1441831639.78186,'\0','\0'),(4090,1,1003,1441831641.70055,'\0','\0'),(4091,1,1003,1441831644.3368,'\0','\0'),(4092,1,1003,1441831645.66272,'\0','\0'),(4093,1,1003,1441831646.84825,'\0','\0'),(4094,1,1003,1441831655.83334,'\0','\0'),(4095,1,1003,1441831688.02988,'\0','\0'),(4096,1,1003,1441832547.64948,'\0','\0'),(4097,1,1003,1441833208.14657,'\0','\0'),(4098,1,1003,1441834288.15026,'\0','\0'),(4099,1,1003,1441836661.42853,'\0','\0'),(4100,1,1003,1441839698.08973,'\0','\0'),(4101,1,1003,1441842874.53447,'\0','\0'),(4102,1,1003,1441843403.21916,'\0','\0'),(4103,1,1003,1441843863.89178,'\0','\0'),(4104,1,1003,1441844198.86686,'\0','\0'),(4105,1,1003,1441845674.35453,'\0','\0'),(4106,1,1003,1441846169.81314,'\0','\0'),(4107,1,1003,1441846273.25078,'\0','\0'),(4108,1,1003,1441898157.67885,'\0','\0'),(4109,1,1003,1441922764.34047,'\0','\0'),(4110,1,1003,1441848512.93835,'\0','\0'),(4111,1,1003,1441848544.32374,'\0','\0'),(4112,1,1003,1441850817.93937,'\0','\0'),(4113,1,1003,1441856396.92052,'\0','\0'),(4114,1,1003,1441856805.07097,'\0','\0'),(4115,1,1003,1441863584.47103,'\0','\0'),(4116,1,1003,1441866688.03677,'\0','\0'),(4117,1,1003,1441866688.03677,'\0','\0'),(4118,1,1003,1441866688.69193,'\0','\0'),(4119,1,1003,1441866688.69193,'\0','\0'),(4120,1,1003,1441866689.00391,'\0','\0'),(4121,1,1003,1441868012.24436,'\0','\0'),(4122,1,1003,1441868399.36723,'\0','\0'),(4123,1,1003,1441869301.35399,'\0','\0'),(4124,1,1003,1441869322.80275,'\0','\0'),(4125,1,1003,1441871220.46446,'\0','\0'),(4126,1,1003,1441872511.1184,'\0','\0'),(4127,1,1003,1441895639.75012,'\0','\0'),(4128,1,1003,1441874773.12829,'\0','\0'),(4129,1,1003,1441878254.76942,'\0','\0'),(4130,1,1003,1441881250.093,'\0','\0'),(4131,1,1003,1441891273.04726,'\0','\0'),(4132,1,1003,1441883831.60366,'\0','\0'),(4133,1,1003,1441885922.9126,'\0','\0'),(4134,1,1003,1441890031.06252,'\0','\0'),(4135,1,1003,1441890367.36352,'\0','\0'),(4136,1,1003,1441916517.22678,'\0','\0'),(4137,1,1003,1441890581.92914,'\0','\0'),(4138,1,1003,1441894381.7451,'\0','\0'),(4139,1,1003,1441895296.46073,'\0','\0'),(4140,1,1003,1441899960.04566,'\0','\0'),(4141,1,1003,1441900868.52165,'\0','\0'),(4142,1,1003,1441901514.55837,'\0','\0'),(4143,1,1003,1441901670.31539,'\0','\0'),(4144,1,1003,1441903204.61166,'\0','\0'),(4145,1,1003,1441903726.29236,'\0','\0'),(4146,1,1003,1441903752.68604,'\0','\0'),(4147,1,1003,1441904001.2265,'\0','\0'),(4148,1,1003,1441904915.19337,'\0','\0'),(4149,1,1003,1441904915.19337,'\0','\0'),(4150,1,1003,1441904915.98892,'\0','\0'),(4151,1,1003,1441904915.98892,'\0','\0'),(4152,1,1003,1441904916.30091,'\0','\0'),(4153,1,1003,1441923259.86148,'\0','\0'),(4154,1,1003,1441907308.67248,'\0','\0'),(4155,1,1003,1441921356.53729,'\0','\0'),(4156,1,1003,1441910320.04753,'\0','\0'),(4157,1,1003,1441912560.32788,'\0','\0'),(4158,1,1003,1441914508.1719,'\0','\0'),(4159,1,1003,1441914708.96351,'\0','\0'),(4160,1,1003,1441915122.77644,'\0','\0'),(4161,1,1003,1441917684.85062,'\0','\0'),(4162,1,1003,1441920148.51994,'\0','\0'),(4163,1,1003,1441921103.3327,'\0','\0'),(4164,1,1003,1441922414.92063,'\0','\0'),(4165,1,1003,1441923235.94806,'\0','\0'),(4166,1,1003,1441926302.63752,'\0','\0'),(4167,1,1003,1441928948.07329,'\0','\0'),(4168,1,1003,1441929811.1247,'\0','\0'),(4169,1,1003,1441930166.14461,'\0','\0'),(4170,1,1003,1441942459.36626,'\0','\0'),(4171,1,1003,1441942832.69021,'\0','\0'),(4172,1,1003,1441943701.49918,'\0','\0'),(4173,1,1003,1441943702.09184,'\0','\0'),(4174,1,1003,1441943701.87349,'\0','\0'),(4175,1,1003,1441943702.23221,'\0','\0'),(4176,1,1003,1441944022.86611,'\0','\0'),(4177,1,1003,1441964563.07681,'\0','\0'),(4178,1,1003,1441968544.64473,'\0','\0'),(4179,1,1003,1441969044.89998,'\0','\0'),(4180,1,1003,1441969107.95113,'\0','\0'),(4181,1,1003,1441969722.59923,'\0','\0'),(4182,1,1003,1441971453.00739,'\0','\0'),(4183,1,1003,1441972752.36563,'\0','\0'),(4184,1,1003,1441973520.79289,'\0','\0'),(4185,1,1003,1441974492.9132,'\0','\0'),(4186,1,1003,1441974762.98042,'\0','\0'),(4187,1,1003,1441975881.71668,'\0','\0'),(4188,1,1003,1441977362.89891,'\0','\0'),(4189,1,1003,1441978825.95876,'\0','\0'),(4190,1,1003,1441979662.67889,'\0','\0'),(4191,1,1003,1441979662.72568,'\0','\0'),(4192,1,1003,1441979663.17806,'\0','\0'),(4193,1,1003,1441979663.20925,'\0','\0'),(4194,1,1003,1441979672.25673,'\0','\0'),(4195,1,1003,1441980666.29378,'\0','\0'),(4196,1,1003,1441981309.11263,'\0','\0'),(4197,1,1003,1441981900.94172,'\0','\0'),(4198,1,1003,1441984671.52725,'\0','\0'),(4199,1,1003,1441984928.39763,'\0','\0'),(4200,1,1003,1441987191.60865,'\0','\0'),(4201,1,1003,1441989553.05222,'\0','\0'),(4202,1,1003,1441992069.88421,'\0','\0'),(4203,1,1003,1441993490.94662,'\0','\0'),(4204,1,1003,1441995054.83439,'\0','\0'),(4205,1,1003,1441995141.45619,'\0','\0'),(4206,1,1003,1441996463.46432,'\0','\0'),(4207,1,1003,1441998062.42209,'\0','\0'),(4208,1,1003,1442008791.85337,'\0','\0'),(4209,1,1003,1442000073.13987,'\0','\0'),(4210,1,1003,1442001498.16445,'\0','\0'),(4211,1,1003,1442005744.12493,'\0','\0'),(4212,1,1003,1442010822.06064,'\0','\0'),(4213,1,1003,1442010866.28409,'\0','\0'),(4214,1,1003,1442012866.83746,'\0','\0'),(4215,1,1003,1442013392.04356,'\0','\0'),(4216,1,1003,1442013551.80954,'\0','\0'),(4217,1,1003,1442014366.41228,'\0','\0'),(4218,1,1003,1442015663.78943,'\0','\0'),(4219,1,1003,1442015911.92431,'\0','\0'),(4220,1,1003,1442017598.01543,'\0','\0'),(4221,1,1003,1442017598.88898,'\0','\0'),(4222,1,1003,1442017609.44957,'\0','\0'),(4223,1,1003,1442017620.04136,'\0','\0'),(4224,1,1003,1442017627.29494,'\0','\0'),(4225,1,1003,1442019813.92998,'\0','\0'),(4226,1,1003,1442020262.04533,'\0','\0'),(4227,1,1003,1442027269.45658,'\0','\0'),(4228,1,1003,1442029301.45774,'\0','\0'),(4229,1,1003,1442041043.03707,'\0','\0'),(4230,1,1003,1442041598.58342,'\0','\0'),(4231,1,1003,1442077285.03618,'\0','\0'),(4232,1,1003,1442044542.66396,'\0','\0'),(4233,1,1003,1442046675.8944,'\0','\0'),(4234,1,1003,1442047851.83011,'\0','\0'),(4235,1,1003,1442059027.00975,'\0','\0'),(4236,1,1003,1442051674.31157,'\0','\0'),(4237,1,1003,1442052864.72569,'\0','\0'),(4238,1,1003,1442052865.53684,'\0','\0'),(4239,1,1003,1442052865.92682,'\0','\0'),(4240,1,1003,1442052867.01876,'\0','\0'),(4241,1,1003,1442052898.80972,'\0','\0'),(4242,1,1003,1442052922.58275,'\0','\0'),(4243,1,1003,1442053188.21982,'\0','\0'),(4244,1,1003,1442053236.77982,'\0','\0'),(4245,1,1003,1442082588.76373,'\0','\0'),(4246,1,1003,1442058382.89171,'\0','\0'),(4247,1,1003,1442059152.02094,'\0','\0'),(4248,1,1003,1442060920.74049,'\0','\0'),(4249,1,1003,1442061416.88547,'\0','\0'),(4250,1,1003,1442061940.89043,'\0','\0'),(4251,1,1003,1442062215.49699,'\0','\0'),(4252,1,1003,1442063239.88928,'\0','\0'),(4253,1,1003,1442063334.22538,'\0','\0'),(4254,1,1003,1442063371.92551,'\0','\0'),(4255,1,1003,1442063884.33598,'\0','\0'),(4256,1,1003,1442064371.91401,'\0','\0'),(4257,1,1003,1442064472.16943,'\0','\0'),(4258,1,1003,1442065150.09072,'\0','\0'),(4259,1,1003,1442067147.0095,'\0','\0'),(4260,1,1003,1442067318.44361,'\0','\0'),(4261,1,1003,1442067386.48689,'\0','\0'),(4262,1,1003,1442068357.48406,'\0','\0'),(4263,1,1003,1442068393.82997,'\0','\0'),(4264,1,1003,1442068507.43821,'\0','\0'),(4265,1,1003,1442068767.17883,'\0','\0'),(4266,1,1003,1442069437.01978,'\0','\0'),(4267,1,1003,1442071418.24587,'\0','\0'),(4268,1,1003,1442072181.16665,'\0','\0'),(4269,1,1003,1442073385.13639,'\0','\0'),(4270,1,1003,1442075802.41972,'\0','\0'),(4271,1,1003,1442078390.482,'\0','\0'),(4272,1,1003,1442079773.10137,'\0','\0'),(4273,1,1003,1442083162.07746,'\0','\0'),(4274,1,1003,1442084961.83922,'\0','\0'),(4275,1,1003,1442085430.1242,'\0','\0'),(4276,1,1003,1442089102.18354,'\0','\0'),(4277,1,1003,1442090745.81391,'\0','\0'),(4278,1,1003,1442090746.46907,'\0','\0'),(4279,1,1003,1442090747.95098,'\0','\0'),(4280,1,1003,1442090749.51089,'\0','\0'),(4281,1,1003,1442090753.86304,'\0','\0'),(4282,1,1003,1442093637.99624,'\0','\0'),(4283,1,1003,1442096788.18739,'\0','\0'),(4284,1,1003,1442097701.20024,'\0','\0'),(4285,1,1003,1442102933.20077,'\0','\0'),(4286,1,1003,1442104175.09192,'\0','\0'),(4287,1,1003,1442174502.82462,'\0','\0'),(4288,1,1003,1442113107.20046,'\0','\0'),(4289,1,1003,1442113589.7721,'\0','\0'),(4290,1,1003,1442117622.01465,'\0','\0'),(4291,1,1003,1442151187.27124,'\0','\0'),(4292,1,1003,1442122110.10971,'\0','\0'),(4293,1,1003,1442122243.65361,'\0','\0'),(4294,1,1003,1442123768.30964,'\0','\0'),(4295,1,1003,1442125273.57599,'\0','\0'),(4296,1,1003,1442127059.81333,'\0','\0'),(4297,1,1003,1442127267.71814,'\0','\0'),(4298,1,1003,1442127267.71814,'\0','\0'),(4299,1,1003,1442127268.63849,'\0','\0'),(4300,1,1003,1442127270.46358,'\0','\0'),(4301,1,1003,1442127286.23427,'\0','\0'),(4302,1,1003,1442128520.36764,'\0','\0'),(4303,1,1003,1442129195.55274,'\0','\0'),(4304,1,1003,1442134804.73764,'\0','\0'),(4305,1,1003,1442131351.59607,'\0','\0'),(4306,1,1003,1442133684.98744,'\0','\0'),(4307,1,1003,1442160607.00616,'\0','\0'),(4308,1,1003,1442137596.78935,'\0','\0'),(4309,1,1003,1442138938.95151,'\0','\0'),(4310,1,1003,1442139400.79407,'\0','\0'),(4311,1,1003,1442139544.0094,'\0','\0'),(4312,1,1003,1442141852.645,'\0','\0'),(4313,1,1003,1442142857.02426,'\0','\0'),(4314,1,1003,1442143067.7057,'\0','\0'),(4315,1,1003,1442143101.75854,'\0','\0'),(4316,1,1003,1442143203.66746,'\0','\0'),(4317,1,1003,1442144667.01903,'\0','\0'),(4318,1,1003,1442144974.66448,'\0','\0'),(4319,1,1003,1442145645.51937,'\0','\0'),(4320,1,1003,1442150203.20201,'\0','\0'),(4321,1,1003,1442154922.28854,'\0','\0'),(4322,1,1003,1442155940.69139,'\0','\0'),(4323,1,1003,1442156685.00244,'\0','\0'),(4324,1,1003,1442158420.7611,'\0','\0'),(4325,1,1003,1442162545.44477,'\0','\0'),(4326,1,1003,1442162929.72754,'\0','\0'),(4327,1,1003,1442163741.76989,'\0','\0'),(4328,1,1003,1442164700.70896,'\0','\0'),(4329,1,1003,1442166845.69441,'\0','\0'),(4330,1,1003,1442166845.69441,'\0','\0'),(4331,1,1003,1442166846.02199,'\0','\0'),(4332,1,1003,1442166846.11558,'\0','\0'),(4333,1,1003,1442166846.78634,'\0','\0'),(4334,1,1003,1442167746.96361,'\0','\0'),(4335,1,1003,1442171206.84399,'\0','\0'),(4336,1,1003,1442172063.71815,'\0','\0'),(4337,1,1003,1442173059.01873,'\0','\0'),(4338,1,1003,1442176308.85722,'\0','\0'),(4339,1,1003,1442176386.52514,'\0','\0'),(4340,1,1003,1442180240.14241,'\0','\0'),(4341,1,1003,1442183388.44636,'\0','\0'),(4342,1,1003,1442188744.22576,'\0','\0'),(4343,1,1003,1442192945.39097,'\0','\0'),(4344,1,1003,1442196387.86233,'\0','\0'),(4345,1,1003,1442205279.02175,'\0','\0'),(4346,1,1003,1442205279.02175,'\0','\0'),(4347,1,1003,1442246528.83113,'\0','\0'),(4348,1,1003,1442205286.22853,'\0','\0'),(4349,1,1003,1442205298.8794,'\0','\0'),(4350,1,1003,1442208467.66498,'\0','\0'),(4351,1,1003,1442211000.50644,'\0','\0'),(4352,1,1003,1442214319.79214,'\0','\0'),(4353,1,1003,1442215214.18213,'\0','\0'),(4354,1,1003,1442218925.09883,'\0','\0'),(4355,1,1003,1442224671.2769,'\0','\0'),(4356,1,1003,1442225205.70206,'\0','\0'),(4357,1,1003,1442227328.07337,'\0','\0'),(4358,1,1003,1442227538.07414,'\0','\0'),(4359,1,1003,1442231157.82117,'\0','\0'),(4360,1,1003,1442233899.44099,'\0','\0'),(4361,1,1003,1442239080.07369,'\0','\0'),(4362,1,1003,1442239137.0728,'\0','\0'),(4363,1,1003,1442256004.93336,'\0','\0'),(4364,1,1003,1442240682.00766,'\0','\0'),(4365,1,1003,1442257027.21133,'\0','\0'),(4366,1,1003,1442266172.22673,'\0','\0'),(4367,1,1003,1442242210.75066,'\0','\0'),(4368,1,1003,1442242690.40739,'\0','\0'),(4369,1,1003,1442243206.84679,'\0','\0'),(4370,1,1003,1442245831.64495,'\0','\0'),(4371,1,1003,1442246528.55034,'\0','\0'),(4372,1,1003,1442246530.56263,'\0','\0'),(4373,1,1003,1442246530.9682,'\0','\0'),(4374,1,1003,1442246532.65291,'\0','\0'),(4375,1,1003,1442247011.05134,'\0','\0'),(4376,1,1003,1442250002.47872,'\0','\0'),(4377,1,1003,1442252173.11068,'\0','\0'),(4378,1,1003,1442254868.87482,'\0','\0'),(4379,1,1003,1442254928.05818,'\0','\0'),(4380,1,1003,1442256426.67333,'\0','\0'),(4381,1,1003,1442260873.83366,'\0','\0'),(4382,1,1003,1442263721.04644,'\0','\0'),(4383,1,1003,1442265020.25701,'\0','\0'),(4384,1,1003,1442265482.74209,'\0','\0'),(4385,1,1003,1442266824.1329,'\0','\0'),(4386,1,1003,1442269493.96718,'\0','\0'),(4387,1,1003,1442274410.14865,'\0','\0'),(4388,1,1003,1442276905.1783,'\0','\0'),(4389,1,1003,1442279049.55352,'\0','\0'),(4390,1,1003,1442337510.24586,'\0','\0'),(4391,1,1003,1442281868.15737,'\0','\0'),(4392,1,1003,1442287757.73662,'\0','\0'),(4393,1,1003,1442287757.73662,'\0','\0'),(4394,1,1003,1442287758.06421,'\0','\0'),(4395,1,1003,1442287758.06421,'\0','\0'),(4396,1,1003,1442287758.65698,'\0','\0'),(4397,1,1003,1442302708.82106,'\0','\0'),(4398,1,1003,1442304361.6655,'\0','\0'),(4399,1,1003,1442306556.00496,'\0','\0'),(4400,1,1003,1442306615.7811,'\0','\0'),(4401,1,1003,1442309895.63769,'\0','\0'),(4402,1,1003,1442314418.84412,'\0','\0'),(4403,1,1003,1442314541.09505,'\0','\0'),(4404,1,1003,1442322169.41541,'\0','\0'),(4405,1,1003,1442317730.75196,'\0','\0'),(4406,1,1003,1442319967.72872,'\0','\0'),(4407,1,1003,1442321735.89804,'\0','\0'),(4408,1,1003,1442322818.59172,'\0','\0'),(4409,1,1003,1442324086.51029,'\0','\0'),(4410,1,1003,1442325185.36474,'\0','\0'),(4411,1,1003,1442325468.8178,'\0','\0'),(4412,1,1003,1442327344.37201,'\0','\0'),(4413,1,1003,1442327895.81933,'\0','\0'),(4414,1,1003,1442327966.7489,'\0','\0'),(4415,1,1003,1442328048.67589,'\0','\0'),(4416,1,1003,1442328227.56752,'\0','\0'),(4417,1,1003,1442328227.8639,'\0','\0'),(4418,1,1003,1442329811.86907,'\0','\0'),(4419,1,1003,1442350190.49094,'\0','\0'),(4420,1,1003,1442334397.5191,'\0','\0'),(4421,1,1003,1442336624.07091,'\0','\0'),(4422,1,1003,1442336738.10106,'\0','\0'),(4423,1,1003,1442339522.04349,'\0','\0'),(4424,1,1003,1442340142.42367,'\0','\0'),(4425,1,1003,1442342613.29015,'\0','\0'),(4426,1,1003,1442342663.036,'\0','\0'),(4427,1,1003,1442344655.47502,'\0','\0'),(4428,1,1002,1442347400.74703,'\0','\0'),(4429,1,1003,1442347406.84632,'\0','\0'),(4430,1,1003,1442351017.06301,'\0','\0'),(4431,1,1003,1442352170.7935,'\0','\0'),(4432,1,1003,1442354605.15785,'\0','\0'),(4433,1,1003,1442354980.16262,'\0','\0'),(4434,1,1003,1442355300.3362,'\0','\0'),(4435,1,2008,1442357470.5593,'\0','\0'),(4436,1,1003,1442361685.30715,'\0','\0'),(4437,1,1003,1442365630.15764,'\0','\0'),(4438,1,1003,1442402604.38517,'\0','\0'),(4439,1,1003,1442402604.36958,'\0','\0'),(4440,1,1003,1442365630.99999,'\0','\0'),(4441,1,1003,1442365865.12839,'\0','\0'),(4442,1,1003,1442380440.20971,'\0','\0'),(4443,1,1003,1442381410.29276,'\0','\0'),(4444,1,1003,1442382916.8875,'\0','\0'),(4445,1,1003,1442385389.38884,'\0','\0'),(4446,1,1003,1442390313.88469,'\0','\0'),(4447,1,1003,1442385867.76951,'\0','\0'),(4448,1,1003,1442386227.90824,'\0','\0'),(4449,1,1003,1442388663.73891,'\0','\0'),(4450,1,1003,1442390453.9499,'\0','\0'),(4451,1,1003,1442394743.63631,'\0','\0'),(4452,1,1003,1442397397.6218,'\0','\0'),(4453,1,1003,1442397918.77547,'\0','\0'),(4454,1,1003,1442402505.09627,'\0','\0'),(4455,1,1003,1442400664.31267,'\0','\0'),(4456,1,1003,1442402080.98522,'\0','\0'),(4457,1,1003,1442402603.37123,'\0','\0'),(4458,1,1003,1442402603.37123,'\0','\0'),(4459,1,1003,1442402611.84159,'\0','\0'),(4460,1,1003,1442406168.73998,'\0','\0'),(4461,1,1003,1442410864.28637,'\0','\0'),(4462,1,1003,1442411275.52808,'\0','\0'),(4463,1,1003,1442411832.49751,'\0','\0'),(4464,1,1003,1442417013.90813,'\0','\0'),(4465,1,1003,1442417104.50829,'\0','\0'),(4466,1,1003,1442417693.73687,'\0','\0'),(4467,1,1003,1442420464.66956,'\0','\0'),(4468,1,1003,1442420999.05135,'\0','\0'),(4469,1,1003,1442423325.37565,'\0','\0'),(4470,1,1003,1442423968.96744,'\0','\0'),(4471,1,1003,1442427525.31986,'\0','\0'),(4472,1,1003,1442428210.68631,'\0','\0'),(4473,1,1003,1442435301.92664,'\0','\0'),(4474,1,1003,1442436342.67406,'\0','\0'),(4475,1,1003,1442437006.27963,'\0','\0'),(4476,1,1003,1442442944.00591,'\0','\0'),(4477,1,1003,1442442944.2087,'\0','\0'),(4478,1,1003,1442442944.84827,'\0','\0'),(4479,1,1003,1442442944.86387,'\0','\0'),(4480,1,1003,1442442963.45812,'\0','\0'),(4481,1,1003,1442442971.03933,'\0','\0'),(4482,1,1003,1442444621.66868,'\0','\0'),(4483,1,1003,1442447147.36635,'\0','\0'),(4484,1,1003,1442453549.7146,'\0','\0'),(4485,1,1003,1442456625.78324,'\0','\0'),(4486,1,1003,1442465130.35789,'\0','\0'),(4487,1,1003,1442465341.75825,'\0','\0'),(4488,1,1003,1442465835.55092,'\0','\0'),(4489,1,1003,1442506712.8389,'\0','\0'),(4490,1,1003,1442478895.93432,'\0','\0'),(4491,1,1003,1442479906.60649,'\0','\0'),(4492,1,1003,1442479906.63769,'\0','\0'),(4493,1,1003,1442483298.6269,'\0','\0'),(4494,1,1003,1442487508.3362,'\0','\0'),(4495,1,1003,1442489705.40552,'\0','\0'),(4496,1,1003,1442491347.11213,'\0','\0'),(4497,1,1003,1442493723.83744,'\0','\0'),(4498,1,1003,1442494251.46478,'\0','\0'),(4499,1,1003,1442496815.50529,'\0','\0'),(4500,1,1003,1442499513.9173,'\0','\0'),(4501,1,1003,1442503583.73298,'\0','\0'),(4502,1,1003,1442510780.15871,'\0','\0'),(4503,1,1003,1442506745.00445,'\0','\0'),(4504,1,1003,1442507664.12492,'\0','\0'),(4505,1,1003,1442507869.78477,'\0','\0'),(4506,1,1003,1442508763.89972,'\0','\0'),(4507,1,1003,1442508914.432,'\0','\0'),(4508,1,1003,1442511473.49636,'\0','\0'),(4509,1,1003,1442512124.48217,'\0','\0'),(4510,1,1003,1442512208.31227,'\0','\0'),(4511,1,1003,1442512928.13736,'\0','\0'),(4512,1,1003,1442513104.37712,'\0','\0'),(4513,1,1003,1442513116.21691,'\0','\0'),(4514,1,1003,1442515168.07884,'\0','\0'),(4515,1,1003,1442517395.83179,'\0','\0'),(4516,1,1003,1442521050.75555,'\0','\0'),(4517,1,1003,1442526468.32651,'\0','\0'),(4518,1,1003,1442528517.07864,'\0','\0'),(4519,1,1003,1442529042.60009,'\0','\0'),(4520,1,1003,1442532642.39628,'\0','\0'),(4521,1,1003,1442542182.22743,'\0','\0'),(4522,1,1003,1442545036.24146,'\0','\0'),(4523,1,1003,1442545036.24146,'\0','\0'),(4524,1,1003,1442547520.95328,'\0','\0'),(4525,1,1003,1442554485.65154,'\0','\0'),(4526,1,1003,1442557590.04833,'\0','\0'),(4527,1,1003,1442561420.83747,'\0','\0'),(4528,1,1003,1442617515.80749,'\0','\0'),(4529,1,1003,1442568284.78185,'\0','\0'),(4530,1,1003,1442571233.29584,'\0','\0'),(4531,1,1003,1442571815.33319,'\0','\0'),(4532,1,1003,1442573765.81036,'\0','\0'),(4533,1,1003,1442574198.03299,'\0','\0'),(4534,1,1003,1442575645.82595,'\0','\0'),(4535,1,1003,1442576949.04551,'\0','\0'),(4536,1,1003,1442578531.75594,'\0','\0'),(4537,1,1003,1442580317.27813,'\0','\0'),(4538,1,1003,1442580768.2656,'\0','\0'),(4539,1,1003,1442584632.26544,'\0','\0'),(4540,1,1003,1442587592.21364,'\0','\0'),(4541,1,1003,1442587950.97964,'\0','\0'),(4542,1,1003,1442600823.86066,'\0','\0'),(4543,1,1003,1442591818.4893,'\0','\0'),(4544,1,1003,1442593747.81395,'\0','\0'),(4545,1,1003,1442594169.16394,'\0','\0'),(4546,1,1003,1442594631.71142,'\0','\0'),(4547,1,1003,1442597629.47208,'\0','\0'),(4548,1,1003,1442604931.598,'\0','\0'),(4549,1,1003,1442607155.29515,'\0','\0'),(4550,1,1003,1442613322.99301,'\0','\0'),(4551,1,1003,1442618278.73316,'\0','\0'),(4552,1,1003,1442622577.85708,'\0','\0'),(4553,1,1003,1442653140.7737,'\0','\0'),(4554,1,1003,1442628643.49681,'\0','\0'),(4555,1,1003,1442637473.04959,'\0','\0'),(4556,1,1003,1442637812.19179,'\0','\0'),(4557,1,1003,1442637879.68953,'\0','\0'),(4558,1,1003,1442637982.11388,'\0','\0'),(4559,1,1003,1442638697.2904,'\0','\0'),(4560,1,1003,1442641401.8797,'\0','\0'),(4561,1,1003,1442644797.65509,'\0','\0'),(4562,1,1003,1442660183.46609,'\0','\0'),(4563,1,1003,1442646619.29092,'\0','\0'),(4564,1,1003,1442649870.78817,'\0','\0'),(4565,1,1003,1442651667.42603,'\0','\0'),(4566,1,1003,1442653023.0433,'\0','\0'),(4567,1,1003,1442660805.45299,'\0','\0'),(4568,1,1003,1442661841.36466,'\0','\0'),(4569,1,1003,1442665295.04314,'\0','\0'),(4570,1,1003,1442665857.3319,'\0','\0'),(4571,1,1003,1442666186.02264,'\0','\0'),(4572,1,1003,1442689964.11868,'\0','\0'),(4573,1,1003,1442676822.63355,'\0','\0'),(4574,1,1003,1442680276.13019,'\0','\0'),(4575,1,1003,1442682432.23601,'\0','\0'),(4576,1,1003,1442683925.65662,'\0','\0'),(4577,1,1003,1442687303.02381,'\0','\0'),(4578,1,1003,1442690513.91634,'\0','\0'),(4579,1,1003,1442693231.20339,'\0','\0'),(4580,1,1003,1442693465.45658,'\0','\0'),(4581,1,1003,1442694605.97648,'\0','\0'),(4582,1,1003,1442696490.68743,'\0','\0'),(4583,1,1003,1442696764.03221,'\0','\0'),(4584,1,1003,1442700007.29308,'\0','\0'),(4585,1,1003,1442702727.32558,'\0','\0'),(4586,1,1003,1442757691.15081,'\0','\0'),(4587,1,1003,1442729726.91008,'\0','\0'),(4588,1,1003,1442741802.04801,'\0','\0'),(4589,1,1003,1442733392.89367,'\0','\0'),(4590,1,1003,1442744650.36001,'\0','\0'),(4591,1,1003,1442747777.25084,'\0','\0'),(4592,1,1003,1442751465.97807,'\0','\0'),(4593,1,1003,1442754384.24521,'\0','\0'),(4594,1,1003,1442755037.36811,'\0','\0'),(4595,1,1003,1442759709.98368,'\0','\0'),(4596,1,1003,1442760536.3045,'\0','\0'),(4597,1,1003,1442765905.48674,'\0','\0'),(4598,1,1003,1442767853.18726,'\0','\0'),(4599,1,1003,1442768208.13145,'\0','\0'),(4600,1,1003,1442773166.53996,'\0','\0'),(4601,1,1003,1442776180.52292,'\0','\0'),(4602,1,1003,1442776652.2727,'\0','\0'),(4603,1,1003,1442777623.87675,'\0','\0'),(4604,1,1003,1442781968.81552,'\0','\0'),(4605,1,1003,1442782477.61462,'\0','\0'),(4606,1,1003,1442787142.74257,'\0','\0'),(4607,1,1003,1442791857.80356,'\0','\0'),(4608,1,1003,1442798419.35746,'\0','\0'),(4609,1,1003,1442807977.12769,'\0','\0'),(4610,1,1003,1442803981.86058,'\0','\0'),(4611,1,1003,1442811530.78871,'\0','\0'),(4612,1,1003,1442818520.68104,'\0','\0'),(4613,1,1003,1442822113.1144,'\0','\0'),(4614,1,1003,1442825385.18699,'\0','\0'),(4615,1,1003,1442825610.53304,'\0','\0'),(4616,1,1003,1442828651.01991,'\0','\0'),(4617,1,1003,1442831403.59234,'\0','\0'),(4618,1,1003,1442841028.08035,'\0','\0'),(4619,1,1003,1442841414.68722,'\0','\0'),(4620,1,1003,1442842777.13101,'\0','\0'),(4621,1,1003,1442847098.3742,'\0','\0'),(4622,1,1003,1442847363.31101,'\0','\0'),(4623,1,1003,1442850570.86531,'\0','\0'),(4624,1,1003,1442851255.95098,'\0','\0'),(4625,1,1003,1442851494.99312,'\0','\0'),(4626,1,1003,1442851678.01853,'\0','\0'),(4627,1,1003,1442852438.79152,'\0','\0'),(4628,1,1003,1442876114.37155,'\0','\0'),(4629,1,1003,1442855212.79725,'\0','\0'),(4630,1,1003,1442877071.58526,'\0','\0'),(4631,1,1003,1442855543.23511,'\0','\0'),(4632,1,1003,1442864006.20669,'\0','\0'),(4633,1,1003,1442857293.24696,'\0','\0'),(4634,1,1003,1442857639.84558,'\0','\0'),(4635,1,1003,1442861526.02748,'\0','\0'),(4636,1,1003,1442862563.0779,'\0','\0'),(4637,1,1003,1442863443.91793,'\0','\0'),(4638,1,1003,1442863923.71812,'\0','\0'),(4639,1,1003,1442865298.33522,'\0','\0'),(4640,1,1003,1442867092.08723,'\0','\0'),(4641,1,1003,1442871512.55733,'\0','\0'),(4642,1,1003,1442877471.36156,'\0','\0'),(4643,1,1003,1442934364.23513,'\0','\0'),(4644,1,1003,1442882768.65179,'\0','\0'),(4645,1,1003,1442883045.92287,'\0','\0'),(4646,1,1003,1442941391.60552,'\0','\0'),(4647,1,1003,1442884935.14198,'\0','\0'),(4648,1,1003,1442900997.21704,'\0','\0'),(4649,1,1003,1442910042.88648,'\0','\0'),(4650,1,1003,1442910648.72821,'\0','\0'),(4651,1,1003,1442911971.83676,'\0','\0'),(4652,1,1003,1442914513.21162,'\0','\0'),(4653,1,1003,1442916248.17025,'\0','\0'),(4654,1,1003,1442916804.62491,'\0','\0'),(4655,1,1003,1442919666.43854,'\0','\0'),(4656,1,1002,1442920132.71423,'\0','\0'),(4657,1,1003,1442920134.43014,'\0','\0'),(4658,1,1003,1442920766.21334,'\0','\0'),(4659,1,1003,1442924262.47764,'\0','\0'),(4660,1,1003,1442928074.70373,'\0','\0'),(4661,1,1003,1442930708.90943,'\0','\0'),(4662,1,1003,1442930709.03423,'\0','\0'),(4663,1,1003,1442933983.12863,'\0','\0'),(4664,1,1003,1442934073.0118,'\0','\0'),(4665,1,1003,1442935815.73439,'\0','\0'),(4666,1,1003,1442935871.70468,'\0','\0'),(4667,1,1003,1442935962.6642,'\0','\0'),(4668,1,1003,1442939621.40202,'\0','\0'),(4669,1,1003,1442940827.58669,'\0','\0'),(4670,1,1003,1442942631.80173,'\0','\0'),(4671,1,1003,1442942632.14491,'\0','\0'),(4672,1,1003,1442947296.6008,'\0','\0'),(4673,1,1003,1442949304.72989,'\0','\0'),(4674,1,1003,1442950619.81328,'\0','\0'),(4675,1,1003,1442959881.62254,'\0','\0'),(4676,1,1003,1442960442.75303,'\0','\0'),(4677,1,1003,1442960445.43599,'\0','\0'),(4678,1,1003,1442961734.06154,'\0','\0'),(4679,1,1003,1442964369.0953,'\0','\0'),(4680,1,1003,1442968275.34721,'\0','\0'),(4681,1,1003,1443032377.80889,'\0','\0'),(4682,1,1003,1442972632.82448,'\0','\0'),(4683,1,1003,1442980017.5019,'\0','\0'),(4684,1,1002,1442980038.95093,'\0','\0'),(4685,1,1003,1442980040.54206,'\0','\0'),(4686,1,1003,1442982895.74434,'\0','\0'),(4687,1,1003,1442983942.47297,'\0','\0'),(4688,1,1003,1442984329.4292,'\0','\0'),(4689,1,1003,1442984329.4292,'\0','\0'),(4690,1,1003,1442993847.14045,'\0','\0'),(4691,1,1003,1442995641.32402,'\0','\0'),(4692,1,1003,1442999092.18556,'\0','\0'),(4693,1,1003,1442999514.22463,'\0','\0'),(4694,1,1003,1443005387.93825,'\0','\0'),(4695,1,1003,1443004214.55891,'\0','\0'),(4696,1,1003,1443005373.24371,'\0','\0'),(4697,1,1003,1443006312.35277,'\0','\0'),(4698,1,1003,1443011003.88904,'\0','\0'),(4699,1,1003,1443013786.41418,'\0','\0'),(4700,1,1003,1443016386.6147,'\0','\0'),(4701,1,1003,1443019109.7221,'\0','\0'),(4702,1,1003,1443019126.89693,'\0','\0'),(4703,1,1003,1443019129.26803,'\0','\0'),(4704,1,1003,1443021900.17168,'\0','\0'),(4705,1,1003,1443023243.39621,'\0','\0'),(4706,1,1003,1443032130.43519,'\0','\0'),(4707,1,1003,1443027631.36308,'\0','\0'),(4708,1,1003,1443028945.7289,'\0','\0'),(4709,1,1003,1443031086.45203,'\0','\0'),(4710,1,1003,1443032348.4666,'\0','\0'),(4711,1,1003,1443035412.16912,'\0','\0'),(4712,1,1003,1443039723.33206,'\0','\0'),(4713,1,1003,1443040951.54295,'\0','\0'),(4714,1,1003,1443043064.24974,'\0','\0'),(4715,1,1003,1443044110.54159,'\0','\0'),(4716,1,1003,1443051000.19083,'\0','\0'),(4717,1,1003,1443139175.78376,'\0','\0'),(4718,1,1003,1443054784.44061,'\0','\0'),(4719,1,1003,1443067056.89225,'\0','\0'),(4720,1,1003,1443067066.08023,'\0','\0'),(4721,1,1003,1443080634.03939,'\0','\0'),(4722,1,1003,1443080634.03939,'\0','\0'),(4723,1,1003,1443082705.36124,'\0','\0'),(4724,1,1003,1443082897.71621,'\0','\0'),(4725,1,1003,1443088073.00237,'\0','\0'),(4726,1,1003,1443088491.07921,'\0','\0'),(4727,1,1003,1443088663.87266,'\0','\0'),(4728,1,1003,1443090068.88601,'\0','\0'),(4729,1,1003,1443093777.4758,'\0','\0'),(4730,1,1003,1443094800.63388,'\0','\0'),(4731,1,1003,1443096982.24279,'\0','\0'),(4732,1,1003,1443099432.47163,'\0','\0'),(4733,1,1003,1443100798.84552,'\0','\0'),(4734,1,1003,1443100941.9535,'\0','\0'),(4735,1,1003,1443101040.15109,'\0','\0'),(4736,1,1003,1443104964.76338,'\0','\0'),(4737,1,1003,1443106033.9394,'\0','\0'),(4738,1,1003,1443108389.5117,'\0','\0'),(4739,1,1003,1443108579.40198,'\0','\0'),(4740,1,1003,1443109878.54288,'\0','\0'),(4741,1,1003,1443114616.48707,'\0','\0'),(4742,1,1003,1443116904.53,'\0','\0'),(4743,1,1003,1443118855.20686,'\0','\0'),(4744,1,1003,1443118855.20686,'\0','\0'),(4745,1,1003,1443120382.03515,'\0','\0'),(4746,1,1003,1443135243.20937,'\0','\0'),(4747,1,1003,1443121833.61241,'\0','\0'),(4748,1,1003,1443123894.27135,'\0','\0'),(4749,1,1003,1443124709.38592,'\0','\0'),(4750,1,1003,1443125707.80052,'\0','\0'),(4751,1,1003,1443125830.09903,'\0','\0'),(4752,1,1003,1443132976.65314,'\0','\0'),(4753,1,1003,1443134259.22758,'\0','\0'),(4754,1,1003,1443134259.22758,'\0','\0'),(4755,1,1003,1443137920.38329,'\0','\0'),(4756,1,1003,1443143787.7792,'\0','\0'),(4757,1,1003,1443141793.65829,'\0','\0'),(4758,1,1003,1443197824.7083,'\0','\0'),(4759,1,1003,1443142922.06485,'\0','\0'),(4760,1,1003,1443144466.53594,'\0','\0'),(4761,1,1003,1443145638.29296,'\0','\0'),(4762,1,1003,1443146941.69247,'\0','\0'),(4763,1,1003,1443149010.15965,'\0','\0'),(4764,1,1003,1443214177.30103,'\0','\0'),(4765,1,1003,1443157305.74433,'\0','\0'),(4766,1,1003,1443158262.62976,'\0','\0'),(4767,1,1003,1443159303.29026,'\0','\0'),(4768,1,1003,1443159409.3343,'\0','\0'),(4769,1,1003,1443160038.18888,'\0','\0'),(4770,1,1003,1443161977.85264,'\0','\0'),(4771,1,1003,1443170117.28659,'\0','\0'),(4772,1,1003,1443171270.43365,'\0','\0'),(4773,1,1003,1443171270.44925,'\0','\0'),(4774,1,1003,1443175606.86745,'\0','\0'),(4775,1,1003,1443181267.40105,'\0','\0'),(4776,1,1003,1443181559.91912,'\0','\0'),(4777,1,1003,1443184363.40971,'\0','\0'),(4778,1,1003,1443186648.39518,'\0','\0'),(4779,1,1003,1443186649.22194,'\0','\0'),(4780,1,1003,1443187189.4569,'\0','\0'),(4781,1,1003,1443187448.43648,'\0','\0'),(4782,1,1003,1443187740.59577,'\0','\0'),(4783,1,1003,1443187885.63806,'\0','\0'),(4784,1,1003,1443190377.14088,'\0','\0'),(4785,1,1003,1443190646.99155,'\0','\0'),(4786,1,1003,1443192175.25497,'\0','\0'),(4787,1,1003,1443192659.00486,'\0','\0'),(4788,1,1003,1443193368.94461,'\0','\0'),(4789,1,1003,1443195253.41804,'\0','\0'),(4790,1,1003,1443197438.05321,'\0','\0'),(4791,1,1003,1443199243.96857,'\0','\0'),(4792,1,1003,1443200553.6078,'\0','\0'),(4793,1,1003,1443202162.6444,'\0','\0'),(4794,1,1003,1443205511.04974,'\0','\0'),(4795,1,1003,1443211112.97676,'\0','\0'),(4796,1,1003,1443211428.84699,'\0','\0'),(4797,1,1003,1443213595.76135,'\0','\0'),(4798,1,1003,1443216710.56718,'\0','\0'),(4799,1,1003,1443217676.00786,'\0','\0'),(4800,1,1003,1443217708.26721,'\0','\0'),(4801,1,1003,1443217849.11329,'\0','\0'),(4802,1,1003,1443218783.83894,'\0','\0'),(4803,1,1003,1443218801.06057,'\0','\0'),(4804,1,1003,1443218940.9083,'\0','\0'),(4805,1,1003,1443219109.36514,'\0','\0'),(4806,1,1003,1443222708.59634,'\0','\0'),(4807,1,1003,1443223928.71761,'\0','\0'),(4808,1,1003,1443226163.17694,'\0','\0'),(4809,1,1003,1443226163.17694,'\0','\0'),(4810,1,1003,1443310762.03056,'\0','\0'),(4811,1,1003,1443229268.45159,'\0','\0'),(4812,1,1003,1443230552.97595,'\0','\0'),(4813,1,1003,1443236149.92679,'\0','\0'),(4814,1,1003,1443241206.93907,'\0','\0'),(4815,1,1003,1443241206.93907,'\0','\0'),(4816,1,1003,1443241592.02339,'\0','\0'),(4817,1,1003,1443242020.02138,'\0','\0'),(4818,1,1003,1443242059.37841,'\0','\0'),(4819,1,1003,1443242459.26647,'\0','\0'),(4820,1,1003,1443244937.71445,'\0','\0'),(4821,1,1003,1443250161.99802,'\0','\0'),(4822,1,1003,1443256036.26082,'\0','\0'),(4823,1,1003,1443258655.81924,'\0','\0'),(4824,1,1003,1443262630.2401,'\0','\0'),(4825,1,1003,1443268145.26342,'\0','\0'),(4826,1,1003,1443268763.68207,'\0','\0'),(4827,1,1003,1443269902.35297,'\0','\0'),(4828,1,1003,1443276500.56048,'\0','\0'),(4829,1,1003,1443278550.3709,'\0','\0'),(4830,1,1003,1443286490.53939,'\0','\0'),(4831,1,1003,1443279845.65877,'\0','\0'),(4832,1,1003,1443308937.00617,'\0','\0'),(4833,1,1003,1443286968.53314,'\0','\0'),(4834,1,1003,1443288001.16053,'\0','\0'),(4835,1,1003,1443295173.03821,'\0','\0'),(4836,1,1003,1443297763.13038,'\0','\0'),(4837,1,1003,1443298653.63202,'\0','\0'),(4838,1,1003,1443298653.63202,'\0','\0'),(4839,1,1003,1443301093.73693,'\0','\0'),(4840,1,1002,1443301654.37577,'\0','\0'),(4841,1,1003,1443301655.8265,'\0','\0'),(4842,1,1003,1443311403.68868,'\0','\0'),(4843,1,1003,1443315885.36757,'\0','\0'),(4844,1,1003,1443369161.89434,'\0','\0'),(4845,1,1003,1443318351.00853,'\0','\0'),(4846,1,1003,1443320828.84885,'\0','\0'),(4847,1,1003,1443318745.34323,'\0','\0'),(4848,1,1003,1443370336.42858,'\0','\0'),(4849,1,1003,1443325186.041,'\0','\0'),(4850,1,1003,1443333166.2373,'\0','\0'),(4851,1,1003,1443339312.01832,'\0','\0'),(4852,1,1003,1443348252.78831,'\0','\0'),(4853,1,1003,1443348904.33987,'\0','\0'),(4854,1,1003,1443351920.52693,'\0','\0'),(4855,1,1003,1443354925.20044,'\0','\0'),(4856,1,1003,1443357513.84187,'\0','\0'),(4857,1,1003,1443362939.37201,'\0','\0'),(4858,1,1003,1443366548.87844,'\0','\0'),(4859,1,1003,1443368715.902,'\0','\0'),(4860,1,1003,1443372653.11852,'\0','\0'),(4861,1,1003,1443372857.60974,'\0','\0'),(4862,1,1003,1443375057.04865,'\0','\0'),(4863,1,1003,1443376082.60902,'\0','\0'),(4864,1,1003,1443381687.8275,'\0','\0'),(4865,1,1003,1443382372.24678,'\0','\0'),(4866,1,1003,1443382612.5072,'\0','\0'),(4867,1,1003,1443388833.28412,'\0','\0'),(4868,1,1003,1443389636.49208,'\0','\0'),(4869,1,1003,1443391574.7675,'\0','\0'),(4870,1,1003,1443396314.7084,'\0','\0'),(4871,1,1003,1443399837.34233,'\0','\0'),(4872,1,1003,1443401394.71404,'\0','\0'),(4873,1,1003,1443412434.80663,'\0','\0'),(4874,1,1003,1443414804.83948,'\0','\0'),(4875,1,1003,1443446765.88751,'\0','\0'),(4876,1,1003,1443481066.2947,'\0','\0'),(4877,1,1003,1443423125.41509,'\0','\0'),(4878,1,1003,1443424415.524,'\0','\0'),(4879,1,1003,1443424492.35055,'\0','\0'),(4880,1,1003,1443425754.8799,'\0','\0'),(4881,1,1003,1443426571.61245,'\0','\0'),(4882,1,1003,1443431514.51584,'\0','\0'),(4883,1,1003,1443432063.6112,'\0','\0'),(4884,1,1003,1443433294.75475,'\0','\0'),(4885,1,1003,1443433483.45948,'\0','\0'),(4886,1,1003,1443434068.37084,'\0','\0'),(4887,1,1003,1443436515.58902,'\0','\0'),(4888,1,1003,1443438539.84779,'\0','\0'),(4889,1,1003,1443439430.78621,'\0','\0'),(4890,1,1003,1443439544.03712,'\0','\0'),(4891,1,1003,1443441179.77972,'\0','\0'),(4892,1,1003,1443443032.69578,'\0','\0'),(4893,1,1003,1443443535.63281,'\0','\0'),(4894,1,1003,1443443695.83762,'\0','\0'),(4895,1,1003,1443447569.3934,'\0','\0'),(4896,1,1003,1443448706.83195,'\0','\0'),(4897,1,1003,1443449977.59773,'\0','\0'),(4898,1,1003,1443467527.28785,'\0','\0'),(4899,1,1002,1443451038.30911,'\0','\0'),(4900,1,1003,1443451040.35082,'\0','\0'),(4901,1,1003,1443455197.52313,'\0','\0'),(4902,1,1003,1443456505.46204,'\0','\0'),(4903,1,1003,1443458917.535,'\0','\0'),(4904,1,1003,1443460273.06737,'\0','\0'),(4905,1,1003,1443462292.91153,'\0','\0'),(4906,1,1003,1443462877.10532,'\0','\0'),(4907,1,1003,1443463793.01822,'\0','\0'),(4908,1,1002,1443463958.63836,'\0','\0'),(4909,1,1002,1443465641.01689,'\0','\0'),(4910,1,1002,1443466326.28536,'\0','\0'),(4911,1,1002,1443467398.78588,'\0','\0'),(4912,1,1003,1443468989.84702,'\0','\0'),(4913,1,1002,1443469235.6423,'\0','\0'),(4914,1,1002,1443471051.08116,'\0','\0'),(4915,1,1002,1443471606.22401,'\0','\0'),(4916,1,1003,1443471809.2801,'\0','\0'),(4917,1,1003,1443472183.97528,'\0','\0'),(4918,1,1002,1443473256.19317,'\0','\0'),(4919,1,1003,1443474777.73329,'\0','\0'),(4920,1,1002,1443481752.05553,'\0','\0'),(4921,1,1002,1443476522.07822,'\0','\0'),(4922,1,1003,1443477750.4607,'\0','\0'),(4923,1,1002,1443480021.98396,'\0','\0'),(4924,1,1003,1443481880.00099,'\0','\0'),(4925,1,1003,1443482215.96311,'\0','\0'),(4926,1,1003,1443482848.60832,'\0','\0'),(4927,1,1002,1443483507.22637,'\0','\0'),(4928,1,1002,1443485150.22426,'\0','\0'),(4929,1,1003,1443485727.69165,'\0','\0'),(4930,1,1003,1443486973.85733,'\0','\0'),(4931,1,1002,1443488615.46527,'\0','\0'),(4932,1,1002,1443490217.66937,'\0','\0'),(4933,1,1002,1443491933.70157,'\0','\0'),(4934,1,1003,1443495362.58237,'\0','\0'),(4935,1,1002,1443493735.17113,'\0','\0'),(4936,1,1002,1443495465.66387,'\0','\0'),(4937,1,1003,1443526278.16925,'\0','\0'),(4938,1,1002,1443497280.73603,'\0','\0'),(4939,1,1003,1443497379.4328,'\0','\0'),(4940,1,1002,1443499116.55525,'\0','\0'),(4941,1,1002,1443500866.62511,'\0','\0'),(4942,1,1002,1443502567.94717,'\0','\0'),(4943,1,1003,1443504436.57172,'\0','\0'),(4944,1,1003,1443504438.24084,'\0','\0'),(4945,1,1003,1443504443.70059,'\0','\0'),(4946,1,1003,1443504446.24328,'\0','\0'),(4947,1,1002,1443505937.16198,'\0','\0'),(4948,1,1002,1443507654.05213,'\0','\0'),(4949,1,1003,1443508205.44059,'\0','\0'),(4950,1,1002,1443508192.64917,'\0','\0'),(4951,1,1002,1443509406.07191,'\0','\0'),(4952,1,1002,1443511202.36251,'\0','\0'),(4953,1,1003,1443511220.84768,'\0','\0'),(4954,1,1003,1443513096.08633,'\0','\0'),(4955,1,1002,1443519659.97904,'\0','\0'),(4956,1,1002,1443520524.67944,'\0','\0'),(4957,1,1002,1443516655.37834,'\0','\0'),(4958,1,1002,1443517702.82081,'\0','\0'),(4959,1,1003,1443520126.28891,'\0','\0'),(4960,1,1003,1443521164.39113,'\0','\0'),(4961,1,1002,1443521332.1616,'\0','\0'),(4962,1,1002,1443521792.80893,'\0','\0'),(4963,1,1002,1443522148.67576,'\0','\0'),(4964,1,1003,1443525567.44955,'\0','\0'),(4965,1,1002,1443523815.78855,'\0','\0'),(4966,1,1002,1443524187.59787,'\0','\0'),(4967,1,1002,1443524694.8091,'\0','\0'),(4968,1,1003,1443526150.64498,'\0','\0'),(4969,1,1003,1443526994.45791,'\0','\0'),(4970,1,1003,1443533322.95353,'\0','\0'),(4971,1,1003,1443529329.70432,'\0','\0'),(4972,1,1003,1443530188.43018,'\0','\0'),(4973,1,1002,1443560139.23237,'\0','\0'),(4974,1,1003,1443563953.7604,'\0','\0'),(4975,1,1003,1443533203.55649,'\0','\0'),(4976,1,1003,1443533754.53936,'\0','\0'),(4977,1,1002,1443534872.88438,'\0','\0'),(4978,1,1002,1443535604.00797,'\0','\0'),(4979,1,1002,1443535851.41287,'\0','\0'),(4980,1,1002,1443536545.8625,'\0','\0'),(4981,1,1002,1443536740.72896,'\0','\0'),(4982,1,1002,1443536945.04859,'\0','\0'),(4983,1,1002,1443538520.2815,'\0','\0'),(4984,1,1003,1443539267.64397,'\0','\0'),(4985,1,1002,1443539806.41259,'\0','\0'),(4986,1,1002,1443539973.3095,'\0','\0'),(4987,1,1002,1443540043.61555,'\0','\0'),(4988,1,1002,1443540862.84398,'\0','\0'),(4989,1,1003,1443541708.52884,'\0','\0'),(4990,1,1002,1443541474.96052,'\0','\0'),(4991,1,1003,1443541931.53643,'\0','\0'),(4992,1,1002,1443541949.74081,'\0','\0'),(4993,1,1002,1443543160.71447,'\0','\0'),(4994,1,1003,1443544108.07556,'\0','\0'),(4995,1,1003,1443547430.71086,'\0','\0'),(4996,1,1003,1443547458.22802,'\0','\0'),(4997,1,1003,1443548456.06845,'\0','\0'),(4998,1,1003,1443553083.66898,'\0','\0'),(4999,1,1002,1443553930.32099,'\0','\0'),(5000,1,1002,1443553930.32099,'\0','\0'),(5001,1,1002,1443553930.97616,'\0','\0'),(5002,1,1002,1443554055.03739,'\0','\0'),(5003,1,1002,1443555420.30373,'\0','\0'),(5004,1,1002,1443556220.37622,'\0','\0'),(5005,1,1002,1443556591.32758,'\0','\0'),(5006,1,1002,1443556729.69337,'\0','\0'),(5007,1,1002,1443556840.4016,'\0','\0'),(5008,1,1002,1443557029.55871,'\0','\0'),(5009,1,1002,1443557046.43716,'\0','\0'),(5010,1,1002,1443557064.90673,'\0','\0'),(5011,1,1002,1443557071.77042,'\0','\0'),(5012,1,1002,1443557137.78666,'\0','\0'),(5013,1,1002,1443557227.91941,'\0','\0'),(5014,1,1002,1443557258.01046,'\0','\0'),(5015,1,1002,1443557258.91522,'\0','\0'),(5016,1,1002,1443557259.04002,'\0','\0'),(5017,1,1002,1443557259.25841,'\0','\0'),(5018,1,1002,1443557267.30764,'\0','\0'),(5019,1,1002,1443557397.73339,'\0','\0'),(5020,1,1002,1443557397.73339,'\0','\0'),(5021,1,1002,1443557398.10777,'\0','\0'),(5022,1,1002,1443557400.79085,'\0','\0'),(5023,1,1002,1443557403.69233,'\0','\0'),(5024,1,1002,1443557405.33025,'\0','\0'),(5025,1,1002,1443557517.14603,'\0','\0'),(5026,1,1002,1443557948.76307,'\0','\0'),(5027,1,1002,1443557950.2138,'\0','\0'),(5028,1,1003,1443558290.66852,'\0','\0'),(5029,1,1002,1443559277.18385,'\0','\0'),(5030,1,1002,1443559307.10331,'\0','\0'),(5031,1,1002,1443559796.42215,'\0','\0'),(5032,1,1002,1443559848.75781,'\0','\0'),(5033,1,1002,1443561343.51393,'\0','\0'),(5034,1,1002,1443561386.86439,'\0','\0'),(5035,1,1002,1443562483.55757,'\0','\0'),(5036,1,1002,1443562513.50823,'\0','\0'),(5037,1,1002,1443562647.94299,'\0','\0'),(5038,1,1002,1443563074.81784,'\0','\0'),(5039,1,1002,1443563076.48696,'\0','\0'),(5040,1,1002,1443563165.46537,'\0','\0'),(5041,1,1002,1443563555.66626,'\0','\0'),(5042,1,1002,1443563837.20243,'\0','\0'),(5043,1,1002,1443564055.73302,'\0','\0'),(5044,1,1002,1443564913.36694,'\0','\0'),(5045,1,1002,1443565121.74239,'\0','\0'),(5046,1,1002,1443565230.6723,'\0','\0'),(5047,1,1002,1443565414.19806,'\0','\0'),(5048,1,1002,1443565532.58115,'\0','\0'),(5049,1,1002,1443565778.9253,'\0','\0'),(5050,1,1002,1443565940.44045,'\0','\0'),(5051,1,1002,1443566054.92371,'\0','\0'),(5052,1,1002,1443566226.00123,'\0','\0'),(5053,1,1003,1443566378.90557,'\0','\0'),(5054,1,1002,1443566769.32485,'\0','\0'),(5055,1,1002,1443566879.25312,'\0','\0'),(5056,1,1002,1443566898.03468,'\0','\0'),(5057,1,1002,1443567275.22575,'\0','\0'),(5058,1,1002,1443567575.87106,'\0','\0'),(5059,1,1002,1443567591.67315,'\0','\0'),(5060,1,1002,1443567774.66854,'\0','\0'),(5061,1,1002,1443568135.12156,'\0','\0'),(5062,1,1002,1443568242.27316,'\0','\0'),(5063,1,1002,1443568287.33953,'\0','\0'),(5064,1,1002,1443568618.73106,'\0','\0'),(5065,1,1002,1443568793.22483,'\0','\0'),(5066,1,1002,1443568865.87077,'\0','\0'),(5067,1,1002,1443568979.32448,'\0','\0'),(5068,1,1002,1443568980.04205,'\0','\0'),(5069,1,1002,1443569282.82446,'\0','\0'),(5070,1,1002,1443569425.30847,'\0','\0'),(5071,1,1002,1443569550.66444,'\0','\0'),(5072,1,1002,1443569641.43677,'\0','\0'),(5073,1,1003,1443569657.03607,'\0','\0'),(5074,1,1002,1443569859.93617,'\0','\0'),(5075,1,1002,1443569873.41396,'\0','\0'),(5076,1,1002,1443569952.58041,'\0','\0'),(5077,1,1002,1443570012.65331,'\0','\0'),(5078,1,1002,1443570121.55203,'\0','\0'),(5079,1,1002,1443570199.86051,'\0','\0'),(5080,1,1002,1443570218.42368,'\0','\0'),(5081,1,1002,1443570675.57676,'\0','\0'),(5082,1,1002,1443570704.02989,'\0','\0'),(5083,1,1002,1443570735.24409,'\0','\0'),(5084,1,1002,1443570776.59783,'\0','\0'),(5085,1,1003,1443571095.32273,'\0','\0'),(5086,1,1002,1443571165.37918,'\0','\0'),(5087,1,1002,1443580982.01867,'\0','\0'),(5088,1,1002,1443571368.48207,'\0','\0'),(5089,1,1002,1443571448.19449,'\0','\0'),(5090,1,1002,1443601052.82941,'\0','\0'),(5091,1,1002,1443571892.07258,'\0','\0'),(5092,1,1002,1443601201.56874,'\0','\0'),(5093,1,1002,1443572150.91176,'\0','\0'),(5094,1,1002,1443572293.42697,'\0','\0'),(5095,1,1002,1443572351.26917,'\0','\0'),(5096,1,1002,1443604267.90754,'\0','\0'),(5097,1,1002,1443572552.82773,'\0','\0'),(5098,1,1002,1443606933.56272,'\0','\0'),(5099,1,1002,1443572691.36511,'\0','\0'),(5100,1,1002,1443572832.22679,'\0','\0'),(5101,1,1002,1443606324.02007,'\0','\0'),(5102,1,1002,1443572969.14184,'\0','\0'),(5103,1,1002,1443596476.94635,'\0','\0'),(5104,1,1002,1443573118.61434,'\0','\0'),(5105,1,1002,1443573139.79819,'\0','\0'),(5106,1,1002,1443573140.85894,'\0','\0'),(5107,1,1002,1443573142.06008,'\0','\0'),(5108,1,1002,1443573183.75701,'\0','\0'),(5109,1,1002,1443593465.76667,'\0','\0'),(5110,1,1002,1443573399.38614,'\0','\0'),(5111,1,1002,1443573439.25795,'\0','\0'),(5112,1,1002,1443573500.36041,'\0','\0'),(5113,1,1002,1443573565.54988,'\0','\0'),(5114,1,1002,1443573591.10153,'\0','\0'),(5115,1,1002,1443573657.22697,'\0','\0'),(5116,1,1002,1443573849.31675,'\0','\0'),(5117,1,1002,1443573874.8684,'\0','\0'),(5118,1,1002,1443606569.44386,'\0','\0'),(5119,1,1002,1443603242.01957,'\0','\0'),(5120,1,1002,1443574248.86162,'\0','\0'),(5121,1,1002,1443574305.59627,'\0','\0'),(5122,1,1002,1443602836.60937,'\0','\0'),(5123,1,1002,1443574438.6427,'\0','\0'),(5124,1,1002,1443574453.64923,'\0','\0'),(5125,1,1002,1443585779.97596,'\0','\0'),(5126,1,1002,1443574582.56184,'\0','\0'),(5127,1,1002,1443574610.73418,'\0','\0'),(5128,1,1002,1443574621.74728,'\0','\0'),(5129,1,1002,1443574653.89744,'\0','\0'),(5130,1,1002,1443574654.771,'\0','\0'),(5131,1,1002,1443574845.47245,'\0','\0'),(5132,1,1002,1443574997.58122,'\0','\0'),(5133,1,1002,1443575036.09589,'\0','\0'),(5134,1,1002,1443575071.6311,'\0','\0'),(5135,1,1002,1443575103.82805,'\0','\0'),(5136,1,1002,1443575188.76624,'\0','\0'),(5137,1,1002,1443575266.06077,'\0','\0'),(5138,1,1002,1443575299.05329,'\0','\0'),(5139,1,1002,1443575318.58362,'\0','\0'),(5140,1,1002,1443575321.2511,'\0','\0'),(5141,1,1003,1443575342.15777,'\0','\0'),(5142,1,1002,1443575369.87411,'\0','\0'),(5143,1,1002,1443575398.37403,'\0','\0'),(5144,1,1002,1443575443.51841,'\0','\0'),(5145,1,1002,1443575446.56027,'\0','\0'),(5146,1,1002,1443581103.9428,'\0','\0'),(5147,1,1002,1443575573.77256,'\0','\0'),(5148,1,1002,1443575590.807,'\0','\0'),(5149,1,1002,1443609048.99939,'\0','\0'),(5150,1,1003,1443575636.32576,'\0','\0'),(5151,1,1002,1443575654.60814,'\0','\0'),(5152,1,1002,1443575654.96692,'\0','\0'),(5153,1,1002,1443575720.63997,'\0','\0'),(5154,1,1002,1443575805.25058,'\0','\0'),(5155,1,1002,1443575813.29981,'\0','\0'),(5156,1,1002,1443575913.10414,'\0','\0'),(5157,1,1002,1443575918.08031,'\0','\0'),(5158,1,1002,1443575955.20665,'\0','\0'),(5159,1,1002,1443576018.19662,'\0','\0'),(5160,1,1002,1443576020.70811,'\0','\0'),(5161,1,1002,1443576026.10547,'\0','\0'),(5162,1,1002,1443576057.95924,'\0','\0'),(5163,1,1002,1443600396.44207,'\0','\0'),(5164,1,1002,1443576179.86777,'\0','\0'),(5165,1,1002,1443576250.4546,'\0','\0'),(5166,1,1002,1443576388.38361,'\0','\0'),(5167,1,1002,1443605576.8916,'\0','\0'),(5168,1,1003,1443576392.87621,'\0','\0'),(5169,1,1002,1443576424.68318,'\0','\0'),(5170,1,1002,1443576442.51318,'\0','\0'),(5171,1,1002,1443609167.80366,'\0','\0'),(5172,1,1002,1443576509.66817,'\0','\0'),(5173,1,1002,1443576557.32403,'\0','\0'),(5174,1,1002,1443576598.92736,'\0','\0'),(5175,1,1002,1443576728.63554,'\0','\0'),(5176,1,1002,1443576778.84969,'\0','\0'),(5177,1,1002,1443576817.02118,'\0','\0'),(5178,1,1002,1443576858.7961,'\0','\0'),(5179,1,1002,1443576861.72877,'\0','\0'),(5180,1,1002,1443605588.65347,'\0','\0'),(5181,1,1002,1443577066.84396,'\0','\0'),(5182,1,1002,1443577081.5697,'\0','\0'),(5183,1,1002,1443577095.78067,'\0','\0'),(5184,1,1002,1443577171.82725,'\0','\0'),(5185,1,1002,1443577263.20795,'\0','\0'),(5186,1,1002,1443591019.14126,'\0','\0'),(5187,1,1002,1443577450.50875,'\0','\0'),(5188,1,1002,1443601406.21595,'\0','\0'),(5189,1,1002,1443577611.68072,'\0','\0'),(5190,1,1002,1443577628.38757,'\0','\0'),(5191,1,1002,1443577639.50987,'\0','\0'),(5192,1,1002,1443577688.52287,'\0','\0'),(5193,1,1002,1443577694.13862,'\0','\0'),(5194,1,1002,1443595204.38665,'\0','\0'),(5195,1,1002,1443577805.37722,'\0','\0'),(5196,1,1002,1443577873.01579,'\0','\0'),(5197,1,1002,1443577948.6412,'\0','\0'),(5198,1,1002,1443578011.20999,'\0','\0'),(5199,1,1002,1443578033.205,'\0','\0'),(5200,1,1002,1443578054.71643,'\0','\0'),(5201,1,1002,1443578183.08307,'\0','\0'),(5202,1,1002,1443578234.81035,'\0','\0'),(5203,1,1002,1443596146.84956,'\0','\0'),(5204,1,1002,1443578339.59085,'\0','\0'),(5205,1,1002,1443578405.71628,'\0','\0'),(5206,1,1002,1443578537.88915,'\0','\0'),(5207,1,1002,1443578605.15333,'\0','\0'),(5208,1,1002,1443578636.11795,'\0','\0'),(5209,1,1002,1443578636.11795,'\0','\0'),(5210,1,1002,1443598336.97568,'\0','\0'),(5211,1,1002,1443578732.11604,'\0','\0'),(5212,1,1002,1443587650.45683,'\0','\0'),(5213,1,1002,1443578771.73826,'\0','\0'),(5214,1,1002,1443578824.69788,'\0','\0'),(5215,1,1002,1443578824.69788,'\0','\0'),(5216,1,1002,1443578843.66663,'\0','\0'),(5217,1,1002,1443578868.17313,'\0','\0'),(5218,1,1002,1443578868.17313,'\0','\0'),(5219,1,1002,1443578928.72961,'\0','\0'),(5220,1,1002,1443578944.15732,'\0','\0'),(5221,1,1002,1443578947.12119,'\0','\0'),(5222,1,1002,1443578985.80745,'\0','\0'),(5223,1,1003,1443579050.74734,'\0','\0'),(5224,1,1002,1443579217.80024,'\0','\0'),(5225,1,1002,1443579273.80173,'\0','\0'),(5226,1,1002,1443579337.69646,'\0','\0'),(5227,1,1002,1443597731.62925,'\0','\0'),(5228,1,1002,1443579357.19559,'\0','\0'),(5229,1,1002,1443579443.7405,'\0','\0'),(5230,1,1003,1443579460.18217,'\0','\0'),(5231,1,1002,1443591554.63403,'\0','\0'),(5232,1,1002,1443579494.79701,'\0','\0'),(5233,1,1002,1443605114.54395,'\0','\0'),(5234,1,1002,1443579690.42783,'\0','\0'),(5235,1,1002,1443579728.91131,'\0','\0'),(5236,1,1002,1443579783.93004,'\0','\0'),(5237,1,1002,1443579818.57608,'\0','\0'),(5238,1,1002,1443579819.93322,'\0','\0'),(5239,1,1002,1443579834.70576,'\0','\0'),(5240,1,1002,1443579871.48891,'\0','\0'),(5241,1,1002,1443579937.70794,'\0','\0'),(5242,1,1002,1443579943.79166,'\0','\0'),(5243,1,1003,1443579947.02072,'\0','\0'),(5244,1,1002,1443579987.00173,'\0','\0'),(5245,1,1002,1443579988.26527,'\0','\0'),(5246,1,1002,1443579988.35886,'\0','\0'),(5247,1,1002,1443604934.87121,'\0','\0'),(5248,1,1002,1443580009.72991,'\0','\0'),(5249,1,1002,1443580011.32103,'\0','\0'),(5250,1,1002,1443580077.21248,'\0','\0'),(5251,1,1002,1443580089.03675,'\0','\0'),(5252,1,1002,1443606417.27269,'\0','\0'),(5253,1,1002,1443580108.69187,'\0','\0'),(5254,1,1002,1443580175.34767,'\0','\0'),(5255,1,1002,1443580275.15199,'\0','\0'),(5256,1,1002,1443600446.32863,'\0','\0'),(5257,1,1002,1443589932.88401,'\0','\0'),(5258,1,1002,1443580356.37755,'\0','\0'),(5259,1,1002,1443580582.661,'\0','\0'),(5260,1,1002,1443580607.35469,'\0','\0'),(5261,1,1002,1443580650.25276,'\0','\0'),(5262,1,1002,1443580702.32323,'\0','\0'),(5263,1,1002,1443580735.25335,'\0','\0'),(5264,1,1002,1443580741.53987,'\0','\0'),(5265,1,1002,1443580755.39205,'\0','\0'),(5266,1,1002,1443580804.95102,'\0','\0'),(5267,1,1002,1443580813.35904,'\0','\0'),(5268,1,1002,1443580845.68079,'\0','\0'),(5269,1,1002,1443580914.94168,'\0','\0'),(5270,1,1002,1443590699.26201,'\0','\0'),(5271,1,1002,1443580928.70027,'\0','\0'),(5272,1,1002,1443580949.60333,'\0','\0'),(5273,1,1002,1443581122.80236,'\0','\0'),(5274,1,1002,1443581123.08314,'\0','\0'),(5275,1,1002,1443595336.90271,'\0','\0'),(5276,1,1002,1443600850.61569,'\0','\0'),(5277,1,1002,1443581297.38972,'\0','\0'),(5278,1,1002,1443581326.38882,'\0','\0'),(5279,1,1002,1443602465.892,'\0','\0'),(5280,1,1002,1443581397.49043,'\0','\0'),(5281,1,1002,1443581435.77111,'\0','\0'),(5282,1,1002,1443581783.7759,'\0','\0'),(5283,1,1002,1443581803.18143,'\0','\0'),(5284,1,1002,1443581818.56234,'\0','\0'),(5285,1,1002,1443581822.96134,'\0','\0'),(5286,1,1002,1443581876.15495,'\0','\0'),(5287,1,1002,1443587011.74349,'\0','\0'),(5288,1,1002,1443581941.14164,'\0','\0'),(5289,1,1002,1443586108.62201,'\0','\0'),(5290,1,1002,1443582037.15533,'\0','\0'),(5291,1,1002,1443582067.5057,'\0','\0'),(5292,1,1002,1443582138.19381,'\0','\0'),(5293,1,1002,1443582159.04494,'\0','\0'),(5294,1,1002,1443582258.79684,'\0','\0'),(5295,1,1002,1443595867.4817,'\0','\0'),(5296,1,1002,1443582368.08471,'\0','\0'),(5297,1,1002,1443582402.43764,'\0','\0'),(5298,1,1002,1443582425.07969,'\0','\0'),(5299,1,1002,1443582448.78211,'\0','\0'),(5300,1,1002,1443600222.88425,'\0','\0'),(5301,1,1002,1443582523.0705,'\0','\0'),(5302,1,1002,1443582537.52586,'\0','\0'),(5303,1,1002,1443582648.36654,'\0','\0'),(5304,1,1002,1443582648.64729,'\0','\0'),(5305,1,1002,1443582673.46259,'\0','\0'),(5306,1,1002,1443582791.79931,'\0','\0'),(5307,1,1002,1443582808.06729,'\0','\0'),(5308,1,1002,1443582813.88509,'\0','\0'),(5309,1,1002,1443594648.59919,'\0','\0'),(5310,1,1002,1443602685.49895,'\0','\0'),(5311,1,1002,1443582905.22288,'\0','\0'),(5312,1,1002,1443582956.61691,'\0','\0'),(5313,1,1002,1443582969.51695,'\0','\0'),(5314,1,1002,1443583088.89304,'\0','\0'),(5315,1,1002,1443583104.80361,'\0','\0'),(5316,1,1002,1443583246.22054,'\0','\0'),(5317,1,1002,1443583372.24486,'\0','\0'),(5318,1,1002,1443583372.24486,'\0','\0'),(5319,1,1002,1443592929.19755,'\0','\0'),(5320,1,1002,1443583471.12692,'\0','\0'),(5321,1,1002,1443583474.77709,'\0','\0'),(5322,1,1002,1443583562.86486,'\0','\0'),(5323,1,1002,1443583586.45085,'\0','\0'),(5324,1,1002,1443583924.14284,'\0','\0'),(5325,1,1002,1443583962.51712,'\0','\0'),(5326,1,1002,1443583990.45546,'\0','\0'),(5327,1,1002,1443584007.3651,'\0','\0'),(5328,1,1002,1443584015.81993,'\0','\0'),(5329,1,1002,1443584022.96441,'\0','\0'),(5330,1,1002,1443584028.68935,'\0','\0'),(5331,1,1002,1443584034.08671,'\0','\0'),(5332,1,1002,1443584066.09647,'\0','\0'),(5333,1,1002,1443584067.82799,'\0','\0'),(5334,1,1002,1443591644.28321,'\0','\0'),(5335,1,1002,1443584164.82444,'\0','\0'),(5336,1,1002,1443584248.1559,'\0','\0'),(5337,1,1002,1443584190.2981,'\0','\0'),(5338,1,1002,1443584193.13717,'\0','\0'),(5339,1,1002,1443584213.40066,'\0','\0'),(5340,1,1002,1443584239.09271,'\0','\0'),(5341,1,1002,1443584249.10746,'\0','\0'),(5342,1,1002,1443584267.35864,'\0','\0'),(5343,1,1002,1443584294.22063,'\0','\0'),(5344,1,1002,1443588546.9954,'\0','\0'),(5345,1,1002,1443584484.76608,'\0','\0'),(5346,1,1003,1443625190.21397,'\0','\0'),(5347,1,1002,1443595979.79666,'\0','\0'),(5348,1,1002,1443584565.14928,'\0','\0'),(5349,1,1002,1443584589.98336,'\0','\0'),(5350,1,1002,1443584592.41685,'\0','\0'),(5351,1,1002,1443584619.90282,'\0','\0'),(5352,1,1002,1443584626.22054,'\0','\0'),(5353,1,1002,1443584639.26155,'\0','\0'),(5354,1,1002,1443584684.35913,'\0','\0'),(5355,1,1002,1443584716.0569,'\0','\0'),(5356,1,1003,1443584725.29169,'\0','\0'),(5357,1,1002,1443584739.25306,'\0','\0'),(5358,1,1002,1443607256.45263,'\0','\0'),(5359,1,1002,1443584817.57715,'\0','\0'),(5360,1,1002,1443584818.7471,'\0','\0'),(5361,1,1002,1443584968.64077,'\0','\0'),(5362,1,1002,1443584998.20144,'\0','\0'),(5363,1,1002,1443596338.89254,'\0','\0'),(5364,1,1002,1443585006.59387,'\0','\0'),(5365,1,1002,1443587152.52717,'\0','\0'),(5366,1,1002,1443603541.01136,'\0','\0'),(5367,1,1002,1443585135.75607,'\0','\0'),(5368,1,1002,1443585197.73209,'\0','\0'),(5369,1,1002,1443585225.81083,'\0','\0'),(5370,1,1002,1443585243.18845,'\0','\0'),(5371,1,1002,1443585243.46924,'\0','\0'),(5372,1,1002,1443585303.29255,'\0','\0'),(5373,1,1002,1443585313.63489,'\0','\0'),(5374,1,1002,1443585317.8935,'\0','\0'),(5375,1,1002,1443600082.02257,'\0','\0'),(5376,1,1002,1443585344.6463,'\0','\0'),(5377,1,1002,1443585349.70047,'\0','\0'),(5378,1,1002,1443585397.87111,'\0','\0'),(5379,1,1002,1443585494.50877,'\0','\0'),(5380,1,1002,1443597414.26149,'\0','\0'),(5381,1,1002,1443585589.52411,'\0','\0'),(5382,1,1002,1443585662.12325,'\0','\0'),(5383,1,1002,1443605588.0763,'\0','\0'),(5384,1,1002,1443585695.81774,'\0','\0'),(5385,1,1002,1443585767.77731,'\0','\0'),(5386,1,1002,1443585793.15737,'\0','\0'),(5387,1,1002,1443585877.03481,'\0','\0'),(5388,1,1002,1443606146.28165,'\0','\0'),(5389,1,1002,1443585969.56985,'\0','\0'),(5390,1,1002,1443586085.59745,'\0','\0'),(5391,1,1002,1443586133.25331,'\0','\0'),(5392,1,1002,1443586163.45355,'\0','\0'),(5393,1,1002,1443586166.23023,'\0','\0'),(5394,1,1002,1443586282.49181,'\0','\0'),(5395,1,1002,1443586536.38602,'\0','\0'),(5396,1,1002,1443586559.98776,'\0','\0'),(5397,1,1002,1443586605.49092,'\0','\0'),(5398,1,1002,1443586620.96542,'\0','\0'),(5399,1,1002,1443597407.50699,'\0','\0'),(5400,1,1002,1443586648.95057,'\0','\0'),(5401,1,1002,1443586691.73945,'\0','\0'),(5402,1,1002,1443598905.64816,'\0','\0'),(5403,1,1002,1443595503.47203,'\0','\0'),(5404,1,1002,1443591918.6281,'\0','\0'),(5405,1,1002,1443604242.54308,'\0','\0'),(5406,1,1002,1443586922.2347,'\0','\0'),(5407,1,1002,1443586925.86934,'\0','\0'),(5408,1,1002,1443586939.12875,'\0','\0'),(5409,1,1002,1443586994.81825,'\0','\0'),(5410,1,1002,1443586998.37489,'\0','\0'),(5411,1,1002,1443587075.51343,'\0','\0'),(5412,1,1002,1443587103.07739,'\0','\0'),(5413,1,1002,1443587172.13549,'\0','\0'),(5414,1,1002,1443587180.40312,'\0','\0'),(5415,1,1002,1443587295.08917,'\0','\0'),(5416,1,1002,1443593996.92284,'\0','\0'),(5417,1,1002,1443587307.44382,'\0','\0'),(5418,1,1002,1443587315.18107,'\0','\0'),(5419,1,1002,1443587339.37559,'\0','\0'),(5420,1,1002,1443587392.33521,'\0','\0'),(5421,1,1002,1443587406.54617,'\0','\0'),(5422,1,1002,1443587463.7956,'\0','\0'),(5423,1,1002,1443587473.65436,'\0','\0'),(5424,1,1002,1443587485.15104,'\0','\0'),(5425,1,1002,1443587552.46202,'\0','\0'),(5426,1,1002,1443587554.33394,'\0','\0'),(5427,1,1002,1443604316.81134,'\0','\0'),(5428,1,1002,1443587576.64094,'\0','\0'),(5429,1,1002,1443587581.57032,'\0','\0'),(5430,1,1002,1443587581.74191,'\0','\0'),(5431,1,1002,1443587583.02105,'\0','\0'),(5432,1,1002,1443587590.32153,'\0','\0'),(5433,1,1002,1443605679.53499,'\0','\0'),(5434,1,1002,1443587592.42743,'\0','\0'),(5435,1,1002,1443587603.90851,'\0','\0'),(5436,1,1003,1443587666.21212,'\0','\0'),(5437,1,1002,1443587819.21005,'\0','\0'),(5438,1,1002,1443587878.3938,'\0','\0'),(5439,1,1002,1443605511.14055,'\0','\0'),(5440,1,1002,1443587949.77619,'\0','\0'),(5441,1,1002,1443603856.83478,'\0','\0'),(5442,1,1002,1443588006.35486,'\0','\0'),(5443,1,1002,1443588046.39826,'\0','\0'),(5444,1,1002,1443588099.24869,'\0','\0'),(5445,1,1002,1443603115.58725,'\0','\0'),(5446,1,1002,1443604979.43841,'\0','\0'),(5447,1,1002,1443588170.3503,'\0','\0'),(5448,1,1002,1443588182.31496,'\0','\0'),(5449,1,1002,1443588183.39131,'\0','\0'),(5450,1,1002,1443588198.61623,'\0','\0'),(5451,1,1002,1443588240.42235,'\0','\0'),(5452,1,1002,1443588260.07747,'\0','\0'),(5453,1,1002,1443588279.93538,'\0','\0'),(5454,1,1002,1443588319.69799,'\0','\0'),(5455,1,1002,1443588369.97454,'\0','\0'),(5456,1,1002,1443588415.3841,'\0','\0'),(5457,1,1002,1443588442.30849,'\0','\0'),(5458,1,1002,1443588529.80497,'\0','\0'),(5459,1,1002,1443588545.45106,'\0','\0'),(5460,1,1002,1443588634.14868,'\0','\0'),(5461,1,1002,1443600475.46812,'\0','\0'),(5462,1,1002,1443588730.72395,'\0','\0'),(5463,1,1002,1443588751.39302,'\0','\0'),(5464,1,1002,1443588769.7222,'\0','\0'),(5465,1,1002,1443604358.74226,'\0','\0'),(5466,1,1002,1443588836.03482,'\0','\0'),(5467,1,1002,1443594383.45789,'\0','\0'),(5468,1,1002,1443588952.32761,'\0','\0'),(5469,1,1002,1443588977.73887,'\0','\0'),(5470,1,1002,1443605086.80839,'\0','\0'),(5471,1,1002,1443589174.75802,'\0','\0'),(5472,1,1002,1443589174.75802,'\0','\0'),(5473,1,1002,1443589177.31631,'\0','\0'),(5474,1,1002,1443589178.56425,'\0','\0'),(5475,1,1002,1443589198.74975,'\0','\0'),(5476,1,1002,1443593494.67217,'\0','\0'),(5477,1,1002,1443589374.78785,'\0','\0'),(5478,1,1002,1443589392.32146,'\0','\0'),(5479,1,1002,1443589399.20075,'\0','\0'),(5480,1,1002,1443589481.44026,'\0','\0'),(5481,1,1002,1443589509.47221,'\0','\0'),(5482,1,1002,1443589545.53779,'\0','\0'),(5483,1,1002,1443589581.49417,'\0','\0'),(5484,1,1002,1443589581.75936,'\0','\0'),(5485,1,1002,1443589721.95027,'\0','\0'),(5486,1,1002,1443589742.96253,'\0','\0'),(5487,1,1002,1443589778.76292,'\0','\0'),(5488,1,1002,1443589814.8285,'\0','\0'),(5489,1,1002,1443589866.85217,'\0','\0'),(5490,1,1002,1443589887.98922,'\0','\0'),(5491,1,1002,1443589900.64025,'\0','\0'),(5492,1,1002,1443589985.87483,'\0','\0'),(5493,1,1002,1443590065.82124,'\0','\0'),(5494,1,1002,1443590184.26672,'\0','\0'),(5495,1,1002,1443590187.62057,'\0','\0'),(5496,1,1002,1443605736.16045,'\0','\0'),(5497,1,1002,1443590210.41115,'\0','\0'),(5498,1,1002,1443590244.27723,'\0','\0'),(5499,1,1002,1443590320.49541,'\0','\0'),(5500,1,1002,1443590349.22932,'\0','\0'),(5501,1,1002,1443590429.59692,'\0','\0'),(5502,1,1002,1443590438.58211,'\0','\0'),(5503,1,1002,1443595863.81586,'\0','\0'),(5504,1,1002,1443590512.88158,'\0','\0'),(5505,1,1002,1443590630.4379,'\0','\0'),(5506,1,1002,1443590721.35062,'\0','\0'),(5507,1,1002,1443590771.61157,'\0','\0'),(5508,1,1002,1443590811.18699,'\0','\0'),(5509,1,1002,1443600212.9943,'\0','\0'),(5510,1,1002,1443590842.63518,'\0','\0'),(5511,1,1002,1443590848.60971,'\0','\0'),(5512,1,1002,1443590879.80831,'\0','\0'),(5513,1,1002,1443590886.59401,'\0','\0'),(5514,1,1002,1443590937.01095,'\0','\0'),(5515,1,1002,1443590993.88599,'\0','\0'),(5516,1,1002,1443591043.61656,'\0','\0'),(5517,1,1002,1443591052.30537,'\0','\0'),(5518,1,1002,1443591075.36114,'\0','\0'),(5519,1,1002,1443591110.10078,'\0','\0'),(5520,1,1002,1443591126.62044,'\0','\0'),(5521,1,1002,1443591145.05881,'\0','\0'),(5522,1,1002,1443591163.60638,'\0','\0'),(5523,1,1002,1443591178.22292,'\0','\0'),(5524,1,1002,1443591206.89444,'\0','\0'),(5525,1,1002,1443591217.81395,'\0','\0'),(5526,1,1002,1443605859.00494,'\0','\0'),(5527,1,1002,1443591366.67806,'\0','\0'),(5528,1,1002,1443591366.89645,'\0','\0'),(5529,1,1002,1443591392.02693,'\0','\0'),(5530,1,1002,1443591411.57285,'\0','\0'),(5531,1,1002,1443591467.99552,'\0','\0'),(5532,1,1002,1443591518.30326,'\0','\0'),(5533,1,1002,1443591542.32618,'\0','\0'),(5534,1,1002,1443591542.60697,'\0','\0'),(5535,1,1002,1443600778.9837,'\0','\0'),(5536,1,1002,1443591688.07044,'\0','\0'),(5537,1,1002,1443591692.07946,'\0','\0'),(5538,1,1002,1443591703.95053,'\0','\0'),(5539,1,1002,1443603990.2712,'\0','\0'),(5540,1,1002,1443591743.46356,'\0','\0'),(5541,1,1002,1443591809.88538,'\0','\0'),(5542,1,1002,1443591828.90092,'\0','\0'),(5543,1,1002,1443591847.07411,'\0','\0'),(5544,1,1002,1443591892.84245,'\0','\0'),(5545,1,1002,1443591900.7045,'\0','\0'),(5546,1,1002,1443591966.84553,'\0','\0'),(5547,1,1002,1443592061.1433,'\0','\0'),(5548,1,1002,1443592128.53228,'\0','\0'),(5549,1,1002,1443592133.69565,'\0','\0'),(5550,1,1002,1443592162.21117,'\0','\0'),(5551,1,1002,1443592174.62821,'\0','\0'),(5552,1,1002,1443592192.583,'\0','\0'),(5553,1,1002,1443600934.00954,'\0','\0'),(5554,1,1002,1443592232.15843,'\0','\0'),(5555,1,1002,1443592246.46299,'\0','\0'),(5556,1,1002,1443604749.70752,'\0','\0'),(5557,1,1002,1443592333.60068,'\0','\0'),(5558,1,1002,1443592339.21642,'\0','\0'),(5559,1,1002,1443592366.01602,'\0','\0'),(5560,1,1002,1443592377.93389,'\0','\0'),(5561,1,1002,1443592380.91335,'\0','\0'),(5562,1,1002,1443592417.88369,'\0','\0'),(5563,1,1002,1443592422.31389,'\0','\0'),(5564,1,1002,1443592423.04706,'\0','\0'),(5565,1,1002,1443592452.49854,'\0','\0'),(5566,1,1002,1443592477.27023,'\0','\0'),(5567,1,1002,1443592497.59612,'\0','\0'),(5568,1,1002,1443592526.01804,'\0','\0'),(5569,1,1002,1443592669.92158,'\0','\0'),(5570,1,1002,1443592678.09562,'\0','\0'),(5571,1,1002,1443604438.89146,'\0','\0'),(5572,1,1002,1443592785.4968,'\0','\0'),(5573,1,1002,1443592794.85638,'\0','\0'),(5574,1,1002,1443601725.87681,'\0','\0'),(5575,1,1002,1443592859.25029,'\0','\0'),(5576,1,1002,1443592868.99985,'\0','\0'),(5577,1,1002,1443592877.43907,'\0','\0'),(5578,1,1002,1443592915.95374,'\0','\0'),(5579,1,1002,1443599673.00893,'\0','\0'),(5580,1,1002,1443592956.12194,'\0','\0'),(5581,1,1002,1443592976.15144,'\0','\0'),(5582,1,1002,1443592995.41658,'\0','\0'),(5583,1,1002,1443593024.68086,'\0','\0'),(5584,1,1002,1443593109.32267,'\0','\0'),(5585,1,1002,1443593115.79638,'\0','\0'),(5586,1,1002,1443593211.91926,'\0','\0'),(5587,1,1002,1443593253.16381,'\0','\0'),(5588,1,1002,1443593254.06857,'\0','\0'),(5589,1,1002,1443593350.83103,'\0','\0'),(5590,1,1002,1443593411.90229,'\0','\0'),(5591,1,1002,1443593446.14275,'\0','\0'),(5592,1,1002,1443593446.48594,'\0','\0'),(5593,1,1002,1443593484.14265,'\0','\0'),(5594,1,1002,1443593486.43574,'\0','\0'),(5595,1,1002,1443593511.69101,'\0','\0'),(5596,1,1002,1443593516.324,'\0','\0'),(5597,1,1002,1443601725.87681,'\0','\0'),(5598,1,1002,1443593629.41893,'\0','\0'),(5599,1,1002,1443593644.20706,'\0','\0'),(5600,1,1002,1443593961.59042,'\0','\0'),(5601,1,1002,1443598915.02334,'\0','\0'),(5602,1,1002,1443594041.06886,'\0','\0'),(5603,1,1002,1443594092.20336,'\0','\0'),(5604,1,1002,1443594122.6064,'\0','\0'),(5605,1,1002,1443594271.43932,'\0','\0'),(5606,1,1002,1443594285.60348,'\0','\0'),(5607,1,1002,1443594294.22989,'\0','\0'),(5608,1,1002,1443594312.73066,'\0','\0'),(5609,1,1002,1443594320.53031,'\0','\0'),(5610,1,1002,1443594361.55647,'\0','\0'),(5611,1,1002,1443594460.69002,'\0','\0'),(5612,1,1002,1443594485.13413,'\0','\0'),(5613,1,1002,1443594497.09879,'\0','\0'),(5614,1,1002,1443594521.5117,'\0','\0'),(5615,1,1002,1443594528.1102,'\0','\0'),(5616,1,1002,1443594559.02801,'\0','\0'),(5617,1,1002,1443594584.09609,'\0','\0'),(5618,1,1002,1443604324.82938,'\0','\0'),(5619,1,1002,1443594596.12315,'\0','\0'),(5620,1,1002,1443594640.20677,'\0','\0'),(5621,1,1002,1443594648.58359,'\0','\0'),(5622,1,1002,1443594687.19186,'\0','\0'),(5623,1,1002,1443594726.98568,'\0','\0'),(5624,1,1002,1443594726.98568,'\0','\0'),(5625,1,1002,1443594727.68764,'\0','\0'),(5626,1,1002,1443594739.6835,'\0','\0'),(5627,1,1002,1443594755.17361,'\0','\0'),(5628,1,1002,1443594846.94429,'\0','\0'),(5629,1,1002,1443594873.4943,'\0','\0'),(5630,1,1002,1443594873.69709,'\0','\0'),(5631,1,1002,1443594875.14783,'\0','\0'),(5632,1,1002,1443594889.37439,'\0','\0'),(5633,1,1002,1443594938.2158,'\0','\0'),(5634,1,1002,1443594941.16406,'\0','\0'),(5635,1,1002,1443594989.4907,'\0','\0'),(5636,1,1002,1443595015.15154,'\0','\0'),(5637,1,1002,1443604483.64586,'\0','\0'),(5638,1,1002,1443595141.36548,'\0','\0'),(5639,1,1002,1443595166.77674,'\0','\0'),(5640,1,1002,1443595196.93019,'\0','\0'),(5641,1,1002,1443595366.0578,'\0','\0'),(5642,1,1002,1443595412.99609,'\0','\0'),(5643,1,1002,1443607513.4511,'\0','\0'),(5644,1,1002,1443595532.61152,'\0','\0'),(5645,1,1002,1443595539.8652,'\0','\0'),(5646,1,1002,1443595662.88128,'\0','\0'),(5647,1,1002,1443595773.27752,'\0','\0'),(5648,1,1002,1443595775.16504,'\0','\0'),(5649,1,1002,1443595827.1887,'\0','\0'),(5650,1,1002,1443595875.71813,'\0','\0'),(5651,1,1002,1443595983.93047,'\0','\0'),(5652,1,1002,1443595988.26708,'\0','\0'),(5653,1,1002,1443596082.83003,'\0','\0'),(5654,1,1002,1443596138.11395,'\0','\0'),(5655,1,1002,1443596175.77066,'\0','\0'),(5656,1,1002,1443596175.77066,'\0','\0'),(5657,1,1002,1443596225.53243,'\0','\0'),(5658,1,1002,1443596338.89254,'\0','\0'),(5659,1,1002,1443596382.38339,'\0','\0'),(5660,1,1002,1443605741.18343,'\0','\0'),(5661,1,1002,1443596398.80945,'\0','\0'),(5662,1,1002,1443596414.90793,'\0','\0'),(5663,1,1002,1443596424.93828,'\0','\0'),(5664,1,1002,1443596443.32986,'\0','\0'),(5665,1,1002,1443596476.50957,'\0','\0'),(5666,1,1002,1443596485.27637,'\0','\0'),(5667,1,1002,1443596485.30757,'\0','\0'),(5668,1,1002,1443596548.54713,'\0','\0'),(5669,1,1002,1443596550.93383,'\0','\0'),(5670,1,1002,1443596562.82049,'\0','\0'),(5671,1,1002,1443596622.9402,'\0','\0'),(5672,1,1002,1443596719.73385,'\0','\0'),(5673,1,1002,1443596719.73385,'\0','\0'),(5674,1,1002,1443596741.0425,'\0','\0'),(5675,1,1002,1443596752.38319,'\0','\0'),(5676,1,1002,1443596765.471,'\0','\0'),(5677,1,1002,1443600444.86229,'\0','\0'),(5678,1,1002,1443596865.49371,'\0','\0'),(5679,1,1002,1443596875.78925,'\0','\0'),(5680,1,1002,1443602847.73167,'\0','\0'),(5681,1,1002,1443597045.68123,'\0','\0'),(5682,1,1002,1443597097.5021,'\0','\0'),(5683,1,1002,1443597209.16189,'\0','\0'),(5684,1,1002,1443597266.36452,'\0','\0'),(5685,1,1002,1443597290.10666,'\0','\0'),(5686,1,1002,1443597415.25984,'\0','\0'),(5687,1,1002,1443597435.96011,'\0','\0'),(5688,1,1002,1443597439.26716,'\0','\0'),(5689,1,1002,1443602898.66338,'\0','\0'),(5690,1,1002,1443597504.11346,'\0','\0'),(5691,1,1002,1443597526.23326,'\0','\0'),(5692,1,1002,1443597618.08194,'\0','\0'),(5693,1,1002,1443597629.84381,'\0','\0'),(5694,1,1002,1443597660.94882,'\0','\0'),(5695,1,1002,1443597679.60558,'\0','\0'),(5696,1,1002,1443597743.62511,'\0','\0'),(5697,1,1002,1443604529.5702,'\0','\0'),(5698,1,1002,1443597752.6415,'\0','\0'),(5699,1,1002,1443597803.01164,'\0','\0'),(5700,1,1002,1443597824.1019,'\0','\0'),(5701,1,1002,1443601908.7786,'\0','\0'),(5702,1,1002,1443597940.51947,'\0','\0'),(5703,1,1002,1443597975.18112,'\0','\0'),(5704,1,1002,1443597994.66464,'\0','\0'),(5705,1,1002,1443598015.06853,'\0','\0'),(5706,1,1002,1443604040.36055,'\0','\0'),(5707,1,1002,1443598050.12015,'\0','\0'),(5708,1,1002,1443598057.29583,'\0','\0'),(5709,1,1002,1443598073.5815,'\0','\0'),(5710,1,1002,1443598097.26124,'\0','\0'),(5711,1,1002,1443598165.99175,'\0','\0'),(5712,1,1002,1443598196.192,'\0','\0'),(5713,1,1002,1443598659.91239,'\0','\0'),(5714,1,1002,1443598256.15571,'\0','\0'),(5715,1,1002,1443598266.01447,'\0','\0'),(5716,1,1002,1443598304.80993,'\0','\0'),(5717,1,1002,1443598318.45931,'\0','\0'),(5718,1,1002,1443598336.69489,'\0','\0'),(5719,1,1002,1443598341.21869,'\0','\0'),(5720,1,1002,1443598355.27366,'\0','\0'),(5721,1,1002,1443598359.84425,'\0','\0'),(5722,1,1002,1443605577.51557,'\0','\0'),(5723,1,1002,1443598422.39745,'\0','\0'),(5724,1,1002,1443598423.66099,'\0','\0'),(5725,1,1002,1443598462.86203,'\0','\0'),(5726,1,1002,1443598469.85052,'\0','\0'),(5727,1,1002,1443598518.76992,'\0','\0'),(5728,1,1002,1443598535.02439,'\0','\0'),(5729,1,1002,1443598546.16229,'\0','\0'),(5730,1,1002,1443598565.41183,'\0','\0'),(5731,1,1002,1443598589.04477,'\0','\0'),(5732,1,1002,1443598638.96253,'\0','\0'),(5733,1,1002,1443598641.41162,'\0','\0'),(5734,1,1002,1443598749.14039,'\0','\0'),(5735,1,1002,1443598750.13874,'\0','\0'),(5736,1,1002,1443598832.23786,'\0','\0'),(5737,1,1002,1443598909.81318,'\0','\0'),(5738,1,1002,1443598943.97564,'\0','\0'),(5739,1,1002,1443598945.31718,'\0','\0'),(5740,1,1002,1443599046.35385,'\0','\0'),(5741,1,1002,1443599074.52619,'\0','\0'),(5742,1,1002,1443599100.9982,'\0','\0'),(5743,1,1002,1443599138.48331,'\0','\0'),(5744,1,1002,1443599158.70001,'\0','\0'),(5745,1,1002,1443599170.24349,'\0','\0'),(5746,1,1002,1443599193.37725,'\0','\0'),(5747,1,1002,1443599213.64074,'\0','\0'),(5748,1,1002,1443599228.74086,'\0','\0'),(5749,1,1002,1443599228.75646,'\0','\0'),(5750,1,1002,1443599254.35492,'\0','\0'),(5751,1,1002,1443599273.16767,'\0','\0'),(5752,1,1002,1443599289.48454,'\0','\0'),(5753,1,1002,1443599387.86932,'\0','\0'),(5754,1,1002,1443605471.14394,'\0','\0'),(5755,1,1002,1443604903.37622,'\0','\0'),(5756,1,1002,1443599401.89309,'\0','\0'),(5757,1,1002,1443599410.6911,'\0','\0'),(5758,1,1002,1443599419.84789,'\0','\0'),(5759,1,1002,1443599427.99072,'\0','\0'),(5760,1,1002,1443606084.68001,'\0','\0'),(5761,1,1002,1443599472.15234,'\0','\0'),(5762,1,1002,1443599510.8854,'\0','\0'),(5763,1,1002,1443599542.97316,'\0','\0'),(5764,1,1002,1443599557.8549,'\0','\0'),(5765,1,1002,1443599559.8984,'\0','\0'),(5766,1,1002,1443599576.55846,'\0','\0'),(5767,1,1002,1443599617.06984,'\0','\0'),(5768,1,1002,1443599630.14205,'\0','\0'),(5769,1,1002,1443599633.87029,'\0','\0'),(5770,1,1002,1443606856.95456,'\0','\0'),(5771,1,1002,1443599780.30091,'\0','\0'),(5772,1,1002,1443603789.44581,'\0','\0'),(5773,1,1002,1443599892.24149,'\0','\0'),(5774,1,1002,1443599908.80795,'\0','\0'),(5775,1,1002,1443599908.80795,'\0','\0'),(5776,1,1002,1443599914.3301,'\0','\0'),(5777,1,1002,1443599942.06565,'\0','\0'),(5778,1,1002,1443599989.28474,'\0','\0'),(5779,1,1002,1443600030.76327,'\0','\0'),(5780,1,1002,1443600030.76327,'\0','\0'),(5781,1,1002,1443600101.75569,'\0','\0'),(5782,1,1002,1443600114.64071,'\0','\0'),(5783,1,1002,1443600118.35334,'\0','\0'),(5784,1,1002,1443600132.42391,'\0','\0'),(5785,1,1002,1443600156.83682,'\0','\0'),(5786,1,1002,1443600156.83682,'\0','\0'),(5787,1,1002,1443600171.48456,'\0','\0'),(5788,1,1002,1443600190.11012,'\0','\0'),(5789,1,1002,1443600212.9007,'\0','\0'),(5790,1,1002,1443600251.94575,'\0','\0'),(5791,1,1002,1443604482.25752,'\0','\0'),(5792,1,1002,1443600256.93753,'\0','\0'),(5793,1,1002,1443600305.26416,'\0','\0'),(5794,1,1002,1443600326.10482,'\0','\0'),(5795,1,1002,1443600376.74015,'\0','\0'),(5796,1,1002,1443600381.65393,'\0','\0'),(5797,1,1002,1443600387.28528,'\0','\0'),(5798,1,1002,1443600472.14547,'\0','\0'),(5799,1,1002,1443600578.4235,'\0','\0'),(5800,1,1002,1443600621.05639,'\0','\0'),(5801,1,1002,1443600688.14898,'\0','\0'),(5802,1,1002,1443600692.08,'\0','\0'),(5803,1,1002,1443600696.65059,'\0','\0'),(5804,1,1002,1443600721.56268,'\0','\0'),(5805,1,1002,1443603050.63176,'\0','\0'),(5806,1,1002,1443600778.25053,'\0','\0'),(5807,1,1002,1443600815.15848,'\0','\0'),(5808,1,1002,1443600829.38504,'\0','\0'),(5809,1,1002,1443600835.32837,'\0','\0'),(5810,1,1002,1443600890.59669,'\0','\0'),(5811,1,1002,1443615645.32857,'\0','\0'),(5812,1,1002,1443601011.17928,'\0','\0'),(5813,1,1002,1443601044.40579,'\0','\0'),(5814,1,1002,1443601099.62731,'\0','\0'),(5815,1,1002,1443601108.58131,'\0','\0'),(5816,1,1002,1443606557.3388,'\0','\0'),(5817,1,1002,1443601138.93755,'\0','\0'),(5818,1,1002,1443601148.74951,'\0','\0'),(5819,1,1002,1443601162.53929,'\0','\0'),(5820,1,1002,1443601287.47408,'\0','\0'),(5821,1,1002,1443601293.27702,'\0','\0'),(5822,1,1002,1443601318.2983,'\0','\0'),(5823,1,1002,1443601324.28843,'\0','\0'),(5824,1,1002,1443604446.20754,'\0','\0'),(5825,1,1002,1443601406.20035,'\0','\0'),(5826,1,1002,1443601406.57474,'\0','\0'),(5827,1,1002,1443601482.20014,'\0','\0'),(5828,1,1002,1443601509.43652,'\0','\0'),(5829,1,1002,1443601509.8577,'\0','\0'),(5830,1,1002,1443601553.50454,'\0','\0'),(5831,1,1002,1443601648.56668,'\0','\0'),(5832,1,1002,1443601663.5732,'\0','\0'),(5833,1,1002,1443601710.5271,'\0','\0'),(5834,1,1003,1443601737.68548,'\0','\0'),(5835,1,1002,1443601764.39148,'\0','\0'),(5836,1,1002,1443601778.32166,'\0','\0'),(5837,1,1002,1443601778.32166,'\0','\0'),(5838,1,1002,1443601790.6919,'\0','\0'),(5839,1,1002,1443601794.99731,'\0','\0'),(5840,1,1002,1443601955.07732,'\0','\0'),(5841,1,1002,1443602000.2685,'\0','\0'),(5842,1,1002,1443602008.52052,'\0','\0'),(5843,1,1002,1443602018.97206,'\0','\0'),(5844,1,1002,1443602019.22165,'\0','\0'),(5845,1,1002,1443602116.68607,'\0','\0'),(5846,1,1002,1443602130.91263,'\0','\0'),(5847,1,1002,1443602153.9372,'\0','\0'),(5848,1,1002,1443602175.41744,'\0','\0'),(5849,1,1002,1443602184.51183,'\0','\0'),(5850,1,1002,1443602196.77288,'\0','\0'),(5851,1,1002,1443602235.94272,'\0','\0'),(5852,1,1002,1443602236.58229,'\0','\0'),(5853,1,1002,1443602248.73415,'\0','\0'),(5854,1,1002,1443602250.80885,'\0','\0'),(5855,1,1002,1443606742.3309,'\0','\0'),(5856,1,1002,1443602428.73447,'\0','\0'),(5857,1,1002,1443602461.85178,'\0','\0'),(5858,1,1002,1443602517.1045,'\0','\0'),(5859,1,1002,1443602545.55763,'\0','\0'),(5860,1,1002,1443602545.94761,'\0','\0'),(5861,1,1002,1443602587.48854,'\0','\0'),(5862,1,1002,1443602636.47035,'\0','\0'),(5863,1,1002,1443602678.88484,'\0','\0'),(5864,1,1002,1443602700.61467,'\0','\0'),(5865,1,1002,1443602836.60937,'\0','\0'),(5866,1,1002,1443602889.74058,'\0','\0'),(5867,1,1002,1443602890.67654,'\0','\0'),(5868,1,1002,1443602899.73973,'\0','\0'),(5869,1,1003,1443602907.2274,'\0','\0'),(5870,1,1002,1443602912.60916,'\0','\0'),(5871,1,1002,1443602956.89557,'\0','\0'),(5872,1,1002,1443602961.98094,'\0','\0'),(5873,1,1002,1443602976.95627,'\0','\0'),(5874,1,1002,1443603043.2065,'\0','\0'),(5875,1,1002,1443603129.23663,'\0','\0'),(5876,1,1002,1443603186.86045,'\0','\0'),(5877,1,1002,1443603203.42691,'\0','\0'),(5878,1,1002,1443603248.0877,'\0','\0'),(5879,1,1002,1443603270.4571,'\0','\0'),(5880,1,1002,1443603284.44967,'\0','\0'),(5881,1,1002,1443603296.39873,'\0','\0'),(5882,1,1002,1443603302.13928,'\0','\0'),(5883,1,1002,1443606289.32723,'\0','\0'),(5884,1,1002,1443603324.05629,'\0','\0'),(5885,1,1002,1443603339.406,'\0','\0'),(5886,1,1002,1443603367.15716,'\0','\0'),(5887,1,1002,1443603387.18666,'\0','\0'),(5888,1,1002,1443603435.45089,'\0','\0'),(5889,1,1002,1443603456.44755,'\0','\0'),(5890,1,1002,1443603475.19791,'\0','\0'),(5891,1,1002,1443603486.02382,'\0','\0'),(5892,1,1002,1443603490.14204,'\0','\0'),(5893,1,1002,1443603539.37343,'\0','\0'),(5894,1,1002,1443603551.68128,'\0','\0'),(5895,1,1002,1443607313.51487,'\0','\0'),(5896,1,1002,1443603567.65496,'\0','\0'),(5897,1,1002,1443603584.97018,'\0','\0'),(5898,1,1002,1443603588.55802,'\0','\0'),(5899,1,1002,1443603625.63756,'\0','\0'),(5900,1,1002,1443603653.13913,'\0','\0'),(5901,1,1002,1443603663.99624,'\0','\0'),(5902,1,1002,1443604127.62303,'\0','\0'),(5903,1,1002,1443603709.62419,'\0','\0'),(5904,1,1002,1443603713.60201,'\0','\0'),(5905,1,1002,1443603723.35157,'\0','\0'),(5906,1,1002,1443603723.35157,'\0','\0'),(5907,1,1002,1443603740.5108,'\0','\0'),(5908,1,1002,1443603874.80518,'\0','\0'),(5909,1,1002,1443603880.9201,'\0','\0'),(5910,1,1002,1443603882.30844,'\0','\0'),(5911,1,1002,1443603922.52344,'\0','\0'),(5912,1,1002,1443603941.52338,'\0','\0'),(5913,1,1002,1443606379.00761,'\0','\0'),(5914,1,1002,1443604004.15457,'\0','\0'),(5915,1,1002,1443604059.98447,'\0','\0'),(5916,1,1002,1443604078.93762,'\0','\0'),(5917,1,1002,1443606744.34321,'\0','\0'),(5918,1,1002,1443606743.15766,'\0','\0'),(5919,1,1002,1443604245.16376,'\0','\0'),(5920,1,1002,1443604305.62665,'\0','\0'),(5921,1,1002,1443604353.57889,'\0','\0'),(5922,1,1002,1443605963.55145,'\0','\0'),(5923,1,1002,1443604451.4801,'\0','\0'),(5924,1,1002,1443604474.05229,'\0','\0'),(5925,1,1002,1443604482.24192,'\0','\0'),(5926,1,1002,1443604618.7358,'\0','\0'),(5927,1,1002,1443604658.84159,'\0','\0'),(5928,1,1002,1443604667.84239,'\0','\0'),(5929,1,1002,1443604705.67069,'\0','\0'),(5930,1,1002,1443604741.06551,'\0','\0'),(5931,1,1002,1443604743.421,'\0','\0'),(5932,1,1002,1443604747.18043,'\0','\0'),(5933,1,1002,1443605301.45476,'\0','\0'),(5934,1,1002,1443604774.86919,'\0','\0'),(5935,1,1002,1443604902.00348,'\0','\0'),(5936,1,1002,1443605045.86023,'\0','\0'),(5937,1,1002,1443605045.86023,'\0','\0'),(5938,1,1002,1443605107.91424,'\0','\0'),(5939,1,1003,1443605135.49108,'\0','\0'),(5940,1,1002,1443605171.51259,'\0','\0'),(5941,1,1002,1443605177.39353,'\0','\0'),(5942,1,1002,1443605177.68991,'\0','\0'),(5943,1,1002,1443605208.40493,'\0','\0'),(5944,1,1002,1443605210.79163,'\0','\0'),(5945,1,1002,1443605301.43916,'\0','\0'),(5946,1,1002,1443605336.55318,'\0','\0'),(5947,1,1002,1443605355.28794,'\0','\0'),(5948,1,1002,1443606428.083,'\0','\0'),(5949,1,1002,1443605368.98413,'\0','\0'),(5950,1,1002,1443605377.14256,'\0','\0'),(5951,1,1002,1443605424.93882,'\0','\0'),(5952,1,1002,1443605430.88215,'\0','\0'),(5953,1,1002,1443605472.0643,'\0','\0'),(5954,1,1002,1443605511.98291,'\0','\0'),(5955,1,1002,1443605551.48034,'\0','\0'),(5956,1,1002,1443605552.77508,'\0','\0'),(5957,1,1002,1443605569.45073,'\0','\0'),(5958,1,1002,1443605569.45073,'\0','\0'),(5959,1,1002,1443605569.82512,'\0','\0'),(5960,1,1002,1443605588.0607,'\0','\0'),(5961,1,1002,1443605608.18379,'\0','\0'),(5962,1,1002,1443605679.72218,'\0','\0'),(5963,1,1002,1443605691.73364,'\0','\0'),(5964,1,1002,1443605703.02754,'\0','\0'),(5965,1,1002,1443605736.14485,'\0','\0'),(5966,1,1002,1443605741.7762,'\0','\0'),(5967,1,1002,1443605785.20465,'\0','\0'),(5968,1,1002,1443605785.31385,'\0','\0'),(5969,1,1002,1443605853.0772,'\0','\0'),(5970,1,1002,1443605864.19951,'\0','\0'),(5971,1,1002,1443605864.19951,'\0','\0'),(5972,1,1002,1443605864.65189,'\0','\0'),(5973,1,1002,1443605864.65189,'\0','\0'),(5974,1,1002,1443605875.5402,'\0','\0'),(5975,1,1002,1443605893.19861,'\0','\0'),(5976,1,1002,1443605894.30615,'\0','\0'),(5977,1,1002,1443605957.74851,'\0','\0'),(5978,1,1002,1443605989.43069,'\0','\0'),(5979,1,1002,1443606035.77621,'\0','\0'),(5980,1,1002,1443606035.8386,'\0','\0'),(5981,1,1002,1443606055.19734,'\0','\0'),(5982,1,1002,1443606060.56349,'\0','\0'),(5983,1,1002,1443606070.12586,'\0','\0'),(5984,1,1002,1443606102.91559,'\0','\0'),(5985,1,1002,1443606109.20211,'\0','\0'),(5986,1,1002,1443606115.81622,'\0','\0'),(5987,1,1002,1443606141.99184,'\0','\0'),(5988,1,1002,1443606239.17548,'\0','\0'),(5989,1,1002,1443606276.84779,'\0','\0'),(5990,1,1002,1443606447.80052,'\0','\0'),(5991,1,1002,1443606452.33991,'\0','\0'),(5992,1,1002,1443606492.08693,'\0','\0'),(5993,1,1002,1443606498.96622,'\0','\0'),(5994,1,1002,1443606501.38411,'\0','\0'),(5995,1,1002,1443606522.08438,'\0','\0'),(5996,1,1002,1443606534.23624,'\0','\0'),(5997,1,1002,1443606535.21899,'\0','\0'),(5998,1,1002,1443606573.25009,'\0','\0'),(5999,1,1002,1443606581.48652,'\0','\0'),(6000,1,1002,1443606614.54143,'\0','\0'),(6001,1,1002,1443606628.22202,'\0','\0'),(6002,1,1002,1443606742.3153,'\0','\0'),(6003,1,1002,1443606743.14206,'\0','\0'),(6004,1,1002,1443606757.68061,'\0','\0'),(6005,1,1002,1443606758.055,'\0','\0'),(6006,1,1002,1443606799.78312,'\0','\0'),(6007,1,1002,1443606853.61631,'\0','\0'),(6008,1,1002,1443606855.23863,'\0','\0'),(6009,1,1002,1443606855.23863,'\0','\0'),(6010,1,1002,1443606881.10227,'\0','\0'),(6011,1,1002,1443606882.39702,'\0','\0'),(6012,1,1002,1443606922.17523,'\0','\0'),(6013,1,1002,1443606945.43379,'\0','\0'),(6014,1,1002,1443607031.86951,'\0','\0'),(6015,1,1002,1443607032.80547,'\0','\0'),(6016,1,1002,1443607063.53609,'\0','\0'),(6017,1,1002,1443607073.45724,'\0','\0'),(6018,1,1002,1443607091.66163,'\0','\0'),(6019,1,1002,1443607106.37176,'\0','\0'),(6020,1,1002,1443607118.69521,'\0','\0'),(6021,1,1002,1443607120.27074,'\0','\0'),(6022,1,1002,1443607190.1868,'\0','\0'),(6023,1,1002,1443607196.00534,'\0','\0'),(6024,1,1002,1443607254.28433,'\0','\0'),(6025,1,1002,1443607313.51487,'\0','\0'),(6026,1,1002,1443607358.94003,'\0','\0'),(6027,1,1002,1443607451.75587,'\0','\0'),(6028,1,1002,1443607456.45126,'\0','\0'),(6029,1,1002,1443607471.81657,'\0','\0'),(6030,1,1002,1443607487.58746,'\0','\0'),(6031,1,1002,1443607504.84028,'\0','\0'),(6032,1,1002,1443607601.10356,'\0','\0'),(6033,1,1002,1443607631.5534,'\0','\0'),(6034,1,1002,1443607636.29558,'\0','\0'),(6035,1,1002,1443607650.02297,'\0','\0'),(6036,1,1002,1443607654.39077,'\0','\0'),(6037,1,1003,1443607672.56396,'\0','\0'),(6038,1,1002,1443607732.74606,'\0','\0'),(6039,1,1002,1443607739.14177,'\0','\0'),(6040,1,1002,1443607758.09492,'\0','\0'),(6041,1,1002,1443607780.16793,'\0','\0'),(6042,1,1002,1443607795.34605,'\0','\0'),(6043,1,1002,1443607820.72611,'\0','\0'),(6044,1,1003,1443607919.32929,'\0','\0'),(6045,1,1003,1443609494.98338,'\0','\0'),(6046,1,1003,1443610976.02772,'\0','\0'),(6047,1,1002,1443612334.96074,'\0','\0'),(6048,1,1002,1443613531.14626,'\0','\0'),(6049,1,1003,1443613644.03839,'\0','\0'),(6050,1,1002,1443613766.63329,'\0','\0'),(6051,1,1002,1443613895.15593,'\0','\0'),(6052,1,1003,1443614478.00817,'\0','\0'),(6053,1,1002,1443615433.06492,'\0','\0'),(6054,1,1002,1443615631.08824,'\0','\0'),(6055,1,1002,1443615636.06378,'\0','\0'),(6056,1,1003,1443616470.23739,'\0','\0'),(6057,1,1003,1443619693.23904,'\0','\0'),(6058,1,1003,1443624870.30353,'\0','\0'),(6059,1,1003,1443626389.70654,'\0','\0'),(6060,1,1003,1443626813.86711,'\0','\0'),(6061,1,1003,1443627054.42392,'\0','\0'),(6062,1,1003,1443630735.06315,'\0','\0'),(6063,1,1003,1443631454.25328,'\0','\0'),(6064,1,1003,1443631669.75761,'\0','\0'),(6065,1,1003,1443632740.30637,'\0','\0'),(6066,1,1003,1443633729.91036,'\0','\0'),(6067,1,1003,1443634853.88673,'\0','\0'),(6068,1,1003,1443634945.51701,'\0','\0'),(6069,1,1003,1443639373.47191,'\0','\0'),(6070,1,1003,1443642313.30039,'\0','\0'),(6071,1,1003,1443645050.71235,'\0','\0'),(6072,1,1003,1443645247.49752,'\0','\0'),(6073,1,1003,1443646100.06167,'\0','\0'),(6074,1,1003,1443649342.79036,'\0','\0'),(6075,1,1003,1443650216.08572,'\0','\0'),(6076,1,1003,1443651550.93342,'\0','\0'),(6077,1,1003,1443654431.46069,'\0','\0'),(6078,1,1003,1443657334.81068,'\0','\0'),(6079,1,1003,1443658533.02411,'\0','\0'),(6080,1,1003,1443659823.5074,'\0','\0'),(6081,1,1003,1443664675.51445,'\0','\0'),(6082,1,1003,1443665532.9292,'\0','\0'),(6083,1,1003,1443666100.96211,'\0','\0'),(6084,1,1002,1443668113.25621,'\0','\0'),(6085,1,1002,1443673654.93873,'\0','\0'),(6086,1,1003,1443676287.03982,'\0','\0'),(6087,1,1002,1443676455.34067,'\0','\0'),(6088,1,1003,1443677477.34441,'\0','\0'),(6089,1,1002,1443678336.61625,'\0','\0'),(6090,1,1002,1443678337.6146,'\0','\0'),(6091,1,1002,1443678337.6146,'\0','\0'),(6092,1,1002,1443678622.78541,'\0','\0'),(6093,1,1002,1443678884.05808,'\0','\0'),(6094,1,1003,1443679187.37087,'\0','\0'),(6095,1,1002,1443679262.04472,'\0','\0'),(6096,1,1002,1443679798.87903,'\0','\0'),(6097,1,1003,1443679835.50619,'\0','\0'),(6098,1,1002,1443680625.92404,'\0','\0'),(6099,1,1003,1443681199.74328,'\0','\0'),(6100,1,1003,1443681929.23626,'\0','\0'),(6101,1,1003,1443682855.38089,'\0','\0'),(6102,1,1002,1443683072.24236,'\0','\0'),(6103,1,1003,1443683164.27823,'\0','\0'),(6104,1,1002,1443683197.06796,'\0','\0'),(6105,1,1002,1443683359.47227,'\0','\0'),(6106,1,1003,1443684532.83602,'\0','\0'),(6107,1,1002,1443684670.21906,'\0','\0'),(6108,1,1002,1443685277.10982,'\0','\0'),(6109,1,1002,1443686844.97987,'\0','\0'),(6110,1,1002,1443687272.93106,'\0','\0'),(6111,1,1003,1443687309.9482,'\0','\0'),(6112,1,1002,1443687579.41051,'\0','\0'),(6113,1,1002,1443687689.33878,'\0','\0'),(6114,1,1003,1443687788.34753,'\0','\0'),(6115,1,1002,1443688039.13748,'\0','\0'),(6116,1,1003,1443688600.3067,'\0','\0'),(6117,1,1003,1443688728.87613,'\0','\0'),(6118,1,1003,1443688787.65429,'\0','\0'),(6119,1,1003,1443689216.27626,'\0','\0'),(6120,1,1003,1443689624.77513,'\0','\0'),(6121,1,1002,1443690171.82698,'\0','\0'),(6122,1,1002,1443691011.89608,'\0','\0'),(6123,1,1003,1443691158.35791,'\0','\0'),(6124,1,1002,1443691778.22729,'\0','\0'),(6125,1,1002,1443692134.79609,'\0','\0'),(6126,1,1002,1443692258.48294,'\0','\0'),(6127,1,1002,1443692329.55335,'\0','\0'),(6128,1,1002,1443692921.12561,'\0','\0'),(6129,1,1002,1443693731.18165,'\0','\0'),(6130,1,1003,1443694025.32206,'\0','\0'),(6131,1,1002,1443694100.26109,'\0','\0'),(6132,1,1002,1443694679.30711,'\0','\0'),(6133,1,1003,1443694841.89861,'\0','\0'),(6134,1,1002,1443695044.19034,'\0','\0'),(6135,1,1002,1443695236.43611,'\0','\0'),(6136,1,1002,1443695337.0048,'\0','\0'),(6137,1,1002,1443695473.99785,'\0','\0'),(6138,1,1002,1443695509.00268,'\0','\0'),(6139,1,1002,1443696536.63776,'\0','\0'),(6140,1,1002,1443696656.2688,'\0','\0'),(6141,1,1002,1443696969.83032,'\0','\0'),(6142,1,1002,1443697154.54164,'\0','\0'),(6143,1,1002,1443697350.07886,'\0','\0'),(6144,1,1002,1443722025.07534,'\0','\0'),(6145,1,1002,1443698033.07861,'\0','\0'),(6146,1,1003,1443699267.68106,'\0','\0'),(6147,1,1003,1443700157.45368,'\0','\0'),(6148,1,1002,1443700352.58533,'\0','\0'),(6149,1,1003,1443700440.59658,'\0','\0'),(6150,1,1002,1443701269.59018,'\0','\0'),(6151,1,1003,1443701782.76035,'\0','\0'),(6152,1,1002,1443701914.93322,'\0','\0'),(6153,1,1002,1443702519.76488,'\0','\0'),(6154,1,1003,1443702826.22873,'\0','\0'),(6155,1,1003,1443702854.93144,'\0','\0'),(6156,1,1002,1443702922.36721,'\0','\0'),(6157,1,1002,1443703108.03008,'\0','\0'),(6158,1,1002,1443704002.93072,'\0','\0'),(6159,1,1003,1443704767.17163,'\0','\0'),(6160,1,1002,1443704925.23933,'\0','\0'),(6161,1,1002,1443705150.68042,'\0','\0'),(6162,1,1002,1443705204.79439,'\0','\0'),(6163,1,1002,1443705330.71194,'\0','\0'),(6164,1,1002,1443706636.98172,'\0','\0'),(6165,1,1002,1443706780.68248,'\0','\0'),(6166,1,1002,1443707094.04121,'\0','\0'),(6167,1,1003,1443707577.58831,'\0','\0'),(6168,1,1002,1443708488.79022,'\0','\0'),(6169,1,1003,1443708726.83554,'\0','\0'),(6170,1,1003,1443711650.76834,'\0','\0'),(6171,1,1003,1443709066.90028,'\0','\0'),(6172,1,1002,1443709410.61526,'\0','\0'),(6173,1,1002,1443710047.72187,'\0','\0'),(6174,1,1002,1443710860.27381,'\0','\0'),(6175,1,1002,1443711118.34863,'\0','\0'),(6176,1,1002,1443711247.18325,'\0','\0'),(6177,1,1002,1443711826.79084,'\0','\0'),(6178,1,1002,1443711848.72345,'\0','\0'),(6179,1,1002,1443712510.08697,'\0','\0'),(6180,1,1002,1443712539.56965,'\0','\0'),(6181,1,1003,1443713182.792,'\0','\0'),(6182,1,1003,1443713727.84851,'\0','\0'),(6183,1,1002,1443713845.54649,'\0','\0'),(6184,1,1002,1443714351.64632,'\0','\0'),(6185,1,1003,1443714509.4302,'\0','\0'),(6186,1,1002,1443714855.37227,'\0','\0'),(6187,1,1002,1443714980.47826,'\0','\0'),(6188,1,1002,1443715096.17827,'\0','\0'),(6189,1,1003,1443715149.51228,'\0','\0'),(6190,1,1002,1443715469.50072,'\0','\0'),(6191,1,1002,1443715522.31995,'\0','\0'),(6192,1,1003,1443716098.54249,'\0','\0'),(6193,1,1002,1443716317.75945,'\0','\0'),(6194,1,1002,1443717089.14484,'\0','\0'),(6195,1,1003,1443717440.51907,'\0','\0'),(6196,1,1002,1443717549.40218,'\0','\0'),(6197,1,1002,1443718139.41451,'\0','\0'),(6198,1,1002,1443718209.19018,'\0','\0'),(6199,1,1002,1443718527.72788,'\0','\0'),(6200,1,1003,1443719323.07379,'\0','\0'),(6201,1,1002,1443719590.3678,'\0','\0'),(6202,1,1002,1443719680.09497,'\0','\0'),(6203,1,1002,1443719972.25426,'\0','\0'),(6204,1,1003,1443720545.65333,'\0','\0'),(6205,1,1002,1443720615.94378,'\0','\0'),(6206,1,1003,1443721059.69706,'\0','\0'),(6207,1,1003,1443721633.7825,'\0','\0'),(6208,1,1002,1443721658.86618,'\0','\0'),(6209,1,1002,1443722116.25325,'\0','\0'),(6210,1,1003,1443722539.82105,'\0','\0'),(6211,1,1002,1443722761.05032,'\0','\0'),(6212,1,1002,1443722922.26908,'\0','\0'),(6213,1,1002,1443723163.46546,'\0','\0'),(6214,1,1002,1443723303.64077,'\0','\0'),(6215,1,1002,1443723319.02168,'\0','\0'),(6216,1,1002,1443723795.4555,'\0','\0'),(6217,1,1002,1443724333.63135,'\0','\0'),(6218,1,1002,1443725254.24569,'\0','\0'),(6219,1,1002,1443725309.24277,'\0','\0'),(6220,1,1002,1443725479.58713,'\0','\0'),(6221,1,1002,1443725485.42127,'\0','\0'),(6222,1,1002,1443725674.25079,'\0','\0'),(6223,1,1002,1443725671.8329,'\0','\0'),(6224,1,1002,1443725817.20278,'\0','\0'),(6225,1,1002,1443725845.07873,'\0','\0'),(6226,1,1002,1443725846.07708,'\0','\0'),(6227,1,1003,1443726771.53675,'\0','\0'),(6228,1,1002,1443727455.47246,'\0','\0'),(6229,1,1002,1443727571.50006,'\0','\0'),(6230,1,1002,1443727781.09225,'\0','\0'),(6231,1,1002,1443734356.86185,'\0','\0'),(6232,1,1003,1443728760.4319,'\0','\0'),(6233,1,1003,1443728861.09419,'\0','\0'),(6234,1,1003,1443729067.61332,'\0','\0'),(6235,1,1002,1443729117.20349,'\0','\0'),(6236,1,1003,1443729185.87161,'\0','\0'),(6237,1,1002,1443740582.34581,'\0','\0'),(6238,1,1002,1443729436.98914,'\0','\0'),(6239,1,1002,1443729559.02247,'\0','\0'),(6240,1,1003,1443729672.97535,'\0','\0'),(6241,1,1003,1443731021.22285,'\0','\0'),(6242,1,1002,1443731742.58128,'\0','\0'),(6243,1,1002,1443731850.40365,'\0','\0'),(6244,1,1002,1443731972.67096,'\0','\0'),(6245,1,1002,1443732139.33388,'\0','\0'),(6246,1,1002,1443732312.84489,'\0','\0'),(6247,1,1002,1443732775.75412,'\0','\0'),(6248,1,1003,1443732817.07667,'\0','\0'),(6249,1,1002,1443733015.23457,'\0','\0'),(6250,1,1002,1443733492.40156,'\0','\0'),(6251,1,1002,1443733593.20424,'\0','\0'),(6252,1,1002,1443733674.44539,'\0','\0'),(6253,1,1002,1443733913.25508,'\0','\0'),(6254,1,1002,1443733943.61131,'\0','\0'),(6255,1,1002,1443734012.09224,'\0','\0'),(6256,1,1002,1443739946.50274,'\0','\0'),(6257,1,1002,1443734848.6203,'\0','\0'),(6258,1,1003,1443735573.98775,'\0','\0'),(6259,1,1002,1443735882.7291,'\0','\0'),(6260,1,1003,1443735895.56732,'\0','\0'),(6261,1,1002,1443736134.92298,'\0','\0'),(6262,1,1002,1443736316.90442,'\0','\0'),(6263,1,1002,1443736344.99875,'\0','\0'),(6264,1,1003,1443736617.87731,'\0','\0'),(6265,1,1002,1443737417.68462,'\0','\0'),(6266,1,1002,1443737475.52682,'\0','\0'),(6267,1,1002,1443737605.48459,'\0','\0'),(6268,1,1002,1443738100.90276,'\0','\0'),(6269,1,1002,1443738459.32788,'\0','\0'),(6270,1,1002,1443739438.13715,'\0','\0'),(6271,1,1002,1443739480.53605,'\0','\0'),(6272,1,1002,1443739644.2819,'\0','\0'),(6273,1,1002,1443739760.74628,'\0','\0'),(6274,1,1002,1443739842.23702,'\0','\0'),(6275,1,1002,1443739844.31173,'\0','\0'),(6276,1,1002,1443740003.1126,'\0','\0'),(6277,1,1002,1443740057.85054,'\0','\0'),(6278,1,1003,1443740202.42486,'\0','\0'),(6279,1,1002,1443740430.40863,'\0','\0'),(6280,1,1002,1443740696.0803,'\0','\0'),(6281,1,1002,1443741517.35225,'\0','\0'),(6282,1,1003,1443742372.50588,'\0','\0'),(6283,1,1002,1443742506.11388,'\0','\0'),(6284,1,1002,1443744348.07923,'\0','\0'),(6285,1,1002,1443772366.73523,'\0','\0'),(6286,1,1002,1443744904.97424,'\0','\0'),(6287,1,1002,1443744910.62118,'\0','\0'),(6288,1,1002,1443745020.33106,'\0','\0'),(6289,1,1002,1443745028.02151,'\0','\0'),(6290,1,1002,1443745097.15761,'\0','\0'),(6291,1,1002,1443745283.70964,'\0','\0'),(6292,1,1002,1443770748.90063,'\0','\0'),(6293,1,1002,1443746274.13869,'\0','\0'),(6294,1,1003,1443746358.32962,'\0','\0'),(6295,1,1002,1443747233.44431,'\0','\0'),(6296,1,1002,1443747294.21801,'\0','\0'),(6297,1,1002,1443813727.34007,'\0','\0'),(6298,1,1002,1443748111.32127,'\0','\0'),(6299,1,1002,1443748147.85483,'\0','\0'),(6300,1,1002,1443748380.1596,'\0','\0'),(6301,1,1002,1443748549.25602,'\0','\0'),(6302,1,1002,1443748579.00388,'\0','\0'),(6303,1,1002,1443750553.53208,'\0','\0'),(6304,1,1002,1443807371.23132,'\0','\0'),(6305,1,1002,1443750798.51908,'\0','\0'),(6306,1,1002,1443758289.61026,'\0','\0'),(6307,1,1002,1443751481.59683,'\0','\0'),(6308,1,1002,1443751669.5216,'\0','\0'),(6309,1,1002,1443751794.61238,'\0','\0'),(6310,1,1002,1443751965.9239,'\0','\0'),(6311,1,1003,1443751981.74159,'\0','\0'),(6312,1,1002,1443752021.73819,'\0','\0'),(6313,1,1002,1443752044.79396,'\0','\0'),(6314,1,1002,1443797389.84762,'\0','\0'),(6315,1,1002,1443753024.3832,'\0','\0'),(6316,1,1003,1443753175.38442,'\0','\0'),(6317,1,1003,1443754131.68391,'\0','\0'),(6318,1,1003,1443754720.3079,'\0','\0'),(6319,1,1002,1443755131.72383,'\0','\0'),(6320,1,1003,1443755143.7197,'\0','\0'),(6321,1,1002,1443755216.39684,'\0','\0'),(6322,1,1002,1443755247.67343,'\0','\0'),(6323,1,1002,1443755411.48168,'\0','\0'),(6324,1,1002,1443755785.70889,'\0','\0'),(6325,1,1002,1443755803.11771,'\0','\0'),(6326,1,1003,1443756110.20553,'\0','\0'),(6327,1,1002,1443756564.16076,'\0','\0'),(6328,1,1002,1443790703.64445,'\0','\0'),(6329,1,1002,1443757072.52634,'\0','\0'),(6330,1,1002,1443757710.50652,'\0','\0'),(6331,1,1002,1443758071.9735,'\0','\0'),(6332,1,1002,1443758443.82961,'\0','\0'),(6333,1,1002,1443758957.32737,'\0','\0'),(6334,1,1002,1443759108.50018,'\0','\0'),(6335,1,1002,1443759880.77473,'\0','\0'),(6336,1,1003,1443759888.1064,'\0','\0'),(6337,1,1002,1443759952.11033,'\0','\0'),(6338,1,1002,1443760477.49475,'\0','\0'),(6339,1,1002,1443760606.26697,'\0','\0'),(6340,1,1002,1443760642.53534,'\0','\0'),(6341,1,1002,1443760973.52901,'\0','\0'),(6342,1,1002,1443761072.37406,'\0','\0'),(6343,1,1002,1443761141.22937,'\0','\0'),(6344,1,1002,1443761502.75874,'\0','\0'),(6345,1,1002,1443761965.0752,'\0','\0'),(6346,1,1002,1443762390.92049,'\0','\0'),(6347,1,1002,1443763274.41804,'\0','\0'),(6348,1,1002,1443763274.41804,'\0','\0'),(6349,1,1003,1443763340.52788,'\0','\0'),(6350,1,1002,1443763536.0027,'\0','\0'),(6351,1,1002,1443763810.36319,'\0','\0'),(6352,1,1002,1443763890.4032,'\0','\0'),(6353,1,1003,1443763978.86683,'\0','\0'),(6354,1,1002,1443764664.20648,'\0','\0'),(6355,1,1002,1443764998.09389,'\0','\0'),(6356,1,1002,1443765122.57631,'\0','\0'),(6357,1,1002,1443765127.2405,'\0','\0'),(6358,1,1002,1443766419.7985,'\0','\0'),(6359,1,1002,1443766493.3024,'\0','\0'),(6360,1,1002,1443766610.99695,'\0','\0'),(6361,1,1003,1443766677.26494,'\0','\0'),(6362,1,1003,1443767710.84336,'\0','\0'),(6363,1,1002,1443767803.55,'\0','\0'),(6364,1,1002,1443767892.09163,'\0','\0'),(6365,1,1002,1443768796.05546,'\0','\0'),(6366,1,1002,1443768836.73844,'\0','\0'),(6367,1,1002,1443769416.58002,'\0','\0'),(6368,1,1002,1443769481.37951,'\0','\0'),(6369,1,1002,1443769991.24263,'\0','\0'),(6370,1,1002,1443770668.53304,'\0','\0'),(6371,1,1002,1443770829.54901,'\0','\0'),(6372,1,1002,1443771093.48917,'\0','\0'),(6373,1,1002,1443771102.20918,'\0','\0'),(6374,1,1002,1443771168.27221,'\0','\0'),(6375,1,1002,1443771221.07585,'\0','\0'),(6376,1,1002,1443771327.44747,'\0','\0'),(6377,1,1002,1443771534.08253,'\0','\0'),(6378,1,1002,1443771538.4748,'\0','\0'),(6379,1,1002,1443771905.43273,'\0','\0'),(6380,1,1003,1443772106.02413,'\0','\0'),(6381,1,1003,1443772566.76506,'\0','\0'),(6382,1,1002,1443772726.42389,'\0','\0'),(6383,1,1002,1443773510.31992,'\0','\0'),(6384,1,1002,1443774128.83216,'\0','\0'),(6385,1,1002,1443774201.80569,'\0','\0'),(6386,1,1002,1443802208.39339,'\0','\0'),(6387,1,1002,1443775655.22367,'\0','\0'),(6388,1,1003,1443775714.98459,'\0','\0'),(6389,1,1002,1443775761.28331,'\0','\0'),(6390,1,1003,1443776107.46297,'\0','\0'),(6391,1,1002,1443776477.66556,'\0','\0'),(6392,1,1002,1443776728.92349,'\0','\0'),(6393,1,1002,1443801393.34557,'\0','\0'),(6394,1,1002,1443778562.6836,'\0','\0'),(6395,1,1002,1443779092.64995,'\0','\0'),(6396,1,1002,1443779354.16766,'\0','\0'),(6397,1,1002,1443780167.86347,'\0','\0'),(6398,1,1003,1443780269.30506,'\0','\0'),(6399,1,1003,1443780666.93004,'\0','\0'),(6400,1,1003,1443781482.63304,'\0','\0'),(6401,1,1003,1443781706.56099,'\0','\0'),(6402,1,1002,1443781948.31894,'\0','\0'),(6403,1,1002,1443782198.99969,'\0','\0'),(6404,1,1002,1443782262.66043,'\0','\0'),(6405,1,1002,1443782436.85782,'\0','\0'),(6406,1,1003,1443782888.58235,'\0','\0'),(6407,1,1002,1443783027.8529,'\0','\0'),(6408,1,1002,1443783375.3273,'\0','\0'),(6409,1,1002,1443783866.12808,'\0','\0'),(6410,1,1003,1443784014.9922,'\0','\0'),(6411,1,1002,1443784392.69805,'\0','\0'),(6412,1,1002,1443784732.87199,'\0','\0'),(6413,1,1002,1443784875.35599,'\0','\0'),(6414,1,1002,1443785810.15964,'\0','\0'),(6415,1,1002,1443786079.74675,'\0','\0'),(6416,1,1002,1443786221.1232,'\0','\0'),(6417,1,1003,1443786235.70855,'\0','\0'),(6418,1,1002,1443786360.22216,'\0','\0'),(6419,1,1002,1443786572.04505,'\0','\0'),(6420,1,1003,1443786641.44634,'\0','\0'),(6421,1,1002,1443787383.47384,'\0','\0'),(6422,1,1002,1443787388.20043,'\0','\0'),(6423,1,1003,1443787515.06954,'\0','\0'),(6424,1,1002,1443825465.31414,'\0','\0'),(6425,1,1003,1443788453.86661,'\0','\0'),(6426,1,1002,1443788984.74199,'\0','\0'),(6427,1,1002,1443789059.29104,'\0','\0'),(6428,1,1003,1443789209.27831,'\0','\0'),(6429,1,1002,1443789238.10582,'\0','\0'),(6430,1,1002,1443789244.87592,'\0','\0'),(6431,1,1003,1443789477.44588,'\0','\0'),(6432,1,1002,1443790083.93106,'\0','\0'),(6433,1,1002,1443791957.73458,'\0','\0'),(6434,1,1003,1443792011.45857,'\0','\0'),(6435,1,1002,1443792070.18993,'\0','\0'),(6436,1,1002,1443793545.44693,'\0','\0'),(6437,1,1002,1443793823.70725,'\0','\0'),(6438,1,1002,1443794233.18887,'\0','\0'),(6439,1,1002,1443794251.06567,'\0','\0'),(6440,1,1002,1443794347.21975,'\0','\0'),(6441,1,1002,1443794812.17249,'\0','\0'),(6442,1,1003,1443795695.90403,'\0','\0'),(6443,1,1003,1443795813.83474,'\0','\0'),(6444,1,1002,1443796512.77698,'\0','\0'),(6445,1,1002,1443796647.36774,'\0','\0'),(6446,1,1003,1443796772.02174,'\0','\0'),(6447,1,1002,1443797162.08224,'\0','\0'),(6448,1,1002,1443797288.21818,'\0','\0'),(6449,1,1002,1443797436.38033,'\0','\0'),(6450,1,1002,1443797864.01954,'\0','\0'),(6451,1,1002,1443798299.00602,'\0','\0'),(6452,1,1003,1443798869.75321,'\0','\0'),(6453,1,1003,1443799168.7138,'\0','\0'),(6454,1,1002,1443799657.65825,'\0','\0'),(6455,1,1002,1443799684.42665,'\0','\0'),(6456,1,1002,1443799950.60485,'\0','\0'),(6457,1,1002,1443800632.13093,'\0','\0'),(6458,1,1002,1443800713.98045,'\0','\0'),(6459,1,1003,1443800866.22962,'\0','\0'),(6460,1,1002,1443800919.68842,'\0','\0'),(6461,1,1002,1443801278.23833,'\0','\0'),(6462,1,1002,1443801483.71231,'\0','\0'),(6463,1,1002,1443802886.69775,'\0','\0'),(6464,1,1002,1443802951.12286,'\0','\0'),(6465,1,1002,1443803063.11024,'\0','\0'),(6466,1,1002,1443803128.01893,'\0','\0'),(6467,1,1002,1443803202.27159,'\0','\0'),(6468,1,1002,1443803431.53451,'\0','\0'),(6469,1,1002,1443803459.20766,'\0','\0'),(6470,1,1003,1443805942.16384,'\0','\0'),(6471,1,1002,1443803707.77009,'\0','\0'),(6472,1,1002,1443804238.50189,'\0','\0'),(6473,1,1002,1443804339.99758,'\0','\0'),(6474,1,1002,1443804638.71754,'\0','\0'),(6475,1,1002,1443805102.03234,'\0','\0'),(6476,1,1002,1443805203.56819,'\0','\0'),(6477,1,1002,1443806090.52879,'\0','\0'),(6478,1,1003,1443806253.52587,'\0','\0'),(6479,1,1002,1443806757.24287,'\0','\0'),(6480,1,1003,1443806974.61911,'\0','\0'),(6481,1,1002,1443806998.28325,'\0','\0'),(6482,1,1002,1443807376.222,'\0','\0'),(6483,1,1003,1443807644.39066,'\0','\0'),(6484,1,1002,1443807899.14283,'\0','\0'),(6485,1,1002,1443807966.7034,'\0','\0'),(6486,1,1002,1443808698.71615,'\0','\0'),(6487,1,1002,1443808992.02979,'\0','\0'),(6488,1,1002,1443809341.76609,'\0','\0'),(6489,1,1002,1443809417.62549,'\0','\0'),(6490,1,1003,1443810459.00356,'\0','\0'),(6491,1,1002,1443811020.35997,'\0','\0'),(6492,1,1002,1443811166.49421,'\0','\0'),(6493,1,1002,1443811659.56327,'\0','\0'),(6494,1,1002,1443812126.41256,'\0','\0'),(6495,1,1002,1443812340.2687,'\0','\0'),(6496,1,1003,1443812483.49213,'\0','\0'),(6497,1,1002,1443812513.74073,'\0','\0'),(6498,1,1003,1443813461.5869,'\0','\0'),(6499,1,1002,1443813610.31412,'\0','\0'),(6500,1,1002,1443814677.00638,'\0','\0'),(6501,1,1002,1443815310.9538,'\0','\0'),(6502,1,1002,1443815373.22221,'\0','\0'),(6503,1,1002,1443816933.02742,'\0','\0'),(6504,1,1002,1443816998.48208,'\0','\0'),(6505,1,1002,1443817284.49524,'\0','\0'),(6506,1,1002,1443818097.32744,'\0','\0'),(6507,1,1002,1443818310.04002,'\0','\0'),(6508,1,1002,1443818364.90276,'\0','\0'),(6509,1,1002,1443818551.62003,'\0','\0'),(6510,1,1002,1443818674.64246,'\0','\0'),(6511,1,1002,1443819164.2265,'\0','\0'),(6512,1,1002,1443819211.32078,'\0','\0'),(6513,1,1002,1443819603.84597,'\0','\0'),(6514,1,1002,1443820229.51829,'\0','\0'),(6515,1,1002,1443820328.44905,'\0','\0'),(6516,1,1002,1443820460.13834,'\0','\0'),(6517,1,1003,1443820636.48843,'\0','\0'),(6518,1,1002,1443829742.95419,'\0','\0'),(6519,1,1002,1443821521.49911,'\0','\0'),(6520,1,1002,1443821720.51498,'\0','\0'),(6521,1,1002,1443821916.72298,'\0','\0'),(6522,1,1002,1443822257.67688,'\0','\0'),(6523,1,1003,1443822566.51639,'\0','\0'),(6524,1,1003,1443822550.26213,'\0','\0'),(6525,1,1002,1443822635.49193,'\0','\0'),(6526,1,1002,1443822791.79691,'\0','\0'),(6527,1,1002,1443822863.89688,'\0','\0'),(6528,1,1002,1443823042.80525,'\0','\0'),(6529,1,1002,1443823309.95886,'\0','\0'),(6530,1,1002,1443823434.44127,'\0','\0'),(6531,1,1002,1443823672.40859,'\0','\0'),(6532,1,1002,1443823690.42579,'\0','\0'),(6533,1,1003,1443823691.01856,'\0','\0'),(6534,1,1002,1443823734.08823,'\0','\0'),(6535,1,1002,1443823790.69809,'\0','\0'),(6536,1,1002,1443823911.04669,'\0','\0'),(6537,1,1002,1443824512.77409,'\0','\0'),(6538,1,1002,1443825673.5492,'\0','\0'),(6539,1,1002,1443826378.45036,'\0','\0'),(6540,1,1002,1443826808.53867,'\0','\0'),(6541,1,1003,1443827087.42295,'\0','\0'),(6542,1,1002,1443827394.30798,'\0','\0'),(6543,1,1002,1443827429.95238,'\0','\0'),(6544,1,1002,1443827701.13061,'\0','\0'),(6545,1,1003,1443829340.18026,'\0','\0'),(6546,1,1002,1443830007.68991,'\0','\0'),(6547,1,1002,1443830172.09093,'\0','\0'),(6548,1,1002,1443830724.00976,'\0','\0'),(6549,1,1003,1443830934.21033,'\0','\0'),(6550,1,1002,1443831823.90081,'\0','\0'),(6551,1,1002,1443831832.02804,'\0','\0'),(6552,1,1002,1443832063.00688,'\0','\0'),(6553,1,1003,1443832683.60943,'\0','\0'),(6554,1,1002,1443832731.78007,'\0','\0'),(6555,1,1003,1443833085.66579,'\0','\0'),(6556,1,1002,1443833937.16918,'\0','\0'),(6557,1,1002,1443835777.71498,'\0','\0'),(6558,1,1003,1443835851.32808,'\0','\0'),(6559,1,1003,1443836097.64103,'\0','\0'),(6560,1,1002,1443836459.65398,'\0','\0'),(6561,1,1002,1443837147.31793,'\0','\0'),(6562,1,1003,1443837368.4536,'\0','\0'),(6563,1,1002,1443837737.84503,'\0','\0'),(6564,1,1002,1443837991.67684,'\0','\0'),(6565,1,1002,1443838127.49994,'\0','\0'),(6566,1,1002,1443838324.83108,'\0','\0'),(6567,1,1002,1443838762.87503,'\0','\0'),(6568,1,1003,1443838880.29096,'\0','\0'),(6569,1,1002,1443839344.18294,'\0','\0'),(6570,1,1002,1443840200.22573,'\0','\0'),(6571,1,1002,1443862101.53396,'\0','\0'),(6572,1,1003,1443862102.50112,'\0','\0'),(6573,1,1002,1443840871.26082,'\0','\0'),(6574,1,1002,1443841540.54878,'\0','\0'),(6575,1,1002,1443841675.96631,'\0','\0'),(6576,1,1003,1443843027.92644,'\0','\0'),(6577,1,1002,1443843028.28522,'\0','\0'),(6578,1,1002,1443843872.20735,'\0','\0'),(6579,1,1002,1443844140.65571,'\0','\0'),(6580,1,1002,1443844648.10799,'\0','\0'),(6581,1,1002,1443844841.28427,'\0','\0'),(6582,1,1002,1443845699.91517,'\0','\0'),(6583,1,1002,1443846699.28432,'\0','\0'),(6584,1,1002,1443848826.63886,'\0','\0'),(6585,1,1002,1443849257.61632,'\0','\0'),(6586,1,1002,1443850132.47186,'\0','\0'),(6587,1,1002,1443850839.38534,'\0','\0'),(6588,1,1002,1443850876.57407,'\0','\0'),(6589,1,1002,1443851161.79167,'\0','\0'),(6590,1,1002,1443851843.77747,'\0','\0'),(6591,1,1003,1443851846.22656,'\0','\0'),(6592,1,1002,1443852022.84183,'\0','\0'),(6593,1,1002,1443852209.15987,'\0','\0'),(6594,1,1002,1443852562.98319,'\0','\0'),(6595,1,1002,1443853128.33302,'\0','\0'),(6596,1,1002,1443853865.57154,'\0','\0'),(6597,1,1003,1443853951.04011,'\0','\0'),(6598,1,1002,1443854029.1614,'\0','\0'),(6599,1,1002,1443854039.16055,'\0','\0'),(6600,1,1002,1443854141.39837,'\0','\0'),(6601,1,1002,1443854317.96684,'\0','\0'),(6602,1,1002,1443855485.66804,'\0','\0'),(6603,1,1003,1443898379.29364,'\0','\0'),(6604,1,1002,1443856596.26021,'\0','\0'),(6605,1,1002,1443856740.36654,'\0','\0'),(6606,1,1002,1443856758.53972,'\0','\0'),(6607,1,1003,1443856993.19999,'\0','\0'),(6608,1,1002,1443874100.88991,'\0','\0'),(6609,1,1002,1443857992.39756,'\0','\0'),(6610,1,1002,1443858449.25426,'\0','\0'),(6611,1,1002,1443859024.07286,'\0','\0'),(6612,1,1002,1443859350.48821,'\0','\0'),(6613,1,1002,1443859762.41893,'\0','\0'),(6614,1,1002,1443860131.46717,'\0','\0'),(6615,1,1002,1443861611.12317,'\0','\0'),(6616,1,1002,1443861629.31195,'\0','\0'),(6617,1,1002,1443861904.09362,'\0','\0'),(6618,1,1002,1443870736.21449,'\0','\0'),(6619,1,1003,1443862407.10865,'\0','\0'),(6620,1,1003,1443862859.61315,'\0','\0'),(6621,1,1003,1443863054.4172,'\0','\0'),(6622,1,1003,1443863803.69838,'\0','\0'),(6623,1,1002,1443864012.26102,'\0','\0'),(6624,1,1002,1443864037.54749,'\0','\0'),(6625,1,1002,1443865097.62912,'\0','\0'),(6626,1,1002,1443865181.80294,'\0','\0'),(6627,1,1002,1443865438.13064,'\0','\0'),(6628,1,1003,1443866271.63243,'\0','\0'),(6629,1,1002,1443866377.36449,'\0','\0'),(6630,1,1002,1443866649.55668,'\0','\0'),(6631,1,1002,1443867090.3617,'\0','\0'),(6632,1,1002,1443867822.35885,'\0','\0'),(6633,1,1003,1443868460.8226,'\0','\0'),(6634,1,1002,1443869728.96769,'\0','\0'),(6635,1,1003,1443869842.17181,'\0','\0'),(6636,1,1002,1443870538.02539,'\0','\0'),(6637,1,1003,1443870587.797,'\0','\0'),(6638,1,1003,1443870603.79204,'\0','\0'),(6639,1,1002,1443871207.29775,'\0','\0'),(6640,1,1002,1443871288.21132,'\0','\0'),(6641,1,1002,1443871580.82299,'\0','\0'),(6642,1,1002,1443871619.71205,'\0','\0'),(6643,1,1002,1443872212.61024,'\0','\0'),(6644,1,1003,1443872444.54063,'\0','\0'),(6645,1,1002,1443872458.96999,'\0','\0'),(6646,1,1003,1443873656.51265,'\0','\0'),(6647,1,1002,1443874748.63524,'\0','\0'),(6648,1,1002,1443875204.0412,'\0','\0'),(6649,1,1002,1443875576.92687,'\0','\0'),(6650,1,1002,1443876203.30116,'\0','\0'),(6651,1,1002,1443876875.10062,'\0','\0'),(6652,1,1002,1443877334.81031,'\0','\0'),(6653,1,1003,1443877432.74618,'\0','\0'),(6654,1,1003,1443878066.08725,'\0','\0'),(6655,1,1002,1443878560.57337,'\0','\0'),(6656,1,1002,1443878628.49228,'\0','\0'),(6657,1,1002,1443880229.60169,'\0','\0'),(6658,1,1002,1443880457.97544,'\0','\0'),(6659,1,1003,1443880623.49961,'\0','\0'),(6660,1,1003,1443881033.26202,'\0','\0'),(6661,1,1002,1443882448.32132,'\0','\0'),(6662,1,1002,1443882510.92131,'\0','\0'),(6663,1,1002,1443883119.684,'\0','\0'),(6664,1,1002,1443883362.20631,'\0','\0'),(6665,1,1003,1443897612.15126,'\0','\0'),(6666,1,1002,1443884090.80282,'\0','\0'),(6667,1,1002,1443884447.91759,'\0','\0'),(6668,1,1003,1443884479.70897,'\0','\0'),(6669,1,1002,1443884522.74744,'\0','\0'),(6670,1,1002,1443884868.17833,'\0','\0'),(6671,1,1003,1443908049.72089,'\0','\0'),(6672,1,1002,1443886264.30009,'\0','\0'),(6673,1,1002,1443886379.20453,'\0','\0'),(6674,1,1002,1443887017.69948,'\0','\0'),(6675,1,1002,1443887424.18604,'\0','\0'),(6676,1,1002,1443888014.15156,'\0','\0'),(6677,1,1002,1443888252.55566,'\0','\0'),(6678,1,1002,1443889506.56779,'\0','\0'),(6679,1,1003,1443889506.83298,'\0','\0'),(6680,1,1002,1443889787.1368,'\0','\0'),(6681,1,1003,1443891270.02186,'\0','\0'),(6682,1,1003,1443891739.63879,'\0','\0'),(6683,1,1003,1443891844.79367,'\0','\0'),(6684,1,1002,1443891886.63099,'\0','\0'),(6685,1,1003,1443892107.61067,'\0','\0'),(6686,1,1003,1443892155.59412,'\0','\0'),(6687,1,1003,1443892315.61174,'\0','\0'),(6688,1,1002,1443892628.34651,'\0','\0'),(6689,1,1003,1443892705.82823,'\0','\0'),(6690,1,1003,1443893107.44781,'\0','\0'),(6691,1,1002,1443893298.60163,'\0','\0'),(6692,1,1003,1443893391.69825,'\0','\0'),(6693,1,1002,1443893534.36945,'\0','\0'),(6694,1,1003,1443893577.29872,'\0','\0'),(6695,1,1003,1443893694.79265,'\0','\0'),(6696,1,1002,1443893907.5983,'\0','\0'),(6697,1,1002,1443894255.79028,'\0','\0'),(6698,1,1002,1443894396.52716,'\0','\0'),(6699,1,1002,1443895066.01792,'\0','\0'),(6700,1,1002,1443895367.3496,'\0','\0'),(6701,1,1003,1443895393.68122,'\0','\0'),(6702,1,1002,1443895866.4492,'\0','\0'),(6703,1,1003,1443896102.98139,'\0','\0'),(6704,1,1003,1443896190.83664,'\0','\0'),(6705,1,1003,1443896208.12067,'\0','\0'),(6706,1,1003,1443896406.96495,'\0','\0'),(6707,1,1002,1443896563.20754,'\0','\0'),(6708,1,1003,1443896741.95991,'\0','\0'),(6709,1,1003,1443897575.24332,'\0','\0'),(6710,1,1002,1443908122.24204,'\0','\0'),(6711,1,1002,1443898894.74131,'\0','\0'),(6712,1,1002,1443899717.08961,'\0','\0'),(6713,1,1003,1443900420.66484,'\0','\0'),(6714,1,1002,1443901097.56526,'\0','\0'),(6715,1,1002,1443901105.34931,'\0','\0'),(6716,1,1002,1443901580.192,'\0','\0'),(6717,1,1003,1443902052.86639,'\0','\0'),(6718,1,1002,1443902303.20396,'\0','\0'),(6719,1,1002,1443902643.2843,'\0','\0'),(6720,1,1003,1443902746.94165,'\0','\0'),(6721,1,1002,1443902822.23947,'\0','\0'),(6722,1,1002,1443904118.32291,'\0','\0'),(6723,1,1003,1443904387.28604,'\0','\0'),(6724,1,1003,1443904748.98701,'\0','\0'),(6725,1,1002,1443904925.68028,'\0','\0'),(6726,1,1002,1443905594.70306,'\0','\0'),(6727,1,1003,1443905621.25307,'\0','\0'),(6728,1,1002,1443906170.72281,'\0','\0'),(6729,1,1002,1443906403.12118,'\0','\0'),(6730,1,1003,1443907199.74623,'\0','\0'),(6731,1,1002,1443909665.71478,'\0','\0'),(6732,1,1002,1443909997.4465,'\0','\0'),(6733,1,1002,1443910162.78949,'\0','\0'),(6734,1,1002,1443910331.98687,'\0','\0'),(6735,1,1003,1443910493.34301,'\0','\0'),(6736,1,1003,1443910969.23277,'\0','\0'),(6737,1,1002,1443911287.93839,'\0','\0'),(6738,1,1003,1443911697.87087,'\0','\0'),(6739,1,1003,1443911812.36973,'\0','\0'),(6740,1,1002,1443911988.62622,'\0','\0'),(6741,1,1003,1443912101.83034,'\0','\0'),(6742,1,1003,1443912284.98172,'\0','\0'),(6743,1,1002,1443912967.3887,'\0','\0'),(6744,1,1003,1443913810.59326,'\0','\0'),(6745,1,1003,1443914065.17384,'\0','\0'),(6746,1,1003,1443914112.33052,'\0','\0'),(6747,1,1002,1443914211.72926,'\0','\0'),(6748,1,1003,1443914836.41883,'\0','\0'),(6749,1,1002,1443915340.52581,'\0','\0'),(6750,1,1002,1443916987.78069,'\0','\0'),(6751,1,1003,1443916987.95228,'\0','\0'),(6752,1,1003,1443918215.18041,'\0','\0'),(6753,1,1003,1443918792.05812,'\0','\0'),(6754,1,1003,1443920192.81287,'\0','\0'),(6755,1,1002,1443921544.8042,'\0','\0'),(6756,1,1003,1443921653.26613,'\0','\0'),(6757,1,1002,1443922221.37704,'\0','\0'),(6758,1,1002,1443924081.85875,'\0','\0'),(6759,1,1003,1443924406.26179,'\0','\0'),(6760,1,1003,1443926826.15,'\0','\0'),(6761,1,1003,1443927529.56924,'\0','\0'),(6762,1,1003,1443927951.18712,'\0','\0'),(6763,1,1003,1443929263.24424,'\0','\0'),(6764,1,1003,1443931808.05165,'\0','\0'),(6765,1,1003,1443931989.6119,'\0','\0'),(6766,1,1003,1443932451.53837,'\0','\0'),(6767,1,1003,1443932521.00205,'\0','\0'),(6768,1,1003,1443932641.41305,'\0','\0'),(6769,1,1003,1443933787.9616,'\0','\0'),(6770,1,1003,1443934849.86835,'\0','\0'),(6771,1,1003,1443936094.92648,'\0','\0'),(6772,1,1003,1443936881.33399,'\0','\0'),(6773,1,1003,1443938612.24792,'\0','\0'),(6774,1,1003,1443939465.01485,'\0','\0'),(6775,1,1003,1443942091.71858,'\0','\0'),(6776,1,1003,1443942217.49574,'\0','\0'),(6777,1,1003,1443943626.09271,'\0','\0'),(6778,1,1003,1443943708.23541,'\0','\0'),(6779,1,1003,1443945005.71528,'\0','\0'),(6780,1,1003,1443945072.2931,'\0','\0'),(6781,1,1003,1443945542.51839,'\0','\0'),(6782,1,1003,1443946293.3751,'\0','\0'),(6783,1,1003,1443946890.6879,'\0','\0'),(6784,1,1003,1443947983.80885,'\0','\0'),(6785,1,1003,1443949347.56205,'\0','\0'),(6786,1,1003,1443950154.35784,'\0','\0'),(6787,1,1003,1443951379.26168,'\0','\0'),(6788,1,1003,1443952442.58796,'\0','\0'),(6789,1,1003,1443953515.8978,'\0','\0'),(6790,1,1003,1443953790.86666,'\0','\0'),(6791,1,1003,1443953867.45922,'\0','\0'),(6792,1,1003,1443955984.20624,'\0','\0'),(6793,1,1003,1443956209.9905,'\0','\0'),(6794,1,1003,1443956335.17489,'\0','\0'),(6795,1,1003,1443956761.83134,'\0','\0'),(6796,1,1003,1443991264.31118,'\0','\0'),(6797,1,1003,1443958309.4223,'\0','\0'),(6798,1,1003,1443959850.69553,'\0','\0'),(6799,1,1003,1443961437.45633,'\0','\0'),(6800,1,1003,1443962858.14698,'\0','\0'),(6801,1,1003,1443962888.42522,'\0','\0'),(6802,1,1003,1443963145.0493,'\0','\0'),(6803,1,1003,1443963294.4438,'\0','\0'),(6804,1,1003,1443965583.28229,'\0','\0'),(6805,1,1003,1443966553.26236,'\0','\0'),(6806,1,1003,1443967767.37148,'\0','\0'),(6807,1,1003,1443967812.60945,'\0','\0'),(6808,1,1003,1443968091.86812,'\0','\0'),(6809,1,1003,1443970151.69329,'\0','\0'),(6810,1,1003,1443970664.80106,'\0','\0'),(6811,1,1003,1443976142.45135,'\0','\0'),(6812,1,1003,1443977001.13841,'\0','\0'),(6813,1,1003,1443977461.56696,'\0','\0'),(6814,1,1003,1443978857.09594,'\0','\0'),(6815,1,1003,1443979516.88393,'\0','\0'),(6816,1,1003,1443981336.83866,'\0','\0'),(6817,1,1003,1443981783.49342,'\0','\0'),(6818,1,1003,1443981846.421,'\0','\0'),(6819,1,1003,1443982314.80558,'\0','\0'),(6820,1,1003,1443985293.92869,'\0','\0'),(6821,1,1002,1443986158.5199,'\0','\0'),(6822,1,1003,1443986579.6698,'\0','\0'),(6823,1,1003,1443987503.41355,'\0','\0'),(6824,1,1003,1443988890.98688,'\0','\0'),(6825,1,1003,1443989295.74192,'\0','\0'),(6826,1,1003,1443990146.66813,'\0','\0'),(6827,1,1003,1443990435.62957,'\0','\0'),(6828,1,1003,1443992412.04528,'\0','\0'),(6829,1,1003,1443993973.31682,'\0','\0'),(6830,1,1002,1443994083.63507,'\0','\0'),(6831,1,1002,1443995702.62402,'\0','\0'),(6832,1,1003,1443998218.30753,'\0','\0'),(6833,1,1002,1444000115.3228,'\0','\0'),(6834,1,1003,1444000354.35088,'\0','\0'),(6835,1,1002,1444000624.14077,'\0','\0'),(6836,1,1003,1444001598.62904,'\0','\0'),(6837,1,1002,1444002192.44759,'\0','\0'),(6838,1,1002,1444003798.53592,'\0','\0'),(6839,1,1002,1444005877.17385,'\0','\0'),(6840,1,1002,1444006832.98975,'\0','\0'),(6841,1,1002,1444006853.83042,'\0','\0'),(6842,1,1003,1444006994.84809,'\0','\0'),(6843,1,1002,1444007030.2741,'\0','\0'),(6844,1,1002,1444007712.97747,'\0','\0'),(6845,1,1002,1444007991.11299,'\0','\0'),(6846,1,1002,1444011018.09499,'\0','\0'),(6847,1,1002,1444011022.71238,'\0','\0'),(6848,1,1003,1444012073.13805,'\0','\0'),(6849,1,1002,1444012204.90533,'\0','\0'),(6850,1,1002,1444014400.88119,'\0','\0'),(6851,1,1002,1444041448.68396,'\0','\0'),(6852,1,1002,1444017876.29604,'\0','\0'),(6853,1,1003,1444018100.97275,'\0','\0'),(6854,1,1003,1444018505.4938,'\0','\0'),(6855,1,1002,1444018517.31807,'\0','\0'),(6856,1,1003,1444020734.89896,'\0','\0'),(6857,1,1002,1444021069.81593,'\0','\0'),(6858,1,1003,1444021812.09302,'\0','\0'),(6859,1,1003,1444021945.09265,'\0','\0'),(6860,1,1002,1444022161.43934,'\0','\0'),(6861,1,1003,1444023384.36207,'\0','\0'),(6862,1,1003,1444024307.12306,'\0','\0'),(6863,1,1003,1444025713.27516,'\0','\0'),(6864,1,1002,1444025839.25511,'\0','\0'),(6865,1,1002,1444026174.68686,'\0','\0'),(6866,1,1002,1444027606.46861,'\0','\0'),(6867,1,1002,1444027986.03077,'\0','\0'),(6868,1,1003,1444028668.99933,'\0','\0'),(6869,1,1003,1444029951.24619,'\0','\0'),(6870,1,1003,1444031631.46239,'\0','\0'),(6871,1,1003,1444031905.3861,'\0','\0'),(6872,1,1002,1444033042.46587,'\0','\0'),(6873,1,1003,1444033350.25566,'\0','\0'),(6874,1,1003,1444068944.55337,'\0','\0'),(6875,1,1002,1444035299.96537,'\0','\0'),(6876,1,1003,1444035662.77389,'\0','\0'),(6877,1,1003,1444035732.51836,'\0','\0'),(6878,1,1002,1444036853.42166,'\0','\0'),(6879,1,1003,1444037468.78285,'\0','\0'),(6880,1,1003,1444037652.4334,'\0','\0'),(6881,1,1003,1444038648.83869,'\0','\0'),(6882,1,1002,1444038745.03958,'\0','\0'),(6883,1,1003,1444039595.7942,'\0','\0'),(6884,1,1003,1444047733.86245,'\0','\0'),(6885,1,1003,1444039878.48471,'\0','\0'),(6886,1,1003,1444043713.73077,'\0','\0'),(6887,1,1002,1444041846.33552,'\0','\0'),(6888,1,1002,1444043912.07587,'\0','\0'),(6889,1,1003,1444043938.67268,'\0','\0'),(6890,1,1003,1444044267.08474,'\0','\0'),(6891,1,1003,1444044627.95895,'\0','\0'),(6892,1,1003,1444044810.47076,'\0','\0'),(6893,1,1002,1444047062.68209,'\0','\0'),(6894,1,1003,1444047713.09491,'\0','\0'),(6895,1,1003,1444048057.30906,'\0','\0'),(6896,1,1002,1444049266.87878,'\0','\0'),(6897,1,1003,1444049704.03356,'\0','\0'),(6898,1,1002,1444049978.25366,'\0','\0'),(6899,1,1003,1444050256.62317,'\0','\0'),(6900,1,1002,1444050376.2074,'\0','\0'),(6901,1,1003,1444051487.75112,'\0','\0'),(6902,1,1003,1444052288.10441,'\0','\0'),(6903,1,1003,1444053782.08057,'\0','\0'),(6904,1,1003,1444055224.70383,'\0','\0'),(6905,1,1002,1444057146.13201,'\0','\0'),(6906,1,1002,1444058087.37817,'\0','\0'),(6907,1,1003,1444058528.76723,'\0','\0'),(6908,1,1002,1444058993.02673,'\0','\0'),(6909,1,1003,1444060075.78974,'\0','\0'),(6910,1,1003,1444060348.5435,'\0','\0'),(6911,1,1003,1444060439.51862,'\0','\0'),(6912,1,1002,1444061281.70923,'\0','\0'),(6913,1,1002,1444061711.07996,'\0','\0'),(6914,1,1002,1444062489.28224,'\0','\0'),(6915,1,1002,1444062519.34209,'\0','\0'),(6916,1,1003,1444062651.03138,'\0','\0'),(6917,1,1002,1444062779.16403,'\0','\0'),(6918,1,1002,1444063156.79189,'\0','\0'),(6919,1,1003,1444063768.01926,'\0','\0'),(6920,1,1002,1444064077.29098,'\0','\0'),(6921,1,1002,1444065605.14882,'\0','\0'),(6922,1,1003,1444065898.61845,'\0','\0'),(6923,1,1003,1444065974.72744,'\0','\0'),(6924,1,1003,1444066579.3563,'\0','\0'),(6925,1,1003,1444066599.61979,'\0','\0'),(6926,1,1003,1444066818.49357,'\0','\0'),(6927,1,1003,1444067927.713,'\0','\0'),(6928,1,1002,1444068842.76794,'\0','\0'),(6929,1,1003,1444068929.40645,'\0','\0'),(6930,1,1003,1444068944.60017,'\0','\0'),(6931,1,1003,1444069043.57772,'\0','\0'),(6932,1,1003,1444069558.21423,'\0','\0'),(6933,1,1003,1444069853.88336,'\0','\0'),(6934,1,1002,1444071062.93831,'\0','\0'),(6935,1,1002,1444072365.93224,'\0','\0'),(6936,1,1002,1444076098.62294,'\0','\0'),(6937,1,1002,1444076228.37792,'\0','\0'),(6938,1,1002,1444076929.44166,'\0','\0'),(6939,1,1002,1444077341.12279,'\0','\0'),(6940,1,1002,1444078346.79406,'\0','\0'),(6941,1,1002,1444079482.3763,'\0','\0'),(6942,1,1002,1444080728.85397,'\0','\0'),(6943,1,1002,1444081476.06044,'\0','\0'),(6944,1,1002,1444082856.97287,'\0','\0'),(6945,1,1002,1444083019.29919,'\0','\0'),(6946,1,1002,1444083326.90178,'\0','\0'),(6947,1,1002,1444083563.97994,'\0','\0'),(6948,1,1002,1444084903.99101,'\0','\0'),(6949,1,1002,1444090225.44262,'\0','\0'),(6950,1,1002,1444091214.92182,'\0','\0'),(6951,1,1002,1444100404.64104,'\0','\0'),(6952,1,1002,1444100474.24512,'\0','\0'),(6953,1,1003,1444100868.08064,'\0','\0'),(6954,1,1003,1444102206.26659,'\0','\0'),(6955,1,1002,1444103587.7094,'\0','\0'),(6956,1,1003,1444103759.02092,'\0','\0'),(6957,1,1003,1444104228.90303,'\0','\0'),(6958,1,1003,1444106299.71011,'\0','\0'),(6959,1,1002,1444106697.24712,'\0','\0'),(6960,1,1003,1444108372.01281,'\0','\0'),(6961,1,1003,1444108546.87551,'\0','\0'),(6962,1,1003,1444110533.73261,'\0','\0'),(6963,1,1002,1444113520.047,'\0','\0'),(6964,1,1003,1444113999.70988,'\0','\0'),(6965,1,1002,1444114261.21654,'\0','\0'),(6966,1,1003,1444115243.22367,'\0','\0'),(6967,1,1002,1444116157.13986,'\0','\0'),(6968,1,1003,1444118234.21786,'\0','\0'),(6969,1,1003,1444120303.5274,'\0','\0'),(6970,1,1003,1444140537.10356,'\0','\0'),(6971,1,1003,1444120797.05805,'\0','\0'),(6972,1,1003,1444122742.57155,'\0','\0'),(6973,1,1003,1444123214.74676,'\0','\0'),(6974,1,1003,1444124853.86545,'\0','\0'),(6975,1,1003,1444124840.8714,'\0','\0'),(6976,1,1003,1444125232.43822,'\0','\0'),(6977,1,1003,1444126270.80563,'\0','\0'),(6978,1,1003,1444130953.60629,'\0','\0'),(6979,1,1003,1444136713.75701,'\0','\0'),(6980,1,1003,1444137977.98668,'\0','\0'),(6981,1,1003,1444138484.91713,'\0','\0'),(6982,1,1003,1444138864.86928,'\0','\0'),(6983,1,1003,1444139775.06242,'\0','\0'),(6984,1,1003,1444140461.93102,'\0','\0'),(6985,1,1003,1444141961.94129,'\0','\0'),(6986,1,1003,1444144547.27567,'\0','\0'),(6987,1,1002,1444146844.53779,'\0','\0'),(6988,1,1003,1444147202.72891,'\0','\0'),(6989,1,1002,1444147518.47434,'\0','\0'),(6990,1,1002,1444150239.44464,'\0','\0'),(6991,1,1002,1444154655.35688,'\0','\0'),(6992,1,1003,1444155306.19088,'\0','\0'),(6993,1,1003,1444157246.32262,'\0','\0'),(6994,1,1003,1444159918.90389,'\0','\0'),(6995,1,1003,1444160660.02663,'\0','\0'),(6996,1,1003,1444161392.42937,'\0','\0'),(6997,1,1003,1444162825.52146,'\0','\0'),(6998,1,1003,1444163324.62106,'\0','\0'),(6999,1,1003,1444165167.52236,'\0','\0'),(7000,1,1003,1444167402.91765,'\0','\0'),(7001,1,1003,1444169334.85976,'\0','\0'),(7002,1,1003,1444174490.48891,'\0','\0'),(7003,1,1003,1444175698.81069,'\0','\0'),(7004,1,1003,1444176726.82016,'\0','\0'),(7005,1,1003,1444179491.31251,'\0','\0'),(7006,1,1003,1444251841.13947,'\0','\0'),(7007,1,1003,1444185094.81506,'\0','\0'),(7008,1,1003,1444186404.93787,'\0','\0'),(7009,1,1003,1444197720.38309,'\0','\0'),(7010,1,1003,1444191127.71954,'\0','\0'),(7011,1,1003,1444194586.25594,'\0','\0'),(7012,1,1003,1444201844.56343,'\0','\0'),(7013,1,1003,1444203992.02547,'\0','\0'),(7014,1,1003,1444204248.50916,'\0','\0'),(7015,1,1003,1444206712.58273,'\0','\0'),(7016,1,1003,1444210815.05823,'\0','\0'),(7017,1,1003,1444211151.03596,'\0','\0'),(7018,1,1003,1444211347.88353,'\0','\0'),(7019,1,1003,1444216006.86406,'\0','\0'),(7020,1,1003,1444218545.58774,'\0','\0'),(7021,1,1003,1444220431.6367,'\0','\0'),(7022,1,1003,1444221130.36055,'\0','\0'),(7023,1,1003,1444222279.74817,'\0','\0'),(7024,1,1003,1444226128.48546,'\0','\0'),(7025,1,1003,1444232922.85417,'\0','\0'),(7026,1,1003,1444233945.73147,'\0','\0'),(7027,1,1003,1444234172.85728,'\0','\0'),(7028,1,1003,1444237589.46251,'\0','\0'),(7029,1,1003,1444238581.80371,'\0','\0'),(7030,1,1003,1444240451.35738,'\0','\0'),(7031,1,1003,1444241357.00594,'\0','\0'),(7032,1,1003,1444241380.99766,'\0','\0'),(7033,1,1003,1444242060.79956,'\0','\0'),(7034,1,1003,1444243205.00821,'\0','\0'),(7035,1,1003,1444243398.47073,'\0','\0'),(7036,1,1003,1444243739.78341,'\0','\0'),(7037,1,1003,1444243742.02971,'\0','\0'),(7038,1,1003,1444243971.15223,'\0','\0'),(7039,1,1003,1444246521.73138,'\0','\0'),(7040,1,1003,1444248831.65715,'\0','\0'),(7041,1,1003,1444248826.97742,'\0','\0'),(7042,1,1003,1444250085.84384,'\0','\0'),(7043,1,1003,1444250627.04596,'\0','\0'),(7044,1,1003,1444252528.14825,'\0','\0'),(7045,1,1003,1444256029.97271,'\0','\0'),(7046,1,1003,1444262947.2483,'\0','\0'),(7047,1,1003,1444322335.22902,'\0','\0'),(7048,1,1003,1444266626.35167,'\0','\0'),(7049,1,1003,1444272087.85924,'\0','\0'),(7050,1,1003,1444273823.01618,'\0','\0'),(7051,1,1003,1444274333.25368,'\0','\0'),(7052,1,1003,1444274817.48715,'\0','\0'),(7053,1,1003,1444276432.66987,'\0','\0'),(7054,1,1003,1444277358.36353,'\0','\0'),(7055,1,1003,1444277721.25005,'\0','\0'),(7056,1,1003,1444285666.69111,'\0','\0'),(7057,1,1003,1444287110.8431,'\0','\0'),(7058,1,1003,1444290840.68253,'\0','\0'),(7059,1,1003,1444296318.45472,'\0','\0'),(7060,1,1003,1444296717.06363,'\0','\0'),(7061,1,1003,1444299533.43925,'\0','\0'),(7062,1,1003,1444302997.53621,'\0','\0'),(7063,1,1003,1444305589.91879,'\0','\0'),(7064,1,1003,1444307527.50784,'\0','\0'),(7065,1,1003,1444310145.52276,'\0','\0'),(7066,1,1003,1444311595.82088,'\0','\0'),(7067,1,1003,1444312602.80249,'\0','\0'),(7068,1,1003,1444313260.71857,'\0','\0'),(7069,1,1003,1444313919.07143,'\0','\0'),(7070,1,1003,1444314318.17952,'\0','\0'),(7071,1,1003,1444316675.31174,'\0','\0'),(7072,1,1003,1444332581.90235,'\0','\0'),(7073,1,1003,1444319327.61393,'\0','\0'),(7074,1,1003,1444319853.87191,'\0','\0'),(7075,1,1003,1444320349.24328,'\0','\0'),(7076,1,1003,1444320996.97302,'\0','\0'),(7077,1,1003,1444322432.31141,'\0','\0'),(7078,1,1003,1444326150.52936,'\0','\0'),(7079,1,1003,1444326167.283,'\0','\0'),(7080,1,1003,1444330595.11311,'\0','\0'),(7081,1,1003,1444330845.93425,'\0','\0'),(7082,1,1003,1444334635.36301,'\0','\0'),(7083,1,1003,1444335094.76239,'\0','\0'),(7084,1,1003,1444337932.16375,'\0','\0'),(7085,1,1003,1444338539.61609,'\0','\0'),(7086,1,1003,1444339239.54109,'\0','\0'),(7087,1,1003,1444339309.30116,'\0','\0'),(7088,1,1003,1444340558.22791,'\0','\0'),(7089,1,1003,1444341640.78813,'\0','\0'),(7090,1,1003,1444344053.25108,'\0','\0'),(7091,1,1003,1444346593.51909,'\0','\0'),(7092,1,1003,1444346818.05541,'\0','\0'),(7093,1,1003,1444347685.64168,'\0','\0'),(7094,1,1003,1444348119.7546,'\0','\0'),(7095,1,1003,1444348382.35321,'\0','\0'),(7096,1,1003,1444352346.77491,'\0','\0'),(7097,1,1003,1444353357.56276,'\0','\0'),(7098,1,1003,1444357847.24409,'\0','\0'),(7099,1,1003,1444364827.15087,'\0','\0'),(7100,1,1003,1444368479.77211,'\0','\0'),(7101,1,1003,1444370746.21404,'\0','\0'),(7102,1,1003,1444376002.25778,'\0','\0'),(7103,1,1003,1444376217.06014,'\0','\0'),(7104,1,1003,1444377360.73842,'\0','\0'),(7105,1,1003,1444381459.11131,'\0','\0'),(7106,1,1003,1444384180.44039,'\0','\0'),(7107,1,1003,1444385712.80643,'\0','\0'),(7108,1,1003,1444385875.07035,'\0','\0'),(7109,1,1003,1444390269.79874,'\0','\0'),(7110,1,1003,1444390943.15812,'\0','\0'),(7111,1,1003,1444391237.11133,'\0','\0'),(7112,1,1003,1444392333.49253,'\0','\0'),(7113,1,1003,1444394347.98613,'\0','\0'),(7114,1,1003,1444395138.04388,'\0','\0'),(7115,1,1003,1444395163.61113,'\0','\0'),(7116,1,1003,1444395398.4274,'\0','\0'),(7117,1,1003,1444395421.54556,'\0','\0'),(7118,1,1003,1444395475.87792,'\0','\0'),(7119,1,1003,1444395565.3867,'\0','\0'),(7120,1,1003,1444396277.57275,'\0','\0'),(7121,1,1003,1444397833.83691,'\0','\0'),(7122,1,1003,1444398081.77219,'\0','\0'),(7123,1,1003,1444398545.58617,'\0','\0'),(7124,1,1003,1444398628.52765,'\0','\0'),(7125,1,1003,1444398879.2396,'\0','\0'),(7126,1,1003,1444399127.23727,'\0','\0'),(7127,1,1003,1444399317.64233,'\0','\0'),(7128,1,1003,1444399659.87537,'\0','\0'),(7129,1,1003,1444399929.33768,'\0','\0'),(7130,1,1003,1444401112.32619,'\0','\0'),(7131,1,1003,1444401849.88291,'\0','\0'),(7132,1,1003,1444402062.83831,'\0','\0'),(7133,1,1003,1444402144.9758,'\0','\0'),(7134,1,1003,1444402285.62923,'\0','\0'),(7135,1,1003,1444402356.86849,'\0','\0'),(7136,1,1003,1444409834.10298,'\0','\0'),(7137,1,1003,1444402637.75921,'\0','\0'),(7138,1,1003,1444402787.58883,'\0','\0'),(7139,1,1003,1444403188.94157,'\0','\0'),(7140,1,1003,1444403494.15747,'\0','\0'),(7141,1,1003,1444404498.92399,'\0','\0'),(7142,1,1003,1444404619.0386,'\0','\0'),(7143,1,1003,1444404791.84764,'\0','\0'),(7144,1,1003,1444405348.47746,'\0','\0'),(7145,1,1003,1444407529.43119,'\0','\0'),(7146,1,1003,1444405721.53472,'\0','\0'),(7147,1,1003,1444405863.47275,'\0','\0'),(7148,1,1003,1444407310.80701,'\0','\0'),(7149,1,1003,1444407372.20585,'\0','\0'),(7150,1,1003,1444407478.1095,'\0','\0'),(7151,1,1003,1444407478.99866,'\0','\0'),(7152,1,1003,1444407849.96561,'\0','\0'),(7153,1,1003,1444408641.3493,'\0','\0'),(7154,1,1003,1444409163.09909,'\0','\0'),(7155,1,1003,1444409392.03441,'\0','\0'),(7156,1,1003,1444409677.84479,'\0','\0'),(7157,1,1003,1444409849.73347,'\0','\0'),(7158,1,1003,1444410777.29905,'\0','\0'),(7159,1,1003,1444410876.19861,'\0','\0'),(7160,1,1003,1444411038.79012,'\0','\0'),(7161,1,1003,1444411919.71379,'\0','\0'),(7162,1,1003,1444412035.72578,'\0','\0'),(7163,1,1003,1444412494.98477,'\0','\0'),(7164,1,1003,1444412662.70845,'\0','\0'),(7165,1,1003,1444413887.0507,'\0','\0'),(7166,1,1003,1444414080.35723,'\0','\0'),(7167,1,1003,1444414316.42144,'\0','\0'),(7168,1,1003,1444414473.59998,'\0','\0'),(7169,1,1003,1444415692.52929,'\0','\0'),(7170,1,1003,1444415767.29673,'\0','\0'),(7171,1,1003,1444416017.07272,'\0','\0'),(7172,1,1003,1444417301.2539,'\0','\0'),(7173,1,1003,1444433447.19107,'\0','\0'),(7174,1,1003,1444417619.7604,'\0','\0'),(7175,1,1003,1444417697.7725,'\0','\0'),(7176,1,1003,1444417739.70342,'\0','\0'),(7177,1,1003,1444418406.82309,'\0','\0'),(7178,1,1003,1444418926.07699,'\0','\0'),(7179,1,1003,1444418960.48904,'\0','\0'),(7180,1,1003,1444419808.70098,'\0','\0'),(7181,1,1003,1444420562.55275,'\0','\0'),(7182,1,1003,1444420793.59398,'\0','\0'),(7183,1,1003,1444422083.29731,'\0','\0'),(7184,1,1003,1444422319.96989,'\0','\0'),(7185,1,1003,1444422630.02157,'\0','\0'),(7186,1,1003,1444423116.54814,'\0','\0'),(7187,1,1003,1444423615.39816,'\0','\0'),(7188,1,1003,1444423757.149,'\0','\0'),(7189,1,1003,1444424914.36747,'\0','\0'),(7190,1,1003,1444424921.46515,'\0','\0'),(7191,1,1003,1444424935.41092,'\0','\0'),(7192,1,1003,1444425851.30822,'\0','\0'),(7193,1,1003,1444425851.52661,'\0','\0'),(7194,1,1003,1444426405.62935,'\0','\0'),(7195,1,1003,1444426975.87736,'\0','\0'),(7196,1,1003,1444432553.73466,'\0','\0'),(7197,1,1003,1444432741.55023,'\0','\0'),(7198,1,1003,1444433059.10518,'\0','\0'),(7199,1,1003,1444435490.21795,'\0','\0'),(7200,1,1003,1444520287.42316,'\0','\0'),(7201,1,1003,1444442835.7233,'\0','\0'),(7202,1,1003,1444462444.27739,'\0','\0'),(7203,1,1003,1444465720.44238,'\0','\0'),(7204,1,1003,1444466646.9784,'\0','\0'),(7205,1,1003,1444474960.35975,'\0','\0'),(7206,1,1003,1444493618.1365,'\0','\0'),(7207,1,1003,1444497601.01218,'\0','\0'),(7208,1,1003,1444500551.54342,'\0','\0'),(7209,1,1003,1444526380.87898,'\0','\0'),(7210,1,1003,1444545593.70212,'\0','\0'),(7211,1,1003,1444533443.48335,'\0','\0'),(7212,1,1003,1444536605.07552,'\0','\0'),(7213,1,1003,1444540216.25162,'\0','\0'),(7214,1,1003,1444556409.27657,'\0','\0'),(7215,1,1003,1444560895.91604,'\0','\0'),(7216,1,1003,1444564975.11739,'\0','\0'),(7217,1,1003,1444571813.76698,'\0','\0'),(7218,1,1003,1444588869.10564,'\0','\0'),(7219,1,1002,1444589173.2764,'\0','\0'),(7220,1,1003,1444589174.14996,'\0','\0'),(7221,1,1003,1444593632.08671,'\0','\0'),(7222,1,1003,1444598513.74128,'\0','\0'),(7223,1,1003,1444605043.41595,'\0','\0'),(7224,1,1003,1444607187.5263,'\0','\0'),(7225,1,1003,1444620252.43707,'\0','\0'),(7226,1,1003,1444624891.57529,'\0','\0'),(7227,1,1003,1444636021.75984,'\0','\0'),(7228,1,1003,1444651549.83344,'\0','\0'),(7229,1,1003,1444670557.80724,'\0','\0'),(7230,1,1003,1444657528.56155,'\0','\0'),(7231,1,1003,1444671071.47659,'\0','\0'),(7232,1,1003,1444688684.42783,'\0','\0'),(7233,1,1003,1444694476.8691,'\0','\0'),(7234,1,1003,1444706360.49215,'\0','\0'),(7235,1,1003,1444779436.79796,'\0','\0'),(7236,1,1003,1444720704.81286,'\0','\0'),(7237,1,1003,1444726913.81784,'\0','\0'),(7238,1,1003,1444734493.22562,'\0','\0'),(7239,1,1003,1444739854.56464,'\0','\0'),(7240,1,1003,1444754524.58314,'\0','\0'),(7241,1,1003,1444761365.92134,'\0','\0'),(7242,1,1003,1444774669.80616,'\0','\0'),(7243,1,1003,1444775659.39627,'\0','\0'),(7244,1,1003,1444778091.58678,'\0','\0'),(7245,1,1003,1444786932.19922,'\0','\0'),(7246,1,1003,1444788721.17374,'\0','\0'),(7247,1,1003,1444794517.81931,'\0','\0'),(7248,1,1003,1444804558.01648,'\0','\0'),(7249,1,1003,1444823802.8105,'\0','\0'),(7250,1,1003,1444830501.17558,'\0','\0'),(7251,1,1003,1444844854.3255,'\0','\0'),(7252,1,1003,1444858349.21754,'\0','\0'),(7253,1,1003,1444864785.3274,'\0','\0'),(7254,1,1003,1444878491.16257,'\0','\0'),(7255,1,1003,1444921679.83124,'\0','\0'),(7256,1,1003,1444896071.30498,'\0','\0'),(7257,1,1003,1444907654.76211,'\0','\0'),(7258,1,1003,1444910918.97271,'\0','\0'),(7259,1,1003,1444928872.84075,'\0','\0'),(7260,1,1003,1444945346.36481,'\0','\0'),(7261,1,1003,1444955851.24047,'\0','\0'),(7262,1,1003,1444978045.87134,'\0','\0'),(7263,1,1003,1444987508.03407,'\0','\0'),(7264,1,1003,1444994370.90212,'\0','\0'),(7265,1,1003,1445010624.03468,'\0','\0'),(7266,1,1003,1445020085.43306,'\0','\0'),(7267,1,1003,1445027874.03562,'\0','\0'),(7268,1,1003,1445043554.97437,'\0','\0'),(7269,1,1002,1445043704.89828,'\0','\0'),(7270,1,1000,1445043722.27579,'\0','\0'),(7271,1,1003,1445044287.18521,'\0','\0'),(7272,1,1003,1445052518.74266,'\0','\0'),(7273,1,1003,1445076603.08349,'\0','\0'),(7274,1,1003,1445084239.78105,'\0','\0'),(7275,1,1003,1445089526.97389,'\0','\0'),(7276,1,1003,1445089862.48149,'\0','\0'),(7277,1,1003,1445089888.76614,'\0','\0'),(7278,1,1003,1445090280.30606,'\0','\0'),(7279,1,1003,1445090345.04274,'\0','\0'),(7280,1,1003,1445090555.88153,'\0','\0'),(7281,1,1003,1445090646.79366,'\0','\0'),(7282,1,1003,1445090898.14357,'\0','\0'),(7283,1,1003,1445091329.25866,'\0','\0'),(7284,1,1003,1445091544.34043,'\0','\0'),(7285,1,1003,1445091571.49864,'\0','\0'),(7286,1,1003,1445091910.67205,'\0','\0'),(7287,1,1003,1445092469.2794,'\0','\0'),(7288,1,1003,1445092629.51438,'\0','\0'),(7289,1,1003,1445092989.41912,'\0','\0'),(7290,1,1003,1445093014.26865,'\0','\0'),(7291,1,1003,1445093265.58736,'\0','\0'),(7292,1,1003,1445093329.90286,'\0','\0'),(7293,1,1003,1445093892.58161,'\0','\0'),(7294,1,1003,1445093974.82059,'\0','\0'),(7295,1,1003,1445094415.51359,'\0','\0'),(7296,1,1003,1445094482.04417,'\0','\0'),(7297,1,1003,1445094915.87353,'\0','\0'),(7298,1,1003,1445094948.83464,'\0','\0'),(7299,1,1003,1445095378.34301,'\0','\0'),(7300,1,1003,1445095415.5939,'\0','\0'),(7301,1,1003,1445095823.65337,'\0','\0'),(7302,1,1003,1445096225.90994,'\0','\0'),(7303,1,1003,1445096276.85693,'\0','\0'),(7304,1,1003,1445096565.81651,'\0','\0'),(7305,1,1003,1445096907.61058,'\0','\0'),(7306,1,1003,1445097509.55251,'\0','\0'),(7307,1,1003,1445097901.57601,'\0','\0'),(7308,1,1003,1445098181.25406,'\0','\0'),(7309,1,1003,1445098389.03541,'\0','\0'),(7310,1,1003,1445098517.19843,'\0','\0'),(7311,1,1003,1445098632.39852,'\0','\0'),(7312,1,1003,1445099209.84971,'\0','\0'),(7313,1,1003,1445099454.74155,'\0','\0'),(7314,1,1003,1445099776.47505,'\0','\0'),(7315,1,1003,1445099881.30168,'\0','\0'),(7316,1,1003,1445100145.77051,'\0','\0'),(7317,1,1003,1445100601.37635,'\0','\0'),(7318,1,1003,1445124875.98296,'\0','\0'),(7319,1,1003,1445100670.29361,'\0','\0'),(7320,1,1003,1445100682.47659,'\0','\0'),(7321,1,1003,1445100876.82702,'\0','\0'),(7322,1,1003,1445100920.1304,'\0','\0'),(7323,1,1003,1445101019.09172,'\0','\0'),(7324,1,1003,1445101717.32751,'\0','\0'),(7325,1,1003,1445102027.50201,'\0','\0'),(7326,1,1003,1445102740.46118,'\0','\0'),(7327,1,1003,1445102970.62971,'\0','\0'),(7328,1,1003,1445103235.7626,'\0','\0'),(7329,1,1003,1445103410.17613,'\0','\0'),(7330,1,1003,1445103733.29589,'\0','\0'),(7331,1,1003,1445103778.2369,'\0','\0'),(7332,1,1003,1445103911.8593,'\0','\0'),(7333,1,1003,1445104067.22733,'\0','\0'),(7334,1,1003,1445104153.6937,'\0','\0'),(7335,1,1003,1445104324.39575,'\0','\0'),(7336,1,1003,1445104562.33034,'\0','\0'),(7337,1,1003,1445105265.86986,'\0','\0'),(7338,1,1003,1445105558.79164,'\0','\0'),(7339,1,1003,1445105712.86494,'\0','\0'),(7340,1,1003,1445105731.92716,'\0','\0'),(7341,1,1003,1445105953.26421,'\0','\0'),(7342,1,1003,1445106083.68912,'\0','\0'),(7343,1,1003,1445106535.33276,'\0','\0'),(7344,1,1003,1445106656.75693,'\0','\0'),(7345,1,1003,1445106674.04085,'\0','\0'),(7346,1,1003,1445106806.72764,'\0','\0'),(7347,1,1003,1445107053.44459,'\0','\0'),(7348,1,1003,1445107129.3035,'\0','\0'),(7349,1,1003,1445107448.44753,'\0','\0'),(7350,1,1003,1445107453.75126,'\0','\0'),(7351,1,1003,1445107621.53625,'\0','\0'),(7352,1,1003,1445107698.6587,'\0','\0'),(7353,1,1003,1445109151.08461,'\0','\0'),(7354,1,1003,1445112897.85646,'\0','\0'),(7355,1,1003,1445108664.98234,'\0','\0'),(7356,1,1003,1445108793.95653,'\0','\0'),(7357,1,1003,1445109114.83207,'\0','\0'),(7358,1,1003,1445109480.46172,'\0','\0'),(7359,1,1003,1445109552.9824,'\0','\0'),(7360,1,1003,1445109555.88385,'\0','\0'),(7361,1,1003,1445109604.55335,'\0','\0'),(7362,1,1003,1445109790.76101,'\0','\0'),(7363,1,1003,1445109794.50481,'\0','\0'),(7364,1,1003,1445110774.39976,'\0','\0'),(7365,1,1003,1445110981.02676,'\0','\0'),(7366,1,1003,1445111062.89136,'\0','\0'),(7367,1,1003,1445111132.52619,'\0','\0'),(7368,1,1003,1445111357.84104,'\0','\0'),(7369,1,1003,1445111470.32687,'\0','\0'),(7370,1,1003,1445111481.16831,'\0','\0'),(7371,1,1003,1445111673.86523,'\0','\0'),(7372,1,1003,1445111721.61438,'\0','\0'),(7373,1,1003,1445111796.74013,'\0','\0'),(7374,1,1003,1445111871.4135,'\0','\0'),(7375,1,1003,1445112007.64131,'\0','\0'),(7376,1,1003,1445112585.18609,'\0','\0'),(7377,1,1003,1445123068.62845,'\0','\0'),(7378,1,1003,1445112998.4245,'\0','\0'),(7379,1,1003,1445113562.89715,'\0','\0'),(7380,1,1003,1445113586.04637,'\0','\0'),(7381,1,1003,1445113772.25401,'\0','\0'),(7382,1,1003,1445113929.91513,'\0','\0'),(7383,1,1003,1445114646.90116,'\0','\0'),(7384,1,1003,1445114658.50696,'\0','\0'),(7385,1,1003,1445114761.50848,'\0','\0'),(7386,1,1003,1445114963.20614,'\0','\0'),(7387,1,1003,1445115472.8476,'\0','\0'),(7388,1,1003,1445116044.57388,'\0','\0'),(7389,1,1003,1445116126.45408,'\0','\0'),(7390,1,1003,1445117617.02004,'\0','\0'),(7391,1,1003,1445117658.06153,'\0','\0'),(7392,1,1003,1445118447.47465,'\0','\0'),(7393,1,1003,1445118776.71136,'\0','\0'),(7394,1,1003,1445119215.76645,'\0','\0'),(7395,1,1003,1445119288.95789,'\0','\0'),(7396,1,1003,1445119763.23597,'\0','\0'),(7397,1,1003,1445121373.94696,'\0','\0'),(7398,1,1003,1445121949.54185,'\0','\0'),(7399,1,1003,1445122062.46445,'\0','\0'),(7400,1,1003,1445122412.83809,'\0','\0'),(7401,1,1003,1445122444.45766,'\0','\0'),(7402,1,1003,1445122456.48465,'\0','\0'),(7403,1,1003,1445122705.90026,'\0','\0'),(7404,1,1003,1445123460.48036,'\0','\0'),(7405,1,1003,1445123488.09094,'\0','\0'),(7406,1,1003,1445124516.26541,'\0','\0'),(7407,1,1003,1445125211.52176,'\0','\0'),(7408,1,1003,1445126345.4744,'\0','\0'),(7409,1,1003,1445127091.55294,'\0','\0'),(7410,1,1003,1445194970.3778,'\0','\0'),(7411,1,1003,1445128507.02435,'\0','\0'),(7412,1,1003,1445128507.18034,'\0','\0'),(7413,1,1003,1445129998.47946,'\0','\0'),(7414,1,1003,1445130043.68594,'\0','\0'),(7415,1,1003,1445130173.65847,'\0','\0'),(7416,1,1003,1445131832.94538,'\0','\0'),(7417,1,1003,1445132380.27451,'\0','\0'),(7418,1,1003,1445132737.91737,'\0','\0'),(7419,1,1003,1445133258.97745,'\0','\0'),(7420,1,1003,1445134293.48519,'\0','\0'),(7421,1,1003,1445134307.15009,'\0','\0'),(7422,1,1003,1445135042.18439,'\0','\0'),(7423,1,1003,1445135742.24323,'\0','\0'),(7424,1,1003,1445135967.06586,'\0','\0'),(7425,1,1003,1445136293.97326,'\0','\0'),(7426,1,1003,1445136587.3455,'\0','\0'),(7427,1,1003,1445136775.12859,'\0','\0'),(7428,1,1003,1445138728.55401,'\0','\0'),(7429,1,1003,1445139092.37415,'\0','\0'),(7430,1,1003,1445141302.26602,'\0','\0'),(7431,1,1003,1445141790.98895,'\0','\0'),(7432,1,1003,1445141984.10705,'\0','\0'),(7433,1,1003,1445142051.402,'\0','\0'),(7434,1,1003,1445142234.72379,'\0','\0'),(7435,1,1003,1445142658.24207,'\0','\0'),(7436,1,1003,1445143320.08493,'\0','\0'),(7437,1,1003,1445143455.92277,'\0','\0'),(7438,1,1003,1445144986.25108,'\0','\0'),(7439,1,1003,1445145101.24839,'\0','\0'),(7440,1,1003,1445147011.10524,'\0','\0'),(7441,1,1003,1445148069.94774,'\0','\0'),(7442,1,1003,1445148209.42019,'\0','\0'),(7443,1,1003,1445148841.62456,'\0','\0'),(7444,1,1003,1445149455.42188,'\0','\0'),(7445,1,1003,1445153094.46566,'\0','\0'),(7446,1,1003,1445202223.31973,'\0','\0'),(7447,1,1003,1445150434.31848,'\0','\0'),(7448,1,1003,1445150434.31848,'\0','\0'),(7449,1,1003,1445151097.19089,'\0','\0'),(7450,1,1003,1445151142.66255,'\0','\0'),(7451,1,1003,1445192464.75676,'\0','\0'),(7452,1,1003,1445151744.71368,'\0','\0'),(7453,1,1003,1445152021.1627,'\0','\0'),(7454,1,1003,1445153073.78112,'\0','\0'),(7455,1,1003,1445153463.51153,'\0','\0'),(7456,1,1003,1445153522.38291,'\0','\0'),(7457,1,1003,1445153632.38847,'\0','\0'),(7458,1,1003,1445153730.80382,'\0','\0'),(7459,1,1003,1445154246.85656,'\0','\0'),(7460,1,1003,1445154430.00676,'\0','\0'),(7461,1,1003,1445155160.17412,'\0','\0'),(7462,1,1003,1445155312.93708,'\0','\0'),(7463,1,1003,1445156450.88312,'\0','\0'),(7464,1,1003,1445156545.21149,'\0','\0'),(7465,1,1003,1445156799.02607,'\0','\0'),(7466,1,1003,1445157552.49863,'\0','\0'),(7467,1,1003,1445157596.37918,'\0','\0'),(7468,1,1003,1445157695.87087,'\0','\0'),(7469,1,1003,1445157877.36757,'\0','\0'),(7470,1,1003,1445158255.11779,'\0','\0'),(7471,1,1003,1445158635.41069,'\0','\0'),(7472,1,1003,1445158897.88283,'\0','\0'),(7473,1,1003,1445159486.67463,'\0','\0'),(7474,1,1003,1445160278.83321,'\0','\0'),(7475,1,1003,1445160357.68717,'\0','\0'),(7476,1,1003,1445160882.13227,'\0','\0'),(7477,1,1003,1445161433.71998,'\0','\0'),(7478,1,1003,1445163088.37392,'\0','\0'),(7479,1,1003,1445164349.30406,'\0','\0'),(7480,1,1003,1445163512.84375,'\0','\0'),(7481,1,1003,1445163628.68341,'\0','\0'),(7482,1,1003,1445164057.833,'\0','\0'),(7483,1,1003,1445164328.21394,'\0','\0'),(7484,1,1003,1445164445.36393,'\0','\0'),(7485,1,1003,1445164462.44505,'\0','\0'),(7486,1,1003,1445164868.83541,'\0','\0'),(7487,1,1003,1445164904.23,'\0','\0'),(7488,1,1003,1445165590.18922,'\0','\0'),(7489,1,1003,1445165967.90825,'\0','\0'),(7490,1,1003,1445166101.59339,'\0','\0'),(7491,1,1003,1445166175.78319,'\0','\0'),(7492,1,1003,1445166409.61519,'\0','\0'),(7493,1,1003,1445166565.23281,'\0','\0'),(7494,1,1003,1445166711.99009,'\0','\0'),(7495,1,1003,1445166850.86976,'\0','\0'),(7496,1,1003,1445167033.00602,'\0','\0'),(7497,1,1003,1445167614.66899,'\0','\0'),(7498,1,1003,1445167838.7827,'\0','\0'),(7499,1,1003,1445167857.53294,'\0','\0'),(7500,1,1003,1445168094.18078,'\0','\0'),(7501,1,1003,1445168416.78631,'\0','\0'),(7502,1,1003,1445174422.01885,'\0','\0'),(7503,1,1003,1445169392.77372,'\0','\0'),(7504,1,1003,1445169635.18529,'\0','\0'),(7505,1,1003,1445169686.89664,'\0','\0'),(7506,1,1003,1445170212.71447,'\0','\0'),(7507,1,1003,1445170366.83457,'\0','\0'),(7508,1,1003,1445170483.43859,'\0','\0'),(7509,1,1003,1445170760.27759,'\0','\0'),(7510,1,1003,1445170768.82595,'\0','\0'),(7511,1,1003,1445170817.19907,'\0','\0'),(7512,1,1003,1445171217.78653,'\0','\0'),(7513,1,1003,1445171287.95173,'\0','\0'),(7514,1,1003,1445171389.14374,'\0','\0'),(7515,1,1003,1445171462.50678,'\0','\0'),(7516,1,1003,1445171857.85439,'\0','\0'),(7517,1,1003,1445171911.4529,'\0','\0'),(7518,1,1003,1445172214.87099,'\0','\0'),(7519,1,1003,1445173184.71384,'\0','\0'),(7520,1,1003,1445173206.75537,'\0','\0'),(7521,1,1003,1445173223.5556,'\0','\0'),(7522,1,1003,1445173364.82104,'\0','\0'),(7523,1,1003,1445173429.19853,'\0','\0'),(7524,1,1003,1445173548.81243,'\0','\0'),(7525,1,1003,1445173667.55278,'\0','\0'),(7526,1,1003,1445173953.76507,'\0','\0'),(7527,1,1003,1445174973.08825,'\0','\0'),(7528,1,1003,1445175039.04125,'\0','\0'),(7529,1,1003,1445175134.60134,'\0','\0'),(7530,1,1003,1445175268.47281,'\0','\0'),(7531,1,1003,1445175710.6449,'\0','\0'),(7532,1,1003,1445175826.53062,'\0','\0'),(7533,1,1003,1445176995.82355,'\0','\0'),(7534,1,1003,1445177512.29415,'\0','\0'),(7535,1,1003,1445177565.1595,'\0','\0'),(7536,1,1003,1445178018.28216,'\0','\0'),(7537,1,1003,1445178069.82159,'\0','\0'),(7538,1,1003,1445178301.40583,'\0','\0'),(7539,1,1003,1445178371.28979,'\0','\0'),(7540,1,1003,1445178674.03713,'\0','\0'),(7541,1,1003,1445179275.83481,'\0','\0'),(7542,1,1003,1445179536.87015,'\0','\0'),(7543,1,1003,1445179859.72472,'\0','\0'),(7544,1,1003,1445180309.64956,'\0','\0'),(7545,1,1003,1445181180.8437,'\0','\0'),(7546,1,1003,1445181238.91914,'\0','\0'),(7547,1,1003,1445181647.17879,'\0','\0'),(7548,1,1003,1445182274.10662,'\0','\0'),(7549,1,1003,1445182682.97463,'\0','\0'),(7550,1,1003,1445182682.97463,'\0','\0'),(7551,1,1003,1445183460.74575,'\0','\0'),(7552,1,1003,1445183989.32126,'\0','\0'),(7553,1,1003,1445184248.6251,'\0','\0'),(7554,1,1003,1445184288.88637,'\0','\0'),(7555,1,1003,1445184668.31888,'\0','\0'),(7556,1,1003,1445184761.6483,'\0','\0'),(7557,1,1003,1445185388.49813,'\0','\0'),(7558,1,1003,1445186600.78219,'\0','\0'),(7559,1,1003,1445187015.74945,'\0','\0'),(7560,1,1003,1445187250.21952,'\0','\0'),(7561,1,1003,1445187372.76605,'\0','\0'),(7562,1,1003,1445210453.17091,'\0','\0'),(7563,1,1003,1445187954.97126,'\0','\0'),(7564,1,1003,1445187960.80532,'\0','\0'),(7565,1,1003,1445188283.06713,'\0','\0'),(7566,1,1003,1445188359.54952,'\0','\0'),(7567,1,1003,1445188388.86022,'\0','\0'),(7568,1,1003,1445188608.91673,'\0','\0'),(7569,1,1003,1445188823.37315,'\0','\0'),(7570,1,1003,1445189212.16512,'\0','\0'),(7571,1,1003,1445189310.34586,'\0','\0'),(7572,1,1003,1445189645.08695,'\0','\0'),(7573,1,1003,1445191886.12374,'\0','\0'),(7574,1,1003,1445192457.31599,'\0','\0'),(7575,1,1003,1445193198.32004,'\0','\0'),(7576,1,1003,1445193596.51826,'\0','\0'),(7577,1,1003,1445194152.08021,'\0','\0'),(7578,1,1003,1445194191.74872,'\0','\0'),(7579,1,1003,1445195129.7226,'\0','\0'),(7580,1,1003,1445196192.77007,'\0','\0'),(7581,1,1003,1445196306.7059,'\0','\0'),(7582,1,1003,1445196442.79244,'\0','\0'),(7583,1,1003,1445196924.30546,'\0','\0'),(7584,1,1003,1445197199.67638,'\0','\0'),(7585,1,1003,1445197448.62241,'\0','\0'),(7586,1,1003,1445197589.1547,'\0','\0'),(7587,1,1003,1445199407.66659,'\0','\0'),(7588,1,1003,1445199518.3422,'\0','\0'),(7589,1,1003,1445199613.88669,'\0','\0'),(7590,1,1003,1445202851.80747,'\0','\0'),(7591,1,1003,1445201173.92148,'\0','\0'),(7592,1,1003,1445201389.71943,'\0','\0'),(7593,1,1003,1445203085.96556,'\0','\0'),(7594,1,1003,1445204071.95348,'\0','\0'),(7595,1,1003,1445205428.42001,'\0','\0'),(7596,1,1003,1445205430.79108,'\0','\0'),(7597,1,1003,1445206845.20827,'\0','\0'),(7598,1,1003,1445207713.40738,'\0','\0'),(7599,1,1003,1445208849.20905,'\0','\0'),(7600,1,1003,1445209095.97121,'\0','\0'),(7601,1,1003,1445209446.09301,'\0','\0'),(7602,1,1003,1445209683.97929,'\0','\0'),(7603,1,1003,1445210308.45806,'\0','\0'),(7604,1,1003,1445210406.79478,'\0','\0'),(7605,1,1003,1445212330.61619,'\0','\0'),(7606,1,1003,1445213012.54644,'\0','\0'),(7607,1,1003,1445213547.45518,'\0','\0'),(7608,1,1003,1445213913.39447,'\0','\0'),(7609,1,1003,1445214679.65346,'\0','\0'),(7610,1,1003,1445215431.2025,'\0','\0'),(7611,1,1003,1445215609.7498,'\0','\0'),(7612,1,1003,1445215965.44047,'\0','\0'),(7613,1,1003,1445216348.0708,'\0','\0'),(7614,1,1003,1445216848.84871,'\0','\0'),(7615,1,1003,1445217439.9142,'\0','\0'),(7616,1,1003,1445219014.23777,'\0','\0'),(7617,1,1003,1445219102.91865,'\0','\0'),(7618,1,1003,1445220228.42492,'\0','\0'),(7619,1,1003,1445221350.06261,'\0','\0'),(7620,1,1003,1445222162.82251,'\0','\0'),(7621,1,1003,1445222266.24454,'\0','\0'),(7622,1,1003,1445222787.58207,'\0','\0'),(7623,1,1003,1445223948.3435,'\0','\0'),(7624,1,1003,1445224323.96671,'\0','\0'),(7625,1,1003,1445225560.47595,'\0','\0'),(7626,1,1003,1445225834.45854,'\0','\0'),(7627,1,1003,1445225934.19919,'\0','\0'),(7628,1,1003,1445226531.03635,'\0','\0'),(7629,1,1003,1445226831.03824,'\0','\0'),(7630,1,1003,1445228180.3292,'\0','\0'),(7631,1,1003,1445228226.15935,'\0','\0'),(7632,1,1003,1445229482.15209,'\0','\0'),(7633,1,1003,1445230272.15291,'\0','\0'),(7634,1,1003,1445230542.23572,'\0','\0'),(7635,1,1003,1445242221.07911,'\0','\0'),(7636,1,1003,1445231036.99238,'\0','\0'),(7637,1,1003,1445231433.4747,'\0','\0'),(7638,1,1003,1445233744.35658,'\0','\0'),(7639,1,1003,1445235019.6922,'\0','\0'),(7640,1,1003,1445235666.21249,'\0','\0'),(7641,1,1003,1445236174.78995,'\0','\0'),(7642,1,1003,1445237050.78861,'\0','\0'),(7643,1,1003,1445237588.50519,'\0','\0'),(7644,1,1003,1445237652.3211,'\0','\0'),(7645,1,1003,1445272031.82913,'\0','\0'),(7646,1,1003,1445238825.31103,'\0','\0'),(7647,1,1003,1445239412.94472,'\0','\0'),(7648,1,1003,1445241179.5584,'\0','\0'),(7649,1,1003,1445241560.48842,'\0','\0'),(7650,1,1003,1445242203.59251,'\0','\0'),(7651,1,1003,1445242843.65479,'\0','\0'),(7652,1,1003,1445243282.39507,'\0','\0'),(7653,1,1003,1445243799.50524,'\0','\0'),(7654,1,1003,1445255204.63121,'\0','\0'),(7655,1,1003,1445243828.17638,'\0','\0'),(7656,1,1003,1445244205.89299,'\0','\0'),(7657,1,1003,1445244317.66054,'\0','\0'),(7658,1,1003,1445244532.41335,'\0','\0'),(7659,1,1003,1445244724.25108,'\0','\0'),(7660,1,1003,1445245071.22186,'\0','\0'),(7661,1,1003,1445245126.81706,'\0','\0'),(7662,1,1003,1445245566.00972,'\0','\0'),(7663,1,1003,1445246831.11233,'\0','\0'),(7664,1,1003,1445247813.57484,'\0','\0'),(7665,1,1003,1445248008.90677,'\0','\0'),(7666,1,1003,1445248557.58952,'\0','\0'),(7667,1,1003,1445248879.77333,'\0','\0'),(7668,1,1003,1445249083.62237,'\0','\0'),(7669,1,1003,1445249203.11147,'\0','\0'),(7670,1,1003,1445249509.22821,'\0','\0'),(7671,1,1003,1445249540.25482,'\0','\0'),(7672,1,1003,1445250156.49727,'\0','\0'),(7673,1,1003,1445250901.2139,'\0','\0'),(7674,1,1003,1445251623.15585,'\0','\0'),(7675,1,1003,1445252708.08885,'\0','\0'),(7676,1,1003,1445252864.89101,'\0','\0'),(7677,1,1003,1445252953.24431,'\0','\0'),(7678,1,1003,1445253283.05608,'\0','\0'),(7679,1,1003,1445253441.94851,'\0','\0'),(7680,1,1003,1445253902.91752,'\0','\0'),(7681,1,1003,1445254841.95214,'\0','\0'),(7682,1,1003,1445255038.11082,'\0','\0'),(7683,1,1003,1445256078.27884,'\0','\0'),(7684,1,1003,1445257703.6034,'\0','\0'),(7685,1,1003,1445258036.37901,'\0','\0'),(7686,1,1003,1445258857.78081,'\0','\0'),(7687,1,1003,1445262704.36288,'\0','\0'),(7688,1,1003,1445259345.86105,'\0','\0'),(7689,1,1003,1445288782.67114,'\0','\0'),(7690,1,1003,1445262193.85114,'\0','\0'),(7691,1,1003,1445262314.57257,'\0','\0'),(7692,1,1003,1445263058.58725,'\0','\0'),(7693,1,1003,1445263249.41104,'\0','\0'),(7694,1,1003,1445263382.62735,'\0','\0'),(7695,1,1003,1445264639.54043,'\0','\0'),(7696,1,1003,1445265193.0277,'\0','\0'),(7697,1,1003,1445265833.63594,'\0','\0'),(7698,1,1003,1445266090.30353,'\0','\0'),(7699,1,1003,1445266431.23746,'\0','\0'),(7700,1,1003,1445266679.65313,'\0','\0'),(7701,1,1003,1445268724.99152,'\0','\0'),(7702,1,1003,1445269569.05882,'\0','\0'),(7703,1,1003,1445269838.37728,'\0','\0'),(7704,1,1003,1445269995.95939,'\0','\0'),(7705,1,1003,1445270186.28401,'\0','\0'),(7706,1,1003,1445270847.76385,'\0','\0'),(7707,1,1003,1445270852.19399,'\0','\0'),(7708,1,1003,1445273302.875,'\0','\0'),(7709,1,1003,1445273373.03975,'\0','\0'),(7710,1,1003,1445274442.29566,'\0','\0'),(7711,1,1003,1445274624.68033,'\0','\0'),(7712,1,1003,1445275317.85754,'\0','\0'),(7713,1,1003,1445277658.25291,'\0','\0'),(7714,1,1003,1445278148.25184,'\0','\0'),(7715,1,1003,1445278148.25184,'\0','\0'),(7716,1,1003,1445278390.97383,'\0','\0'),(7717,1,1003,1445278873.59439,'\0','\0'),(7718,1,1003,1445279013.11274,'\0','\0'),(7719,1,1003,1445280085.08289,'\0','\0'),(7720,1,1003,1445280805.88611,'\0','\0'),(7721,1,1003,1445280939.72638,'\0','\0'),(7722,1,1003,1445281221.83611,'\0','\0'),(7723,1,1003,1445281344.28904,'\0','\0'),(7724,1,1003,1445281400.28981,'\0','\0'),(7725,1,1003,1445281761.93934,'\0','\0'),(7726,1,1003,1445281910.31798,'\0','\0'),(7727,1,1003,1445282909.56513,'\0','\0'),(7728,1,1003,1445283564.02537,'\0','\0'),(7729,1,1003,1445283754.03801,'\0','\0'),(7730,1,1003,1445284307.47848,'\0','\0'),(7731,1,1003,1445284499.4722,'\0','\0'),(7732,1,1003,1445285291.04853,'\0','\0'),(7733,1,1003,1445287650.4904,'\0','\0'),(7734,1,1003,1445285737.80675,'\0','\0'),(7735,1,1003,1445285847.12525,'\0','\0'),(7736,1,1003,1445286132.29239,'\0','\0'),(7737,1,1003,1445287134.16019,'\0','\0'),(7738,1,1003,1445288248.21672,'\0','\0'),(7739,1,1003,1445289813.95147,'\0','\0'),(7740,1,1003,1445291106.44558,'\0','\0'),(7741,1,1003,1445291765.95993,'\0','\0'),(7742,1,1003,1445292077.39596,'\0','\0'),(7743,1,1003,1445292797.40362,'\0','\0'),(7744,1,1003,1445293202.35626,'\0','\0'),(7745,1,1003,1445294036.09695,'\0','\0'),(7746,1,1003,1445295088.25625,'\0','\0'),(7747,1,1003,1445295592.59075,'\0','\0'),(7748,1,1003,1445299050.53684,'\0','\0'),(7749,1,1003,1445299354.15772,'\0','\0'),(7750,1,1003,1445300984.46646,'\0','\0'),(7751,1,1003,1445302993.20937,'\0','\0'),(7752,1,1003,1445303344.4387,'\0','\0'),(7753,1,1003,1445305119.00792,'\0','\0'),(7754,1,1003,1445306278.44222,'\0','\0'),(7755,1,1003,1445307391.17283,'\0','\0'),(7756,1,1003,1445308231.46514,'\0','\0'),(7757,1,1003,1445309764.84107,'\0','\0'),(7758,1,1003,1445310464.24232,'\0','\0'),(7759,1,1003,1445311375.22976,'\0','\0'),(7760,1,1003,1445311700.75178,'\0','\0'),(7761,1,1003,1445313890.36625,'\0','\0'),(7762,1,1003,1445314237.75821,'\0','\0'),(7763,1,1003,1445336124.39407,'\0','\0'),(7764,1,1003,1445315307.02971,'\0','\0'),(7765,1,1003,1445315413.0412,'\0','\0'),(7766,1,1003,1445315876.33447,'\0','\0'),(7767,1,1003,1445318783.33595,'\0','\0'),(7768,1,1003,1445321678.73366,'\0','\0'),(7769,1,1003,1445325154.37379,'\0','\0'),(7770,1,1003,1445325906.62479,'\0','\0'),(7771,1,1003,1445327680.07087,'\0','\0'),(7772,1,1003,1445327891.22029,'\0','\0'),(7773,1,1003,1445329026.95956,'\0','\0'),(7774,1,1003,1445329864.30365,'\0','\0'),(7775,1,1003,1445330657.93906,'\0','\0'),(7776,1,1003,1445330821.12125,'\0','\0'),(7777,1,1003,1445332832.18842,'\0','\0'),(7778,1,1003,1445331341.9128,'\0','\0'),(7779,1,1003,1445332151.89607,'\0','\0'),(7780,1,1003,1445333372.85322,'\0','\0'),(7781,1,1003,1445333882.7254,'\0','\0'),(7782,1,1003,1445333995.69409,'\0','\0'),(7783,1,1003,1445334216.18737,'\0','\0'),(7784,1,1003,1445336308.57264,'\0','\0'),(7785,1,1003,1445336451.11722,'\0','\0'),(7786,1,1003,1445336873.77483,'\0','\0'),(7787,1,1003,1445336939.49384,'\0','\0'),(7788,1,1003,1445337153.52909,'\0','\0'),(7789,1,1003,1445338216.71695,'\0','\0'),(7790,1,1003,1445338385.03124,'\0','\0'),(7791,1,1003,1445338438.09938,'\0','\0'),(7792,1,1003,1445338460.09411,'\0','\0'),(7793,1,1003,1445338652.08783,'\0','\0'),(7794,1,1003,1445340725.06783,'\0','\0'),(7795,1,1003,1445343224.66761,'\0','\0'),(7796,1,1003,1445344323.07824,'\0','\0'),(7797,1,1003,1445344949.69409,'\0','\0'),(7798,1,1003,1445345302.24935,'\0','\0'),(7799,1,1003,1445345783.30999,'\0','\0'),(7800,1,1003,1445346793.94448,'\0','\0'),(7801,1,1003,1445346950.96502,'\0','\0'),(7802,1,1003,1445346956.68989,'\0','\0'),(7803,1,1003,1445347097.51857,'\0','\0'),(7804,1,1003,1445348143.04825,'\0','\0'),(7805,1,1003,1445348513.62047,'\0','\0'),(7806,1,1003,1445349531.44614,'\0','\0'),(7807,1,1003,1445351547.78581,'\0','\0'),(7808,1,1003,1445351951.52171,'\0','\0'),(7809,1,1003,1445352282.8466,'\0','\0'),(7810,1,1003,1445352685.49057,'\0','\0'),(7811,1,1003,1445354062.7102,'\0','\0'),(7812,1,1003,1445355599.18022,'\0','\0'),(7813,1,1003,1445356256.71348,'\0','\0'),(7814,1,1003,1445357400.93867,'\0','\0'),(7815,1,1003,1445359190.32703,'\0','\0'),(7816,1,1003,1445359812.10715,'\0','\0'),(7817,1,1003,1445360093.46812,'\0','\0'),(7818,1,1003,1445360202.28744,'\0','\0'),(7819,1,1003,1445360956.67551,'\0','\0'),(7820,1,1003,1445362534.25929,'\0','\0'),(7821,1,1003,1445362689.20516,'\0','\0'),(7822,1,1003,1445362715.63003,'\0','\0'),(7823,1,1003,1445362720.98052,'\0','\0'),(7824,1,1003,1445362756.17209,'\0','\0'),(7825,1,1003,1445363916.10557,'\0','\0'),(7826,1,1003,1445363963.71402,'\0','\0'),(7827,1,1003,1445365231.99885,'\0','\0'),(7828,1,1003,1445366925.67113,'\0','\0'),(7829,1,1003,1445367012.32413,'\0','\0'),(7830,1,1003,1445367105.59115,'\0','\0'),(7831,1,1003,1445367150.26697,'\0','\0'),(7832,1,1003,1445367157.98853,'\0','\0'),(7833,1,1003,1445367343.32143,'\0','\0'),(7834,1,1003,1445367504.50693,'\0','\0'),(7835,1,1003,1445367555.84357,'\0','\0'),(7836,1,1003,1445367558.05864,'\0','\0'),(7837,1,1003,1445367957.31761,'\0','\0'),(7838,1,1003,1445370636.82181,'\0','\0'),(7839,1,1003,1445370787.9147,'\0','\0'),(7840,1,1003,1445371235.78046,'\0','\0'),(7841,1,1003,1445371277.28966,'\0','\0'),(7842,1,1003,1445373208.67663,'\0','\0'),(7843,1,1003,1445373573.27439,'\0','\0'),(7844,1,1003,1445374370.77838,'\0','\0'),(7845,1,1003,1445374550.636,'\0','\0'),(7846,1,1003,1445375643.88333,'\0','\0'),(7847,1,1003,1445375644.80367,'\0','\0'),(7848,1,1003,1445375995.98621,'\0','\0'),(7849,1,1003,1445377754.75354,'\0','\0'),(7850,1,1003,1445378775.13747,'\0','\0'),(7851,1,1003,1445378811.71736,'\0','\0'),(7852,1,1003,1445379241.20738,'\0','\0'),(7853,1,1003,1445379354.05127,'\0','\0'),(7854,1,1003,1445384476.04695,'\0','\0'),(7855,1,1003,1445382388.357,'\0','\0'),(7856,1,1003,1445382825.64657,'\0','\0'),(7857,1,1003,1445383439.58035,'\0','\0'),(7858,1,1003,1445386219.37117,'\0','\0'),(7859,1,1003,1445386529.69966,'\0','\0'),(7860,1,1003,1445388277.43602,'\0','\0'),(7861,1,1003,1445396752.29892,'\0','\0'),(7862,1,1003,1445390446.98671,'\0','\0'),(7863,1,1003,1445392879.66636,'\0','\0'),(7864,1,1003,1445393227.2611,'\0','\0'),(7865,1,1003,1445394461.61788,'\0','\0'),(7866,1,1003,1445395094.36418,'\0','\0'),(7867,1,1003,1445395728.74838,'\0','\0'),(7868,1,1003,1445398677.96102,'\0','\0'),(7869,1,1003,1445400798.81466,'\0','\0'),(7870,1,1003,1445400970.99752,'\0','\0'),(7871,1,1003,1445402875.46044,'\0','\0'),(7872,1,1003,1445405508.46373,'\0','\0'),(7873,1,1003,1445406512.85858,'\0','\0'),(7874,1,1003,1445407403.55159,'\0','\0'),(7875,1,1003,1445409032.33162,'\0','\0'),(7876,1,1003,1445410073.85233,'\0','\0'),(7877,1,1003,1445413515.70015,'\0','\0'),(7878,1,1003,1445413737.05138,'\0','\0'),(7879,1,1003,1445414672.71659,'\0','\0'),(7880,1,1003,1445414753.76952,'\0','\0'),(7881,1,1003,1445414901.04062,'\0','\0'),(7882,1,1003,1445416926.16258,'\0','\0'),(7883,1,1003,1445417100.45132,'\0','\0'),(7884,1,1003,1445417750.35663,'\0','\0'),(7885,1,1003,1445418580.32234,'\0','\0'),(7886,1,1003,1445420426.60111,'\0','\0'),(7887,1,1003,1445422458.3556,'\0','\0'),(7888,1,1003,1445423251.00826,'\0','\0'),(7889,1,1003,1445423364.6945,'\0','\0'),(7890,1,1003,1445423489.87728,'\0','\0'),(7891,1,1003,1445424332.50946,'\0','\0'),(7892,1,1003,1445424437.6942,'\0','\0'),(7893,1,1003,1445425045.60672,'\0','\0'),(7894,1,1003,1445433671.87783,'\0','\0'),(7895,1,1003,1445426472.17562,'\0','\0'),(7896,1,1003,1445442483.21665,'\0','\0'),(7897,1,1003,1445428143.15121,'\0','\0'),(7898,1,1003,1445429807.54398,'\0','\0'),(7899,1,1003,1445430671.67172,'\0','\0'),(7900,1,1003,1445431039.32691,'\0','\0'),(7901,1,1003,1445431474.30781,'\0','\0'),(7902,1,1003,1445431514.05432,'\0','\0'),(7903,1,1003,1445433995.21597,'\0','\0'),(7904,1,1003,1445434027.02253,'\0','\0'),(7905,1,1003,1445434123.48737,'\0','\0'),(7906,1,1003,1445434362.2004,'\0','\0'),(7907,1,1003,1445435145.5092,'\0','\0'),(7908,1,1003,1445437166.80938,'\0','\0'),(7909,1,1003,1445437680.31615,'\0','\0'),(7910,1,1003,1445438151.34658,'\0','\0'),(7911,1,1003,1445439072.02106,'\0','\0'),(7912,1,1003,1445439174.00798,'\0','\0'),(7913,1,1003,1445440212.87684,'\0','\0'),(7914,1,1003,1445440363.64214,'\0','\0'),(7915,1,1003,1445440416.3671,'\0','\0'),(7916,1,1003,1445440793.99011,'\0','\0'),(7917,1,1002,1445440965.95459,'\0','\0'),(7918,1,1003,1445440966.78134,'\0','\0'),(7919,1,1003,1445441931.99125,'\0','\0'),(7920,1,1003,1445442070.09008,'\0','\0'),(7921,1,1003,1445442070.12128,'\0','\0'),(7922,1,1003,1445442586.65428,'\0','\0'),(7923,1,1003,1445443073.09661,'\0','\0'),(7924,1,1003,1445443116.15013,'\0','\0'),(7925,1,1003,1445443201.97638,'\0','\0'),(7926,1,1003,1445443211.03946,'\0','\0'),(7927,1,1003,1445443530.78981,'\0','\0'),(7928,1,1003,1445443856.53022,'\0','\0'),(7929,1,1003,1445444170.83648,'\0','\0'),(7930,1,1003,1445444170.83648,'\0','\0'),(7931,1,1003,1445444597.05069,'\0','\0'),(7932,1,1003,1445444698.13286,'\0','\0'),(7933,1,1003,1445445395.22544,'\0','\0'),(7934,1,1003,1445446435.68541,'\0','\0'),(7935,1,1003,1445446481.14119,'\0','\0'),(7936,1,1003,1445447728.58561,'\0','\0'),(7937,1,1003,1445448305.29994,'\0','\0'),(7938,1,1003,1445449434.316,'\0','\0'),(7939,1,1003,1445450000.09536,'\0','\0'),(7940,1,1003,1445450075.31422,'\0','\0'),(7941,1,1003,1445450083.06697,'\0','\0'),(7942,1,1003,1445450364.70872,'\0','\0'),(7943,1,1003,1445453001.30216,'\0','\0'),(7944,1,1003,1445453255.5806,'\0','\0'),(7945,1,1003,1445453284.37636,'\0','\0'),(7946,1,1003,1445453324.71537,'\0','\0'),(7947,1,1003,1445454015.5988,'\0','\0'),(7948,1,1003,1445454151.82574,'\0','\0'),(7949,1,1003,1445454165.31896,'\0','\0'),(7950,1,1003,1445454213.86336,'\0','\0'),(7951,1,1003,1445454878.33822,'\0','\0'),(7952,1,1003,1445455069.4116,'\0','\0'),(7953,1,1003,1445457941.86107,'\0','\0'),(7954,1,1003,1445458182.85157,'\0','\0'),(7955,1,1003,1445458639.42163,'\0','\0'),(7956,1,1003,1445460828.50572,'\0','\0'),(7957,1,1003,1445461702.5701,'\0','\0'),(7958,1,1003,1445461788.77072,'\0','\0'),(7959,1,1003,1445463237.88031,'\0','\0'),(7960,1,1003,1445463265.20994,'\0','\0'),(7961,1,1003,1445463265.20994,'\0','\0'),(7962,1,1003,1445463911.90183,'\0','\0'),(7963,1,1003,1445464404.5526,'\0','\0'),(7964,1,1003,1445464895.44068,'\0','\0'),(7965,1,1003,1445465222.85019,'\0','\0'),(7966,1,1003,1445468988.02056,'\0','\0'),(7967,1,1003,1445469506.28505,'\0','\0'),(7968,1,1003,1445472745.40697,'\0','\0'),(7969,1,1003,1445472771.78505,'\0','\0'),(7970,1,1003,1445475822.32945,'\0','\0'),(7971,1,1003,1445477190.49531,'\0','\0'),(7972,1,1003,1445479930.36803,'\0','\0'),(7973,1,1003,1445480807.27144,'\0','\0'),(7974,1,1003,1445482505.13988,'\0','\0'),(7975,1,1003,1445483895.45646,'\0','\0'),(7976,1,1003,1445484044.06909,'\0','\0'),(7977,1,1003,1445486060.29712,'\0','\0'),(7978,1,1003,1445486541.27794,'\0','\0'),(7979,1,1003,1445487146.27344,'\0','\0'),(7980,1,1003,1445487241.16276,'\0','\0'),(7981,1,1003,1445487931.01736,'\0','\0'),(7982,1,1003,1445489028.91321,'\0','\0'),(7983,1,1003,1445489744.9431,'\0','\0'),(7984,1,1003,1445490096.812,'\0','\0'),(7985,1,1003,1445491521.07223,'\0','\0'),(7986,1,1003,1445493769.93208,'\0','\0'),(7987,1,1003,1445495258.66339,'\0','\0'),(7988,1,1003,1445496096.06987,'\0','\0'),(7989,1,1003,1445497971.51847,'\0','\0'),(7990,1,1003,1445500314.37849,'\0','\0'),(7991,1,1003,1445503700.14755,'\0','\0'),(7992,1,1003,1445507110.40719,'\0','\0'),(7993,1,1003,1445507474.66178,'\0','\0'),(7994,1,1003,1445507574.12164,'\0','\0'),(7995,1,1003,1445508081.12359,'\0','\0'),(7996,1,1003,1445508845.01151,'\0','\0'),(7997,1,1003,1445509833.43288,'\0','\0'),(7998,1,1003,1445525277.85884,'\0','\0'),(7999,1,1003,1445513108.66672,'\0','\0'),(8000,1,1003,1445513249.27701,'\0','\0'),(8001,1,1003,1445513407.85746,'\0','\0'),(8002,1,1003,1445516173.68708,'\0','\0'),(8003,1,1003,1445517188.84531,'\0','\0'),(8004,1,1003,1445517514.67931,'\0','\0'),(8005,1,1003,1445518111.10452,'\0','\0'),(8006,1,1003,1445518418.64515,'\0','\0'),(8007,1,1003,1445519784.41739,'\0','\0'),(8008,1,1003,1445521195.51198,'\0','\0'),(8009,1,1003,1445549480.58005,'\0','\0'),(8010,1,1003,1445546783.82324,'\0','\0'),(8011,1,1003,1445525165.74811,'\0','\0'),(8012,1,1003,1445525610.66564,'\0','\0'),(8013,1,1003,1445526068.54602,'\0','\0'),(8014,1,1003,1445528285.66171,'\0','\0'),(8015,1,1003,1445528705.41789,'\0','\0'),(8016,1,1003,1445529310.60057,'\0','\0'),(8017,1,1003,1445531420.44124,'\0','\0'),(8018,1,1003,1445531749.61345,'\0','\0'),(8019,1,1003,1445531837.46758,'\0','\0'),(8020,1,1003,1445537696.92632,'\0','\0'),(8021,1,1003,1445537936.91847,'\0','\0'),(8022,1,1003,1445539131.80953,'\0','\0'),(8023,1,1003,1445539610.18713,'\0','\0'),(8024,1,1003,1445539655.01894,'\0','\0'),(8025,1,1003,1445539703.67253,'\0','\0'),(8026,1,1003,1445540814.31286,'\0','\0'),(8027,1,1003,1445541535.00687,'\0','\0'),(8028,1,1003,1445542345.87929,'\0','\0'),(8029,1,1003,1445542737.04232,'\0','\0'),(8030,1,1003,1445543185.85963,'\0','\0'),(8031,1,1003,1445543825.62552,'\0','\0'),(8032,1,1003,1445544033.70191,'\0','\0'),(8033,1,1003,1445544792.87891,'\0','\0'),(8034,1,1003,1445545635.19911,'\0','\0'),(8035,1,1003,1445546522.99069,'\0','\0'),(8036,1,1003,1445546685.19013,'\0','\0'),(8037,1,1003,1445547374.29597,'\0','\0'),(8038,1,1003,1445550447.78665,'\0','\0'),(8039,1,1003,1445552267.07122,'\0','\0'),(8040,1,1003,1445554108.51378,'\0','\0'),(8041,1,1003,1445557403.0749,'\0','\0'),(8042,1,1003,1445557745.89632,'\0','\0'),(8043,1,1003,1445559986.86302,'\0','\0'),(8044,1,1003,1445560001.93176,'\0','\0'),(8045,1,1003,1445563727.16843,'\0','\0'),(8046,1,1003,1445566119.69599,'\0','\0'),(8047,1,1003,1445568813.13019,'\0','\0'),(8048,1,1003,1445568889.56578,'\0','\0'),(8049,1,1003,1445575356.60946,'\0','\0'),(8050,1,1003,1445576937.85903,'\0','\0'),(8051,1,1003,1445579293.32313,'\0','\0'),(8052,1,1002,1445579485.90962,'\0','\0'),(8053,1,1003,1445579486.84556,'\0','\0'),(8054,1,1003,1445579776.22446,'\0','\0'),(8055,1,1003,1445582643.49504,'\0','\0'),(8056,1,1003,1445582884.93791,'\0','\0'),(8057,1,1003,1445583638.85065,'\0','\0'),(8058,1,1003,1445586676.63209,'\0','\0'),(8059,1,1003,1445588004.1155,'\0','\0'),(8060,1,1003,1445593553.74491,'\0','\0'),(8061,1,1003,1445595055.48586,'\0','\0'),(8062,1,1003,1445596769.73336,'\0','\0'),(8063,1,1003,1445597066.61543,'\0','\0'),(8064,1,1003,1445598010.37658,'\0','\0'),(8065,1,1003,1445598059.52935,'\0','\0'),(8066,1,1003,1445598947.39892,'\0','\0'),(8067,1,1003,1445599300.99932,'\0','\0'),(8068,1,1003,1445600171.89707,'\0','\0'),(8069,1,1003,1445602335.19586,'\0','\0'),(8070,1,1003,1445604121.58919,'\0','\0'),(8071,1,1003,1445604719.81468,'\0','\0'),(8072,1,1003,1445606447.83618,'\0','\0'),(8073,1,1003,1445607570.03543,'\0','\0'),(8074,1,1003,1445610535.22155,'\0','\0'),(8075,1,1003,1445613196.662,'\0','\0'),(8076,1,1002,1445614001.91874,'\0','\0'),(8077,1,1003,1445614006.1305,'\0','\0'),(8078,1,1003,1445614075.4217,'\0','\0'),(8079,1,1003,1445617225.05532,'\0','\0'),(8080,1,1003,1445617687.09842,'\0','\0'),(8081,1,1003,1445621074.05301,'\0','\0'),(8082,1,1003,1445623027.24752,'\0','\0'),(8083,1,1003,1445625147.08721,'\0','\0'),(8084,1,1003,1445627032.70642,'\0','\0'),(8085,1,1003,1445627195.79501,'\0','\0'),(8086,1,1003,1445628175.41849,'\0','\0'),(8087,1,1003,1445628411.35488,'\0','\0'),(8088,1,1003,1445634472.1044,'\0','\0'),(8089,1,1003,1445634935.27288,'\0','\0'),(8090,1,1003,1445636166.94661,'\0','\0'),(8091,1,1003,1445636253.22524,'\0','\0'),(8092,1,1003,1445639199.22446,'\0','\0'),(8093,1,2008,1445640383.08696,'\0','\0'),(8094,1,1003,1445642958.20199,'\0','\0'),(8095,1,1003,1445643023.34383,'\0','\0'),(8096,1,1003,1445644366.67593,'\0','\0'),(8097,1,1003,1445650070.67557,'\0','\0'),(8098,1,1003,1445652596.15251,'\0','\0'),(8099,1,1003,1445654614.53566,'\0','\0'),(8100,1,1003,1445662803.2988,'\0','\0'),(8101,1,1003,1445658948.15283,'\0','\0'),(8102,1,1003,1445659224.1945,'\0','\0'),(8103,1,1003,1445661252.31149,'\0','\0'),(8104,1,1003,1445668709.18046,'\0','\0'),(8105,1,1003,1445668784.57091,'\0','\0'),(8106,1,1003,1445671641.24969,'\0','\0'),(8107,1,1003,1445677419.43712,'\0','\0'),(8108,1,1003,1445677847.8352,'\0','\0'),(8109,1,1002,1445678060.84091,'\0','\0'),(8110,1,1003,1445679756.49428,'\0','\0'),(8111,1,1003,1445683001.52234,'\0','\0'),(8112,1,1003,1445684626.82306,'\0','\0'),(8113,1,1003,1445688077.31278,'\0','\0'),(8114,1,1003,1445688641.969,'\0','\0'),(8115,1,1003,1445693450.65676,'\0','\0'),(8116,1,1003,1445695741.85257,'\0','\0'),(8117,1,1003,1445695837.98983,'\0','\0'),(8118,1,1003,1445696962.59134,'\0','\0'),(8119,1,1003,1445698423.04148,'\0','\0'),(8120,1,1003,1445698782.56954,'\0','\0'),(8121,1,1003,1445699621.9883,'\0','\0'),(8122,1,1003,1445701251.81347,'\0','\0'),(8123,1,1003,1445701803.19486,'\0','\0'),(8124,1,1003,1445702187.55668,'\0','\0'),(8125,1,1003,1445705023.61345,'\0','\0'),(8126,1,1003,1445705227.64968,'\0','\0'),(8127,1,1003,1445705432.99623,'\0','\0'),(8128,1,1003,1445707235.12906,'\0','\0'),(8129,1,1003,1445708077.32447,'\0','\0'),(8130,1,1003,1445709062.42323,'\0','\0'),(8131,1,1003,1445709732.46697,'\0','\0'),(8132,1,1003,1445712718.2907,'\0','\0'),(8133,1,1003,1445723583.16921,'\0','\0'),(8134,1,1003,1445723869.67788,'\0','\0'),(8135,1,1003,1445729372.04202,'\0','\0'),(8136,1,1003,1445732082.93161,'\0','\0'),(8137,1,1003,1445744778.9767,'\0','\0'),(8138,1,1003,1445746013.20869,'\0','\0'),(8139,1,1003,1445747191.94761,'\0','\0'),(8140,1,1003,1445751700.66268,'\0','\0'),(8141,1,1003,1445752215.88205,'\0','\0'),(8142,1,1003,1445760295.3061,'\0','\0'),(8143,1,1003,1445760561.54983,'\0','\0'),(8144,1,1003,1445760666.71829,'\0','\0'),(8145,1,1003,1445762665.76134,'\0','\0'),(8146,1,1003,1445763722.64039,'\0','\0'),(8147,1,1003,1445767665.50602,'\0','\0'),(8148,1,1003,1445778730.2979,'\0','\0'),(8149,1,1003,1445782241.33227,'\0','\0'),(8150,1,1003,1445782740.83105,'\0','\0'),(8151,1,1003,1445784925.563,'\0','\0'),(8152,1,1003,1445786810.52705,'\0','\0'),(8153,1,1003,1445787476.04705,'\0','\0'),(8154,1,1003,1445787819.74202,'\0','\0'),(8155,1,1003,1445793001.02988,'\0','\0'),(8156,1,1002,1445793097.46352,'\0','\0'),(8157,1,1003,1445793099.36661,'\0','\0'),(8158,1,1003,1445795498.67978,'\0','\0'),(8159,1,1003,1445798159.15308,'\0','\0'),(8160,1,1003,1445804762.92287,'\0','\0'),(8161,1,1003,1445809217.71385,'\0','\0'),(8162,1,1003,1445810668.07137,'\0','\0'),(8163,1,1003,1445812575.07695,'\0','\0'),(8164,1,1003,1445816733.73419,'\0','\0'),(8165,1,1003,1445818241.4184,'\0','\0'),(8166,1,1003,1445818998.69231,'\0','\0'),(8167,1,1003,1445826415.87717,'\0','\0'),(8168,1,1002,1445833212.37384,'\0','\0'),(8169,1,1003,1445833213.88696,'\0','\0'),(8170,1,1003,1445843364.50211,'\0','\0'),(8171,1,1003,1445850802.60024,'\0','\0'),(8172,1,1003,1445852581.92718,'\0','\0'),(8173,1,1003,1445852969.42442,'\0','\0'),(8174,1,1003,1445854355.62284,'\0','\0'),(8175,1,1003,1445864219.60453,'\0','\0'),(8176,1,1003,1445870059.86078,'\0','\0'),(8177,1,1003,1445870261.58834,'\0','\0'),(8178,1,1003,1445873277.53393,'\0','\0'),(8179,1,1003,1445877684.09249,'\0','\0'),(8180,1,1003,1445879375.46663,'\0','\0'),(8181,1,1003,1445885467.90857,'\0','\0'),(8182,1,1003,1445887552.88427,'\0','\0'),(8183,1,1003,1445887735.39374,'\0','\0'),(8184,1,1003,1445890831.48751,'\0','\0'),(8185,1,1003,1445891934.93665,'\0','\0'),(8186,1,1003,1445892413.56383,'\0','\0'),(8187,1,1003,1445892612.04678,'\0','\0'),(8188,1,1003,1445892880.64768,'\0','\0'),(8189,1,1003,1445894682.46853,'\0','\0'),(8190,1,1003,1445895589.75898,'\0','\0'),(8191,1,1003,1445895962.31228,'\0','\0'),(8192,1,1003,1445896543.23837,'\0','\0'),(8193,1,1003,1445897201.55158,'\0','\0'),(8194,1,1003,1445897226.13577,'\0','\0'),(8195,1,1003,1445897339.30724,'\0','\0'),(8196,1,1003,1445897686.29362,'\0','\0'),(8197,1,1003,1445897760.51414,'\0','\0'),(8198,1,1003,1445898840.20584,'\0','\0'),(8199,1,1003,1445899136.76033,'\0','\0'),(8200,1,1003,1445899837.64349,'\0','\0'),(8201,1,1003,1445899905.56198,'\0','\0'),(8202,1,1003,1445900865.62418,'\0','\0'),(8203,1,1003,1445901768.82767,'\0','\0'),(8204,1,1003,1445901786.73544,'\0','\0'),(8205,1,1003,1445901790.60402,'\0','\0'),(8206,1,1003,1445901831.11488,'\0','\0'),(8207,1,1003,1445903143.52956,'\0','\0'),(8208,1,1003,1445903266.54406,'\0','\0'),(8209,1,1003,1445903282.37715,'\0','\0'),(8210,1,1003,1445903523.64843,'\0','\0'),(8211,1,1003,1445904351.18068,'\0','\0'),(8212,1,1003,1445904591.26643,'\0','\0'),(8213,1,1003,1445919044.37129,'\0','\0'),(8214,1,1003,1445906020.08159,'\0','\0'),(8215,1,1003,1445906454.73492,'\0','\0'),(8216,1,1003,1445907180.35825,'\0','\0'),(8217,1,1003,1445907228.79346,'\0','\0'),(8218,1,1003,1445907565.87441,'\0','\0'),(8219,1,1003,1445907789.6435,'\0','\0'),(8220,1,1003,1445908747.16305,'\0','\0'),(8221,1,1003,1445909968.58818,'\0','\0'),(8222,1,1003,1445915256.39504,'\0','\0'),(8223,1,1003,1445910639.45868,'\0','\0'),(8224,1,1003,1445911769.18317,'\0','\0'),(8225,1,1003,1445911977.62674,'\0','\0'),(8226,1,1003,1445912643.25033,'\0','\0'),(8227,1,1003,1445913446.58746,'\0','\0'),(8228,1,1003,1445913936.91397,'\0','\0'),(8229,1,1003,1445915264.35058,'\0','\0'),(8230,1,1003,1445915717.48884,'\0','\0'),(8231,1,1003,1445915802.22315,'\0','\0'),(8232,1,1003,1445916458.36809,'\0','\0'),(8233,1,1003,1445921348.98233,'\0','\0'),(8234,1,1003,1445917261.70614,'\0','\0'),(8235,1,1003,1445917778.9255,'\0','\0'),(8236,1,1003,1445919460.44609,'\0','\0'),(8237,1,1003,1445920301.03479,'\0','\0'),(8238,1,1003,1445922325.84476,'\0','\0'),(8239,1,1003,1445922398.14659,'\0','\0'),(8240,1,1003,1445922968.98006,'\0','\0'),(8241,1,1003,1445924020.60898,'\0','\0'),(8242,1,1003,1445924270.03859,'\0','\0'),(8243,1,1003,1445924564.78359,'\0','\0'),(8244,1,1003,1445925346.67288,'\0','\0'),(8245,1,1003,1445925744.9023,'\0','\0'),(8246,1,1003,1445927352.23356,'\0','\0'),(8247,1,1003,1445927534.35306,'\0','\0'),(8248,1,1003,1445927988.94203,'\0','\0'),(8249,1,1003,1445928158.45745,'\0','\0'),(8250,1,1003,1445929465.67763,'\0','\0'),(8251,1,1003,1445930860.11238,'\0','\0'),(8252,1,1003,1445931804.77827,'\0','\0'),(8253,1,1003,1445933384.60832,'\0','\0'),(8254,1,1003,1445934073.30859,'\0','\0'),(8255,1,1002,1445934242.71481,'\0','\0'),(8256,1,1003,1445934243.96274,'\0','\0'),(8257,1,1003,1445934758.03108,'\0','\0'),(8258,1,1003,1445936093.65722,'\0','\0'),(8259,1,1003,1445936098.38375,'\0','\0'),(8260,1,1003,1445936567.66707,'\0','\0'),(8261,1,1003,1445937913.885,'\0','\0'),(8262,1,1003,1445938478.71282,'\0','\0'),(8263,1,1003,1445938640.89666,'\0','\0'),(8264,1,1003,1445938915.62801,'\0','\0'),(8265,1,1003,1445939301.37815,'\0','\0'),(8266,1,1003,1445940002.77608,'\0','\0'),(8267,1,1003,1445940201.02504,'\0','\0'),(8268,1,1003,1445940845.90744,'\0','\0'),(8269,1,1003,1445940845.90744,'\0','\0'),(8270,1,1003,1445940871.92674,'\0','\0'),(8271,1,1003,1445941589.53213,'\0','\0'),(8272,1,1003,1445941993.15885,'\0','\0'),(8273,1,1003,1445943275.56086,'\0','\0'),(8274,1,1003,1445943468.77131,'\0','\0'),(8275,1,1003,1445943856.38884,'\0','\0'),(8276,1,1003,1445944305.00862,'\0','\0'),(8277,1,1003,1445944938.39522,'\0','\0'),(8278,1,1003,1445945307.29812,'\0','\0'),(8279,1,1003,1445945865.7771,'\0','\0'),(8280,1,1003,1445946002.95559,'\0','\0'),(8281,1,1003,1445946002.95559,'\0','\0'),(8282,1,1003,1445946723.57161,'\0','\0'),(8283,1,1003,1445946886.94098,'\0','\0'),(8284,1,1003,1445947658.36328,'\0','\0'),(8285,1,1003,1445947898.02785,'\0','\0'),(8286,1,1003,1445948205.04933,'\0','\0'),(8287,1,1003,1445948741.03441,'\0','\0'),(8288,1,1003,1445949624.94181,'\0','\0'),(8289,1,1003,1445950888.7341,'\0','\0'),(8290,1,1003,1445963606.11876,'\0','\0'),(8291,1,1003,1445952535.15671,'\0','\0'),(8292,1,1003,1445952955.39646,'\0','\0'),(8293,1,1003,1445953031.22368,'\0','\0'),(8294,1,1003,1445953093.74488,'\0','\0'),(8295,1,1003,1445953295.31645,'\0','\0'),(8296,1,1003,1445953487.10738,'\0','\0'),(8297,1,1003,1445954463.76703,'\0','\0'),(8298,1,1003,1445954548.36095,'\0','\0'),(8299,1,1003,1445954657.25827,'\0','\0'),(8300,1,1003,1445954978.00696,'\0','\0'),(8301,1,1003,1445955074.11302,'\0','\0'),(8302,1,1003,1445955764.01441,'\0','\0'),(8303,1,1003,1445955765.09075,'\0','\0'),(8304,1,1003,1445955954.04265,'\0','\0'),(8305,1,1003,1445956259.19224,'\0','\0'),(8306,1,1003,1445957045.63647,'\0','\0'),(8307,1,1003,1445957194.31149,'\0','\0'),(8308,1,1003,1445957549.84618,'\0','\0'),(8309,1,1003,1445957600.63685,'\0','\0'),(8310,1,1003,1445958533.77501,'\0','\0'),(8311,1,1003,1445958678.56586,'\0','\0'),(8312,1,1003,1445959716.49877,'\0','\0'),(8313,1,1003,1445959722.28604,'\0','\0'),(8314,1,1003,1445960271.81113,'\0','\0'),(8315,1,1003,1445960389.42835,'\0','\0'),(8316,1,1003,1445961082.83954,'\0','\0'),(8317,1,1003,1445961184.43648,'\0','\0'),(8318,1,1003,1445961700.11153,'\0','\0'),(8319,1,1003,1445962043.47892,'\0','\0'),(8320,1,1003,1445962557.04809,'\0','\0'),(8321,1,1003,1445963467.80154,'\0','\0'),(8322,1,1003,1445963853.08371,'\0','\0'),(8323,1,1003,1445964023.1295,'\0','\0'),(8324,1,1003,1445964236.19761,'\0','\0'),(8325,1,1003,1445964502.45864,'\0','\0'),(8326,1,1003,1445964737.2407,'\0','\0'),(8327,1,1003,1445964887.36644,'\0','\0'),(8328,1,1003,1445965227.34882,'\0','\0'),(8329,1,1003,1445965353.79513,'\0','\0'),(8330,1,1003,1445965398.37735,'\0','\0'),(8331,1,1003,1445966140.30175,'\0','\0'),(8332,1,1003,1445966977.72383,'\0','\0'),(8333,1,1003,1445967039.97984,'\0','\0'),(8334,1,1003,1445967859.61895,'\0','\0'),(8335,1,1003,1445968287.19028,'\0','\0'),(8336,1,1003,1445969006.1996,'\0','\0'),(8337,1,1003,1445969027.03999,'\0','\0'),(8338,1,1003,1445969126.70265,'\0','\0'),(8339,1,1003,1445969126.70265,'\0','\0'),(8340,1,1003,1445969346.01039,'\0','\0'),(8341,1,1003,1445970802.27997,'\0','\0'),(8342,1,1003,1445970802.27997,'\0','\0'),(8343,1,1003,1445971189.15325,'\0','\0'),(8344,1,1003,1445971471.96493,'\0','\0'),(8345,1,1003,1445977511.34064,'\0','\0'),(8346,1,1003,1445972355.01439,'\0','\0'),(8347,1,1003,1445973682.71618,'\0','\0'),(8348,1,1003,1445973944.45348,'\0','\0'),(8349,1,1003,1445975489.40394,'\0','\0'),(8350,1,1003,1445975570.89364,'\0','\0'),(8351,1,1003,1445975882.84444,'\0','\0'),(8352,1,1003,1445978143.06835,'\0','\0'),(8353,1,1003,1445978468.43438,'\0','\0'),(8354,1,1003,1445978812.59732,'\0','\0'),(8355,1,1003,1445979017.08593,'\0','\0'),(8356,1,1003,1445979563.4756,'\0','\0'),(8357,1,1003,1445979672.59131,'\0','\0'),(8358,1,1003,1445980740.11572,'\0','\0'),(8359,1,1003,1445981995.1881,'\0','\0'),(8360,1,1003,1445982109.91948,'\0','\0'),(8361,1,1003,1445990104.94181,'\0','\0'),(8362,1,1003,1445982761.91507,'\0','\0'),(8363,1,1003,1445982803.58026,'\0','\0'),(8364,1,1003,1445983702.36921,'\0','\0'),(8365,1,1003,1445983759.36832,'\0','\0'),(8366,1,1003,1445983806.92997,'\0','\0'),(8367,1,1003,1445983989.42384,'\0','\0'),(8368,1,1003,1445984919.87896,'\0','\0'),(8369,1,1003,1445985293.71139,'\0','\0'),(8370,1,1003,1445985329.33974,'\0','\0'),(8371,1,1003,1445986267.18883,'\0','\0'),(8372,1,1003,1445989515.96659,'\0','\0'),(8373,1,1003,1445990007.49423,'\0','\0'),(8374,1,1003,1445990104.92621,'\0','\0'),(8375,1,1003,1445990235.16309,'\0','\0'),(8376,1,1003,1445991182.82402,'\0','\0'),(8377,1,1003,1445992785.47555,'\0','\0'),(8378,1,1003,1445992790.56086,'\0','\0'),(8379,1,1003,1445995070.01054,'\0','\0'),(8380,1,1003,1445995092.91002,'\0','\0'),(8381,1,1003,1445995845.39501,'\0','\0'),(8382,1,1003,1445996465.9272,'\0','\0'),(8383,1,1003,1445997106.45745,'\0','\0'),(8384,1,1003,1445998192.04562,'\0','\0'),(8385,1,1003,1445999954.46313,'\0','\0'),(8386,1,1003,1446000243.57685,'\0','\0'),(8387,1,1003,1446003442.96786,'\0','\0'),(8388,1,1003,1446003938.50447,'\0','\0'),(8389,1,1003,1446005051.65624,'\0','\0'),(8390,1,1003,1446006927.60401,'\0','\0'),(8391,1,1003,1446007243.36099,'\0','\0'),(8392,1,1003,1446008761.77739,'\0','\0'),(8393,1,1003,1446010251.65196,'\0','\0'),(8394,1,1003,1446011468.67468,'\0','\0'),(8395,1,1003,1446011623.46455,'\0','\0'),(8396,1,1003,1446013796.62197,'\0','\0'),(8397,1,1003,1446013952.58177,'\0','\0'),(8398,1,1003,1446014618.17977,'\0','\0'),(8399,1,1003,1446015188.18648,'\0','\0'),(8400,1,1003,1446015695.53161,'\0','\0'),(8401,1,1003,1446016599.57745,'\0','\0'),(8402,1,1003,1446016611.99433,'\0','\0'),(8403,1,1003,1446016681.20754,'\0','\0'),(8404,1,1003,1446019154.50724,'\0','\0'),(8405,1,1003,1446019428.67703,'\0','\0'),(8406,1,1003,1446019552.2219,'\0','\0'),(8407,1,1003,1446019804.94292,'\0','\0'),(8408,1,1003,1446021831.60919,'\0','\0'),(8409,1,1003,1446021904.65977,'\0','\0'),(8410,1,1003,1446021917.29504,'\0','\0'),(8411,1,1003,1446023653.31888,'\0','\0'),(8412,1,1003,1446025238.29663,'\0','\0'),(8413,1,1003,1446025364.80534,'\0','\0'),(8414,1,1003,1446025888.63871,'\0','\0'),(8415,1,1003,1446026257.9786,'\0','\0'),(8416,1,1003,1446026839.51305,'\0','\0'),(8417,1,1003,1446026933.49763,'\0','\0'),(8418,1,1003,1446027612.91643,'\0','\0'),(8419,1,1003,1446027932.58879,'\0','\0'),(8420,1,1003,1446029583.51954,'\0','\0'),(8421,1,1003,1446031112.43412,'\0','\0'),(8422,1,1002,1446031445.27212,'\0','\0'),(8423,1,1003,1446031446.14567,'\0','\0'),(8424,1,1003,1446031722.03135,'\0','\0'),(8425,1,1003,1446033219.31097,'\0','\0'),(8426,1,1003,1446033802.10894,'\0','\0'),(8427,1,1003,1446035215.13781,'\0','\0'),(8428,1,1003,1446036451.1637,'\0','\0'),(8429,1,1003,1446036679.26934,'\0','\0'),(8430,1,1003,1446037571.31947,'\0','\0'),(8431,1,1003,1446038016.237,'\0','\0'),(8432,1,1003,1446038994.90894,'\0','\0'),(8433,1,1003,1446039235.55625,'\0','\0'),(8434,1,1003,1446039376.8685,'\0','\0'),(8435,1,1003,1446041515.94189,'\0','\0'),(8436,1,1003,1446041645.18043,'\0','\0'),(8437,1,1003,1446043912.53099,'\0','\0'),(8438,1,1003,1446045315.62324,'\0','\0'),(8439,1,1003,1446046664.39942,'\0','\0'),(8440,1,1003,1446047238.78948,'\0','\0'),(8441,1,1003,1446047452.09157,'\0','\0'),(8442,1,1003,1446047557.77547,'\0','\0'),(8443,1,1003,1446048303.98962,'\0','\0'),(8444,1,1003,1446049529.7981,'\0','\0'),(8445,1,1003,1446050123.03187,'\0','\0'),(8446,1,1003,1446050123.14106,'\0','\0'),(8447,1,1003,1446050130.55064,'\0','\0'),(8448,1,1003,1446050397.27965,'\0','\0'),(8449,1,1003,1446051723.29674,'\0','\0'),(8450,1,1003,1446052076.28878,'\0','\0'),(8451,1,1003,1446053754.36196,'\0','\0'),(8452,1,1003,1446053875.89455,'\0','\0'),(8453,1,1003,1446055195.50041,'\0','\0'),(8454,1,1003,1446055271.57722,'\0','\0'),(8455,1,1003,1446055690.50665,'\0','\0'),(8456,1,1003,1446055800.5427,'\0','\0'),(8457,1,1003,1446056186.41764,'\0','\0'),(8458,1,1003,1446056193.54643,'\0','\0'),(8459,1,1003,1446058345.08349,'\0','\0'),(8460,1,1003,1446059135.3963,'\0','\0'),(8461,1,1003,1446059898.66026,'\0','\0'),(8462,1,1003,1446060540.32924,'\0','\0'),(8463,1,1003,1446060643.84487,'\0','\0'),(8464,1,1003,1446061164.8704,'\0','\0'),(8465,1,1003,1446064494.90388,'\0','\0'),(8466,1,1003,1446064957.76037,'\0','\0'),(8467,1,1003,1446065910.84978,'\0','\0'),(8468,1,1003,1446066097.10304,'\0','\0'),(8469,1,1003,1446068149.60142,'\0','\0'),(8470,1,1003,1446068972.73472,'\0','\0'),(8471,1,1003,1446069259.29019,'\0','\0'),(8472,1,1003,1446069419.33696,'\0','\0'),(8473,1,1003,1446069836.62848,'\0','\0'),(8474,1,1003,1446071733.22946,'\0','\0'),(8475,1,1003,1446074529.19654,'\0','\0'),(8476,1,1003,1446074678.82311,'\0','\0'),(8477,1,1003,1446075130.00633,'\0','\0'),(8478,1,1003,1446075787.61402,'\0','\0'),(8479,1,1003,1446076371.51607,'\0','\0'),(8480,1,1003,1446076671.37757,'\0','\0'),(8481,1,1003,1446079888.03678,'\0','\0'),(8482,1,1003,1446081472.00059,'\0','\0'),(8483,1,1003,1446083017.41903,'\0','\0'),(8484,1,1003,1446088449.00984,'\0','\0'),(8485,1,1003,1446110794.48946,'\0','\0'),(8486,1,1003,1446094810.47279,'\0','\0'),(8487,1,1003,1446094953.26787,'\0','\0'),(8488,1,1003,1446099162.10362,'\0','\0'),(8489,1,1003,1446099351.30632,'\0','\0'),(8490,1,1003,1446105987.36199,'\0','\0'),(8491,1,1003,1446103314.81345,'\0','\0'),(8492,1,1003,1446103866.32317,'\0','\0'),(8493,1,1003,1446104447.73655,'\0','\0'),(8494,1,1003,1446110005.8407,'\0','\0'),(8495,1,1003,1446110427.61187,'\0','\0'),(8496,1,1003,1446110915.28966,'\0','\0'),(8497,1,1003,1446112472.30821,'\0','\0'),(8498,1,1003,1446112474.72609,'\0','\0'),(8499,1,1003,1446115423.42726,'\0','\0'),(8500,1,1003,1446116054.14972,'\0','\0'),(8501,1,1003,1446116802.52134,'\0','\0'),(8502,1,1003,1446117025.73029,'\0','\0'),(8503,1,1003,1446121858.87444,'\0','\0'),(8504,1,1003,1446123114.07966,'\0','\0'),(8505,1,1003,1446123425.98567,'\0','\0'),(8506,1,1003,1446124157.60375,'\0','\0'),(8507,1,1003,1446126300.26306,'\0','\0'),(8508,1,1003,1446126808.18861,'\0','\0'),(8509,1,1003,1446127921.30073,'\0','\0'),(8510,1,1003,1446128461.64142,'\0','\0'),(8511,1,1003,1446128680.66978,'\0','\0'),(8512,1,1003,1446129236.37568,'\0','\0'),(8513,1,1003,1446130757.20409,'\0','\0'),(8514,1,1003,1446131251.46474,'\0','\0'),(8515,1,1003,1446131802.92766,'\0','\0'),(8516,1,1003,1446131946.3467,'\0','\0'),(8517,1,1003,1446133428.19271,'\0','\0'),(8518,1,1003,1446134299.64202,'\0','\0'),(8519,1,1003,1446139470.21525,'\0','\0'),(8520,1,1003,1446140015.48528,'\0','\0'),(8521,1,1003,1446141582.51852,'\0','\0'),(8522,1,1003,1446143188.51855,'\0','\0'),(8523,1,1003,1446143853.96483,'\0','\0'),(8524,1,1003,1446144073.78875,'\0','\0'),(8525,1,1003,1446144909.95267,'\0','\0'),(8526,1,1003,1446145085.19408,'\0','\0'),(8527,1,1003,1446146049.34944,'\0','\0'),(8528,1,1003,1446146243.63747,'\0','\0'),(8529,1,1003,1446148104.23205,'\0','\0'),(8530,1,1003,1446149194.16376,'\0','\0'),(8531,1,1003,1446154440.16809,'\0','\0'),(8532,1,1003,1446156551.61341,'\0','\0'),(8533,1,1003,1446158605.18569,'\0','\0'),(8534,1,1003,1446164112.42853,'\0','\0'),(8535,1,1003,1446164519.51481,'\0','\0'),(8536,1,1003,1446164823.11422,'\0','\0'),(8537,1,1003,1446168466.83461,'\0','\0'),(8538,1,1003,1446172682.15374,'\0','\0'),(8539,1,1003,1446173454.22886,'\0','\0'),(8540,1,1003,1446174061.97332,'\0','\0'),(8541,1,1003,1446174507.44685,'\0','\0'),(8542,1,1003,1446174899.49351,'\0','\0'),(8543,1,1003,1446178690.00952,'\0','\0'),(8544,1,1003,1446244676.91612,'\0','\0'),(8545,1,1003,1446180076.03635,'\0','\0'),(8546,1,1003,1446181648.0931,'\0','\0'),(8547,1,1003,1446182902.09671,'\0','\0'),(8548,1,1003,1446183673.08947,'\0','\0'),(8549,1,1003,1446184167.82216,'\0','\0'),(8550,1,1003,1446190976.79406,'\0','\0'),(8551,1,1003,1446194580.95151,'\0','\0'),(8552,1,1003,1446196234.84924,'\0','\0'),(8553,1,1003,1446196930.20708,'\0','\0'),(8554,1,1003,1446197161.96179,'\0','\0'),(8555,1,1003,1446198312.47356,'\0','\0'),(8556,1,1003,1446201086.11118,'\0','\0'),(8557,1,1003,1446206767.03137,'\0','\0'),(8558,1,1003,1446209408.74296,'\0','\0'),(8559,1,1003,1446209503.16613,'\0','\0'),(8560,1,1003,1446210924.50546,'\0','\0'),(8561,1,1003,1446211340.60385,'\0','\0'),(8562,1,1003,1446211416.96292,'\0','\0'),(8563,1,1003,1446212060.59416,'\0','\0'),(8564,1,1003,1446213720.91701,'\0','\0'),(8565,1,1003,1446213899.21766,'\0','\0'),(8566,1,1003,1446213911.10441,'\0','\0'),(8567,1,1003,1446214199.63091,'\0','\0'),(8568,1,1003,1446215164.00142,'\0','\0'),(8569,1,1003,1446215718.71608,'\0','\0'),(8570,1,1003,1446218340.77243,'\0','\0'),(8571,1,1003,1446219692.21085,'\0','\0'),(8572,1,1003,1446225174.73601,'\0','\0'),(8573,1,1003,1446226134.85732,'\0','\0'),(8574,1,1003,1446228483.09795,'\0','\0'),(8575,1,1003,1446228657.57612,'\0','\0'),(8576,1,1003,1446229305.23379,'\0','\0'),(8577,1,1003,1446229895.88381,'\0','\0'),(8578,1,1003,1446230260.73584,'\0','\0'),(8579,1,1003,1446230864.75634,'\0','\0'),(8580,1,1003,1446231313.17381,'\0','\0'),(8581,1,1003,1446246889.84736,'\0','\0'),(8582,1,1003,1446233339.80367,'\0','\0'),(8583,1,1003,1446233445.42653,'\0','\0'),(8584,1,1003,1446234127.49032,'\0','\0'),(8585,1,1003,1446237211.68633,'\0','\0'),(8586,1,1003,1446239796.69072,'\0','\0'),(8587,1,1003,1446242905.11643,'\0','\0'),(8588,1,1003,1446242966.29689,'\0','\0'),(8589,1,1003,1446246522.48384,'\0','\0'),(8590,1,1003,1446246984.59751,'\0','\0'),(8591,1,1003,1446248453.3028,'\0','\0'),(8592,1,1003,1446253551.69367,'\0','\0'),(8593,1,1003,1446258918.41909,'\0','\0'),(8594,1,1003,1446260970.31981,'\0','\0'),(8595,1,1003,1446261576.19662,'\0','\0'),(8596,1,1003,1446263139.52727,'\0','\0'),(8597,1,1003,1446264209.18687,'\0','\0'),(8598,1,1003,1446264595.89352,'\0','\0'),(8599,1,1003,1446265337.53104,'\0','\0'),(8600,1,1003,1446265646.55317,'\0','\0'),(8601,1,1003,1446266186.77253,'\0','\0'),(8602,1,1003,1446269103.32685,'\0','\0'),(8603,1,1003,1446270537.56338,'\0','\0'),(8604,1,1003,1446271125.93198,'\0','\0'),(8605,1,1003,1446273252.69365,'\0','\0'),(8606,1,1003,1446276430.66104,'\0','\0'),(8607,1,1003,1446282534.99471,'\0','\0'),(8608,1,1003,1446283884.00658,'\0','\0'),(8609,1,1003,1446283977.1812,'\0','\0'),(8610,1,1003,1446284512.47118,'\0','\0'),(8611,1,1003,1446286978.02403,'\0','\0'),(8612,1,1003,1446312212.57943,'\0','\0'),(8613,1,1003,1446293770.49825,'\0','\0'),(8614,1,1003,1446294443.51445,'\0','\0'),(8615,1,1003,1446294972.11233,'\0','\0'),(8616,1,1003,1446295620.13845,'\0','\0'),(8617,1,1003,1446296148.70513,'\0','\0'),(8618,1,1003,1446297361.03593,'\0','\0'),(8619,1,1003,1446297433.41668,'\0','\0'),(8620,1,1003,1446297597.9893,'\0','\0'),(8621,1,1003,1446298601.67946,'\0','\0'),(8622,1,1003,1446298773.19376,'\0','\0'),(8623,1,1003,1446299023.34413,'\0','\0'),(8624,1,1003,1446305688.76498,'\0','\0'),(8625,1,1003,1446306484.51647,'\0','\0'),(8626,1,1003,1446306950.23357,'\0','\0'),(8627,1,1003,1446309147.69136,'\0','\0'),(8628,1,1003,1446309263.54736,'\0','\0'),(8629,1,1003,1446309972.67594,'\0','\0'),(8630,1,1003,1446314306.72306,'\0','\0'),(8631,1,1003,1446314514.36534,'\0','\0'),(8632,1,1003,1446318789.11951,'\0','\0'),(8633,1,1003,1446318796.90213,'\0','\0'),(8634,1,1003,1446319347.04234,'\0','\0'),(8635,1,1003,1446322464.0913,'\0','\0'),(8636,1,1003,1446322579.24533,'\0','\0'),(8637,1,1003,1446323379.78581,'\0','\0'),(8638,1,1003,1446323452.01057,'\0','\0'),(8639,1,1003,1446323771.90541,'\0','\0'),(8640,1,1003,1446325467.92371,'\0','\0'),(8641,1,1003,1446326564.38291,'\0','\0'),(8642,1,1003,1446327395.87239,'\0','\0'),(8643,1,1003,1446328644.78355,'\0','\0'),(8644,1,1003,1446328854.51614,'\0','\0'),(8645,1,1003,1446332785.22775,'\0','\0'),(8646,1,1003,1446333282.12785,'\0','\0'),(8647,1,1003,1446334130.38659,'\0','\0'),(8648,1,1003,1446335269.24018,'\0','\0'),(8649,1,1003,1446337547.99214,'\0','\0'),(8650,1,1003,1446337710.03767,'\0','\0'),(8651,1,1003,1446339067.31717,'\0','\0'),(8652,1,1003,1446349248.21591,'\0','\0'),(8653,1,1003,1446353030.76467,'\0','\0'),(8654,1,1003,1446354629.36606,'\0','\0'),(8655,1,1003,1446359940.98726,'\0','\0'),(8656,1,1003,1446360926.18593,'\0','\0'),(8657,1,1003,1446361413.69213,'\0','\0'),(8658,1,1003,1446362690.93903,'\0','\0'),(8659,1,1003,1446364886.54203,'\0','\0'),(8660,1,1003,1446372154.61489,'\0','\0'),(8661,1,1003,1446373308.81529,'\0','\0'),(8662,1,1003,1446375981.08305,'\0','\0'),(8663,1,1003,1446376224.92974,'\0','\0'),(8664,1,1003,1446376294.89215,'\0','\0'),(8665,1,1003,1446377005.98169,'\0','\0'),(8666,1,1003,1446377132.3976,'\0','\0'),(8667,1,1003,1446377181.42589,'\0','\0'),(8668,1,1003,1446377296.11121,'\0','\0'),(8669,1,1003,1446377555.16712,'\0','\0'),(8670,1,1003,1446378095.92899,'\0','\0'),(8671,1,1003,1446378154.37919,'\0','\0'),(8672,1,1003,1446378248.95714,'\0','\0'),(8673,1,1003,1446378654.02157,'\0','\0'),(8674,1,1003,1446378995.97163,'\0','\0'),(8675,1,1003,1446379604.41843,'\0','\0'),(8676,1,1003,1446380488.42509,'\0','\0'),(8677,1,1003,1446381066.95262,'\0','\0'),(8678,1,1003,1446381241.91325,'\0','\0'),(8679,1,1003,1446381258.68239,'\0','\0'),(8680,1,1003,1446381597.54381,'\0','\0'),(8681,1,1003,1446382096.9834,'\0','\0'),(8682,1,1003,1446382230.45015,'\0','\0'),(8683,1,1003,1446382597.17175,'\0','\0'),(8684,1,1003,1446383205.43135,'\0','\0'),(8685,1,1003,1446384873.98489,'\0','\0'),(8686,1,1003,1446385790.18771,'\0','\0'),(8687,1,1003,1446385926.94702,'\0','\0'),(8688,1,1003,1446386175.50598,'\0','\0'),(8689,1,1003,1446386672.74608,'\0','\0'),(8690,1,1003,1446386679.03256,'\0','\0'),(8691,1,1003,1446386913.76932,'\0','\0'),(8692,1,1003,1446388097.45221,'\0','\0'),(8693,1,1003,1446388223.33775,'\0','\0'),(8694,1,1003,1446388454.65829,'\0','\0'),(8695,1,1003,1446388501.44029,'\0','\0'),(8696,1,1003,1446388516.16594,'\0','\0'),(8697,1,1003,1446388948.38857,'\0','\0'),(8698,1,1003,1446389377.02339,'\0','\0'),(8699,1,1003,1446389669.82037,'\0','\0'),(8700,1,1003,1446390461.72936,'\0','\0'),(8701,1,1003,1446390566.97716,'\0','\0'),(8702,1,1003,1446391482.02623,'\0','\0'),(8703,1,1003,1446391547.29329,'\0','\0'),(8704,1,1003,1446391878.33951,'\0','\0'),(8705,1,1003,1446392764.29607,'\0','\0'),(8706,1,1003,1446393098.82092,'\0','\0'),(8707,1,1003,1446393159.75139,'\0','\0'),(8708,1,1003,1446393431.22427,'\0','\0'),(8709,1,1003,1446393459.8176,'\0','\0'),(8710,1,1003,1446393568.62202,'\0','\0'),(8711,1,1003,1446393642.95221,'\0','\0'),(8712,1,1003,1446393878.21935,'\0','\0'),(8713,1,1003,1446411013.78455,'\0','\0'),(8714,1,1003,1446394096.26496,'\0','\0'),(8715,1,1003,1446394212.01103,'\0','\0'),(8716,1,1003,1446394515.63386,'\0','\0'),(8717,1,1003,1446394515.94584,'\0','\0'),(8718,1,1003,1446406396.59295,'\0','\0'),(8719,1,1003,1446394615.74952,'\0','\0'),(8720,1,1003,1446394877.61329,'\0','\0'),(8721,1,1003,1446395152.68959,'\0','\0'),(8722,1,1003,1446396507.04333,'\0','\0'),(8723,1,1003,1446396646.079,'\0','\0'),(8724,1,1003,1446397152.07025,'\0','\0'),(8725,1,1003,1446397404.27811,'\0','\0'),(8726,1,1003,1446397616.19325,'\0','\0'),(8727,1,1003,1446397826.23647,'\0','\0'),(8728,1,1003,1446397904.18568,'\0','\0'),(8729,1,1003,1446398120.28139,'\0','\0'),(8730,1,1003,1446398260.29981,'\0','\0'),(8731,1,1003,1446399205.11216,'\0','\0'),(8732,1,1003,1446399369.69932,'\0','\0'),(8733,1,1003,1446400761.16356,'\0','\0'),(8734,1,1003,1446411757.97559,'\0','\0'),(8735,1,1003,1446401645.91898,'\0','\0'),(8736,1,1003,1446402214.931,'\0','\0'),(8737,1,1003,1446402293.11419,'\0','\0'),(8738,1,1003,1446402727.19313,'\0','\0'),(8739,1,1003,1446402822.73823,'\0','\0'),(8740,1,1003,1446402846.49581,'\0','\0'),(8741,1,1003,1446403373.68637,'\0','\0'),(8742,1,1003,1446403463.45977,'\0','\0'),(8743,1,1003,1446403869.22616,'\0','\0'),(8744,1,1003,1446403885.35573,'\0','\0'),(8745,1,1003,1446404082.20204,'\0','\0'),(8746,1,1003,1446404201.78551,'\0','\0'),(8747,1,1003,1446404208.53996,'\0','\0'),(8748,1,1003,1446404221.05052,'\0','\0'),(8749,1,1003,1446404252.5609,'\0','\0'),(8750,1,1003,1446405753.65632,'\0','\0'),(8751,1,1003,1446406262.8922,'\0','\0'),(8752,1,1003,1446406662.82449,'\0','\0'),(8753,1,1003,1446407968.77392,'\0','\0'),(8754,1,1003,1446408190.03297,'\0','\0'),(8755,1,1003,1446410278.07948,'\0','\0'),(8756,1,1003,1446410747.58421,'\0','\0'),(8757,1,1003,1446411239.0214,'\0','\0'),(8758,1,1003,1446411339.82343,'\0','\0'),(8759,1,1003,1446411685.31451,'\0','\0'),(8760,1,1003,1446412151.5902,'\0','\0'),(8761,1,1003,1446413413.33149,'\0','\0'),(8762,1,1003,1446414256.03148,'\0','\0'),(8763,1,1003,1446414749.76176,'\0','\0'),(8764,1,1003,1446416861.59705,'\0','\0'),(8765,1,1003,1446417768.38402,'\0','\0'),(8766,1,1003,1446417804.35462,'\0','\0'),(8767,1,1003,1446418468.71404,'\0','\0'),(8768,1,1003,1446422245.46755,'\0','\0'),(8769,1,1003,1446423629.99014,'\0','\0'),(8770,1,1003,1446423949.99213,'\0','\0'),(8771,1,1003,1446424383.5875,'\0','\0'),(8772,1,1003,1446425669.91313,'\0','\0'),(8773,1,1003,1446426287.73504,'\0','\0'),(8774,1,1003,1446427272.01337,'\0','\0'),(8775,1,1003,1446427319.94971,'\0','\0'),(8776,1,1003,1446427992.52481,'\0','\0'),(8777,1,1003,1446429468.34953,'\0','\0'),(8778,1,1003,1446429682.62014,'\0','\0'),(8779,1,1003,1446430132.78185,'\0','\0'),(8780,1,1003,1446430665.60372,'\0','\0'),(8781,1,1003,1446432462.72516,'\0','\0'),(8782,1,1003,1446432974.11373,'\0','\0'),(8783,1,1003,1446433890.50434,'\0','\0'),(8784,1,1003,1446434272.57554,'\0','\0'),(8785,1,1003,1446434699.69724,'\0','\0'),(8786,1,1003,1446436834.90013,'\0','\0'),(8787,1,1003,1446437569.76285,'\0','\0'),(8788,1,1003,1446438173.85747,'\0','\0'),(8789,1,1003,1446438339.25578,'\0','\0'),(8790,1,1003,1446439300.66568,'\0','\0'),(8791,1,1003,1446439989.05837,'\0','\0'),(8792,1,1003,1446441395.57584,'\0','\0'),(8793,1,1003,1446442190.49548,'\0','\0'),(8794,1,1003,1446442962.87426,'\0','\0'),(8795,1,1003,1446444673.26415,'\0','\0'),(8796,1,1003,1446444674.57448,'\0','\0'),(8797,1,1003,1446444818.04032,'\0','\0'),(8798,1,1003,1446444960.49222,'\0','\0'),(8799,1,1003,1446445191.26678,'\0','\0'),(8800,1,1003,1446451704.30439,'\0','\0'),(8801,1,1003,1446452552.54209,'\0','\0'),(8802,1,1003,1446452893.08822,'\0','\0'),(8803,1,1003,1446453439.5126,'\0','\0'),(8804,1,1003,1446453953.14746,'\0','\0'),(8805,1,1003,1446454540.31694,'\0','\0'),(8806,1,1003,1446472678.89511,'\0','\0'),(8807,1,1003,1446456332.22825,'\0','\0'),(8808,1,1003,1446457616.63518,'\0','\0'),(8809,1,1003,1446458089.60292,'\0','\0'),(8810,1,1003,1446458622.98637,'\0','\0'),(8811,1,1003,1446458688.84619,'\0','\0'),(8812,1,1003,1446458924.4877,'\0','\0'),(8813,1,1003,1446458960.91183,'\0','\0'),(8814,1,1003,1446458984.87221,'\0','\0'),(8815,1,1003,1446459199.39241,'\0','\0'),(8816,1,1003,1446460462.56882,'\0','\0'),(8817,1,1003,1446462044.03132,'\0','\0'),(8818,1,1003,1446462343.25517,'\0','\0'),(8819,1,1003,1446463381.16354,'\0','\0'),(8820,1,1003,1446486532.13308,'\0','\0'),(8821,1,1003,1446465697.06757,'\0','\0'),(8822,1,1003,1446466254.44259,'\0','\0'),(8823,1,1003,1446466331.44024,'\0','\0'),(8824,1,1003,1446468209.80231,'\0','\0'),(8825,1,1003,1446468779.12631,'\0','\0'),(8826,1,1003,1446469037.43346,'\0','\0'),(8827,1,1003,1446469069.33383,'\0','\0'),(8828,1,1003,1446469333.64667,'\0','\0'),(8829,1,1003,1446469690.72796,'\0','\0'),(8830,1,1003,1446470125.43087,'\0','\0'),(8831,1,1003,1446470308.65907,'\0','\0'),(8832,1,1003,1446470308.65907,'\0','\0'),(8833,1,1003,1446470992.10682,'\0','\0'),(8834,1,1003,1446471638.44407,'\0','\0'),(8835,1,1003,1446472060.83921,'\0','\0'),(8836,1,1003,1446472847.44447,'\0','\0'),(8837,1,1003,1446475682.45868,'\0','\0'),(8838,1,1003,1446476375.12555,'\0','\0'),(8839,1,1003,1446477467.78712,'\0','\0'),(8840,1,1003,1446478750.02576,'\0','\0'),(8841,1,1003,1446478886.81514,'\0','\0'),(8842,1,1003,1446479315.93353,'\0','\0'),(8843,1,1003,1446480940.38742,'\0','\0'),(8844,1,1003,1446481460.19957,'\0','\0'),(8845,1,1003,1446481682.86255,'\0','\0'),(8846,1,1003,1446482224.87235,'\0','\0'),(8847,1,1003,1446482762.21706,'\0','\0'),(8848,1,1003,1446483261.76198,'\0','\0'),(8849,1,1003,1446484035.27905,'\0','\0'),(8850,1,1003,1446484450.59143,'\0','\0'),(8851,1,1003,1446484524.15725,'\0','\0'),(8852,1,1003,1446484884.63917,'\0','\0'),(8853,1,1003,1446485644.66339,'\0','\0'),(8854,1,1003,1446486671.04395,'\0','\0'),(8855,1,1003,1446487477.07022,'\0','\0'),(8856,1,1003,1446487766.57577,'\0','\0'),(8857,1,1003,1446488247.48351,'\0','\0'),(8858,1,1003,1446488546.92575,'\0','\0'),(8859,1,1003,1446488833.62345,'\0','\0'),(8860,1,1003,1446488910.5587,'\0','\0'),(8861,1,1003,1446488944.59615,'\0','\0'),(8862,1,1003,1446489140.42851,'\0','\0'),(8863,1,1003,1446490766.14594,'\0','\0'),(8864,1,1003,1446491234.07514,'\0','\0'),(8865,1,1003,1446491714.82688,'\0','\0'),(8866,1,1003,1446492470.12455,'\0','\0'),(8867,1,1003,1446493142.73085,'\0','\0'),(8868,1,1003,1446493171.51138,'\0','\0'),(8869,1,1003,1446493778.17987,'\0','\0'),(8870,1,1003,1446495445.29757,'\0','\0'),(8871,1,1003,1446495474.95165,'\0','\0'),(8872,1,1003,1446495956.46775,'\0','\0'),(8873,1,1003,1446496154.12522,'\0','\0'),(8874,1,1003,1446496393.63533,'\0','\0'),(8875,1,1003,1446497023.92101,'\0','\0'),(8876,1,1003,1446500355.52015,'\0','\0'),(8877,1,1003,1446500704.24026,'\0','\0'),(8878,1,1003,1446500955.54338,'\0','\0'),(8879,1,1003,1446501716.22276,'\0','\0'),(8880,1,1003,1446502277.23239,'\0','\0'),(8881,1,1003,1446502415.75329,'\0','\0'),(8882,1,1003,1446502711.29573,'\0','\0'),(8883,1,1003,1446503305.23527,'\0','\0'),(8884,1,1003,1446503552.01462,'\0','\0'),(8885,1,1003,1446505093.15318,'\0','\0'),(8886,1,1003,1446505633.96184,'\0','\0'),(8887,1,1003,1446505943.73076,'\0','\0'),(8888,1,1003,1446506581.12967,'\0','\0'),(8889,1,1003,1446506733.89264,'\0','\0'),(8890,1,1003,1446506950.56552,'\0','\0'),(8891,1,1003,1446507288.49099,'\0','\0'),(8892,1,1003,1446509402.86896,'\0','\0'),(8893,1,1003,1446513978.4731,'\0','\0'),(8894,1,1003,1446514283.42186,'\0','\0'),(8895,1,1003,1446514739.91685,'\0','\0'),(8896,1,1003,1446515035.2565,'\0','\0'),(8897,1,1003,1446519529.02725,'\0','\0'),(8898,1,1003,1446519936.46275,'\0','\0'),(8899,1,1003,1446521280.20904,'\0','\0'),(8900,1,1003,1446522635.18675,'\0','\0'),(8901,1,1003,1446523460.55602,'\0','\0'),(8902,1,1003,1446527982.7017,'\0','\0'),(8903,1,1003,1446528074.15981,'\0','\0'),(8904,1,1003,1446528630.1933,'\0','\0'),(8905,1,1003,1446530751.18532,'\0','\0'),(8906,1,1003,1446530835.81098,'\0','\0'),(8907,1,1003,1446531688.08887,'\0','\0'),(8908,1,1003,1446532392.42395,'\0','\0'),(8909,1,1003,1446533037.62246,'\0','\0'),(8910,1,1003,1446533265.66717,'\0','\0'),(8911,1,1003,1446534224.08202,'\0','\0'),(8912,1,1003,1446537117.67122,'\0','\0'),(8913,1,1003,1446537567.91093,'\0','\0'),(8914,1,1003,1446537788.858,'\0','\0'),(8915,1,1003,1446538661.14966,'\0','\0'),(8916,1,1003,1446539480.45085,'\0','\0'),(8917,1,1003,1446540397.24703,'\0','\0'),(8918,1,1003,1446540570.81933,'\0','\0'),(8919,1,1003,1446541623.92132,'\0','\0'),(8920,1,1003,1446542524.49433,'\0','\0'),(8921,1,1003,1446542550.06142,'\0','\0'),(8922,1,1002,1446542982.48685,'\0','\0'),(8923,1,1003,1446542984.23396,'\0','\0'),(8924,1,1003,1446543982.17718,'\0','\0'),(8925,1,1003,1446544006.38713,'\0','\0'),(8926,1,1003,1446544356.41758,'\0','\0'),(8927,1,1003,1446544784.19445,'\0','\0'),(8928,1,1003,1446545015.203,'\0','\0'),(8929,1,1003,1446546092.96732,'\0','\0'),(8930,1,1003,1446546533.70712,'\0','\0'),(8931,1,1003,1446547220.5555,'\0','\0'),(8932,1,1003,1446547732.50564,'\0','\0'),(8933,1,1003,1446548536.68518,'\0','\0'),(8934,1,1003,1446549748.80632,'\0','\0'),(8935,1,1003,1446549821.88857,'\0','\0'),(8936,1,1003,1446551815.20114,'\0','\0'),(8937,1,1003,1446552158.18075,'\0','\0'),(8938,1,1003,1446552814.4235,'\0','\0'),(8939,1,1003,1446553824.58089,'\0','\0'),(8940,1,1003,1446556139.61137,'\0','\0'),(8941,1,1003,1446556585.24931,'\0','\0'),(8942,1,1003,1446559141.7242,'\0','\0'),(8943,1,1003,1446559316.90322,'\0','\0'),(8944,1,1003,1446559749.84342,'\0','\0'),(8945,1,1003,1446560183.53238,'\0','\0'),(8946,1,1003,1446561472.13549,'\0','\0'),(8947,1,1003,1446561654.14696,'\0','\0'),(8948,1,1003,1446562141.40357,'\0','\0'),(8949,1,1003,1446562264.18487,'\0','\0'),(8950,1,1003,1446562310.76408,'\0','\0'),(8951,1,1003,1446563210.51034,'\0','\0'),(8952,1,1003,1446564301.03481,'\0','\0'),(8953,1,1003,1446565099.72945,'\0','\0'),(8954,1,1003,1446565117.38774,'\0','\0'),(8955,1,1003,1446567353.17428,'\0','\0'),(8956,1,1003,1446568806.94173,'\0','\0'),(8957,1,1003,1446569171.76022,'\0','\0'),(8958,1,1003,1446570720.82317,'\0','\0'),(8959,1,1003,1446571479.10028,'\0','\0'),(8960,1,1003,1446572945.37829,'\0','\0'),(8961,1,1003,1446575366.06214,'\0','\0'),(8962,1,1003,1446575393.18915,'\0','\0'),(8963,1,1003,1446576285.07341,'\0','\0'),(8964,1,1003,1446576382.7712,'\0','\0'),(8965,1,1003,1446576829.45429,'\0','\0'),(8966,1,1003,1446577180.59229,'\0','\0'),(8967,1,1003,1446578190.93687,'\0','\0'),(8968,1,1003,1446579478.65083,'\0','\0'),(8969,1,1003,1446579990.47618,'\0','\0'),(8970,1,1003,1446580052.95098,'\0','\0'),(8971,1,1003,1446580404.58814,'\0','\0'),(8972,1,1003,1446580553.6385,'\0','\0'),(8973,1,1003,1446580887.16499,'\0','\0'),(8974,1,1003,1446580893.18629,'\0','\0'),(8975,1,1003,1446581209.1538,'\0','\0'),(8976,1,1003,1446581365.06664,'\0','\0'),(8977,1,1003,1446584088.56768,'\0','\0'),(8978,1,1003,1446587572.11862,'\0','\0'),(8979,1,1003,1446588575.73995,'\0','\0'),(8980,1,1003,1446588666.93288,'\0','\0'),(8981,1,1003,1446590248.55136,'\0','\0'),(8982,1,1003,1446591174.20789,'\0','\0'),(8983,1,1003,1446591324.2566,'\0','\0'),(8984,1,1003,1446592232.97239,'\0','\0'),(8985,1,1003,1446592623.85715,'\0','\0'),(8986,1,1003,1446593944.42302,'\0','\0'),(8987,1,1003,1446595342.03335,'\0','\0'),(8988,1,1003,1446597900.69213,'\0','\0'),(8989,1,1003,1446599127.88119,'\0','\0'),(8990,1,1003,1446599661.21784,'\0','\0'),(8991,1,1003,1446600955.28067,'\0','\0'),(8992,1,1003,1446601577.37677,'\0','\0'),(8993,1,1003,1446602028.97361,'\0','\0'),(8994,1,1003,1446603164.76696,'\0','\0'),(8995,1,1003,1446603475.36263,'\0','\0'),(8996,1,1003,1446605258.91276,'\0','\0'),(8997,1,1003,1446605260.0827,'\0','\0'),(8998,1,1003,1446605981.07773,'\0','\0'),(8999,1,1003,1446608979.82114,'\0','\0'),(9000,1,1003,1446610824.92571,'\0','\0'),(9001,1,1003,1446612389.75946,'\0','\0'),(9002,1,1003,1446612810.62587,'\0','\0'),(9003,1,1003,1446618721.10654,'\0','\0'),(9004,1,1003,1446619590.02878,'\0','\0'),(9005,1,1003,1446619981.5375,'\0','\0'),(9006,1,1003,1446621353.98632,'\0','\0'),(9007,1,1003,1446621409.11389,'\0','\0'),(9008,1,1003,1446622719.1815,'\0','\0'),(9009,1,1003,1446623418.21285,'\0','\0'),(9010,1,1003,1446624168.26919,'\0','\0'),(9011,1,1003,1446624832.74831,'\0','\0'),(9012,1,1003,1446624899.1541,'\0','\0'),(9013,1,1003,1446626815.04785,'\0','\0'),(9014,1,1003,1446659340.48505,'\0','\0'),(9015,1,1003,1446627610.70064,'\0','\0'),(9016,1,1003,1446628280.74868,'\0','\0'),(9017,1,1003,1446654707.28866,'\0','\0'),(9018,1,1003,1446631924.08223,'\0','\0'),(9019,1,1003,1446631968.82074,'\0','\0'),(9020,1,1003,1446632489.47524,'\0','\0'),(9021,1,1003,1446633885.74403,'\0','\0'),(9022,1,1003,1446634443.49343,'\0','\0'),(9023,1,1003,1446638193.19792,'\0','\0'),(9024,1,1003,1446638980.83273,'\0','\0'),(9025,1,1003,1446639347.24234,'\0','\0'),(9026,1,1003,1446639431.63401,'\0','\0'),(9027,1,1003,1446639446.73404,'\0','\0'),(9028,1,1003,1446639490.98897,'\0','\0'),(9029,1,1003,1446640031.04887,'\0','\0'),(9030,1,1003,1446641311.64959,'\0','\0'),(9031,1,1003,1446641378.21138,'\0','\0'),(9032,1,1003,1446641391.75149,'\0','\0'),(9033,1,1003,1446642905.43546,'\0','\0'),(9034,1,1003,1446643305.96052,'\0','\0'),(9035,1,1003,1446643593.53177,'\0','\0'),(9036,1,1003,1446643817.69227,'\0','\0'),(9037,1,1003,1446644638.80296,'\0','\0'),(9038,1,1003,1446645364.44655,'\0','\0'),(9039,1,1003,1446645771.89765,'\0','\0'),(9040,1,1003,1446646358.22478,'\0','\0'),(9041,1,1003,1446647298.31688,'\0','\0'),(9042,1,1003,1446648868.96047,'\0','\0'),(9043,1,1003,1446648883.82651,'\0','\0'),(9044,1,1003,1446649116.0986,'\0','\0'),(9045,1,1003,1446650440.42388,'\0','\0'),(9046,1,1003,1446650698.99622,'\0','\0'),(9047,1,1003,1446651385.25183,'\0','\0'),(9048,1,1003,1446652538.42269,'\0','\0'),(9049,1,1003,1446653368.11294,'\0','\0'),(9050,1,1003,1446653732.63504,'\0','\0'),(9051,1,1003,1446654602.82082,'\0','\0'),(9052,1,1003,1446657746.94877,'\0','\0'),(9053,1,1003,1446657911.75432,'\0','\0'),(9054,1,1003,1446658784.01478,'\0','\0'),(9055,1,1003,1446658994.2296,'\0','\0'),(9056,1,1003,1446659267.40279,'\0','\0'),(9057,1,1003,1446660872.34209,'\0','\0'),(9058,1,1003,1446664169.96617,'\0','\0'),(9059,1,1003,1446665427.40208,'\0','\0'),(9060,1,1003,1446665485.85228,'\0','\0'),(9061,1,1003,1446666073.09977,'\0','\0'),(9062,1,1003,1446667101.75781,'\0','\0'),(9063,1,1003,1446667598.46754,'\0','\0'),(9064,1,1003,1446668072.40243,'\0','\0'),(9065,1,1003,1446668112.69517,'\0','\0'),(9066,1,1003,1446668366.71254,'\0','\0'),(9067,1,1003,1446672149.05056,'\0','\0'),(9068,1,1003,1446672342.10626,'\0','\0'),(9069,1,1003,1446672526.48881,'\0','\0'),(9070,1,1003,1446672789.9437,'\0','\0'),(9071,1,1003,1446673086.07891,'\0','\0'),(9072,1,1003,1446673348.83183,'\0','\0'),(9073,1,1003,1446674237.93944,'\0','\0'),(9074,1,1003,1446674867.77273,'\0','\0'),(9075,1,1003,1446675205.47982,'\0','\0'),(9076,1,1003,1446677921.40973,'\0','\0'),(9077,1,1003,1446678326.67694,'\0','\0'),(9078,1,1003,1446680008.7091,'\0','\0'),(9079,1,1003,1446684150.51925,'\0','\0'),(9080,1,1003,1446684280.0862,'\0','\0'),(9081,1,1003,1446685222.29348,'\0','\0'),(9082,1,1003,1446685488.63422,'\0','\0'),(9083,1,1003,1446691926.61125,'\0','\0'),(9084,1,1003,1446693250.56216,'\0','\0'),(9085,1,1003,1446746542.02557,'\0','\0'),(9086,1,1003,1446696635.65095,'\0','\0'),(9087,1,1003,1446697926.56275,'\0','\0'),(9088,1,1003,1446699222.43509,'\0','\0'),(9089,1,1003,1446700329.36992,'\0','\0'),(9090,1,1003,1446702687.43859,'\0','\0'),(9091,1,1003,1446723980.35535,'\0','\0'),(9092,1,1003,1446706434.02325,'\0','\0'),(9093,1,1003,1446706687.29186,'\0','\0'),(9094,1,1003,1446707905.1526,'\0','\0'),(9095,1,1003,1446712417.39058,'\0','\0'),(9096,1,1002,1446717220.52003,'\0','\0'),(9097,1,1003,1446717227.14969,'\0','\0'),(9098,1,1003,1446715927.33075,'\0','\0'),(9099,1,1003,1446716488.66796,'\0','\0'),(9100,1,1003,1446717576.79016,'\0','\0'),(9101,1,1003,1446718692.71013,'\0','\0'),(9102,1,1003,1446718860.10514,'\0','\0'),(9103,1,1003,1446718979.47022,'\0','\0'),(9104,1,1003,1446721897.51897,'\0','\0'),(9105,1,1003,1446724313.00829,'\0','\0'),(9106,1,1003,1446724482.69639,'\0','\0'),(9107,1,1003,1446725364.94034,'\0','\0'),(9108,1,1003,1446728517.08629,'\0','\0'),(9109,1,1003,1446730735.62011,'\0','\0'),(9110,1,1002,1446731405.35616,'\0','\0'),(9111,1,1003,1446731406.91608,'\0','\0'),(9112,1,1003,1446731794.52501,'\0','\0'),(9113,1,1003,1446732277.39824,'\0','\0'),(9114,1,1003,1446732864.50533,'\0','\0'),(9115,1,1003,1446734167.81849,'\0','\0'),(9116,1,1003,1446734496.79002,'\0','\0'),(9117,1,1003,1446734932.61607,'\0','\0'),(9118,1,1003,1446736527.60307,'\0','\0'),(9119,1,1003,1446737474.89569,'\0','\0'),(9120,1,1003,1446738627.75457,'\0','\0'),(9121,1,1003,1446739213.86331,'\0','\0'),(9122,1,1003,1446739975.33825,'\0','\0'),(9123,1,1003,1446740840.57908,'\0','\0'),(9124,1,1003,1446741441.07029,'\0','\0'),(9125,1,1003,1446741819.88126,'\0','\0'),(9126,1,1003,1446742370.22103,'\0','\0'),(9127,1,1003,1446743601.43469,'\0','\0'),(9128,1,1003,1446745597.43789,'\0','\0'),(9129,1,1003,1446749343.90708,'\0','\0'),(9130,1,1003,1446750614.92989,'\0','\0'),(9131,1,1003,1446751008.87209,'\0','\0'),(9132,1,1003,1446752306.64753,'\0','\0'),(9133,1,1003,1446754930.15219,'\0','\0'),(9134,1,1003,1446763674.01856,'\0','\0'),(9135,1,1003,1446812770.28378,'\0','\0'),(9136,1,1002,1446823750.79465,'\0','\0'),(9137,1,1003,1446823752.43256,'\0','\0'),(9138,1,1003,1446838487.1873,'\0','\0'),(9139,1,1003,1446875629.2338,'\0','\0'),(9140,1,1002,1446888247.00338,'\0','\0'),(9141,1,1003,1446888248.67249,'\0','\0'),(9142,1,1003,1446912356.01102,'\0','\0'),(9143,1,1003,1446931678.19409,'\0','\0'),(9144,1,1003,1446949654.60063,'\0','\0'),(9145,1,1003,1446985222.25044,'\0','\0'),(9146,1,1002,1447007025.23007,'\0','\0'),(9147,1,1003,1447007026.44651,'\0','\0'),(9148,1,1003,1447020120.211,'\0','\0'),(9149,1,1003,1447051220.90404,'\0','\0'),(9150,1,1003,1447087940.13614,'\0','\0'),(9151,1,1003,1447124533.79191,'\0','\0'),(9152,1,1002,1447149098.07675,'\0','\0'),(9153,1,1003,1447149099.71466,'\0','\0'),(9154,1,1003,1447156217.86361,'\0','\0'),(9155,1,1003,1447157239.8296,'\0','\0'),(9156,1,1003,1447157501.22539,'\0','\0'),(9157,1,1003,1447157986.7193,'\0','\0'),(9158,1,1003,1447160930.17914,'\0','\0'),(9159,1,1003,1447162280.3367,'\0','\0'),(9160,1,1003,1447163762.74427,'\0','\0'),(9161,1,1003,1447166429.09993,'\0','\0'),(9162,1,1003,1447196397.48423,'\0','\0'),(9163,1,1003,1447200263.91754,'\0','\0'),(9164,1,1003,1447247097.83449,'\0','\0'),(9165,1,1003,1447235916.44883,'\0','\0'),(9166,1,1003,1447268532.53174,'\0','\0'),(9167,1,1003,1447246749.69154,'\0','\0'),(9168,1,1003,1447264884.00365,'\0','\0'),(9169,1,1003,1447248178.18828,'\0','\0'),(9170,1,1003,1447248700.4027,'\0','\0'),(9171,1,1003,1447250370.79623,'\0','\0'),(9172,1,1003,1447255389.97175,'\0','\0'),(9173,1,1003,1447263146.17478,'\0','\0'),(9174,1,1003,1447265124.07534,'\0','\0'),(9175,1,1003,1447265446.35482,'\0','\0'),(9176,1,1003,1447268477.13898,'\0','\0'),(9177,1,1003,1447270515.03407,'\0','\0'),(9178,1,1003,1447270521.19575,'\0','\0'),(9179,1,1003,1447273266.14018,'\0','\0'),(9180,1,1003,1447273355.63279,'\0','\0'),(9181,1,1003,1447275471.1807,'\0','\0'),(9182,1,1003,1447277821.02858,'\0','\0'),(9183,1,1003,1447278783.23404,'\0','\0'),(9184,1,1003,1447287880.03382,'\0','\0'),(9185,1,1003,1447290621.04725,'\0','\0'),(9186,1,1003,1447291461.28255,'\0','\0'),(9187,1,1003,1447292635.57473,'\0','\0'),(9188,1,1003,1447294199.41013,'\0','\0'),(9189,1,1003,1447296027.1528,'\0','\0'),(9190,1,1003,1447297310.57698,'\0','\0'),(9191,1,1003,1447300369.73609,'\0','\0'),(9192,1,1003,1447302773.58841,'\0','\0'),(9193,1,1003,1447304350.01236,'\0','\0'),(9194,1,1003,1447304903.93995,'\0','\0'),(9195,1,1003,1447305524.22654,'\0','\0'),(9196,1,1003,1447306167.36596,'\0','\0'),(9197,1,1003,1447306313.84245,'\0','\0'),(9198,1,1003,1447308179.92794,'\0','\0'),(9199,1,1003,1447310953.15372,'\0','\0'),(9200,1,1003,1447349374.57375,'\0','\0'),(9201,1,1003,1447317691.38415,'\0','\0'),(9202,1,1003,1447324041.94093,'\0','\0'),(9203,1,1003,1447325296.1946,'\0','\0'),(9204,1,1003,1447326718.04608,'\0','\0'),(9205,1,1003,1447326908.94909,'\0','\0'),(9206,1,1003,1447326923.73714,'\0','\0'),(9207,1,1003,1447329499.00906,'\0','\0'),(9208,1,1003,1447333463.28056,'\0','\0'),(9209,1,1003,1447350471.60309,'\0','\0'),(9210,1,1003,1447335848.22665,'\0','\0'),(9211,1,1003,1447337104.72661,'\0','\0'),(9212,1,1003,1447338976.05344,'\0','\0'),(9213,1,1003,1447352943.90407,'\0','\0'),(9214,1,1003,1447346130.37693,'\0','\0'),(9215,1,1003,1447347652.40647,'\0','\0'),(9216,1,1003,1447347740.99433,'\0','\0'),(9217,1,1003,1447349915.33562,'\0','\0'),(9218,1,1003,1447352495.274,'\0','\0'),(9219,1,1003,1447358290.26468,'\0','\0'),(9220,1,1003,1447357846.15546,'\0','\0'),(9221,1,1003,1447360160.23438,'\0','\0'),(9222,1,1003,1447360412.92582,'\0','\0'),(9223,1,1003,1447363684.92042,'\0','\0'),(9224,1,1003,1447365267.03808,'\0','\0'),(9225,1,1003,1447365526.0004,'\0','\0'),(9226,1,1003,1447367032.80513,'\0','\0'),(9227,1,1003,1447367771.42725,'\0','\0'),(9228,1,1003,1447368391.24586,'\0','\0'),(9229,1,1003,1447375385.24077,'\0','\0'),(9230,1,1002,1447386322.20697,'\0','\0'),(9231,1,1003,1447386323.54854,'\0','\0'),(9232,1,1003,1447388576.05866,'\0','\0'),(9233,1,1003,1447389924.35869,'\0','\0'),(9234,1,1003,1447397390.35318,'\0','\0'),(9235,1,1003,1447398420.62236,'\0','\0'),(9236,1,1003,1447399488.12001,'\0','\0'),(9237,1,1003,1447401494.07364,'\0','\0'),(9238,1,1003,1447406793.42917,'\0','\0'),(9239,1,1003,1447407282.45607,'\0','\0'),(9240,1,1003,1447413211.84148,'\0','\0'),(9241,1,1003,1447417432.38072,'\0','\0'),(9242,1,1003,1447417593.43937,'\0','\0'),(9243,1,1003,1447425496.60624,'\0','\0'),(9244,1,1003,1447429079.89871,'\0','\0'),(9245,1,1003,1447429439.09703,'\0','\0'),(9246,1,1003,1447431008.16924,'\0','\0'),(9247,1,1003,1447433157.25907,'\0','\0'),(9248,1,1003,1447434267.89227,'\0','\0'),(9249,1,1003,1447438850.49277,'\0','\0'),(9250,1,1003,1447439873.2568,'\0','\0'),(9251,1,1003,1447441748.64658,'\0','\0'),(9252,1,1003,1447443943.41028,'\0','\0'),(9253,1,1003,1447445704.35553,'\0','\0'),(9254,1,1003,1447446286.46342,'\0','\0'),(9255,1,1003,1447451568.33161,'\0','\0'),(9256,1,1003,1447452170.76499,'\0','\0'),(9257,1,1003,1447453208.97994,'\0','\0'),(9258,1,1003,1447455100.77987,'\0','\0'),(9259,1,1003,1447455112.32313,'\0','\0'),(9260,1,1003,1447456522.02036,'\0','\0'),(9261,1,1002,1447457663.08721,'\0','\0'),(9262,1,1003,1447457663.99195,'\0','\0'),(9263,1,1003,1447460679.55156,'\0','\0'),(9264,1,1003,1447461593.47278,'\0','\0'),(9265,1,1003,1447466976.25091,'\0','\0'),(9266,1,1003,1447472119.87778,'\0','\0'),(9267,1,1003,1447523248.69785,'\0','\0'),(9268,1,1003,1447486040.10613,'\0','\0'),(9269,1,1003,1447487676.41003,'\0','\0'),(9270,1,1003,1447488171.3351,'\0','\0'),(9271,1,1003,1447489593.90151,'\0','\0'),(9272,1,1003,1447493883.36924,'\0','\0'),(9273,1,1003,1447495962.54049,'\0','\0'),(9274,1,1003,1447496246.55148,'\0','\0'),(9275,1,1003,1447496870.94826,'\0','\0'),(9276,1,1003,1447499361.60939,'\0','\0'),(9277,1,1003,1447500675.29477,'\0','\0'),(9278,1,1003,1447504630.17164,'\0','\0'),(9279,1,1003,1447511187.03628,'\0','\0'),(9280,1,1002,1447511709.21281,'\0','\0'),(9281,1,1002,1447511713.17495,'\0','\0'),(9282,1,1002,1447511718.41622,'\0','\0'),(9283,1,1003,1447511762.15581,'\0','\0'),(9284,1,1002,1447511801.3717,'\0','\0'),(9285,1,1002,1447511903.32676,'\0','\0'),(9286,1,1002,1447511973.69385,'\0','\0'),(9287,1,1003,1447512534.97707,'\0','\0'),(9288,1,1002,1447513124.0577,'\0','\0'),(9289,1,1003,1447513125.61761,'\0','\0'),(9290,1,1003,1447515572.02437,'\0','\0'),(9291,1,1003,1447515982.02849,'\0','\0'),(9292,1,1003,1447519269.48654,'\0','\0'),(9293,1,1003,1447519284.1496,'\0','\0'),(9294,1,1003,1447519956.65369,'\0','\0'),(9295,1,1003,1447524366.75617,'\0','\0'),(9296,1,1003,1447527708.23762,'\0','\0'),(9297,1,1002,1447527952.65835,'\0','\0'),(9298,1,1002,1447527976.54042,'\0','\0'),(9299,1,1002,1447528155.32056,'\0','\0'),(9300,1,1002,1447528200.72925,'\0','\0'),(9301,1,1002,1447528212.25691,'\0','\0'),(9302,1,1002,1447528295.19679,'\0','\0'),(9303,1,1002,1447528426.96154,'\0','\0'),(9304,1,1003,1447528514.87751,'\0','\0'),(9305,1,1002,1447528838.94673,'\0','\0'),(9306,1,1003,1447533811.08119,'\0','\0'),(9307,1,1002,1447538800.82691,'\0','\0'),(9308,1,1002,1447538910.44108,'\0','\0'),(9309,1,1002,1447538942.32544,'\0','\0'),(9310,1,1002,1447538960.85705,'\0','\0'),(9311,1,1002,1447539016.95105,'\0','\0'),(9312,1,1002,1447539078.41111,'\0','\0'),(9313,1,1002,1447539573.78856,'\0','\0'),(9314,1,1003,1447539741.19703,'\0','\0'),(9315,1,1002,1447539773.36216,'\0','\0'),(9316,1,1003,1447540461.68364,'\0','\0'),(9317,1,1003,1447541291.87802,'\0','\0'),(9318,1,1003,1447544143.40599,'\0','\0'),(9319,1,1003,1447596755.44671,'\0','\0'),(9320,1,1002,1447548259.7169,'\0','\0'),(9321,1,1002,1447548381.4827,'\0','\0'),(9322,1,1002,1447548386.41198,'\0','\0'),(9323,1,1002,1447548432.97499,'\0','\0'),(9324,1,1002,1447548594.33105,'\0','\0'),(9325,1,1002,1447548652.17214,'\0','\0'),(9326,1,1002,1447548884.39446,'\0','\0'),(9327,1,1002,1447548884.39446,'\0','\0'),(9328,1,1002,1447550578.38346,'\0','\0'),(9329,1,1002,1447556641.68356,'\0','\0'),(9330,1,1002,1447556950.37217,'\0','\0'),(9331,1,1002,1447556967.40628,'\0','\0'),(9332,1,1002,1447556977.56123,'\0','\0'),(9333,1,1002,1447557047.72553,'\0','\0'),(9334,1,1002,1447557210.92227,'\0','\0'),(9335,1,1002,1447557224.4622,'\0','\0'),(9336,1,1002,1447557767.12021,'\0','\0'),(9337,1,1003,1447558288.54799,'\0','\0'),(9338,1,1003,1447558495.32833,'\0','\0'),(9339,1,1003,1447558545.46352,'\0','\0'),(9340,1,1003,1447560942.20862,'\0','\0'),(9341,1,1003,1447561842.31772,'\0','\0'),(9342,1,1003,1447562347.35094,'\0','\0'),(9343,1,1003,1447564591.34509,'\0','\0'),(9344,1,1003,1447564750.2989,'\0','\0'),(9345,1,1002,1447564840.46112,'\0','\0'),(9346,1,1002,1447565083.16596,'\0','\0'),(9347,1,1002,1447565215.41428,'\0','\0'),(9348,1,1002,1447565236.53533,'\0','\0'),(9349,1,1002,1447565692.27571,'\0','\0'),(9350,1,1002,1447565780.39446,'\0','\0'),(9351,1,1002,1447565797.05419,'\0','\0'),(9352,1,1002,1447565810.09496,'\0','\0'),(9353,1,1002,1447565813.94791,'\0','\0'),(9354,1,1003,1447567729.98868,'\0','\0'),(9355,1,1003,1447569497.48017,'\0','\0'),(9356,1,1003,1447571636.53984,'\0','\0'),(9357,1,1002,1447571839.63882,'\0','\0'),(9358,1,1002,1447572156.43891,'\0','\0'),(9359,1,1002,1447572349.81972,'\0','\0'),(9360,1,1002,1447572563.58841,'\0','\0'),(9361,1,1002,1447572908.79428,'\0','\0'),(9362,1,1002,1447573046.62705,'\0','\0'),(9363,1,1003,1447573361.89844,'\0','\0'),(9364,1,1002,1447573439.19148,'\0','\0'),(9365,1,1002,1447573486.17567,'\0','\0'),(9366,1,1002,1447573512.42879,'\0','\0'),(9367,1,1003,1447574877.99644,'\0','\0'),(9368,1,1003,1447576138.10533,'\0','\0'),(9369,1,1002,1447579304.08106,'\0','\0'),(9370,1,1002,1447579314.23601,'\0','\0'),(9371,1,1002,1447579751.08601,'\0','\0'),(9372,1,1002,1447579772.20705,'\0','\0'),(9373,1,1002,1447579776.44998,'\0','\0'),(9374,1,1002,1447580017.9693,'\0','\0'),(9375,1,1002,1447580088.1024,'\0','\0'),(9376,1,1002,1447580293.19805,'\0','\0'),(9377,1,1002,1447580367.60528,'\0','\0'),(9378,1,1003,1447583040.85271,'\0','\0'),(9379,1,1003,1447583425.80483,'\0','\0'),(9380,1,1003,1447583956.84159,'\0','\0'),(9381,1,1003,1447585011.84876,'\0','\0'),(9382,1,1003,1447585142.69317,'\0','\0'),(9383,1,1003,1447585443.44189,'\0','\0'),(9384,1,1003,1447585448.57396,'\0','\0'),(9385,1,1003,1447585543.1663,'\0','\0'),(9386,1,1002,1447585976.91209,'\0','\0'),(9387,1,1002,1447586342.36546,'\0','\0'),(9388,1,1002,1447586380.22423,'\0','\0'),(9389,1,1002,1447586393.84216,'\0','\0'),(9390,1,1002,1447586459.04598,'\0','\0'),(9391,1,1002,1447586777.92074,'\0','\0'),(9392,1,1002,1447586841.08109,'\0','\0'),(9393,1,1002,1447587038.45524,'\0','\0'),(9394,1,1002,1447588430.54119,'\0','\0'),(9395,1,1003,1447589967.82264,'\0','\0'),(9396,1,1003,1447590030.29664,'\0','\0'),(9397,1,1003,1447590919.75162,'\0','\0'),(9398,1,1002,1447592418.44114,'\0','\0'),(9399,1,1002,1447592541.87603,'\0','\0'),(9400,1,1002,1447592656.41949,'\0','\0'),(9401,1,1002,1447592762.07151,'\0','\0'),(9402,1,1002,1447592869.57982,'\0','\0'),(9403,1,1002,1447592882.12142,'\0','\0'),(9404,1,1002,1447592966.80839,'\0','\0'),(9405,1,1003,1447593576.07413,'\0','\0'),(9406,1,1002,1447593592.54668,'\0','\0'),(9407,1,1002,1447593766.14795,'\0','\0'),(9408,1,1003,1447594625.96483,'\0','\0'),(9409,1,1002,1447597781.23695,'\0','\0'),(9410,1,1002,1447598507.63559,'\0','\0'),(9411,1,1002,1447598685.44859,'\0','\0'),(9412,1,1002,1447598694.18403,'\0','\0'),(9413,1,1003,1447598705.21252,'\0','\0'),(9414,1,1002,1447598879.43775,'\0','\0'),(9415,1,1002,1447599013.91673,'\0','\0'),(9416,1,1002,1447599020.37472,'\0','\0'),(9417,1,1002,1447599123.10973,'\0','\0'),(9418,1,1002,1447599616.22532,'\0','\0'),(9419,1,1002,1447599667.79561,'\0','\0'),(9420,1,1003,1447599986.79516,'\0','\0'),(9421,1,1003,1447600006.26271,'\0','\0'),(9422,1,1003,1447603842.2596,'\0','\0'),(9423,1,1002,1447604002.57052,'\0','\0'),(9424,1,1002,1447604027.37293,'\0','\0'),(9425,1,1002,1447604100.56344,'\0','\0'),(9426,1,1002,1447604439.38932,'\0','\0'),(9427,1,1002,1447604608.88806,'\0','\0'),(9428,1,1002,1447604949.25823,'\0','\0'),(9429,1,1002,1447605030.45103,'\0','\0'),(9430,1,1002,1447605157.39569,'\0','\0'),(9431,1,1003,1447605410.11509,'\0','\0'),(9432,1,1003,1447607145.17626,'\0','\0'),(9433,1,1003,1447608111.69176,'\0','\0'),(9434,1,1003,1447608217.78043,'\0','\0'),(9435,1,1003,1447608591.53277,'\0','\0'),(9436,1,1002,1447609548.60564,'\0','\0'),(9437,1,1002,1447610018.04195,'\0','\0'),(9438,1,1002,1447610025.85705,'\0','\0'),(9439,1,1002,1447610234.68086,'\0','\0'),(9440,1,1002,1447610418.60867,'\0','\0'),(9441,1,1002,1447610434.47285,'\0','\0'),(9442,1,1002,1447610438.27901,'\0','\0'),(9443,1,1002,1447610447.43562,'\0','\0'),(9444,1,1002,1447610683.79167,'\0','\0'),(9445,1,1002,1447610800.45659,'\0','\0'),(9446,1,1003,1447615018.3794,'\0','\0'),(9447,1,1002,1447615445.58921,'\0','\0'),(9448,1,1002,1447615479.17386,'\0','\0'),(9449,1,1002,1447615504.08546,'\0','\0'),(9450,1,1002,1447615726.90157,'\0','\0'),(9451,1,1002,1447615884.34228,'\0','\0'),(9452,1,1002,1447616075.49243,'\0','\0'),(9453,1,1002,1447616279.71453,'\0','\0'),(9454,1,1002,1447616441.22658,'\0','\0'),(9455,1,1003,1447617606.08191,'\0','\0'),(9456,1,1003,1447617720.17299,'\0','\0'),(9457,1,1003,1447617804.57918,'\0','\0'),(9458,1,1003,1447619808.7855,'\0','\0'),(9459,1,1002,1447620587.37838,'\0','\0'),(9460,1,1002,1447620817.52603,'\0','\0'),(9461,1,1002,1447620817.52603,'\0','\0'),(9462,1,1002,1447620909.12336,'\0','\0'),(9463,1,1002,1447621192.60399,'\0','\0'),(9464,1,1002,1447621255.01558,'\0','\0'),(9465,1,1002,1447621320.78097,'\0','\0'),(9466,1,1002,1447621474.43112,'\0','\0'),(9467,1,1002,1447621524.51951,'\0','\0'),(9468,1,1002,1447622184.04523,'\0','\0'),(9469,1,1003,1447623209.21151,'\0','\0'),(9470,1,1003,1447624053.95975,'\0','\0'),(9471,1,1002,1447625825.63178,'\0','\0'),(9472,1,1002,1447625870.33851,'\0','\0'),(9473,1,1002,1447625899.97661,'\0','\0'),(9474,1,1002,1447625968.54982,'\0','\0'),(9475,1,1002,1447625986.53546,'\0','\0'),(9476,1,1002,1447626105.47784,'\0','\0'),(9477,1,1002,1447626224.35782,'\0','\0'),(9478,1,1002,1447626608.24921,'\0','\0'),(9479,1,1002,1447626612.14896,'\0','\0'),(9480,1,1002,1447626760.76063,'\0','\0'),(9481,1,1002,1447630339.18683,'\0','\0'),(9482,1,1002,1447631011.8937,'\0','\0'),(9483,1,1002,1447631058.89349,'\0','\0'),(9484,1,1002,1447631063.52639,'\0','\0'),(9485,1,1002,1447631108.51391,'\0','\0'),(9486,1,1002,1447631324.52886,'\0','\0'),(9487,1,1003,1447631446.65343,'\0','\0'),(9488,1,1002,1447631498.09894,'\0','\0'),(9489,1,1002,1447631500.39199,'\0','\0'),(9490,1,1002,1447631736.90403,'\0','\0'),(9491,1,1002,1447631799.79919,'\0','\0'),(9492,1,1003,1447633904.44747,'\0','\0'),(9493,1,1002,1447635392.24889,'\0','\0'),(9494,1,1002,1447635735.92606,'\0','\0'),(9495,1,1002,1447635952.1906,'\0','\0'),(9496,1,1002,1447635956.43353,'\0','\0'),(9497,1,1002,1447636291.71843,'\0','\0'),(9498,1,1002,1447636330.04518,'\0','\0'),(9499,1,1002,1447636341.57284,'\0','\0'),(9500,1,1002,1447636375.99983,'\0','\0'),(9501,1,1003,1447636517.87273,'\0','\0'),(9502,1,1002,1447636953.83359,'\0','\0'),(9503,1,1002,1447636953.83359,'\0','\0'),(9504,1,1003,1447638528.36545,'\0','\0'),(9505,1,1003,1447639932.63422,'\0','\0'),(9506,1,1002,1447640381.97902,'\0','\0'),(9507,1,1002,1447640497.6768,'\0','\0'),(9508,1,1002,1447640626.90624,'\0','\0'),(9509,1,1002,1447640686.22161,'\0','\0'),(9510,1,1002,1447640968.94114,'\0','\0'),(9511,1,1002,1447641051.01906,'\0','\0'),(9512,1,1002,1447641166.70195,'\0','\0'),(9513,1,1002,1447641182.22515,'\0','\0'),(9514,1,1002,1447641438.45423,'\0','\0'),(9515,1,1002,1447645440.37337,'\0','\0'),(9516,1,1002,1447645493.05119,'\0','\0'),(9517,1,1002,1447645523.89042,'\0','\0'),(9518,1,1002,1447645576.92702,'\0','\0'),(9519,1,1002,1447645694.2159,'\0','\0'),(9520,1,1002,1447645722.91806,'\0','\0'),(9521,1,1002,1447645906.61188,'\0','\0'),(9522,1,1002,1447645977.97731,'\0','\0'),(9523,1,1002,1447646232.45939,'\0','\0'),(9524,1,1002,1447650268.13908,'\0','\0'),(9525,1,1002,1447650275.14303,'\0','\0'),(9526,1,1002,1447650327.89885,'\0','\0'),(9527,1,1002,1447650333.82647,'\0','\0'),(9528,1,1002,1447650398.8275,'\0','\0'),(9529,1,1002,1447650416.71955,'\0','\0'),(9530,1,1002,1447650533.0569,'\0','\0'),(9531,1,1002,1447650987.75215,'\0','\0'),(9532,1,1002,1447651208.69638,'\0','\0'),(9533,1,1002,1447654964.04644,'\0','\0'),(9534,1,1002,1447654965.45035,'\0','\0'),(9535,1,1002,1447654996.74194,'\0','\0'),(9536,1,1002,1447655068.35695,'\0','\0'),(9537,1,1002,1447655159.28352,'\0','\0'),(9538,1,1002,1447655238.23006,'\0','\0'),(9539,1,1002,1447655302.01437,'\0','\0'),(9540,1,1002,1447655483.02517,'\0','\0'),(9541,1,1002,1447655678.35585,'\0','\0'),(9542,1,1002,1447656533.30584,'\0','\0'),(9543,1,1002,1447659431.56884,'\0','\0'),(9544,1,1002,1447659639.01994,'\0','\0'),(9545,1,1002,1447659663.55717,'\0','\0'),(9546,1,1002,1447659751.37954,'\0','\0'),(9547,1,1002,1447659806.81839,'\0','\0'),(9548,1,1002,1447659950.25119,'\0','\0'),(9549,1,1002,1447660011.47727,'\0','\0'),(9550,1,1002,1447660259.049,'\0','\0'),(9551,1,1002,1447660504.90483,'\0','\0'),(9552,1,1003,1447660699.78314,'\0','\0'),(9553,1,1002,1447660798.7276,'\0','\0'),(9554,1,1003,1447663368.66285,'\0','\0'),(9555,1,1003,1447663758.68465,'\0','\0'),(9556,1,1002,1447664048.07729,'\0','\0'),(9557,1,1002,1447701785.24711,'\0','\0'),(9558,1,1002,1447664157.94105,'\0','\0'),(9559,1,1002,1447664261.97078,'\0','\0'),(9560,1,1002,1447664370.02505,'\0','\0'),(9561,1,1002,1447664552.67374,'\0','\0'),(9562,1,1002,1447664558.71056,'\0','\0'),(9563,1,1002,1447664567.25881,'\0','\0'),(9564,1,1002,1447664777.04976,'\0','\0'),(9565,1,1002,1447665259.13686,'\0','\0'),(9566,1,1002,1447667888.90987,'\0','\0'),(9567,1,1003,1447668165.21496,'\0','\0'),(9568,1,1002,1447668584.2353,'\0','\0'),(9569,1,1002,1447668633.66853,'\0','\0'),(9570,1,1002,1447668726.66976,'\0','\0'),(9571,1,1002,1447668805.02354,'\0','\0'),(9572,1,1002,1447669038.55617,'\0','\0'),(9573,1,1002,1447669080.72027,'\0','\0'),(9574,1,1002,1447669081.06345,'\0','\0'),(9575,1,1002,1447670362.34971,'\0','\0'),(9576,1,1003,1447672796.79204,'\0','\0'),(9577,1,1002,1447672845.28933,'\0','\0'),(9578,1,1002,1447673096.83881,'\0','\0'),(9579,1,1002,1447673169.49895,'\0','\0'),(9580,1,1002,1447673386.42348,'\0','\0'),(9581,1,1002,1447673624.39292,'\0','\0'),(9582,1,1002,1447673663.86201,'\0','\0'),(9583,1,1002,1447673764.3404,'\0','\0'),(9584,1,1002,1447673851.52214,'\0','\0'),(9585,1,1002,1447673911.5571,'\0','\0'),(9586,1,1003,1447674096.56417,'\0','\0'),(9587,1,1002,1447674121.32137,'\0','\0'),(9588,1,1003,1447674375.64373,'\0','\0'),(9589,1,1002,1447677360.4577,'\0','\0'),(9590,1,1002,1447677378.24056,'\0','\0'),(9591,1,1002,1447677605.68958,'\0','\0'),(9592,1,1002,1447677764.14422,'\0','\0'),(9593,1,1002,1447677859.5321,'\0','\0'),(9594,1,1002,1447677915.31413,'\0','\0'),(9595,1,1002,1447678007.14544,'\0','\0'),(9596,1,1002,1447678035.45763,'\0','\0'),(9597,1,1002,1447678445.94531,'\0','\0'),(9598,1,1002,1447681282.59226,'\0','\0'),(9599,1,1002,1447681594.44747,'\0','\0'),(9600,1,1002,1447681882.17103,'\0','\0'),(9601,1,1002,1447681955.40833,'\0','\0'),(9602,1,1002,1447682209.84362,'\0','\0'),(9603,1,1002,1447682271.08529,'\0','\0'),(9604,1,1002,1447682435.06198,'\0','\0'),(9605,1,1002,1447682492.10753,'\0','\0'),(9606,1,1002,1447682566.81114,'\0','\0'),(9607,1,1002,1447682571.53763,'\0','\0'),(9608,1,1002,1447682631.43779,'\0','\0'),(9609,1,1003,1447682803.24518,'\0','\0'),(9610,1,1003,1447685522.44726,'\0','\0'),(9611,1,1002,1447685526.83058,'\0','\0'),(9612,1,1002,1447686706.55175,'\0','\0'),(9613,1,1002,1447686740.66676,'\0','\0'),(9614,1,1002,1447686779.75786,'\0','\0'),(9615,1,1002,1447687047.4523,'\0','\0'),(9616,1,1002,1447687116.78985,'\0','\0'),(9617,1,1002,1447687198.06064,'\0','\0'),(9618,1,1002,1447687399.9741,'\0','\0'),(9619,1,1002,1447687682.75277,'\0','\0'),(9620,1,1002,1447687820.00837,'\0','\0'),(9621,1,1003,1447689281.94665,'\0','\0'),(9622,1,1002,1447690213.42534,'\0','\0'),(9623,1,1002,1447691049.51614,'\0','\0'),(9624,1,1002,1447691170.90756,'\0','\0'),(9625,1,1002,1447691353.79023,'\0','\0'),(9626,1,1002,1447705949.04138,'\0','\0'),(9627,1,1002,1447691455.35532,'\0','\0'),(9628,1,1002,1447691472.48302,'\0','\0'),(9629,1,1002,1447691655.52169,'\0','\0'),(9630,1,1002,1447691844.0668,'\0','\0'),(9631,1,1002,1447691845.53311,'\0','\0'),(9632,1,1003,1447692060.20655,'\0','\0'),(9633,1,1003,1447694761.45418,'\0','\0'),(9634,1,1002,1447695125.94041,'\0','\0'),(9635,1,1002,1447695581.22843,'\0','\0'),(9636,1,1002,1447696124.4948,'\0','\0'),(9637,1,1002,1447696164.13186,'\0','\0'),(9638,1,1003,1447696238.57029,'\0','\0'),(9639,1,1002,1447696341.2897,'\0','\0'),(9640,1,1002,1447696465.36415,'\0','\0'),(9641,1,1002,1447696608.21979,'\0','\0'),(9642,1,1002,1447697001.87615,'\0','\0'),(9643,1,1002,1447697483.51088,'\0','\0'),(9644,1,1002,1447697595.71448,'\0','\0'),(9645,1,1002,1447701452.53604,'\0','\0'),(9646,1,1002,1447701528.28478,'\0','\0'),(9647,1,1002,1447701610.31992,'\0','\0'),(9648,1,1002,1447701692.94782,'\0','\0'),(9649,1,1002,1447701802.63999,'\0','\0'),(9650,1,1002,1447701807.30409,'\0','\0'),(9651,1,1002,1447702225.15451,'\0','\0'),(9652,1,1002,1447702600.93442,'\0','\0'),(9653,1,1002,1447702636.20375,'\0','\0'),(9654,1,1003,1447706153.45573,'\0','\0'),(9655,1,1002,1447707155.87496,'\0','\0'),(9656,1,1002,1447707193.96869,'\0','\0'),(9657,1,1002,1447707298.43788,'\0','\0'),(9658,1,1002,1447707407.88205,'\0','\0'),(9659,1,1002,1447707656.75009,'\0','\0'),(9660,1,1002,1447707658.69998,'\0','\0'),(9661,1,1002,1447707762.90197,'\0','\0'),(9662,1,1002,1447707930.13992,'\0','\0'),(9663,1,1003,1447711944.66745,'\0','\0'),(9664,1,1003,1447715356.12196,'\0','\0'),(9665,1,1003,1447718870.65465,'\0','\0'),(9666,1,1003,1447728819.96203,'\0','\0'),(9667,1,1003,1447731217.10716,'\0','\0'),(9668,1,1003,1447737681.61354,'\0','\0'),(9669,1,1003,1447739208.80801,'\0','\0'),(9670,1,1003,1447741426.22379,'\0','\0'),(9671,1,1003,1447743375.9272,'\0','\0'),(9672,1,1003,1447745173.89914,'\0','\0'),(9673,1,1003,1447746467.43062,'\0','\0'),(9674,1,1003,1447747659.35021,'\0','\0'),(9675,1,1003,1447768737.90453,'\0','\0'),(9676,1,1002,1447753487.65137,'\0','\0'),(9677,1,1003,1447753489.77284,'\0','\0'),(9678,1,1003,1447756683.93327,'\0','\0'),(9679,1,1003,1447758520.30995,'\0','\0'),(9680,1,1003,1447758822.66536,'\0','\0'),(9681,1,1003,1447758831.57239,'\0','\0'),(9682,1,1003,1447759463.97145,'\0','\0'),(9683,1,1003,1447761907.22722,'\0','\0'),(9684,1,1003,1447762980.7348,'\0','\0'),(9685,1,1003,1447763612.22912,'\0','\0'),(9686,1,1002,1447764845.39247,'\0','\0'),(9687,1,1003,1447764846.82757,'\0','\0'),(9688,1,1003,1447786395.86098,'\0','\0'),(9689,1,1003,1447770252.67662,'\0','\0'),(9690,1,1003,1447770546.73337,'\0','\0'),(9691,1,1003,1447780882.59722,'\0','\0'),(9692,1,1002,1447783968.45379,'\0','\0'),(9693,1,1002,1447784391.96665,'\0','\0'),(9694,1,1002,1447784392.04464,'\0','\0'),(9695,1,1002,1447784554.00906,'\0','\0'),(9696,1,1002,1447784554.75781,'\0','\0'),(9697,1,1002,1447784640.08434,'\0','\0'),(9698,1,1002,1447784667.78816,'\0','\0'),(9699,1,1002,1447784726.79918,'\0','\0'),(9700,1,1002,1447785392.06533,'\0','\0'),(9701,1,1002,1447786333.99535,'\0','\0'),(9702,1,1003,1447789365.05264,'\0','\0'),(9703,1,1003,1447789848.93362,'\0','\0'),(9704,1,1002,1447808202.30781,'\0','\0'),(9705,1,1002,1447808314.683,'\0','\0'),(9706,1,1002,1447808650.48267,'\0','\0'),(9707,1,1002,1447809022.70601,'\0','\0'),(9708,1,1002,1447809267.32953,'\0','\0'),(9709,1,1002,1447890827.06984,'\0','\0'),(9710,1,1002,1447831216.72923,'\0','\0'),(9711,1,1002,1447809676.64729,'\0','\0'),(9712,1,1002,1447810046.87396,'\0','\0'),(9713,1,1002,1447810233.26641,'\0','\0'),(9714,1,1003,1447872571.12337,'\0','\0'),(9715,1,1003,1447823553.03412,'\0','\0'),(9716,1,1003,1447830661.826,'\0','\0'),(9717,1,1003,1447830680.13923,'\0','\0'),(9718,1,1003,1447847476.40264,'\0','\0'),(9719,1,1002,1447831236.44636,'\0','\0'),(9720,1,1002,1447831759.63682,'\0','\0'),(9721,1,1002,1447831978.14762,'\0','\0'),(9722,1,1002,1447832275.93253,'\0','\0'),(9723,1,1002,1447832636.92458,'\0','\0'),(9724,1,1002,1447832648.62383,'\0','\0'),(9725,1,1002,1447832913.55725,'\0','\0'),(9726,1,1002,1447833543.81925,'\0','\0'),(9727,1,1002,1447876289.64418,'\0','\0'),(9728,1,1002,1447855469.87621,'\0','\0'),(9729,1,1002,1447855616.42881,'\0','\0'),(9730,1,1003,1447855726.93213,'\0','\0'),(9731,1,1002,1447856127.24927,'\0','\0'),(9732,1,1002,1447856177.66524,'\0','\0'),(9733,1,1002,1447856837.92411,'\0','\0'),(9734,1,1002,1447857151.99437,'\0','\0'),(9735,1,1002,1447857222.68904,'\0','\0'),(9736,1,1002,1447876604.432,'\0','\0'),(9737,1,1002,1447857439.14077,'\0','\0'),(9738,1,1002,1447860755.0202,'\0','\0'),(9739,1,1003,1447860756.75169,'\0','\0'),(9740,1,1003,1447865017.15057,'\0','\0'),(9741,1,1002,1447874920.76954,'\0','\0'),(9742,1,1002,1447875289.23352,'\0','\0'),(9743,1,1002,1447875706.30398,'\0','\0'),(9744,1,1002,1447876090.05498,'\0','\0'),(9745,1,1002,1447876184.21054,'\0','\0'),(9746,1,1002,1447876577.00896,'\0','\0'),(9747,1,1002,1447877862.24177,'\0','\0'),(9748,1,1002,1447890449.26206,'\0','\0'),(9749,1,1002,1447890823.95004,'\0','\0'),(9750,1,1002,1447890931.73913,'\0','\0'),(9751,1,1002,1447890940.49017,'\0','\0'),(9752,1,1002,1447891258.08581,'\0','\0'),(9753,1,1002,1447891935.59717,'\0','\0'),(9754,1,1002,1447892165.77602,'\0','\0'),(9755,1,1002,1447892727.79239,'\0','\0'),(9756,1,1002,1447892754.66947,'\0','\0'),(9757,1,1003,1447900460.88745,'\0','\0'),(9758,1,1002,1447905913.83436,'\0','\0'),(9759,1,1002,1447905964.5623,'\0','\0'),(9760,1,1002,1447906092.98887,'\0','\0'),(9761,1,1002,1447906217.81207,'\0','\0'),(9762,1,1002,1447906348.2977,'\0','\0'),(9763,1,1002,1447906394.82952,'\0','\0'),(9764,1,1002,1447906949.20238,'\0','\0'),(9765,1,1002,1447940865.14927,'\0','\0'),(9766,1,1003,1447908488.04373,'\0','\0'),(9767,1,1002,1447908818.88292,'\0','\0'),(9768,1,1003,1447915077.35771,'\0','\0'),(9769,1,1003,1447915077.66969,'\0','\0'),(9770,1,1003,1447921602.26342,'\0','\0'),(9771,1,1002,1447922657.47338,'\0','\0'),(9772,1,1002,1447922548.73275,'\0','\0'),(9773,1,1002,1447922992.96107,'\0','\0'),(9774,1,1002,1447923339.16528,'\0','\0'),(9775,1,1002,1447923815.12196,'\0','\0'),(9776,1,1002,1447924043.31974,'\0','\0'),(9777,1,1002,1447924566.74418,'\0','\0'),(9778,1,1002,1447926461.27393,'\0','\0'),(9779,1,1002,1447926593.77183,'\0','\0'),(9780,1,1002,1447940287.39351,'\0','\0'),(9781,1,1002,1447940660.35,'\0','\0'),(9782,1,1002,1447941568.28979,'\0','\0'),(9783,1,1002,1447941629.28188,'\0','\0'),(9784,1,1002,1447941969.21529,'\0','\0'),(9785,1,1002,1447942058.64436,'\0','\0'),(9786,1,1002,1447942614.74871,'\0','\0'),(9787,1,1003,1447942697.37661,'\0','\0'),(9788,1,1002,1447943189.99303,'\0','\0'),(9789,1,1002,1447944282.4066,'\0','\0'),(9790,1,1002,1447949673.79538,'\0','\0'),(9791,1,1003,1447949675.71405,'\0','\0'),(9792,1,1003,1447952141.75996,'\0','\0'),(9793,1,1003,1447958975.44788,'\0','\0'),(9794,1,1003,1447958975.82225,'\0','\0'),(9795,1,1002,1447960348.05068,'\0','\0'),(9796,1,1002,1447960908.08598,'\0','\0'),(9797,1,1002,1447961869.85793,'\0','\0'),(9798,1,1002,1447961960.64411,'\0','\0'),(9799,1,1002,1447962022.44734,'\0','\0'),(9800,1,1000,1447962029.3577,'\0','\0'),(9801,1,2010,1447962112.0324,'\0','\0'),(9802,1,2066,1447962129.67487,'\0','\0'),(9803,1,2066,1447962211.8972,'\0','\0'),(9804,1,2066,1447962310.74806,'\0','\0'),(9805,1,2066,1447962394.4523,'\0','\0'),(9806,1,1002,1447962549.31917,'\0','\0'),(9807,1,2066,1447962624.05398,'\0','\0'),(9808,1,2010,1447962690.98929,'\0','\0'),(9809,1,2006,1447962728.45809,'\0','\0'),(9810,1,2066,1447962783.74094,'\0','\0'),(9811,1,1002,1447962817.59077,'\0','\0'),(9812,1,1000,1447963039.34615,'\0','\0'),(9813,1,2010,1447963098.74715,'\0','\0'),(9814,1,2066,1447963111.9439,'\0','\0'),(9815,1,1002,1447963285.48278,'\0','\0'),(9816,1,1002,1447963373.89791,'\0','\0'),(9817,1,1002,1447963786.10148,'\0','\0'),(9818,1,1000,1447963818.43821,'\0','\0'),(9819,1,2010,1447963871.08484,'\0','\0'),(9820,1,2066,1447963894.01537,'\0','\0'),(9821,1,1002,1447965492.56969,'\0','\0'),(9822,1,1002,1448007557.95086,'\0','\0'),(9823,1,1002,1447981961.45113,'\0','\0'),(9824,1,1002,1447982261.77867,'\0','\0'),(9825,1,1002,1447983828.51103,'\0','\0'),(9826,1,1002,1448027474.81646,'\0','\0'),(9827,1,1002,1447984048.51933,'\0','\0'),(9828,1,1002,1447984355.38286,'\0','\0'),(9829,1,1002,1447985874.56947,'\0','\0'),(9830,1,1002,1447986748.42545,'\0','\0'),(9831,1,1002,1447986863.81125,'\0','\0'),(9832,1,1003,1447989127.28855,'\0','\0'),(9833,1,1003,1447997669.02017,'\0','\0'),(9834,1,1002,1448031517.78088,'\0','\0'),(9835,1,1003,1448003951.64925,'\0','\0'),(9836,1,1003,1448003961.08665,'\0','\0'),(9837,1,1002,1448004009.36555,'\0','\0'),(9838,1,1002,1448006275.1047,'\0','\0'),(9839,1,1002,1448006289.73657,'\0','\0'),(9840,1,1002,1448006466.69162,'\0','\0'),(9841,1,1002,1448007148.14954,'\0','\0'),(9842,1,1002,1448008629.19659,'\0','\0'),(9843,1,1002,1448009000.45279,'\0','\0'),(9844,1,1002,1448031719.16397,'\0','\0'),(9845,1,1002,1448029855.58264,'\0','\0'),(9846,1,1002,1448030193.23859,'\0','\0'),(9847,1,1002,1448031003.60664,'\0','\0'),(9848,1,1002,1448031107.51158,'\0','\0'),(9849,1,1002,1448033757.4853,'\0','\0'),(9850,1,1002,1448034681.09316,'\0','\0'),(9851,1,1003,1448035477.6819,'\0','\0'),(9852,1,1002,1448040083.14626,'\0','\0'),(9853,1,1003,1448040085.7045,'\0','\0'),(9854,1,1002,1448044283.3486,'\0','\0'),(9855,1,1003,1448044286.76478,'\0','\0'),(9856,1,1003,1448050066.95863,'\0','\0'),(9857,1,1003,1448050072.99544,'\0','\0'),(9858,1,1002,1448053267.81103,'\0','\0'),(9859,1,1002,1448054986.33727,'\0','\0'),(9860,1,1002,1448055548.11965,'\0','\0'),(9861,1,1002,1448057068.14861,'\0','\0'),(9862,1,1002,1448057178.41794,'\0','\0'),(9863,1,1002,1448057965.38749,'\0','\0'),(9864,1,1002,1448058299.65846,'\0','\0'),(9865,1,1002,1448058458.20669,'\0','\0'),(9866,1,1002,1448061570.73756,'\0','\0'),(9867,1,1002,1448063102.76215,'\0','\0'),(9868,1,1003,1448079181.47947,'\0','\0'),(9869,1,1002,1448087941.79988,'\0','\0'),(9870,1,1002,1448089677.46941,'\0','\0'),(9871,1,1002,1448090534.57206,'\0','\0'),(9872,1,1002,1448091878.98747,'\0','\0'),(9873,1,1002,1448093468.24479,'\0','\0'),(9874,1,1002,1448093654.30966,'\0','\0'),(9875,1,1002,1448093728.10853,'\0','\0'),(9876,1,1002,1448094477.54689,'\0','\0'),(9877,1,1002,1448096446.59306,'\0','\0'),(9878,1,1002,1448099946.93196,'\0','\0'),(9879,1,1003,1448119304.67852,'\0','\0'),(9880,1,1002,1448124597.62201,'\0','\0'),(9881,1,1002,1448125463.83448,'\0','\0'),(9882,1,1002,1448135201.48886,'\0','\0'),(9883,1,1003,1448131118.1756,'\0','\0'),(9884,1,1002,1448129764.44758,'\0','\0'),(9885,1,1002,1448130633.31188,'\0','\0'),(9886,1,1002,1448130717.2813,'\0','\0'),(9887,1,1002,1448132426.23759,'\0','\0'),(9888,1,1002,1448132824.46841,'\0','\0'),(9889,1,1002,1448161592.07984,'\0','\0'),(9890,1,1002,1448163376.97982,'\0','\0'),(9891,1,1002,1448164397.80958,'\0','\0'),(9892,1,1002,1448166371.27522,'\0','\0'),(9893,1,1002,1448167962.70289,'\0','\0'),(9894,1,1002,1448168055.61053,'\0','\0'),(9895,1,1002,1448170930.00706,'\0','\0'),(9896,1,1002,1448172791.9037,'\0','\0'),(9897,1,1002,1448172837.67117,'\0','\0'),(9898,1,1002,1448173548.23682,'\0','\0'),(9899,1,1003,1448235882.27223,'\0','\0'),(9900,1,1002,1448182326.62087,'\0','\0'),(9901,1,1003,1448182329.50668,'\0','\0'),(9902,1,1003,1448192656.60624,'\0','\0'),(9903,1,1002,1448202694.87451,'\0','\0'),(9904,1,1002,1448203162.45453,'\0','\0'),(9905,1,1002,1448203480.95491,'\0','\0'),(9906,1,1002,1448208363.41071,'\0','\0'),(9907,1,1002,1448209005.02878,'\0','\0'),(9908,1,1002,1448209813.40016,'\0','\0'),(9909,1,1002,1448210411.46582,'\0','\0'),(9910,1,1002,1448213119.7954,'\0','\0'),(9911,1,1002,1448213610.21236,'\0','\0'),(9912,1,1002,1448214259.20875,'\0','\0'),(9913,1,1003,1448216708.37655,'\0','\0'),(9914,1,1003,1448220992.37671,'\0','\0'),(9915,1,1003,1448221917.42861,'\0','\0'),(9916,1,1003,1448222986.41248,'\0','\0'),(9917,1,1003,1448230650.02768,'\0','\0'),(9918,1,1003,1448231872.71857,'\0','\0'),(9919,1,1003,1448236283.13534,'\0','\0'),(9920,1,1003,1448238454.57853,'\0','\0'),(9921,1,1003,1448241771.05073,'\0','\0'),(9922,1,1003,1448240048.65594,'\0','\0'),(9923,1,1003,1448242175.54839,'\0','\0'),(9924,1,1003,1448242866.64649,'\0','\0'),(9925,1,1002,1448297102.52175,'\0','\0'),(9926,1,1002,1448244905.93496,'\0','\0'),(9927,1,1002,1448249381.70923,'\0','\0'),(9928,1,1002,1448251066.9472,'\0','\0'),(9929,1,1002,1448251108.89291,'\0','\0'),(9930,1,1002,1448251350.02225,'\0','\0'),(9931,1,1003,1448251351.59775,'\0','\0'),(9932,1,1002,1448251379.44196,'\0','\0'),(9933,1,1003,1448280782.98214,'\0','\0'),(9934,1,1003,1448255037.54785,'\0','\0'),(9935,1,1002,1448256871.74067,'\0','\0'),(9936,1,1002,1448257011.41412,'\0','\0'),(9937,1,1002,1448257179.55574,'\0','\0'),(9938,1,1003,1448257878.68732,'\0','\0'),(9939,1,1003,1448259127.76164,'\0','\0'),(9940,1,1003,1448260552.13753,'\0','\0'),(9941,1,1003,1448262990.51082,'\0','\0'),(9942,1,1003,1448264041.85484,'\0','\0'),(9943,1,1003,1448268153.82895,'\0','\0'),(9944,1,1003,1448270392.45704,'\0','\0'),(9945,1,1003,1448271648.8941,'\0','\0'),(9946,1,1003,1448273725.71376,'\0','\0'),(9947,1,1003,1448274253.8959,'\0','\0'),(9948,1,1003,1448279641.60331,'\0','\0'),(9949,1,1003,1448309715.01563,'\0','\0'),(9950,1,1002,1448285768.07936,'\0','\0'),(9951,1,1003,1448287377.67778,'\0','\0'),(9952,1,1003,1448287987.00592,'\0','\0'),(9953,1,1002,1448288154.71077,'\0','\0'),(9954,1,1002,1448291516.99722,'\0','\0'),(9955,1,1003,1448292802.38602,'\0','\0'),(9956,1,1003,1448293716.11304,'\0','\0'),(9957,1,1002,1448295212.58751,'\0','\0'),(9958,1,1003,1448296384.52558,'\0','\0'),(9959,1,1002,1448296475.42678,'\0','\0'),(9960,1,1003,1448296883.88476,'\0','\0'),(9961,1,1002,1448298058.3509,'\0','\0'),(9962,1,1002,1448301649.31869,'\0','\0'),(9963,1,1002,1448301832.51335,'\0','\0'),(9964,1,1002,1448303063.55523,'\0','\0'),(9965,1,1003,1448305228.11927,'\0','\0'),(9966,1,1003,1448306716.45106,'\0','\0'),(9967,1,1003,1448309722.03518,'\0','\0'),(9968,1,1003,1448310591.53904,'\0','\0'),(9969,1,1003,1448310663.70001,'\0','\0'),(9970,1,1003,1448311263.76234,'\0','\0'),(9971,1,1003,1448312783.22973,'\0','\0'),(9972,1,1003,1448316198.47479,'\0','\0'),(9973,1,1003,1448320045.31299,'\0','\0'),(9974,1,1003,1448320886.30187,'\0','\0'),(9975,1,1003,1448321936.41095,'\0','\0'),(9976,1,1003,1448324029.0012,'\0','\0'),(9977,1,1003,1448328394.81813,'\0','\0'),(9978,1,1003,1448329154.51788,'\0','\0'),(9979,1,1002,1448387848.42106,'\0','\0'),(9980,1,1003,1448331844.54637,'\0','\0'),(9981,1,1002,1448332388.09353,'\0','\0'),(9982,1,1002,1448332490.28258,'\0','\0'),(9983,1,1003,1448332491.65529,'\0','\0'),(9984,1,1003,1448335368.53206,'\0','\0'),(9985,1,1002,1448336545.13343,'\0','\0'),(9986,1,1002,1448339129.15458,'\0','\0'),(9987,1,1003,1448339240.29746,'\0','\0'),(9988,1,1002,1448339295.65831,'\0','\0'),(9989,1,1002,1448340508.96413,'\0','\0'),(9990,1,1002,1448341980.3866,'\0','\0'),(9991,1,1003,1448344406.14029,'\0','\0'),(9992,1,1002,1448345112.44741,'\0','\0'),(9993,1,1002,1448345142.2259,'\0','\0'),(9994,1,1003,1448345345.99564,'\0','\0'),(9995,1,1002,1448346314.30357,'\0','\0'),(9996,1,1003,1448349376.07529,'\0','\0'),(9997,1,1003,1448349880.50015,'\0','\0'),(9998,1,1003,1448350165.25989,'\0','\0'),(9999,1,1003,1448354696.84739,'\0','\0'),(10000,1,1003,1448357639.95752,'\0','\0'),(10001,1,1003,1448358158.95185,'\0','\0'),(10002,1,1002,1448374882.28267,'\0','\0'),(10003,1,1003,1448393173.76367,'\0','\0'),(10004,1,1002,1448376505.7642,'\0','\0'),(10005,1,1002,1448381698.20333,'\0','\0'),(10006,1,1002,1448383753.40277,'\0','\0'),(10007,1,1002,1448384150.02295,'\0','\0'),(10008,1,1002,1448384198.94141,'\0','\0'),(10009,1,1003,1448386464.21259,'\0','\0'),(10010,1,1002,1448386856.46505,'\0','\0'),(10011,1,1002,1448387359.90717,'\0','\0'),(10012,1,1002,1448387723.08309,'\0','\0'),(10013,1,1002,1448403647.57096,'\0','\0'),(10014,1,1002,1448406293.87892,'\0','\0'),(10015,1,1002,1448408557.83978,'\0','\0'),(10016,1,1002,1448409565.72237,'\0','\0'),(10017,1,1002,1448409834.80512,'\0','\0'),(10018,1,1002,1448409881.04056,'\0','\0'),(10019,1,1002,1448410026.75082,'\0','\0'),(10020,1,1002,1448410074.65534,'\0','\0'),(10021,1,1002,1448410755.22412,'\0','\0'),(10022,1,1003,1448423199.02998,'\0','\0'),(10023,1,1002,1448423686.40514,'\0','\0'),(10024,1,1002,1448423817.12476,'\0','\0'),(10025,1,1002,1448427094.91289,'\0','\0'),(10026,1,1002,1448483770.94317,'\0','\0'),(10027,1,1002,1448429111.71191,'\0','\0'),(10028,1,1002,1448430019.13693,'\0','\0'),(10029,1,1002,1448430500.94325,'\0','\0'),(10030,1,1002,1448430945.26516,'\0','\0'),(10031,1,1002,1448431862.64235,'\0','\0'),(10032,1,1002,1448432543.07073,'\0','\0'),(10033,1,1003,1448449435.47742,'\0','\0'),(10034,1,1002,1448444353.6664,'\0','\0'),(10035,1,1002,1448446175.44241,'\0','\0'),(10036,1,1002,1448481032.9287,'\0','\0'),(10037,1,1002,1448450434.92095,'\0','\0'),(10038,1,1002,1448451838.92454,'\0','\0'),(10039,1,1002,1448490037.10827,'\0','\0'),(10040,1,1002,1448454158.71423,'\0','\0'),(10041,1,1002,1448454165.3906,'\0','\0'),(10042,1,1002,1448454710.74724,'\0','\0'),(10043,1,1002,1448456724.60934,'\0','\0'),(10044,1,1003,1448459734.70157,'\0','\0'),(10045,1,1002,1448473877.23063,'\0','\0'),(10046,1,1002,1448475685.88788,'\0','\0'),(10047,1,1002,1448478822.17602,'\0','\0'),(10048,1,1002,1448483682.98041,'\0','\0'),(10049,1,1002,1448486397.378,'\0','\0'),(10050,1,1002,1448486398.62592,'\0','\0'),(10051,1,1002,1448487852.32793,'\0','\0'),(10052,1,1003,1448498633.53874,'\0','\0'),(10053,1,1002,1448557890.99044,'\0','\0'),(10054,1,1002,1448510732.04514,'\0','\0'),(10055,1,1002,1448514874.1724,'\0','\0'),(10056,1,1002,1448515422.43046,'\0','\0'),(10057,1,1003,1448515424.58312,'\0','\0'),(10058,1,1002,1448516741.71588,'\0','\0'),(10059,1,1002,1448518513.79348,'\0','\0'),(10060,1,1002,1448518790.31695,'\0','\0'),(10061,1,1002,1448520712.02016,'\0','\0'),(10062,1,1002,1448521657.39755,'\0','\0'),(10063,1,1002,1448524786.21378,'\0','\0'),(10064,1,1002,1448558343.62481,'\0','\0'),(10065,1,1002,1448543523.71868,'\0','\0'),(10066,1,1002,1448553346.92375,'\0','\0'),(10067,1,1002,1448551189.23887,'\0','\0'),(10068,1,1002,1448552774.06607,'\0','\0'),(10069,1,1002,1448555871.38791,'\0','\0'),(10070,1,1002,1448558015.09609,'\0','\0'),(10071,1,1002,1448562069.41209,'\0','\0'),(10072,1,2008,1448578017.11213,'\0','\0'),(10073,1,1002,1448584308.09524,'\0','\0'),(10074,1,1002,1448631625.03661,'\0','\0'),(10075,1,1002,1448631248.92912,'\0','\0'),(10076,1,1002,1448592253.20916,'\0','\0'),(10077,1,1002,1448593982.12514,'\0','\0'),(10078,1,1002,1448594941.05806,'\0','\0'),(10079,1,1002,1448598673.16561,'\0','\0'),(10080,1,1002,1448601027.72547,'\0','\0'),(10081,1,1002,1448622743.46775,'\0','\0'),(10082,1,1002,1448623355.99368,'\0','\0'),(10083,1,1003,1448623357.61597,'\0','\0'),(10084,1,1002,1448625370.03989,'\0','\0'),(10085,1,1002,1448631229.30558,'\0','\0'),(10086,1,1002,1448633386.38209,'\0','\0'),(10087,1,1002,1448634998.38275,'\0','\0'),(10088,1,1002,1448637577.08464,'\0','\0'),(10089,1,1002,1448639126.19013,'\0','\0'),(10090,1,1002,1448644153.60744,'\0','\0'),(10091,1,1003,1448644154.87096,'\0','\0'),(10092,1,1002,1448644214.19396,'\0','\0'),(10093,1,1003,1448666050.2667,'\0','\0'),(10094,1,1002,1448668497.96819,'\0','\0'),(10095,1,1002,1448686353.80031,'\0','\0'),(10096,1,1002,1448676622.42655,'\0','\0'),(10097,1,1002,1448677153.32292,'\0','\0'),(10098,1,1002,1448677467.81436,'\0','\0'),(10099,1,1002,1448677610.79479,'\0','\0'),(10100,1,1002,1448754874.91243,'\0','\0'),(10101,1,1002,1448685058.13177,'\0','\0'),(10102,1,1002,1448690332.90462,'\0','\0'),(10103,1,1002,1448754162.82019,'\0','\0'),(10104,1,1002,1448724101.08254,'\0','\0'),(10105,1,1002,1448725360.34302,'\0','\0'),(10106,1,1002,1448727504.48796,'\0','\0'),(10107,1,1002,1448727525.17224,'\0','\0'),(10108,1,1002,1448752557.4023,'\0','\0'),(10109,1,1002,1448730296.163,'\0','\0'),(10110,1,1002,1448730591.79525,'\0','\0'),(10111,1,1002,1448733626.5495,'\0','\0'),(10112,1,1002,1448749127.99335,'\0','\0'),(10113,1,1002,1448752556.15438,'\0','\0'),(10114,1,1002,1448754249.76901,'\0','\0'),(10115,1,1002,1448754439.43725,'\0','\0'),(10116,1,1002,1448756722.62719,'\0','\0'),(10117,1,1003,1448757466.4811,'\0','\0'),(10118,1,1002,1448836567.83269,'\0','\0'),(10119,1,1002,1448777604.16615,'\0','\0'),(10120,1,1002,1448832942.74988,'\0','\0'),(10121,1,1002,1448780247.57269,'\0','\0'),(10122,1,1002,1448781360.60813,'\0','\0'),(10123,1,1002,1448782344.14068,'\0','\0'),(10124,1,1002,1448782602.22614,'\0','\0'),(10125,1,1002,1448807677.94813,'\0','\0'),(10126,1,1002,1448784543.84926,'\0','\0'),(10127,1,1002,1448785484.01659,'\0','\0'),(10128,1,1002,1448788095.22726,'\0','\0'),(10129,1,1002,1448803867.50241,'\0','\0'),(10130,1,1002,1448810402.50067,'\0','\0'),(10131,1,1002,1448811363.78905,'\0','\0'),(10132,1,1002,1448811421.38055,'\0','\0'),(10133,1,1002,1448811523.47601,'\0','\0'),(10134,1,1002,1448812187.29145,'\0','\0'),(10135,1,1002,1448812237.05226,'\0','\0'),(10136,1,1002,1448813187.51493,'\0','\0'),(10137,1,1002,1448818181.03561,'\0','\0'),(10138,1,1003,1448832308.80652,'\0','\0'),(10139,1,1002,1448833978.66387,'\0','\0'),(10140,1,1002,1448837625.71007,'\0','\0'),(10141,1,1002,1448838259.88741,'\0','\0'),(10142,1,1002,1448838313.158,'\0','\0'),(10143,1,1002,1448838411.05732,'\0','\0'),(10144,1,1002,1448839036.53043,'\0','\0'),(10145,1,1002,1448839050.31994,'\0','\0'),(10146,1,1002,1448844114.4261,'\0','\0'),(10147,1,1002,1448850014.87264,'\0','\0'),(10148,1,1003,1448850016.79132,'\0','\0'),(10149,1,1002,1448851529.70713,'\0','\0'),(10150,1,1003,1448851530.97065,'\0','\0'),(10151,1,1002,1448856264.46241,'\0','\0'),(10152,1,1002,1448856975.51163,'\0','\0'),(10153,1,1002,1448859630.8202,'\0','\0'),(10154,1,1002,1448860632.97796,'\0','\0'),(10155,1,1002,1448860778.17345,'\0','\0'),(10156,1,1002,1448885692.77146,'\0','\0'),(10157,1,1002,1448861615.94894,'\0','\0'),(10158,1,1002,1448861874.68956,'\0','\0'),(10159,1,1002,1448863078.76077,'\0','\0'),(10160,1,1002,1448867059.48518,'\0','\0'),(10161,1,1003,1448869216.71768,'\0','\0'),(10162,1,1002,1448881503.70681,'\0','\0'),(10163,1,1002,1448882356.06736,'\0','\0'),(10164,1,1002,1448884544.0455,'\0','\0'),(10165,1,1002,1448886506.55724,'\0','\0'),(10166,1,1002,1448886549.30069,'\0','\0'),(10167,1,1002,1448886942.67284,'\0','\0'),(10168,1,1002,1448887123.15507,'\0','\0'),(10169,1,1002,1448889842.87493,'\0','\0'),(10170,1,1002,1448892251.51652,'\0','\0'),(10171,1,1002,1448910343.6111,'\0','\0'),(10172,1,1002,1448911753.6983,'\0','\0'),(10173,1,1002,1448912597.01144,'\0','\0'),(10174,1,1002,1448914090.11652,'\0','\0'),(10175,1,1002,1448914131.29788,'\0','\0'),(10176,1,1002,1448914821.07006,'\0','\0'),(10177,1,1002,1448916112.16809,'\0','\0'),(10178,1,1002,1448916517.83569,'\0','\0'),(10179,1,1002,1448920947.93373,'\0','\0'),(10180,1,1003,1448936138.28673,'\0','\0'),(10181,1,1002,1448937749.53864,'\0','\0'),(10182,1,1002,1448939558.67946,'\0','\0'),(10183,1,1002,1448941036.46632,'\0','\0'),(10184,1,1002,1448941356.38621,'\0','\0'),(10185,1,1002,1448968399.71329,'\0','\0'),(10186,1,1002,1448942774.94368,'\0','\0'),(10187,1,1002,1449012677.31645,'\0','\0'),(10188,1,1002,1448943745.06108,'\0','\0'),(10189,1,1002,1448945088.04139,'\0','\0'),(10190,1,1002,1448949945.27361,'\0','\0'),(10191,1,1003,1448964546.37032,'\0','\0'),(10192,1,1002,1448971977.9367,'\0','\0'),(10193,1,1003,1448971979.76179,'\0','\0'),(10194,1,1002,1448972154.59538,'\0','\0'),(10195,1,1002,1448973348.74563,'\0','\0'),(10196,1,1002,1448973832.81379,'\0','\0'),(10197,1,1002,1448974142.04837,'\0','\0'),(10198,1,1002,1448976732.82388,'\0','\0'),(10199,1,1002,1448977322.35689,'\0','\0'),(10200,1,1002,1448978120.8697,'\0','\0'),(10201,1,1002,1448979649.11933,'\0','\0'),(10202,1,1002,1448985318.83693,'\0','\0'),(10203,1,1003,1448997096.1461,'\0','\0'),(10204,1,1002,1449005990.47752,'\0','\0'),(10205,1,1002,1449009223.32347,'\0','\0'),(10206,1,1002,1449009362.63814,'\0','\0'),(10207,1,1002,1449009863.17885,'\0','\0'),(10208,1,1003,1449009865.00393,'\0','\0'),(10209,1,1002,1449009871.33713,'\0','\0'),(10210,1,1003,1449009873.365,'\0','\0'),(10211,1,1002,1449011228.45013,'\0','\0'),(10212,1,1002,1449011903.99602,'\0','\0'),(10213,1,1002,1449014681.30438,'\0','\0'),(10214,1,1002,1449014872.43892,'\0','\0'),(10215,1,1002,1449014876.43227,'\0','\0'),(10216,1,1002,1449022118.32614,'\0','\0'),(10217,1,1002,1449041839.03431,'\0','\0'),(10218,1,1002,1449047854.61707,'\0','\0'),(10219,1,1002,1449048066.71667,'\0','\0'),(10220,1,1002,1449048667.30937,'\0','\0'),(10221,1,1002,1449049957.2195,'\0','\0'),(10222,1,1002,1449091136.86106,'\0','\0'),(10223,1,1002,1449061952.20134,'\0','\0'),(10224,1,1002,1449090908.60089,'\0','\0'),(10225,1,1002,1449079915.26099,'\0','\0'),(10226,1,1003,1449071159.26151,'\0','\0'),(10227,1,1002,1449086677.73092,'\0','\0'),(10228,1,1002,1449087080.18512,'\0','\0'),(10229,1,1002,1449087610.02075,'\0','\0'),(10230,1,1002,1449088604.92497,'\0','\0'),(10231,1,1002,1449089349.41845,'\0','\0'),(10232,1,1002,1449091002.67846,'\0','\0'),(10233,1,1002,1449093725.09394,'\0','\0'),(10234,1,1003,1449093726.48225,'\0','\0'),(10235,1,1002,1449098004.67959,'\0','\0'),(10236,1,1002,1449107933.58348,'\0','\0'),(10237,1,1002,1449112606.80989,'\0','\0'),(10238,1,1002,1449113425.42981,'\0','\0'),(10239,1,1002,1449113975.49735,'\0','\0'),(10240,1,1002,1449114070.07409,'\0','\0'),(10241,1,1002,1449115736.86264,'\0','\0'),(10242,1,1002,1449117267.74023,'\0','\0'),(10243,1,1002,1449117893.38492,'\0','\0'),(10244,1,1002,1449119055.8848,'\0','\0'),(10245,1,1002,1449126062.9088,'\0','\0'),(10246,1,1002,1449136888.27162,'\0','\0'),(10247,1,1002,1449170057.29843,'\0','\0'),(10248,1,1002,1449142693.96984,'\0','\0'),(10249,1,1002,1449145304.2909,'\0','\0'),(10250,1,1002,1449149271.36469,'\0','\0'),(10251,1,1002,1449186429.15815,'\0','\0'),(10252,1,1003,1449163348.96408,'\0','\0'),(10253,1,1002,1449147494.3749,'\0','\0'),(10254,1,1002,1449177685.22503,'\0','\0'),(10255,1,1002,1449178337.32563,'\0','\0'),(10256,1,1002,1449178947.40252,'\0','\0'),(10257,1,1002,1449178971.58097,'\0','\0'),(10258,1,1002,1449181204.43928,'\0','\0'),(10259,1,1002,1449182092.86749,'\0','\0'),(10260,1,1002,1449186083.6559,'\0','\0'),(10261,1,1002,1449197703.44459,'\0','\0'),(10262,1,1002,1449212068.86007,'\0','\0'),(10263,1,1002,1449222526.30017,'\0','\0'),(10264,1,1002,1449223084.88476,'\0','\0'),(10265,1,1002,1449223879.01426,'\0','\0'),(10266,1,1002,1449225637.8795,'\0','\0'),(10267,1,1002,1449230687.44739,'\0','\0'),(10268,1,1002,1449231950.35803,'\0','\0'),(10269,1,1002,1449232699.64039,'\0','\0'),(10270,1,1003,1449241899.38463,'\0','\0'),(10271,1,1002,1449242589.48439,'\0','\0'),(10272,1,1002,1449244336.80637,'\0','\0'),(10273,1,1002,1449257132.09809,'\0','\0'),(10274,1,1002,1449267880.29266,'\0','\0'),(10275,1,1002,1449268862.24971,'\0','\0'),(10276,1,1002,1449270987.23909,'\0','\0'),(10277,1,1002,1449270262.71233,'\0','\0'),(10278,1,1002,1449275910.67346,'\0','\0'),(10279,1,1002,1449278078.73167,'\0','\0'),(10280,1,1002,1449279503.73623,'\0','\0'),(10281,1,1002,1449290259.1715,'\0','\0'),(10282,1,1003,1449290260.18544,'\0','\0'),(10283,1,1002,1449293113.30493,'\0','\0'),(10284,1,1003,1449294573.40253,'\0','\0'),(10285,1,1002,1449314640.85852,'\0','\0'),(10286,1,1002,1449315078.50406,'\0','\0'),(10287,1,1002,1449315121.44811,'\0','\0'),(10288,1,1002,1449316262.18738,'\0','\0'),(10289,1,1002,1449318938.96018,'\0','\0'),(10290,1,1002,1449323086.4379,'\0','\0'),(10291,1,1002,1449323356.11341,'\0','\0'),(10292,1,1002,1449326170.3134,'\0','\0'),(10293,1,1002,1449340578.59493,'\0','\0'),(10294,1,1002,1449352266.10038,'\0','\0'),(10295,1,1002,1449362839.35216,'\0','\0'),(10296,1,1002,1449392316.89122,'\0','\0'),(10297,1,1002,1449367507.77408,'\0','\0'),(10298,1,1002,1449367739.59082,'\0','\0'),(10299,1,1002,1449420589.05623,'\0','\0'),(10300,1,1002,1449371194.23896,'\0','\0'),(10301,1,1002,1449375744.23327,'\0','\0'),(10302,1,1002,1449377306.55112,'\0','\0'),(10303,1,1002,1449404557.7229,'\0','\0'),(10304,1,1002,1449416425.48034,'\0','\0'),(10305,1,1002,1449430195.91877,'\0','\0'),(10306,1,1002,1449419771.16946,'\0','\0'),(10307,1,1002,1449421512.29865,'\0','\0'),(10308,1,1002,1449425187.42305,'\0','\0'),(10309,1,1002,1449429333.62165,'\0','\0'),(10310,1,1002,1449439838.08184,'\0','\0'),(10311,1,1003,1449439839.57934,'\0','\0'),(10312,1,1002,1449471458.91367,'\0','\0'),(10313,1,1002,1449446919.76799,'\0','\0'),(10314,1,1002,1449458251.73954,'\0','\0'),(10315,1,1002,1449473108.24274,'\0','\0'),(10316,1,1002,1449474554.8472,'\0','\0'),(10317,1,1002,1449475115.17888,'\0','\0'),(10318,1,1002,1449477573.72679,'\0','\0'),(10319,1,1002,1449480482.00435,'\0','\0'),(10320,1,1002,1449480610.15014,'\0','\0'),(10321,1,1003,1449480611.22647,'\0','\0'),(10322,1,1002,1449482498.03471,'\0','\0'),(10323,1,1002,1449486770.56961,'\0','\0'),(10324,1,1002,1449506346.42547,'\0','\0'),(10325,1,1002,1449509130.68628,'\0','\0'),(10326,1,1003,1449509133.2447,'\0','\0'),(10327,1,1002,1449519497.28934,'\0','\0'),(10328,1,1002,1449533158.92474,'\0','\0'),(10329,1,1002,1449535011.0564,'\0','\0'),(10330,1,1002,1449535776.53053,'\0','\0'),(10331,1,1002,1449536728.49071,'\0','\0'),(10332,1,1002,1449538801.6914,'\0','\0'),(10333,1,1002,1449544136.38251,'\0','\0'),(10334,1,1002,1449547969.46238,'\0','\0'),(10335,1,1002,1449549841.84155,'\0','\0'),(10336,1,1002,1449557409.38442,'\0','\0'),(10337,1,1003,1449557411.16271,'\0','\0'),(10338,1,1003,1449600777.45262,'\0','\0'),(10339,1,1002,1449573211.98257,'\0','\0'),(10340,1,1002,1449584857.58119,'\0','\0'),(10341,1,1002,1449601366.64245,'\0','\0'),(10342,1,1003,1449601368.9355,'\0','\0'),(10343,1,1002,1449602121.91483,'\0','\0'),(10344,1,1002,1449602318.60262,'\0','\0'),(10345,1,1002,1449603118.75333,'\0','\0'),(10346,1,1002,1449603556.27408,'\0','\0'),(10347,1,1002,1449605886.4995,'\0','\0'),(10348,1,1002,1449611726.517,'\0','\0'),(10349,1,1002,1449616204.00716,'\0','\0'),(10350,1,1002,1449616553.47156,'\0','\0'),(10351,1,1002,1449646489.97615,'\0','\0'),(10352,1,1002,1449671088.52282,'\0','\0'),(10353,1,1002,1449661065.49457,'\0','\0'),(10354,1,1003,1449661070.62664,'\0','\0'),(10355,1,1002,1449668125.134,'\0','\0'),(10356,1,1002,1449669955.28667,'\0','\0'),(10357,1,1002,1449673914.11328,'\0','\0'),(10358,1,1002,1449682946.44905,'\0','\0'),(10359,1,1002,1449687922.45205,'\0','\0'),(10360,1,1002,1449688202.26692,'\0','\0'),(10361,1,1002,1449699371.10412,'\0','\0'),(10362,1,1003,1449699372.27404,'\0','\0'),(10363,1,1003,1449704916.76701,'\0','\0'),(10364,1,1002,1449716017.67975,'\0','\0'),(10365,1,1002,1449724137.53281,'\0','\0'),(10366,1,1002,1449742678.53729,'\0','\0'),(10367,1,1002,1449744341.89833,'\0','\0'),(10368,1,1002,1449745190.38543,'\0','\0'),(10369,1,1002,1449751719.97184,'\0','\0'),(10370,1,1002,1449753971.00481,'\0','\0'),(10371,1,1002,1449760781.41766,'\0','\0'),(10372,1,1002,1449766884.94784,'\0','\0'),(10373,1,1002,1449769239.79053,'\0','\0'),(10374,1,1002,1449807330.48425,'\0','\0'),(10375,1,1002,1449817529.18693,'\0','\0'),(10376,1,1003,1449817531.79201,'\0','\0'),(10377,1,1002,1449826874.49243,'\0','\0'),(10378,1,1002,1449829807.53572,'\0','\0'),(10379,1,1002,1449830816.38925,'\0','\0'),(10380,1,1002,1449840210.4593,'\0','\0'),(10381,1,1002,1449843314.39303,'\0','\0'),(10382,1,1002,1449853182.12326,'\0','\0'),(10383,1,1002,1449861162.57963,'\0','\0'),(10384,1,1002,1449865849.45171,'\0','\0'),(10385,1,1002,1449894757.62425,'\0','\0'),(10386,1,1002,1449904711.1476,'\0','\0'),(10387,1,1002,1449933722.35714,'\0','\0'),(10388,1,1002,1449936469.31588,'\0','\0'),(10389,1,1002,1449938140.37529,'\0','\0'),(10390,1,1002,1449947978.82519,'\0','\0'),(10391,1,1002,1449951222.12245,'\0','\0'),(10392,1,1002,1449966469.04986,'\0','\0'),(10393,1,1002,1449972030.01312,'\0','\0'),(10394,1,1002,1449992522.12932,'\0','\0'),(10395,1,1003,1449992523.33047,'\0','\0'),(10396,1,1002,1449996422.73429,'\0','\0'),(10397,1,1003,1449996423.73264,'\0','\0'),(10398,1,1002,1450007543.76465,'\0','\0'),(10399,1,1002,1450015506.18711,'\0','\0'),(10400,1,1002,1450016090.64609,'\0','\0'),(10401,1,1003,1450016092.11242,'\0','\0'),(10402,1,1002,1450043435.07086,'\0','\0'),(10403,1,1002,1450050074.67891,'\0','\0'),(10404,1,1002,1450053348.44161,'\0','\0'),(10405,1,1002,1450058744.00549,'\0','\0'),(10406,1,1002,1450068944.63735,'\0','\0'),(10407,1,1003,1450068945.97889,'\0','\0'),(10408,1,1002,1450072037.73674,'\0','\0'),(10409,1,1002,1450081349.66914,'\0','\0'),(10410,1,1002,1450081408.05732,'\0','\0'),(10411,1,1002,1450117474.02829,'\0','\0'),(10412,1,1002,1450131928.57366,'\0','\0'),(10413,1,1002,1450150828.32314,'\0','\0'),(10414,1,1002,1450162746.93711,'\0','\0'),(10415,1,1002,1450164244.96909,'\0','\0'),(10416,1,1002,1450171712.9053,'\0','\0'),(10417,1,1002,1450172267.22518,'\0','\0'),(10418,1,1002,1450172781.95528,'\0','\0'),(10419,1,1003,1450172783.14083,'\0','\0'),(10420,1,1002,1450183658.6608,'\0','\0'),(10421,1,1002,1450201398.20036,'\0','\0'),(10422,1,1002,1450202027.28893,'\0','\0'),(10423,1,1003,1450210021.8629,'\0','\0'),(10424,1,1002,1450233812.77651,'\0','\0'),(10425,1,1003,1450233814.89801,'\0','\0'),(10426,1,1002,1450253124.13682,'\0','\0'),(10427,1,1002,1450293012.99041,'\0','\0'),(10428,1,1002,1450297468.30648,'\0','\0'),(10429,1,1003,1450297469.64802,'\0','\0'),(10430,1,1002,1450298552.11465,'\0','\0'),(10431,1,1002,1450301308.59607,'\0','\0'),(10432,1,1002,1450308097.42784,'\0','\0'),(10433,1,1002,1450325397.34793,'\0','\0'),(10434,1,1002,1450339073.64083,'\0','\0'),(10435,1,1003,1450339111.59392,'\0','\0'),(10436,1,1002,1450341259.77353,'\0','\0'),(10437,1,1002,1450342951.89199,'\0','\0'),(10438,1,1002,1450347374.94872,'\0','\0'),(10439,1,1003,1450347376.57104,'\0','\0'),(10440,1,1003,1450376755.78175,'\0','\0'),(10441,1,1002,1450400159.24976,'\0','\0'),(10442,1,1002,1450404933.80043,'\0','\0'),(10443,1,1002,1450444618.24699,'\0','\0'),(10444,1,1002,1450452463.36895,'\0','\0'),(10445,1,1002,1450455963.2435,'\0','\0'),(10446,1,1002,1450461250.40784,'\0','\0'),(10447,1,1002,1450482267.32103,'\0','\0'),(10448,1,1002,1450504146.64666,'\0','\0'),(10449,1,1002,1450504597.63802,'\0','\0'),(10450,1,1002,1450552749.67097,'\0','\0'),(10451,1,1003,1450552751.1217,'\0','\0'),(10452,1,1002,1450561669.78749,'\0','\0'),(10453,1,1002,1450569013.95035,'\0','\0'),(10454,1,1002,1450592570.31288,'\0','\0'),(10455,1,1003,1450592571.77922,'\0','\0'),(10456,1,1002,1450608789.65004,'\0','\0'),(10457,1,1002,1450616962.66928,'\0','\0'),(10458,1,1002,1450617453.34526,'\0','\0'),(10459,1,1002,1450630193.53143,'\0','\0'),(10460,1,1002,1450632343.14104,'\0','\0'),(10461,1,1002,1450647341.52481,'\0','\0'),(10462,1,1002,1450666589.60496,'\0','\0'),(10463,1,1003,1450668406.56462,'\0','\0'),(10464,1,1002,1450669238.83408,'\0','\0'),(10465,1,1002,1450721015.17291,'\0','\0'),(10466,1,1003,1450721016.51445,'\0','\0'),(10467,1,1002,1450739405.51572,'\0','\0'),(10468,1,1002,1450750020.58978,'\0','\0'),(10469,1,1002,1450757363.83546,'\0','\0'),(10470,1,1003,1450757365.73857,'\0','\0'),(10471,1,1002,1450797950.43102,'\0','\0'),(10472,1,1002,1450812219.71911,'\0','\0'),(10473,1,1002,1450827468.61077,'\0','\0'),(10474,1,1003,1450827514.48831,'\0','\0'),(10475,1,1002,1450828557.90989,'\0','\0'),(10476,1,1003,1450878537.59336,'\0','\0'),(10477,1,1002,1450860854.21129,'\0','\0'),(10478,1,1003,1450860857.01916,'\0','\0'),(10479,1,1002,1450868509.95774,'\0','\0'),(10480,1,1003,1450875249.22973,'\0','\0'),(10481,1,1002,1450890101.15166,'\0','\0'),(10482,1,1002,1450896120.66876,'\0','\0'),(10483,1,1003,1450922399.87352,'\0','\0'),(10484,1,1003,1450951735.18823,'\0','\0'),(10485,1,1003,1450973133.01966,'\0','\0'),(10486,1,1002,1450985289.71014,'\0','\0'),(10487,1,1002,1450988727.71787,'\0','\0'),(10488,1,1003,1450988729.2934,'\0','\0'),(10489,1,1003,1451021035.60014,'\0','\0'),(10490,1,1002,1451022523.96627,'\0','\0'),(10491,1,1003,1451022525.80633,'\0','\0'),(10492,1,1002,1451034077.39557,'\0','\0'),(10493,1,1003,1451034079.84466,'\0','\0'),(10494,1,1003,1451073495.45566,'\0','\0'),(10495,1,1003,1451125845.98787,'\0','\0'),(10496,1,1002,1451132166.85543,'\0','\0'),(10497,1,1003,1451132170.16248,'\0','\0'),(10498,1,1003,1451164795.03279,'\0','\0'),(10499,1,1003,1451177996.2524,'\0','\0'),(10500,1,1002,1451248336.48844,'\0','\0'),(10501,1,1003,1451248337.92358,'\0','\0'),(10502,1,1003,1451268707.00319,'\0','\0'),(10503,1,1002,1451324188.53714,'\0','\0'),(10504,1,1003,1451324195.55683,'\0','\0'),(10505,1,1002,1451345633.97121,'\0','\0'),(10506,1,1003,1451345636.13951,'\0','\0'),(10507,1,1002,1451368332.93042,'\0','\0'),(10508,1,1003,1451368334.53715,'\0','\0'),(10509,1,1003,1451385787.00367,'\0','\0'),(10510,1,1002,1451401438.06215,'\0','\0'),(10511,1,1003,1451401440.01206,'\0','\0'),(10512,1,1002,1451406951.29155,'\0','\0'),(10513,1,1003,1451406953.95903,'\0','\0'),(10514,1,1002,1451472979.8597,'\0','\0'),(10515,1,1003,1451472981.59122,'\0','\0'),(10516,1,1002,1451539720.2957,'\0','\0'),(10517,1,1003,1451539722.85399,'\0','\0'),(10518,1,1002,1451637522.35278,'\0','\0'),(10519,1,1003,1451637527.68774,'\0','\0'),(10520,1,1002,1451645265.57822,'\0','\0'),(10521,1,1003,1451645267.90177,'\0','\0'),(10522,1,1003,1451652239.47328,'\0','\0'),(10523,1,1002,1451746701.78904,'\0','\0'),(10524,1,1003,1451746703.36457,'\0','\0'),(10525,1,1002,1451766193.81636,'\0','\0'),(10526,1,1003,1451766194.78352,'\0','\0'),(10527,1,1002,1451831352.90261,'\0','\0'),(10528,1,1003,1451831354.49373,'\0','\0'),(10529,1,1002,1451868929.27686,'\0','\0'),(10530,1,1003,1451868930.634,'\0','\0'),(10531,1,1002,1451905415.83145,'\0','\0'),(10532,1,1003,1451905417.79696,'\0','\0'),(10533,1,1003,1451914354.39064,'\0','\0'),(10534,1,1002,1451965250.54859,'\0','\0'),(10535,1,1003,1451965253.09128,'\0','\0'),(10536,1,1003,1452285246.54727,'\0','\0'),(10537,1,1002,1452330078.98272,'\0','\0'),(10538,1,1003,1452330080.69865,'\0','\0'),(10539,1,1002,1452342519.92239,'\0','\0'),(10540,1,1003,1452342521.84111,'\0','\0'),(10541,1,1002,1452348394.27559,'\0','\0'),(10542,1,1003,1452348395.97591,'\0','\0'),(10543,1,1002,1452510132.32032,'\0','\0'),(10544,1,1003,1452510137.63968,'\0','\0'),(10545,1,1002,1452578969.74654,'\0','\0'),(10546,1,1003,1452578971.60267,'\0','\0'),(10547,1,1002,1452705070.26374,'\0','\0'),(10548,1,1003,1452705074.14794,'\0','\0'),(10549,1,1002,1452789407.89674,'\0','\0'),(10550,1,1003,1452789421.14046,'\0','\0'),(10551,1,1000,1452801550.87559,'\0','\0'),(10552,1,2001,1452801807.40443,'\0','\0'),(10553,1,1000,1452809242.71591,'\0','\0'),(10554,1,2033,1452809260.92006,'\0','\0'),(10555,1,2010,1452809713.99829,'\0','\0'),(10556,1,2005,1452809810.63534,'\0','\0'),(10557,1,1002,1452822462.14811,'\0','\0'),(10558,1,1003,1452822463.56764,'\0','\0'),(10559,1,1002,1452875517.4789,'\0','\0'),(10560,1,1003,1452875521.84671,'\0','\0'),(10561,1,1000,1452897261.6697,'\0','\0'),(10562,1,2001,1452897327.68594,'\0','\0'),(10563,1,2012,1452897357.88618,'\0','\0'),(10564,1,1002,1452913527.52139,'\0','\0'),(10565,1,1003,1452913528.70694,'\0','\0'),(10566,1,1003,1453023845.44625,'\0','\0'),(10567,1,1002,1453063924.46355,'\0','\0'),(10568,1,1003,1453063925.99209,'\0','\0'),(10569,1,1003,1453107311.62975,'\0','\0'),(10570,1,1003,1453191014.65674,'\0','\0'),(10571,1,1003,1453277406.65221,'\0','\0'),(10572,1,1002,1453372177.80974,'\0','\0'),(10573,1,1003,1453372179.80645,'\0','\0'),(10574,1,2008,1453416433.5083,'\0','\0'),(10575,1,1002,1453421256.35948,'\0','\0'),(10576,1,1003,1453421257.99741,'\0','\0'),(10577,1,1003,1453441236.19681,'\0','\0'),(10578,1,1003,1453484940.59003,'\0','\0'),(10579,1,1003,1453499361.9914,'\0','\0'),(10580,1,1003,1453588508.44082,'\0','\0'),(10581,1,1000,1453594996.99137,'\0','\0'),(10582,1,6004,1453597024.54159,'\0','\0'),(10583,1,5004,1453597537.83656,'\0','\0'),(10584,1,1000,1453642274.73014,'\0','\0'),(10585,1,6005,1453643456.6579,'\0','\0'),(10586,1,6005,1453643524.65525,'\0','\0'),(10587,1,1003,1453660230.62047,'\0','\0'),(10588,1,1000,1453646649.30423,'\0','\0'),(10589,1,1002,1453647456.20922,'\0','\0'),(10590,1,1003,1453647458.50232,'\0','\0'),(10591,1,1000,1453670746.28019,'\0','\0'),(10592,1,6005,1453670854.44574,'\0','\0'),(10593,1,1003,1453675353.82984,'\0','\0'),(10594,1,1003,1453705517.97831,'\0','\0'),(10595,1,1002,1453715985.74818,'\0','\0'),(10596,1,1003,1453715989.50761,'\0','\0'),(10597,1,1003,1453751768.94092,'\0','\0'),(10598,1,1003,1453797421.42763,'\0','\0'),(10599,1,1003,1453843270.67958,'\0','\0'),(10600,1,1002,1453816775.63069,'\0','\0'),(10601,1,1003,1453816777.93706,'\0','\0'),(10602,1,1003,1453924131.67547,'\0','\0'),(10603,1,1002,1453908565.12288,'\0','\0'),(10604,1,1003,1453908571.70578,'\0','\0'),(10605,1,1003,1453939181.66472,'\0','\0'),(10606,1,1003,1453954904.33767,'\0','\0'),(10607,1,1003,1453984431.06933,'\0','\0'),(10608,1,1002,1453981471.68328,'\0','\0'),(10609,1,1003,1453981474.05437,'\0','\0'),(10610,1,1003,1453999457.69884,'\0','\0'),(10611,1,1003,1454015326.53424,'\0','\0'),(10612,1,1003,1454061174.2309,'\0','\0'),(10613,1,1003,1454035792.6808,'\0','\0'),(10614,1,1003,1454108035.09356,'\0','\0'),(10615,1,1003,1454139557.34157,'\0','\0'),(10616,1,1002,1454168476.51189,'\0','\0'),(10617,1,1003,1454168479.85012,'\0','\0'),(10618,1,2008,1454194049.53011,'\0','\0'),(10619,1,1002,1454240342.49942,'\0','\0'),(10620,1,1003,1454240346.08724,'\0','\0'),(10621,1,1003,1454252730.30153,'\0','\0'),(10622,1,1003,1454284764.2135,'\0','\0'),(10623,1,1003,1454340793.04931,'\0','\0'),(10624,1,1003,1454315642.77286,'\0','\0'),(10625,1,1003,1454332713.2738,'\0','\0'),(10626,1,1003,1454349336.98589,'\0','\0'),(10627,1,1003,1454364269.1173,'\0','\0'),(10628,1,1003,1454379511.4636,'\0','\0'),(10629,1,1003,1454388784.48604,'\0','\0'),(10630,1,1003,1454410856.77602,'\0','\0'),(10631,1,1003,1454426650.93482,'\0','\0'),(10632,1,1003,1454441556.14523,'\0','\0'),(10633,1,1003,1454455394.13316,'\0','\0'),(10634,1,1003,1454471582.5659,'\0','\0'),(10635,1,1003,1454486329.5283,'\0','\0'),(10636,1,1003,1454502741.63382,'\0','\0'),(10637,1,1003,1454535723.71174,'\0','\0'),(10638,1,1003,1454655523.92389,'\0','\0'),(10639,1,1003,1454677596.1769,'\0','\0'),(10640,1,1003,1454702089.2601,'\0','\0'),(10641,1,1003,1454732482.92692,'\0','\0'),(10642,1,1003,1454958507.51274,'\0','\0'),(10643,1,1003,1455007054.07242,'\0','\0'),(10644,1,1003,1455012403.0537,'\0','\0'),(10645,1,1003,1455029071.61354,'\0','\0'),(10646,1,1003,1455034293.95875,'\0','\0'),(10647,1,1003,1455040381.35936,'\0','\0'),(10648,1,1003,1455045821.08119,'\0','\0'),(10649,1,1003,1455051082.98773,'\0','\0'),(10650,1,1003,1455056239.92726,'\0','\0'),(10651,1,9999,1455056240.00526,'\0','\0'),(10652,1,1003,1455061629.49438,'\0','\0'),(10653,1,1003,1455067190.92403,'\0','\0'),(10654,1,1003,1455072897.39217,'\0','\0'),(10655,1,1003,1455078824.91658,'\0','\0'),(10656,1,1003,1455084956.10415,'\0','\0'),(10657,1,1003,1455096917.58204,'\0','\0'),(10658,1,1003,1455103226.49129,'\0','\0'),(10659,1,1003,1455109619.21504,'\0','\0'),(10660,1,1003,1455116124.877,'\0','\0'),(10661,1,1003,1455128038.52749,'\0','\0'),(10662,1,1003,1455133831.61612,'\0','\0'),(10663,1,1003,1455139380.17356,'\0','\0'),(10664,1,1003,1455144881.94901,'\0','\0'),(10665,1,1003,1455155635.44472,'\0','\0'),(10666,1,1003,1455161372.17721,'\0','\0'),(10667,1,1003,1455166687.91534,'\0','\0'),(10668,1,1003,1455171759.68079,'\0','\0'),(10669,1,1003,1455182742.1445,'\0','\0'),(10670,1,1003,1455193698.79552,'\0','\0'),(10671,1,1003,1455198995.53568,'\0','\0'),(10672,1,1003,1455204841.25379,'\0','\0'),(10673,1,1003,1455210603.6809,'\0','\0'),(10674,1,1003,1455215831.37705,'\0','\0'),(10675,1,1003,1455221459.63893,'\0','\0'),(10676,1,1003,1455232158.17324,'\0','\0'),(10677,1,1003,1455233721.7479,'\0','\0'),(10678,1,1003,1455237631.37358,'\0','\0'),(10679,1,1003,1455242991.38322,'\0','\0'),(10680,1,1003,1455248635.04528,'\0','\0'),(10681,1,1002,1455249722.49505,'\0','\0'),(10682,1,1003,1455250339.76331,'\0','\0'),(10683,1,1003,1455254110.91826,'\0','\0'),(10684,1,1003,1455259240.87454,'\0','\0'),(10685,1,1003,1455270142.6783,'\0','\0'),(10686,1,1003,1455280771.1874,'\0','\0'),(10687,1,1003,1455291754.92773,'\0','\0'),(10688,1,1003,1455316280.99231,'\0','\0'),(10689,1,1003,1455297343.17602,'\0','\0'),(10690,1,1000,1455299278.78077,'\0','\0'),(10691,1,1000,1455299291.0575,'\0','\0'),(10692,1,1003,1455302529.61774,'\0','\0'),(10693,1,1000,1455307449.07572,'\0','\0'),(10694,1,1003,1455307961.09483,'\0','\0'),(10695,1,2066,1455308157.35088,'\0','\0'),(10696,1,1003,1455313002.63801,'\0','\0'),(10697,1,1003,1455317999.60941,'\0','\0'),(10698,1,1003,1455323320.20596,'\0','\0'),(10699,1,1003,1455328523.86178,'\0','\0'),(10700,1,1003,1455333921.97085,'\0','\0'),(10701,1,1003,1455339655.73311,'\0','\0'),(10702,1,1003,1455344805.47519,'\0','\0'),(10703,1,1003,1455405156.85132,'\0','\0'),(10704,1,1003,1455530960.46333,'\0','\0'),(10705,1,1000,1455560891.79416,'\0','\0'),(10706,1,2012,1455561432.90615,'\0','\0'),(10707,1,2001,1455561527.98449,'\0','\0'),(10708,1,2066,1455561719.62312,'\0','\0'),(10709,1,2066,1455561776.77932,'\0','\0'),(10710,1,2008,1455568655.81833,'\0','\0'),(10711,1,1003,1455746318.85232,'\0','\0'),(10712,1,1003,1455832191.31195,'\0','\0'),(10713,1,1003,1455900094.47206,'\0','\0'),(10714,1,1003,1455899998.02097,'\0','\0'),(10715,1,1003,1455920908.2991,'\0','\0'),(10716,1,2008,1455922026.1365,'\0','\0'),(10717,1,1003,1455961733.10423,'\0','\0'),(10718,1,1003,1456009765.00934,'\0','\0'),(10719,1,1002,1455983736.85118,'\0','\0'),(10720,1,1003,1455983740.87582,'\0','\0'),(10721,1,1003,1456049156.92389,'\0','\0'),(10722,1,1003,1456094280.13001,'\0','\0'),(10723,1,1003,1456111113.44932,'\0','\0'),(10724,1,1002,1456112874.59748,'\0','\0'),(10725,1,1003,1456112878.55971,'\0','\0'),(10726,1,1003,1456178611.35706,'\0','\0'),(10727,1,1002,1456145545.23348,'\0','\0'),(10728,1,1003,1456145549.53883,'\0','\0'),(10729,1,1003,1456234897.25101,'\0','\0'),(10730,1,1003,1456263492.99526,'\0','\0'),(10731,1,1003,1456232863.46363,'\0','\0'),(10732,1,1003,1456285681.75297,'\0','\0'),(10733,1,1003,1456330350.58768,'\0','\0'),(10734,1,1002,1456296744.28455,'\0','\0'),(10735,1,1003,1456296748.76138,'\0','\0'),(10736,1,1003,1456385104.41947,'\0','\0'),(10737,1,1003,1456391365.15839,'\0','\0'),(10738,1,1003,1456401812.46254,'\0','\0'),(10739,1,1003,1456527893.71989,'\0','\0'),(10740,1,1003,1456518864.16977,'\0','\0'),(10741,1,1003,1456603323.83591,'\0','\0'),(10742,1,1003,1456579870.16138,'\0','\0'),(10743,1,1003,1456683693.60017,'\0','\0'),(10744,1,1003,1456649623.01926,'\0','\0'),(10745,1,1002,1456725302.31306,'\0','\0'),(10746,1,1003,1456725306.50924,'\0','\0'),(10747,1,1003,1456786940.42204,'\0','\0'),(10748,1,1003,1456754702.08812,'\0','\0'),(10749,1,1003,1456759645.84898,'\0','\0'),(10750,1,1003,1456858913.76133,'\0','\0'),(10751,1,1003,1456819209.74794,'\0','\0'),(10752,1,1003,1456936468.25847,'\0','\0'),(10753,1,1003,1456943312.55534,'\0','\0'),(10754,1,1003,1456892299.89037,'\0','\0'),(10755,1,1003,1456916388.59384,'\0','\0'),(10756,1,1003,1456999610.83977,'\0','\0'),(10757,1,1000,1456973786.22378,'\0','\0'),(10758,1,2066,1456973952.43326,'\0','\0'),(10759,1,2066,1456974094.80715,'\0','\0'),(10760,1,1002,1456976013.11878,'\0','\0'),(10761,1,1003,1456976015.17787,'\0','\0'),(10762,1,1003,1457080131.41025,'\0','\0'),(10763,1,1003,1457063966.00009,'\0','\0'),(10764,1,1002,1457126751.15189,'\0','\0'),(10765,1,1003,1457126758.92024,'\0','\0'),(10766,1,1002,1457158758.271,'\0','\0'),(10767,1,1003,1457158762.10838,'\0','\0'),(10768,1,1003,1457215074.91302,'\0','\0'),(10769,1,1003,1457244413.41418,'\0','\0'),(10770,1,1000,1457291702.11916,'\0','\0'),(10771,1,2004,1457292333.38354,'\0','\0'),(10772,1,1000,1457292482.43294,'\0','\0'),(10773,1,1001,1457292524.03574,'\0','\0'),(10774,1,5004,1457293098.64419,'\0','\0'),(10775,1,5000,1457293132.26025,'\0','\0'),(10776,1,5001,1457293630.30831,'\0','\0'),(10777,1,2069,1457295410.63359,'\0','\0'),(10778,1,2007,1457295424.89117,'\0','\0'),(10779,1,2010,1457298041.74961,'\0','\0'),(10780,1,2010,1457298046.03936,'\0','\0'),(10781,1,2069,1457298230.8107,'\0','\0'),(10782,1,2007,1457298247.40814,'\0','\0'),(10783,1,2069,1457298434.30096,'\0','\0'),(10784,1,2007,1457299179.46996,'\0','\0'),(10785,1,2069,1457301479.37007,'\0','\0'),(10786,1,2007,1457301536.68116,'\0','\0'),(10787,1,2007,1457301552.21787,'\0','\0'),(10788,1,2005,1457301803.76895,'\0','\0'),(10789,1,2066,1457301991.73811,'\0','\0'),(10790,1,2066,1457302148.75865,'\0','\0'),(10791,1,2066,1457302293.4559,'\0','\0'),(10792,1,2066,1457302629.05494,'\0','\0'),(10793,1,2033,1457307556.95102,'\0','\0'),(10794,1,5004,1457308092.21854,'\0','\0'),(10795,1,5004,1457308214.87426,'\0','\0'),(10796,1,1003,1457387014.68224,'\0','\0'),(10797,1,1003,1457497280.71673,'\0','\0'),(10798,1,1002,1457534918.73229,'\0','\0'),(10799,1,1003,1457534933.31744,'\0','\0'),(10800,1,1003,1457552404.05986,'\0','\0'),(10801,1,9999,1457539912.72175,'\0','\0'),(10802,1,1003,1457570437.55028,'\0','\0'),(10803,1,1003,1457604208.83428,'\0','\0'),(10804,1,2008,1457650335.65671,'\0','\0'),(10805,1,1003,1457705681.57289,'\0','\0'),(10806,1,1002,1457717222.6445,'\0','\0'),(10807,1,1003,1457717237.90061,'\0','\0'),(10808,1,1003,1457802868.09291,'\0','\0'),(10809,1,1002,1457891623.75351,'\0','\0'),(10810,1,1003,1457891638.93163,'\0','\0'),(10811,1,1003,1457896275.68316,'\0','\0'),(10812,1,2008,1457909232.42308,'\0','\0'),(10813,1,1003,1457993424.2035,'\0','\0'),(10814,1,1003,1457996311.32195,'\0','\0'),(10815,1,1003,1458036423.09982,'\0','\0'),(10816,1,1002,1458163720.43239,'\0','\0'),(10817,1,1003,1458090580.14443,'\0','\0'),(10818,1,1003,1458130342.64691,'\0','\0'),(10819,1,2008,1458160956.45743,'\0','\0'),(10820,1,1002,1458257041.75207,'\0','\0'),(10821,1,1003,1458257055.32346,'\0','\0'),(10822,1,1003,1458323228.0114,'\0','\0'),(10823,1,1003,1458329651.11124,'\0','\0'),(10824,1,1003,1458330900.05359,'\0','\0'),(10825,1,1002,1458335180.95389,'\0','\0'),(10826,1,1003,1458335205.58519,'\0','\0'),(10827,1,1002,1458391643.63961,'\0','\0'),(10828,1,1003,1458391658.95783,'\0','\0'),(10829,1,1002,1458415213.19486,'\0','\0'),(10830,1,1003,1458415228.70056,'\0','\0'),(10831,1,1003,1458421401.92075,'\0','\0'),(10832,1,1002,1458466997.08464,'\0','\0'),(10833,1,1003,1458467021.54434,'\0','\0'),(10834,1,1002,1458497803.51462,'\0','\0'),(10835,1,1003,1458497829.37826,'\0','\0'),(10836,1,1003,1458544765.98,'\0','\0'),(10837,1,1003,1458574184.13105,'\0','\0'),(10838,1,1003,1458628393.58903,'\0','\0'),(10839,1,1002,1458722512.8093,'\0','\0'),(10840,1,1003,1458722538.01777,'\0','\0'),(10841,1,1002,1458761197.74781,'\0','\0'),(10842,1,1003,1458761214.73545,'\0','\0'),(10843,1,1003,1458806641.34802,'\0','\0'),(10844,1,1003,1458918197.01924,'\0','\0'),(10845,1,1003,1458971998.32265,'\0','\0'),(10846,1,1003,1458984617.61253,'\0','\0'),(10847,1,1002,1459024774.71938,'\0','\0'),(10848,1,1003,1459024776.5445,'\0','\0'),(10849,1,1002,1459068690.35996,'\0','\0'),(10850,1,1003,1459068708.36156,'\0','\0'),(10851,1,1002,1459091037.17544,'\0','\0'),(10852,1,1003,1459091053.00873,'\0','\0'),(10853,1,1002,1459096215.46879,'\0','\0'),(10854,1,1002,1459095474.43041,'\0','\0'),(10855,1,1002,1459095475.06995,'\0','\0'),(10856,1,1002,1459095475.22593,'\0','\0'),(10857,1,1002,1459095475.81867,'\0','\0'),(10858,1,1002,1459095476.02145,'\0','\0'),(10859,1,1002,1459095476.5518,'\0','\0'),(10860,1,1002,1459095477.37851,'\0','\0'),(10861,1,1002,1459095477.37851,'\0','\0'),(10862,1,1002,1459095478.15843,'\0','\0'),(10863,1,1002,1459095478.18963,'\0','\0'),(10864,1,1002,1459095478.95395,'\0','\0'),(10865,1,1002,1459095479.00074,'\0','\0'),(10866,1,1002,1459095479.76507,'\0','\0'),(10867,1,1002,1459095479.85866,'\0','\0'),(10868,1,1002,1459095480.71657,'\0','\0'),(10869,1,1002,1459096204.08144,'\0','\0'),(10870,1,1002,1459095481.62127,'\0','\0'),(10871,1,1002,1459095481.71487,'\0','\0'),(10872,1,1002,1459095482.57278,'\0','\0'),(10873,1,1002,1459095482.58838,'\0','\0'),(10874,1,1002,1459095483.39949,'\0','\0'),(10875,1,1002,1459095483.46189,'\0','\0'),(10876,1,1002,1459095484.24181,'\0','\0'),(10877,1,1002,1459095484.35099,'\0','\0'),(10878,1,1002,1459095485.19331,'\0','\0'),(10879,1,1002,1459095485.2557,'\0','\0'),(10880,1,1002,1459095486.03562,'\0','\0'),(10881,1,1002,1459095486.16041,'\0','\0'),(10882,1,1002,1459095490.35638,'\0','\0'),(10883,1,1002,1459095503.31865,'\0','\0'),(10884,1,1002,1459095507.84219,'\0','\0'),(10885,1,1002,1459095508.07616,'\0','\0'),(10886,1,1002,1459095508.79369,'\0','\0'),(10887,1,1002,1459095508.91847,'\0','\0'),(10888,1,1002,1459095509.74519,'\0','\0'),(10889,1,1002,1459095510.93067,'\0','\0'),(10890,1,1002,1459095511.13345,'\0','\0'),(10891,1,1002,1459095511.83538,'\0','\0'),(10892,1,1003,1459096347.87444,'\0','\0'),(10893,1,1003,1459096317.70539,'\0','\0'),(10894,1,1003,1459096355.83008,'\0','\0'),(10895,1,1002,1459095513.86317,'\0','\0'),(10896,1,1003,1459096310.9821,'\0','\0'),(10897,1,1003,1459096315.92707,'\0','\0'),(10898,1,1003,1459096309.73415,'\0','\0'),(10899,1,1003,1459096317.70539,'\0','\0'),(10900,1,1002,1459095516.54609,'\0','\0'),(10901,1,1003,1459096316.90983,'\0','\0'),(10902,1,1002,1459095517.4508,'\0','\0'),(10903,1,1003,1459096321.82361,'\0','\0'),(10904,1,1003,1459096316.17666,'\0','\0'),(10905,1,1002,1459095518.4491,'\0','\0'),(10906,1,1002,1459095519.47859,'\0','\0'),(10907,1,1003,1459096320.01409,'\0','\0'),(10908,1,1002,1459095520.74206,'\0','\0'),(10909,1,1002,1459095521.03843,'\0','\0'),(10910,1,1003,1459096318.56336,'\0','\0'),(10911,1,1003,1459096318.54776,'\0','\0'),(10912,1,1003,1459096321.63642,'\0','\0'),(10913,1,1002,1459095522.66067,'\0','\0'),(10914,1,1003,1459095956.91404,'\0','\0'),(10915,1,1002,1459095544.37364,'\0','\0'),(10916,1,1003,1459096347.71845,'\0','\0'),(10917,1,1003,1459096581.20877,'\0','\0'),(10918,1,1003,1459096346.11172,'\0','\0'),(10919,1,1003,1459096579.58644,'\0','\0'),(10920,1,1003,1459096347.04768,'\0','\0'),(10921,1,1003,1459096351.50908,'\0','\0'),(10922,1,1003,1459096352.13305,'\0','\0'),(10923,1,1003,1459096342.69547,'\0','\0'),(10924,1,1003,1459096343.00746,'\0','\0'),(10925,1,1003,1459096349.20038,'\0','\0'),(10926,1,1003,1459096346.87609,'\0','\0'),(10927,1,1003,1459096348.63881,'\0','\0'),(10928,1,1003,1459096364.65929,'\0','\0'),(10929,1,1003,1459096352.22664,'\0','\0'),(10930,1,1003,1459096344.59859,'\0','\0'),(10931,1,1003,1459096368.65271,'\0','\0'),(10932,1,1003,1459096350.26113,'\0','\0'),(10933,1,1003,1459096352.95981,'\0','\0'),(10934,1,1003,1459096342.0559,'\0','\0'),(10935,1,1003,1459096350.76031,'\0','\0'),(10936,1,1003,1459096345.39415,'\0','\0'),(10937,1,1003,1459096660.43761,'\0','\0'),(10938,1,1003,1459096348.46721,'\0','\0'),(10939,1,1003,1459095556.66518,'\0','\0'),(10940,1,1003,1459096388.71341,'\0','\0'),(10941,1,1003,1459096359.40232,'\0','\0'),(10942,1,1003,1459096354.36375,'\0','\0'),(10943,1,1003,1459096366.46881,'\0','\0'),(10944,1,1003,1459096416.60496,'\0','\0'),(10945,1,1003,1459096393.82998,'\0','\0'),(10946,1,1003,1459096356.06407,'\0','\0'),(10947,1,1003,1459096397.8702,'\0','\0'),(10948,1,1003,1459096362.00741,'\0','\0'),(10949,1,1003,1459096370.82101,'\0','\0'),(10950,1,1003,1459096386.79469,'\0','\0'),(10951,1,9999,1459095584.35234,'\0','\0'),(10952,1,1003,1459096373.61329,'\0','\0'),(10953,1,1003,1459096380.89816,'\0','\0'),(10954,1,1003,1459096374.51804,'\0','\0'),(10955,1,1003,1459096384.56399,'\0','\0'),(10956,1,1003,1459095590.6073,'\0','\0'),(10957,1,1003,1459096374.61164,'\0','\0'),(10958,1,1003,1459096376.99833,'\0','\0'),(10959,1,1003,1459096368.60591,'\0','\0'),(10960,1,1003,1459096372.92692,'\0','\0'),(10961,1,1003,1459095592.46351,'\0','\0'),(10962,1,1003,1459096378.66746,'\0','\0'),(10963,1,1003,1459096578.18251,'\0','\0'),(10964,1,1003,1459096378.07468,'\0','\0'),(10965,1,1003,1459096376.29637,'\0','\0'),(10966,1,1003,1459095594.89686,'\0','\0'),(10967,1,1003,1459096370.22824,'\0','\0'),(10968,1,1003,1459096375.4384,'\0','\0'),(10969,1,1003,1459096379.43182,'\0','\0'),(10970,1,1003,1459096007.81358,'\0','\0'),(10971,1,1003,1459095596.65947,'\0','\0'),(10972,1,1003,1459095597.26781,'\0','\0'),(10973,1,1003,1459096377.15433,'\0','\0'),(10974,1,1003,1459096025.23776,'\0','\0'),(10975,1,1003,1459096376.20277,'\0','\0'),(10976,1,1003,1459096028.54477,'\0','\0'),(10977,1,1003,1459095600.90224,'\0','\0'),(10978,1,1003,1459096382.1305,'\0','\0'),(10979,1,1003,1459096030.90024,'\0','\0'),(10980,1,1003,1459096034.84681,'\0','\0'),(10981,1,1003,1459096004.3974,'\0','\0'),(10982,1,1003,1459095602.68046,'\0','\0'),(10983,1,1003,1459096027.07846,'\0','\0'),(10984,1,1003,1459096508.48483,'\0','\0'),(10985,1,1003,1459096504.8658,'\0','\0'),(10986,1,1003,1459096031.99217,'\0','\0'),(10987,1,1003,1459096030.49466,'\0','\0'),(10988,1,1003,1459096033.2089,'\0','\0'),(10989,1,1003,1459096026.00212,'\0','\0'),(10990,1,1003,1459096393.82998,'\0','\0'),(10991,1,1003,1459096028.24839,'\0','\0'),(10992,1,1003,1459096534.27048,'\0','\0'),(10993,1,1003,1459095608.01511,'\0','\0'),(10994,1,1003,1459095608.37387,'\0','\0'),(10995,1,1003,1459096035.0496,'\0','\0'),(10996,1,1003,1459096033.50529,'\0','\0'),(10997,1,1003,1459096032.42895,'\0','\0'),(10998,1,1003,1459096029.8083,'\0','\0'),(10999,1,1003,1459096030.10468,'\0','\0'),(11000,1,1003,1459096031.64899,'\0','\0'),(11001,1,1003,1459096419.83401,'\0','\0'),(11002,1,1003,1459096075.34207,'\0','\0'),(11003,1,1003,1459096034.25404,'\0','\0'),(11004,1,1003,1459096035.78275,'\0','\0'),(11005,1,1003,1459096037.17107,'\0','\0'),(11006,1,1003,1459096420.73877,'\0','\0'),(11007,1,1003,1459096036.53151,'\0','\0'),(11008,1,1003,1459096034.06685,'\0','\0'),(11009,1,1003,1459096420.75437,'\0','\0'),(11010,1,1003,1459096048.48042,'\0','\0'),(11011,1,1003,1459096442.06301,'\0','\0'),(11012,1,1003,1459096439.73872,'\0','\0'),(11013,1,1003,1459096451.42259,'\0','\0'),(11014,1,1003,1459096445.04248,'\0','\0'),(11015,1,1003,1459096442.79618,'\0','\0'),(11016,1,1003,1459096772.72138,'\0','\0'),(11017,1,1003,1459096438.06959,'\0','\0'),(11018,1,1003,1459096445.82245,'\0','\0'),(11019,1,1003,1459096443.52935,'\0','\0'),(11020,1,1003,1459096187.87398,'\0','\0'),(11021,1,1003,1459096444.29371,'\0','\0'),(11022,1,1003,1459096444.24692,'\0','\0'),(11023,1,1003,1459096445.18287,'\0','\0'),(11024,1,1003,1459096451.53179,'\0','\0'),(11025,1,1003,1459096446.07203,'\0','\0'),(11026,1,1003,1459096447.03919,'\0','\0'),(11027,1,1003,1459096456.74196,'\0','\0'),(11028,1,1003,1459096443.46695,'\0','\0'),(11029,1,1003,1459096452.93573,'\0','\0'),(11030,1,1003,1459096470.62533,'\0','\0'),(11031,1,1003,1459096454.07448,'\0','\0'),(11032,1,1003,1459096442.60899,'\0','\0'),(11033,1,1003,1459096446.64921,'\0','\0'),(11034,1,1003,1459096584.70301,'\0','\0'),(11035,1,1003,1459096449.72227,'\0','\0'),(11036,1,1003,1459096450.67383,'\0','\0'),(11037,1,1003,1459096448.31833,'\0','\0'),(11038,1,1003,1459096452.38975,'\0','\0'),(11039,1,1003,1459096457.58432,'\0','\0'),(11040,1,1003,1459096454.41766,'\0','\0'),(11041,1,1003,1459096452.18696,'\0','\0'),(11042,1,1003,1459096455.16643,'\0','\0'),(11043,1,1003,1459095676.97564,'\0','\0'),(11044,1,1002,1459095683.43337,'\0','\0'),(11045,1,1002,1459095683.44897,'\0','\0'),(11046,1,1003,1459096517.73522,'\0','\0'),(11047,1,1002,1459095719.82484,'\0','\0'),(11048,1,1002,1459095691.24817,'\0','\0'),(11049,1,1003,1459096456.64836,'\0','\0'),(11050,1,1003,1459096590.45915,'\0','\0'),(11051,1,1003,1459096469.42419,'\0','\0'),(11052,1,1003,1459096493.16632,'\0','\0'),(11053,1,1003,1459096511.91668,'\0','\0'),(11054,1,1002,1459096212.42696,'\0','\0'),(11055,1,1003,1459096495.22543,'\0','\0'),(11056,1,1002,1459095710.43424,'\0','\0'),(11057,1,1003,1459096497.05055,'\0','\0'),(11058,1,1003,1459096505.59896,'\0','\0'),(11059,1,1003,1459096507.29929,'\0','\0'),(11060,1,1003,1459096497.84611,'\0','\0'),(11061,1,1003,1459096489.2821,'\0','\0'),(11062,1,1003,1459096496.75416,'\0','\0'),(11063,1,1003,1459096500.49799,'\0','\0'),(11064,1,1003,1459096454.91684,'\0','\0'),(11065,1,1003,1459096502.5727,'\0','\0'),(11066,1,1002,1459095715.53512,'\0','\0'),(11067,1,1003,1459096498.70407,'\0','\0'),(11068,1,1002,1459095716.40866,'\0','\0'),(11069,1,1002,1459095716.81423,'\0','\0'),(11070,1,1002,1459095717.21981,'\0','\0'),(11071,1,1003,1459096461.85853,'\0','\0'),(11072,1,1003,1459096497.81491,'\0','\0'),(11073,1,1003,1459096464.94719,'\0','\0'),(11074,1,1002,1459095718.8889,'\0','\0'),(11075,1,1003,1459096243.89035,'\0','\0'),(11076,1,1002,1459095719.74685,'\0','\0'),(11077,1,1002,1459095720.82318,'\0','\0'),(11078,1,1002,1459095720.83878,'\0','\0'),(11079,1,1003,1459096513.83539,'\0','\0'),(11080,1,1002,1459095721.68112,'\0','\0'),(11081,1,1002,1459095722.47667,'\0','\0'),(11082,1,1003,1459096508.87482,'\0','\0'),(11083,1,1003,1459096178.71731,'\0','\0'),(11084,1,1002,1459095723.47501,'\0','\0'),(11085,1,1003,1459096480.67128,'\0','\0'),(11086,1,1003,1459096509.1868,'\0','\0'),(11087,1,1003,1459096488.79852,'\0','\0'),(11088,1,1003,1459096493.83709,'\0','\0'),(11089,1,1003,1459095733.31798,'\0','\0'),(11090,1,1002,1459095735.53303,'\0','\0'),(11091,1,1002,1459095736.56257,'\0','\0'),(11092,1,1003,1459096850.78027,'\0','\0'),(11093,1,1002,1459095743.53532,'\0','\0'),(11094,1,1003,1459096455.7904,'\0','\0'),(11095,1,1003,1459096163.50819,'\0','\0'),(11096,1,1003,1459095748.18382,'\0','\0'),(11097,1,1002,1459095749.99331,'\0','\0'),(11098,1,1002,1459095752.95712,'\0','\0'),(11099,1,1002,1459095755.25017,'\0','\0'),(11100,1,1002,1459096213.59689,'\0','\0'),(11101,1,9999,1459095756.51369,'\0','\0'),(11102,1,1002,1459096421.62793,'\0','\0'),(11103,1,1002,1459095758.68195,'\0','\0'),(11104,1,1002,1459095758.83794,'\0','\0'),(11105,1,1003,1459096503.05628,'\0','\0'),(11106,1,1002,1459095759.94547,'\0','\0'),(11107,1,1002,1459096412.25275,'\0','\0'),(11108,1,1002,1459095760.86581,'\0','\0'),(11109,1,1002,1459096426.8849,'\0','\0'),(11110,1,1002,1459095761.75495,'\0','\0'),(11111,1,1003,1459096518.63998,'\0','\0'),(11112,1,1002,1459095766.37226,'\0','\0'),(11113,1,1003,1459095768.08815,'\0','\0'),(11114,1,1003,1459096535.17524,'\0','\0'),(11115,1,1003,1459096535.06604,'\0','\0'),(11116,1,1003,1459095771.80071,'\0','\0'),(11117,1,1003,1459095772.53386,'\0','\0'),(11118,1,1003,1459095772.84584,'\0','\0'),(11119,1,1003,1459095773.34501,'\0','\0'),(11120,1,1003,1459095775.41968,'\0','\0'),(11121,1,1003,1459095776.71439,'\0','\0'),(11122,1,1003,1459096780.11544,'\0','\0'),(11123,1,1003,1459096538.2795,'\0','\0'),(11124,1,1003,1459096182.14911,'\0','\0'),(11125,1,1003,1459096188.88792,'\0','\0'),(11126,1,1003,1459096419.06965,'\0','\0'),(11127,1,1003,1459096579.04047,'\0','\0'),(11128,1,1003,1459096535.81481,'\0','\0'),(11129,1,1003,1459095785.32504,'\0','\0'),(11130,1,1003,1459096556.0783,'\0','\0'),(11131,1,1003,1459095786.82254,'\0','\0'),(11132,1,1003,1459096231.91024,'\0','\0'),(11133,1,1003,1459096228.16645,'\0','\0'),(11134,1,1003,1459096224.84385,'\0','\0'),(11135,1,1003,1459095790.81589,'\0','\0'),(11136,1,1002,1459095792.92175,'\0','\0'),(11137,1,1003,1459096578.72848,'\0','\0'),(11138,1,1003,1459096242.25244,'\0','\0'),(11139,1,1003,1459096569.22851,'\0','\0'),(11140,1,1003,1459096582.6439,'\0','\0'),(11141,1,1003,1459095802.71793,'\0','\0'),(11142,1,1003,1459096570.78844,'\0','\0'),(11143,1,1003,1459095803.80986,'\0','\0'),(11144,1,1003,1459096580.4132,'\0','\0'),(11145,1,1003,1459096578.01091,'\0','\0'),(11146,1,1003,1459096580.84999,'\0','\0'),(11147,1,1003,1459096778.25913,'\0','\0'),(11148,1,1003,1459096579.96083,'\0','\0'),(11149,1,1003,1459095810.79821,'\0','\0'),(11150,1,1003,1459096183.47503,'\0','\0'),(11151,1,1003,1459095811.64055,'\0','\0'),(11152,1,1003,1459096586.65293,'\0','\0'),(11153,1,1003,1459096581.80154,'\0','\0'),(11154,1,1003,1459095815.96148,'\0','\0'),(11155,1,1003,1459096175.14511,'\0','\0'),(11156,1,1003,1459096235.31084,'\0','\0'),(11157,1,1003,1459096483.32316,'\0','\0'),(11158,1,1003,1459096226.27896,'\0','\0'),(11159,1,1003,1459096224.62546,'\0','\0'),(11160,1,1003,1459096232.503,'\0','\0'),(11161,1,1003,1459096229.0868,'\0','\0'),(11162,1,1003,1459096504.819,'\0','\0'),(11163,1,1003,1459096624.45003,'\0','\0'),(11164,1,1003,1459096221.19366,'\0','\0'),(11165,1,1003,1459096174.39636,'\0','\0'),(11166,1,1003,1459096177.87496,'\0','\0'),(11167,1,1003,1459096226.46615,'\0','\0'),(11168,1,1003,1459096231.11468,'\0','\0'),(11169,1,1003,1459096227.02772,'\0','\0'),(11170,1,1003,1459096286.3823,'\0','\0'),(11171,1,1003,1459096237.10474,'\0','\0'),(11172,1,1003,1459096232.6434,'\0','\0'),(11173,1,1003,1459096227.3085,'\0','\0'),(11174,1,1003,1459096603.53137,'\0','\0'),(11175,1,1003,1459096242.97,'\0','\0'),(11176,1,1003,1459095847.44026,'\0','\0'),(11177,1,1003,1459096265.19872,'\0','\0'),(11178,1,1003,1459096248.88206,'\0','\0'),(11179,1,1003,1459096244.18673,'\0','\0'),(11180,1,1003,1459096296.06934,'\0','\0'),(11181,1,1003,1459096242.08085,'\0','\0'),(11182,1,1003,1459096714.70758,'\0','\0'),(11183,1,1003,1459096278.41115,'\0','\0'),(11184,1,1003,1459096256.32283,'\0','\0'),(11185,1,1003,1459096255.96405,'\0','\0'),(11186,1,1003,1459096279.19111,'\0','\0'),(11187,1,1003,1459096280.00226,'\0','\0'),(11188,1,1003,1459096282.96609,'\0','\0'),(11189,1,1003,1459096288.0358,'\0','\0'),(11190,1,1003,1459096283.82404,'\0','\0'),(11191,1,1003,1459096283.69925,'\0','\0'),(11192,1,1003,1459096285.44635,'\0','\0'),(11193,1,1003,1459096284.69759,'\0','\0'),(11194,1,1003,1459096291.77958,'\0','\0'),(11195,1,1003,1459096282.9037,'\0','\0'),(11196,1,1003,1459096236.0908,'\0','\0'),(11197,1,1003,1459096285.57114,'\0','\0'),(11198,1,1003,1459096290.98403,'\0','\0'),(11199,1,1003,1459096230.36593,'\0','\0'),(11200,1,1003,1459096288.94055,'\0','\0'),(11201,1,1003,1459096292.26316,'\0','\0'),(11202,1,1003,1459096287.17785,'\0','\0'),(11203,1,1003,1459096292.65313,'\0','\0'),(11204,1,1003,1459096308.06504,'\0','\0'),(11205,1,1003,1459096291.38961,'\0','\0'),(11206,1,1003,1459096290.57845,'\0','\0'),(11207,1,1003,1459096626.91472,'\0','\0'),(11208,1,1003,1459096494.44546,'\0','\0'),(11209,1,1002,1459095904.439,'\0','\0'),(11210,1,1003,1459096309.28177,'\0','\0'),(11211,1,1003,1459096313.49358,'\0','\0'),(11212,1,1003,1459096314.32035,'\0','\0'),(11213,1,1003,1459096320.99685,'\0','\0'),(11214,1,1003,1459096308.70461,'\0','\0'),(11215,1,1003,1459096312.99441,'\0','\0'),(11216,1,1003,1459096311.79326,'\0','\0'),(11217,1,1003,1459096322.60357,'\0','\0'),(11218,1,1003,1459096316.81623,'\0','\0'),(11219,1,1003,1459096315.4123,'\0','\0'),(11220,1,1003,1459096315.13151,'\0','\0'),(11221,1,1003,1459096320.85645,'\0','\0'),(11222,1,1003,1459096312.18324,'\0','\0'),(11223,1,1003,1459096319.26532,'\0','\0'),(11224,1,1003,1459096319.34332,'\0','\0'),(11225,1,1003,1459095936.80693,'\0','\0'),(11226,1,1003,1459096324.2103,'\0','\0'),(11227,1,1003,1459096287.80181,'\0','\0'),(11228,1,1002,1459096212.80134,'\0','\0'),(11229,1,1002,1459095940.19191,'\0','\0'),(11230,1,1002,1459095940.90947,'\0','\0'),(11231,1,1003,1459096286.2731,'\0','\0'),(11232,1,1002,1459095942.62536,'\0','\0'),(11233,1,1002,1459096221.11566,'\0','\0'),(11234,1,1002,1459095944.21645,'\0','\0'),(11235,1,1003,1459096360.82186,'\0','\0'),(11236,1,1002,1459095946.50951,'\0','\0'),(11237,1,1002,1459095947.36745,'\0','\0'),(11238,1,1002,1459095948.08501,'\0','\0'),(11239,1,1002,1459095948.86496,'\0','\0'),(11240,1,1003,1459096355.20611,'\0','\0'),(11241,1,1002,1459095956.0249,'\0','\0'),(11242,1,1003,1459096336.22176,'\0','\0'),(11243,1,1002,1459096329.96644,'\0','\0'),(11244,1,1002,1459095960.98538,'\0','\0'),(11245,1,1003,1459096336.75214,'\0','\0'),(11246,1,1002,1459095962.32689,'\0','\0'),(11247,1,1003,1459096329.63886,'\0','\0'),(11248,1,1002,1459095966.42943,'\0','\0'),(11249,1,1002,1459095967.17818,'\0','\0'),(11250,1,1002,1459095969.61163,'\0','\0'),(11251,1,9999,1459095969.65842,'\0','\0'),(11252,1,1002,1459095971.09353,'\0','\0'),(11253,1,1003,1459096340.99515,'\0','\0'),(11254,1,1003,1459096349.93355,'\0','\0'),(11255,1,1003,1459095981.07689,'\0','\0'),(11256,1,1003,1459096371.56978,'\0','\0'),(11257,1,1003,1459095994.11766,'\0','\0'),(11258,1,1002,1459095996.4887,'\0','\0'),(11259,1,1002,1459095997.11266,'\0','\0'),(11260,1,1002,1459096207.65364,'\0','\0'),(11261,1,1002,1459095997.89261,'\0','\0'),(11262,1,1002,1459095998.20459,'\0','\0'),(11263,1,1002,1459095998.67256,'\0','\0'),(11264,1,1002,1459095999.09374,'\0','\0'),(11265,1,1003,1459095999.49931,'\0','\0'),(11266,1,1002,1459096000.04528,'\0','\0'),(11267,1,1002,1459096000.40405,'\0','\0'),(11268,1,1002,1459096379.8842,'\0','\0'),(11269,1,1002,1459096001.2308,'\0','\0'),(11270,1,1002,1459096002.01075,'\0','\0'),(11271,1,1002,1459096379.04184,'\0','\0'),(11272,1,1002,1459096377.7627,'\0','\0'),(11273,1,1002,1459096003.60185,'\0','\0'),(11274,1,1002,1459096003.66424,'\0','\0'),(11275,1,1002,1459096005.14615,'\0','\0'),(11276,1,1002,1459096383.75283,'\0','\0'),(11277,1,1002,1459096384.71999,'\0','\0'),(11278,1,1002,1459096381.27254,'\0','\0'),(11279,1,1002,1459096007.00243,'\0','\0'),(11280,1,1003,1459096010.15343,'\0','\0'),(11281,1,1003,1459096015.09835,'\0','\0'),(11282,1,1002,1459096019.12292,'\0','\0'),(11283,1,1003,1459096407.07378,'\0','\0'),(11284,1,1002,1459096023.38147,'\0','\0'),(11285,1,1003,1459096414.95143,'\0','\0'),(11286,1,1002,1459096025.65894,'\0','\0'),(11287,1,1003,1459096413.09511,'\0','\0'),(11288,1,1003,1459096447.46037,'\0','\0'),(11289,1,1002,1459096460.01781,'\0','\0'),(11290,1,1002,1459096458.39548,'\0','\0'),(11291,1,1003,1459096494.69505,'\0','\0'),(11292,1,1003,1459096453.26331,'\0','\0'),(11293,1,1003,1459096070.02278,'\0','\0'),(11294,1,1003,1459096457.63111,'\0','\0'),(11295,1,1003,1459096461.54654,'\0','\0'),(11296,1,1003,1459096462.68529,'\0','\0'),(11297,1,1003,1459096661.71676,'\0','\0'),(11298,1,1003,1459096458.48908,'\0','\0'),(11299,1,1003,1459096485.63186,'\0','\0'),(11300,1,1003,1459096464.44801,'\0','\0'),(11301,1,1003,1459096436.49406,'\0','\0'),(11302,1,1003,1459096459.36264,'\0','\0'),(11303,1,1003,1459096465.43077,'\0','\0'),(11304,1,1003,1459096118.1148,'\0','\0'),(11305,1,1003,1459096501.83953,'\0','\0'),(11306,1,1003,1459096495.865,'\0','\0'),(11307,1,1003,1459096465.96114,'\0','\0'),(11308,1,1003,1459096463.05967,'\0','\0'),(11309,1,1003,1459096503.99223,'\0','\0'),(11310,1,1003,1459096506.47252,'\0','\0'),(11311,1,1003,1459096507.76727,'\0','\0'),(11312,1,1003,1459096502.22951,'\0','\0'),(11313,1,1002,1459096129.47095,'\0','\0'),(11314,1,1003,1459096462.29531,'\0','\0'),(11315,1,1003,1459096463.80844,'\0','\0'),(11316,1,1003,1459096130.03252,'\0','\0'),(11317,1,1003,1459096146.45837,'\0','\0'),(11318,1,1003,1459096524.31812,'\0','\0'),(11319,1,1003,1459096507.0341,'\0','\0'),(11320,1,1003,1459096500.2796,'\0','\0'),(11321,1,1003,1459096505.66136,'\0','\0'),(11322,1,1003,1459096473.09002,'\0','\0'),(11323,1,1002,1459096159.06244,'\0','\0'),(11324,1,1003,1459096506.30093,'\0','\0'),(11325,1,1003,1459096499.49964,'\0','\0'),(11326,1,1003,1459096504.11703,'\0','\0'),(11327,1,1003,1459096164.22574,'\0','\0'),(11328,1,1002,1459096165.61406,'\0','\0'),(11329,1,1002,1459096168.65589,'\0','\0'),(11330,1,1003,1459096508.09485,'\0','\0'),(11331,1,1002,1459096170.94895,'\0','\0'),(11332,1,1003,1459096180.91678,'\0','\0'),(11333,1,1002,1459096175.09832,'\0','\0'),(11334,1,1002,1459096175.97187,'\0','\0'),(11335,1,1002,1459096177.1106,'\0','\0'),(11336,1,1002,1459096177.1106,'\0','\0'),(11337,1,1002,1459096178.01535,'\0','\0'),(11338,1,1002,1459096178.8577,'\0','\0'),(11339,1,1002,1459096179.48166,'\0','\0'),(11340,1,1002,1459096179.77805,'\0','\0'),(11341,1,1002,1459096181.38475,'\0','\0'),(11342,1,1003,1459096181.74353,'\0','\0'),(11343,1,1002,1459096182.92906,'\0','\0'),(11344,1,1003,1459096183.70902,'\0','\0'),(11345,1,1002,1459096184.53577,'\0','\0'),(11346,1,1003,1459096563.75315,'\0','\0'),(11347,1,1002,1459096191.63336,'\0','\0'),(11348,1,1003,1459096198.07579,'\0','\0'),(11349,1,1002,1459096202.14716,'\0','\0'),(11350,1,1002,1459096210.89825,'\0','\0'),(11351,1,1002,1459096211.58461,'\0','\0'),(11352,1,1002,1459096211.91219,'\0','\0'),(11353,1,1003,1459096213.14452,'\0','\0'),(11354,1,1002,1459096215.74957,'\0','\0'),(11355,1,1002,1459096216.27994,'\0','\0'),(11356,1,1003,1459096216.56072,'\0','\0'),(11357,1,1002,1459096217.13789,'\0','\0'),(11358,1,1002,1459096217.41867,'\0','\0'),(11359,1,1002,1459096218.32342,'\0','\0'),(11360,1,1002,1459096219.05658,'\0','\0'),(11361,1,1002,1459096220.21091,'\0','\0'),(11362,1,1002,1459096222.06721,'\0','\0'),(11363,1,1002,1459096223.81431,'\0','\0'),(11364,1,1002,1459096227.85447,'\0','\0'),(11365,1,1003,1459096231.59826,'\0','\0'),(11366,1,1002,1459096235.31084,'\0','\0'),(11367,1,1003,1459096240.69253,'\0','\0'),(11368,1,1003,1459096243.12599,'\0','\0'),(11369,1,1002,1459096244.7015,'\0','\0'),(11370,1,1003,1459096249.30324,'\0','\0'),(11371,1,1002,1459096272.3899,'\0','\0'),(11372,1,1002,1459096272.4055,'\0','\0'),(11373,1,1002,1459096273.24785,'\0','\0'),(11374,1,1002,1459096274.1994,'\0','\0'),(11375,1,1003,1459096501.09076,'\0','\0'),(11376,1,1003,1459096290.14168,'\0','\0'),(11377,1,1002,1459096301.99699,'\0','\0'),(11378,1,1003,1459096310.59211,'\0','\0'),(11379,1,1002,1459096311.40328,'\0','\0'),(11380,1,1003,1459096320.13889,'\0','\0'),(11381,1,1003,1459096323.41474,'\0','\0'),(11382,1,1002,1459096323.41474,'\0','\0'),(11383,1,1003,1459096339.06084,'\0','\0'),(11384,1,1003,1459096330.76201,'\0','\0'),(11385,1,1003,1459096337.84409,'\0','\0'),(11386,1,1003,1459096349.43437,'\0','\0'),(11387,1,1002,1459096351.19709,'\0','\0'),(11388,1,1002,1459096357.56161,'\0','\0'),(11389,1,1002,1459096373.76928,'\0','\0'),(11390,1,1002,1459096380.27419,'\0','\0'),(11391,1,1003,1459096381.83412,'\0','\0'),(11392,1,1002,1459096383.69043,'\0','\0'),(11393,1,1003,1459096394.54755,'\0','\0'),(11394,1,1002,1459096408.44652,'\0','\0'),(11395,1,1002,1459096408.8989,'\0','\0'),(11396,1,1002,1459096410.44323,'\0','\0'),(11397,1,1002,1459096410.58363,'\0','\0'),(11398,1,1002,1459096411.31679,'\0','\0'),(11399,1,1002,1459096411.41039,'\0','\0'),(11400,1,1002,1459096412.25275,'\0','\0'),(11401,1,9999,1459096412.29955,'\0','\0'),(11402,1,1002,1459096414.17146,'\0','\0'),(11403,1,1002,1459096415.02943,'\0','\0'),(11404,1,1002,1459096415.80939,'\0','\0'),(11405,1,1002,1459096415.82499,'\0','\0'),(11406,1,1002,1459096416.69855,'\0','\0'),(11407,1,1002,1459096417.43172,'\0','\0'),(11408,1,1002,1459096417.61891,'\0','\0'),(11409,1,1002,1459096418.24288,'\0','\0'),(11410,1,1002,1459096418.86685,'\0','\0'),(11411,1,1002,1459096419.86521,'\0','\0'),(11412,1,1002,1459096421.51874,'\0','\0'),(11413,1,1002,1459096422.3143,'\0','\0'),(11414,1,1002,1459096422.48589,'\0','\0'),(11415,1,1002,1459096423.12546,'\0','\0'),(11416,1,1002,1459096427.61806,'\0','\0'),(11417,1,1002,1459096428.9908,'\0','\0'),(11418,1,1003,1459096447.86595,'\0','\0'),(11419,1,1002,1459096448.80191,'\0','\0'),(11420,1,1003,1459096450.65823,'\0','\0'),(11421,1,1003,1459096463.55885,'\0','\0'),(11422,1,1002,1459096470.21975,'\0','\0'),(11423,1,1002,1459096655.32104,'\0','\0'),(11424,1,1002,1459097395.75742,'\0','\0'),(11425,1,1003,1459154012.71013,'\0','\0'),(11426,1,1002,1459168002.54403,'\0','\0'),(11427,1,1003,1459168017.89374,'\0','\0'),(11428,1,1002,1459168358.62925,'\0','\0'),(11429,1,1003,1459168373.121,'\0','\0'),(11430,1,1002,1459185963.37526,'\0','\0'),(11431,1,1003,1459185978.1634,'\0','\0'),(11432,1,1003,1459202922.44713,'\0','\0'),(11433,1,1002,1459242426.11614,'\0','\0'),(11434,1,1002,1459252328.82485,'\0','\0'),(11435,1,1003,1459252347.07603,'\0','\0'),(11436,1,1003,1459255981.46334,'\0','\0'),(11437,1,1003,1459293151.55704,'\0','\0'),(11438,1,1003,1459337223.27702,'\0','\0'),(11439,1,1003,1459347078.53569,'\0','\0'),(11440,1,1003,1459349169.46586,'\0','\0'),(11441,1,1003,1459439607.22247,'\0','\0'),(11442,1,1003,1459432043.55868,'\0','\0'),(11443,1,1003,1459450787.91155,'\0','\0'),(11444,1,1002,1459541189.38141,'\0','\0'),(11445,1,1003,1459541206.74343,'\0','\0'),(11446,1,1003,1459582853.59283,'\0','\0'),(11447,1,1003,1459635775.28166,'\0','\0'),(11448,1,1003,1459703758.67138,'\0','\0'),(11449,1,1003,1459844495.48919,'\0','\0'),(11450,1,1003,1459868639.60772,'\0','\0'),(11451,1,1002,1460061409.80432,'\0','\0'),(11452,1,1003,1460061413.20497,'\0','\0'),(11453,1,1003,1460085788.36539,'\0','\0'),(11454,1,1002,1460097383.76185,'\0','\0'),(11455,1,1003,1460097385.63377,'\0','\0'),(11456,1,1003,1460104635.28365,'\0','\0'),(11457,1,1003,1460157865.9085,'\0','\0'),(11458,1,1003,1460179136.19962,'\0','\0'),(11459,1,1003,1460285983.28387,'\0','\0'),(11460,1,1003,1460292293.35671,'\0','\0'),(11461,1,1002,1460305789.0911,'\0','\0'),(11462,1,1003,1460305803.59845,'\0','\0'),(11463,1,1003,1460311738.50303,'\0','\0'),(11464,1,1003,1460373235.74854,'\0','\0'),(11465,1,1003,1460460663.89478,'\0','\0'),(11466,1,1002,1460470282.06393,'\0','\0'),(11467,1,1003,1460470306.38574,'\0','\0'),(11468,1,1003,1460554786.36743,'\0','\0'),(11469,1,1003,1460548936.68303,'\0','\0'),(11470,1,1002,1460578379.2217,'\0','\0'),(11471,1,1003,1460578399.06388,'\0','\0'),(11472,1,1002,1460584255.92391,'\0','\0'),(11473,1,1003,1460584274.34657,'\0','\0'),(11474,1,1003,1460611890.80262,'\0','\0'),(11475,1,1003,1460628729.06103,'\0','\0'),(11476,1,1003,1460664090.00404,'\0','\0'),(11477,1,1003,1460696176.37044,'\0','\0'),(11478,1,1002,1460706716.16763,'\0','\0'),(11479,1,1003,1460706733.23271,'\0','\0'),(11480,1,1002,1460733180.82181,'\0','\0'),(11481,1,1003,1460733195.82786,'\0','\0'),(11482,1,1003,1460797929.58689,'\0','\0'),(11483,1,1003,1460801075.81806,'\0','\0'),(11484,1,1003,1460817459.73686,'\0','\0'),(11485,1,1002,1460849090.57535,'\0','\0'),(11486,1,1002,1460849081.57485,'\0','\0'),(11487,1,1003,1460849102.39924,'\0','\0'),(11488,1,1002,1460870004.93461,'\0','\0'),(11489,1,1003,1460870025.79021,'\0','\0'),(11490,1,1002,1460971452.56331,'\0','\0'),(11491,1,1003,1460971467.11699,'\0','\0'),(11492,1,1002,1461096346.27155,'\0','\0'),(11493,1,1003,1461096364.21017,'\0','\0'),(11494,1,1002,1461189510.67568,'\0','\0'),(11495,1,1003,1461128468.62802,'\0','\0'),(11496,1,1003,1461165135.15874,'\0','\0'),(11497,1,1003,1461147066.56249,'\0','\0'),(11498,1,1003,1461154317.15695,'\0','\0'),(11499,1,1002,1461212946.95235,'\0','\0'),(11500,1,1003,1461212961.50603,'\0','\0'),(11501,1,1002,1461303996.74256,'\0','\0'),(11502,1,1003,1461304013.91684,'\0','\0'),(11503,1,1002,1461393400.67026,'\0','\0'),(11504,1,1003,1461393416.01948,'\0','\0'),(11505,1,1002,1461476563.19457,'\0','\0'),(11506,1,1003,1461476577.91984,'\0','\0'),(11507,1,1002,1461493311.63894,'\0','\0'),(11508,1,1003,1461493313.24562,'\0','\0'),(11509,1,1002,1461557970.57866,'\0','\0'),(11510,1,1003,1461557985.6003,'\0','\0'),(11511,1,1002,1461616695.92182,'\0','\0'),(11512,1,1003,1461616712.97131,'\0','\0'),(11513,1,1003,1461633056.34883,'\0','\0'),(11514,1,1002,1461654318.64573,'\0','\0'),(11515,1,1003,1461654335.39884,'\0','\0'),(11516,1,1002,1461736703.88569,'\0','\0'),(11517,1,1003,1461736725.63042,'\0','\0'),(11518,1,1002,1461740882.75741,'\0','\0'),(11519,1,1003,1461740899.54172,'\0','\0'),(11520,1,1002,1461741993.74426,'\0','\0'),(11521,1,1003,1461742009.3501,'\0','\0'),(11522,1,1000,1461789161.86115,'\0','\0'),(11523,1,2066,1461789433.54545,'\0','\0'),(11524,1,2066,1461789545.84121,'\0','\0'),(11525,1,2066,1461790542.44854,'\0','\0'),(11526,1,2066,1461790965.81557,'\0','\0'),(11527,1,2066,1461791897.5631,'\0','\0'),(11528,1,2066,1461792008.0494,'\0','\0'),(11529,1,2066,1461792207.44886,'\0','\0'),(11530,1,1003,1461792429.79415,'\0','\0'),(11531,1,2066,1461792388.9253,'\0','\0'),(11532,1,2066,1461792621.78418,'\0','\0'),(11533,1,2066,1461792752.92329,'\0','\0'),(11534,1,2066,1461792909.09848,'\0','\0'),(11535,1,2066,1461792983.97272,'\0','\0'),(11536,1,1000,1461797359.15534,'\0','\0'),(11537,1,2066,1461797566.85336,'\0','\0'),(11538,1,2066,1461797612.15228,'\0','\0'),(11539,1,2066,1461797691.06661,'\0','\0'),(11540,1,2001,1461798189.40147,'\0','\0'),(11541,1,2002,1461798243.37332,'\0','\0'),(11542,1,2065,1461798309.871,'\0','\0'),(11543,1,2001,1461798661.65514,'\0','\0'),(11544,1,2001,1461798822.66595,'\0','\0'),(11545,1,1003,1461811548.61486,'\0','\0'),(11546,1,1002,1461880423.44225,'\0','\0'),(11547,1,1003,1461880437.71515,'\0','\0'),(11548,1,1000,1461865002.03224,'\0','\0'),(11549,1,2065,1461865129.44324,'\0','\0'),(11550,1,1000,1461882141.97764,'\0','\0'),(11551,1,9999,1461882142.05564,'\0','\0'),(11552,1,2066,1461882320.5995,'\0','\0'),(11553,1,2066,1461882423.76997,'\0','\0'),(11554,1,1002,1461917699.05183,'\0','\0'),(11555,1,1003,1461917714.49465,'\0','\0'),(11556,1,1003,1462037396.54343,'\0','\0'),(11557,1,1000,1462038601.9012,'\0','\0'),(11558,1,1001,1462038686.82487,'\0','\0'),(11559,1,1002,1462038699.41367,'\0','\0'),(11560,1,1000,1462038713.81201,'\0','\0'),(11561,1,1002,1462040823.45719,'\0','\0'),(11562,1,1003,1462040837.83993,'\0','\0'),(11563,1,1002,1462178253.98969,'\0','\0'),(11564,1,1003,1462178268.87162,'\0','\0'),(11565,1,1002,1462200975.0502,'\0','\0'),(11566,1,1003,1462200993.36401,'\0','\0'),(11567,1,1003,1462218393.5143,'\0','\0'),(11568,1,1002,1462277244.14087,'\0','\0'),(11569,1,1003,1462277262.36109,'\0','\0'),(11570,1,1002,1462279978.17164,'\0','\0'),(11571,1,1003,1462279994.25472,'\0','\0'),(11572,1,1002,1462326977.07787,'\0','\0'),(11573,1,1003,1462326991.46061,'\0','\0'),(11574,1,1002,1462393126.03092,'\0','\0'),(11575,1,1003,1462334193.42217,'\0','\0'),(11576,1,1003,1462373031.96449,'\0','\0'),(11577,1,1000,1462374458.89755,'\0','\0'),(11578,1,2008,1462402201.00625,'\0','\0'),(11579,1,1002,1462415273.41829,'\0','\0'),(11580,1,1003,1462415297.72231,'\0','\0'),(11581,1,1000,1462458950.59667,'\0','\0'),(11582,1,1003,1462471767.73865,'\0','\0'),(11583,1,1002,1462473801.11788,'\0','\0'),(11584,1,1003,1462473828.93179,'\0','\0'),(11585,1,1002,1462551409.3263,'\0','\0'),(11586,1,1003,1462551424.75421,'\0','\0'),(11587,1,1003,1462552834.51222,'\0','\0'),(11588,1,1003,1462621808.60335,'\0','\0'),(11589,1,1002,1462650626.0023,'\0','\0'),(11590,1,1003,1462650640.83742,'\0','\0'),(11591,1,2008,1462661210.5796,'\0','\0'),(11592,1,2008,1462661210.70429,'\0','\0'),(11593,1,1002,1462732937.93649,'\0','\0'),(11594,1,1003,1462732958.13784,'\0','\0'),(11595,1,1003,1462768846.39158,'\0','\0'),(11596,1,1002,1462778926.56095,'\0','\0'),(11597,1,1003,1462834346.17361,'\0','\0'),(11598,1,1002,1462778961.64423,'\0','\0'),(11599,1,1003,1462778983.48353,'\0','\0'),(11600,1,1002,1462801881.88038,'\0','\0'),(11601,1,1003,1462843121.74059,'\0','\0'),(11602,1,1002,1462896635.32574,'\0','\0'),(11603,1,1003,1462896658.99018,'\0','\0'),(11604,1,1002,1462906373.61,'\0','\0'),(11605,1,1003,1462906406.35335,'\0','\0'),(11606,1,1002,1462964135.6971,'\0','\0'),(11607,1,1003,1462964150.18867,'\0','\0'),(11608,1,1002,1463005785.06397,'\0','\0'),(11609,1,1003,1463005802.64415,'\0','\0'),(11610,1,1003,1463027259.12223,'\0','\0'),(11611,1,1002,1463031816.14971,'\0','\0'),(11612,1,1003,1463031838.64361,'\0','\0'),(11613,1,1003,1463074118.98989,'\0','\0'),(11614,1,1002,1463076381.7914,'\0','\0'),(11615,1,1003,1463080277.32345,'\0','\0'),(11616,1,1002,1463083368.97147,'\0','\0'),(11617,1,1003,1463083386.09928,'\0','\0'),(11618,1,1002,1463116667.64556,'\0','\0'),(11619,1,1003,1463135803.49813,'\0','\0'),(11620,1,1003,1463163644.57022,'\0','\0'),(11621,1,1002,1463163027.15687,'\0','\0'),(11622,1,1003,1463163045.79756,'\0','\0'),(11623,1,1003,1463163129.14248,'\0','\0'),(11624,1,1003,1463165534.20702,'\0','\0'),(11625,1,1002,1463199361.84084,'\0','\0'),(11626,1,1003,1463199375.927,'\0','\0'),(11627,1,1002,1463201653.92398,'\0','\0'),(11628,1,1002,1463210961.32433,'\0','\0'),(11629,1,1003,1463210976.61164,'\0','\0'),(11630,1,1002,1463344845.96905,'\0','\0'),(11631,1,1003,1463272634.63414,'\0','\0'),(11632,1,1003,1463292381.39656,'\0','\0'),(11633,1,1002,1463317951.57618,'\0','\0'),(11634,1,1003,1463317968.39222,'\0','\0'),(11635,1,1003,1463381348.22039,'\0','\0'),(11636,1,1002,1463384267.0834,'\0','\0'),(11637,1,1003,1463384279.90603,'\0','\0'),(11638,1,1003,1463394418.20308,'\0','\0'),(11639,1,1003,1463396800.69977,'\0','\0'),(11640,1,1002,1463425661.73871,'\0','\0'),(11641,1,1003,1463425679.7559,'\0','\0'),(11642,1,1003,1463426213.14276,'\0','\0'),(11643,1,1002,1463426879.82565,'\0','\0'),(11644,1,1003,1463426901.10309,'\0','\0'),(11645,1,1003,1463441182.83406,'\0','\0'),(11646,1,1002,1463486127.02892,'\0','\0'),(11647,1,1003,1463486151.50422,'\0','\0'),(11648,1,1002,1463496020.02698,'\0','\0'),(11649,1,1003,1463496036.92102,'\0','\0'),(11650,1,1002,1463502831.38333,'\0','\0'),(11651,1,1003,1463502848.49576,'\0','\0'),(11652,1,1003,1463513510.72482,'\0','\0'),(11653,1,1002,1463554698.26309,'\0','\0'),(11654,1,1003,1463566094.3161,'\0','\0'),(11655,1,1002,1463569830.20806,'\0','\0'),(11656,1,1003,1463569845.91656,'\0','\0'),(11657,1,1002,1463575324.07534,'\0','\0'),(11658,1,1003,1463575341.18777,'\0','\0'),(11659,1,1002,1463582007.72022,'\0','\0'),(11660,1,1003,1463582025.9402,'\0','\0'),(11661,1,1003,1463590664.39576,'\0','\0'),(11662,1,1003,1463591194.64716,'\0','\0'),(11663,1,1003,1463595751.17149,'\0','\0'),(11664,1,1003,1463609835.60063,'\0','\0'),(11665,1,1002,1463630429.39091,'\0','\0'),(11666,1,1003,1463630442.77511,'\0','\0'),(11667,1,1002,1463639133.90034,'\0','\0'),(11668,1,1002,1463697819.75209,'\0','\0'),(11669,1,1002,1463643780.49503,'\0','\0'),(11670,1,1002,1463651435.58632,'\0','\0'),(11671,1,1003,1463671873.21801,'\0','\0'),(11672,1,1002,1463739346.98095,'\0','\0'),(11673,1,1003,1463739364.20258,'\0','\0'),(11674,1,1002,1463741861.10453,'\0','\0'),(11675,1,1003,1463741876.57904,'\0','\0'),(11676,1,1002,1463744993.59997,'\0','\0'),(11677,1,1003,1463745017.85688,'\0','\0'),(11678,1,1003,1463747189.04545,'\0','\0'),(11679,1,1002,1463747825.38769,'\0','\0'),(11680,1,1003,1463747848.47466,'\0','\0'),(11681,1,1002,1463751682.04943,'\0','\0'),(11682,1,1003,1463751696.22919,'\0','\0'),(11683,1,1002,1463866298.78473,'\0','\0'),(11684,1,1003,1463866312.59011,'\0','\0'),(11685,1,1002,1463860085.55234,'\0','\0'),(11686,1,1003,1463860100.69926,'\0','\0'),(11687,1,1002,1463861216.34559,'\0','\0'),(11688,1,1003,1463861238.32501,'\0','\0'),(11689,1,1002,1463865654.29965,'\0','\0'),(11690,1,1003,1463865669.66496,'\0','\0'),(11691,1,1002,1463906918.55337,'\0','\0'),(11692,1,1003,1463906934.09028,'\0','\0'),(11693,1,1002,1463948868.89869,'\0','\0'),(11694,1,1003,1463948886.10472,'\0','\0'),(11695,1,1002,1463998340.13239,'\0','\0'),(11696,1,1003,1463998354.20125,'\0','\0'),(11697,1,1002,1464003495.79551,'\0','\0'),(11698,1,1003,1464003509.69449,'\0','\0'),(11699,1,1002,1464094755.18177,'\0','\0'),(11700,1,1003,1464094770.46908,'\0','\0'),(11701,1,9999,1464094759.22199,'\0','\0'),(11702,1,1003,1464097909.90473,'\0','\0'),(11703,1,1002,1464106071.2869,'\0','\0'),(11704,1,1003,1464106094.34266,'\0','\0'),(11705,1,1002,1464120977.99358,'\0','\0'),(11706,1,1003,1464120996.93113,'\0','\0'),(11707,1,1002,1464127342.66397,'\0','\0'),(11708,1,1003,1464127362.52188,'\0','\0'),(11709,1,1002,1464175035.85122,'\0','\0'),(11710,1,1003,1464175058.95379,'\0','\0'),(11711,1,1002,1464178701.65552,'\0','\0'),(11712,1,1003,1464178719.09554,'\0','\0'),(11713,1,1002,1464182205.75748,'\0','\0'),(11714,1,1003,1464182221.55957,'\0','\0'),(11715,1,1002,1464189201.51315,'\0','\0'),(11716,1,1003,1464189226.92441,'\0','\0'),(11717,1,1002,1464243173.26437,'\0','\0'),(11718,1,1003,1464243189.05086,'\0','\0'),(11719,1,1002,1464270386.99287,'\0','\0'),(11720,1,1003,1464270403.48133,'\0','\0'),(11721,1,1002,1464278057.80825,'\0','\0'),(11722,1,1003,1464278075.24827,'\0','\0'),(11723,1,1002,1464285495.64809,'\0','\0'),(11724,1,1003,1464285518.50106,'\0','\0'),(11725,1,1003,1464298834.96405,'\0','\0'),(11726,1,1003,1464303429.34788,'\0','\0'),(11727,1,1003,1464317465.09884,'\0','\0'),(11728,1,1003,1464332583.10212,'\0','\0'),(11729,1,1003,1464332810.47752,'\0','\0'),(11730,1,1003,1464326771.96075,'\0','\0'),(11731,1,1003,1464326786.74879,'\0','\0'),(11732,1,1003,1464328040.18038,'\0','\0'),(11733,1,1003,1464332286.37224,'\0','\0'),(11734,1,1003,1464326791.88093,'\0','\0'),(11735,1,1003,1464330413.69187,'\0','\0'),(11736,1,1003,1464333163.38048,'\0','\0'),(11737,1,1003,1464326799.27495,'\0','\0'),(11738,1,1003,1464332673.51566,'\0','\0'),(11739,1,1003,1464332374.64868,'\0','\0'),(11740,1,1003,1464332726.61568,'\0','\0'),(11741,1,1003,1464333030.25606,'\0','\0'),(11742,1,1003,1464332829.07189,'\0','\0'),(11743,1,1003,1464326841.1588,'\0','\0'),(11744,1,1003,1464326842.70312,'\0','\0'),(11745,1,1003,1464333067.49159,'\0','\0'),(11746,1,1003,1464332029.49857,'\0','\0'),(11747,1,1003,1464331097.33119,'\0','\0'),(11748,1,1003,1464326863.85563,'\0','\0'),(11749,1,1003,1464333136.09731,'\0','\0'),(11750,1,1003,1464332152.95143,'\0','\0'),(11751,1,1003,1464326872.48199,'\0','\0'),(11752,1,1003,1464332073.94097,'\0','\0'),(11753,1,1003,1464332956.61176,'\0','\0'),(11754,1,1003,1464328113.10711,'\0','\0'),(11755,1,1003,1464326891.12304,'\0','\0'),(11756,1,1003,1464332980.75948,'\0','\0'),(11757,1,1003,1464328053.1278,'\0','\0'),(11758,1,1003,1464328141.91901,'\0','\0'),(11759,1,1003,1464333009.77418,'\0','\0'),(11760,1,1003,1464331933.21969,'\0','\0'),(11761,1,1003,1464332927.67506,'\0','\0'),(11762,1,1003,1464326908.93732,'\0','\0'),(11763,1,1003,1464332811.46027,'\0','\0'),(11764,1,1003,1464328219.71272,'\0','\0'),(11765,1,1003,1464332250.96183,'\0','\0'),(11766,1,1003,1464326918.25004,'\0','\0'),(11767,1,1003,1464329068.86062,'\0','\0'),(11768,1,1003,1464332637.84007,'\0','\0'),(11769,1,1003,1464332412.49258,'\0','\0'),(11770,1,1003,1464333049.17801,'\0','\0'),(11771,1,1003,1464332787.21896,'\0','\0'),(11772,1,1003,1464326950.15041,'\0','\0'),(11773,1,1003,1464332629.32285,'\0','\0'),(11774,1,1003,1464328092.46923,'\0','\0'),(11775,1,1003,1464332512.09411,'\0','\0'),(11776,1,1003,1464328203.47385,'\0','\0'),(11777,1,1003,1464332564.81974,'\0','\0'),(11778,1,1003,1464331990.7343,'\0','\0'),(11779,1,1003,1464329128.01316,'\0','\0'),(11780,1,1003,1464332159.97111,'\0','\0'),(11781,1,1003,1464331930.48981,'\0','\0'),(11782,1,1003,1464332183.61965,'\0','\0'),(11783,1,1003,1464326993.46939,'\0','\0'),(11784,1,1003,1464335407.21499,'\0','\0'),(11785,1,1003,1464326996.27724,'\0','\0'),(11786,1,1003,1464327009.58336,'\0','\0'),(11787,1,1003,1464332041.43203,'\0','\0'),(11788,1,1003,1464327017.44536,'\0','\0'),(11789,1,1003,1464333125.87977,'\0','\0'),(11790,1,1003,1464331978.52005,'\0','\0'),(11791,1,1003,1464332466.94973,'\0','\0'),(11792,1,1003,1464332012.79171,'\0','\0'),(11793,1,1003,1464332132.26675,'\0','\0'),(11794,1,1003,1464331933.43807,'\0','\0'),(11795,1,1003,1464330541.07576,'\0','\0'),(11796,1,1003,1464327033.45014,'\0','\0'),(11797,1,1003,1464330418.34046,'\0','\0'),(11798,1,1003,1464327047.16183,'\0','\0'),(11799,1,1003,1464330037.48355,'\0','\0'),(11800,1,1003,1464333001.63134,'\0','\0'),(11801,1,1003,1464332174.68125,'\0','\0'),(11802,1,1003,1464332166.71001,'\0','\0'),(11803,1,1003,1464329370.55108,'\0','\0'),(11804,1,1003,1464348328.85975,'\0','\0'),(11805,1,1003,1464328893.85207,'\0','\0'),(11806,1,1003,1464328385.01851,'\0','\0'),(11807,1,1003,1464332847.60385,'\0','\0'),(11808,1,1003,1464332018.14227,'\0','\0'),(11809,1,1003,1464332111.00491,'\0','\0'),(11810,1,1003,1464332327.3984,'\0','\0'),(11811,1,1003,1464332331.65701,'\0','\0'),(11812,1,1003,1464331707.07663,'\0','\0'),(11813,1,1003,1464330692.03018,'\0','\0'),(11814,1,1003,1464332246.23524,'\0','\0'),(11815,1,1003,1464332287.72938,'\0','\0'),(11816,1,1003,1464329609.09558,'\0','\0'),(11817,1,1003,1464332241.88303,'\0','\0'),(11818,1,1003,1464327087.93814,'\0','\0'),(11819,1,1003,1464332063.39584,'\0','\0'),(11820,1,1003,1464329467.43833,'\0','\0'),(11821,1,1003,1464331951.33047,'\0','\0'),(11822,1,1003,1464333207.38611,'\0','\0'),(11823,1,1003,1464332588.0315,'\0','\0'),(11824,1,1003,1464332355.16515,'\0','\0'),(11825,1,1003,1464332046.40821,'\0','\0'),(11826,1,1003,1464331550.53766,'\0','\0'),(11827,1,1003,1464331946.58828,'\0','\0'),(11828,1,1003,1464332380.21763,'\0','\0'),(11829,1,1003,1464332332.57736,'\0','\0'),(11830,1,1003,1464333018.01061,'\0','\0'),(11831,1,1003,1464329162.03524,'\0','\0'),(11832,1,1003,1464332611.30566,'\0','\0'),(11833,1,1003,1464331963.85671,'\0','\0'),(11834,1,1003,1464332238.45119,'\0','\0'),(11835,1,1003,1464332510.113,'\0','\0'),(11836,1,1003,1464332983.67655,'\0','\0'),(11837,1,1003,1464327118.87136,'\0','\0'),(11838,1,1003,1464331313.4751,'\0','\0'),(11839,1,1003,1464331376.54307,'\0','\0'),(11840,1,1003,1464332969.93356,'\0','\0'),(11841,1,1003,1464332289.78848,'\0','\0'),(11842,1,1003,1464327126.68655,'\0','\0'),(11843,1,1003,1464332505.82319,'\0','\0'),(11844,1,1003,1464332784.0523,'\0','\0'),(11845,1,1003,1464330582.67909,'\0','\0'),(11846,1,1003,1464332245.42408,'\0','\0'),(11847,1,1003,1464332984.90889,'\0','\0'),(11848,1,1003,1464327135.20372,'\0','\0'),(11849,1,1003,1464332172.18536,'\0','\0'),(11850,1,1003,1464329424.00988,'\0','\0'),(11851,1,9999,1464327140.02387,'\0','\0'),(11852,1,1003,1464327142.55094,'\0','\0'),(11853,1,1003,1464332557.19169,'\0','\0'),(11854,1,1003,1464327150.28814,'\0','\0'),(11855,1,1003,1464332617.31139,'\0','\0'),(11856,1,1003,1464332756.53514,'\0','\0'),(11857,1,1003,1464332453.56554,'\0','\0'),(11858,1,1003,1464328366.87652,'\0','\0'),(11859,1,1003,1464327158.9145,'\0','\0'),(11860,1,1003,1464332037.79739,'\0','\0'),(11861,1,1003,1464333251.95331,'\0','\0'),(11862,1,1003,1464333226.82284,'\0','\0'),(11863,1,1003,1464333026.65262,'\0','\0'),(11864,1,1003,1464345159.35138,'\0','\0'),(11865,1,1003,1464333063.87255,'\0','\0'),(11866,1,1003,1464332977.73321,'\0','\0'),(11867,1,1003,1464331240.37678,'\0','\0'),(11868,1,1003,1464327170.7075,'\0','\0'),(11869,1,1003,1464332629.30725,'\0','\0'),(11870,1,1003,1464332966.59531,'\0','\0'),(11871,1,1003,1464331843.91369,'\0','\0'),(11872,1,1003,1464332565.98969,'\0','\0'),(11873,1,1003,1464338209.80083,'\0','\0'),(11874,1,1003,1464331150.94599,'\0','\0'),(11875,1,1003,1464327180.3946,'\0','\0'),(11876,1,1003,1464327181.45535,'\0','\0'),(11877,1,1003,1464332206.61302,'\0','\0'),(11878,1,1003,1464331782.03127,'\0','\0'),(11879,1,1003,1464333053.51461,'\0','\0'),(11880,1,1003,1464333045.24698,'\0','\0'),(11881,1,1003,1464329686.18732,'\0','\0'),(11882,1,1003,1464332731.88825,'\0','\0'),(11883,1,1003,1464331357.44952,'\0','\0'),(11884,1,1003,1464327205.22853,'\0','\0'),(11885,1,1003,1464327206.21128,'\0','\0'),(11886,1,1003,1464332384.38264,'\0','\0'),(11887,1,1003,1464332791.14999,'\0','\0'),(11888,1,1003,1464332970.79153,'\0','\0'),(11889,1,1003,1464330752.52427,'\0','\0'),(11890,1,1003,1464330838.42961,'\0','\0'),(11891,1,1003,1464331816.63052,'\0','\0'),(11892,1,1003,1464332367.19221,'\0','\0'),(11893,1,1003,1464332418.35791,'\0','\0'),(11894,1,1003,1464332214.08508,'\0','\0'),(11895,1,1003,1464332613.36476,'\0','\0'),(11896,1,1003,1464332829.57106,'\0','\0'),(11897,1,1003,1464328676.52262,'\0','\0'),(11898,1,1003,1464332402.10344,'\0','\0'),(11899,1,1003,1464332432.81847,'\0','\0'),(11900,1,1003,1464328463.45179,'\0','\0'),(11901,1,1003,1464332463.65828,'\0','\0'),(11902,1,1003,1464329284.84853,'\0','\0'),(11903,1,1003,1464330975.15748,'\0','\0'),(11904,1,1003,1464332905.77364,'\0','\0'),(11905,1,1003,1464331687.60871,'\0','\0'),(11906,1,1003,1464332604.70715,'\0','\0'),(11907,1,1003,1464332721.8579,'\0','\0'),(11908,1,1003,1464332991.28901,'\0','\0'),(11909,1,1003,1464333110.85764,'\0','\0'),(11910,1,1003,1464332616.28183,'\0','\0'),(11911,1,1003,1464331992.49703,'\0','\0'),(11912,1,1003,1464332119.14774,'\0','\0'),(11913,1,1003,1464327269.35684,'\0','\0'),(11914,1,1003,1464327271.58752,'\0','\0'),(11915,1,1003,1464332617.85736,'\0','\0'),(11916,1,1003,1464333574.43764,'\0','\0'),(11917,1,1003,1464327274.0834,'\0','\0'),(11918,1,1003,1464333007.98026,'\0','\0'),(11919,1,1003,1464332875.71379,'\0','\0'),(11920,1,1003,1464332839.60141,'\0','\0'),(11921,1,1003,1464332762.55647,'\0','\0'),(11922,1,1003,1464328341.37167,'\0','\0'),(11923,1,1003,1464332573.97653,'\0','\0'),(11924,1,1003,1464332369.89089,'\0','\0'),(11925,1,1003,1464332633.78425,'\0','\0'),(11926,1,1003,1464329886.59153,'\0','\0'),(11927,1,1003,1464332753.96125,'\0','\0'),(11928,1,1003,1464332976.12649,'\0','\0'),(11929,1,1003,1464331955.80747,'\0','\0'),(11930,1,1003,1464327296.14067,'\0','\0'),(11931,1,1003,1464332755.77077,'\0','\0'),(11932,1,1003,1464331761.72098,'\0','\0'),(11933,1,1003,1464327302.05276,'\0','\0'),(11934,1,1003,1464332188.01865,'\0','\0'),(11935,1,1003,1464332122.93837,'\0','\0'),(11936,1,1003,1464333035.79381,'\0','\0'),(11937,1,1003,1464332818.80755,'\0','\0'),(11938,1,1003,1464332684.62237,'\0','\0'),(11939,1,1003,1464333107.90937,'\0','\0'),(11940,1,1003,1464332656.34084,'\0','\0'),(11941,1,1003,1464332907.73916,'\0','\0'),(11942,1,1003,1464330798.24582,'\0','\0'),(11943,1,1003,1464328591.38165,'\0','\0'),(11944,1,1003,1464332916.10038,'\0','\0'),(11945,1,1003,1464331923.06454,'\0','\0'),(11946,1,1003,1464332393.30544,'\0','\0'),(11947,1,1003,1464327320.10109,'\0','\0'),(11948,1,1003,1464333015.57711,'\0','\0'),(11949,1,1003,1464333063.03019,'\0','\0'),(11950,1,1003,1464335566.73343,'\0','\0'),(11951,1,1003,1464332303.53147,'\0','\0'),(11952,1,1003,1464332205.92665,'\0','\0'),(11953,1,1003,1464332214.30347,'\0','\0'),(11954,1,1003,1464332345.29079,'\0','\0'),(11955,1,1003,1464327343.65604,'\0','\0'),(11956,1,1003,1464332538.80011,'\0','\0'),(11957,1,1003,1464332704.68307,'\0','\0'),(11958,1,1003,1464332346.08636,'\0','\0'),(11959,1,1003,1464333194.67268,'\0','\0'),(11960,1,1003,1464331935.37239,'\0','\0'),(11961,1,1003,1464327357.07143,'\0','\0'),(11962,1,1003,1464332322.03224,'\0','\0'),(11963,1,1003,1464327366.44661,'\0','\0'),(11964,1,1003,1464332964.23982,'\0','\0'),(11965,1,1003,1464331590.59666,'\0','\0'),(11966,1,1003,1464332759.6394,'\0','\0'),(11967,1,1003,1464332741.06063,'\0','\0'),(11968,1,1003,1464332963.30386,'\0','\0'),(11969,1,1003,1464332406.95483,'\0','\0'),(11970,1,1003,1464332123.01637,'\0','\0'),(11971,1,1003,1464332373.60352,'\0','\0'),(11972,1,1003,1464332766.19111,'\0','\0'),(11973,1,1003,1464332280.07012,'\0','\0'),(11974,1,1003,1464332957.9221,'\0','\0'),(11975,1,1003,1464329364.87294,'\0','\0'),(11976,1,1003,1464331932.15893,'\0','\0'),(11977,1,1003,1464330031.44662,'\0','\0'),(11978,1,1003,1464328111.126,'\0','\0'),(11979,1,1003,1464331971.65636,'\0','\0'),(11980,1,1003,1464332937.40902,'\0','\0'),(11981,1,1003,1464331100.70064,'\0','\0'),(11982,1,1003,1464335731.63364,'\0','\0'),(11983,1,1003,1464333213.22025,'\0','\0'),(11984,1,1003,1464332472.1131,'\0','\0'),(11985,1,1003,1464332933.64959,'\0','\0'),(11986,1,1003,1464327393.5426,'\0','\0'),(11987,1,1003,1464327393.82339,'\0','\0'),(11988,1,1003,1464330941.44739,'\0','\0'),(11989,1,1003,1464332319.34916,'\0','\0'),(11990,1,1003,1464332003.19814,'\0','\0'),(11991,1,1003,1464332259.90023,'\0','\0'),(11992,1,1003,1464333342.94403,'\0','\0'),(11993,1,1003,1464332788.20172,'\0','\0'),(11994,1,1003,1464332381.15358,'\0','\0'),(11995,1,1003,1464328895.67719,'\0','\0'),(11996,1,1003,1464329834.16228,'\0','\0'),(11997,1,1003,1464332919.43863,'\0','\0'),(11998,1,1003,1464332960.41799,'\0','\0'),(11999,1,1003,1464332311.58071,'\0','\0'),(12000,1,1003,1464331914.36013,'\0','\0'),(12001,1,9999,1464327413.91528,'\0','\0'),(12002,1,1003,1464332662.76775,'\0','\0'),(12003,1,1003,1464332346.89752,'\0','\0'),(12004,1,1003,1464332743.18214,'\0','\0'),(12005,1,1003,1464332045.42545,'\0','\0'),(12006,1,1003,1464332073.317,'\0','\0'),(12007,1,1003,1464333098.86178,'\0','\0'),(12008,1,1003,1464332365.69468,'\0','\0'),(12009,1,1003,1464332351.8581,'\0','\0'),(12010,1,1003,1464333112.43317,'\0','\0'),(12011,1,1003,1464330861.31379,'\0','\0'),(12012,1,1003,1464332628.46489,'\0','\0'),(12013,1,1003,1464333010.61654,'\0','\0'),(12014,1,1003,1464332936.36387,'\0','\0'),(12015,1,1003,1464332675.16919,'\0','\0'),(12016,1,1003,1464332348.95663,'\0','\0'),(12017,1,1003,1464327436.44067,'\0','\0'),(12018,1,1003,1464332846.6211,'\0','\0'),(12019,1,1003,1464332778.51455,'\0','\0'),(12020,1,1003,1464332621.5076,'\0','\0'),(12021,1,1003,1464332269.3378,'\0','\0'),(12022,1,1003,1464332852.40844,'\0','\0'),(12023,1,1003,1464332159.98671,'\0','\0'),(12024,1,1003,1464332852.28364,'\0','\0'),(12025,1,1003,1464328746.28269,'\0','\0'),(12026,1,1003,1464332014.41404,'\0','\0'),(12027,1,1003,1464333867.1429,'\0','\0'),(12028,1,1003,1464332440.64932,'\0','\0'),(12029,1,1003,1464332973.6306,'\0','\0'),(12030,1,1003,1464329918.10211,'\0','\0'),(12031,1,1003,1464332646.70047,'\0','\0'),(12032,1,1003,1464332923.19806,'\0','\0'),(12033,1,1003,1464327460.77558,'\0','\0'),(12034,1,1003,1464332646.84086,'\0','\0'),(12035,1,1003,1464332591.36975,'\0','\0'),(12036,1,1003,1464332978.93436,'\0','\0'),(12037,1,1003,1464328993.74999,'\0','\0'),(12038,1,1003,1464332377.06657,'\0','\0'),(12039,1,1003,1464332666.79237,'\0','\0'),(12040,1,1003,1464332616.29743,'\0','\0'),(12041,1,1003,1464327468.09165,'\0','\0'),(12042,1,1003,1464332941.90162,'\0','\0'),(12043,1,1003,1464327471.08672,'\0','\0'),(12044,1,1003,1464327474.65896,'\0','\0'),(12045,1,1003,1464328787.43365,'\0','\0'),(12046,1,1003,1464332392.0263,'\0','\0'),(12047,1,1003,1464327480.07191,'\0','\0'),(12048,1,1003,1464332903.80813,'\0','\0'),(12049,1,1003,1464331873.75515,'\0','\0'),(12050,1,1003,1464332701.93759,'\0','\0'),(12051,1,1003,1464332225.81575,'\0','\0'),(12052,1,1003,1464332265.99955,'\0','\0'),(12053,1,1003,1464332576.878,'\0','\0'),(12054,1,1003,1464332211.18361,'\0','\0'),(12055,1,1003,1464332662.97054,'\0','\0'),(12056,1,1003,1464327503.78285,'\0','\0'),(12057,1,1003,1464332562.41745,'\0','\0'),(12058,1,1003,1464332954.45906,'\0','\0'),(12059,1,1003,1464332315.69892,'\0','\0'),(12060,1,1003,1464329019.55123,'\0','\0'),(12061,1,1003,1464332476.6369,'\0','\0'),(12062,1,1003,1464327510.64654,'\0','\0'),(12063,1,1003,1464327510.70894,'\0','\0'),(12064,1,1003,1464332722.45067,'\0','\0'),(12065,1,1003,1464331864.56717,'\0','\0'),(12066,1,1003,1464332552.18431,'\0','\0'),(12067,1,1003,1464332336.212,'\0','\0'),(12068,1,1003,1464332753.33728,'\0','\0'),(12069,1,1003,1464332779.15412,'\0','\0'),(12070,1,1003,1464332112.83002,'\0','\0'),(12071,1,1003,1464332932.79163,'\0','\0'),(12072,1,1003,1464327527.291,'\0','\0'),(12073,1,1003,1464329358.72681,'\0','\0'),(12074,1,1003,1464332118.61736,'\0','\0'),(12075,1,1003,1464332624.56506,'\0','\0'),(12076,1,1003,1464327532.93794,'\0','\0'),(12077,1,1003,1464332430.97775,'\0','\0'),(12078,1,1003,1464332464.48504,'\0','\0'),(12079,1,1003,1464332813.45698,'\0','\0'),(12080,1,1003,1464328861.53032,'\0','\0'),(12081,1,1003,1464327542.43792,'\0','\0'),(12082,1,1003,1464333072.79535,'\0','\0'),(12083,1,1003,1464332426.71914,'\0','\0'),(12084,1,1003,1464331931.26977,'\0','\0'),(12085,1,1003,1464333031.97198,'\0','\0'),(12086,1,1003,1464332197.11304,'\0','\0'),(12087,1,1003,1464331932.14333,'\0','\0'),(12088,1,1003,1464332288.82133,'\0','\0'),(12089,1,1003,1464332740.31187,'\0','\0'),(12090,1,1003,1464332115.6223,'\0','\0'),(12091,1,1003,1464332918.61187,'\0','\0'),(12092,1,1003,1464334414.22595,'\0','\0'),(12093,1,1003,1464332669.28825,'\0','\0'),(12094,1,1003,1464332562.96343,'\0','\0'),(12095,1,1003,1464332573.10297,'\0','\0'),(12096,1,1003,1464332268.46424,'\0','\0'),(12097,1,1003,1464327574.51008,'\0','\0'),(12098,1,1003,1464332974.47296,'\0','\0'),(12099,1,1003,1464327575.64883,'\0','\0'),(12100,1,1003,1464332855.07592,'\0','\0'),(12101,1,1003,1464331961.61041,'\0','\0'),(12102,1,1003,1464332436.73389,'\0','\0'),(12103,1,1003,1464332898.70716,'\0','\0'),(12104,1,1003,1464332837.41751,'\0','\0'),(12105,1,1003,1464337116.53949,'\0','\0'),(12106,1,1003,1464331906.77887,'\0','\0'),(12107,1,1003,1464331693.00606,'\0','\0'),(12108,1,1003,1464332070.49353,'\0','\0'),(12109,1,1003,1464327596.98867,'\0','\0'),(12110,1,1003,1464332758.00147,'\0','\0'),(12111,1,1003,1464332716.33574,'\0','\0'),(12112,1,1003,1464332931.87127,'\0','\0'),(12113,1,1003,1464331968.98888,'\0','\0'),(12114,1,1003,1464332982.78739,'\0','\0'),(12115,1,1003,1464333109.89048,'\0','\0'),(12116,1,1003,1464332830.02344,'\0','\0'),(12117,1,1003,1464333309.95151,'\0','\0'),(12118,1,1003,1464332909.78266,'\0','\0'),(12119,1,1003,1464332488.28958,'\0','\0'),(12120,1,1003,1464331493.10104,'\0','\0'),(12121,1,1003,1464332867.29017,'\0','\0'),(12122,1,1003,1464333093.87,'\0','\0'),(12123,1,1003,1464332379.34407,'\0','\0'),(12124,1,1003,1464333549.47876,'\0','\0'),(12125,1,1003,1464332787.84294,'\0','\0'),(12126,1,1003,1464332104.82758,'\0','\0'),(12127,1,1003,1464333047.0877,'\0','\0'),(12128,1,1003,1464327632.0091,'\0','\0'),(12129,1,1003,1464327635.50334,'\0','\0'),(12130,1,1003,1464332965.56576,'\0','\0'),(12131,1,1003,1464327641.21268,'\0','\0'),(12132,1,1003,1464333348.63777,'\0','\0'),(12133,1,1003,1464333000.71098,'\0','\0'),(12134,1,1003,1464331777.27348,'\0','\0'),(12135,1,1003,1464332001.79421,'\0','\0'),(12136,1,1003,1464332913.4485,'\0','\0'),(12137,1,1003,1464333187.74659,'\0','\0'),(12138,1,1003,1464329187.60249,'\0','\0'),(12139,1,1003,1464327659.12068,'\0','\0'),(12140,1,1003,1464333008.94741,'\0','\0'),(12141,1,1003,1464331629.8913,'\0','\0'),(12142,1,1003,1464327664.64283,'\0','\0'),(12143,1,1003,1464333141.32307,'\0','\0'),(12144,1,1003,1464332925.84994,'\0','\0'),(12145,1,1003,1464331887.81012,'\0','\0'),(12146,1,1003,1464331643.91507,'\0','\0'),(12147,1,1003,1464332000.18748,'\0','\0'),(12148,1,1003,1464333340.85372,'\0','\0'),(12149,1,1003,1464327703.99987,'\0','\0'),(12150,1,1003,1464332301.65955,'\0','\0'),(12151,1,9999,1464327709.50642,'\0','\0'),(12152,1,1003,1464330902.30875,'\0','\0'),(12153,1,1003,1464332940.0921,'\0','\0'),(12154,1,1003,1464329567.02427,'\0','\0'),(12155,1,1003,1464332884.09062,'\0','\0'),(12156,1,1003,1464332517.60066,'\0','\0'),(12157,1,1003,1464332238.1236,'\0','\0'),(12158,1,1003,1464330106.91604,'\0','\0'),(12159,1,1003,1464327729.27073,'\0','\0'),(12160,1,1003,1464333211.61352,'\0','\0'),(12161,1,1003,1464332926.7859,'\0','\0'),(12162,1,1003,1464332999.71263,'\0','\0'),(12163,1,1003,1464327743.48169,'\0','\0'),(12164,1,1003,1464333189.6809,'\0','\0'),(12165,1,1003,1464332013.61848,'\0','\0'),(12166,1,1003,1464332181.70093,'\0','\0'),(12167,1,1003,1464332489.9119,'\0','\0'),(12168,1,1003,1464332824.84447,'\0','\0'),(12169,1,1003,1464332981.66424,'\0','\0'),(12170,1,1003,1464327762.55964,'\0','\0'),(12171,1,1003,1464327765.03993,'\0','\0'),(12172,1,1003,1464329228.64425,'\0','\0'),(12173,1,1003,1464332681.93929,'\0','\0'),(12174,1,1003,1464327773.68194,'\0','\0'),(12175,1,1003,1464332992.17816,'\0','\0'),(12176,1,1003,1464333378.52603,'\0','\0'),(12177,1,1003,1464332285.20229,'\0','\0'),(12178,1,1003,1464332135.683,'\0','\0'),(12179,1,1003,1464332893.79338,'\0','\0'),(12180,1,1003,1464327806.03489,'\0','\0'),(12181,1,1003,1464327806.90845,'\0','\0'),(12182,1,1003,1464332456.26421,'\0','\0'),(12183,1,1003,1464328883.49414,'\0','\0'),(12184,1,1003,1464332423.1625,'\0','\0'),(12185,1,1003,1464327828.57588,'\0','\0'),(12186,1,1003,1464332281.80164,'\0','\0'),(12187,1,1003,1464332462.33234,'\0','\0'),(12188,1,1003,1464330243.7063,'\0','\0'),(12189,1,1003,1464327837.84186,'\0','\0'),(12190,1,1003,1464332139.89481,'\0','\0'),(12191,1,1003,1464327843.6448,'\0','\0'),(12192,1,1003,1464327848.49618,'\0','\0'),(12193,1,1003,1464332666.68317,'\0','\0'),(12194,1,1003,1464327854.43951,'\0','\0'),(12195,1,1003,1464332669.33505,'\0','\0'),(12196,1,1003,1464330119.02109,'\0','\0'),(12197,1,1003,1464332501.92337,'\0','\0'),(12198,1,1003,1464332653.56416,'\0','\0'),(12199,1,1003,1464332181.70093,'\0','\0'),(12200,1,1003,1464331782.81123,'\0','\0'),(12201,1,1003,1464332554.35261,'\0','\0'),(12202,1,1003,1464327872.01993,'\0','\0'),(12203,1,1003,1464327879.69478,'\0','\0'),(12204,1,1003,1464332955.44181,'\0','\0'),(12205,1,1003,1464329733.59359,'\0','\0'),(12206,1,1003,1464329198.4596,'\0','\0'),(12207,1,1003,1464332605.37792,'\0','\0'),(12208,1,1003,1464333014.46956,'\0','\0'),(12209,1,1003,1464333044.20183,'\0','\0'),(12210,1,1003,1464332998.88586,'\0','\0'),(12211,1,1003,1464327928.17741,'\0','\0'),(12212,1,1003,1464332839.74181,'\0','\0'),(12213,1,1003,1464327934.49512,'\0','\0'),(12214,1,1003,1464332930.76372,'\0','\0'),(12215,1,1003,1464329602.66867,'\0','\0'),(12216,1,1003,1464333384.68775,'\0','\0'),(12217,1,1003,1464327950.48441,'\0','\0'),(12218,1,1003,1464344995.90191,'\0','\0'),(12219,1,1003,1464331814.27502,'\0','\0'),(12220,1,1003,1464333140.40271,'\0','\0'),(12221,1,1003,1464332037.95338,'\0','\0'),(12222,1,1003,1464333046.24534,'\0','\0'),(12223,1,1003,1464332938.17339,'\0','\0'),(12224,1,1003,1464329511.91194,'\0','\0'),(12225,1,1003,1464332357.95742,'\0','\0'),(12226,1,1003,1464333054.62216,'\0','\0'),(12227,1,1003,1464333533.86386,'\0','\0'),(12228,1,1003,1464333084.85361,'\0','\0'),(12229,1,1003,1464328013.25599,'\0','\0'),(12230,1,1003,1464328025.81342,'\0','\0'),(12231,1,1003,1464329870.75823,'\0','\0'),(12232,1,1003,1464333106.91102,'\0','\0'),(12233,1,1003,1464331937.2287,'\0','\0'),(12234,1,1003,1464333473.74416,'\0','\0'),(12235,1,1003,1464328035.76578,'\0','\0'),(12236,1,1003,1464328041.8651,'\0','\0'),(12237,1,1003,1464332610.69728,'\0','\0'),(12238,1,1003,1464333113.24433,'\0','\0'),(12239,1,1003,1464328049.91434,'\0','\0'),(12240,1,1003,1464329658.07738,'\0','\0'),(12241,1,1003,1464330118.9899,'\0','\0'),(12242,1,1003,1464333629.67476,'\0','\0'),(12243,1,1003,1464333022.95558,'\0','\0'),(12244,1,1003,1464332378.43931,'\0','\0'),(12245,1,1003,1464331311.85277,'\0','\0'),(12246,1,1003,1464329304.59724,'\0','\0'),(12247,1,1003,1464328135.28931,'\0','\0'),(12248,1,1003,1464333551.00749,'\0','\0'),(12249,1,1003,1464328136.35006,'\0','\0'),(12250,1,1003,1464328137.00524,'\0','\0'),(12251,1,1003,1464328143.30735,'\0','\0'),(12252,1,1003,1464332161.18786,'\0','\0'),(12253,1,1003,1464332196.59827,'\0','\0'),(12254,1,1003,1464330303.09284,'\0','\0'),(12255,1,1003,1464328190.43284,'\0','\0'),(12256,1,1003,1464328191.69638,'\0','\0'),(12257,1,1003,1464328202.16351,'\0','\0'),(12258,1,1003,1464331951.40847,'\0','\0'),(12259,1,1003,1464332444.87672,'\0','\0'),(12260,1,1003,1464328215.8441,'\0','\0'),(12261,1,1003,1464333544.78337,'\0','\0'),(12262,1,1003,1464332011.84016,'\0','\0'),(12263,1,1003,1464328227.74636,'\0','\0'),(12264,1,1003,1464332283.81395,'\0','\0'),(12265,1,1003,1464328246.07554,'\0','\0'),(12266,1,1003,1464328247.21429,'\0','\0'),(12267,1,1003,1464331936.86992,'\0','\0'),(12268,1,1003,1464331906.2485,'\0','\0'),(12269,1,1003,1464328274.20108,'\0','\0'),(12270,1,1003,1464332770.34052,'\0','\0'),(12271,1,1003,1464328279.89482,'\0','\0'),(12272,1,1003,1464332184.47761,'\0','\0'),(12273,1,1003,1464328293.99659,'\0','\0'),(12274,1,1003,1464333106.05306,'\0','\0'),(12275,1,1003,1464332809.66635,'\0','\0'),(12276,1,1003,1464332172.31016,'\0','\0'),(12277,1,1003,1464330472.89122,'\0','\0'),(12278,1,1003,1464330675.54172,'\0','\0'),(12279,1,1003,1464328374.37978,'\0','\0'),(12280,1,1003,1464332929.76537,'\0','\0'),(12281,1,1003,1464328382.27303,'\0','\0'),(12282,1,1003,1464330927.8604,'\0','\0'),(12283,1,1003,1464333887.78078,'\0','\0'),(12284,1,1003,1464332400.71511,'\0','\0'),(12285,1,1003,1464328407.32551,'\0','\0'),(12286,1,1003,1464328414.81317,'\0','\0'),(12287,1,1003,1464332244.64411,'\0','\0'),(12288,1,1003,1464333981.43897,'\0','\0'),(12289,1,1003,1464332724.22899,'\0','\0'),(12290,1,1003,1464328441.48797,'\0','\0'),(12291,1,1003,1464328442.65792,'\0','\0'),(12292,1,1003,1464328450.55117,'\0','\0'),(12293,1,1003,1464328454.98137,'\0','\0'),(12294,1,1003,1464329697.8244,'\0','\0'),(12295,1,1003,1464328471.81301,'\0','\0'),(12296,1,1003,1464328482.29574,'\0','\0'),(12297,1,1003,1464333365.95299,'\0','\0'),(12298,1,1003,1464328497.30227,'\0','\0'),(12299,1,1003,1464328505.14872,'\0','\0'),(12300,1,1003,1464328532.61908,'\0','\0'),(12301,1,9999,1464328532.68148,'\0','\0'),(12302,1,1003,1464332202.18282,'\0','\0'),(12303,1,1003,1464328543.2734,'\0','\0'),(12304,1,1003,1464331847.62633,'\0','\0'),(12305,1,1003,1464328552.67978,'\0','\0'),(12306,1,1003,1464332326.58723,'\0','\0'),(12307,1,1003,1464331309.54407,'\0','\0'),(12308,1,1003,1464328575.40796,'\0','\0'),(12309,1,1003,1464328578.60582,'\0','\0'),(12310,1,1003,1464332483.54739,'\0','\0'),(12311,1,1003,1464328601.48999,'\0','\0'),(12312,1,1003,1464330739.63925,'\0','\0'),(12313,1,1003,1464330199.51348,'\0','\0'),(12314,1,1003,1464328608.54088,'\0','\0'),(12315,1,1003,1464328621.16071,'\0','\0'),(12316,1,1003,1464332670.11502,'\0','\0'),(12317,1,1003,1464332670.94178,'\0','\0'),(12318,1,1003,1464328640.87822,'\0','\0'),(12319,1,1003,1464328647.57032,'\0','\0'),(12320,1,1003,1464328649.50464,'\0','\0'),(12321,1,1003,1464331494.42698,'\0','\0'),(12322,1,1003,1464332485.5129,'\0','\0'),(12323,1,1003,1464331668.70235,'\0','\0'),(12324,1,1003,1464332320.36311,'\0','\0'),(12325,1,1003,1464331371.00531,'\0','\0'),(12326,1,1003,1464333238.42871,'\0','\0'),(12327,1,1003,1464328751.60206,'\0','\0'),(12328,1,1003,1464328756.71863,'\0','\0'),(12329,1,1003,1464328758.74654,'\0','\0'),(12330,1,1003,1464328771.78755,'\0','\0'),(12331,1,1003,1464328778.57325,'\0','\0'),(12332,1,1003,1464332404.97372,'\0','\0'),(12333,1,1003,1464328796.68403,'\0','\0'),(12334,1,1003,1464329975.33594,'\0','\0'),(12335,1,1003,1464332228.09325,'\0','\0'),(12336,1,1003,1464334171.45405,'\0','\0'),(12337,1,1003,1464330242.67675,'\0','\0'),(12338,1,1003,1464328839.7693,'\0','\0'),(12339,1,1003,1464332876.54056,'\0','\0'),(12340,1,1003,1464332278.91577,'\0','\0'),(12341,1,1003,1464328858.06728,'\0','\0'),(12342,1,1003,1464332448.19938,'\0','\0'),(12343,1,1003,1464328877.6444,'\0','\0'),(12344,1,1003,1464331531.92769,'\0','\0'),(12345,1,1003,1464328895.00642,'\0','\0'),(12346,1,1003,1464332725.97611,'\0','\0'),(12347,1,1003,1464328906.90869,'\0','\0'),(12348,1,1003,1464332057.6241,'\0','\0'),(12349,1,1003,1464328914.42755,'\0','\0'),(12350,1,1003,1464333145.41009,'\0','\0'),(12351,1,1003,1464332424.22325,'\0','\0'),(12352,1,1003,1464330337.83248,'\0','\0'),(12353,1,1003,1464330511.42149,'\0','\0'),(12354,1,1003,1464332946.9402,'\0','\0'),(12355,1,1003,1464332975.28412,'\0','\0'),(12356,1,1003,1464333152.53897,'\0','\0'),(12357,1,1003,1464331152.8023,'\0','\0'),(12358,1,1003,1464330106.57285,'\0','\0'),(12359,1,1003,1464328984.32801,'\0','\0'),(12360,1,1003,1464332470.22559,'\0','\0'),(12361,1,1003,1464330880.31373,'\0','\0'),(12362,1,1003,1464329018.27209,'\0','\0'),(12363,1,1003,1464329031.26631,'\0','\0'),(12364,1,1003,1464332134.54425,'\0','\0'),(12365,1,1003,1464330496.00938,'\0','\0'),(12366,1,1003,1464329063.24487,'\0','\0'),(12367,1,1003,1464333037.29134,'\0','\0'),(12368,1,1003,1464329102.55511,'\0','\0'),(12369,1,1003,1464329115.81451,'\0','\0'),(12370,1,1003,1464331558.07212,'\0','\0'),(12371,1,1003,1464329141.38177,'\0','\0'),(12372,1,1003,1464332859.58412,'\0','\0'),(12373,1,1003,1464329151.36532,'\0','\0'),(12374,1,1003,1464329181.58116,'\0','\0'),(12375,1,1003,1464330925.84809,'\0','\0'),(12376,1,1003,1464331678.73271,'\0','\0'),(12377,1,1003,1464333065.61967,'\0','\0'),(12378,1,1003,1464330555.47391,'\0','\0'),(12379,1,1003,1464329208.48995,'\0','\0'),(12380,1,1003,1464329210.59586,'\0','\0'),(12381,1,1003,1464329218.6295,'\0','\0'),(12382,1,1003,1464333050.02037,'\0','\0'),(12383,1,1003,1464329245.92827,'\0','\0'),(12384,1,1003,1464329246.09987,'\0','\0'),(12385,1,1003,1464332227.25089,'\0','\0'),(12386,1,1003,1464332922.19971,'\0','\0'),(12387,1,1003,1464333712.02346,'\0','\0'),(12388,1,1003,1464332348.12987,'\0','\0'),(12389,1,1003,1464332670.94178,'\0','\0'),(12390,1,1003,1464333426.75906,'\0','\0'),(12391,1,1003,1464329375.57406,'\0','\0'),(12392,1,1003,1464329378.64712,'\0','\0'),(12393,1,1003,1464333069.16071,'\0','\0'),(12394,1,1003,1464333369.55643,'\0','\0'),(12395,1,1003,1464330525.91324,'\0','\0'),(12396,1,1003,1464329450.3415,'\0','\0'),(12397,1,1003,1464331930.48981,'\0','\0'),(12398,1,1003,1464332032.40003,'\0','\0'),(12399,1,1003,1464329490.71249,'\0','\0'),(12400,1,1003,1464329507.07615,'\0','\0'),(12401,1,1003,1464329525.20254,'\0','\0'),(12402,1,1003,1464329526.0761,'\0','\0'),(12403,1,1003,1464332116.93264,'\0','\0'),(12404,1,1003,1464329534.9833,'\0','\0'),(12405,1,1003,1464329569.36416,'\0','\0'),(12406,1,1003,1464334620.72949,'\0','\0'),(12407,1,1003,1464331931.26977,'\0','\0'),(12408,1,1003,1464332128.24213,'\0','\0'),(12409,1,1003,1464333031.14522,'\0','\0'),(12410,1,1003,1464330863.96567,'\0','\0'),(12411,1,1003,1464332434.69038,'\0','\0'),(12412,1,1003,1464331999.31392,'\0','\0'),(12413,1,1003,1464330654.62306,'\0','\0'),(12414,1,1003,1464333516.73583,'\0','\0'),(12415,1,1003,1464329665.34665,'\0','\0'),(12416,1,1003,1464332167.20919,'\0','\0'),(12417,1,1003,1464329676.62495,'\0','\0'),(12418,1,1003,1464329695.11012,'\0','\0'),(12419,1,1003,1464329696.98203,'\0','\0'),(12420,1,1003,1464332226.47093,'\0','\0'),(12421,1,1003,1464332667.83752,'\0','\0'),(12422,1,1003,1464332019.23422,'\0','\0'),(12423,1,1003,1464329736.58866,'\0','\0'),(12424,1,1003,1464332195.10073,'\0','\0'),(12425,1,1003,1464329745.90144,'\0','\0'),(12426,1,1003,1464331106.33199,'\0','\0'),(12427,1,1003,1464331637.14497,'\0','\0'),(12428,1,1003,1464329771.90547,'\0','\0'),(12429,1,1003,1464329777.80201,'\0','\0'),(12430,1,1003,1464329790.65583,'\0','\0'),(12431,1,1003,1464332635.18818,'\0','\0'),(12432,1,1003,1464333060.09752,'\0','\0'),(12433,1,1003,1464330980.66403,'\0','\0'),(12434,1,1003,1464329887.32469,'\0','\0'),(12435,1,1003,1464329895.40513,'\0','\0'),(12436,1,1003,1464329896.38789,'\0','\0'),(12437,1,1003,1464332810.77391,'\0','\0'),(12438,1,1003,1464329903.65716,'\0','\0'),(12439,1,1003,1464329904.60872,'\0','\0'),(12440,1,1003,1464329919.31886,'\0','\0'),(12441,1,1003,1464332159.03515,'\0','\0'),(12442,1,1003,1464329951.35982,'\0','\0'),(12443,1,1003,1464331070.32881,'\0','\0'),(12444,1,1003,1464329965.1808,'\0','\0'),(12445,1,1003,1464329979.96894,'\0','\0'),(12446,1,1003,1464332570.06111,'\0','\0'),(12447,1,1003,1464329999.78005,'\0','\0'),(12448,1,1003,1464330013.63222,'\0','\0'),(12449,1,1003,1464330021.43187,'\0','\0'),(12450,1,1003,1464331112.43132,'\0','\0'),(12451,1,9999,1464330033.64613,'\0','\0'),(12452,1,1003,1464330038.23232,'\0','\0'),(12453,1,1003,1464331254.85293,'\0','\0'),(12454,1,1003,1464330043.78567,'\0','\0'),(12455,1,1003,1464330063.59678,'\0','\0'),(12456,1,1003,1464330065.4219,'\0','\0'),(12457,1,1003,1464330077.21497,'\0','\0'),(12458,1,1003,1464330090.38078,'\0','\0'),(12459,1,1003,1464330098.18043,'\0','\0'),(12460,1,1003,1464330103.46859,'\0','\0'),(12461,1,1003,1464330115.29286,'\0','\0'),(12462,1,1003,1464332120.64527,'\0','\0'),(12463,1,1003,1464332482.72063,'\0','\0'),(12464,1,1003,1464331256.55325,'\0','\0'),(12465,1,1003,1464332569.60873,'\0','\0'),(12466,1,1003,1464330199.49788,'\0','\0'),(12467,1,1003,1464330201.3854,'\0','\0'),(12468,1,1003,1464332480.91111,'\0','\0'),(12469,1,1003,1464332882.2811,'\0','\0'),(12470,1,1003,1464330232.6308,'\0','\0'),(12471,1,1003,1464332305.20059,'\0','\0'),(12472,1,1003,1464330275.57567,'\0','\0'),(12473,1,1003,1464332972.75704,'\0','\0'),(12474,1,1003,1464331355.5932,'\0','\0'),(12475,1,1003,1464332987.81036,'\0','\0'),(12476,1,1003,1464331561.92515,'\0','\0'),(12477,1,1003,1464332102.2849,'\0','\0'),(12478,1,1003,1464330384.1312,'\0','\0'),(12479,1,1003,1464332775.65988,'\0','\0'),(12480,1,1003,1464330390.01214,'\0','\0'),(12481,1,1003,1464333160.01103,'\0','\0'),(12482,1,1003,1464330412.88071,'\0','\0'),(12483,1,1003,1464330420.35277,'\0','\0'),(12484,1,1003,1464330427.26326,'\0','\0'),(12485,1,1003,1464330429.97754,'\0','\0'),(12486,1,1003,1464330438.10478,'\0','\0'),(12487,1,1003,1464330445.21806,'\0','\0'),(12488,1,1003,1464330447.07437,'\0','\0'),(12489,1,1003,1464330447.94793,'\0','\0'),(12490,1,1003,1464332413.30374,'\0','\0'),(12491,1,1003,1464331779.70697,'\0','\0'),(12492,1,1003,1464330494.79263,'\0','\0'),(12493,1,1003,1464333011.4589,'\0','\0'),(12494,1,1003,1464332627.37294,'\0','\0'),(12495,1,1003,1464332110.17814,'\0','\0'),(12496,1,1003,1464332920.26539,'\0','\0'),(12497,1,1003,1464332979.80792,'\0','\0'),(12498,1,1003,1464330544.13322,'\0','\0'),(12499,1,1003,1464331691.97651,'\0','\0'),(12500,1,1003,1464332218.78047,'\0','\0'),(12501,1,1003,1464331715.85904,'\0','\0'),(12502,1,1003,1464330566.20623,'\0','\0'),(12503,1,1003,1464330569.88766,'\0','\0'),(12504,1,1003,1464330586.50092,'\0','\0'),(12505,1,1003,1464332159.03515,'\0','\0'),(12506,1,1003,1464332019.32782,'\0','\0'),(12507,1,1003,1464331781.20451,'\0','\0'),(12508,1,1003,1464330705.118,'\0','\0'),(12509,1,1003,1464330706.02275,'\0','\0'),(12510,1,1003,1464330721.07608,'\0','\0'),(12511,1,1003,1464330764.31734,'\0','\0'),(12512,1,1003,1464330773.75491,'\0','\0'),(12513,1,1003,1464330775.82962,'\0','\0'),(12514,1,1003,1464332189.79697,'\0','\0'),(12515,1,1003,1464332299.50685,'\0','\0'),(12516,1,1003,1464330814.87467,'\0','\0'),(12517,1,1003,1464330851.78261,'\0','\0'),(12518,1,1003,1464330860.48702,'\0','\0'),(12519,1,1003,1464332433.86362,'\0','\0'),(12520,1,1003,1464332668.1651,'\0','\0'),(12521,1,1003,1464330866.61755,'\0','\0'),(12522,1,1003,1464332525.88389,'\0','\0'),(12523,1,1003,1464332235.72131,'\0','\0'),(12524,1,1003,1464330899.39168,'\0','\0'),(12525,1,1003,1464330904.60184,'\0','\0'),(12526,1,1003,1464330906.34897,'\0','\0'),(12527,1,1003,1464332137.33652,'\0','\0'),(12528,1,1003,1464332869.95765,'\0','\0'),(12529,1,1003,1464330915.73974,'\0','\0'),(12530,1,1003,1464330944.84804,'\0','\0'),(12531,1,1003,1464332300.69239,'\0','\0'),(12532,1,1003,1464332621.67919,'\0','\0'),(12533,1,1003,1464330969.61972,'\0','\0'),(12534,1,1003,1464333062.10983,'\0','\0'),(12535,1,1003,1464330986.57616,'\0','\0'),(12536,1,1003,1464331006.63686,'\0','\0'),(12537,1,1003,1464331028.64748,'\0','\0'),(12538,1,1003,1464331045.69751,'\0','\0'),(12539,1,1003,1464332304.38943,'\0','\0'),(12540,1,1003,1464331067.78612,'\0','\0'),(12541,1,1003,1464331087.80002,'\0','\0'),(12542,1,1003,1464331094.18014,'\0','\0'),(12543,1,1003,1464332375.55344,'\0','\0'),(12544,1,1003,1464332323.49857,'\0','\0'),(12545,1,1003,1464332386.12976,'\0','\0'),(12546,1,1003,1464331137.04701,'\0','\0'),(12547,1,1003,1464331150.11923,'\0','\0'),(12548,1,1003,1464332370.73325,'\0','\0'),(12549,1,1003,1464331155.39179,'\0','\0'),(12550,1,1003,1464331159.19802,'\0','\0'),(12551,1,1003,1464331176.34165,'\0','\0'),(12552,1,1003,1464332404.11575,'\0','\0'),(12553,1,1003,1464331222.82756,'\0','\0'),(12554,1,1003,1464331229.37927,'\0','\0'),(12555,1,1003,1464331250.14194,'\0','\0'),(12556,1,1003,1464331266.42761,'\0','\0'),(12557,1,1003,1464332467.7609,'\0','\0'),(12558,1,1003,1464332906.86559,'\0','\0'),(12559,1,1003,1464331345.53166,'\0','\0'),(12560,1,1003,1464333192.50438,'\0','\0'),(12561,1,1003,1464331362.03572,'\0','\0'),(12562,1,1003,1464331414.18418,'\0','\0'),(12563,1,1003,1464332523.68439,'\0','\0'),(12564,1,1003,1464331425.05689,'\0','\0'),(12565,1,1003,1464331434.46327,'\0','\0'),(12566,1,1003,1464331441.79494,'\0','\0'),(12567,1,1003,1464332871.0028,'\0','\0'),(12568,1,1003,1464331465.49027,'\0','\0'),(12569,1,1003,1464331467.59618,'\0','\0'),(12570,1,1003,1464332649.57074,'\0','\0'),(12571,1,1003,1464332934.50755,'\0','\0'),(12572,1,1003,1464332769.60735,'\0','\0'),(12573,1,1003,1464332712.07714,'\0','\0'),(12574,1,1003,1464332844.81158,'\0','\0'),(12575,1,1003,1464331549.69529,'\0','\0'),(12576,1,1003,1464331553.09594,'\0','\0'),(12577,1,1003,1464331562.15914,'\0','\0'),(12578,1,1003,1464331566.04336,'\0','\0'),(12579,1,1003,1464331590.62786,'\0','\0'),(12580,1,1003,1464332863.60874,'\0','\0'),(12581,1,1003,1464333078.64508,'\0','\0'),(12582,1,1003,1464331619.14338,'\0','\0'),(12583,1,1003,1464332904.93128,'\0','\0'),(12584,1,1003,1464331634.69588,'\0','\0'),(12585,1,1003,1464331636.31821,'\0','\0'),(12586,1,1003,1464333022.11322,'\0','\0'),(12587,1,1003,1464332992.98933,'\0','\0'),(12588,1,1003,1464332809.66635,'\0','\0'),(12589,1,1003,1464331691.10295,'\0','\0'),(12590,1,1003,1464332952.50915,'\0','\0'),(12591,1,1003,1464332789.40286,'\0','\0'),(12592,1,1003,1464333219.17918,'\0','\0'),(12593,1,1003,1464332939.06255,'\0','\0'),(12594,1,1003,1464331801.60839,'\0','\0'),(12595,1,1003,1464331808.1133,'\0','\0'),(12596,1,1003,1464331809.87602,'\0','\0'),(12597,1,1003,1464331840.77823,'\0','\0'),(12598,1,1003,1464331853.60086,'\0','\0'),(12599,1,1003,1464331861.94648,'\0','\0'),(12600,1,1003,1464333114.13349,'\0','\0'),(12601,1,9999,1464331863.50641,'\0','\0'),(12602,1,1003,1464331890.35281,'\0','\0'),(12603,1,1003,1464331891.39796,'\0','\0'),(12604,1,1003,1464331898.90122,'\0','\0'),(12605,1,1003,1464331902.58266,'\0','\0'),(12606,1,1003,1464331952.11044,'\0','\0'),(12607,1,1003,1464331957.96018,'\0','\0'),(12608,1,1003,1464331986.77208,'\0','\0'),(12609,1,1003,1464332038.57736,'\0','\0'),(12610,1,1003,1464332042.61758,'\0','\0'),(12611,1,1003,1464332097.19953,'\0','\0'),(12612,1,1003,1464332098.75946,'\0','\0'),(12613,1,1003,1464332105.91954,'\0','\0'),(12614,1,1003,1464332106.34072,'\0','\0'),(12615,1,1003,1464332110.34974,'\0','\0'),(12616,1,1003,1464332112.92362,'\0','\0'),(12617,1,1003,1464332113.60999,'\0','\0'),(12618,1,1003,1464332133.3899,'\0','\0'),(12619,1,1003,1464332151.64108,'\0','\0'),(12620,1,1003,1464332173.68289,'\0','\0'),(12621,1,1003,1464332190.07776,'\0','\0'),(12622,1,1003,1464332257.70072,'\0','\0'),(12623,1,1003,1464332260.80499,'\0','\0'),(12624,1,1003,1464332280.94368,'\0','\0'),(12625,1,1003,1464332282.59721,'\0','\0'),(12626,1,1003,1464332302.61111,'\0','\0'),(12627,1,1003,1464332318.17921,'\0','\0'),(12628,1,1003,1464333300.68552,'\0','\0'),(12629,1,1003,1464332335.40084,'\0','\0'),(12630,1,1003,1464332353.76121,'\0','\0'),(12631,1,1003,1464332359.81374,'\0','\0'),(12632,1,1003,1464332364.38434,'\0','\0'),(12633,1,1003,1464332371.73161,'\0','\0'),(12634,1,1003,1464332414.11491,'\0','\0'),(12635,1,1003,1464332422.28894,'\0','\0'),(12636,1,1003,1464332435.47035,'\0','\0'),(12637,1,1003,1464332437.54505,'\0','\0'),(12638,1,1003,1464332445.65669,'\0','\0'),(12639,1,1003,1464332454.4079,'\0','\0'),(12640,1,1003,1464332508.35028,'\0','\0'),(12641,1,1003,1464332508.80266,'\0','\0'),(12642,1,1003,1464332522.84203,'\0','\0'),(12643,1,1003,1464332534.02672,'\0','\0'),(12644,1,1003,1464332552.97987,'\0','\0'),(12645,1,1003,1464332581.62019,'\0','\0'),(12646,1,1003,1464332587.11114,'\0','\0'),(12647,1,1003,1464332588.99866,'\0','\0'),(12648,1,1003,1464332611.96083,'\0','\0'),(12649,1,1003,1464332619.86967,'\0','\0'),(12650,1,1003,1464332657.1364,'\0','\0'),(12651,1,1003,1464332686.65028,'\0','\0'),(12652,1,1003,1464332703.18553,'\0','\0'),(12653,1,1003,1464332707.49094,'\0','\0'),(12654,1,1003,1464332714.66662,'\0','\0'),(12655,1,1003,1464332715.58698,'\0','\0'),(12656,1,1003,1464332723.71421,'\0','\0'),(12657,1,1003,1464332736.13126,'\0','\0'),(12658,1,1003,1464332777.09502,'\0','\0'),(12659,1,1003,1464332781.04164,'\0','\0'),(12660,1,1003,1464332796.73454,'\0','\0'),(12661,1,1003,1464332798.80924,'\0','\0'),(12662,1,1003,1464332828.7131,'\0','\0'),(12663,1,1003,1464332846.02832,'\0','\0'),(12664,1,1003,1464332921.37294,'\0','\0'),(12665,1,1003,1464332969.0756,'\0','\0'),(12666,1,1003,1464332971.77428,'\0','\0'),(12667,1,1003,1464332986.9524,'\0','\0'),(12668,1,1003,1464333064.69931,'\0','\0'),(12669,1,1003,1464333122.7911,'\0','\0'),(12670,1,1003,1464333123.64907,'\0','\0'),(12671,1,1003,1464333212.40908,'\0','\0'),(12672,1,1003,1464333370.05561,'\0','\0'),(12673,1,1003,1464333371.67794,'\0','\0'),(12674,1,1003,1464333383.72059,'\0','\0'),(12675,1,1003,1464333666.89469,'\0','\0'),(12676,1,1003,1464334455.5329,'\0','\0'),(12677,1,1003,1464334408.87539,'\0','\0'),(12678,1,1003,1464335053.59446,'\0','\0'),(12679,1,1003,1464335793.70325,'\0','\0'),(12680,1,1003,1464340020.78596,'\0','\0'),(12681,1,1003,1464341607.74955,'\0','\0'),(12682,1,1002,1464344020.0877,'\0','\0'),(12683,1,1003,1464347307.37499,'\0','\0'),(12684,1,1003,1464348766.96047,'\0','\0'),(12685,1,1003,1464358828.78555,'\0','\0'),(12686,1,1003,1464359639.26798,'\0','\0'),(12687,1,1003,1464359784.44881,'\0','\0'),(12688,1,1002,1464365859.47151,'\0','\0'),(12689,1,1003,1464365885.75599,'\0','\0'),(12690,1,1003,1464367275.21462,'\0','\0'),(12691,1,1002,1464426713.32096,'\0','\0'),(12692,1,1003,1464426728.54569,'\0','\0'),(12693,1,1002,1464450435.20163,'\0','\0'),(12694,1,1003,1464450450.23916,'\0','\0'),(12695,1,1002,1464456066.53913,'\0','\0'),(12696,1,1003,1464456089.14222,'\0','\0'),(12697,1,1003,1464474228.82084,'\0','\0'),(12698,1,1003,1464478493.94697,'\0','\0'),(12699,1,1002,1464511842.2065,'\0','\0'),(12700,1,1003,1464511863.17169,'\0','\0'),(12701,1,1002,1464534599.15632,'\0','\0'),(12702,1,1002,1464543292.23376,'\0','\0'),(12703,1,1003,1464543309.53261,'\0','\0'),(12704,1,1002,1464543424.72827,'\0','\0'),(12705,1,1002,1464588581.88109,'\0','\0'),(12706,1,1003,1464588600.7404,'\0','\0'),(12707,1,1002,1464593631.46575,'\0','\0'),(12708,1,1003,1464593660.63607,'\0','\0'),(12709,1,1002,1464616880.93152,'\0','\0'),(12710,1,1003,1464616898.99528,'\0','\0'),(12711,1,1003,1464620833.36908,'\0','\0'),(12712,1,1002,1464634799.80488,'\0','\0'),(12713,1,1003,1464634816.24633,'\0','\0'),(12714,1,1002,1464678498.28063,'\0','\0'),(12715,1,1003,1464678520.86813,'\0','\0'),(12716,1,1003,1464788500.56277,'\0','\0'),(12717,1,1002,1464825188.48951,'\0','\0'),(12718,1,1003,1464825210.85862,'\0','\0'),(12719,1,1003,1464853882.94016,'\0','\0'),(12720,1,1002,1464857925.47812,'\0','\0'),(12721,1,1003,1464857938.50337,'\0','\0'),(12722,1,1002,1464868587.08859,'\0','\0'),(12723,1,1003,1464868603.63924,'\0','\0'),(12724,1,1003,1464876691.27085,'\0','\0'),(12725,1,1003,1464885325.5131,'\0','\0'),(12726,1,1002,1464894021.41858,'\0','\0'),(12727,1,1003,1464894048.91979,'\0','\0'),(12728,1,1002,1464897496.91366,'\0','\0'),(12729,1,1003,1464897512.21638,'\0','\0'),(12730,1,1003,1464905772.85996,'\0','\0'),(12731,1,1000,1464914725.97901,'\0','\0'),(12732,1,2001,1464914903.24718,'\0','\0'),(12733,1,2065,1464914972.58518,'\0','\0'),(12734,1,1003,1464916999.39184,'\0','\0'),(12735,1,1002,1464953809.71638,'\0','\0'),(12736,1,1003,1464964489.5934,'\0','\0'),(12737,1,1002,1464970162.60039,'\0','\0'),(12738,1,1003,1464970179.26021,'\0','\0'),(12739,1,1002,1464990696.83443,'\0','\0'),(12740,1,1003,1464990711.90317,'\0','\0'),(12741,1,1003,1464990782.02112,'\0','\0'),(12742,1,1003,1465002467.02231,'\0','\0'),(12743,1,1002,1465041908.11924,'\0','\0'),(12744,1,1003,1465041923.15678,'\0','\0'),(12745,1,1003,1465052758.47883,'\0','\0'),(12746,1,1002,1465095421.59017,'\0','\0'),(12747,1,1003,1465095437.12688,'\0','\0'),(12748,1,1002,1465114492.32608,'\0','\0'),(12749,1,1003,1465121894.34862,'\0','\0'),(12750,1,1002,1465122525.64419,'\0','\0'),(12751,1,9999,1465122515.76996,'\0','\0'),(12752,1,1002,1465132813.1243,'\0','\0'),(12753,1,1003,1465132832.07538,'\0','\0'),(12754,1,1002,1465144678.84817,'\0','\0'),(12755,1,1003,1465144694.52526,'\0','\0'),(12756,1,1003,1465165737.33192,'\0','\0'),(12757,1,1002,1465248257.86902,'\0','\0'),(12758,1,1003,1465248275.10603,'\0','\0'),(12759,1,1002,1465224889.72381,'\0','\0'),(12760,1,1003,1465224911.50015,'\0','\0'),(12761,1,1002,1465235232.30854,'\0','\0'),(12762,1,1003,1465235255.66039,'\0','\0'),(12763,1,1002,1465282215.23228,'\0','\0'),(12764,1,1003,1465282234.37238,'\0','\0'),(12765,1,1002,1465294271.10591,'\0','\0'),(12766,1,1003,1465294285.31669,'\0','\0'),(12767,1,1003,1465333428.5531,'\0','\0'),(12768,1,1002,1465413570.28199,'\0','\0'),(12769,1,1003,1465413586.66105,'\0','\0'),(12770,1,1002,1465391570.7486,'\0','\0'),(12771,1,1003,1465348109.31848,'\0','\0'),(12772,1,1003,1465408845.4082,'\0','\0'),(12773,1,1003,1465405730.57991,'\0','\0'),(12774,1,1003,1465432245.46383,'\0','\0'),(12775,1,1003,1465475686.90979,'\0','\0'),(12776,1,1003,1465478127.29539,'\0','\0'),(12777,1,1003,1465498063.88093,'\0','\0'),(12778,1,2008,1465512589.76285,'\0','\0'),(12779,1,1003,1465560900.46126,'\0','\0'),(12780,1,1003,1465578591.49416,'\0','\0'),(12781,1,1003,1465590315.48134,'\0','\0'),(12782,1,1002,1465640744.3809,'\0','\0'),(12783,1,1003,1465640768.16952,'\0','\0'),(12784,1,1002,1465687532.90758,'\0','\0'),(12785,1,1003,1465687549.31784,'\0','\0'),(12786,1,1003,1465792905.60271,'\0','\0'),(12787,1,1002,1465797934.64336,'\0','\0'),(12788,1,1003,1465797952.12995,'\0','\0'),(12789,1,1002,1465812906.44115,'\0','\0'),(12790,1,1003,1465812921.1823,'\0','\0'),(12791,1,1002,1465912574.26847,'\0','\0'),(12792,1,1003,1465864300.83781,'\0','\0'),(12793,1,1003,1465902954.3191,'\0','\0'),(12794,1,1002,1465930748.7271,'\0','\0'),(12795,1,1003,1465930814.75809,'\0','\0'),(12796,1,1003,1465935049.30538,'\0','\0'),(12797,1,1003,1465941087.561,'\0','\0'),(12798,1,1003,1465978925.00443,'\0','\0'),(12799,1,1003,1466043763.32837,'\0','\0'),(12800,1,1003,1466051942.47221,'\0','\0'),(12801,1,1003,1466071531.22923,'\0','\0'),(12802,1,1003,1466077854.26202,'\0','\0'),(12803,1,1003,1466077983.31337,'\0','\0'),(12804,1,1003,1466078013.84081,'\0','\0'),(12805,1,1003,1466079083.59589,'\0','\0'),(12806,1,1003,1466079105.62182,'\0','\0'),(12807,1,1003,1466079544.4869,'\0','\0'),(12808,1,1003,1466080686.54381,'\0','\0'),(12809,1,1003,1466081383.4492,'\0','\0'),(12810,1,1003,1466081432.27438,'\0','\0'),(12811,1,1003,1466081714.61809,'\0','\0'),(12812,1,1003,1466081871.48264,'\0','\0'),(12813,1,1003,1466082053.02497,'\0','\0'),(12814,1,1003,1466082552.18057,'\0','\0'),(12815,1,1003,1466083014.18201,'\0','\0'),(12816,1,1003,1466083059.08347,'\0','\0'),(12817,1,1003,1466083706.38237,'\0','\0'),(12818,1,1003,1466084178.03373,'\0','\0'),(12819,1,1003,1466084593.06275,'\0','\0'),(12820,1,1003,1466084720.80378,'\0','\0'),(12821,1,1003,1466085061.31653,'\0','\0'),(12822,1,1003,1466085085.47954,'\0','\0'),(12823,1,1003,1466085356.03033,'\0','\0'),(12824,1,1003,1466086079.3138,'\0','\0'),(12825,1,1003,1466086540.3296,'\0','\0'),(12826,1,1003,1466086885.02291,'\0','\0'),(12827,1,1003,1466087000.11307,'\0','\0'),(12828,1,1003,1466087539.79514,'\0','\0'),(12829,1,1003,1466088277.071,'\0','\0'),(12830,1,1003,1466088632.13771,'\0','\0'),(12831,1,1003,1466089774.81859,'\0','\0'),(12832,1,1003,1466092941.79466,'\0','\0'),(12833,1,1003,1466090832.34397,'\0','\0'),(12834,1,1003,1466091616.46393,'\0','\0'),(12835,1,1003,1466092220.86666,'\0','\0'),(12836,1,1003,1466093883.38754,'\0','\0'),(12837,1,1003,1466096198.27838,'\0','\0'),(12838,1,1003,1466096388.80579,'\0','\0'),(12839,1,1003,1466097655.15632,'\0','\0'),(12840,1,1003,1466097658.44773,'\0','\0'),(12841,1,1003,1466098904.92502,'\0','\0'),(12842,1,1003,1466100035.81297,'\0','\0'),(12843,1,1003,1466100199.05755,'\0','\0'),(12844,1,1003,1466100303.39993,'\0','\0'),(12845,1,1003,1466100772.77685,'\0','\0'),(12846,1,1003,1466101033.703,'\0','\0'),(12847,1,1003,1466101044.60677,'\0','\0'),(12848,1,1003,1466101437.95367,'\0','\0'),(12849,1,1003,1466101507.88444,'\0','\0'),(12850,1,1003,1466101786.04759,'\0','\0'),(12851,1,1003,1466101829.88106,'\0','\0'),(12852,1,1003,1466103444.68429,'\0','\0'),(12853,1,1003,1466103522.97618,'\0','\0'),(12854,1,1003,1466103689.20019,'\0','\0'),(12855,1,1003,1466103691.85203,'\0','\0'),(12856,1,1003,1466105124.67617,'\0','\0'),(12857,1,1003,1466105397.28604,'\0','\0'),(12858,1,1003,1466105558.68992,'\0','\0'),(12859,1,1003,1466106609.28931,'\0','\0'),(12860,1,1003,1466106817.5061,'\0','\0'),(12861,1,1003,1466107526.17321,'\0','\0'),(12862,1,1003,1466107707.74673,'\0','\0'),(12863,1,1003,1466108130.40435,'\0','\0'),(12864,1,1003,1466108256.47627,'\0','\0'),(12865,1,1003,1466108483.80196,'\0','\0'),(12866,1,1003,1466109456.88942,'\0','\0'),(12867,1,1003,1466110109.66495,'\0','\0'),(12868,1,1003,1466110151.92291,'\0','\0'),(12869,1,1003,1466110652.01446,'\0','\0'),(12870,1,1003,1466110702.63354,'\0','\0'),(12871,1,1003,1466111743.76427,'\0','\0'),(12872,1,1003,1466111842.77176,'\0','\0'),(12873,1,1003,1466113566.83109,'\0','\0'),(12874,1,1003,1466114436.8241,'\0','\0'),(12875,1,1003,1466114641.60908,'\0','\0'),(12876,1,1003,1466117648.19522,'\0','\0'),(12877,1,1003,1466118181.37246,'\0','\0'),(12878,1,1003,1466123288.20581,'\0','\0'),(12879,1,1003,1466123561.65804,'\0','\0'),(12880,1,1003,1466124192.28285,'\0','\0'),(12881,1,1003,1466127550.4883,'\0','\0'),(12882,1,1003,1466127798.76358,'\0','\0'),(12883,1,1003,1466130455.89853,'\0','\0'),(12884,1,1003,1466133191.22388,'\0','\0'),(12885,1,1003,1466133961.37274,'\0','\0'),(12886,1,1003,1466201230.53179,'\0','\0'),(12887,1,1003,1466134512.57884,'\0','\0'),(12888,1,1003,1466134530.47215,'\0','\0'),(12889,1,1003,1466135625.88811,'\0','\0'),(12890,1,1003,1466136212.15207,'\0','\0'),(12891,1,1003,1466136340.36074,'\0','\0'),(12892,1,1003,1466136387.79821,'\0','\0'),(12893,1,1003,1466136398.35894,'\0','\0'),(12894,1,1003,1466136676.68165,'\0','\0'),(12895,1,1003,1466137389.50608,'\0','\0'),(12896,1,1003,1466137444.18408,'\0','\0'),(12897,1,1003,1466139090.58127,'\0','\0'),(12898,1,1003,1466139553.09502,'\0','\0'),(12899,1,1003,1466140387.36576,'\0','\0'),(12900,1,1003,1466141164.21517,'\0','\0'),(12901,1,9999,1466141164.26197,'\0','\0'),(12902,1,1003,1466142283.15604,'\0','\0'),(12903,1,1003,1466143105.16605,'\0','\0'),(12904,1,1003,1466143221.89262,'\0','\0'),(12905,1,1003,1466143865.27574,'\0','\0'),(12906,1,1003,1466144694.25872,'\0','\0'),(12907,1,1003,1466144708.76709,'\0','\0'),(12908,1,1003,1466144857.70151,'\0','\0'),(12909,1,1003,1466145387.41174,'\0','\0'),(12910,1,1003,1466146353.72943,'\0','\0'),(12911,1,1003,1466146989.37495,'\0','\0'),(12912,1,1003,1466147198.62954,'\0','\0'),(12913,1,1003,1466147516.11425,'\0','\0'),(12914,1,1003,1466148356.29574,'\0','\0'),(12915,1,1003,1466149509.52908,'\0','\0'),(12916,1,1003,1466149588.60092,'\0','\0'),(12917,1,1003,1466150569.53472,'\0','\0'),(12918,1,1003,1466151395.89704,'\0','\0'),(12919,1,1003,1466151947.34083,'\0','\0'),(12920,1,1003,1466152237.90526,'\0','\0'),(12921,1,1003,1466152303.82706,'\0','\0'),(12922,1,1002,1466153948.2376,'\0','\0'),(12923,1,1003,1466153970.04514,'\0','\0'),(12924,1,1003,1466153970.93429,'\0','\0'),(12925,1,1003,1466154154.00533,'\0','\0'),(12926,1,1003,1466154161.10292,'\0','\0'),(12927,1,1003,1466154711.70435,'\0','\0'),(12928,1,1003,1466155229.71926,'\0','\0'),(12929,1,1003,1466155461.08512,'\0','\0'),(12930,1,1003,1466155967.60349,'\0','\0'),(12931,1,1003,1466157692.53725,'\0','\0'),(12932,1,1003,1466157716.74678,'\0','\0'),(12933,1,1003,1466158727.98775,'\0','\0'),(12934,1,1003,1466158940.46309,'\0','\0'),(12935,1,1003,1466159213.74372,'\0','\0'),(12936,1,1003,1466159289.38376,'\0','\0'),(12937,1,1003,1466159990.34492,'\0','\0'),(12938,1,1003,1466160123.68602,'\0','\0'),(12939,1,1003,1466160405.14058,'\0','\0'),(12940,1,1003,1466160432.32982,'\0','\0'),(12941,1,1003,1466164766.80707,'\0','\0'),(12942,1,1003,1466160940.8752,'\0','\0'),(12943,1,1003,1466161767.44358,'\0','\0'),(12944,1,1003,1466162176.9509,'\0','\0'),(12945,1,1003,1466163516.94478,'\0','\0'),(12946,1,1003,1466163808.16438,'\0','\0'),(12947,1,1003,1466164465.76004,'\0','\0'),(12948,1,1003,1466165071.48815,'\0','\0'),(12949,1,1003,1466165622.41579,'\0','\0'),(12950,1,1003,1466165756.50565,'\0','\0'),(12951,1,1003,1466166023.70263,'\0','\0'),(12952,1,1003,1466166888.57913,'\0','\0'),(12953,1,1003,1466166982.14253,'\0','\0'),(12954,1,1003,1466167810.23636,'\0','\0'),(12955,1,1003,1466167855.05257,'\0','\0'),(12956,1,1003,1466203194.58327,'\0','\0'),(12957,1,1003,1466168746.46314,'\0','\0'),(12958,1,1003,1466168827.06369,'\0','\0'),(12959,1,1003,1466169604.71529,'\0','\0'),(12960,1,1003,1466170517.18152,'\0','\0'),(12961,1,1003,1466170619.02804,'\0','\0'),(12962,1,1003,1466171356.16351,'\0','\0'),(12963,1,1003,1466171825.35324,'\0','\0'),(12964,1,1003,1466172390.44624,'\0','\0'),(12965,1,1003,1466172444.94949,'\0','\0'),(12966,1,1003,1466172446.525,'\0','\0'),(12967,1,1003,1466172646.87984,'\0','\0'),(12968,1,1003,1466173370.40554,'\0','\0'),(12969,1,1003,1466174607.85659,'\0','\0'),(12970,1,1003,1466174826.60277,'\0','\0'),(12971,1,1003,1466174924.31554,'\0','\0'),(12972,1,1003,1466176401.12913,'\0','\0'),(12973,1,1003,1466176685.00155,'\0','\0'),(12974,1,1003,1466176693.93984,'\0','\0'),(12975,1,1003,1466177509.30479,'\0','\0'),(12976,1,1003,1466177568.84656,'\0','\0'),(12977,1,1003,1466178171.47099,'\0','\0'),(12978,1,1003,1466178486.27643,'\0','\0'),(12979,1,1003,1466180102.96715,'\0','\0'),(12980,1,1003,1466180543.95371,'\0','\0'),(12981,1,1003,1466180693.1435,'\0','\0'),(12982,1,1003,1466183041.4068,'\0','\0'),(12983,1,1003,1466183185.02771,'\0','\0'),(12984,1,1003,1466183240.15493,'\0','\0'),(12985,1,1003,1466183271.33753,'\0','\0'),(12986,1,1003,1466183721.43396,'\0','\0'),(12987,1,1003,1466184511.66877,'\0','\0'),(12988,1,1003,1466184543.49094,'\0','\0'),(12989,1,1003,1466185068.21346,'\0','\0'),(12990,1,1003,1466186093.86988,'\0','\0'),(12991,1,1003,1466187507.69431,'\0','\0'),(12992,1,1003,1466189623.3769,'\0','\0'),(12993,1,1003,1466190900.38852,'\0','\0'),(12994,1,1003,1466190997.7737,'\0','\0'),(12995,1,1003,1466191602.23882,'\0','\0'),(12996,1,1003,1466193285.88088,'\0','\0'),(12997,1,1003,1466194483.09621,'\0','\0'),(12998,1,1003,1466194910.72994,'\0','\0'),(12999,1,1003,1466195518.93885,'\0','\0'),(13000,1,1003,1466195649.42532,'\0','\0'),(13001,1,1003,1466196170.90323,'\0','\0'),(13002,1,1003,1466196182.44657,'\0','\0'),(13003,1,1003,1466197504.11151,'\0','\0'),(13004,1,1003,1466202166.46219,'\0','\0'),(13005,1,1003,1466198636.43266,'\0','\0'),(13006,1,1003,1466200956.78319,'\0','\0'),(13007,1,1003,1466201298.34108,'\0','\0'),(13008,1,1003,1466201386.47599,'\0','\0'),(13009,1,1003,1466202113.56564,'\0','\0'),(13010,1,1003,1466202957.47695,'\0','\0'),(13011,1,1003,1466202959.45804,'\0','\0'),(13012,1,1003,1466203746.963,'\0','\0'),(13013,1,1003,1466204856.49579,'\0','\0'),(13014,1,1003,1466204896.50748,'\0','\0'),(13015,1,1003,1466206535.62822,'\0','\0'),(13016,1,1003,1466207105.19602,'\0','\0'),(13017,1,1003,1466207910.95193,'\0','\0'),(13018,1,1003,1466209222.16548,'\0','\0'),(13019,1,1003,1466210298.58137,'\0','\0'),(13020,1,1003,1466212365.72731,'\0','\0'),(13021,1,1003,1466218588.48011,'\0','\0'),(13022,1,1003,1466218987.36469,'\0','\0'),(13023,1,1003,1466219614.38612,'\0','\0'),(13024,1,1003,1466220493.64499,'\0','\0'),(13025,1,1003,1466221119.88646,'\0','\0'),(13026,1,1003,1466221359.42624,'\0','\0'),(13027,1,1003,1466221393.40108,'\0','\0'),(13028,1,1003,1466227826.82122,'\0','\0'),(13029,1,1003,1466223750.83878,'\0','\0'),(13030,1,1003,1466223982.96899,'\0','\0'),(13031,1,1003,1466224777.08797,'\0','\0'),(13032,1,1003,1466224784.98112,'\0','\0'),(13033,1,1003,1466225213.09842,'\0','\0'),(13034,1,1003,1466225980.58974,'\0','\0'),(13035,1,1003,1466226107.61321,'\0','\0'),(13036,1,1003,1466226625.9869,'\0','\0'),(13037,1,1003,1466227739.84063,'\0','\0'),(13038,1,1003,1466229258.30383,'\0','\0'),(13039,1,1003,1466229911.89052,'\0','\0'),(13040,1,1003,1466234263.32186,'\0','\0'),(13041,1,1003,1466234314.5493,'\0','\0'),(13042,1,1003,1466234689.39568,'\0','\0'),(13043,1,1003,1466235070.2789,'\0','\0'),(13044,1,1003,1466235540.76336,'\0','\0'),(13045,1,1003,1466235903.25524,'\0','\0'),(13046,1,1003,1466236551.25746,'\0','\0'),(13047,1,1003,1466236955.77332,'\0','\0'),(13048,1,1003,1466237487.21905,'\0','\0'),(13049,1,1003,1466237848.40062,'\0','\0'),(13050,1,1003,1466237886.7744,'\0','\0'),(13051,1,9999,1466237867.01034,'\0','\0'),(13052,1,1003,1466238008.69697,'\0','\0'),(13053,1,1003,1466239492.41912,'\0','\0'),(13054,1,1003,1466239496.10046,'\0','\0'),(13055,1,1003,1466240634.86443,'\0','\0'),(13056,1,1003,1466241536.86679,'\0','\0'),(13057,1,1003,1466241888.12732,'\0','\0'),(13058,1,1003,1466241948.40225,'\0','\0'),(13059,1,1003,1466242299.53799,'\0','\0'),(13060,1,1003,1466243411.36384,'\0','\0'),(13061,1,1003,1466244827.49693,'\0','\0'),(13062,1,1003,1466244842.34728,'\0','\0'),(13063,1,1003,1466246751.13115,'\0','\0'),(13064,1,1003,1466248145.08232,'\0','\0'),(13065,1,1003,1466248763.02507,'\0','\0'),(13066,1,1003,1466248792.44497,'\0','\0'),(13067,1,1003,1466248827.49615,'\0','\0'),(13068,1,1003,1466249473.87606,'\0','\0'),(13069,1,1003,1466249584.84806,'\0','\0'),(13070,1,1003,1466250005.69618,'\0','\0'),(13071,1,1003,1466250496.52186,'\0','\0'),(13072,1,1003,1466251798.48514,'\0','\0'),(13073,1,1003,1466253356.85083,'\0','\0'),(13074,1,1003,1466255449.08281,'\0','\0'),(13075,1,1003,1466256219.96965,'\0','\0'),(13076,1,1003,1466256507.10168,'\0','\0'),(13077,1,1003,1466257729.75914,'\0','\0'),(13078,1,1003,1466257837.25254,'\0','\0'),(13079,1,1003,1466258047.04484,'\0','\0'),(13080,1,1003,1466260694.3837,'\0','\0'),(13081,1,1003,1466260966.22921,'\0','\0'),(13082,1,1003,1466262274.15135,'\0','\0'),(13083,1,1003,1466263665.54427,'\0','\0'),(13084,1,1003,1466263979.56975,'\0','\0'),(13085,1,1003,1466264022.1397,'\0','\0'),(13086,1,1003,1466264037.95719,'\0','\0'),(13087,1,1003,1466265128.17828,'\0','\0'),(13088,1,1003,1466265164.86737,'\0','\0'),(13089,1,1003,1466265206.40777,'\0','\0'),(13090,1,1003,1466265464.51048,'\0','\0'),(13091,1,1003,1466266268.95607,'\0','\0'),(13092,1,1003,1466269559.97619,'\0','\0'),(13093,1,1003,1466269603.43528,'\0','\0'),(13094,1,1003,1466269868.80717,'\0','\0'),(13095,1,1003,1466270136.81531,'\0','\0'),(13096,1,1003,1466270990.30446,'\0','\0'),(13097,1,1003,1466271081.85558,'\0','\0'),(13098,1,1003,1466271228.76791,'\0','\0'),(13099,1,1003,1466271928.70392,'\0','\0'),(13100,1,1003,1466273000.2532,'\0','\0'),(13101,1,1003,1466274336.37852,'\0','\0'),(13102,1,1003,1466275350.66319,'\0','\0'),(13103,1,1003,1466275445.49012,'\0','\0'),(13104,1,1003,1466275962.22591,'\0','\0'),(13105,1,1003,1466276433.72431,'\0','\0'),(13106,1,1003,1466276818.14853,'\0','\0'),(13107,1,1003,1466278130.51641,'\0','\0'),(13108,1,1003,1466278367.90351,'\0','\0'),(13109,1,1003,1466280394.42939,'\0','\0'),(13110,1,1003,1466280419.94952,'\0','\0'),(13111,1,1003,1466280774.89144,'\0','\0'),(13112,1,1003,1466281712.47535,'\0','\0'),(13113,1,1003,1466281774.34138,'\0','\0'),(13114,1,1003,1466282086.99414,'\0','\0'),(13115,1,1003,1466282412.96853,'\0','\0'),(13116,1,1003,1466283615.37836,'\0','\0'),(13117,1,1003,1466283901.46585,'\0','\0'),(13118,1,1003,1466283932.18048,'\0','\0'),(13119,1,1003,1466288130.84215,'\0','\0'),(13120,1,1003,1466289543.4819,'\0','\0'),(13121,1,1003,1466291402.69183,'\0','\0'),(13122,1,1003,1466292794.70871,'\0','\0'),(13123,1,1003,1466292966.78239,'\0','\0'),(13124,1,1003,1466294257.8575,'\0','\0'),(13125,1,1003,1466295826.95537,'\0','\0'),(13126,1,1003,1466296822.73951,'\0','\0'),(13127,1,1003,1466297159.89846,'\0','\0'),(13128,1,1003,1466298940.50453,'\0','\0'),(13129,1,1003,1466300123.68067,'\0','\0'),(13130,1,1003,1466300139.60735,'\0','\0'),(13131,1,1003,1466301398.96949,'\0','\0'),(13132,1,1003,1466304481.16257,'\0','\0'),(13133,1,1003,1466304492.48578,'\0','\0'),(13134,1,1003,1466305341.46439,'\0','\0'),(13135,1,1003,1466305793.53918,'\0','\0'),(13136,1,1003,1466306190.69227,'\0','\0'),(13137,1,1003,1466306332.83126,'\0','\0'),(13138,1,1003,1466306914.88048,'\0','\0'),(13139,1,1003,1466307327.88226,'\0','\0'),(13140,1,1003,1466307983.30964,'\0','\0'),(13141,1,1003,1466312935.8367,'\0','\0'),(13142,1,1003,1466313092.52966,'\0','\0'),(13143,1,1003,1466313627.00162,'\0','\0'),(13144,1,1003,1466314531.34385,'\0','\0'),(13145,1,1003,1466314989.17743,'\0','\0'),(13146,1,1003,1466315708.54553,'\0','\0'),(13147,1,1003,1466316628.06568,'\0','\0'),(13148,1,1003,1466316733.23481,'\0','\0'),(13149,1,1003,1466317649.07357,'\0','\0'),(13150,1,1003,1466317915.58419,'\0','\0'),(13151,1,1003,1466317915.58419,'\0','\0'),(13152,1,1002,1466320624.96067,'\0','\0'),(13153,1,1003,1466320640.96479,'\0','\0'),(13154,1,1003,1466321278.08717,'\0','\0'),(13155,1,1003,1466322509.98968,'\0','\0'),(13156,1,1003,1466323851.2159,'\0','\0'),(13157,1,1003,1466324244.39121,'\0','\0'),(13158,1,1003,1466325409.12921,'\0','\0'),(13159,1,1003,1466326015.46623,'\0','\0'),(13160,1,1003,1466326231.99734,'\0','\0'),(13161,1,1003,1466326387.53596,'\0','\0'),(13162,1,1003,1466326881.49706,'\0','\0'),(13163,1,1003,1466327061.99425,'\0','\0'),(13164,1,1003,1466328021.93166,'\0','\0'),(13165,1,1003,1466329042.45598,'\0','\0'),(13166,1,1003,1466329149.13823,'\0','\0'),(13167,1,1003,1466331354.3986,'\0','\0'),(13168,1,1003,1466331394.97186,'\0','\0'),(13169,1,1003,1466333749.48441,'\0','\0'),(13170,1,1003,1466334607.90288,'\0','\0'),(13171,1,1003,1466359863.97811,'\0','\0'),(13172,1,1003,1466335343.75923,'\0','\0'),(13173,1,1003,1466337201.28446,'\0','\0'),(13174,1,1003,1466337262.52652,'\0','\0'),(13175,1,1003,1466338152.48638,'\0','\0'),(13176,1,1003,1466338833.07511,'\0','\0'),(13177,1,1003,1466339635.35242,'\0','\0'),(13178,1,1003,1466340472.29093,'\0','\0'),(13179,1,1003,1466340541.20776,'\0','\0'),(13180,1,1003,1466340564.02924,'\0','\0'),(13181,1,1003,1466341255.11617,'\0','\0'),(13182,1,1003,1466341612.36676,'\0','\0'),(13183,1,1003,1466341964.12646,'\0','\0'),(13184,1,1003,1466342415.58001,'\0','\0'),(13185,1,1003,1466343047.74914,'\0','\0'),(13186,1,1003,1466343452.03101,'\0','\0'),(13187,1,1002,1466343929.98744,'\0','\0'),(13188,1,1003,1466343944.6194,'\0','\0'),(13189,1,1003,1466344353.98658,'\0','\0'),(13190,1,1003,1466345772.70912,'\0','\0'),(13191,1,1003,1466346852.22924,'\0','\0'),(13192,1,1003,1466348122.74474,'\0','\0'),(13193,1,1003,1466348270.48381,'\0','\0'),(13194,1,1003,1466348467.89042,'\0','\0'),(13195,1,1003,1466349629.99217,'\0','\0'),(13196,1,1003,1466350136.32336,'\0','\0'),(13197,1,1003,1466351705.10925,'\0','\0'),(13198,1,1003,1466352047.07272,'\0','\0'),(13199,1,1003,1466354161.51619,'\0','\0'),(13200,1,1003,1466354559.02115,'\0','\0'),(13201,1,9999,1466354559.06795,'\0','\0'),(13202,1,1003,1466354887.83401,'\0','\0'),(13203,1,1003,1466355320.53745,'\0','\0'),(13204,1,1003,1466355506.30713,'\0','\0'),(13205,1,1003,1466358297.2825,'\0','\0'),(13206,1,1003,1466359887.78234,'\0','\0'),(13207,1,1003,1466361197.95075,'\0','\0'),(13208,1,1003,1466362633.8635,'\0','\0'),(13209,1,1003,1466362793.3799,'\0','\0'),(13210,1,1003,1466363166.61956,'\0','\0'),(13211,1,1003,1466363331.03408,'\0','\0'),(13212,1,1003,1466363354.24554,'\0','\0'),(13213,1,1003,1466364321.84211,'\0','\0'),(13214,1,1003,1466364704.81561,'\0','\0'),(13215,1,1003,1466364823.74315,'\0','\0'),(13216,1,1003,1466365186.32863,'\0','\0'),(13217,1,1003,1466365616.55181,'\0','\0'),(13218,1,1003,1466365701.6293,'\0','\0'),(13219,1,1003,1466366004.25184,'\0','\0'),(13220,1,1003,1466366005.0786,'\0','\0'),(13221,1,1003,1466366771.18159,'\0','\0'),(13222,1,1003,1466367037.28664,'\0','\0'),(13223,1,1003,1466367307.30706,'\0','\0'),(13224,1,1003,1466370132.42887,'\0','\0'),(13225,1,1003,1466370568.29892,'\0','\0'),(13226,1,1003,1466370721.95005,'\0','\0'),(13227,1,1003,1466370803.36176,'\0','\0'),(13228,1,1003,1466371430.25839,'\0','\0'),(13229,1,1003,1466372693.69189,'\0','\0'),(13230,1,1003,1466373513.12821,'\0','\0'),(13231,1,1003,1466374937.59123,'\0','\0'),(13232,1,1003,1466376826.18986,'\0','\0'),(13233,1,1003,1466380662.19574,'\0','\0'),(13234,1,1003,1466382763.75329,'\0','\0'),(13235,1,1003,1466382968.1171,'\0','\0'),(13236,1,1003,1466382968.1327,'\0','\0'),(13237,1,1003,1466384165.20764,'\0','\0'),(13238,1,1003,1466386844.40138,'\0','\0'),(13239,1,1003,1466386935.37241,'\0','\0'),(13240,1,1003,1466387887.29692,'\0','\0'),(13241,1,1003,1466387936.3249,'\0','\0'),(13242,1,1003,1466391465.46528,'\0','\0'),(13243,1,1003,1466393628.1245,'\0','\0'),(13244,1,1003,1466394104.8018,'\0','\0'),(13245,1,1003,1466394898.6244,'\0','\0'),(13246,1,1003,1466395250.72729,'\0','\0'),(13247,1,1003,1466396603.62163,'\0','\0'),(13248,1,1003,1466396636.91011,'\0','\0'),(13249,1,1003,1466397249.79875,'\0','\0'),(13250,1,1003,1466397798.51269,'\0','\0'),(13251,1,1003,1466398545.58479,'\0','\0'),(13252,1,1003,1466398772.58289,'\0','\0'),(13253,1,1003,1466401451.15115,'\0','\0'),(13254,1,1003,1466402709.24976,'\0','\0'),(13255,1,1003,1466403211.72797,'\0','\0'),(13256,1,1003,1466404210.88153,'\0','\0'),(13257,1,1003,1466404355.87516,'\0','\0'),(13258,1,1003,1466404555.80883,'\0','\0'),(13259,1,1003,1466405102.80686,'\0','\0'),(13260,1,1003,1466405447.79656,'\0','\0'),(13261,1,1003,1466405735.45956,'\0','\0'),(13262,1,1003,1466407193.21106,'\0','\0'),(13263,1,1003,1466407752.56359,'\0','\0'),(13264,1,1003,1466407765.30805,'\0','\0'),(13265,1,1003,1466407896.37169,'\0','\0'),(13266,1,1003,1466409050.08113,'\0','\0'),(13267,1,1003,1466409178.94529,'\0','\0'),(13268,1,1003,1466430957.26742,'\0','\0'),(13269,1,1003,1466413786.98183,'\0','\0'),(13270,1,1003,1466414677.28486,'\0','\0'),(13271,1,1003,1466414728.96468,'\0','\0'),(13272,1,1003,1466415056.68617,'\0','\0'),(13273,1,1003,1466416426.97351,'\0','\0'),(13274,1,1003,1466440426.82586,'\0','\0'),(13275,1,1003,1466417232.77622,'\0','\0'),(13276,1,1003,1466417758.63748,'\0','\0'),(13277,1,1003,1466417957.15163,'\0','\0'),(13278,1,1003,1466418283.71878,'\0','\0'),(13279,1,1003,1466418358.0017,'\0','\0'),(13280,1,1003,1466419265.52604,'\0','\0'),(13281,1,1003,1466419808.86081,'\0','\0'),(13282,1,1003,1466420147.74635,'\0','\0'),(13283,1,1003,1466420195.9163,'\0','\0'),(13284,1,1003,1466421205.70844,'\0','\0'),(13285,1,1003,1466422365.71991,'\0','\0'),(13286,1,1003,1466423302.97623,'\0','\0'),(13287,1,1003,1466423890.78152,'\0','\0'),(13288,1,1003,1466423908.33051,'\0','\0'),(13289,1,1003,1466425685.0836,'\0','\0'),(13290,1,1003,1466426544.21963,'\0','\0'),(13291,1,1003,1466428106.53189,'\0','\0'),(13292,1,1003,1466428251.83751,'\0','\0'),(13293,1,1003,1466428932.34824,'\0','\0'),(13294,1,1003,1466428943.84478,'\0','\0'),(13295,1,1003,1466429812.43387,'\0','\0'),(13296,1,1003,1466429887.35634,'\0','\0'),(13297,1,1003,1466430028.5282,'\0','\0'),(13298,1,1002,1466431427.67387,'\0','\0'),(13299,1,1003,1466431443.80334,'\0','\0'),(13300,1,1003,1466431842.57874,'\0','\0'),(13301,1,1003,1466432961.61137,'\0','\0'),(13302,1,1003,1466432961.62697,'\0','\0'),(13303,1,1003,1466433289.05208,'\0','\0'),(13304,1,1003,1466434043.05018,'\0','\0'),(13305,1,1003,1466434298.57904,'\0','\0'),(13306,1,1003,1466435928.26381,'\0','\0'),(13307,1,1003,1466435095.64625,'\0','\0'),(13308,1,1003,1466435581.8858,'\0','\0'),(13309,1,1003,1466435688.22486,'\0','\0'),(13310,1,1003,1466436573.91056,'\0','\0'),(13311,1,1003,1466436970.28369,'\0','\0'),(13312,1,1003,1466437347.9847,'\0','\0'),(13313,1,1003,1466439036.40008,'\0','\0'),(13314,1,1003,1466462474.15917,'\0','\0'),(13315,1,1003,1466440417.63799,'\0','\0'),(13316,1,1003,1466440418.51154,'\0','\0'),(13317,1,1003,1466442053.656,'\0','\0'),(13318,1,1003,1466444237.5612,'\0','\0'),(13319,1,1003,1466445289.5957,'\0','\0'),(13320,1,1003,1466445887.80559,'\0','\0'),(13321,1,1003,1466446292.92981,'\0','\0'),(13322,1,1003,1466447031.34441,'\0','\0'),(13323,1,1003,1466447266.62564,'\0','\0'),(13324,1,1003,1466448616.60295,'\0','\0'),(13325,1,1003,1466449708.52435,'\0','\0'),(13326,1,1003,1466449845.89002,'\0','\0'),(13327,1,1003,1466449985.61116,'\0','\0'),(13328,1,1003,1466450291.7903,'\0','\0'),(13329,1,1003,1466450431.83902,'\0','\0'),(13330,1,1003,1466450868.27064,'\0','\0'),(13331,1,1003,1466450917.92257,'\0','\0'),(13332,1,1003,1466451169.28647,'\0','\0'),(13333,1,1003,1466451645.18381,'\0','\0'),(13334,1,1003,1466451645.18381,'\0','\0'),(13335,1,1003,1466451788.84456,'\0','\0'),(13336,1,1003,1466451916.02841,'\0','\0'),(13337,1,1003,1466452645.15612,'\0','\0'),(13338,1,1003,1466453334.61528,'\0','\0'),(13339,1,1003,1466453866.373,'\0','\0'),(13340,1,1003,1466453883.36042,'\0','\0'),(13341,1,1003,1466456016.86493,'\0','\0'),(13342,1,1003,1466456858.0464,'\0','\0'),(13343,1,1003,1466457813.25729,'\0','\0'),(13344,1,1003,1466458259.03277,'\0','\0'),(13345,1,1003,1466460165.16479,'\0','\0'),(13346,1,1003,1466462526.89973,'\0','\0'),(13347,1,1003,1466461005.02033,'\0','\0'),(13348,1,1003,1466461160.54336,'\0','\0'),(13349,1,1003,1466463465.1232,'\0','\0'),(13350,1,1003,1466464945.54018,'\0','\0'),(13351,1,9999,1466464945.63378,'\0','\0'),(13352,1,1003,1466465172.10151,'\0','\0'),(13353,1,1003,1466465670.71114,'\0','\0'),(13354,1,1003,1466466989.30307,'\0','\0'),(13355,1,1003,1466467116.45133,'\0','\0'),(13356,1,1003,1466468140.65704,'\0','\0'),(13357,1,1003,1466468822.96167,'\0','\0'),(13358,1,1003,1466469066.47922,'\0','\0'),(13359,1,1003,1466504911.30965,'\0','\0'),(13360,1,1003,1466470324.01627,'\0','\0'),(13361,1,1003,1466471529.65511,'\0','\0'),(13362,1,1003,1466473690.75442,'\0','\0'),(13363,1,1003,1466473901.48267,'\0','\0'),(13364,1,1003,1466474515.22925,'\0','\0'),(13365,1,1003,1466474842.60757,'\0','\0'),(13366,1,1003,1466477001.5854,'\0','\0'),(13367,1,1003,1466480046.18654,'\0','\0'),(13368,1,1003,1466480153.78913,'\0','\0'),(13369,1,1003,1466480846.18638,'\0','\0'),(13370,1,1003,1466483381.11813,'\0','\0'),(13371,1,1003,1466484773.04479,'\0','\0'),(13372,1,1003,1466486739.41889,'\0','\0'),(13373,1,1003,1466486939.02497,'\0','\0'),(13374,1,1003,1466487664.97589,'\0','\0'),(13375,1,1003,1466487773.26484,'\0','\0'),(13376,1,1003,1466488253.28034,'\0','\0'),(13377,1,1003,1466488612.49642,'\0','\0'),(13378,1,1003,1466488792.01086,'\0','\0'),(13379,1,1003,1466489519.38129,'\0','\0'),(13380,1,1003,1466489525.57414,'\0','\0'),(13381,1,1003,1466490232.13537,'\0','\0'),(13382,1,1003,1466490446.77899,'\0','\0'),(13383,1,1003,1466490912.49012,'\0','\0'),(13384,1,1003,1466490913.37927,'\0','\0'),(13385,1,1003,1466491304.5891,'\0','\0'),(13386,1,1003,1466493070.42282,'\0','\0'),(13387,1,1003,1466493418.65712,'\0','\0'),(13388,1,1003,1466494511.65486,'\0','\0'),(13389,1,1003,1466495480.14058,'\0','\0'),(13390,1,1003,1466495647.90891,'\0','\0'),(13391,1,1003,1466496297.25264,'\0','\0'),(13392,1,1003,1466497706.92771,'\0','\0'),(13393,1,1003,1466499136.64762,'\0','\0'),(13394,1,1003,1466499463.27717,'\0','\0'),(13395,1,1003,1466499595.97872,'\0','\0'),(13396,1,1003,1466499885.20163,'\0','\0'),(13397,1,1003,1466500244.4489,'\0','\0'),(13398,1,1003,1466500931.88564,'\0','\0'),(13399,1,1003,1466501462.37984,'\0','\0'),(13400,1,1003,1466502651.49923,'\0','\0'),(13401,1,1003,1466502737.84025,'\0','\0'),(13402,1,1003,1466503849.35412,'\0','\0'),(13403,1,1003,1466504164.56513,'\0','\0'),(13404,1,1003,1466504566.75673,'\0','\0'),(13405,1,1003,1466504878.42675,'\0','\0'),(13406,1,1003,1466505082.16659,'\0','\0'),(13407,1,1003,1466548131.59328,'\0','\0'),(13408,1,1003,1466505643.98377,'\0','\0'),(13409,1,1003,1466536535.8619,'\0','\0'),(13410,1,1003,1466506520.09163,'\0','\0'),(13411,1,1003,1466506526.78364,'\0','\0'),(13412,1,1003,1466507977.96792,'\0','\0'),(13413,1,1003,1466508094.19681,'\0','\0'),(13414,1,1003,1466509322.75073,'\0','\0'),(13415,1,1002,1466509685.16462,'\0','\0'),(13416,1,1003,1466509701.0757,'\0','\0'),(13417,1,1003,1466510462.37418,'\0','\0'),(13418,1,1003,1466512671.62791,'\0','\0'),(13419,1,1003,1466513188.70688,'\0','\0'),(13420,1,1003,1466513220.52904,'\0','\0'),(13421,1,1003,1466513908.79253,'\0','\0'),(13422,1,1003,1466514373.47412,'\0','\0'),(13423,1,1003,1466514744.23353,'\0','\0'),(13424,1,1003,1466515265.63345,'\0','\0'),(13425,1,1003,1466515652.35074,'\0','\0'),(13426,1,1003,1466515743.66787,'\0','\0'),(13427,1,1003,1466516018.50841,'\0','\0'),(13428,1,1003,1466516458.8398,'\0','\0'),(13429,1,1003,1466516541.81142,'\0','\0'),(13430,1,1003,1466517054.30425,'\0','\0'),(13431,1,1003,1466517284.74322,'\0','\0'),(13432,1,1003,1466517395.50175,'\0','\0'),(13433,1,1003,1466519202.39157,'\0','\0'),(13434,1,1003,1466521024.66283,'\0','\0'),(13435,1,1003,1466521254.12559,'\0','\0'),(13436,1,1003,1466521410.94334,'\0','\0'),(13437,1,1003,1466521465.27501,'\0','\0'),(13438,1,1003,1466521721.50583,'\0','\0'),(13439,1,1003,1466522546.8854,'\0','\0'),(13440,1,1003,1466522903.55883,'\0','\0'),(13441,1,1003,1466524983.43363,'\0','\0'),(13442,1,1003,1466526070.19173,'\0','\0'),(13443,1,1003,1466526206.80864,'\0','\0'),(13444,1,1003,1466543188.19169,'\0','\0'),(13445,1,1003,1466527654.32713,'\0','\0'),(13446,1,1003,1466528577.63786,'\0','\0'),(13447,1,1003,1466530158.12307,'\0','\0'),(13448,1,1003,1466531163.92184,'\0','\0'),(13449,1,1003,1466531180.09811,'\0','\0'),(13450,1,1003,1466531665.97887,'\0','\0'),(13451,1,1003,1466531999.61242,'\0','\0'),(13452,1,1003,1466532599.7722,'\0','\0'),(13453,1,1003,1466533646.76819,'\0','\0'),(13454,1,1003,1466534077.92731,'\0','\0'),(13455,1,1003,1466534315.81359,'\0','\0'),(13456,1,1003,1466534398.17684,'\0','\0'),(13457,1,1003,1466534716.35168,'\0','\0'),(13458,1,1003,1466534961.85032,'\0','\0'),(13459,1,1003,1466535632.58042,'\0','\0'),(13460,1,1003,1466535901.41531,'\0','\0'),(13461,1,1003,1466535995.66507,'\0','\0'),(13462,1,1003,1466537077.02588,'\0','\0'),(13463,1,1003,1466540056.54757,'\0','\0'),(13464,1,1003,1466541746.10169,'\0','\0'),(13465,1,1003,1466542271.07381,'\0','\0'),(13466,1,1003,1466542684.43436,'\0','\0'),(13467,1,1003,1466542849.69122,'\0','\0'),(13468,1,1003,1466543328.84878,'\0','\0'),(13469,1,1003,1466543369.32844,'\0','\0'),(13470,1,1003,1466544597.72637,'\0','\0'),(13471,1,1003,1466545201.03716,'\0','\0'),(13472,1,1003,1466546959.41451,'\0','\0'),(13473,1,1003,1466547277.21497,'\0','\0'),(13474,1,1003,1466549461.99372,'\0','\0'),(13475,1,1003,1466551158.00032,'\0','\0'),(13476,1,1002,1466552330.14511,'\0','\0'),(13477,1,1003,1466553536.23633,'\0','\0'),(13478,1,1003,1466554359.60362,'\0','\0'),(13479,1,1003,1466554514.78347,'\0','\0'),(13480,1,1003,1466554528.0427,'\0','\0'),(13481,1,1003,1466555670.41159,'\0','\0'),(13482,1,1003,1466556083.24177,'\0','\0'),(13483,1,1003,1466556168.81844,'\0','\0'),(13484,1,1003,1466556882.19648,'\0','\0'),(13485,1,1003,1466556967.16477,'\0','\0'),(13486,1,1003,1466557273.26591,'\0','\0'),(13487,1,1003,1466558295.11616,'\0','\0'),(13488,1,1003,1466558553.23447,'\0','\0'),(13489,1,1003,1466559064.55736,'\0','\0'),(13490,1,1003,1466559571.40332,'\0','\0'),(13491,1,1003,1466559794.37686,'\0','\0'),(13492,1,1003,1466560937.46331,'\0','\0'),(13493,1,1003,1466564748.29224,'\0','\0'),(13494,1,1003,1466565833.53722,'\0','\0'),(13495,1,1003,1466567706.63035,'\0','\0'),(13496,1,1003,1466568727.76304,'\0','\0'),(13497,1,1003,1466568965.9925,'\0','\0'),(13498,1,1003,1466568967.03764,'\0','\0'),(13499,1,1003,1466569709.28961,'\0','\0'),(13500,1,1003,1466570084.83794,'\0','\0'),(13501,1,9999,1466570084.90034,'\0','\0'),(13502,1,1003,1466570214.59126,'\0','\0'),(13503,1,1003,1466570485.07965,'\0','\0'),(13504,1,1003,1466571591.46142,'\0','\0'),(13505,1,1003,1466571870.01455,'\0','\0'),(13506,1,1003,1466572670.91914,'\0','\0'),(13507,1,1003,1466573127.61399,'\0','\0'),(13508,1,1003,1466573492.07136,'\0','\0'),(13509,1,1003,1466574209.55196,'\0','\0'),(13510,1,1003,1466574686.60364,'\0','\0'),(13511,1,1003,1466574757.15837,'\0','\0'),(13512,1,1003,1466577122.24711,'\0','\0'),(13513,1,1003,1466577873.40618,'\0','\0'),(13514,1,1003,1466578334.79636,'\0','\0'),(13515,1,1003,1466581407.1327,'\0','\0'),(13516,1,1003,1466578629.52575,'\0','\0'),(13517,1,1003,1466579120.8974,'\0','\0'),(13518,1,1003,1466595974.97769,'\0','\0'),(13519,1,1003,1466579280.85057,'\0','\0'),(13520,1,1003,1466580273.68649,'\0','\0'),(13521,1,1003,1466581461.93233,'\0','\0'),(13522,1,1003,1466581504.42428,'\0','\0'),(13523,1,1003,1466582194.79365,'\0','\0'),(13524,1,1003,1466636011.91218,'\0','\0'),(13525,1,1003,1466582570.93475,'\0','\0'),(13526,1,1003,1466582796.23185,'\0','\0'),(13527,1,1003,1466583124.27219,'\0','\0'),(13528,1,1003,1466583287.44078,'\0','\0'),(13529,1,1002,1466583490.95029,'\0','\0'),(13530,1,1003,1466583516.15763,'\0','\0'),(13531,1,1003,1466584120.33246,'\0','\0'),(13532,1,1003,1466584385.68875,'\0','\0'),(13533,1,1003,1466584510.98072,'\0','\0'),(13534,1,1003,1466585124.05655,'\0','\0'),(13535,1,1003,1466585411.78194,'\0','\0'),(13536,1,1003,1466586124.9572,'\0','\0'),(13537,1,1003,1466587374.81949,'\0','\0'),(13538,1,1003,1466587457.7911,'\0','\0'),(13539,1,1003,1466587464.35832,'\0','\0'),(13540,1,1003,1466587596.54509,'\0','\0'),(13541,1,1003,1466588023.39887,'\0','\0'),(13542,1,1003,1466588034.59902,'\0','\0'),(13543,1,1003,1466588434.04517,'\0','\0'),(13544,1,1003,1466588926.57116,'\0','\0'),(13545,1,1003,1466588926.61795,'\0','\0'),(13546,1,1003,1466589007.18731,'\0','\0'),(13547,1,1003,1466589052.95507,'\0','\0'),(13548,1,1003,1466589112.21605,'\0','\0'),(13549,1,1003,1466589150.19986,'\0','\0'),(13550,1,1003,1466590524.09059,'\0','\0'),(13551,1,1003,1466590553.82247,'\0','\0'),(13552,1,1003,1466590630.63244,'\0','\0'),(13553,1,1003,1466591461.73689,'\0','\0'),(13554,1,1003,1466591731.53892,'\0','\0'),(13555,1,1003,1466592054.3935,'\0','\0'),(13556,1,1003,1466592488.84403,'\0','\0'),(13557,1,1003,1466593195.59245,'\0','\0'),(13558,1,1003,1466593522.05042,'\0','\0'),(13559,1,1003,1466594488.32107,'\0','\0'),(13560,1,1003,1466594777.2632,'\0','\0'),(13561,1,1003,1466596303.55714,'\0','\0'),(13562,1,1003,1466597909.2193,'\0','\0'),(13563,1,1003,1466602995.78942,'\0','\0'),(13564,1,1003,1466599286.71342,'\0','\0'),(13565,1,1003,1466599296.27567,'\0','\0'),(13566,1,1003,1466599352.01126,'\0','\0'),(13567,1,1003,1466600809.70035,'\0','\0'),(13568,1,1003,1466600817.70269,'\0','\0'),(13569,1,1003,1466603117.97717,'\0','\0'),(13570,1,1003,1466603355.80105,'\0','\0'),(13571,1,1003,1466603363.97498,'\0','\0'),(13572,1,1003,1466604573.80998,'\0','\0'),(13573,1,1003,1466605545.8367,'\0','\0'),(13574,1,1003,1466605613.64599,'\0','\0'),(13575,1,1003,1466606604.42282,'\0','\0'),(13576,1,1003,1466606795.4962,'\0','\0'),(13577,1,1003,1466607109.50608,'\0','\0'),(13578,1,1003,1466607111.90834,'\0','\0'),(13579,1,1003,1466607133.12312,'\0','\0'),(13580,1,1003,1466607280.7374,'\0','\0'),(13581,1,1003,1466607543.76943,'\0','\0'),(13582,1,1003,1466621511.92476,'\0','\0'),(13583,1,1003,1466608100.93808,'\0','\0'),(13584,1,1003,1466609000.44458,'\0','\0'),(13585,1,1003,1466609294.59681,'\0','\0'),(13586,1,1003,1466609603.89577,'\0','\0'),(13587,1,1003,1466610075.95573,'\0','\0'),(13588,1,1003,1466610512.32495,'\0','\0'),(13589,1,1003,1466610744.15878,'\0','\0'),(13590,1,1003,1466611377.66943,'\0','\0'),(13591,1,1003,1466611845.25245,'\0','\0'),(13592,1,1003,1466613503.93595,'\0','\0'),(13593,1,1003,1466614048.45373,'\0','\0'),(13594,1,1003,1466614261.05387,'\0','\0'),(13595,1,1003,1466615284.51082,'\0','\0'),(13596,1,1003,1466615985.95909,'\0','\0'),(13597,1,1003,1466616038.8197,'\0','\0'),(13598,1,1003,1466616612.31368,'\0','\0'),(13599,1,1003,1466616878.29127,'\0','\0'),(13600,1,1003,1466617338.08917,'\0','\0'),(13601,1,1003,1466618124.43981,'\0','\0'),(13602,1,1003,1466633824.232,'\0','\0'),(13603,1,1003,1466618235.5054,'\0','\0'),(13604,1,1003,1466618238.07925,'\0','\0'),(13605,1,1003,1466633821.62695,'\0','\0'),(13606,1,1003,1466620666.11036,'\0','\0'),(13607,1,1003,1466621187.1047,'\0','\0'),(13608,1,1003,1466621911.93248,'\0','\0'),(13609,1,1003,1466622016.44645,'\0','\0'),(13610,1,1003,1466622270.71178,'\0','\0'),(13611,1,1003,1466627084.40685,'\0','\0'),(13612,1,1003,1466624837.45009,'\0','\0'),(13613,1,1003,1466625565.77207,'\0','\0'),(13614,1,1003,1466625898.81286,'\0','\0'),(13615,1,1003,1466626171.78151,'\0','\0'),(13616,1,1003,1466627107.05675,'\0','\0'),(13617,1,1003,1466627401.31817,'\0','\0'),(13618,1,1003,1466628345.31331,'\0','\0'),(13619,1,1003,1466628345.31331,'\0','\0'),(13620,1,1003,1466628358.96252,'\0','\0'),(13621,1,1003,1466628391.34625,'\0','\0'),(13622,1,1003,1466629001.52065,'\0','\0'),(13623,1,1003,1466629511.26804,'\0','\0'),(13624,1,1003,1466629531.29728,'\0','\0'),(13625,1,1003,1466629599.09097,'\0','\0'),(13626,1,1003,1466629713.40117,'\0','\0'),(13627,1,1003,1466630645.4786,'\0','\0'),(13628,1,1003,1466631622.9806,'\0','\0'),(13629,1,1003,1466632424.07238,'\0','\0'),(13630,1,1003,1466632952.3203,'\0','\0'),(13631,1,1003,1466633052.96569,'\0','\0'),(13632,1,1003,1466633860.40631,'\0','\0'),(13633,1,1003,1466634188.82976,'\0','\0'),(13634,1,1003,1466635583.85727,'\0','\0'),(13635,1,1003,1466635708.1353,'\0','\0'),(13636,1,1003,1466636263.71285,'\0','\0'),(13637,1,1003,1466636799.79152,'\0','\0'),(13638,1,1003,1466637904.95656,'\0','\0'),(13639,1,1003,1466644161.41239,'\0','\0'),(13640,1,1003,1466645317.71127,'\0','\0'),(13641,1,1003,1466645715.76911,'\0','\0'),(13642,1,1003,1466646383.98775,'\0','\0'),(13643,1,1003,1466649521.41304,'\0','\0'),(13644,1,1003,1466650145.48614,'\0','\0'),(13645,1,1003,1466650225.07275,'\0','\0'),(13646,1,1003,1466650612.56999,'\0','\0'),(13647,1,1003,1466651373.94646,'\0','\0'),(13648,1,1003,1466654172.64339,'\0','\0'),(13649,1,1003,1466654734.46057,'\0','\0'),(13650,1,1003,1466655624.8728,'\0','\0'),(13651,1,9999,1466655624.9352,'\0','\0'),(13652,1,1003,1466656518.81043,'\0','\0'),(13653,1,1003,1466656688.02946,'\0','\0'),(13654,1,1003,1466660065.79618,'\0','\0'),(13655,1,1003,1466660761.62523,'\0','\0'),(13656,1,1003,1466660941.07728,'\0','\0'),(13657,1,1003,1466661482.94322,'\0','\0'),(13658,1,1003,1466661992.33183,'\0','\0'),(13659,1,1003,1466662291.33538,'\0','\0'),(13660,1,1003,1466662767.35751,'\0','\0'),(13661,1,1003,1466662883.39922,'\0','\0'),(13662,1,1003,1466663721.55446,'\0','\0'),(13663,1,1002,1466663752.89305,'\0','\0'),(13664,1,1003,1466664099.23987,'\0','\0'),(13665,1,1003,1466664498.26485,'\0','\0'),(13666,1,1003,1466664807.79779,'\0','\0'),(13667,1,1003,1466665846.19867,'\0','\0'),(13668,1,1003,1466669219.16087,'\0','\0'),(13669,1,1003,1466669222.85786,'\0','\0'),(13670,1,1003,1466669572.66767,'\0','\0'),(13671,1,1003,1466672641.32263,'\0','\0'),(13672,1,1003,1466672915.16483,'\0','\0'),(13673,1,1003,1466673640.00821,'\0','\0'),(13674,1,1003,1466673820.09982,'\0','\0'),(13675,1,1003,1466673871.17127,'\0','\0'),(13676,1,1003,1466674233.13279,'\0','\0'),(13677,1,1003,1466675021.4489,'\0','\0'),(13678,1,1003,1466676035.67119,'\0','\0'),(13679,1,1003,1466676581.04692,'\0','\0'),(13680,1,1003,1466677359.86319,'\0','\0'),(13681,1,1003,1466677560.57681,'\0','\0'),(13682,1,1003,1466678516.11528,'\0','\0'),(13683,1,1003,1466679926.28952,'\0','\0'),(13684,1,1003,1466680209.28839,'\0','\0'),(13685,1,1003,1466680421.57654,'\0','\0'),(13686,1,1003,1466680526.01251,'\0','\0'),(13687,1,1003,1466680744.6183,'\0','\0'),(13688,1,1003,1466680745.85063,'\0','\0'),(13689,1,1003,1466681505.63764,'\0','\0'),(13690,1,1003,1466682553.63568,'\0','\0'),(13691,1,1003,1466682732.01138,'\0','\0'),(13692,1,1003,1466683592.61373,'\0','\0'),(13693,1,1003,1466683927.46401,'\0','\0'),(13694,1,1003,1466683979.44021,'\0','\0'),(13695,1,1003,1466684125.44779,'\0','\0'),(13696,1,1003,1466685059.59989,'\0','\0'),(13697,1,1003,1466686702.27872,'\0','\0'),(13698,1,1003,1466687078.79419,'\0','\0'),(13699,1,1003,1466688511.61833,'\0','\0'),(13700,1,1003,1466688548.29181,'\0','\0'),(13701,1,1003,1466689833.22088,'\0','\0'),(13702,1,1003,1466690111.39963,'\0','\0'),(13703,1,1003,1466691245.09542,'\0','\0'),(13704,1,1003,1466691629.51964,'\0','\0'),(13705,1,1003,1466693534.20094,'\0','\0'),(13706,1,1003,1466694582.16408,'\0','\0'),(13707,1,1003,1466709483.65673,'\0','\0'),(13708,1,1003,1466697573.55669,'\0','\0'),(13709,1,1003,1466699064.22229,'\0','\0'),(13710,1,1003,1466700287.41011,'\0','\0'),(13711,1,1003,1466700787.70445,'\0','\0'),(13712,1,1003,1466702888.66923,'\0','\0'),(13713,1,1003,1466703724.21942,'\0','\0'),(13714,1,1003,1466704298.57829,'\0','\0'),(13715,1,1003,1466704435.03921,'\0','\0'),(13716,1,1003,1466704758.89213,'\0','\0'),(13717,1,1003,1466705115.92433,'\0','\0'),(13718,1,1003,1466705622.33351,'\0','\0'),(13719,1,1003,1466706119.07125,'\0','\0'),(13720,1,1003,1466706879.96415,'\0','\0'),(13721,1,1003,1466707320.70112,'\0','\0'),(13722,1,1003,1466708466.48622,'\0','\0'),(13723,1,1003,1466709380.68707,'\0','\0'),(13724,1,1003,1466709574.3031,'\0','\0'),(13725,1,1003,1466709960.00645,'\0','\0'),(13726,1,1003,1466710184.96107,'\0','\0'),(13727,1,1003,1466711172.68048,'\0','\0'),(13728,1,1003,1466712111.10674,'\0','\0'),(13729,1,1003,1466712886.61599,'\0','\0'),(13730,1,1003,1466713540.93584,'\0','\0'),(13731,1,1003,1466713791.98776,'\0','\0'),(13732,1,1003,1466714012.17816,'\0','\0'),(13733,1,1003,1466714988.49399,'\0','\0'),(13734,1,1003,1466716442.70351,'\0','\0'),(13735,1,1003,1466718365.51097,'\0','\0'),(13736,1,1003,1466719882.67944,'\0','\0'),(13737,1,1003,1466720725.43641,'\0','\0'),(13738,1,1003,1466721569.62851,'\0','\0'),(13739,1,1003,1466727135.90216,'\0','\0'),(13740,1,1003,1466727363.9454,'\0','\0'),(13741,1,1003,1466729284.64698,'\0','\0'),(13742,1,1003,1466729485.64139,'\0','\0'),(13743,1,1002,1466730428.4042,'\0','\0'),(13744,1,1003,1466731512.05807,'\0','\0'),(13745,1,1003,1466731870.79058,'\0','\0'),(13746,1,1003,1466732912.54527,'\0','\0'),(13747,1,1003,1466733542.04695,'\0','\0'),(13748,1,1003,1466742238.6388,'\0','\0'),(13749,1,1003,1466746837.40651,'\0','\0'),(13750,1,1003,1466733717.13125,'\0','\0'),(13751,1,1003,1466735477.39609,'\0','\0'),(13752,1,1003,1466736209.89863,'\0','\0'),(13753,1,1003,1466737442.50831,'\0','\0'),(13754,1,1003,1466738881.04171,'\0','\0'),(13755,1,1003,1466740217.36981,'\0','\0'),(13756,1,1003,1466740517.30931,'\0','\0'),(13757,1,1003,1466740841.77059,'\0','\0'),(13758,1,1003,1466741433.94362,'\0','\0'),(13759,1,1003,1466741512.59429,'\0','\0'),(13760,1,1003,1466741543.63649,'\0','\0'),(13761,1,1003,1466747466.24211,'\0','\0'),(13762,1,1003,1466748233.93022,'\0','\0'),(13763,1,1003,1466748745.75229,'\0','\0'),(13764,1,1003,1466748811.00333,'\0','\0'),(13765,1,1003,1466750836.62446,'\0','\0'),(13766,1,1003,1466751496.57558,'\0','\0'),(13767,1,1003,1466752360.64093,'\0','\0'),(13768,1,1003,1466753904.99863,'\0','\0'),(13769,1,1003,1466755640.13332,'\0','\0'),(13770,1,1003,1466756320.87804,'\0','\0'),(13771,1,1003,1466756675.57038,'\0','\0'),(13772,1,1003,1466758327.42147,'\0','\0'),(13773,1,1003,1466759002.59732,'\0','\0'),(13774,1,1003,1466760105.14171,'\0','\0'),(13775,1,1003,1466760655.55595,'\0','\0'),(13776,1,1003,1466763057.28698,'\0','\0'),(13777,1,1003,1466763145.81187,'\0','\0'),(13778,1,1003,1466764287.16682,'\0','\0'),(13779,1,1003,1466765749.91003,'\0','\0'),(13780,1,1003,1466766728.58196,'\0','\0'),(13781,1,1003,1466767689.40853,'\0','\0'),(13782,1,1003,1466767859.7039,'\0','\0'),(13783,1,1003,1466767988.73966,'\0','\0'),(13784,1,1003,1466768804.82217,'\0','\0'),(13785,1,1003,1466769151.20019,'\0','\0'),(13786,1,1003,1466769353.38012,'\0','\0'),(13787,1,1003,1466769921.70213,'\0','\0'),(13788,1,1003,1466772772.23487,'\0','\0'),(13789,1,1003,1466773927.48862,'\0','\0'),(13790,1,1003,1466775133.06506,'\0','\0'),(13791,1,1003,1466775818.7235,'\0','\0'),(13792,1,1003,1466778201.34564,'\0','\0'),(13793,1,1003,1466777335.61118,'\0','\0'),(13794,1,1003,1466778257.86117,'\0','\0'),(13795,1,1003,1466779723.78519,'\0','\0'),(13796,1,1003,1466780176.8488,'\0','\0'),(13797,1,1003,1466781534.42521,'\0','\0'),(13798,1,1003,1466782213.29804,'\0','\0'),(13799,1,1003,1466782769.93633,'\0','\0'),(13800,1,1003,1466783143.58157,'\0','\0'),(13801,1,9999,1466783143.64397,'\0','\0'),(13802,1,1003,1466783195.63577,'\0','\0'),(13803,1,1003,1466784423.01975,'\0','\0'),(13804,1,1003,1466784433.64274,'\0','\0'),(13805,1,1003,1466785859.24449,'\0','\0'),(13806,1,1003,1466787166.38667,'\0','\0'),(13807,1,1003,1466787348.02259,'\0','\0'),(13808,1,1003,1466788998.76615,'\0','\0'),(13809,1,1003,1466789001.74558,'\0','\0'),(13810,1,1003,1466789008.45319,'\0','\0'),(13811,1,1003,1466790674.63986,'\0','\0'),(13812,1,1003,1466792446.16725,'\0','\0'),(13813,1,1003,1466792921.01945,'\0','\0'),(13814,1,1003,1466793115.88341,'\0','\0'),(13815,1,1003,1466794347.02678,'\0','\0'),(13816,1,1003,1466795423.20869,'\0','\0'),(13817,1,1003,1466795637.50913,'\0','\0'),(13818,1,1003,1466796521.9625,'\0','\0'),(13819,1,1003,1466798835.85499,'\0','\0'),(13820,1,1003,1466798992.96913,'\0','\0'),(13821,1,1003,1466799939.41332,'\0','\0'),(13822,1,1003,1466802278.88835,'\0','\0'),(13823,1,1003,1466803061.2924,'\0','\0'),(13824,1,1003,1466804283.74708,'\0','\0'),(13825,1,1003,1466804314.82048,'\0','\0'),(13826,1,1003,1466804835.70563,'\0','\0'),(13827,1,1003,1466806051.43709,'\0','\0'),(13828,1,1003,1466806748.54527,'\0','\0'),(13829,1,1003,1466806987.25829,'\0','\0'),(13830,1,1003,1466807424.50107,'\0','\0'),(13831,1,1003,1466809501.55243,'\0','\0'),(13832,1,1003,1466811050.66785,'\0','\0'),(13833,1,1003,1466811227.37446,'\0','\0'),(13834,1,1003,1466812744.16807,'\0','\0'),(13835,1,1003,1466812896.36232,'\0','\0'),(13836,1,1003,1466813023.36613,'\0','\0'),(13837,1,1003,1466816136.89438,'\0','\0'),(13838,1,1003,1466816661.02414,'\0','\0'),(13839,1,1003,1466817071.37406,'\0','\0'),(13840,1,1003,1466817204.2316,'\0','\0'),(13841,1,1003,1466818249.18411,'\0','\0'),(13842,1,1003,1466818390.54315,'\0','\0'),(13843,1,1003,1466818493.24763,'\0','\0'),(13844,1,1003,1466820933.69562,'\0','\0'),(13845,1,1003,1466822564.31634,'\0','\0'),(13846,1,1003,1466824680.22506,'\0','\0'),(13847,1,1003,1466825483.14194,'\0','\0'),(13848,1,1003,1466826144.55938,'\0','\0'),(13849,1,1003,1466828645.46949,'\0','\0'),(13850,1,1003,1466829496.96196,'\0','\0'),(13851,1,1003,1466831214.34487,'\0','\0'),(13852,1,1003,1466832647.88657,'\0','\0'),(13853,1,1003,1466833207.98785,'\0','\0'),(13854,1,1003,1466833474.15529,'\0','\0'),(13855,1,1003,1466833869.54568,'\0','\0'),(13856,1,1003,1466835954.72418,'\0','\0'),(13857,1,1003,1466838682.94437,'\0','\0'),(13858,1,1003,1466843809.65098,'\0','\0'),(13859,1,1003,1466870398.07867,'\0','\0'),(13860,1,1003,1466839936.50364,'\0','\0'),(13861,1,1003,1466841091.14902,'\0','\0'),(13862,1,1003,1466842657.42346,'\0','\0'),(13863,1,1003,1466842914.9022,'\0','\0'),(13864,1,1003,1466844495.83979,'\0','\0'),(13865,1,1003,1466844799.58547,'\0','\0'),(13866,1,1003,1466845862.30477,'\0','\0'),(13867,1,1003,1466846260.45364,'\0','\0'),(13868,1,1003,1466846555.38469,'\0','\0'),(13869,1,1003,1466848843.52308,'\0','\0'),(13870,1,1003,1466849048.12087,'\0','\0'),(13871,1,1003,1466851001.75216,'\0','\0'),(13872,1,1003,1466851106.65611,'\0','\0'),(13873,1,1003,1466851925.03169,'\0','\0'),(13874,1,1003,1466854930.04231,'\0','\0'),(13875,1,1003,1466855640.73731,'\0','\0'),(13876,1,1003,1466859011.71842,'\0','\0'),(13877,1,1003,1466859404.69094,'\0','\0'),(13878,1,1003,1466859474.02894,'\0','\0'),(13879,1,1003,1466860029.96527,'\0','\0'),(13880,1,1003,1466860654.83402,'\0','\0'),(13881,1,1003,1466862473.78267,'\0','\0'),(13882,1,1003,1466865707.4917,'\0','\0'),(13883,1,1003,1466865768.04741,'\0','\0'),(13884,1,1003,1466866741.83682,'\0','\0'),(13885,1,1003,1466868475.66119,'\0','\0'),(13886,1,1003,1466869720.32898,'\0','\0'),(13887,1,1003,1466869903.11923,'\0','\0'),(13888,1,1003,1466870097.00044,'\0','\0'),(13889,1,1003,1466870728.12443,'\0','\0'),(13890,1,1003,1466871833.63265,'\0','\0'),(13891,1,1003,1466872944.91253,'\0','\0'),(13892,1,1003,1466873333.56411,'\0','\0'),(13893,1,1003,1466873349.2412,'\0','\0'),(13894,1,1003,1466874549.18637,'\0','\0'),(13895,1,1003,1466875500.16991,'\0','\0'),(13896,1,1003,1466876421.73354,'\0','\0'),(13897,1,1003,1466877656.3555,'\0','\0'),(13898,1,1003,1466877723.92602,'\0','\0'),(13899,1,1003,1466878648.37352,'\0','\0'),(13900,1,1003,1466879371.6693,'\0','\0'),(13901,1,1003,1466879798.50747,'\0','\0'),(13902,1,1003,1466880716.81089,'\0','\0'),(13903,1,1003,1466880971.85617,'\0','\0'),(13904,1,1003,1466883324.02886,'\0','\0'),(13905,1,1003,1466883711.04253,'\0','\0'),(13906,1,1003,1466883719.57524,'\0','\0'),(13907,1,1003,1466884793.51088,'\0','\0'),(13908,1,1003,1466886721.04487,'\0','\0'),(13909,1,1003,1466887781.62768,'\0','\0'),(13910,1,1003,1466888290.26753,'\0','\0'),(13911,1,1003,1466888905.90161,'\0','\0'),(13912,1,1003,1466890660.42599,'\0','\0'),(13913,1,1003,1466891903.78345,'\0','\0'),(13914,1,1003,1466893005.2515,'\0','\0'),(13915,1,1003,1466893015.50011,'\0','\0'),(13916,1,1003,1466894460.72552,'\0','\0'),(13917,1,1003,1466895057.73428,'\0','\0'),(13918,1,1002,1466898581.80496,'\0','\0'),(13919,1,1003,1466898598.13721,'\0','\0'),(13920,1,1003,1466909985.6518,'\0','\0'),(13921,1,1003,1466911499.82187,'\0','\0'),(13922,1,1003,1466917517.92042,'\0','\0'),(13923,1,1003,1466933721.26716,'\0','\0'),(13924,1,1002,1466949977.74807,'\0','\0'),(13925,1,1003,1467024782.80283,'\0','\0'),(13926,1,1003,1467037108.77488,'\0','\0'),(13927,1,1003,1467079891.03365,'\0','\0'),(13928,1,1003,1467109510.79598,'\0','\0'),(13929,1,1002,1467115494.73554,'\0','\0'),(13930,1,1003,1467115508.77473,'\0','\0'),(13931,1,1002,1467155559.67403,'\0','\0'),(13932,1,1003,1467155581.85595,'\0','\0'),(13933,1,1003,1467156115.28278,'\0','\0'),(13934,1,1002,1467211701.10333,'\0','\0'),(13935,1,1003,1467211728.76054,'\0','\0'),(13936,1,1003,1467254055.5102,'\0','\0'),(13937,1,1002,1467270496.61842,'\0','\0'),(13938,1,1002,1467285680.00219,'\0','\0'),(13939,1,1003,1467285697.58238,'\0','\0'),(13940,1,1002,1467347920.32488,'\0','\0'),(13941,1,1003,1467347937.00031,'\0','\0'),(13942,1,1003,1467425246.49678,'\0','\0'),(13943,1,1002,1467426706.46335,'\0','\0'),(13944,1,1003,1467426729.90879,'\0','\0'),(13945,1,1003,1467454519.32316,'\0','\0'),(13946,1,1002,1467570443.11919,'\0','\0'),(13947,1,1003,1467570457.95393,'\0','\0'),(13948,1,1002,1467618622.92618,'\0','\0'),(13949,1,1003,1467618636.98097,'\0','\0'),(13950,1,1002,1467636850.3162,'\0','\0'),(13951,1,9999,1467636839.7868,'\0','\0'),(13952,1,1003,1467636864.96375,'\0','\0'),(13953,1,1002,1467637642.93767,'\0','\0'),(13954,1,1003,1467637710.87175,'\0','\0'),(13955,1,1002,1467686294.18259,'\0','\0'),(13956,1,1003,1467686319.26594,'\0','\0'),(13957,1,1003,1467690016.56462,'\0','\0'),(13958,1,1003,1467696488.66241,'\0','\0'),(13959,1,1002,1467758478.0022,'\0','\0'),(13960,1,1003,1467714853.63285,'\0','\0'),(13961,1,1003,1467720460.85414,'\0','\0'),(13962,1,1003,1467727478.59285,'\0','\0'),(13963,1,1002,1467840110.14839,'\0','\0'),(13964,1,1003,1467840126.62104,'\0','\0'),(13965,1,1003,1467864442.49791,'\0','\0'),(13966,1,1003,1467867016.63019,'\0','\0'),(13967,1,1003,1467955389.7644,'\0','\0'),(13968,1,1003,1467980514.47213,'\0','\0'),(13969,1,1002,1467985632.94241,'\0','\0'),(13970,1,1003,1467985652.45689,'\0','\0'),(13971,1,1003,1468028119.54161,'\0','\0'),(13972,1,1002,1468031682.40725,'\0','\0'),(13973,1,1003,1468031703.02926,'\0','\0'),(13974,1,1002,1468047517.64643,'\0','\0'),(13975,1,1003,1468047534.61825,'\0','\0'),(13976,1,1003,1468079886.93562,'\0','\0'),(13977,1,1002,1468164003.29532,'\0','\0'),(13978,1,1003,1468129962.98246,'\0','\0'),(13979,1,1003,1468138692.47281,'\0','\0'),(13980,1,1003,1468148421.2727,'\0','\0'),(13981,1,1003,1468164022.56021,'\0','\0'),(13982,1,1003,1468189488.49616,'\0','\0'),(13983,1,1003,1468204897.58177,'\0','\0'),(13984,1,1003,1468215974.78346,'\0','\0'),(13985,1,1002,1468280461.53424,'\0','\0'),(13986,1,1003,1468221345.6423,'\0','\0'),(13987,1,1003,1468244103.08016,'\0','\0'),(13988,1,1003,1468253456.06653,'\0','\0'),(13989,1,1003,1468264563.86747,'\0','\0'),(13990,1,1002,1468326694.78597,'\0','\0'),(13991,1,1003,1468326711.33661,'\0','\0'),(13992,1,1002,1468372456.43801,'\0','\0'),(13993,1,1003,1468372517.91406,'\0','\0'),(13994,1,1003,1468409604.94249,'\0','\0'),(13995,1,1003,1468423495.18994,'\0','\0'),(13996,1,1002,1468440175.33876,'\0','\0'),(13997,1,1003,1468440201.85723,'\0','\0'),(13998,1,1002,1468442103.09114,'\0','\0'),(13999,1,1003,1468442122.15324,'\0','\0'),(14000,1,1002,1468507932.44684,'\0','\0'),(14001,1,1003,1468486231.01012,'\0','\0'),(14002,1,1003,1468492837.13538,'\0','\0'),(14003,1,1003,1468507967.01445,'\0','\0'),(14004,1,1003,1468516621.25003,'\0','\0'),(14005,1,1003,1468520097.88856,'\0','\0'),(14006,1,1003,1468583308.81607,'\0','\0'),(14007,1,1002,1468588669.59369,'\0','\0'),(14008,1,1003,1468588691.07351,'\0','\0'),(14009,1,1003,1468602713.2674,'\0','\0'),(14010,1,1003,1468642521.24306,'\0','\0'),(14011,1,1002,1468701889.87722,'\0','\0'),(14012,1,1003,1468655651.63567,'\0','\0'),(14013,1,1003,1468676776.08791,'\0','\0'),(14014,1,1003,1468694777.0944,'\0','\0'),(14015,1,1003,1468728043.46988,'\0','\0'),(14016,1,1003,1468736825.71029,'\0','\0'),(14017,1,1003,1468774639.22543,'\0','\0'),(14018,1,1002,1468840390.71633,'\0','\0'),(14019,1,1003,1468840406.8303,'\0','\0'),(14020,1,1003,1468881201.44681,'\0','\0'),(14021,1,1000,1468882438.10458,'\0','\0'),(14022,1,1003,1468893959.84723,'\0','\0'),(14023,1,1003,1468900544.25395,'\0','\0'),(14024,1,1002,1468905355.95198,'\0','\0'),(14025,1,1003,1468905384.49852,'\0','\0'),(14026,1,1003,1468994492.69689,'\0','\0'),(14027,1,1002,1469055987.53303,'\0','\0'),(14028,1,1003,1469003363.2811,'\0','\0'),(14029,1,1003,1469003428.12656,'\0','\0'),(14030,1,1002,1469010005.20608,'\0','\0'),(14031,1,1003,1469010019.51045,'\0','\0'),(14032,1,1003,1469016126.13693,'\0','\0'),(14033,1,1003,1469062934.29583,'\0','\0'),(14034,1,1003,1469070950.56434,'\0','\0'),(14035,1,1003,1469136730.81814,'\0','\0'),(14036,1,1003,1469137247.14835,'\0','\0'),(14037,1,1003,1469158413.25516,'\0','\0'),(14038,1,1003,1469193061.55194,'\0','\0'),(14039,1,1003,1469247085.97778,'\0','\0'),(14040,1,1003,1469271860.30237,'\0','\0'),(14041,1,1002,1469288396.76789,'\0','\0'),(14042,1,1003,1469288420.9465,'\0','\0'),(14043,1,1003,1469358318.83232,'\0','\0'),(14044,1,1002,1469362862.0078,'\0','\0'),(14045,1,1003,1469362887.85551,'\0','\0'),(14046,1,1003,1469371003.13685,'\0','\0'),(14047,1,1003,1469398666.59891,'\0','\0'),(14048,1,1003,1469415936.8923,'\0','\0'),(14049,1,1002,1469432412.26577,'\0','\0'),(14050,1,1003,1469480249.10112,'\0','\0'),(14051,1,2008,1469487083.5504,'\0','\0'),(14052,1,1002,1469496961.18602,'\0','\0'),(14053,1,1003,1469496977.0346,'\0','\0'),(14054,1,1002,1469497180.91353,'\0','\0'),(14055,1,1003,1469497200.24069,'\0','\0'),(14056,1,1003,1469499805.52334,'\0','\0'),(14057,1,1003,1469549615.39526,'\0','\0'),(14058,1,1003,1469581339.71017,'\0','\0'),(14059,1,1003,1469596479.84512,'\0','\0'),(14060,1,1003,1469599152.76651,'\0','\0'),(14061,1,1003,1469702481.42523,'\0','\0'),(14062,1,1003,1469844374.10613,'\0','\0'),(14063,1,1003,1469856908.45846,'\0','\0'),(14064,1,1003,1470037327.96018,'\0','\0'),(14065,1,1003,1470127699.75402,'\0','\0'),(14066,1,1003,1470161903.48877,'\0','\0'),(14067,1,1003,1470217050.15106,'\0','\0'),(14068,1,1003,1470397198.42054,'\0','\0'),(14069,1,1003,1470402485.32722,'\0','\0'),(14070,1,1003,1470435645.83206,'\0','\0'),(14071,1,1003,1470478155.70953,'\0','\0'),(14072,1,1003,1470589371.0564,'\0','\0'),(14073,1,1003,1470650311.49426,'\0','\0'),(14074,1,1003,1470772033.504,'\0','\0'),(14075,1,1002,1470731083.24425,'\0','\0'),(14076,1,1003,1470731108.84221,'\0','\0'),(14077,1,1002,1470803057.72049,'\0','\0'),(14078,1,1003,1470827068.4053,'\0','\0'),(14079,1,1003,1470845341.43252,'\0','\0'),(14080,1,1003,1471046505.87298,'\0','\0'),(14081,1,1003,1471048161.69686,'\0','\0'),(14082,1,1003,1471136408.13251,'\0','\0'),(14083,1,1003,1471175877.53544,'\0','\0'),(14084,1,1003,1471182114.54798,'\0','\0'),(14085,1,1003,1471228207.2178,'\0','\0'),(14086,1,1003,1471259603.9078,'\0','\0'),(14087,1,1003,1471329296.94237,'\0','\0'),(14088,1,1003,1471385960.60732,'\0','\0'),(14089,1,1003,1471397676.26169,'\0','\0'),(14090,1,1003,1471452233.98548,'\0','\0'),(14091,1,1003,1471479835.94313,'\0','\0'),(14092,1,1003,1471491845.45994,'\0','\0'),(14093,1,1003,1471512796.83905,'\0','\0'),(14094,1,1003,1471574357.37944,'\0','\0'),(14095,1,1003,1471671525.16725,'\0','\0'),(14096,1,1003,1471672091.543,'\0','\0'),(14097,1,1003,1471683941.75117,'\0','\0'),(14098,1,1003,1471709055.16843,'\0','\0'),(14099,1,1003,1471798931.15101,'\0','\0'),(14100,1,1003,1471815058.92095,'\0','\0'),(14101,1,9999,1471815038.76678,'\0','\0'),(14102,1,1003,1471884288.76869,'\0','\0'),(14103,1,1003,1471902881.08079,'\0','\0'),(14104,1,1003,1471912852.4666,'\0','\0'),(14105,1,1003,1471918023.7262,'\0','\0'),(14106,1,1003,1471927202.87265,'\0','\0'),(14107,1,1003,1472100274.24192,'\0','\0'),(14108,1,1003,1472110408.95713,'\0','\0'),(14109,1,1003,1472236784.38672,'\0','\0'),(14110,1,1003,1472266973.18008,'\0','\0'),(14111,1,1003,1472276925.8507,'\0','\0'),(14112,1,1003,1472292875.01876,'\0','\0'),(14113,1,1003,1472319743.78944,'\0','\0'),(14114,1,1003,1472321058.36522,'\0','\0'),(14115,1,1003,1472364639.88694,'\0','\0'),(14116,1,1003,1472399030.65618,'\0','\0'),(14117,1,1003,1472429552.21353,'\0','\0'),(14118,1,1003,1472543035.86472,'\0','\0'),(14119,1,1003,1472605559.10332,'\0','\0'),(14120,1,1003,1472640368.18648,'\0','\0'),(14121,1,1003,1472656834.21842,'\0','\0'),(14122,1,1003,1472766824.28795,'\0','\0'),(14123,1,1003,1472773360.91432,'\0','\0'),(14124,1,1003,1472773538.23042,'\0','\0'),(14125,1,1003,1472792161.97491,'\0','\0'),(14126,1,1003,1472819472.29676,'\0','\0'),(14127,1,1003,1473029361.01865,'\0','\0'),(14128,1,1003,1473031635.28841,'\0','\0'),(14129,1,1003,1473112422.44689,'\0','\0'),(14130,1,1003,1473123736.82039,'\0','\0'),(14131,1,1003,1473142538.86374,'\0','\0'),(14132,1,1003,1473169291.8125,'\0','\0'),(14133,1,1003,1473244087.56186,'\0','\0'),(14134,1,1003,1473369773.46672,'\0','\0'),(14135,1,1003,1473455267.7804,'\0','\0'),(14136,1,1003,1473461531.38957,'\0','\0'),(14137,1,1003,1473468960.92975,'\0','\0'),(14138,1,1003,1473622559.74544,'\0','\0'),(14139,1,1003,1473654976.1827,'\0','\0'),(14140,1,1003,1473713155.27446,'\0','\0'),(14141,1,1003,1473799459.30285,'\0','\0'),(14142,1,1003,1473833743.19406,'\0','\0'),(14143,1,1003,1473870196.75686,'\0','\0'),(14144,1,1003,1473944627.18194,'\0','\0'),(14145,1,1003,1473920491.41631,'\0','\0'),(14146,1,1003,1473944172.38727,'\0','\0'),(14147,1,1003,1473956697.71811,'\0','\0'),(14148,1,1003,1473967619.49799,'\0','\0'),(14149,1,1003,1474033301.82602,'\0','\0'),(14150,1,1003,1474068179.1002,'\0','\0'),(14151,1,1003,1474111805.23579,'\0','\0'),(14152,1,1003,1474113517.44616,'\0','\0'),(14153,1,1003,1474117695.64067,'\0','\0'),(14154,1,1003,1474135973.84417,'\0','\0'),(14155,1,1003,1474138960.90733,'\0','\0'),(14156,1,1003,1474139568.85885,'\0','\0'),(14157,1,1003,1474157899.53388,'\0','\0'),(14158,1,1003,1474166478.707,'\0','\0'),(14159,1,1003,1474190456.32863,'\0','\0'),(14160,1,1003,1474191957.26207,'\0','\0'),(14161,1,1003,1474237875.36823,'\0','\0'),(14162,1,1003,1474245353.62585,'\0','\0'),(14163,1,1003,1474280774.08539,'\0','\0'),(14164,1,1003,1474309092.46207,'\0','\0'),(14165,1,1003,1474366282.58159,'\0','\0'),(14166,1,1003,1474411243.74438,'\0','\0'),(14167,1,1003,1474439098.05578,'\0','\0'),(14168,1,1003,1474455207.46849,'\0','\0'),(14169,1,1003,1474492275.41009,'\0','\0'),(14170,1,1003,1474535168.44697,'\0','\0'),(14171,1,1003,1474604780.56195,'\0','\0'),(14172,1,1003,1474627892.2669,'\0','\0'),(14173,1,1002,1474634577.37811,'\0','\0'),(14174,1,1002,1474634687.52477,'\0','\0'),(14175,1,1003,1474634811.71079,'\0','\0'),(14176,1,1003,1474635065.87019,'\0','\0'),(14177,1,1002,1474635101.84217,'\0','\0'),(14178,1,1003,1474660010.90038,'\0','\0'),(14179,1,1003,1474724968.08873,'\0','\0'),(14180,1,1003,1474747541.30539,'\0','\0'),(14181,1,1003,1474782337.35593,'\0','\0'),(14182,1,1002,1474789957.94074,'\0','\0'),(14183,1,1003,1474790066.94865,'\0','\0'),(14184,1,1002,1474790181.5411,'\0','\0'),(14185,1,1003,1474790819.34968,'\0','\0'),(14186,1,1003,1474790937.62357,'\0','\0'),(14187,1,1003,1474790944.00369,'\0','\0'),(14188,1,1003,1474790972.42561,'\0','\0'),(14189,1,1003,1474817232.96269,'\0','\0'),(14190,1,1003,1474805065.81599,'\0','\0'),(14191,1,1003,1474810671.40884,'\0','\0'),(14192,1,1002,1474831606.95096,'\0','\0'),(14193,1,1003,1474831621.94189,'\0','\0'),(14194,1,1003,1474845212.59802,'\0','\0'),(14195,1,1003,1474865152.67081,'\0','\0'),(14196,1,1003,1474888930.53211,'\0','\0'),(14197,1,1002,1474899401.03186,'\0','\0'),(14198,1,1003,1474966457.30881,'\0','\0'),(14199,1,1003,1474967471.3257,'\0','\0'),(14200,1,1003,1474986022.27869,'\0','\0'),(14201,1,1003,1475058608.3047,'\0','\0'),(14202,1,1003,1475096286.7315,'\0','\0'),(14203,1,1003,1475131348.57147,'\0','\0'),(14204,1,1002,1475245312.188,'\0','\0'),(14205,1,1003,1475245500.86153,'\0','\0'),(14206,1,1002,1475245696.55475,'\0','\0'),(14207,1,1003,1475245676.16647,'\0','\0'),(14208,1,1002,1475245813.5495,'\0','\0'),(14209,1,1003,1475245882.7324,'\0','\0'),(14210,1,1003,1475246167.9812,'\0','\0'),(14211,1,1003,1475246325.15974,'\0','\0'),(14212,1,1003,1475271653.89915,'\0','\0'),(14213,1,1003,1475273269.86183,'\0','\0'),(14214,1,1003,1475278388.75503,'\0','\0'),(14215,1,1003,1475284154.10031,'\0','\0'),(14216,1,1003,1475327641.42778,'\0','\0'),(14217,1,1003,1475349688.76321,'\0','\0'),(14218,1,1003,1475443381.23599,'\0','\0'),(14219,1,1003,1475445853.94343,'\0','\0'),(14220,1,1002,1475479515.4727,'\0','\0'),(14221,1,1003,1475479536.93734,'\0','\0'),(14222,1,1003,1475512306.15716,'\0','\0'),(14223,1,1003,1475532273.47955,'\0','\0'),(14224,1,1003,1475572154.09349,'\0','\0'),(14225,1,1003,1475574588.95472,'\0','\0'),(14226,1,1002,1475610886.06564,'\0','\0'),(14227,1,1003,1475610902.25771,'\0','\0'),(14228,1,1002,1475657200.88696,'\0','\0'),(14229,1,1003,1475657216.82945,'\0','\0'),(14230,1,1003,1475661576.39702,'\0','\0'),(14231,1,1003,1475665716.09245,'\0','\0'),(14232,1,1003,1475692121.8723,'\0','\0'),(14233,1,1003,1475704031.34553,'\0','\0'),(14234,1,1003,1475704643.15007,'\0','\0'),(14235,1,1003,1475704906.96543,'\0','\0'),(14236,1,1003,1475751664.60303,'\0','\0'),(14237,1,1003,1475765320.79182,'\0','\0'),(14238,1,1002,1475795804.55627,'\0','\0'),(14239,1,1003,1475795806.45939,'\0','\0'),(14240,1,1003,1475804415.51072,'\0','\0'),(14241,1,1003,1475824195.01754,'\0','\0'),(14242,1,1003,1475830807.7012,'\0','\0'),(14243,1,1002,1475831492.47927,'\0','\0'),(14244,1,1003,1475958454.24012,'\0','\0'),(14245,1,1003,1475994930.82847,'\0','\0'),(14246,1,1003,1476014542.79349,'\0','\0'),(14247,1,1003,1476047083.59275,'\0','\0'),(14248,1,1003,1476250876.58831,'\0','\0'),(14249,1,1003,1476275624.48619,'\0','\0'),(14250,1,1003,1476309682.06149,'\0','\0'),(14251,1,9999,1476309651.92364,'\0','\0'),(14252,1,1003,1476316117.7399,'\0','\0'),(14253,1,1003,1476353981.3173,'\0','\0'),(14254,1,1003,1476407088.40182,'\0','\0'),(14255,1,1003,1476491146.61354,'\0','\0'),(14256,1,1003,1476609347.27535,'\0','\0'),(14257,1,1003,1476615578.19545,'\0','\0'),(14258,1,1003,1476863487.08302,'\0','\0'),(14259,1,1003,1476889054.03123,'\0','\0'),(14260,1,1003,1476865608.68342,'\0','\0'),(14261,1,1003,1476865835.40219,'\0','\0'),(14262,1,1003,1476891284.98201,'\0','\0'),(14263,1,1003,1476869118.70621,'\0','\0'),(14264,1,1003,1476868170.49324,'\0','\0'),(14265,1,1003,1476902976.00524,'\0','\0'),(14266,1,1003,1476870964.29436,'\0','\0'),(14267,1,1003,1476887793.0855,'\0','\0'),(14268,1,1003,1476879417.56323,'\0','\0'),(14269,1,1003,1476879320.91059,'\0','\0'),(14270,1,1003,1476881417.91085,'\0','\0'),(14271,1,1003,1476882281.88814,'\0','\0'),(14272,1,1003,1476884181.09074,'\0','\0'),(14273,1,1003,1476884633.73272,'\0','\0'),(14274,1,1003,1476886746.97195,'\0','\0'),(14275,1,1003,1476895869.24371,'\0','\0'),(14276,1,1003,1476887564.9628,'\0','\0'),(14277,1,1003,1476910606.10434,'\0','\0'),(14278,1,1003,1476889377.26225,'\0','\0'),(14279,1,1003,1476897792.53148,'\0','\0'),(14280,1,1003,1476893430.79237,'\0','\0'),(14281,1,1003,1476899792.95729,'\0','\0'),(14282,1,1003,1476904802.0632,'\0','\0'),(14283,1,1003,1476906263.25586,'\0','\0'),(14284,1,1003,1476962661.80962,'\0','\0'),(14285,1,1003,1477053844.80086,'\0','\0'),(14286,1,1003,1477088220.29336,'\0','\0'),(14287,1,1003,1477091048.7871,'\0','\0'),(14288,1,1003,1477122337.94689,'\0','\0'),(14289,1,1003,1477164966.15127,'\0','\0'),(14290,1,1003,1477289498.60917,'\0','\0'),(14291,1,1003,1477305690.19572,'\0','\0'),(14292,1,1003,1477390005.66535,'\0','\0'),(14293,1,1003,1477403155.26058,'\0','\0'),(14294,1,1003,1477417439.68544,'\0','\0'),(14295,1,1003,1477444365.54599,'\0','\0'),(14296,1,1003,1477462722.04498,'\0','\0'),(14297,1,1003,1477444466.28562,'\0','\0'),(14298,1,1003,1477448384.0715,'\0','\0'),(14299,1,1003,1477454522.66868,'\0','\0'),(14300,1,1003,1477457318.96567,'\0','\0'),(14301,1,1003,1477460253.47158,'\0','\0'),(14302,1,1003,1477460470.14447,'\0','\0'),(14303,1,1003,1477462882.68554,'\0','\0'),(14304,1,1003,1477466982.63888,'\0','\0'),(14305,1,1003,1477465356.07909,'\0','\0'),(14306,1,1003,1477467056.71948,'\0','\0'),(14307,1,1002,1477502339.66669,'\0','\0'),(14308,1,1003,1477502381.66672,'\0','\0'),(14309,1,1003,1477503602.16126,'\0','\0'),(14310,1,1003,1477529602.26685,'\0','\0'),(14311,1,1003,1477609163.9417,'\0','\0'),(14312,1,1003,1477609311.29175,'\0','\0'),(14313,1,1003,1477609674.64391,'\0','\0'),(14314,1,1003,1477638528.10743,'\0','\0'),(14315,1,1003,1477631331.06007,'\0','\0'),(14316,1,1003,1477661485.26288,'\0','\0'),(14317,1,1003,1477647836.49326,'\0','\0'),(14318,1,1003,1477680136.00126,'\0','\0'),(14319,1,1003,1477659339.07815,'\0','\0'),(14320,1,1003,1477645956.0253,'\0','\0'),(14321,1,1003,1477649993.41024,'\0','\0'),(14322,1,1003,1477647941.38228,'\0','\0'),(14323,1,1003,1477652348.67105,'\0','\0'),(14324,1,1003,1477652303.83895,'\0','\0'),(14325,1,1003,1477654850.04957,'\0','\0'),(14326,1,1003,1477655387.98798,'\0','\0'),(14327,1,1003,1477656175.4356,'\0','\0'),(14328,1,1003,1477690760.78797,'\0','\0'),(14329,1,1003,1477663834.5336,'\0','\0'),(14330,1,1003,1477666341.13586,'\0','\0'),(14331,1,1003,1477662340.20824,'\0','\0'),(14332,1,1003,1477662671.50405,'\0','\0'),(14333,1,1003,1477669935.79358,'\0','\0'),(14334,1,1003,1477680627.18887,'\0','\0'),(14335,1,1003,1477696428.86649,'\0','\0'),(14336,1,1003,1477686201.4226,'\0','\0'),(14337,1,1003,1477691027.06632,'\0','\0'),(14338,1,1003,1477696083.84338,'\0','\0'),(14339,1,1003,1477696886.9214,'\0','\0'),(14340,1,1003,1477700609.05186,'\0','\0'),(14341,1,1003,1477701635.994,'\0','\0'),(14342,1,1003,1477706254.65193,'\0','\0'),(14343,1,1003,1477725075.36751,'\0','\0'),(14344,1,1003,1477711455.84639,'\0','\0'),(14345,1,1003,1477718247.72247,'\0','\0'),(14346,1,1003,1477726721.56669,'\0','\0'),(14347,1,1003,1477738250.67558,'\0','\0'),(14348,1,1003,1477744294.72601,'\0','\0'),(14349,1,1003,1477756841.50575,'\0','\0'),(14350,1,1003,1477750881.06703,'\0','\0'),(14351,1,1003,1477756867.9308,'\0','\0'),(14352,1,1003,1477764470.39334,'\0','\0'),(14353,1,1003,1477765042.72778,'\0','\0'),(14354,1,1003,1477766856.43363,'\0','\0'),(14355,1,1003,1477779309.55578,'\0','\0'),(14356,1,1003,1477780062.93474,'\0','\0'),(14357,1,1003,1477798152.04313,'\0','\0'),(14358,1,1003,1477798636.30109,'\0','\0'),(14359,1,1003,1477812157.81244,'\0','\0'),(14360,1,1003,1477871675.91751,'\0','\0'),(14361,1,1003,1477899821.03097,'\0','\0'),(14362,1,1003,1477901582.94501,'\0','\0'),(14363,1,1003,1477944250.26641,'\0','\0'),(14364,1,1003,1478022152.26673,'\0','\0'),(14365,1,1003,1478038283.63302,'\0','\0'),(14366,1,1003,1478039439.15936,'\0','\0'),(14367,1,1003,1478078502.88606,'\0','\0'),(14368,1,1003,1478089598.92461,'\0','\0'),(14369,1,1002,1478145592.49792,'\0','\0'),(14370,1,1003,1478145611.41975,'\0','\0'),(14371,1,1003,1478209521.19686,'\0','\0'),(14372,1,1003,1478211595.28209,'\0','\0'),(14373,1,1003,1478233910.08365,'\0','\0'),(14374,1,1003,1478271525.88492,'\0','\0'),(14375,1,1003,1478299356.57899,'\0','\0'),(14376,1,1003,1478300779.46002,'\0','\0'),(14377,1,1003,1478304420.2509,'\0','\0'),(14378,1,1003,1478343569.03235,'\0','\0'),(14379,1,1003,1478361600.36368,'\0','\0'),(14380,1,1003,1478397483.76652,'\0','\0'),(14381,1,1003,1478488970.0077,'\0','\0'),(14382,1,1003,1478494546.14453,'\0','\0'),(14383,1,1003,1478537917.79119,'\0','\0'),(14384,1,1003,1478542131.2755,'\0','\0'),(14385,1,1003,1478548395.72703,'\0','\0'),(14386,1,1003,1478548935.95852,'\0','\0'),(14387,1,1003,1478591043.1475,'\0','\0'),(14388,1,1003,1478605487.53872,'\0','\0'),(14389,1,1003,1478635464.21473,'\0','\0'),(14390,1,1003,1478689573.51388,'\0','\0'),(14391,1,1003,1478716032.74127,'\0','\0'),(14392,1,1003,1478722909.27289,'\0','\0'),(14393,1,1003,1478731956.35652,'\0','\0'),(14394,1,1003,1478743414.76447,'\0','\0'),(14395,1,1003,1478757433.89031,'\0','\0'),(14396,1,1003,1478764623.14041,'\0','\0'),(14397,1,1003,1478786614.87614,'\0','\0'),(14398,1,1003,1478802932.2945,'\0','\0'),(14399,1,1003,1478806581.30617,'\0','\0'),(14400,1,1003,1478807138.2912,'\0','\0'),(14401,1,9999,1478807096.34495,'\0','\0'),(14402,1,1003,1478811783.031,'\0','\0'),(14403,1,1003,1478817447.40055,'\0','\0'),(14404,1,1003,1478825964.26736,'\0','\0'),(14405,1,1003,1478827214.82403,'\0','\0'),(14406,1,1003,1478831712.18258,'\0','\0'),(14407,1,1003,1478840345.00814,'\0','\0'),(14408,1,1003,1478848413.05159,'\0','\0'),(14409,1,1003,1478861324.44939,'\0','\0'),(14410,1,1003,1478870047.95881,'\0','\0'),(14411,1,1003,1478871685.59402,'\0','\0'),(14412,1,1003,1478900933.49037,'\0','\0'),(14413,1,1003,1478931409.93441,'\0','\0'),(14414,1,1003,1478937840.97536,'\0','\0'),(14415,1,1003,1478948549.21922,'\0','\0'),(14416,1,1003,1478948584.11441,'\0','\0'),(14417,1,1003,1478950885.57443,'\0','\0'),(14418,1,1003,1478993538.76667,'\0','\0'),(14419,1,1003,1479079982.63133,'\0','\0'),(14420,1,1003,1479002323.9458,'\0','\0'),(14421,1,1003,1479019742.44256,'\0','\0'),(14422,1,1003,1479044922.56641,'\0','\0'),(14423,1,1003,1479091231.75071,'\0','\0'),(14424,1,1003,1479085030.65608,'\0','\0'),(14425,1,1003,1479085428.57352,'\0','\0'),(14426,1,1002,1479102182.83038,'\0','\0'),(14427,1,1003,1479102198.42658,'\0','\0'),(14428,1,1003,1479125576.76613,'\0','\0'),(14429,1,1003,1479164307.3777,'\0','\0'),(14430,1,1002,1479168996.15157,'\0','\0'),(14431,1,1003,1479168997.97666,'\0','\0'),(14432,1,1003,1479221522.56506,'\0','\0'),(14433,1,1003,1479330304.54051,'\0','\0'),(14434,1,1003,1479352282.06356,'\0','\0'),(14435,1,1003,1479372018.6494,'\0','\0'),(14436,1,1003,1479380522.60796,'\0','\0'),(14437,1,1003,1479387722.38816,'\0','\0'),(14438,1,1003,1479396279.88283,'\0','\0'),(14439,1,1003,1479475729.47154,'\0','\0'),(14440,1,1002,1479478731.86152,'\0','\0'),(14441,1,1003,1479478757.45964,'\0','\0'),(14442,1,1003,1479499290.67165,'\0','\0'),(14443,1,1003,1479512058.00463,'\0','\0'),(14444,1,1003,1479500272.38541,'\0','\0'),(14445,1,1003,1479506831.77576,'\0','\0'),(14446,1,1003,1479501832.87258,'\0','\0'),(14447,1,1003,1479509006.99226,'\0','\0'),(14448,1,1003,1479510064.15886,'\0','\0'),(14449,1,1003,1479512205.7749,'\0','\0'),(14450,1,1003,1479514455.41471,'\0','\0'),(14451,1,1003,1479517246.1561,'\0','\0'),(14452,1,1003,1479526700.30263,'\0','\0'),(14453,1,1000,1479520794.28058,'\0','\0'),(14454,1,2001,1479521298.95827,'\0','\0'),(14455,1,1003,1479522373.54907,'\0','\0'),(14456,1,1003,1479523990.39578,'\0','\0'),(14457,1,1003,1479544531.60671,'\0','\0'),(14458,1,1003,1479548683.05759,'\0','\0'),(14459,1,1003,1479547602.27395,'\0','\0'),(14460,1,1003,1479556612.28291,'\0','\0'),(14461,1,1003,1479565654.90532,'\0','\0'),(14462,1,1003,1479583318.95178,'\0','\0'),(14463,1,1003,1479588355.4176,'\0','\0'),(14464,1,1003,1479596553.03527,'\0','\0'),(14465,1,1003,1479629190.07809,'\0','\0'),(14466,1,1002,1479630747.49224,'\0','\0'),(14467,1,1003,1479630767.30309,'\0','\0'),(14468,1,1003,1479637900.31915,'\0','\0'),(14469,1,1003,1479640411.49347,'\0','\0'),(14470,1,1003,1479644153.35878,'\0','\0'),(14471,1,1003,1479644810.00289,'\0','\0'),(14472,1,1003,1479648293.07913,'\0','\0'),(14473,1,1003,1479659199.7863,'\0','\0'),(14474,1,1003,1479657722.70388,'\0','\0'),(14475,1,1003,1479663185.24737,'\0','\0'),(14476,1,1003,1479664519.4072,'\0','\0'),(14477,1,1003,1479665253.81282,'\0','\0'),(14478,1,1003,1479667678.9425,'\0','\0'),(14479,1,1003,1479672731.92777,'\0','\0'),(14480,1,1003,1479672603.0948,'\0','\0'),(14481,1,1003,1479687484.85459,'\0','\0'),(14482,1,1003,1479703501.27133,'\0','\0'),(14483,1,1003,1479690222.85542,'\0','\0'),(14484,1,1003,1479699670.69394,'\0','\0'),(14485,1,1003,1479705294.30988,'\0','\0'),(14486,1,1003,1479714849.08622,'\0','\0'),(14487,1,1003,1479708361.56092,'\0','\0'),(14488,1,1003,1479709553.55054,'\0','\0'),(14489,1,1003,1479711737.78332,'\0','\0'),(14490,1,1003,1479713555.78043,'\0','\0'),(14491,1,1003,1479716250.63415,'\0','\0'),(14492,1,1003,1479731145.15786,'\0','\0'),(14493,1,1003,1479732326.25931,'\0','\0'),(14494,1,1003,1479733042.46079,'\0','\0'),(14495,1,1003,1479742898.64293,'\0','\0'),(14496,1,1003,1479749686.40411,'\0','\0'),(14497,1,1002,1479768072.32777,'\0','\0'),(14498,1,1003,1479776130.13647,'\0','\0'),(14499,1,1003,1479779700.52088,'\0','\0'),(14500,1,1003,1479781146.29226,'\0','\0'),(14501,1,1003,1479791029.38045,'\0','\0'),(14502,1,1003,1479806284.90648,'\0','\0'),(14503,1,1003,1479847707.96716,'\0','\0'),(14504,1,1003,1479859574.74252,'\0','\0'),(14505,1,1003,1479907724.85481,'\0','\0'),(14506,1,1003,1479945582.38283,'\0','\0'),(14507,1,1003,1479945692.76206,'\0','\0'),(14508,1,1003,1479973829.83529,'\0','\0'),(14509,1,1003,1480007646.55663,'\0','\0'),(14510,1,1003,1480009194.8765,'\0','\0'),(14511,1,1003,1480011981.70251,'\0','\0'),(14512,1,1003,1480012904.15529,'\0','\0'),(14513,1,1003,1480015350.23456,'\0','\0'),(14514,1,1003,1480021595.60691,'\0','\0'),(14515,1,1003,1480032523.60322,'\0','\0'),(14516,1,1003,1480087733.39999,'\0','\0'),(14517,1,1003,1480044153.57462,'\0','\0'),(14518,1,1003,1480049362.03611,'\0','\0'),(14519,1,1003,1480051171.39132,'\0','\0'),(14520,1,1003,1480055368.55889,'\0','\0'),(14521,1,1003,1480063112.04573,'\0','\0'),(14522,1,1003,1480065489.31737,'\0','\0'),(14523,1,1003,1480068283.55295,'\0','\0'),(14524,1,1003,1480073145.79242,'\0','\0'),(14525,1,1003,1480079764.77134,'\0','\0'),(14526,1,1003,1480085260.25156,'\0','\0'),(14527,1,1003,1480090697.52537,'\0','\0'),(14528,1,1003,1480094820.58589,'\0','\0'),(14529,1,1003,1480095201.6719,'\0','\0'),(14530,1,1003,1480096264.93776,'\0','\0'),(14531,1,1003,1480097867.90127,'\0','\0'),(14532,1,1003,1480110044.54313,'\0','\0'),(14533,1,1003,1480110730.91913,'\0','\0'),(14534,1,1003,1480117722.43575,'\0','\0'),(14535,1,1003,1480119692.26852,'\0','\0'),(14536,1,1003,1480122169.4524,'\0','\0'),(14537,1,1003,1480139002.5816,'\0','\0'),(14538,1,1003,1480156984.85697,'\0','\0'),(14539,1,1003,1480163443.05596,'\0','\0'),(14540,1,1003,1480177827.20446,'\0','\0'),(14541,1,1003,1480185609.82944,'\0','\0'),(14542,1,1003,1480187482.18942,'\0','\0'),(14543,1,1003,1480190181.64487,'\0','\0'),(14544,1,2008,1480200416.58876,'\0','\0'),(14545,1,1003,1480202569.62334,'\0','\0'),(14546,1,1003,1480214412.88123,'\0','\0'),(14547,1,1003,1480221438.38231,'\0','\0'),(14548,1,1003,1480233864.68777,'\0','\0'),(14549,1,1003,1480258871.33553,'\0','\0'),(14550,1,1002,1480259043.97077,'\0','\0'),(14551,1,9999,1480259005.42539,'\0','\0'),(14552,1,1002,1480259223.26682,'\0','\0'),(14553,1,1003,1480259225.3103,'\0','\0'),(14554,1,1002,1480259828.43391,'\0','\0'),(14555,1,1003,1480259846.73165,'\0','\0'),(14556,1,1003,1480263205.29588,'\0','\0'),(14557,1,1003,1480279657.07388,'\0','\0'),(14558,1,1003,1480282898.00282,'\0','\0'),(14559,1,1003,1480291641.57757,'\0','\0'),(14560,1,1003,1480291774.74709,'\0','\0'),(14561,1,1003,1480291773.92034,'\0','\0'),(14562,1,1003,1480314546.41194,'\0','\0'),(14563,1,1003,1480316477.78807,'\0','\0'),(14564,1,1003,1480318758.2049,'\0','\0'),(14565,1,1003,1480324290.34772,'\0','\0'),(14566,1,1003,1480325340.13595,'\0','\0'),(14567,1,1003,1480333138.25083,'\0','\0'),(14568,1,1003,1480333950.15279,'\0','\0'),(14569,1,1003,1480337590.54595,'\0','\0'),(14570,1,1003,1480337749.42279,'\0','\0'),(14571,1,1003,1480337765.72385,'\0','\0'),(14572,1,1003,1480339948.5683,'\0','\0'),(14573,1,1003,1480355612.02763,'\0','\0'),(14574,1,1003,1480358733.18915,'\0','\0'),(14575,1,1003,1480367054.98142,'\0','\0'),(14576,1,1003,1480368175.0124,'\0','\0'),(14577,1,1003,1480369097.1532,'\0','\0'),(14578,1,1003,1480373224.12909,'\0','\0'),(14579,1,1003,1480373475.2122,'\0','\0'),(14580,1,1003,1480389925.03434,'\0','\0'),(14581,1,1003,1480392189.3061,'\0','\0'),(14582,1,1003,1480419714.44629,'\0','\0'),(14583,1,1003,1480420690.68477,'\0','\0'),(14584,1,1003,1480423856.88089,'\0','\0'),(14585,1,1003,1480424025.03919,'\0','\0'),(14586,1,1003,1480426803.45729,'\0','\0'),(14587,1,1003,1480429366.90419,'\0','\0'),(14588,1,1003,1480433536.7932,'\0','\0'),(14589,1,1003,1480442180.61329,'\0','\0'),(14590,1,1003,1480471177.70806,'\0','\0'),(14591,1,1003,1480487445.89428,'\0','\0'),(14592,1,1003,1480492204.78971,'\0','\0'),(14593,1,1003,1480492262.39719,'\0','\0'),(14594,1,1003,1480496452.37784,'\0','\0'),(14595,1,1003,1480504619.48944,'\0','\0'),(14596,1,1003,1480505291.82625,'\0','\0'),(14597,1,1003,1480514097.77737,'\0','\0'),(14598,1,1003,1480519867.29169,'\0','\0'),(14599,1,1003,1480522567.37111,'\0','\0'),(14600,1,1003,1480523335.84517,'\0','\0'),(14601,1,1003,1480535716.75725,'\0','\0'),(14602,1,1003,1480537799.33069,'\0','\0'),(14603,1,1003,1480548043.88897,'\0','\0'),(14604,1,1003,1480564107.34298,'\0','\0'),(14605,1,1003,1480583951.9293,'\0','\0'),(14606,1,1003,1480589489.6566,'\0','\0'),(14607,1,1003,1480600101.56834,'\0','\0'),(14608,1,1003,1480600039.59311,'\0','\0'),(14609,1,1003,1480629971.83514,'\0','\0'),(14610,1,1002,1480625419.4718,'\0','\0'),(14611,1,1003,1480625881.68873,'\0','\0'),(14612,1,1002,1484529524.66648,'\0','\0'),(14613,1,1000,1484529532.80926,'\0','\0'),(14614,1,6004,1484529637.4799,'\0','\0'),(14615,1,6004,1484529902.43231,'\0','\0'),(14616,1,6004,1484529945.92288,'\0','\0'),(14617,1,5031,1484538005.96712,'\0','\0'),(14618,1,5031,1484538006.07632,'\0','\0'),(14619,1,5031,1484538006.13871,'\0','\0'),(14620,1,5031,1484538006.20111,'\0','\0'),(14621,1,5031,1484538006.26351,'\0','\0'),(14622,1,6004,1484542746.31442,'\0','\0'),(14623,1,6004,1484543457.24795,'\0','\0'),(14624,1,1000,1484932224.42787,'\0','\0'),(14625,1,1000,1485559486.35213,'\0','\0'); /*!40000 ALTER TABLE `wp_wsal_occurrences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wsal_options` -- DROP TABLE IF EXISTS `wp_wsal_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_wsal_options` ( `id` bigint(20) NOT NULL auto_increment, `option_name` varchar(100) NOT NULL, `option_value` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=688 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_wsal_options` -- LOCK TABLES `wp_wsal_options` WRITE; /*!40000 ALTER TABLE `wp_wsal_options` DISABLE KEYS */; INSERT INTO `wp_wsal_options` VALUES (1,'wsal-pruning-date','1 month'),(2,'wsal-pruning-limit-e','1'),(3,'wsal-pruning-limit','5000'),(4,'wsal-items-per-page','50'),(5,'wsal-promo-send-id','7'),(6,'wsal-log-404','on'),(7,'wsal-purge-404-log','on'),(8,'wsal-log-404','on'),(9,'wsal-log-404','on'),(10,'wsal-log-404','on'),(11,'wsal-log-404','on'),(12,'wsal-log-404','on'),(13,'wsal-log-404','on'),(14,'wsal-log-404','on'),(15,'wsal-log-404','on'),(16,'wsal-log-404','on'),(17,'wsal-log-404','on'),(18,'wsal-log-404','on'),(19,'wsal-log-404','on'),(20,'wsal-log-404','on'),(21,'wsal-log-404','on'),(22,'wsal-log-404','on'),(23,'wsal-log-404','on'),(24,'wsal-log-404','on'),(25,'wsal-log-404','on'),(26,'wsal-log-404','on'),(27,'wsal-log-404','on'),(28,'wsal-log-404','on'),(29,'wsal-log-404','on'),(30,'wsal-log-404','on'),(31,'wsal-log-404','on'),(32,'wsal-log-404','on'),(33,'wsal-log-404','on'),(34,'wsal-log-404','on'),(35,'wsal-log-404','on'),(36,'wsal-log-404','on'),(37,'wsal-log-404','on'),(38,'wsal-log-404','on'),(39,'wsal-log-404','on'),(40,'wsal-log-404','on'),(41,'wsal-log-404','on'),(42,'wsal-log-404','on'),(43,'wsal-log-404','on'),(44,'wsal-log-404','on'),(45,'wsal-log-404','on'),(46,'wsal-log-404','on'),(47,'wsal-log-404','on'),(48,'wsal-log-404','on'),(49,'wsal-log-404','on'),(50,'wsal-log-404','on'),(51,'wsal-log-404','on'),(52,'wsal-log-404','on'),(53,'wsal-log-404','on'),(54,'wsal-log-404','on'),(55,'wsal-log-404','on'),(56,'wsal-log-404','on'),(57,'wsal-log-404','on'),(58,'wsal-log-404','on'),(59,'wsal-log-404','on'),(60,'wsal-log-404','on'),(61,'wsal-log-404','on'),(62,'wsal-log-404','on'),(63,'wsal-log-404','on'),(64,'wsal-log-404','on'),(65,'wsal-log-404','on'),(66,'wsal-log-404','on'),(67,'wsal-log-404','on'),(68,'wsal-log-404','on'),(69,'wsal-log-404','on'),(70,'wsal-log-404','on'),(71,'wsal-log-404','on'),(72,'wsal-log-404','on'),(73,'wsal-log-404','on'),(74,'wsal-log-404','on'),(75,'wsal-log-404','on'),(76,'wsal-log-404','on'),(77,'wsal-log-404','on'),(78,'wsal-log-404','on'),(79,'wsal-log-404','on'),(80,'wsal-log-404','on'),(81,'wsal-log-404','on'),(82,'wsal-log-404','on'),(83,'wsal-log-404','on'),(84,'wsal-log-404','on'),(85,'wsal-log-404','on'),(86,'wsal-log-404','on'),(87,'wsal-log-404','on'),(88,'wsal-log-404','on'),(89,'wsal-log-404','on'),(90,'wsal-log-404','on'),(91,'wsal-log-404','on'),(92,'wsal-log-404','on'),(93,'wsal-log-404','on'),(94,'wsal-log-404','on'),(95,'wsal-log-404','on'),(96,'wsal-log-404','on'),(97,'wsal-log-404','on'),(98,'wsal-log-404','on'),(99,'wsal-log-404','on'),(100,'wsal-log-404','on'),(101,'wsal-log-404','on'),(102,'wsal-log-404','on'),(103,'wsal-log-404','on'),(104,'wsal-log-404','on'),(105,'wsal-log-404','on'),(106,'wsal-log-404','on'),(107,'wsal-log-404','on'),(108,'wsal-log-404','on'),(109,'wsal-log-404','on'),(110,'wsal-log-404','on'),(111,'wsal-log-404','on'),(112,'wsal-log-404','on'),(113,'wsal-log-404','on'),(114,'wsal-log-404','on'),(115,'wsal-log-404','on'),(116,'wsal-log-404','on'),(117,'wsal-log-404','on'),(118,'wsal-log-404','on'),(119,'wsal-log-404','on'),(120,'wsal-log-404','on'),(121,'wsal-log-404','on'),(122,'wsal-log-404','on'),(123,'wsal-log-404','on'),(124,'wsal-log-404','on'),(125,'wsal-log-404','on'),(126,'wsal-log-404','on'),(127,'wsal-log-404','on'),(128,'wsal-log-404','on'),(129,'wsal-log-404','on'),(130,'wsal-log-404','on'),(131,'wsal-log-404','on'),(132,'wsal-log-404','on'),(133,'wsal-log-404','on'),(134,'wsal-log-404','on'),(135,'wsal-log-404','on'),(136,'wsal-log-404','on'),(137,'wsal-log-404','on'),(138,'wsal-log-404','on'),(139,'wsal-log-404','on'),(140,'wsal-log-404','on'),(141,'wsal-log-404','on'),(142,'wsal-log-404','on'),(143,'wsal-log-404','on'),(144,'wsal-log-404','on'),(145,'wsal-log-404','on'),(146,'wsal-log-404','on'),(147,'wsal-log-404','on'),(148,'wsal-log-404','on'),(149,'wsal-log-404','on'),(150,'wsal-log-404','on'),(151,'wsal-log-404','on'),(152,'wsal-log-404','on'),(153,'wsal-log-404','on'),(154,'wsal-log-404','on'),(155,'wsal-log-404','on'),(156,'wsal-log-404','on'),(157,'wsal-log-404','on'),(158,'wsal-log-404','on'),(159,'wsal-log-404','on'),(160,'wsal-log-404','on'),(161,'wsal-log-404','on'),(162,'wsal-log-404','on'),(163,'wsal-log-404','on'),(164,'wsal-log-404','on'),(165,'wsal-log-404','on'),(166,'wsal-log-404','on'),(167,'wsal-log-404','on'),(168,'wsal-log-404','on'),(169,'wsal-log-404','on'),(170,'wsal-log-404','on'),(171,'wsal-log-404','on'),(172,'wsal-log-404','on'),(173,'wsal-log-404','on'),(174,'wsal-log-404','on'),(175,'wsal-log-404','on'),(176,'wsal-log-404','on'),(177,'wsal-log-404','on'),(178,'wsal-log-404','on'),(179,'wsal-log-404','on'),(180,'wsal-log-404','on'),(181,'wsal-log-404','on'),(182,'wsal-log-404','on'),(183,'wsal-log-404','on'),(184,'wsal-log-404','on'),(185,'wsal-log-404','on'),(186,'wsal-log-404','on'),(187,'wsal-log-404','on'),(188,'wsal-log-404','on'),(189,'wsal-log-404','on'),(190,'wsal-log-404','on'),(191,'wsal-log-404','on'),(192,'wsal-log-404','on'),(193,'wsal-log-404','on'),(194,'wsal-log-404','on'),(195,'wsal-log-404','on'),(196,'wsal-log-404','on'),(197,'wsal-log-404','on'),(198,'wsal-log-404','on'),(199,'wsal-log-404','on'),(200,'wsal-log-404','on'),(201,'wsal-log-404','on'),(202,'wsal-log-404','on'),(203,'wsal-log-404','on'),(204,'wsal-log-404','on'),(205,'wsal-log-404','on'),(206,'wsal-log-404','on'),(207,'wsal-log-404','on'),(208,'wsal-log-404','on'),(209,'wsal-log-404','on'),(210,'wsal-log-404','on'),(211,'wsal-log-404','on'),(212,'wsal-log-404','on'),(213,'wsal-log-404','on'),(214,'wsal-log-404','on'),(215,'wsal-log-404','on'),(216,'wsal-log-404','on'),(217,'wsal-log-404','on'),(218,'wsal-log-404','on'),(219,'wsal-log-404','on'),(220,'wsal-log-404','on'),(221,'wsal-log-404','on'),(222,'wsal-log-404','on'),(223,'wsal-log-404','on'),(224,'wsal-log-404','on'),(225,'wsal-log-404','on'),(226,'wsal-log-404','on'),(227,'wsal-log-404','on'),(228,'wsal-log-404','on'),(229,'wsal-log-404','on'),(230,'wsal-log-404','on'),(231,'wsal-log-404','on'),(232,'wsal-log-404','on'),(233,'wsal-log-404','on'),(234,'wsal-log-404','on'),(235,'wsal-log-404','on'),(236,'wsal-log-404','on'),(237,'wsal-log-404','on'),(238,'wsal-log-404','on'),(239,'wsal-log-404','on'),(240,'wsal-log-404','on'),(241,'wsal-log-404','on'),(242,'wsal-log-404','on'),(243,'wsal-log-404','on'),(244,'wsal-log-404','on'),(245,'wsal-log-404','on'),(246,'wsal-log-404','on'),(247,'wsal-log-404','on'),(248,'wsal-log-404','on'),(249,'wsal-log-404','on'),(250,'wsal-log-404','on'),(251,'wsal-log-404','on'),(252,'wsal-log-404','on'),(253,'wsal-log-404','on'),(254,'wsal-log-404','on'),(255,'wsal-log-404','on'),(256,'wsal-log-404','on'),(257,'wsal-log-404','on'),(258,'wsal-log-404','on'),(259,'wsal-log-404','on'),(260,'wsal-log-404','on'),(261,'wsal-log-404','on'),(262,'wsal-log-404','on'),(263,'wsal-log-404','on'),(264,'wsal-log-404','on'),(265,'wsal-log-404','on'),(266,'wsal-log-404','on'),(267,'wsal-log-404','on'),(268,'wsal-log-404','on'),(269,'wsal-log-404','on'),(270,'wsal-log-404','on'),(271,'wsal-log-404','on'),(272,'wsal-log-404','on'),(273,'wsal-log-404','on'),(274,'wsal-log-404','on'),(275,'wsal-log-404','on'),(276,'wsal-log-404','on'),(277,'wsal-log-404','on'),(278,'wsal-log-404','on'),(279,'wsal-log-404','on'),(280,'wsal-log-404','on'),(281,'wsal-log-404','on'),(282,'wsal-log-404','on'),(283,'wsal-log-404','on'),(284,'wsal-log-404','on'),(285,'wsal-log-404','on'),(286,'wsal-log-404','on'),(287,'wsal-log-404','on'),(288,'wsal-log-404','on'),(289,'wsal-log-404','on'),(290,'wsal-log-404','on'),(291,'wsal-log-404','on'),(292,'wsal-log-404','on'),(293,'wsal-log-404','on'),(294,'wsal-log-404','on'),(295,'wsal-log-404','on'),(296,'wsal-log-404','on'),(297,'wsal-log-404','on'),(298,'wsal-log-404','on'),(299,'wsal-log-404','on'),(300,'wsal-log-404','on'),(301,'wsal-log-404','on'),(302,'wsal-log-404','on'),(303,'wsal-log-404','on'),(304,'wsal-log-404','on'),(305,'wsal-log-404','on'),(306,'wsal-log-404','on'),(307,'wsal-log-404','on'),(308,'wsal-log-404','on'),(309,'wsal-log-404','on'),(310,'wsal-log-404','on'),(311,'wsal-log-404','on'),(312,'wsal-log-404','on'),(313,'wsal-log-404','on'),(314,'wsal-log-404','on'),(315,'wsal-log-404','on'),(316,'wsal-log-404','on'),(317,'wsal-log-404','on'),(318,'wsal-log-404','on'),(319,'wsal-log-404','on'),(320,'wsal-log-404','on'),(321,'wsal-log-404','on'),(322,'wsal-log-404','on'),(323,'wsal-log-404','on'),(324,'wsal-log-404','on'),(325,'wsal-log-404','on'),(326,'wsal-log-404','on'),(327,'wsal-log-404','on'),(328,'wsal-log-404','on'),(329,'wsal-log-404','on'),(330,'wsal-log-404','on'),(331,'wsal-log-404','on'),(332,'wsal-log-404','on'),(333,'wsal-log-404','on'),(334,'wsal-log-404','on'),(335,'wsal-log-404','on'),(336,'wsal-log-404','on'),(337,'wsal-log-404','on'),(338,'wsal-log-404','on'),(339,'wsal-log-404','on'),(340,'wsal-log-404','on'),(341,'wsal-log-404','on'),(342,'wsal-log-404','on'),(343,'wsal-log-404','on'),(344,'wsal-log-404','on'),(345,'wsal-log-404','on'),(346,'wsal-log-404','on'),(347,'wsal-log-404','on'),(348,'wsal-log-404','on'),(349,'wsal-log-404','on'),(350,'wsal-log-404','on'),(351,'wsal-log-404','on'),(352,'wsal-log-404','on'),(353,'wsal-log-404','on'),(354,'wsal-log-404','on'),(355,'wsal-log-404','on'),(356,'wsal-log-404','on'),(357,'wsal-log-404','on'),(358,'wsal-log-404','on'),(359,'wsal-log-404','on'),(360,'wsal-log-404','on'),(361,'wsal-log-404','on'),(362,'wsal-log-404','on'),(363,'wsal-log-404','on'),(364,'wsal-log-404','on'),(365,'wsal-log-404','on'),(366,'wsal-log-404','on'),(367,'wsal-log-404','on'),(368,'wsal-log-404','on'),(369,'wsal-log-404','on'),(370,'wsal-log-404','on'),(371,'wsal-log-404','on'),(372,'wsal-log-404','on'),(373,'wsal-log-404','on'),(374,'wsal-log-404','on'),(375,'wsal-log-404','on'),(376,'wsal-log-404','on'),(377,'wsal-log-404','on'),(378,'wsal-log-404','on'),(379,'wsal-log-404','on'),(380,'wsal-log-404','on'),(381,'wsal-log-404','on'),(382,'wsal-log-404','on'),(383,'wsal-log-404','on'),(384,'wsal-log-404','on'),(385,'wsal-log-404','on'),(386,'wsal-log-404','on'),(387,'wsal-log-404','on'),(388,'wsal-log-404','on'),(389,'wsal-log-404','on'),(390,'wsal-log-404','on'),(391,'wsal-log-404','on'),(392,'wsal-log-404','on'),(393,'wsal-log-404','on'),(394,'wsal-log-404','on'),(395,'wsal-log-404','on'),(396,'wsal-log-404','on'),(397,'wsal-log-404','on'),(398,'wsal-log-404','on'),(399,'wsal-log-404','on'),(400,'wsal-log-404','on'),(401,'wsal-log-404','on'),(402,'wsal-log-404','on'),(403,'wsal-log-404','on'),(404,'wsal-log-404','on'),(405,'wsal-log-404','on'),(406,'wsal-log-404','on'),(407,'wsal-log-404','on'),(408,'wsal-log-404','on'),(409,'wsal-log-404','on'),(410,'wsal-log-404','on'),(411,'wsal-log-404','on'),(412,'wsal-log-404','on'),(413,'wsal-log-404','on'),(414,'wsal-log-404','on'),(415,'wsal-log-404','on'),(416,'wsal-log-404','on'),(417,'wsal-log-404','on'),(418,'wsal-log-404','on'),(419,'wsal-log-404','on'),(420,'wsal-log-404','on'),(421,'wsal-log-404','on'),(422,'wsal-log-404','on'),(423,'wsal-log-404','on'),(424,'wsal-log-404','on'),(425,'wsal-log-404','on'),(426,'wsal-log-404','on'),(427,'wsal-log-404','on'),(428,'wsal-log-404','on'),(429,'wsal-log-404','on'),(430,'wsal-log-404','on'),(431,'wsal-log-404','on'),(432,'wsal-log-404','on'),(433,'wsal-log-404','on'),(434,'wsal-log-404','on'),(435,'wsal-log-404','on'),(436,'wsal-log-404','on'),(437,'wsal-log-404','on'),(438,'wsal-log-404','on'),(439,'wsal-log-404','on'),(440,'wsal-log-404','on'),(441,'wsal-log-404','on'),(442,'wsal-log-404','on'),(443,'wsal-log-404','on'),(444,'wsal-log-404','on'),(445,'wsal-log-404','on'),(446,'wsal-log-404','on'),(447,'wsal-log-404','on'),(448,'wsal-log-404','on'),(449,'wsal-log-404','on'),(450,'wsal-log-404','on'),(451,'wsal-log-404','on'),(452,'wsal-log-404','on'),(453,'wsal-log-404','on'),(454,'wsal-log-404','on'),(455,'wsal-log-404','on'),(456,'wsal-log-404','on'),(457,'wsal-log-404','on'),(458,'wsal-log-404','on'),(459,'wsal-log-404','on'),(460,'wsal-log-404','on'),(461,'wsal-log-404','on'),(462,'wsal-log-404','on'),(463,'wsal-log-404','on'),(464,'wsal-log-404','on'),(465,'wsal-log-404','on'),(466,'wsal-log-404','on'),(467,'wsal-log-404','on'),(468,'wsal-log-404','on'),(469,'wsal-log-404','on'),(470,'wsal-log-404','on'),(471,'wsal-log-404','on'),(472,'wsal-log-404','on'),(473,'wsal-log-404','on'),(474,'wsal-log-404','on'),(475,'wsal-log-404','on'),(476,'wsal-log-404','on'),(477,'wsal-log-404','on'),(478,'wsal-log-404','on'),(479,'wsal-log-404','on'),(480,'wsal-log-404','on'),(481,'wsal-log-404','on'),(482,'wsal-log-404','on'),(483,'wsal-log-404','on'),(484,'wsal-log-404','on'),(485,'wsal-log-404','on'),(486,'wsal-log-404','on'),(487,'wsal-log-404','on'),(488,'wsal-log-404','on'),(489,'wsal-log-404','on'),(490,'wsal-log-404','on'),(491,'wsal-log-404','on'),(492,'wsal-log-404','on'),(493,'wsal-log-404','on'),(494,'wsal-log-404','on'),(495,'wsal-log-404','on'),(496,'wsal-log-404','on'),(497,'wsal-log-404','on'),(498,'wsal-log-404','on'),(499,'wsal-log-404','on'),(500,'wsal-log-404','on'),(501,'wsal-log-404','on'),(502,'wsal-log-404','on'),(503,'wsal-log-404','on'),(504,'wsal-log-404','on'),(505,'wsal-log-404','on'),(506,'wsal-log-404','on'),(507,'wsal-log-404','on'),(508,'wsal-log-404','on'),(509,'wsal-log-404','on'),(510,'wsal-log-404','on'),(511,'wsal-log-404','on'),(512,'wsal-log-404','on'),(513,'wsal-log-404','on'),(514,'wsal-log-404','on'),(515,'wsal-log-404','on'),(516,'wsal-log-404','on'),(517,'wsal-log-404','on'),(518,'wsal-log-404','on'),(519,'wsal-log-404','on'),(520,'wsal-log-404','on'),(521,'wsal-log-404','on'),(522,'wsal-log-404','on'),(523,'wsal-log-404','on'),(524,'wsal-log-404','on'),(525,'wsal-log-404','on'),(526,'wsal-log-404','on'),(527,'wsal-log-404','on'),(528,'wsal-log-404','on'),(529,'wsal-log-404','on'),(530,'wsal-log-404','on'),(531,'wsal-log-404','on'),(532,'wsal-log-404','on'),(533,'wsal-log-404','on'),(534,'wsal-log-404','on'),(535,'wsal-log-404','on'),(536,'wsal-log-404','on'),(537,'wsal-log-404','on'),(538,'wsal-log-404','on'),(539,'wsal-log-404','on'),(540,'wsal-log-404','on'),(541,'wsal-log-404','on'),(542,'wsal-log-404','on'),(543,'wsal-log-404','on'),(544,'wsal-log-404','on'),(545,'wsal-log-404','on'),(546,'wsal-log-404','on'),(547,'wsal-log-404','on'),(548,'wsal-log-404','on'),(549,'wsal-log-404','on'),(550,'wsal-log-404','on'),(551,'wsal-log-404','on'),(552,'wsal-log-404','on'),(553,'wsal-log-404','on'),(554,'wsal-log-404','on'),(555,'wsal-log-404','on'),(556,'wsal-log-404','on'),(557,'wsal-log-404','on'),(558,'wsal-log-404','on'),(559,'wsal-log-404','on'),(560,'wsal-log-404','on'),(561,'wsal-log-404','on'),(562,'wsal-log-404','on'),(563,'wsal-log-404','on'),(564,'wsal-log-404','on'),(565,'wsal-log-404','on'),(566,'wsal-log-404','on'),(567,'wsal-log-404','on'),(568,'wsal-log-404','on'),(569,'wsal-log-404','on'),(570,'wsal-log-404','on'),(571,'wsal-log-404','on'),(572,'wsal-log-404','on'),(573,'wsal-log-404','on'),(574,'wsal-log-404','on'),(575,'wsal-log-404','on'),(576,'wsal-log-404','on'),(577,'wsal-log-404','on'),(578,'wsal-log-404','on'),(579,'wsal-log-404','on'),(580,'wsal-log-404','on'),(581,'wsal-log-404','on'),(582,'wsal-log-404','on'),(583,'wsal-log-404','on'),(584,'wsal-log-404','on'),(585,'wsal-log-404','on'),(586,'wsal-log-404','on'),(587,'wsal-log-404','on'),(588,'wsal-log-404','on'),(589,'wsal-log-404','on'),(590,'wsal-log-404','on'),(591,'wsal-log-404','on'),(592,'wsal-log-404','on'),(593,'wsal-log-404','on'),(594,'wsal-log-404','on'),(595,'wsal-log-404','on'),(596,'wsal-log-404','on'),(597,'wsal-log-404','on'),(598,'wsal-log-404','on'),(599,'wsal-log-404','on'),(600,'wsal-log-404','on'),(601,'wsal-log-404','on'),(602,'wsal-log-404','on'),(603,'wsal-log-404','on'),(604,'wsal-log-404','on'),(605,'wsal-log-404','on'),(606,'wsal-log-404','on'),(607,'wsal-log-404','on'),(608,'wsal-log-404','on'),(609,'wsal-log-404','on'),(610,'wsal-log-404','on'),(611,'wsal-log-404','on'),(612,'wsal-log-404','on'),(613,'wsal-log-404','on'),(614,'wsal-log-404','on'),(615,'wsal-log-404','on'),(616,'wsal-log-404','on'),(617,'wsal-log-404','on'),(618,'wsal-log-404','on'),(619,'wsal-log-404','on'),(620,'wsal-log-404','on'),(621,'wsal-log-404','on'),(622,'wsal-log-404','on'),(623,'wsal-log-404','on'),(624,'wsal-log-404','on'),(625,'wsal-log-404','on'),(626,'wsal-log-404','on'),(627,'wsal-log-404','on'),(628,'wsal-log-404','on'),(629,'wsal-log-404','on'),(630,'wsal-log-404','on'),(631,'wsal-log-404','on'),(632,'wsal-log-404','on'),(633,'wsal-log-404','on'),(634,'wsal-log-404','on'),(635,'wsal-log-404','on'),(636,'wsal-log-404','on'),(637,'wsal-log-404','on'),(638,'wsal-log-404','on'),(639,'wsal-log-404','on'),(640,'wsal-log-404','on'),(641,'wsal-log-404','on'),(642,'wsal-log-404','on'),(643,'wsal-log-404','on'),(644,'wsal-log-404','on'),(645,'wsal-log-404','on'),(646,'wsal-log-404','on'),(647,'wsal-log-404','on'),(648,'wsal-log-404','on'),(649,'wsal-log-404','on'),(650,'wsal-log-404','on'),(651,'wsal-log-404','on'),(652,'wsal-log-404','on'),(653,'wsal-log-404','on'),(654,'wsal-log-404','on'),(655,'wsal-log-404','on'),(656,'wsal-log-404','on'),(657,'wsal-log-404','on'),(658,'wsal-log-404','on'),(659,'wsal-log-404','on'),(660,'wsal-log-404','on'),(661,'wsal-log-404','on'),(662,'wsal-log-404','on'),(663,'wsal-log-404','on'),(664,'wsal-log-404','on'),(665,'wsal-log-404','on'),(666,'wsal-log-404','on'),(667,'wsal-log-404','on'),(668,'wsal-log-404','on'),(669,'wsal-log-404','on'),(670,'wsal-log-404','on'),(671,'wsal-log-404','on'),(672,'wsal-log-404','on'),(673,'wsal-log-404','on'),(674,'wsal-log-404','on'),(675,'wsal-log-404','on'),(676,'wsal-log-404','on'),(677,'wsal-log-404','on'),(678,'wsal-log-404','on'),(679,'wsal-log-404','on'),(680,'wsal-log-404','on'),(681,'wsal-log-404','on'),(682,'wsal-log-404','on'),(683,'wsal-log-404','on'),(684,'wsal-log-404','on'),(685,'wsal-log-404','on'),(686,'wsal-log-404','on'),(687,'wsal-log-404','on'); /*!40000 ALTER TABLE `wp_wsal_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03c1a29_0' -- DELIMITER ;; DELIMITER ; /*!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 2017-04-24 11:50:48